:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-color-white-w50: rgba(255, 254, 254, 1);
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-black-b200: rgba(71, 71, 71, 1);
  --dl-color-black-b300: rgba(33, 33, 33, 1);
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-color-white-w100: rgba(253, 251, 250, 1);
  --dl-color-white-w300: rgba(252, 248, 246, 1);
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-malibu-m300: rgba(80, 192, 255, 1);
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}
.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: translateX(0%) !important;
}
.nav-links {
  color: var(--dl-color-black-b300);
  height: 40px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
}
.nav-links:hover {
  color: var(--dl-color-malibu-m300);
  text-decoration: underline;
}
.button-secondary {
  height: 40px;
  display: flex;
  padding: 6px 12px;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  border-color: rgba(33, 33, 33, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  justify-content: center;
}
.button-secondary:hover {
  color: var(--dl-color-white-w100);
  background-color: var(--dl-color-malibu-m300);
}
.button-primary {
  color: var(--dl-color-white-w100);
  width: 300px;
  height: 48px;
  display: flex;
  padding: 6px 12px;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-black-b300);
}
.button-primary:hover {
  color: var(--dl-color-black-b300);
  border-color: var(--dl-color-black-b300);
  border-width: 1px;
  padding-bottom: 6px 12px;
  background-color: var(--dl-color-white-w300);
}
.large {
  height: 48px;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(33, 33, 33, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
}
.section-header {
  color: var(--dl-color-black-b300);
  height: auto;
  display: flex;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  align-items: center;
  font-family: Inter;
  font-weight: 300px;
  line-height: 150%;
  font-stretch: normal;
  flex-direction: column;
}
.css-container {
  width: 100%;
  height: auto;
  display: grid;
  grid-gap: 1.6rem;
  position: relative;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.service-div {
  gap: 4px;
  width: 1fr;
  height: 140px;
  display: flex;
  font-size: 18px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.HeadingsH2300 {
  font-size: 32px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
}
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.HeadingsH4600 {
  font-size: 25px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
}
.HeadingsH1600 {
  font-size: 36px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
}
.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.BodyXL300 {
  font-size: 18px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
}
.BodyXL600 {
  font-size: 18px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
}
.BodyBase300 {
  font-size: 14px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
}
.HeadingsH5400 {
  font-size: 22px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
}
.BodyL600 {
  font-size: 16px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
}
.BodyBase600 {
  font-size: 14px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
}
@media(max-width: 1200px) {
  .section-header {
    font-size: 32px;
  }
  .service-div {
    font-size: 16px;
  }
}
@media(max-width: 991px) {
  .css-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media(max-width: 767px) {
  .button-primary {
    height: 32px;
  }
  .large {
    height: 32;
    font-size: 12px;
  }
  .css-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .service-div {
    font-size: 14px;
  }
}
@media(max-width: 479px) {
  .button-primary {
    color: var(--dl-color-black-b300);
    background-color: var(--dl-color-white-w300);
  }
  .css-container {
    grid-template-columns: 1fr 1fr;
  }
}
