:root {
  --lightest-blue: #5d97ff;
  --white: white;
  --dark-blue: #262f61;
  --light-blue: #3a6ecc;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.heading {
  font-weight: 500;
  line-height: 1;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  transition: opacity .6s;
  display: flex;
}

.home-text-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.h1-medium-span {
  color: #f0f0f0;
  font-size: 58px;
  font-weight: 500;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 92vh;
  display: flex;
}

.button {
  border: 2px solid var(--lightest-blue);
  background-color: var(--lightest-blue);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  padding: 14px 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .6s;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #121212;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/pang-yuhao-OPwYu6nhWFc-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-wrapper {
  margin-top: 30px;
}

.div-block-6 {
  background-color: #212121;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  display: flex;
  position: relative;
  left: auto;
  right: 20%;
}

.div-block-6.reverse-box {
  background-color: var(--dark-blue);
  left: 20%;
  right: auto;
}

.picture-link-wrapper {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  max-height: 80vh;
  position: static;
}

.grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.grid.infectious-disease {
  grid-column-gap: 50px;
  grid-template-columns: .7fr 1fr;
}

.grid.infectious-disease.reverse-grid {
  grid-template-columns: 1fr .7fr;
}

.h2-medium-span {
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-wrapper {
  margin-top: 20px;
  text-decoration: none;
}

.white {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.white.thin {
  font-weight: 300;
}

.team-section {
  justify-content: center;
  width: 100%;
  min-height: auto;
  padding: 100px 30px 0;
  display: flex;
  overflow: hidden;
}

.team-section.junaid-section {
  background-image: none;
  padding-top: 160px;
  padding-left: 0;
  padding-right: 0;
}

.team-section-picture {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-7 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--light-blue);
}

.nav-link-2.w--current {
  color: var(--white);
  font-weight: 500;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  flex: 1;
  height: 51.421px;
}

.nav-container {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 83.4219px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 30px;
  display: flex;
}

.nav-container.backdrop {
  color: #fff;
  max-width: 1200px;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4.nav-menu {
  flex-flow: row;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  display: flex;
}

.section {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 30px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.double-pd {
  padding-top: 160px;
  padding-bottom: 60px;
}

.div-block-18 {
  color: gray;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-span {
  font-weight: 600;
}

.footer-wrapper-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-light {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-divider-two {
  opacity: 0;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright {
  color: gray;
  font-size: 16px;
  font-weight: 300;
}

.link {
  color: gray;
  cursor: grab;
  text-decoration: none;
  transition: opacity .3s;
}

.link:hover {
  color: #fff;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 180px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #333;
  border-radius: 20px;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.bottom-dropdown {
  overflow: hidden;
}

.content-block.line-bottom {
  border-bottom: 0 solid #000;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.dropdown-container {
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.no-mrgn {
  margin-bottom: 0;
  font-size: 22px;
}

.no-mrgn.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.plus-icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.horizontal-line {
  background-color: #333;
  border-radius: 20px;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
}

.content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.content-container.double-pd {
  width: 100%;
  padding-bottom: 160px;
}

.top-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.heading-3 {
  font-size: 28px;
  line-height: 1.4;
}

.div-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 83.4219px;
}

.image-6 {
  width: 100%;
}

.code-embed {
  width: 140px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.code-embed.blue-embed {
  opacity: 0;
}

.head-sub-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.head-sub-wrap.center {
  align-items: center;
}

.paragraph-xl {
  text-align: center;
  max-width: 850px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-152 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #51b1a6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fixed-img-container {
  aspect-ratio: 2;
  background-image: url('../images/Innov8-Circle-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 100%;
}

.slider-2 {
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-size: 28px;
  line-height: 1.4;
}

.div-block-148 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-149 {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.image-21 {
  background-color: #fff;
  border-radius: 100%;
  width: 24px;
  margin-right: 10px;
}

.paragraph-20 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

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

.two-col-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.two-row-grid {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.grid-top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.grid-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.darker-h5 {
  color: #141414;
}

.image-23 {
  width: 100%;
}

.link-3 {
  color: var(--black);
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .picture-link-wrapper {
    max-width: 100%;
  }

  .div-block-7 {
    width: 100%;
    max-width: 1200px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4 {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/pang-yuhao-OPwYu6nhWFc-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .div-block-6 {
    height: 80vh;
  }

  .grid.infectious-disease {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-section.junaid-section {
    padding-top: 120px;
  }

  .div-block-7 {
    height: 80vh;
  }

  .div-block-8 {
    padding-left: 30px;
  }

  .nav-link-2 {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-2.w--current {
    color: var(--black);
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .container-4.nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 40px 30px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.double-pd {
    padding-top: 120px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .container-6 {
    max-width: 728px;
  }

  ._2-col-grid {
    grid-template-columns: .6fr 1fr;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container {
    max-width: 738px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-container.double-pd {
    padding-bottom: 120px;
  }

  .paragraph-xl {
    font-size: 20px;
  }

  .div-block-149 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .image-21 {
    margin-right: 16px;
  }

  .paragraph-21 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading, .h1-medium-span {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-content-wrapper {
    min-height: auto;
  }

  .button {
    padding: 10px 20px;
    font-size: 10px;
  }

  .hero-section {
    height: 100vh;
    min-height: 40vh;
  }

  .hero-button-wrapper {
    margin-top: 10px;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    min-height: 50vh;
    display: none;
    right: 0%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.infectious-disease {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid.infectious-disease.reverse-grid {
    grid-template-columns: 1fr;
  }

  .team-section.junaid-section {
    background-color: #212121;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-section.junaid-section.blue {
    background-color: var(--dark-blue);
  }

  .div-block-7 {
    height: auto;
    min-height: 50vh;
    position: static;
  }

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.double-pd {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider-two {
    margin-bottom: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-17 {
    margin-bottom: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .section-2.ddr2 {
    padding-top: 60px;
  }

  .content-container {
    max-width: 548px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-container.double-pd {
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .slider-2 {
    min-height: 380px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .two-col-grid {
    grid-template-columns: 1fr;
  }

  .two-row-grid {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-medium-span {
    font-size: 32px;
  }

  .hero-content-wrapper {
    justify-content: center;
    padding-top: 0;
  }

  .hero-section {
    height: 100vh;
    min-height: 40vh;
  }

  .div-block-6 {
    width: 100%;
    height: 100vh;
    right: 0%;
  }

  .grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h2-medium-span {
    font-size: 32px;
    line-height: 1.2;
    display: block;
  }

  .white.thin {
    flex: none;
  }

  .team-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-section.junaid-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-7 {
    height: auto;
  }

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

  .menu-button {
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-divider-two {
    margin-bottom: 20px;
  }

  .div-block-17 {
    margin-bottom: 40px;
  }

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

  .footer-brand {
    width: 100px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-2.double {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-2.ddr2 {
    padding-bottom: 60px;
  }

  .content-container {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    width: 100px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .paragraph-xl {
    text-align: left;
    font-size: 18px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}

#w-node-_87e806de-1038-468d-6852-07c8ea14b705-4525e750 {
  justify-self: stretch;
}

#w-node-_87e806de-1038-468d-6852-07c8ea14b70e-4525e750, #w-node-_87e806de-1038-468d-6852-07c8ea14b71c-4525e750, #w-node-_87e806de-1038-468d-6852-07c8ea14b72a-4525e750, #w-node-_87e806de-1038-468d-6852-07c8ea14b738-4525e750, #w-node-_87e806de-1038-468d-6852-07c8ea14b746-4525e750, #w-node-_87e806de-1038-468d-6852-07c8ea14b754-4525e750 {
  justify-self: end;
}

#w-node-_81a9d78d-061d-30fc-c0f7-c86b084422ca-4525e750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87e806de-1038-468d-6852-07c8ea14b705-adcac314 {
  justify-self: stretch;
}

#w-node-_87e806de-1038-468d-6852-07c8ea14b70e-adcac314, #w-node-_87e806de-1038-468d-6852-07c8ea14b71c-adcac314, #w-node-_87e806de-1038-468d-6852-07c8ea14b72a-adcac314, #w-node-_87e806de-1038-468d-6852-07c8ea14b738-adcac314, #w-node-_87e806de-1038-468d-6852-07c8ea14b746-adcac314, #w-node-_87e806de-1038-468d-6852-07c8ea14b754-adcac314 {
  justify-self: end;
}

#w-node-_92cbf28c-fbb8-1701-c606-4627fc7c1362-adcac314, #w-node-_92cbf28c-fbb8-1701-c606-4627fc7c1364-adcac314, #w-node-_92cbf28c-fbb8-1701-c606-4627fc7c136a-adcac314, #w-node-_92cbf28c-fbb8-1701-c606-4627fc7c136c-adcac314, #w-node-_80a53e6a-7594-b726-ffe1-a60261ed046a-adcac314, #w-node-_80a53e6a-7594-b726-ffe1-a60261ed046c-adcac314, #w-node-_80a53e6a-7594-b726-ffe1-a60261ed046f-adcac314, #w-node-_80a53e6a-7594-b726-ffe1-a60261ed0471-adcac314, #w-node-_81a9d78d-061d-30fc-c0f7-c86b084422ca-adcac314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_279c3e53-6b2e-2b86-87cb-5a1fc22fa4c6-4525e750, #w-node-deae1f14-8aa4-fdc1-d7f9-a63e79924ef9-4525e750 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87e806de-1038-468d-6852-07c8ea14b702-4525e750 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87e806de-1038-468d-6852-07c8ea14b705-4525e750 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_279c3e53-6b2e-2b86-87cb-5a1fc22fa4c6-adcac314, #w-node-deae1f14-8aa4-fdc1-d7f9-a63e79924ef9-adcac314 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87e806de-1038-468d-6852-07c8ea14b702-adcac314 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87e806de-1038-468d-6852-07c8ea14b705-adcac314 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_279c3e53-6b2e-2b86-87cb-5a1fc22fa4c6-4525e750, #w-node-deae1f14-8aa4-fdc1-d7f9-a63e79924ef9-4525e750, #w-node-_279c3e53-6b2e-2b86-87cb-5a1fc22fa4c6-adcac314, #w-node-deae1f14-8aa4-fdc1-d7f9-a63e79924ef9-adcac314 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


