.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 2px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 100%;
  max-width: 90vw;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-brand {
  max-width: 15%;
}

.navbar-brand.w--current {
  max-width: 18%;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link:hover {
  color: #276abc;
  font-weight: 600;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(135deg, #fff, #22d3ee 0%, #60a5fa 65%, #1b5eaf);
  border-radius: 3rem;
  padding: 12px 25px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section_hero {
  z-index: 0;
  aspect-ratio: 2526 / 900;
  background-color: #0000;
  background-image: linear-gradient(155deg, #124f77, #4db3f6 0%, #001733 37%, #040f1f 76%, #080608);
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  max-height: 90vh;
  padding: 0;
  display: flex;
  position: relative;
  top: 73px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  display: block;
}

.margin-bottom-24px {
  color: #fff;
  text-align: justify;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.shadow-two {
  border-radius: 2rem;
  box-shadow: 0 4px 24px #96a3b514;
}

.body {
  aspect-ratio: auto;
}

.div-block {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.heading {
  color: #22d3ee;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.photo-wrap_third {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-3deg);
}

.text-block-31 {
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
}

.photos-wrap {
  justify-content: space-between;
  align-items: center;
  width: 45vw;
  height: 45vh;
  display: block;
  position: relative;
}

.div-block-129 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.container-large {
  width: auto;
  max-width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section_mission {
  background-color: #0000;
  background-image: none;
  height: auto;
  max-height: none;
  margin-top: 72px;
  margin-bottom: 0;
  padding: 100px 0 120px;
  display: block;
  position: relative;
}

.sticky {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.text-style-allcaps {
  color: #02061799;
  text-transform: none;
  font-family: JetBrains Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sticky_element {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.heading-2 {
  font-size: 24px;
  font-weight: 500;
}

.photo-wrap_second {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(6deg);
}

.image-21 {
  max-width: 36px;
  font-size: 0;
  line-height: 1;
}

.page-headings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-headings.text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.photo-wrap_first {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(1deg);
}

.heading-3 {
  color: #001733;
  text-align: left;
  -webkit-text-stroke-color: #60a5fa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-130 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 40vw;
  display: flex;
}

.padding-global {
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.track {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-block-131 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-style-allcaps-2 {
  color: #ff8900;
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
}

.heading-4 {
  font-size: 24px;
  font-weight: 500;
}

.heading-5 {
  color: #00a551;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-132 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 40vw;
  display: flex;
}

.mission_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mission_item_1 {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #faad14;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 16px 24px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 5px #0003;
}

.text-block-32 {
  text-align: center;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-6 {
  color: #020617cc;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.mission_item_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #0369a1;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 24px 24px;
  display: flex;
  box-shadow: 0 1px 5px #0003;
}

.heading-7 {
  color: #020617;
  text-align: center;
  font-family: JetBrains Mono, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-33 {
  text-align: center;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-134, .div-block-135 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.image-22, .image-23 {
  height: 42px;
}

.mission_item_3 {
  background-color: #fff;
  border: 2px #00a651;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: none;
  box-shadow: 0 1px 2px #0003;
}

.bold-text {
  color: #22d3ee;
}

.section {
  background-color: #111d2d;
  padding-top: 0;
  position: static;
}

.div-block-136 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 60px;
  display: flex;
  position: relative;
}

.flex-block-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80vw;
}

.div-block-137 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: 0 24px 0 0;
  display: flex;
  position: relative;
}

.div-block-138 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-139 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  padding-left: 9px;
}

.bigdata_item {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  display: flex;
}

.number {
  color: #109cb1;
  text-align: center;
  background-color: #fff;
  border: 2px #09d6bb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-35 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.title-heading-3 {
  color: #22d3ee;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
}

.div-block-141 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-142 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 80%;
  display: grid;
}

.div-block-143 {
  background-color: #fff;
  border-radius: 1rem;
  width: 80%;
  height: 100%;
  min-height: 80vh;
  padding: 0;
  display: block;
  box-shadow: 0 1px 5px #0003;
}

.background-video {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
}

.background-video.absolute {
  z-index: 1;
  z-index: 1;
  inset: 0%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(270deg, #02061799 2%, #09291947 40%, #09291980);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-24 {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.div-block-144 {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 5px #0003;
}

.background-video-2 {
  height: 100%;
}

.video-overlay-2 {
  z-index: 2;
  background-image: linear-gradient(270deg, #072b19 2%, #09291947 40%, #09291980);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-145 {
  width: 40%;
  position: static;
}

.div-block-146 {
  background-color: #fff;
  border-radius: 1rem;
  width: auto;
  padding: 6px 12px;
}

.image-25 {
  border: 1px solid #09d6bb;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-147 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.div-block-149 {
  background-image: linear-gradient(#111d2d, #132339eb 21%, #182f4ec4 44%, #5694bd);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 60px 100px;
  display: flex;
}

.div-block-150 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-151 {
  width: 100%;
}

.div-block-152 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-153 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.scientific_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Varela Round, sans-serif;
  display: grid;
}

.bold-text-2 {
  color: #60a5fa;
  text-transform: uppercase;
}

.text-block-36 {
  text-align: left;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.container-3 {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 60px 0 100px;
  display: block;
  position: static;
}

.flex-block-7 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template: "Area"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
}

.image-26 {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 2rem;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
}

.div-block-154 {
  width: 100%;
}

.scanner-container {
  color: #0f172ab3;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scanner-line {
  color: #22d3ee;
  background-color: #22d3ee;
  border: 2px #22d3ee;
  border-radius: 12px;
  width: calc(100% - 32px);
  height: 3px;
  display: none;
  position: absolute;
  overflow: visible;
  box-shadow: 2px 2px 15px 10px #22d3ee80;
}

.section_explore {
  background-color: #f2f4f380;
  background-image: linear-gradient(#5694bc, #84b1ce 19%, #fff);
  position: relative;
}

.subtitle_4 {
  background-color: #558db3;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.div-block-155 {
  display: flex;
}

.div-block-156 {
  background-color: #22d3ee;
  border-radius: 1rem;
  padding: 6px 12px;
}

.div-block-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #070a1a;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(90deg, #60a5fa, #60a5fa 33%, #22d3ee);
  border-radius: 3rem;
  padding: 12px 25px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
}

.div-block-158 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8fafc;
  border: 1px solid #e0e4e7;
  border-radius: 1rem;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.div-block-160 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px dashed #dbe2e5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-3 {
  color: #50a0ee;
}

.text-block-37 {
  color: #888;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.image-27 {
  height: 64px;
}

.div-block-161 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-label {
  color: #070707;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.field-label-2 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.select-field {
  color: #070707;
  background-color: #fff;
  border-radius: 8px;
  font-family: Varela, sans-serif;
}

.text-field {
  border-radius: 8px;
}

.div-block-162 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.submit-button {
  text-transform: uppercase;
  background-color: #60a5fa;
  border-radius: 8px;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-163 {
  background-color: #fff;
  border-radius: 1rem;
  padding: 24px;
}

.div-block-164 {
  background-color: #e0f2fe;
  border: 1px solid #0ea5e933;
  border-radius: 1rem;
  padding: 24px;
}

.div-block-165 {
  background-image: linear-gradient(131deg, #00f2ff08, #00f2ff08 40%, #080608);
  height: 100%;
}

.bold-text-4 {
  color: #2c81a7;
  font-family: Exo, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  width: 100%;
  max-width: 80vw;
  display: block;
}

.text-style-allcaps-3 {
  color: #02061799;
  text-transform: none;
  font-family: JetBrains Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-38 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.div-block-167 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-168 {
  width: auto;
}

.text-block-39 {
  text-align: left;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-169 {
  background-color: #fff;
  border-radius: 1rem;
  width: auto;
  padding: 6px 12px;
}

.flex-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-171 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #bec8d21a;
  border-radius: 1rem;
  flex-flow: column;
  padding: 16px 16px 24px 24px;
  display: flex;
  box-shadow: 0 1px 5px #0003;
}

.text-block-40 {
  color: #233145;
  font-family: JetBrains Mono, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.heading-9 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 19px;
}

.text-block-41 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-172 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-173 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 80vw;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.flex-block-10 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
}

.div-block-174 {
  width: 100%;
}

.text-block-42 {
  color: #333;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-175 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.route_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(270deg, #124f77, #001733 47%, #080608);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 5px #0003;
}

.heading-11 {
  color: #22d3ee;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
  font-size: 19px;
}

.div-block-177 {
  opacity: .14;
  background-image: url('../images/height.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: rotate(9deg)translate(-25px, -79px);
}

.div-block-178 {
  z-index: -1;
  opacity: .59;
  text-overflow: clip;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-179 {
  z-index: 0;
  opacity: .31;
  background-image: url('../images/dna-80.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 750px;
  height: 650px;
  display: block;
  position: absolute;
  inset: -10% 0% auto auto;
}

.div-block-180 {
  background-image: url('../images/doctor.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 60px;
}

.text-block-43 {
  color: #fff;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00173333;
  border-left: 2px solid #22d3ee;
  border-radius: 0 1rem 1rem 0;
  flex-flow: column;
  margin-bottom: 36px;
  padding: 12px 24px 16px 16px;
  display: flex;
}

.heading-12 {
  color: #60a5fa;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-44 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.div-block-183 {
  background-image: url('../images/nutri.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 60px;
  padding: 2px;
}

.div-block-184 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 140px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 10% 12% 0%;
}

.image-28 {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .03;
  text-align: right;
  object-fit: contain;
  max-height: 250px;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-185 {
  background-image: url('../images/health-1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-186 {
  background-image: url('../images/health-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  padding: 2px;
}

.div-block-187 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-29 {
  height: 26px;
}

.div-block-188 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-45 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.container-5 {
  max-width: 80vw;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-2 {
  background-image: linear-gradient(0deg, #111d2d, #132339eb 0% 0%, #5694bd 35% 39%, #84b1ce 57%, #cee0ec 82%, #fff 102%);
}

.flex-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-189 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  height: 100%;
  display: flex;
}

.div-block-190 {
  height: 100%;
}

.image-30 {
  background-color: #334e67;
  border: 1px solid #334e67;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 8px;
}

.div-block-191 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.image-31 {
  height: 24px;
}

.div-block-192 {
  color: #fff;
  background-color: #2d71c3;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #bec8d21a;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-46 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-194 {
  background-color: #2c42414d;
  border-left: 2px solid #22d3ee;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 24px;
  margin-bottom: 42px;
  padding: 16px 24px;
  font-size: 16px;
}

.list-item {
  cursor: pointer;
}

.code-embed, .code-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block-195 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand, .navbar-brand.w--current {
    max-width: 38%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section_hero {
    aspect-ratio: auto;
    max-height: none;
  }

  .container-2 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block {
    padding-left: 36px;
    padding-right: 36px;
  }

  .photos-wrap {
    width: 80vw;
    height: 45vw;
  }

  .container-large {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block-136 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-6 {
    width: 100%;
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-137 {
    width: 100%;
  }

  .div-block-138 {
    flex-flow: column;
  }

  .div-block-142 {
    grid-column-gap: 36px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
  }

  .image-24 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-144 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-145 {
    width: 100%;
  }

  .div-block-149 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .scanner-container {
    height: 600px;
    position: static;
  }

  .button {
    width: auto;
  }

  .div-block-165 {
    width: 100%;
  }

  .flex-block-8 {
    max-width: 100%;
  }

  .div-block-173 {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-10 {
    text-align: center;
  }

  .container-4 {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-183 {
    padding-bottom: 2px;
    padding-right: 2px;
  }

  .container-5 {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .flex-block-13 {
    flex-flow: column;
    display: flex;
  }

  .div-block-190 {
    order: 9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-195 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    max-width: 60%;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    max-width: 60%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section_hero {
    padding: 60px 15px;
  }

  .div-block {
    padding-top: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-195 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    max-width: 70%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .div-block-195 {
    width: 65%;
  }
}

#w-node-_2742d317-86bc-1727-6268-5dd6efa7de17-8204082f, #w-node-_2742d317-86bc-1727-6268-5dd6efa7de18-8204082f, #w-node-_2742d317-86bc-1727-6268-5dd6efa7de29-8204082f, #w-node-_2742d317-86bc-1727-6268-5dd6efa7de1f-8204082f, #w-node-f26a1957-6c8d-04d8-6d05-99998677b630-8204082f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-afd2ab72-d2d2-0d5a-dec3-d2a83ecaaf26-8204082f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


