@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Bold;
  src: url('../fonts/Helvetica-BoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Compressed;
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --tab-btn-primary: blue;
}

.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;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

.container.z-2 {
  z-index: 7;
  position: relative;
}

.container.z-20 {
  z-index: 20;
  position: relative;
}

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

.display-1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 96%;
}

.paragraph {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-lead {
  color: #d4d4d4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.text-lead.text-lead-lg {
  font-size: 22px;
}

.text-body {
  color: #0f112a;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
  position: static;
}

.text-body.text-whie {
  color: #fff;
}

.text-body.text-white-opa70 {
  color: #ffffffb3;
}

.text-body.text-white-opa70.mt-20 {
  margin-top: -20px;
}

.text-body.mb-30 {
  color: #000;
  margin-bottom: 30px;
  font-size: 15px;
}

.text-body.text-white {
  color: #fff;
}

.text-body.text-white.text-lead {
  margin-bottom: 18px;
  font-size: 20px;
}

.text-body.text-white.enterprise-grade-p {
  text-align: center;
}

.text-body.text-white.text-justify {
  text-align: justify;
}

.text-body.text-white-opac-50 {
  color: #ffffff80 !important;
}

.text-body.text-white-opac-50.mb {
  margin-bottom: 30px;
}

.text-body.text-white-opac-50.mb-10 {
  margin-bottom: 15px;
}

.text-body.text-white-opac-50.footer-about-text {
  margin-bottom: 20px;
  color: #ffffff80 !important;
}

.text-body.text-lead {
  color: #fff;
  font-size: 18px;
}

.text-body.text-white-50 {
  color: #ffffff80 !important;
}

.text-body.text-white-50.mb-space-30 {
  margin-bottom: 30px;
  color: #ffffff80 !important;
}

.text-body.text-dark {
  color: #000;
  font-weight: 400;
}

.text-body.margin-b-30 {
  margin-bottom: 30px;
}

.text-body.text-dark-2 {
  color: #0f112a;
  font-family: Inter, sans-serif;
}

.text-body.text-dark-2.text-center {
  text-align: center;
}

.text-body.text-dark-2.text-center.d-none {
  display: none;
}

.text-body.margin-b-3 {
  margin-bottom: 30px;
}

.text-body.text-w-50 {
  color: #ffffff80;
}

.tx-home-hero {
  z-index: 1;
  background-color: #010101;
  background-image: url('../images/hero-bg-img-min.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 800px;
  position: relative;
}

.tx-home-hero.is-hide {
  display: none;
}

.tx-main-navbar-wrap {
  z-index: 99;
  background-color: #0000;
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
  inset: 30px 0% auto;
}

.div-block {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tx-main-navbar {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 20px -9px #0003;
}

.tx-hero-p {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.tx-hero-p.body-x-hidden {
  overflow: auto;
}

.tx-hero-p.hero-description {
  font-size: 18px;
}

.tx-main-navbar-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tx-main-navbar-logo--link {
  width: 130px;
  position: relative;
  top: 5px;
}

.tx-hero-content {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 35px;
  display: flex;
}

.tx-hero-content-inner {
  background-color: #00000012;
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: 910px;
  padding: 40px;
}

.tx-hero-text-h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.tx-home-intro {
  background-color: #010101;
  height: auto;
  min-height: 900px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.tx-home-intro.section-curve-bottom {
  z-index: 2;
}

.tx-home-intro.section-curve-bottom.is-hide {
  display: none;
}

.left-rounded-obj-1 {
  width: 470px;
  position: relative;
}

.left-rounded-obj-1.who-built-for-left-obj {
  margin-top: 42px;
}

.right-rounded-obj-1 {
  width: 330px;
  margin-top: -42px;
  position: relative;
}

.right-rounded-obj-1.right-rounded-obj-3 {
  width: 420px;
  margin-top: 56px;
  position: absolute;
  top: 198px;
  right: 0;
}

.right-rounded-obj-1.right-rounded-obj-3.rellax {
  top: 612px;
}

.right-rounded-obj-1.right-rounded-obj-3.rellax.who-built-for-right-obj {
  margin-top: 200px;
  top: 0;
}

.bg-obj-1 {
  z-index: -1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.bg-obj-1.bg-obj-1-home-spacing {
  margin-top: -340px;
}

.image,
.image-2 {
  width: 100%;
}

.clients-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.logo-grid-item {
  width: 20%;
}

.logo-grid-item.nyu {
  width: 12%;
}

.logo-grid-item.ctsi {
  width: 8%;
}

.logo-grid-item.iowa {
  width: 10%;
}

.logo-grid-item.columbia-university {
  width: 9%;
}

.tx-home-intro-text-wrap {
  color: #515864;
  text-align: center;
  width: 100%;
  max-width: 920px;
  margin-top: -167px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  position: relative;
}

.tx-home-intro-text-wrap.rellax {
  max-width: 950px;
}

.heading {
  font-size: 53px;
  font-weight: 300;
}

.heading.text-white {
  color: #fff;
}

.display-2 {
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}

.display-2.display-2-gradient {
  margin-top: -1px;
  margin-bottom: 20px;
}

.display-2.display-2-gradient.animate-words {
  z-index: 1;
  position: relative;
}

.display-2.display-2-gradient.mb-30 {
  margin-bottom: 39px;
  font-size: 50px;
}

.display-2.display-2-gradient.mb-30.lh-tight {
  font-size: 50px;
  line-height: 100%;
}

.display-2.display-2-gradient.mb-30.text-center {
  text-align: center;
}

.div-block-2 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tx-stats {
  margin-top: 81px;
}

.tx-stats-row-1 {
  justify-content: space-around;
  margin-top: 168px;
  margin-bottom: 92px;
  display: flex;
}

.tx-stats-row-2 {
  justify-content: space-around;
  max-width: none;
  display: flex;
}

.tx-stats-item.glow-box {
  padding: 31px;
}

.tx-stats-item.glow-box.tx-stats-item--1 {
  margin-left: -84px;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 90px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
}

.div-block-4,
.div-block-5 {
  flex: none;
}

.site-wrap {
  position: relative;
  overflow: visible;
}

.tx-home-our-solutions-section {
  z-index: 3;
  background-color: #fff;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.tx-home-our-solutions-section.is-hide {
  display: none;
}

.heading-2 {
  font-weight: 300;
}

.heading-2.display-2 {
  color: #010101;
}

.div-block-6 {
  width: 33%;
}

.solutions-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: -164px;
  display: flex;
  position: relative;
}

.solution-item {
  width: 33.333%;
  padding: 20px;
}

.solution-item.sol-item-1 {
  margin-top: 400px;
}

.solution-item.sol-item-3 {
  margin-top: 242px;
}

.v-lines {
  z-index: 2;
  margin-top: 0;
}

.curve-top {
  z-index: -1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: -220px;
}

.curve-top.curve-top-reverse {
  z-index: 10;
  top: auto;
  bottom: 0;
}

.curve-top.curve-top-reverse.footer {
  inset: auto 0% 0%;
}

.curve-top-left-1,
.curve-top-right-1 {
  width: 30%;
}

.div-block-7 {
  margin-bottom: 88px;
}

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

.heading-3 {
  color: #010101;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #00f;
  border-radius: 30px;
  padding: 11px 21px;
  text-decoration: none;
  display: inline-flex;
}

.link-block.btn-primary-arrow {
  cursor: pointer;
  transition: top .2s, background-color .2s, opacity .2s;
  position: relative;
  top: 0;
}

.link-block.btn-primary-arrow:hover {
  background-color: #010101;
  top: -3px;
}

.link-block.btn-primary-arrow.btn-2 {
  color: #222;
  text-transform: uppercase;
  background-color: #b2c8ff;
}

.link-block.btn-primary-arrow.is-dark {
  background-color: #000;
}

.link-block.btn-primary-arrow.is-dark:hover {
  background-color: #00f;
}

.link-block.btn-primary-arrow.dark-blue {
  background-color: #1a2757;
}

.link-block.btn-primary-arrow.dark-blue:hover {
  background-color: #00f;
}

.link-block.btn-primary-arrow.dark-blue.btn-outline {
  color: #1a2757;
  -webkit-text-stroke-color: transparent;
  background-color: #1a275700;
  border: 1px solid #0000;
}

.link-block.btn-primary-arrow.dark-blue.btn-outline:hover {
  color: #1a2757;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border-color: #0000;
}

.text-block-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

.text-block-3.text-normal {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.text-block-3.text-normal.text-underline {
  text-decoration: underline;
}

.text-block-3.btn2-txt {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

.code-embed {
  position: relative;
  top: 1px;
}

.code-embed.icon-arrow {
  transition: margin-left .2s;
}

.curve-bottom {
  z-index: 1;
  position: absolute;
  inset: auto 0% -220px;
}

.curve-bottom-center {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.tx-home-built-for-section {
  background-color: #010101;
  height: auto;
  padding-top: 150px;
  padding-bottom: 0;
}

.tx-home-built-for-section.section-curve-top {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tx-home-built-for-section.section-curve-top.tx-home-built-for-section-spacing {
  padding-top: 60px;
}

.div-block-9 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10.is-start {
  margin-left: 0;
}

.tx-tab-wrapper.swiper-wrapper {
  flex-flow: row;
}

.swiper.swiper-hide {
  display: none;
}

.swiper.speakerswiper {
  position: relative;
  top: -20px;
}

.swiper.spacehealthtimeline-main-swiper,
.swiper.spacehealthtimeline-preview-swiper {
  width: 50%;
}

.tx-tab-menu.tab-menu {
  background-color: #fff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: space-between;
  max-height: 1px;
  margin-top: -58px;
  padding: 71px 54px 50px;
  display: flex;
  position: relative;
}

.tx-tab-menu.tab-menu.tab-menu-alt {
  background-color: #fff0;
  border: 1px solid #939393;
  border-radius: 10px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 10px;
}

.tx-tab-content-wrap {
  z-index: 5;
  background-image: linear-gradient(#6987de, #0101ff);
  border-radius: 30px;
  padding: 50px;
  position: relative;
}

.tx-tab-content-wrap.p-md {
  padding: 30px;
}

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

.tx-tab-content-item {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.tx-tab-content-item.tab-content-md {
  max-width: 950px;
}

.tx-tab-content-item-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.tx-tab-content-item-inner__text {
  width: 50%;
}

.tx-tab-content-item-inner__text.text-slider-wrap {
  width: 65%;
}

.tx-tab-content-item-inner__img {
  width: 50%;
}

.tx-tab-content-item-inner__img.zigzag-wrap {
  width: 35%;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link {
  color: #00f;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
  transition: top .2s, background-color .2s;
  display: inline-flex;
  position: relative;
  top: 0;
}

.link:hover {
  color: #fff;
  background-color: #010101;
  font-size: 15px;
  top: -3px;
}

.heading-5 {
  color: #fff;
  font-weight: 300;
}

.div-block-12 {
  position: relative;
}

.image-3 {
  width: 40px;
  position: absolute;
  inset: -1px auto 0% -60px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-2.tab-item {
  cursor: pointer;
  border-radius: 30px;
}

.link-block-2.tab-item.tab-item-alt {
  color: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 8px 10px;
}

.text-block-4 {
  text-transform: none;
}

.tx-modernize {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.tx-testimonials {
  z-index: 3;
  margin-top: 168px;
  padding-top: 57px;
  padding-bottom: 0;
  position: relative;
}

.tx-testimonials.no-curve {
  margin-top: 0;
}

.tx-testimonials.advance-testimonials {
  margin-top: 31px;
  padding-top: 0;
}

.tx-testimonials.advance-testimonials.advance-testimonials-spacing {
  margin-top: 0;
}

.div-block-13 {
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -295px;
}

.div-block-13.rellax {
  top: 0;
}

.div-block-13.rellax.d-none {
  display: none;
}

.div-block-14 {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  margin-bottom: 42px;
  position: relative;
}

.code-embed-2 {
  position: absolute;
  inset: -3px auto auto -58px;
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.display-3 {
  font-size: 48px;
  font-weight: 300;
  line-height: 110%;
}

.display-3.text-gradient-2 {
  line-height: 115%;
}

.div-block-17,
.div-block-18 {
  width: 33%;
}

.div-block-19 {
  padding-left: 0;
  padding-right: 40px;
}

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

.div-block-21 {
  width: 33%;
}

.block-31-inner {
  flex-flow: column;
  justify-content: flex-end;
  padding: 0 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-31-inner.bg-color-1 {
  background-color: #2b3ff5;
  min-height: 420px;
}

.block-31-inner.bg-color-2 {
  background-color: #0101ff;
  flex-flow: column;
  align-items: baseline;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.block-31-inner.bg-color-3 {
  background-color: #010199;
  min-height: 560px;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 8px 30px #0003;
}

.image-4 {
  width: 100px;
}

.heading-6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.tx-blog {
  z-index: 5;
  margin-top: 40px;
  position: relative;
}

.div-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.blog-item-wrap {
  width: 50%;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.div-block-25 {
  padding: 0;
  position: relative;
}

.tx-blog-date {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  width: auto;
  padding-left: 70px;
  padding-right: 70px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.curve-br {
  position: absolute;
  inset: 47px -30px -7px auto;
}

.curve-br.curve-br-t {
  bottom: -35px;
  right: 0;
}

.curve-bt {
  position: absolute;
  inset: -30px auto auto 0;
}

.curve-bt.curve-bt-t {
  top: 0;
  left: -30px;
}

.div-block-26 {
  position: relative;
}

.code-embed-3 {
  position: absolute;
  top: 2px;
  left: -54px;
}

.div-block-27 {
  color: #010101;
}

.paragraph-2 {
  color: #fff;
}

.image-5 {
  border-radius: 30px;
  width: 100%;
}

.tx-title-description {
  background-color: #fff;
  border-top-right-radius: 30px;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tx-blog-title {
  color: #010101;
  font-size: 16px;
  font-weight: 300;
}

.heading-8 {
  color: #010101;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.song-for-the-unsung-section {
  z-index: 4;
  margin-top: 80px;
  position: relative;
}

.song-for-the-unsung-section.song-for-the-unsung-section-spacing {
  margin-top: 50px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-29 {
  width: 50%;
}

.div-block-29.img-bg {
  background-image: url('../images/zigzag_favicon-8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.heading-9 {
  color: #010101;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.heading-9.txt-uppercase {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.div-block-30 {
  align-items: center;
  margin-top: 49px;
  display: flex;
}

.div-block-30.div-block-30-spacing {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-31 {
  flex: 1;
  width: 80%;
}

.heading-10 {
  color: #00f;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.paragraph-3 {
  color: #00f;
}

.div-block-32 {
  flex: none;
  width: 100px;
}

.link-block-3 {
  width: 80px;
  height: 80px;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #00f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.code-embed-4 {
  width: 27px;
  position: relative;
  top: 4px;
  left: 5px;
}

.div-block-33 {
  background-image: linear-gradient(#fff0 77%, #fff);
  position: absolute;
  inset: 0%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.tx-footer {
  z-index: 3;
  background-color: #010101;
  padding-bottom: 60px;
  position: relative;
}

.tx-footer.section-curve-bottom {
  padding-bottom: 150px;
}

.tx-footer.section-curve-bottom.footer-curve {
  padding-bottom: 148px;
}

.div-block-34 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-11 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-35 {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-36 {
  z-index: 3;
  margin-top: -341px;
  position: relative;
}

.div-block-37 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: -120px;
  margin-bottom: 87px;
  display: flex;
  position: relative;
}

.div-block-38 {
  width: 70%;
}

.div-block-39 {
  width: 30%;
}

.image-6 {
  width: 180px;
}

.image-6.mb-30 {
  margin-bottom: 20px;
}

.div-block-40 {
  max-width: 500px;
}

.heading-12 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.heading-12.mb-30 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-7 {
  width: 190px;
}

.div-block-43 {
  border-left: 1px solid #fff6;
  width: 33.333%;
  padding-left: 30px;
}

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

.list {
  padding-left: 0;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.list-item {
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.link-block-4 {
  opacity: .5;
  color: #ffffff80;
  cursor: pointer;
  flex: 0 auto;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.link-block-4:hover {
  opacity: 1;
  color: #fff;
}

.text-block-5 {
  color: #fff;
  line-height: 22px;
}

.tx-copyright {
  z-index: 12;
  background-color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.div-block-45 {
  width: 60%;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.link-block-5 {
  color: #acacac;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.link-block-5:hover {
  color: #010101;
}

.text-block-6 {
  color: #acacac;
}

.div-block-47 {
  z-index: 12;
  color: #888;
  justify-content: space-between;
  width: 100%;
  max-width: 830px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.div-block-48 {
  height: 100vh;
}

.div-block-48.section-curve-bottom {
  background-color: #010101;
}

.section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.tx-about-hero {
  background-image: url('../images/about-hero-img-flip.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 700px;
  padding-bottom: 0;
}

.embedded-video.d-none {
  display: none;
}

.tx-about-us-bg-overlay {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-50 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.div-block-51 {
  width: 45%;
  position: relative;
  top: 0%;
}

.text-block-7 {
  color: #1e1e1e;
  font-size: 34px;
  line-height: 120%;
}

.text-block-7.about-hero-heading-1 {
  font-size: 30px;
}

.about-hero-overlay-img {
  z-index: 2;
  mix-blend-mode: overlay;
  background-image: url('../images/mimo-rahman-OPvpcO8Tq3c-unsplash-1-min.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.about-hero-overlay-img.d-none {
  display: none;
}

.heading-w-icon {
  color: #1e1e1e;
  font-size: 16px;
  position: relative;
}

.heading-w-icon.leadership-title {
  color: #fff;
  margin-left: 29px;
}

.heading-13 {
  text-transform: uppercase;
  font-size: 16px;
}

.heading-13.leadership-title-h {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.code-embed-5 {
  position: absolute;
  inset: 15px auto auto -30px;
}

.code-embed-5.leaderhip-icon-title {
  top: 5px;
}

.div-block-52 {
  width: 30%;
  position: relative;
  top: -180%;
}

.div-block-53 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 41px;
  display: flex;
  position: absolute;
}

.link-block-6 {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-6 {
  position: relative;
  top: 2px;
}

.section-2 {
  background-color: #000;
  height: auto;
  padding-top: 85px;
  padding-bottom: 150px;
  position: relative;
}

.section-2.section-2-spacing {
  padding-top: 40px;
  padding-bottom: 80px;
}

.div-block-54 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
  font-size: 38px;
  font-weight: 300;
  line-height: 120%;
}

.text-span {
  color: #a79393;
  overflow-wrap: normal;
  font-weight: 300;
}

.div-block-55 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.div-block-56,
.div-block-57 {
  width: 50%;
}

.paragraph-4 {
  color: #fff;
  font-weight: 400;
}

.div-block-58 {
  justify-content: flex-end;
  margin-top: 46px;
  margin-right: 26px;
  display: flex;
}

.div-block-59 {
  height: 49px;
}

.div-block-60 {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 50px;
}

.div-block-61 {
  width: 40%;
}

.div-block-62 {
  width: 20%;
}

.tx-about-milestones {
  color: #1e1e1e;
  -webkit-text-stroke-color: white;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tx-about-milestones.d-none {
  display: none;
}

.tx-about-leadership {
  background-color: #fff;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.tx-about-leadership.tx-about-leadership-spacing {
  padding-top: 40px;
  padding-bottom: 0;
}

.div-block-63 {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: -20px;
}

.div-block-64 {
  width: 15%;
}

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

.div-block-66 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

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

.div-block-68,
.div-block-69 {
  width: 33.3333%;
}

.div-block-70 {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.div-block-71 {
  z-index: 1;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 0 0 30px 30px;
  margin-top: -40px;
  padding: 80px 25px 40px;
  position: relative;
}

.text-block-8 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
}

.div-block-72 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-block-7:hover {
  color: #fff;
}

.div-block-73 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-15 {
  color: #fff;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.heading-15.about-section-heading {
  color: var(--black);
}

.heading-15.about-section-heading.timeline-h2 {
  color: #fff;
}

.div-block-75 {
  text-align: center;
  margin-bottom: 104px;
}

.div-block-75.div-block-75-spacing {
  margin-bottom: 50px;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  padding: 40px 0 50px;
  display: flex;
}

.swiper-wrapper.swiper-timeline-wrap {
  padding-bottom: 50px;
}

.div-block-76 {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

.div-block-77 {
  background-color: #d4d4d4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 25px;
}

.text-block-9 {
  text-transform: uppercase;
}

.div-block-78 {
  text-align: center;
  margin-bottom: 70px;
}

.heading-17.nice {
  color: #d7cece;
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-79 {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #0000001a;
}

.div-block-80 {
  border-radius: 30px;
  padding: 14px 40px;
  display: inline-block;
}

.text-block-10 {
  color: #0e0e0f;
}

.tx-about-open-roles {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tx-about-open-roles.tx-about-open-roles-spacing {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-3.section-3-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-18 {
  color: #0f112a;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-81 {
  margin-bottom: 50px;
}

.div-block-82 {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: -20px 0% auto auto;
}

.div-block-83 {
  width: 40%;
}

.heading-19 {
  color: #fff;
  margin-bottom: 27px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-2 {
  color: #3a5d74;
}

.div-block-84 {
  max-width: 780px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  background-image: linear-gradient(#000, #000);
  height: auto;
  min-height: 0;
}

.section-4.section-4-2 {
  background-image: url('../images/connect-hero-bg-4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 700px;
  max-height: 800px;
  overflow: hidden;
}

.section-4.advance-hero-section {
  padding-bottom: 343px;
}

.div-block-85 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 198px;
  display: flex;
}

.div-block-86,
.div-block-86.div-block-86-2,
.div-block-87 {
  width: 50%;
}

.div-block-87.div-block-87-2 {
  width: 56%;
}

.heading-20 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.heading-20.heading-20-2 {
  color: #80a2f9;
  margin-bottom: 27px;
  font-size: 41px;
}

.heading-20.mb {
  margin-bottom: 30px;
}

.stacked-card {
  color: #fff;
  background-color: #293656;
  border-radius: 12px;
  padding: 20px;
}

.stacked-card.stacked-style-2 {
  background-color: #1d2b51;
}

.stacked-card.stacked-style-3 {
  background-color: #102650;
}

.text-span-3 {
  color: #5e6888;
}

.slide.slide-item {
  width: 100%;
}

.text-span-4,
.text-span-5 {
  color: #7d87a8;
}

.tx-c-recruitments-feature {
  background-image: linear-gradient(#010101, #010147);
  padding-top: 82px;
  padding-bottom: 174px;
}

.tx-c-recruitments-feature.section-curve-bottom.mt-negative {
  margin-top: -287px;
}

.tx-c-recruitments-feature.section-curve-bottom.mt-negative.curetalks-about {
  padding-bottom: 70px;
}

.tx-c-recruitments-feature.section-curve-bottom.mt-negative.tx-c-recruitments-feature-spacing {
  padding-bottom: 47px;
}

.tx-c-recruitments-feature.section-curve-bottom.connect-movesitforward-sec {
  padding-bottom: 64px;
}

.div-block-88 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-89 {
  width: 60%;
}

.div-block-90 {
  width: 40%;
}

.heading-21 {
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
}

.heading-21.display-2-gradient {
  font-size: 50px;
}

.heading-21.display-2-gradient.lh-tight {
  font-size: 50px;
  line-height: 100%;
}

.div-block-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-92 {
  width: 110px;
}

.text-block-11 {
  color: #b2c8ff;
  font-size: 40px;
  line-height: 120%;
}

.text-block-12 {
  color: #fff;
  font-size: 16px;
}

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

.tx-c-recruitments-recent-shows {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tx-c-recruitments-recent-shows.tx-c-recruitments-recent-shows-spacing {
  padding-top: 40px;
  padding-bottom: 0;
}

.tx-c-recruitments-recent-shows.tx-c-recruitments-recent-shows-spacing.tx-c-recruitments-recent-shows-pb {
  padding-bottom: 40px;
}

.heading-22 {
  color: #222;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-94 {
  max-width: 500px;
}

.div-block-95 {
  margin-bottom: 42px;
}

.div-block-95.xpand-heading-2 {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.tx-c-recruitments-featured-speakers {
  background-image: linear-gradient(90deg, #0e1037, #0202f0);
  padding-top: 70px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.heading-23 {
  color: #ffffff4d;
  text-align: left;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-96 {
  margin-bottom: 0;
}

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

.div-block-98 {
  width: 50%;
}

.div-block-99 {
  width: 50%;
  position: relative;
}

.heading-24 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.image-8 {
  z-index: 2;
  margin-top: -96px;
  position: relative;
  top: 0;
}

.heading-25 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-100 {
  z-index: 5;
  max-width: 620px;
  margin-top: -200px;
  position: relative;
}

.speakerswiper-button-prev,
.speakerswiper-button-next {
  width: 40px;
  height: 40px;
}

.div-block-101 {
  color: #fff;
  position: relative;
}

.code-embed-7 {
  position: absolute;
  inset: 0% auto 0% -60px;
}

.image-9 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(#0000, #000);
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.tx-c-recruitments-partners {
  padding-top: 60px;
  padding-bottom: 50px;
}

.tx-c-recruitments-partners.advance-partners {
  padding-top: 0;
  padding-bottom: 95px;
}

.heading-26 {
  color: #222;
  width: auto;
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.heading-26.heading-26-mb {
  margin-bottom: 15px;
}

.div-block-103 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 34px;
  display: flex;
}

.div-block-104 {
  max-width: 440px;
}

.grid {
  place-content: end stretch;
}

.div-block-105 {
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 1px 13px #bdc1e5;
}

.tx-c-recruitments-panelists {
  background-color: #010101;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-106 {
  background-color: #0000;
  border-radius: 12px;
  overflow: hidden;
}

.heading-27 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-107 {
  margin-bottom: 52px;
}

.div-block-108 {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.div-block-109 {
  max-width: 310px;
}

.div-block-109.offset-adjust,
.div-block-109.offset {
  position: relative;
  left: -60px;
}

.div-block-110 {
  max-width: 310px;
}

.tx-blog-hero {
  height: 100vh;
}

.tx-blog-hero.job-hero-1 {
  height: auto;
  min-height: 500px;
}

.div-block-111 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/job-hero-img.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  height: 100vh;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.div-block-111.job-hero-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/careers-hero-img.jpg');
  background-position: 0 0, 50% 100%;
  height: auto;
  min-height: 500px;
}

.heading-28 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
}

.heading-28.featured-post-title {
  font-size: 37px;
  line-height: 110%;
}

.div-block-112 {
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-112.job-hero-section {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 500px;
}

.div-block-112.job-hero-section.careers-hero {
  justify-content: center;
  align-items: center;
}

.div-block-113 {
  max-width: 700px;
}

.div-block-114 {
  background-color: #fff;
  border-top-left-radius: 30px;
  padding: 37px 46px;
  position: absolute;
  inset: auto 0 0% auto;
}

.code-embed-8 {
  position: absolute;
  inset: -36px -7px auto auto;
}

.code-embed-9 {
  position: absolute;
  inset: auto auto -12px -36px;
}

.link-block-8 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  background-color: #00f;
  border-radius: 30px;
  justify-content: center;
  padding: 13px 70px 13px 35px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.link-block-8:hover {
  background-color: #1f1f1f;
}

.link-block-8.inline-flex {
  display: inline-flex;
}

.link-block-8.is-absolute {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}

.code-embed-10 {
  width: auto;
  position: absolute;
  inset: 11px 9% 0% auto;
}

.tx-blog-featured-posts {
  padding-top: 67px;
  padding-bottom: 67px;
}

.heading-29 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-115 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 30px -5px #0006;
}

.div-block-116 {
  width: 50%;
  height: 100%;
  padding: 26px;
}

.div-block-117 {
  width: 50%;
  height: auto;
}

.heading-30 {
  color: #1e1e1e;
  font-weight: 400;
}

.link-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d111d;
  border-radius: 30px;
  padding: 4px 9px;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.div-block-118 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #6e6e6e;
  margin-bottom: 13px;
  display: flex;
}

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

.image-10 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}

.featured-posts-next-nav {
  cursor: pointer;
  transition: right .2s, opacity .2s;
  position: relative;
  right: 0;
}

.featured-posts-next-nav:hover {
  opacity: .5;
  right: -5px;
}

.featured-posts-prev-nav {
  cursor: pointer;
  transition: left .2s, opacity .2s;
  position: relative;
  left: 0;
}

.featured-posts-prev-nav:hover {
  opacity: .5;
  left: -5px;
}

.div-block-121 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-122 {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.div-block-123 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.swiper-pagination {
  position: relative;
  bottom: -20px;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  height: 100%;
  display: block;
}

.tx-blog-relevant-topics {
  padding-top: 20px;
  padding-bottom: 80px;
}

.heading-31 {
  color: #1e1e1e;
  text-align: center;
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-124 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-125 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 32px;
  display: flex;
}

.link-block-11 {
  color: #00f;
  background-color: #e5e5ff;
  border-radius: 30px;
  padding: 10px 14px;
  text-decoration: none;
}

.link-block-11.active {
  color: #fff;
  background-color: #00f;
}

.div-block-126 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-128 {
  border-radius: 20px;
  width: 33.3333%;
  overflow: hidden;
  box-shadow: 0 0 10px #0003;
}

.div-block-128.is-50 {
  flex: 50%;
  width: 50%;
}

.heading-32 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-129 {
  padding: 20px;
}

.div-block-130 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #919191;
  display: flex;
}

.link-block-12 {
  color: #1e1e1e;
  text-decoration: none;
}

.link-block-13 {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.tx-subscribe {
  background-image: linear-gradient(270deg, #101130, #0101fc);
  padding-top: 60px;
  padding-bottom: 120px;
}

.div-block-131 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.div-block-132 {
  width: 50%;
}

.div-block-133 {
  width: 50%;
  position: relative;
}

.heading-33 {
  color: #fff;
  font-weight: 400;
}

.text-field {
  color: #1e1e1e;
  border-radius: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 27px;
}

.form-block {
  position: relative;
}

.button {
  position: absolute;
}

.tx-blog-posts {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.checkbox-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-134 {
  position: relative;
}

.text-field-2 {
  color: #1e1e1e;
  background-color: #ededed;
  border-radius: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  font-size: 16px;
}

.form {
  position: relative;
}

.code-embed-11 {
  position: absolute;
  inset: 10px auto 0% 21px;
}

.div-block-135 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-136.posts-2-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.div-block-137 {
  margin-bottom: 47px;
}

.recent-blog-posts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.paragraph-5 {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-6 {
  color: #707070;
  line-height: 120%;
}

.tx-space-health-hero {
  background-image: linear-gradient(#000, #000), url('../images/bckg_picc-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  position: relative;
}

.tx-space-health-timeline {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 90px;
  position: relative;
}

.tx-space-health-timeline.section-curve-bottom {
  background-image: linear-gradient(#000 23%, #fff0), url('../images/tx-spacehealth-timeline-bg-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -2px;
  padding-top: 20px;
}

.tx-space-health-timeline.section-curve-bottom.tx-space-health-timeline-spacing {
  padding-bottom: 40px;
}

.div-block-138 {
  max-width: 550px;
}

.paragraph-7 {
  font-size: 16px;
}

.heading-34 {
  color: #fff;
  font-weight: 400;
}

.div-block-139 {
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-140 {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #0000 76%);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-141 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-141.spacehealth-hero-inner {
  height: auto;
  padding-top: 160px;
  padding-bottom: 66px;
}

.heading-35 {
  color: #fff;
  font-weight: 300;
}

.div-block-142 {
  width: 40%;
  max-width: 860px;
  margin-bottom: 44px;
}

.heading-36 {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-143 {
  display: flex;
  position: relative;
}

.tx-spacehealth-timeline {
  background-image: linear-gradient(#000, #0000), linear-gradient(#0000 66%, #000), url('../images/tx-spacehealth-timeline-bg-min.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.spacehealth-timeline-swiper-button-prev {
  position: absolute;
}

.tx-spacehealth-data-management {
  padding-top: 70px;
  padding-bottom: 140px;
}

.tx-spacehealth-data-management.tx-spacehealth-data-management-spacing {
  padding-bottom: 70px;
}

.div-block-144 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: block;
}

.div-block-145 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  display: flex;
}

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

.div-block-146.data-tab-content-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.div-block-146.data-tab-content-wrap.relative {
  z-index: auto;
}

.heading-37 {
  color: #000;
  margin-bottom: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.heading-37.heading-37-h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 110%;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-38 {
  color: #000;
  margin-top: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
}

.image-11 {
  max-width: 80%;
  margin-bottom: 20px;
}

.div-block-147 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  margin-bottom: 32px;
  padding: 0;
  display: inline-flex;
  box-shadow: 0 5px 30px -2px #0003;
}

.link-block-14 {
  border-radius: 30px;
  padding: 12px 20px;
  text-decoration: none;
}

.link-block-14.active {
  color: #fff;
  background-color: #00f;
}

.link-block-15 {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.data-tab-content {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.data-tab-content.d-none {
  display: none;
}

.div-block-148 {
  flex-flow: column;
  display: flex;
}

.div-block-149 {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 80px 0%;
}

.spacehealth-timeline-swiper-button-next {
  cursor: pointer;
  position: absolute;
}

.tx-spacehealth-data-sources {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 410px;
}

.tx-spacehealth-data-sources.section-curve-bottom.tx-spacehealth-data-sources-spacing {
  padding-bottom: 310px;
}

.heading-39 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-150 {
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-150.div-block-150-spacing {
  margin-bottom: 0;
}

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

.embed-svg-curve-line {
  position: relative;
  inset: 213px 0% 0%;
}

.div-block-152 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 200px;
}

.data-source-1 {
  flex-flow: column;
  display: flex;
  position: absolute;
}

.data-source-1.abs-1 {
  top: 176px;
  left: -145px;
}

.data-source-1.abs-1.abs-2 {
  top: 405px;
  left: -110px;
}

.data-source-1.abs-1.abs-2.abs-3 {
  top: 586px;
  left: 3px;
}

.data-source-1.abs-1.abs-2.abs-3.abs-4 {
  top: 709px;
  left: 349px;
}

.data-source-1.abs-1.abs-2.abs-3.abs-3-right {
  left: auto;
  right: -36px;
}

.data-source-1.abs-1.abs-2.abs-2-right {
  left: auto;
  right: -110px;
}

.data-source-1.abs-1.abs-1-right {
  top: 176px;
  left: auto;
  right: -150px;
}

.div-block-153 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 72px 0% 0%;
}

.text-block-13 {
  font-size: 16px;
  line-height: 120%;
  display: inline-block;
}

.text-block-13.text-center {
  text-align: center;
}

.image-13 {
  max-width: 100px;
}

.div-block-154 {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 44px -42px 0% auto;
}

.div-block-154.abs-2-dot {
  top: 27px;
  right: -61px;
}

.div-block-154.abs-2-dot.abs-3-dot {
  top: 14px;
  right: -97px;
}

.div-block-154.abs-2-dot.abs-3-dot.abs-4-dot {
  top: -47px;
  right: 40px;
}

.div-block-154.abs-2-dot.abs-3-dot.abs-3-dot-right {
  left: -97px;
  right: auto;
}

.div-block-154.abs-2-dot.abs-2-dot-right {
  left: -61px;
  right: auto;
}

.div-block-154.abs-1-right {
  left: -48px;
  right: auto;
}

.scale-wrapper {
  z-index: 1;
  margin-top: -102px;
  position: relative;
}

.tx-spacehealth-stats {
  padding-top: 70px;
  padding-bottom: 90px;
}

.tx-spacehealth-stats.tx-spacehealth-stats-spacing {
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-40 {
  color: #172554;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-155 {
  margin-bottom: 18px;
}

.div-block-156 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.div-block-157.text-end {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
}

.div-block-157.text-end.size-grow {
  flex: 0 auto;
}

.div-block-157.size-grow {
  flex: 1;
}

.text-block-14 {
  color: #172554;
  font-size: 100px;
  line-height: 120%;
}

.text-block-15 {
  color: #172554;
}

.text-block-15.text-baseline-label {
  margin-bottom: 20px;
}

.tx-spacehealth-trek {
  background-image: linear-gradient(#0000, #000), url('../images/trek-img-bg-min.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 300px;
  padding-bottom: 50px;
}

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

.div-block-159,
.div-block-160 {
  width: 50%;
}

.heading-41 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.tx-spacehealth-latest-blog {
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-161 {
  padding-top: 150px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-161.section-curve-top {
  padding-top: 70px;
}

.div-block-161.section-curve-top.div-block-161-spacing {
  padding-top: 30px;
}

.heading-42 {
  color: #ffffffc9;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.heading-43 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-162 {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.div-block-162.bb-none {
  border-bottom-style: none;
}

.heading-44 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-8 {
  color: #939393;
  font-size: 16px;
  line-height: 140%;
}

.text-block-16 {
  color: #1e59eb;
  font-size: 70px;
  font-weight: 300;
  line-height: 120%;
}

.heading-45 {
  font-weight: 400;
}

.heading-45.text-dark {
  color: #000;
}

.heading-45.text-dark.mb-20 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 110%;
}

.div-block-163 {
  text-align: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-164 {
  margin-top: 87px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-46 {
  color: #00f;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-165 {
  text-align: center;
  max-width: none;
}

.text-block-18 {
  font-size: 16px;
  line-height: 120%;
}

.tx-connect-howitworks {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-166 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.tx-connect-tab-menu-wrap {
  width: 30%;
}

.howitworksswiper-wrap {
  width: 70%;
}

.tab-menu-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.heading-47 {
  margin-bottom: 40px;
  font-weight: 400;
}

.heading-48 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-167 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.div-block-168 {
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-block-19 {
  font-size: 58px;
  font-weight: 300;
  line-height: 80px;
}

.div-block-169 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #afafaf;
  align-items: flex-start;
  display: flex;
}

.progress-bar.menu-item-progressbar {
  z-index: 2;
  background-color: #00f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.step-num {
  top: -10px;
}

.progressbar-behind {
  z-index: 1;
  background-color: #b8b8b8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.tx-connect-benefits {
  background-image: linear-gradient(#0f112a, #0506b8);
  padding-top: 0;
  padding-bottom: 140px;
}

.tx-connect-benefits.section-curve-bottom {
  padding-top: 50px;
  padding-bottom: 40px;
}

.div-block-170 {
  max-width: 620px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-49 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.heading-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.image-14 {
  max-width: 140px;
  margin-bottom: 15px;
}

.div-block-172 {
  margin-bottom: 55px;
}

.div-block-172.advance-heading-2 {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-173 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.div-block-175.xpand-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.xpand-feature-img {
  flex: none;
  width: 140px;
}

.heading-51 {
  color: #00f;
  margin-top: 0;
  font-weight: 400;
}

.div-block-176 {
  margin-bottom: 56px;
}

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

.l-baylor {
  max-width: 130px;
}

.tx-advance-scope {
  padding-top: 80px;
}

.tx-advance-scope.tx-unsung-tab-wrap {
  padding-top: 0;
}

.heading-52 {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.div-block-178 {
  max-width: 550px;
  margin-bottom: 38px;
}

.advance-scope-tab-menus {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-179 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block-16 {
  color: #000;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
}

.link-block-16.active {
  border-bottom: 2px solid #00f;
}

.link-block-16.text-inter {
  font-family: Inter, sans-serif;
}

.link-block-16.text-inter.active {
  font-weight: 700;
}

.div-block-180 {
  background-color: #000;
  height: auto;
  position: relative;
}

.div-block-180.curve-bottom-center {
  background-color: #000;
}

.div-block-180.section-curve-bottom {
  height: auto;
}

.div-block-180.unsung-tab-content {
  background-color: #fff;
  height: auto;
  position: relative;
}

.div-block-181 {
  background-image: url('../images/earth-img-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.div-block-181.on-space {
  background-image: url('../images/in-space-img-min.jpg');
}

.div-block-181.future {
  background-image: url('../images/future-img-min.jpg');
}

.div-block-182 {
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  height: 100vh;
  display: flex;
}

.div-block-183 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000087;
  border-radius: 20px;
  width: 100%;
  padding: 38px;
}

.heading-53 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
}

.tx-advance-research-no-limit {
  padding-top: 69px;
  padding-bottom: 69px;
}

.heading-54 {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-184 {
  text-align: center;
  max-width: 580px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.div-block-185 {
  align-items: center;
  display: flex;
}

.div-block-185.reverse {
  flex-flow: row-reverse;
  align-items: center;
}

.div-block-186 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.div-block-186.reverse {
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}

.div-block-186.reverse.last {
  border-bottom-left-radius: 30px;
}

.div-block-186.div-block-186-inner {
  border-top-right-radius: 0;
}

.div-block-187 {
  width: 50%;
}

.heading-55 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.div-block-188 {
  padding-left: 50px;
}

.div-block-188.reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}

.tx-unsung-hero {
  height: auto;
  padding-top: 162px;
}

.div-block-189 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.heading-56 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.heading-56.text-blue {
  color: #00f;
}

.div-block-190,
.div-block-191 {
  width: 50%;
}

.heading-57 {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
}

.italic-text {
  color: #00f;
}

.div-block-192 {
  margin-bottom: 27px;
  position: relative;
}

.div-block-193 {
  background-image: linear-gradient(0deg, #fff 9%, #fff0);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.unsung-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 150px;
  display: flex;
}

.unsung-hero.reverse,
.unsung-hero.is-reverse {
  flex-flow: row-reverse;
}

.unsung-hero-text,
.unsung-hero-img {
  width: 50%;
}

.heading-58 {
  color: #00f;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-9 {
  font-size: 16px;
}

.paragraph-10 {
  color: #838383;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-194 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-15 {
  z-index: 1;
  max-width: 95%;
  position: relative;
  inset: 0%;
}

.image-16 {
  z-index: 2;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-16.aby-dia {
  max-width: 380px;
}

.image-16.kayliegh-img {
  max-width: 420px;
}

.image-16.krista-img {
  max-width: 380px;
}

.image-16.thomas-img {
  max-width: 480px;
}

.unsung-p {
  color: #222;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.div-block-195 {
  z-index: 3;
  background-image: linear-gradient(#fff0, #fff);
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-196 {
  background-color: #fff;
  display: block;
}

.link-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #00f;
  border-radius: 30px;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-17.link-block-17-outline {
  color: #00f;
  background-color: #fff;
  border: 1px solid #00f;
}

.div-block-197 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 30px;
  display: flex;
}

.div-block-198 {
  z-index: -1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
}

.div-block-199 {
  max-width: 260px;
  position: absolute;
  top: 30px;
}

.div-block-200 {
  max-width: 230px;
  position: absolute;
  inset: 80px 0% auto auto;
}

.section-5 {
  padding-top: 197px;
  padding-bottom: 80px;
}

.div-block-201 {
  justify-content: space-between;
  display: flex;
}

.heading-59 {
  color: #00f;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-202 {
  width: 40%;
}

.div-block-203 {
  width: 50%;
}

.div-block-204 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.div-block-205 {
  flex: none;
  width: 60px;
}

.text-block-20 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  position: relative;
  top: -20px;
}

.heading-60 {
  color: #272727;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.form-block-2 {
  font-family: Inter, sans-serif;
}

.field-label,
.field-label-2,
.field-label-3 {
  font-weight: 400;
  display: none;
}

.submit-button {
  background-color: #00f;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #000;
}

.textarea {
  margin-bottom: 20px;
}

.textarea.input-field {
  height: 130px;
}

.input-field {
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  height: 51px;
  padding: 19px;
}

.input-field:focus {
  border-color: #7a7272;
}

.bold-text,
.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13,
.bold-text-14,
.bold-text-15 {
  font-weight: 500;
}

.tx-home-hero-2-section {
  background-image: linear-gradient(#142968, #0144f2 28% 70%, #fff);
  height: 150vh;
  position: relative;
  top: 0;
}

.heading-61 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.heading-61.subheadline61 {
  font-size: 28px;
}

.heading-61.hero-main-title {
  margin-bottom: 40px;
  font-size: 50px;
}

.div-block-206 {
  width: 50%;
  margin-top: 44px;
  padding-right: 30px;
}

.div-block-207 {
  width: 50%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-208 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 200px;
  display: flex;
}

.image-17 {
  width: 100%;
  max-width: none;
  position: relative;
  inset: 0 auto auto 0;
}

.heading-62 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-62.hero-p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-209 {
  width: 100%;
  max-width: 440px;
  margin-top: 30px;
}

.tx-home-generated-by-ai {
  height: auto;
  margin-top: -40px;
  position: relative;
  top: 0;
}

.tx-home-generated-by-ai.tx-home-generated-by-ai-spacing {
  margin-top: -100px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4.d-none {
  display: none;
}

.image-18 {
  max-width: 100%;
}

.image-18.hero-logo-nyu-langone {
  width: 120px;
}

.image-18.hero-logo-indiana {
  width: 80px;
}

.image-18.hero-logo-columbia {
  width: 100px;
}

.image-18.hero-logo-iowa {
  width: 130px;
}

.heading-63 {
  color: #172554;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-210 {
  text-align: center;
  max-width: 950px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.div-block-211 {
  z-index: 2;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-212 {
  order: 2;
  width: 30%;
  max-width: none;
  position: relative;
}

.image-19 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.code-embed-12 {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% -50px;
  transform: scale(1.4);
}

.div-block-213 {
  flex-flow: row;
  flex: none;
  order: -9999;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  max-width: 100%;
  padding-right: 40px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-block-214 {
  order: 9999;
  width: 35%;
  max-width: none;
  margin-top: 114px;
  padding-left: 40px;
}

.div-block-215 {
  margin-top: 114px;
}

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

.heading-64 {
  color: #1a2757;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-217 {
  text-align: center;
  width: 33.333%;
}

.tx-home-discover {
  padding-bottom: 70px;
}

.tx-home-discover.tx-home-discover-spacing {
  padding-top: 50px;
  padding-bottom: 20px;
}

.div-block-218 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-219 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  display: flex;
}

.div-block-220 {
  width: 60%;
  height: 100%;
}

.div-block-221 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
}

.heading-65 {
  color: #172554;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}

.heading-65.text-lg {
  font-size: 70px;
  line-height: 100%;
}

.link-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-18.link-solution {
  height: 100%;
}

.link-block-18.link-solution.d-none {
  display: none;
}

.heading-66 {
  color: #000;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-222 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-222.solution-icon-wrap {
  width: 80px;
  height: 80px;
}

.code-embed-13,
.div-block-223 {
  color: #00f;
}

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

.tx-home-who-built-for {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.tx-home-who-built-for.tx-home-who-built-for-spacing {
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-225 {
  text-align: center;
  max-width: 700px;
  margin: 38px auto 40px;
}

.sw-tabs {
  display: flex;
}

.sw-tabs__menu {
  background-color: #00f;
  border-radius: 20px;
  flex-flow: column;
  width: 40%;
  margin-right: -40px;
  padding: 50px 80px 50px 40px;
  display: flex;
}

.sw-tabs__content {
  background-color: #172554;
  border-radius: 20px;
  width: 60%;
  padding: 50px 40px;
}

.sw-tabs__tab {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  color: #fff;
  border-bottom: 1px solid #ffffff5c;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.sw-tabs__tab:hover {
  opacity: .8;
}

.sw-tabs__tab.is-active {
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-67 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-68 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-226 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-21 {
  text-transform: none;
}

.link-block-19 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-19:hover {
  color: #fff;
  background-color: #00f;
}

.link-block-19.tab-btn-primary {
  background-color: var(--tab-btn-primary);
  color: #fff;
}

.link-block-19.tab-btn-primary:hover {
  background-color: var(--black);
}

.link-block-19.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-19.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

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

.tx-home-complex-global-market {
  z-index: 3;
  background-image: linear-gradient(0deg, #172554, #0144f2 57%, #fff);
  margin-top: -255px;
  margin-bottom: 120px;
  padding-bottom: 100px;
  position: relative;
}

.tx-home-complex-global-market.tx-home-complex-global-market-spacing {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tx-home-complex-global-market.tx-home-complex-global-market-spacing.testimonials-client-section {
  z-index: 1;
  margin-top: -240px;
}

.heading-69 {
  color: #172554;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.heading-69.subheading-h3 {
  font-size: 30px;
}

.heading-69.subheadline {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-228 {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  width: 100%;
}

.div-block-229 {
  z-index: 5;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global-complex-feature-1 {
  text-align: center;
  max-width: 260px;
  font-family: Inter, sans-serif;
  position: absolute;
  inset: 70px auto auto -20px;
}

.global-complex-feature-1.global-complex-feature-2 {
  inset: 70px -110px auto auto;
}

.global-complex-feature-1.global-complex-feature-2.global-complex-feature-3 {
  inset: auto 0% -30% -15px;
}

.global-complex-feature-1.global-complex-feature-2.global-complex-feature-4,
.global-complex-feature-1.global-complex-feature-2.global-complex-feature-4.rellax.global-market-item {
  top: auto;
  bottom: -30%;
  right: -110px;
}

.heading-70 {
  color: #fff;
  font-weight: 300;
}

.div-block-230 {
  position: relative;
}

.div-block-230.d-none {
  display: none;
}

.paragraph-11 {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
}

.div-block-231 {
  margin-top: 40px;
}

.tx-home-testimonial__item {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  position: relative;
}

.quote {
  z-index: 1;
  opacity: .16;
  position: absolute;
  inset: -10px auto auto -30px;
}

.quote.quote-r {
  z-index: 1;
  opacity: .16;
  inset: auto 0 0 auto;
}

.paragraph-12 {
  z-index: 3;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 26px;
  line-height: 150%;
  position: relative;
}

.testimonial-logo {
  max-width: 200px;
  margin-bottom: 30px;
}

.testimonial-logo.iowa-logo {
  max-width: 90px;
}

.testimonial-logo.nyu-logo {
  max-width: 101px;
}

.tx-home-testimonial__item-inner {
  padding-left: 0;
  position: relative;
}

.image-21 {
  width: 100%;
}

.div-block-232 {
  z-index: 3;
  background-color: #0000;
  border-radius: 140px;
  position: absolute;
  inset: 18px 12px;
  overflow: hidden;
}

.div-block-233 {
  background-color: #00f;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-235 {
  padding: 20px;
  transform: scale(1);
}

.div-block-236 {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  transform: scale(1.4);
}

.img-capsule-wrap {
  margin-top: 200px;
}

.image-22,
.image-23,
.image-24,
.image-25,
.image-26,
.image-27 {
  width: 100%;
}

.div-block-237 {
  color: #fff;
  font-family: Inter, sans-serif;
  position: absolute;
  left: 20px;
}

.div-block-238 {
  justify-content: flex-end;
  width: 410px;
  display: flex;
}

.div-block-239 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.heading-71 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
}

.div-block-240 {
  color: #172554;
  text-align: center;
  width: 100%;
  max-width: 910px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-240.div-block-240-spacing {
  max-width: 950px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.heading-72 {
  color: #172554;
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
}

.heading-72.heading-below-capsule-mb {
  margin-bottom: 15px;
  font-size: 46px;
}

.div-block-241 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.div-block-242 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 55px;
  display: flex;
}

.section-heading {
  color: #172554;
  font-size: 46px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-243 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-243.margin-b-3 {
  margin-bottom: 20px;
}

.div-block-243.margin-b-2 {
  margin-bottom: 8px;
}

.div-block-244 {
  flex: 0 0 24px;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.div-block-245 {
  margin-top: 20px;
}

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

.div-block-247 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

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

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

.text-block-22 {
  font-size: 16px;
}

.div-block-250 {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-251 {
  position: relative;
}

.div-block-252 {
  justify-content: flex-end;
  margin-top: 57px;
  display: flex;
}

.div-block-253 {
  width: 100%;
  max-width: 560px;
}

.div-block-254 {
  text-align: center;
  margin-bottom: 40px;
}

.heading-73 {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5._3-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-item.upenn {
  width: 240px;
}

.logo-item.nyu {
  width: 140px;
}

.logo-item.iowa {
  width: 120px;
}

.logo-item.columbia {
  width: 110px;
}

.logo-item.jfox {
  width: 220px;
}

.logo-item.ctsi {
  width: 90px;
}

.logo-item.albert-einstein {
  width: 209px;
}

.div-block-255 {
  margin-top: 80px;
}

.stat-label {
  color: #000;
}

.div-block-256 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-257 {
  margin-top: -470px;
  position: relative;
}

.div-block-258,
.div-block-259 {
  max-width: 390px;
}

.image-28 {
  z-index: -1;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.div-block-260 {
  z-index: -1;
  margin-top: -305px;
  position: relative;
}

.div-block-261 {
  margin-top: -174px;
  position: relative;
}

.div-block-262 {
  max-width: 100%;
}

.div-block-263 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.heading-74 {
  color: #0f112a;
  font-size: 20px;
  font-weight: 400;
}

.heading-74.mb {
  margin-bottom: 30px;
}

.div-block-264 {
  position: sticky;
}

.div-block-265 {
  background-color: #121330;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  height: 103px;
  padding: 20px;
  display: flex;
}

.link-block-20 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-266 {
  max-width: 700px;
  margin-left: auto;
}

.sub-heading {
  color: var(--black);
  font-size: 20px;
  line-height: 130%;
}

.div-block-267 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none;
}

.div-block-268 {
  margin-top: 57px;
}

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

.link-block-21 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-21:hover,
.link-block-21.tab-btn-primary {
  color: #fff;
  background-color: #00f;
}

.link-block-21.tab-btn-primary:hover {
  background-color: #000;
}

.link-block-21.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-21.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

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

.link-block-22 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-22:hover,
.link-block-22.tab-btn-secondary {
  color: #fff;
  background-color: #00f;
}

.link-block-22.tab-btn-secondary:hover {
  background-color: #000;
}

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

.link-block-23 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-23:hover,
.link-block-23.tab-btn-primary {
  color: #fff;
  background-color: #00f;
}

.link-block-23.tab-btn-primary:hover {
  background-color: #000;
}

.link-block-23.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-23.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

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

.link-block-24 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-24:hover,
.link-block-24.tab-btn-primary {
  color: #fff;
  background-color: #00f;
}

.link-block-24.tab-btn-primary:hover {
  background-color: #000;
}

.link-block-24.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-24.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

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

.link-block-25 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-25:hover,
.link-block-25.tab-btn-primary {
  color: #fff;
  background-color: #00f;
}

.link-block-25.tab-btn-primary:hover {
  background-color: #000;
}

.link-block-25.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-25.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

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

.link-block-26 {
  color: #00f;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block-26:hover,
.link-block-26.tab-btn-primary {
  color: #fff;
  background-color: #00f;
}

.link-block-26.tab-btn-primary:hover {
  background-color: #000;
}

.link-block-26.tab-btn-secondary {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
}

.link-block-26.tab-btn-secondary:hover {
  color: #00f;
  background-color: #fff;
  border-color: #fff;
}

.div-block-275,
.div-block-276,
.div-block-277 {
  width: 100%;
}

.div-block-278 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-279 {
  order: 2;
  width: 40%;
  position: relative;
}

.div-block-280 {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
}

.div-block-281 {
  order: 2;
  width: 100%;
  margin-bottom: 30px;
}

.div-block-282 {
  text-align: center;
  background-color: #ffffff1c;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  height: 100%;
  padding: 30px;
}

.div-block-282.d-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-282.d-flex.text-left {
  text-align: left;
}

.image-29 {
  width: 80px;
}

.image-29.icon-security {
  width: 67px;
}

.image-29.img-shield {
  width: 61px;
}

.heading-75 {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.heading-75.mt-0 {
  text-align: center;
  margin-top: 0;
}

.div-block-283 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-284,
.div-block-285 {
  width: 50%;
}

.div-block-286 {
  flex: 0 0 83px;
}

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

.div-block-287.mb {
  margin-bottom: 80px;
}

.image-30 {
  max-width: 100%;
}

.div-block-288 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 383px;
}

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

.div-block-289.d-none {
  display: none;
}

.tx-about-our-milestones {
  background-image: linear-gradient(0deg, #0700b2, #0e34ef 53%, #5b81fe);
  height: auto;
}

.tx-about-our-milestones.section-curve-bottom {
  background-image: linear-gradient(0deg, #0700b2, #0e34ef 53%, #0e34ef);
  padding-top: 40px;
}

.div-block-290 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-291 {
  width: 40%;
}

.div-block-292 {
  z-index: 0;
  max-width: 100%;
  margin-top: -117px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-293 {
  margin-top: 190px;
}

.div-block-294 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.tx-about-our-milestones-gradient {
  z-index: 1;
  background-image: linear-gradient(#000, #0e35ed);
  border: 1px red;
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin-top: -100px;
  position: static;
}

.div-block-295 {
  flex-flow: column;
  display: flex;
}

.div-block-296 {
  z-index: 4;
  order: -9999;
  position: relative;
}

.div-block-297 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-298 {
  width: 60%;
}

.div-block-299 {
  margin-bottom: 30px;
}

.div-block-300 {
  z-index: 1;
  margin-top: -190px;
  margin-left: 0;
  position: relative;
}

.div-block-301 {
  height: 10px;
}

.div-block-302 {
  z-index: 3;
  margin-top: -340px;
  position: relative;
}

.div-block-303 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 178px;
  display: flex;
}

.div-block-304 {
  align-self: flex-end;
  max-width: 300px;
}

.div-block-305 {
  align-self: flex-end;
  max-width: 510px;
  margin-top: 0;
}

.wwb-spacer {
  height: 40px;
}

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

.ds-icon-wrap {
  background-color: #0d2ed340;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  display: flex;
}

.ds-icon-wrap.mb-2 {
  margin-bottom: 10px;
}

.ds-icon-2 {
  max-width: 60%;
}

.div-block-306 {
  order: 9999;
  width: 40%;
}

.div-block-306.first-order {
  order: -9999;
}

.div-block-307 {
  background-color: #00f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.div-block-307.contact-icon {
  width: 60px;
  height: 60px;
}

.c-platform-icon {
  width: 94px;
}

.c-platform-icon.database {
  width: 77px;
}

.c-platform-icon.icon-location {
  width: 30px;
}

.div-block-308 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-309 {
  flex: 1;
}

.div-block-310 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000ff1a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-311 {
  flex: 0 0 80px;
  order: 9999;
}

.div-block-312 {
  flex: 1;
}

.image-32.shield {
  width: 70px;
}

.icon-wrap-style3 {
  color: #fff;
  background-color: #00f;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.code-embed-14 {
  width: auto;
}

.div-block-313 {
  text-align: center;
  max-width: 690px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-314 {
  width: 50%;
}

.heading-76 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
}

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

.div-block-316 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.job-meta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1e1e1e;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-317 {
  color: #1e1e1e;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-318 {
  margin-bottom: 50px;
}

.heading-77 {
  text-align: center;
  margin-bottom: 65px;
}

.text-block-23,
.text-block-24 {
  font-size: 26px;
  font-weight: 500;
}

.div-block-319 {
  border-radius: 10px;
  width: 60%;
  position: relative;
  overflow: hidden;
}

.div-block-320 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-321 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.featured-speakers-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.featured-video-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-322 {
  border-radius: 30px;
  margin-top: 50px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.div-block-323 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-78 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.featured-panel-img {
  border-radius: 20px;
}

.div-block-324 {
  text-align: center;
}

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

.img-rounded {
  border-radius: 10px;
}

.div-block-326 {
  background-image: radial-gradient(circle, #0000, #000);
  position: absolute;
  inset: 0%;
}

.ctd-intro {
  background-color: #0413ec;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ctd-intro-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.ctd-intro-title.ctd-intro-title--dark {
  color: #282828;
}

.div-block-327 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta-view-heroes {
  color: #0413ec;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 30px;
  padding: 13px 21px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  top: 0;
}

.cta-view-heroes:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border: 1px solid #fff;
  top: -2px;
}

.cta-view-heroes.cta-tributes {
  color: #fff;
  background-color: #0413ec;
}

.div-block-328 {
  margin-top: 27px;
}

.code-embed-15 {
  margin-top: 14px;
}

.ctd-yearly-section-title {
  background-color: #0014f7;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ctd-container {
  border-radius: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ctd-container.js-ctd-container.container-max-width {
  max-width: 1120px;
}

.heading-111,
.heading-112 {
  color: #fff;
  text-align: center;
  font-size: 44px;
}

.image-98 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.aby-img {
  border-radius: 0;
  margin-top: -20px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.aby-img.peik-img {
  margin-left: -20px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.aby-img.jose-img {
  max-width: 520px;
}

.ctd-bio-row-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.ctd-bio-row-1__c-2 {
  width: 65%;
}

.ctd-bio-row-1__c-2.aby-text {
  width: 70%;
}

.ctd-bio-row-1__c-2.aby-text.aby-bio-row {
  padding-right: 0;
}

.ctd-bio-row-1__c-2.aby-text.aby-bio-row.ababel-content {
  margin-top: -29px;
}

.ctd-bio-row-1__c-2.crystal-text {
  width: 60%;
}

.ctd-bio-p-text {
  color: #282828;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

.ctd-bio-p-text.aby-text-2 {
  width: 100%;
  font-size: 20px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width {
  max-width: 100%;
  padding-top: 16px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.jose-text-max-w {
  max-width: 540px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.jose-text-max-w.jose-text-2 {
  max-width: 585px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.jennifer-text {
  max-width: 590px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.anabel-mason-txt-md {
  max-width: 620px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.cristina-text-3 {
  max-width: 625px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.cristina-text-4 {
  max-width: 1500px;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0% auto;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.cristina-text-4.text-pt-0 {
  padding-top: 15px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.kenneth-text-2 {
  max-width: 540px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.peik-text-2 {
  max-width: 620px;
  margin-bottom: 30px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width.sadia-text-2 {
  max-width: 600px;
}

.ctd-bio-p-text.aby-text-2.diana-text {
  max-width: 670px;
  padding-top: 8px;
}

.ctd-bio-p-text.aby-text-1 {
  justify-content: flex-end;
  width: 100%;
  font-size: 20px;
  display: flex;
}

.ctd-bio-p-text.aby-text-1.abt1-mw {
  max-width: 520px;
}

.ctd-bio-p-text.aby-text-1.abt1-mw.jose-text-1,
.ctd-bio-p-text.aby-text-1.diana-text-1 {
  max-width: 550px;
}

.ctd-bio-p-text.aby-text-1.kayleigh-text-maxx-width {
  max-width: 480px;
}

.ctd-bio-p-text.aby-text-1.m-text-max-width {
  max-width: 650px;
  padding-top: 20px;
}

.ctd-bio-p-text.aby-text-1.m-text3-max-w {
  max-width: 1120px;
  margin: auto;
  padding-top: 16px;
  padding-left: 20px;
}

.ctd-bio-p-text.aby-text-1.mt-mw {
  max-width: 540px;
}

.ctd-bio-p-text.aby-text-1.s-text-max-width {
  max-width: 650px;
  padding-top: 8px;
}

.ctd-bio-p-text.aby-text-1.s-text-padding {
  max-width: 500px;
}

.ctd-bio-p-text.aby-text-1.d-text {
  text-align: justify;
  justify-content: flex-start;
  max-width: 460px;
}

.ctd-bio-p-text.aby-text-1.kat-max-width {
  max-width: 450px;
}

.ctd-bio-p-text.aby-text-1.k-text-margin {
  max-width: 600px;
  padding-top: 4px;
}

.ctd-bio-p-text.aby-text-1.meg-text {
  max-width: 500px;
}

.ctd-bio-p-text.aby-text-1.meg-text-2 {
  max-width: 650px;
  padding-top: 12px;
}

.ctd-bio-p-text.aby-text-1.thomas-texxt {
  max-width: 500px;
}

.ctd-bio-p-text.crystal-text-4 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-4.crt4-padding {
  margin-top: -10px;
}

.ctd-bio-p-text.crystal-text-4.jt-mw {
  max-width: 660px;
}

.ctd-bio-p-text.crystal-text-1 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw {
  max-width: none;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.pavel-text-mw {
  width: 100%;
  max-width: 620px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.cristina-text-1 {
  max-width: 520px;
  padding-top: 0;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.kate-text-1 {
  max-width: 480px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.kate-text-2 {
  max-width: 600px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.kyla-text-2 {
  max-width: 580px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.kyla-text-1 {
  max-width: 490px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.pavel-text-2,
.ctd-bio-p-text.crystal-text-1.crystal-text-mw.pavel-text-1 {
  max-width: 580px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.sara-text-1 {
  max-width: 476px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw.sara-text-2 {
  max-width: 630px;
}

.ctd-bio-p-text.crystal-text-1.ashley-text-1 {
  max-width: 500px;
}

.ctd-bio-p-text.crystal-text-1.regina-text-1 {
  max-width: 560px;
}

.ctd-bio-p-text.crystal-text-3 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-3.crt3-mw {
  max-width: 600px;
}

.ctd-bio-p-text.crystal-text-3.crt3-mw.text-fw {
  max-width: none;
  padding-top: 0;
}

.ctd-bio-p-text.crystal-text-3.crt3-mw.text-fw.jennifer-text-3 {
  max-width: 590px;
  padding-top: 0;
}

.ctd-bio-p-text.crystal-text-2 {
  max-width: 590px;
  margin-bottom: 10px;
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-2.jt1-mw {
  max-width: 500px;
}

.ctd-bio-p-text.crystal-text-2.krysta-text {
  text-align: justify;
  max-width: 405px;
}

.ctd-bio-p-text.paulina-text-1 {
  width: 100%;
  max-width: 740px;
  font-size: 20px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2 {
  max-width: 550px;
  font-size: 20px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.tart1-mw {
  max-width: 480px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.e-text {
  max-width: 500px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.m-text-max-width {
  max-width: 520px;
}

.ctd-bio-p-text.paulina-text-1.paulina-padding {
  padding-inline: 18px;
  max-width: 1120px;
  margin: auto;
  padding-right: 44px;
}

.ctd-bio-p-text.paulina-text-1.tarlan-text-mw {
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-right: 72px;
}

.ctd-bio-p-text.paulina-text-1.e-text {
  max-width: 600px;
}

.ctd-bio-p-text.paulina-text-1.m-text-max-width {
  max-width: 820px;
}

.ctd-bio-p-text.e-text3-mw {
  max-width: 1120px;
  margin: auto;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 20px;
}

.ctd-bio-p-text.ashley-text-2 {
  max-width: 600px;
}

.bold-text-16 {
  color: #222;
}

.ctd-counter-wrap {
  max-width: 1280px;
  margin-top: 50px;
  position: relative;
}

.ctd-bio-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 57px;
  display: flex;
}

.ctd-bio-text.bio-text-overlap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ctd-bio-text.bio-text-overlap.ctd-bio-texts {
  width: 100%;
}

.ctd-bio-row-1__c-1 {
  width: 57.37%;
}

.ctd-bio-row-1__c-1.aby-img {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  width: 30%;
}

.ctd-bio-row-1__c-1.crystal-img {
  width: 40%;
}

.div-block-329 {
  flex: 0 auto;
  position: relative;
}

.ctd-bio-image-col-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.ctd-bio-image-col-1.ctd-img-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.code-embed-16,
.code-embed-17 {
  display: flex;
}

.div-block-330 {
  width: 100%;
  max-width: 520px;
}

.div-block-330.sadia-heading {
  max-width: 520px;
  padding-left: 0;
}

.div-block-330.kate-heading,
.div-block-330.peik-heading,
.div-block-330.jennifer-heading {
  max-width: 520px;
}

.div-block-330.jose-heading {
  max-width: 550px;
}

.div-block-330.kyla-heading,
.div-block-330.anabel-heading {
  max-width: 520px;
}

.ctd-bio-subtitle {
  color: #8f8f8f;
  text-align: left;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  display: block;
}

.ctd-bio-subtitle.aby-subtitle {
  padding-left: 0;
}

.ctd-bio-subtitle.diana-subtitle {
  padding-left: 100px;
}

.ctd-bio-subtitle.subtitle-padding {
  max-width: 500px;
  margin-left: 40px;
  padding-left: 130px;
}

.ctd-bio-subtitle.m-subtitle-p {
  padding-left: 110px;
}

.ctd-bio-subtitle.p-subtitle-mw {
  max-width: 450px;
}

.ctd-bio-subtitle.subtitle-padding-copy {
  padding-left: 150px;
}

.ctd-bio-subtitle.bio-padding {
  padding-left: 90px;
}

.ctd-bio-subtitle.bio-padding.d-padding {
  margin-left: 40px;
  padding-left: 150px;
}

.ctd-bio-subtitle.e-sub-mw {
  max-width: 500px;
}

.ctd-bio-subtitle.k-text-padding {
  max-width: 400px;
  margin-left: 100px;
  padding-left: 100px;
}

.ctd-bio-subtitle.subtitle-maxx-width {
  max-width: 290px;
}

.ctd-bio-subtitle.subtitle-padding-meg {
  max-width: 370px;
  margin-left: 60px;
  padding-left: 90px;
}

.ctd-bio-subtitle.nic-max-width {
  max-width: 400px;
}

.ctd-bio-subtitle.thomas-max-width {
  max-width: 400px;
  margin-left: 148px;
}

.ctd-bio-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.ctd-bio-wrap.bio-wrap {
  display: block;
}

.ctd-bio-wrap.bio-wrap.ctd-right {
  flex-flow: column;
  display: flex;
}

.aby-text-3 {
  padding-top: 10px;
  padding-inline: 28px;
  max-width: 1140px;
  margin: auto;
  padding-right: 60px;
  font-size: 20px;
}

.aby-text-3.ctd-bio-p-text {
  text-align: left;
  padding-top: 16px;
  padding-right: 0;
}

.aby-text-3.ctd-bio-p-text.jose-text-fw {
  max-width: none;
  padding-left: 0;
}

.div-block-331 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-331.aby-block {
  align-items: flex-end;
}

.div-block-331.aby-block.jose-content {
  position: relative;
  top: -70px;
}

.ctd-bio-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.ctd-bio-section.aby-bio {
  padding-top: 150px;
  padding-bottom: 56px;
}

.ctd-bio-section.crystal-bio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ctd-bio-section.diana-bio {
  padding-bottom: 60px;
}

.ctd-bio-section.jillian-bio {
  padding-bottom: 100px;
}

.ctd-bio-section.kay-bio {
  padding-bottom: 40px;
}

.ctd-bio-section.krista-bio {
  padding-bottom: 120px;
}

.ctd-bio-section.michael-bio {
  padding-bottom: 48px;
}

.ctd-bio-section.paulina-bio {
  padding-bottom: 120px;
}

.ctd-bio-section.sheryl-bio {
  padding-top: 150px;
  padding-bottom: 0;
}

.ctd-bio-section.tarlan-bio {
  padding-top: 100px;
}

.ctd-bio-section.david-bio {
  padding-bottom: 60px;
}

.ctd-bio-section.eli-bio {
  padding-top: 60px;
  padding-bottom: 140px;
}

.ctd-bio-section.eli-bio.kait-bio {
  padding-top: 100px;
}

.ctd-bio-section.maha-bio {
  margin-top: 16px;
  padding-top: 0;
}

.ctd-bio-section.megan-biio {
  padding-top: 100px;
  padding-bottom: 40px;
}

.ctd-bio-section.nicole-bio {
  padding-bottom: 28px;
}

.ctd-bio-name {
  color: #000;
  margin-top: -36px;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.ctd-bio-name.bio-margin {
  margin-top: -96px;
  padding-left: 136px;
}

.ctd-bio-name.text-ctd-dark {
  color: #222;
}

.link-block-33 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-33:hover {
  color: #fff;
}

.link-block-33.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-33.outline.d-none {
  display: none;
}

.ctd-counter-stats {
  justify-content: center;
  display: flex;
}

.ctd-counter-stats.ctd-counter-stats-center {
  justify-content: center;
}

.ctd-bio-image-col-2 {
  width: 42.17%;
}

.div-block-332 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-18 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-18.jose-j {
  width: 60%;
  top: -26%;
}

.code-embed-18.jennifer-j {
  width: 60%;
  top: 0%;
}

.code-embed-18.anabel-mason-letter {
  width: 79%;
  margin-top: -28px;
  top: -7%;
}

.code-embed-18.cristina-ltter {
  width: 70%;
  margin-top: 30px;
}

.code-embed-18.jose-letter {
  width: 53%;
  top: -21%;
  right: -6%;
}

.code-embed-18.keneth-letter {
  width: 64%;
  top: -7%;
}

.code-embed-18.mark-letter {
  top: -6%;
  right: -10%;
}

.code-embed-18.peik-letter {
  width: 62%;
  top: -8%;
  right: -18%;
}

.code-embed-18.sadia-letter {
  width: 70%;
  top: -9%;
}

.ctd-counter-stats-one-third {
  text-align: center;
  width: 50%;
}

.ctd-counter-stats-one-third.ctd-stats-half {
  width: 50%;
}

.ctd-counter-stats-one-third.ctd-stats-half.text-dark,
.ctd-counter-stats-one-third.text-dark {
  color: #222;
}

.text-block-36 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-36.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
  font-weight: 700;
}

.ctd-bio-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ctd-bio-image.ctd-bio-img {
  justify-content: space-between;
}

.bold-text-17 {
  color: #222;
}

.image-99 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-99.js-ctd-bio-img.ctd-bio-img-right.crystal-img {
  margin-top: -36px;
  margin-right: 0;
}

.image-99.js-ctd-bio-img.ctd-bio-img-right.crystal-img.sara-img {
  max-width: 550px;
}

.image-99.js-ctd-bio-img.ctd-bio-img-right.crystal-img.jennifer-img {
  margin-top: -87px;
}

.image-99.js-ctd-bio-img.ctd-bio-img-right.ashley-img {
  margin-top: -77px;
}

.ctd-bio-row-2__c2 {
  width: 60%;
}

.div-block-333 {
  flex: 0 auto;
  position: relative;
}

.div-block-333.crystal-letter-image {
  margin-top: 80px;
}

.div-block-333.crystal-letter-image.kate-letter-img {
  margin-top: 57px;
}

.code-embed-19,
.code-embed-20 {
  display: flex;
}

.ctd-bio-name-2 {
  margin-top: -36px;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.ctd-bio-name-2.text-ctd-dark {
  color: #222;
}

.link-block-34 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-34:hover {
  color: #fff;
}

.link-block-34.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-34.outline.d-none {
  display: none;
}

.div-block-334 {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-335 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-21 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-21.ctd-letter-left {
  right: 42%;
}

.code-embed-21.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-21.ctd-letter-left.crystal-letter.sara-s {
  width: 70%;
}

.code-embed-21.ctd-letter-left.crystal-letter.ashley-a {
  width: 79%;
  top: -24%;
  right: 38%;
}

.code-embed-21.ctd-letter-left.crystal-letter.jose-j {
  width: 59%;
}

.code-embed-21.ctd-letter-left.pavel-letter {
  width: 60%;
}

.code-embed-21.ctd-letter-left.regina-letter {
  width: 65%;
  top: -27%;
}

.code-embed-21.ctd-letter-left.sara-letter {
  width: 62%;
  top: -30%;
  right: 62%;
}

.text-block-42 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-42.ctd-text-purple {
  color: #0014f7;
}

.ctd-bio-row-2__c-1 {
  width: 40%;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 0;
}

.div-block-336 {
  text-align: center;
  margin-bottom: 50px;
}

.div-block-337 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-113 {
  color: var(--tab-btn-primary);
  font-size: 90px;
  font-weight: 700;
  line-height: 76px;
}

.paragraph-13 {
  color: #282828;
}

.div-block-338 {
  text-align: center;
  order: 9999;
}

.heading-114 {
  color: #fff;
  font-weight: 400;
}

.section-7 {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #282828;
  margin-top: -7px;
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
}

.image-100 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-100.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-100.js-ctd-bio-img.ctd-bio-img-left.diana-img {
  margin-top: -10px;
  margin-left: -20px;
}

.div-block-339 {
  flex: 0 auto;
  position: relative;
}

.code-embed-22,
.code-embed-23 {
  display: flex;
}

.div-block-340 {
  width: 100%;
  max-width: 650px;
}

.div-block-341 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.ctd-bio-name-3 {
  margin-top: -36px;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.ctd-bio-name-3.bio-margin-diana {
  margin-top: -80px;
  padding-left: 100px;
}

.ctd-bio-name-3.bio-margin-diana.text-ctd-dark {
  color: #222;
}

.ctd-bio-name-3.j-bio-margin {
  margin-top: -48px;
}

.ctd-bio-name-3.j-bio-margin.text-dark {
  color: #222;
}

.ctd-bio-name-3.bio-margin {
  margin-top: -96px;
  padding-left: 136px;
}

.ctd-bio-name-3.k-bio-margin {
  margin-top: -20px;
}

.ctd-bio-name-3.k-bio-margin.text-dark {
  color: #222;
}

.ctd-bio-name-3.m-bio-margin {
  margin-top: -96px;
  padding-left: 110px;
}

.ctd-bio-name-3.m-bio-margin.text-dark,
.ctd-bio-name-3.text-dark {
  color: #222;
}

.ctd-bio-name-3.s-bio-margin {
  margin-top: -160px;
  padding-left: 150px;
}

.ctd-bio-name-3.t-bio-margin {
  margin-top: 28px;
}

.ctd-bio-name-3.bio-padding {
  padding-left: 90px;
}

.ctd-bio-name-3.bio-padding.d-margin {
  margin-top: -20px;
  margin-left: 40px;
  padding-left: 150px;
}

.ctd-bio-name-3.bio-padding.bio-margin-kat {
  margin-top: -110px;
  margin-left: 80px;
  padding-left: 120px;
}

.ctd-bio-name-3.e-bi-margin {
  margin-top: -8px;
}

.ctd-bio-name-3.bio-m-margin {
  margin-top: -30px;
}

.ctd-bio-name-3.bio-padding-meg {
  margin-top: -130px;
  margin-left: 60px;
  padding-left: 90px;
}

.ctd-bio-name-3.nic-bio-margin {
  margin-top: -20px;
}

.ctd-bio-name-3.thomas-bio-margin {
  margin-top: -16px;
  margin-left: 140px;
}

.link-block-35 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-35:hover {
  color: #fff;
}

.link-block-35.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-35.outline.d-none {
  display: none;
}

.div-block-342 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-24 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.text-block-43 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-43.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-101 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-101.js-ctd-bio-img.ctd-bio-img-right.julian-img {
  margin-top: -20px;
}

.div-block-343 {
  flex: 0 auto;
  position: relative;
}

.div-block-343.crystal-letter-image {
  margin-top: 80px;
}

.jt3-mw {
  padding-top: 8px;
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-right: 36px;
  font-size: 20px;
}

.jt3-mw.ctd-bio-p-text {
  margin-top: -4px;
  padding-top: 0;
}

.div-block-344 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.code-embed-25 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-25.ctd-letter-left {
  right: 42%;
}

.code-embed-25.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.text-block-45 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.image-102 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-102.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-102.js-ctd-bio-img.ctd-bio-img-left.kay-img {
  margin-top: -40px;
}

.div-block-345 {
  flex: 0 auto;
  position: relative;
}

.code-embed-26 {
  display: flex;
}

.bold-text-22 {
  display: block;
}

.bold-text-22.bold-text-padding {
  margin-top: 0;
  padding-left: 32px;
}

.bold-text-22.bold-text-padding.text-dark {
  color: #222;
}

.code-embed-27 {
  display: flex;
}

.div-block-346 {
  width: 100%;
  max-width: 650px;
}

.div-block-347 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link-block-36 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-36:hover {
  color: #fff;
}

.link-block-36.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-36.outline.d-none {
  display: none;
}

.div-block-348 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-28 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-28.code-embed-position {
  inset: -30% -28% auto auto;
}

.precounter {
  font-size: 50px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-50 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-50.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-103 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-103.js-ctd-bio-img.ctd-bio-img-right.krista-img {
  margin-top: -90px;
}

.div-block-349 {
  flex: 0 auto;
  position: relative;
}

.div-block-349.crystal-letter-image {
  margin-top: 80px;
}

.code-embed-29,
.code-embed-30 {
  display: flex;
}

.link-block-37 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-37:hover {
  color: #fff;
}

.link-block-37.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-37.outline.d-none {
  display: none;
}

.div-block-350 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-351 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-31 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-31.ctd-letter-left {
  right: 42%;
}

.code-embed-31.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-31.ctd-letter-left.crystal-letter.crystal-letter-position {
  inset: -26% 65% auto auto;
}

.text-block-51 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-51.ctd-text-purple {
  color: #0014f7;
}

.image-104 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-104.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-104.js-ctd-bio-img.ctd-bio-img-left.mich-img {
  margin-top: 48px;
}

.div-block-352 {
  flex: 0 auto;
  position: relative;
}

.div-block-353 {
  width: 100%;
  max-width: 650px;
}

.div-block-354 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link-block-38 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-38:hover {
  color: #fff;
}

.link-block-38.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-38.outline.d-none {
  display: none;
}

.div-block-355 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-32 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.text-block-53 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-53.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-105 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-105.js-ctd-bio-img.ctd-bio-img-right.paulina-img {
  margin-top: -48px;
}

.div-block-356 {
  flex: 0 auto;
  position: relative;
}

.div-block-356.crystal-letter-image {
  margin-top: 80px;
}

.link-block-39 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-39:hover {
  color: #fff;
}

.link-block-39.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-39.outline.d-none {
  display: none;
}

.div-block-357 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-358 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-33 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-33.ctd-letter-left {
  right: 42%;
}

.code-embed-33.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-33.ctd-letter-left.crystal-letter.code-embed-p-letter {
  inset: -24% 42% auto auto;
}

.text-block-55 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-55.ctd-text-purple {
  color: #0014f7;
}

.image-106 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-106.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-106.js-ctd-bio-img.ctd-bio-img-left.sher-img {
  margin-top: -60px;
}

.div-block-359 {
  flex: 0 auto;
  position: relative;
}

.div-block-360 {
  width: 100%;
  max-width: 650px;
}

.div-block-361 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed-34 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-34.code-embed-position {
  inset: -30% -28% auto auto;
}

.text-block-57 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-57.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.text-block-39 {
  color: #282828;
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-top: 8px;
  font-size: 20px;
}

.image-107 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.div-block-362 {
  flex: 0 auto;
  position: relative;
}

.div-block-362.crystal-letter-image {
  margin-top: 80px;
}

.link-block-40 {
  color: #fff;
  background-color: #0014f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-40:hover {
  color: #fff;
}

.link-block-40.outline {
  color: #0014f7;
  background-color: #0014f700;
  border: 1px solid #0014f7;
}

.link-block-40.outline.d-none {
  display: none;
}

.div-block-363 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-364 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-35 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-35.ctd-letter-left {
  right: 42%;
}

.code-embed-35.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-35.ctd-letter-left.crystal-letter.t-code-embed {
  inset: -10% 52% auto auto;
}

.text-block-58 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-58.ctd-text-purple {
  color: #0014f7;
}

.heading-115 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 400;
}

.image-108 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-108.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-108.js-ctd-bio-img.ctd-bio-img-left.david-img {
  margin-top: -30px;
}

.div-block-365 {
  flex: 0 auto;
  position: relative;
}

.div-block-366 {
  width: 100%;
  max-width: 650px;
}

.div-block-367 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed-36 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-36.d-code-embed {
  inset: -6% -36% auto auto;
}

.text-block-59 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-59.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-109 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-109.js-ctd-bio-img.ctd-bio-img-right.e-img {
  margin-top: -30px;
}

.div-block-368 {
  flex: 0 auto;
  position: relative;
}

.div-block-368.crystal-letter-image {
  margin-top: 80px;
}

.div-block-369 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.code-embed-37 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-37.ctd-letter-left {
  right: 42%;
}

.code-embed-37.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-37.ctd-letter-left.crystal-letter.e-code-embed {
  inset: -16% 48% auto auto;
}

.text-block-60 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-60.ctd-text-purple {
  color: #0014f7;
}

.image-110 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-110.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-110.js-ctd-bio-img.ctd-bio-img-left.kait-img {
  margin-top: -40px;
}

.div-block-370 {
  flex: 0 auto;
  position: relative;
}

.div-block-371 {
  width: 100%;
  max-width: 650px;
}

.div-block-372 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed-38 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-38.k-code-embed {
  inset: -24% -40% auto auto;
}

.precounter-2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-61 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-61.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-111 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-111.js-ctd-bio-img.ctd-bio-img-right.maha-img {
  margin-top: -54px;
}

.div-block-373 {
  flex: 0 auto;
  position: relative;
}

.div-block-373.crystal-letter-image {
  margin-top: 80px;
}

.div-block-374 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.code-embed-39 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-39.ctd-letter-left {
  right: 42%;
}

.code-embed-39.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-39.ctd-letter-left.crystal-letter.mahasweta-letter {
  right: 33%;
}

.code-embed-39.ctd-letter-left.crystal-letter.mahasweta-letter.code-embed-m {
  inset: -22% 43% auto auto;
}

.text-block-62 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-62.ctd-text-purple {
  color: #0014f7;
}

.image-112 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-112.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-112.js-ctd-bio-img.ctd-bio-img-left.megan-img {
  margin-top: -44px;
}

.div-block-375 {
  flex: 0 auto;
  position: relative;
}

.div-block-376 {
  width: 100%;
  max-width: 650px;
}

.div-block-377 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed-40 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-40.code-embed-meg {
  inset: -26% -32% auto auto;
}

.precounter-3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 28px;
}

.precounter-3.thomas-k {
  font-weight: 700;
}

.text-block-63 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-63.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.image-113 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-113.js-ctd-bio-img.ctd-bio-img-right.nicole-img {
  margin-top: -50px;
}

.div-block-378 {
  flex: 0 auto;
  position: relative;
}

.div-block-378.crystal-letter-image {
  margin-top: 80px;
}

.div-block-379 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.code-embed-41 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-41.ctd-letter-left {
  right: 42%;
}

.code-embed-41.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-41.ctd-letter-left.crystal-letter.code-embed-nicole {
  inset: -18% 42% auto auto;
}

.text-block-64 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-64.ctd-text-purple {
  color: #0014f7;
}

.image-114 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-114.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-114.js-ctd-bio-img.ctd-bio-img-left.thomaas-image {
  margin-top: 28px;
  margin-left: 100px;
  scale: 1.2;
}

.div-block-380 {
  flex: 0 auto;
  position: relative;
}

.div-block-381 {
  width: 100%;
  max-width: 650px;
}

.div-block-382 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed-42 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-42.code-embed-thomas {
  inset: -6% 30% auto auto;
}

.text-block-65 {
  color: #0014f7;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-65.ctd-text-orange {
  color: #0014f7;
  -webkit-text-stroke-color: #0014f7;
}

.tx-curetalks-hero {
  background-color: #000;
  border: 1px #000;
  padding-top: 220px;
  padding-bottom: 300px;
  padding-right: 0;
}

.div-block-383 {
  background-image: url('../images/blue_bckg-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  display: flex;
}

.div-block-384 {
  color: #fff;
  width: 40%;
}

.div-block-385 {
  width: 60%;
}

.heading-116 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
}

.div-block-386 {
  justify-content: flex-end;
  display: flex;
}

.div-block-387 {
  width: 100%;
  margin-right: -10%;
  position: relative;
}

.div-block-388 {
  width: 50%;
  margin-left: -10%;
  margin-right: 0%;
  position: relative;
}

.tx-curetalks-cta-btn {
  color: #222;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  padding: 9px 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  top: 0;
}

.tx-curetalks-cta-btn:hover {
  top: -2px;
}

.div-block-389 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 38px;
  display: flex;
}

.heading-117 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-14 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.div-block-390 {
  color: #fff;
  flex: 0 auto;
  width: auto;
}

.div-block-390.md-show {
  display: none;
}

.div-block-391 {
  width: 50%;
}

.text-block-66,
.text-block-67 {
  color: #888;
}

.heading-118 {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-392 {
  text-align: center;
}

.careers-content-section {
  padding-top: 30px;
  padding-bottom: 70px;
}

.job-item {
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  padding-bottom: 30px;
  transition: border-color .2s;
}

.job-item:hover {
  opacity: 1;
  border-bottom-color: #00f;
}

.job-lists-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-119 {
  color: #0f112a;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 56px;
}

.heading-119.job-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.bold-text-34 {
  font-weight: 500;
}

.text-block-68 {
  color: #0f112a;
}

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

.div-block-393.div-block-393-meta {
  opacity: .66;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-394 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block-41 {
  text-decoration: none;
  display: block;
  position: relative;
}

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

.div-block-396 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.job-item-arrow {
  opacity: 0;
  color: #00f;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rich-text-block,
.rich-text-block-2 {
  margin-bottom: 30px;
}

.heading-120 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  color: #fff
}

.div-block-397 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-397.tribute-block {
  flex-flow: row;
  margin-top: 28px;
}

.link-13 {
  color: #0014f7;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ffffff3b;
  border-radius: 30px;
  padding: 13px 21px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.link-13:hover {
  color: #0014f7;
}

.link-13.tribute-btn {
  color: #fff;
  background-color: #0014f7;
}

.tx-home-solutions {
  z-index: 3;
  position: relative;
}

.tx-solutions-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.tx-solutions-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tx-solutions-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-link {
  color: #fff;
  text-decoration: none;
}

.div-block-398,
.div-block-399 {
  margin-bottom: 30px;
}

.div-block-400 {
  position: relative;
  right: -7px;
}

@media screen and (max-width: 991px) {
  .right-rounded-obj-1.right-rounded-obj-3.rellax {
    top: 0;
  }

  .display-2 {
    font-size: 50px;
  }

  .display-2.display-2-gradient {
    font-size: 40px;
  }

  .tx-stats-item.glow-box.tx-stats-item--1 {
    margin-left: 0;
  }

  .heading-2.display-2,
  .display-3.text-gradient-2 {
    font-size: 40px;
  }

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

  .blog-item-wrap {
    width: 100%;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .section.tx-about-hero {
    background-image: url('../images/about-hero-img-flip.jpg'), linear-gradient(#cecece, #cecece);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
    height: auto;
    min-height: 1010px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tx-about-us-bg-overlay {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .div-block-49 {
    height: auto;
    margin-top: 55%;
    position: relative;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-51 {
    width: 100%;
    margin-bottom: 50px;
    top: 0;
  }

  .heading-w-icon {
    padding-left: 30px;
  }

  .code-embed-5 {
    top: 7px;
    left: 0;
  }

  .div-block-52 {
    width: 100%;
    max-width: 420px;
  }

  .tx-about-milestones {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-15 {
    font-size: 50px;
  }

  .div-block-76 {
    z-index: 2;
    position: relative;
  }

  .div-block-77 {
    z-index: 1;
    border-top-right-radius: 20px;
    margin-bottom: -25px;
    padding-bottom: 50px;
    position: relative;
  }

  .text-block-9 {
    text-transform: uppercase;
  }

  .heading-16 {
    color: #d7cece;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 300;
    line-height: 120%;
  }

  .div-block-78 {
    text-align: center;
    margin-bottom: 70px;
  }

  .heading-17 {
    color: #d7cece;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    line-height: 120%;
  }

  .heading-17.nice {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
  }

  .heading-18 {
    font-size: 50px;
  }

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

  .div-block-86,
  .div-block-86.div-block-86-2,
  .div-block-87 {
    width: 100%;
  }

  .heading-20 {
    font-size: 40px;
  }

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

  .div-block-89,
  .div-block-90 {
    width: 100%;
  }

  .heading-21.display-2-gradient,
  .heading-22 {
    font-size: 40px;
  }

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

  .heading-23 {
    font-size: 50px;
  }

  .heading-26,
  .heading-27 {
    font-size: 40px;
  }

  .heading-28,
  .heading-29 {
    font-size: 30px;
  }

  .heading-31 {
    font-size: 40px;
  }

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

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

  .heading-33 {
    font-size: 30px;
  }

  .div-block-138 {
    max-width: 100%;
  }

  .heading-36 {
    font-size: 50px;
  }

  .div-block-145,
  .div-block-146.data-tab-content-wrap {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading-39 {
    font-size: 50px;
  }

  .heading-40 {
    font-size: 40px;
  }

  .div-block-157.text-end.size-grow {
    flex: 1;
  }

  .tx-spacehealth-trek {
    padding-top: 80px;
  }

  .heading-41 {
    font-size: 28px;
    line-height: 110%;
  }

  .div-block-162 {
    margin-bottom: 20px;
  }

  .heading-45 {
    font-weight: 400;
  }

  .div-block-163 {
    text-align: center;
    max-width: 710px;
  }

  .div-block-164 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-46 {
    color: #00f;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
  }

  .div-block-165 {
    text-align: center;
  }

  .text-block-17 {
    font-size: 15px;
    line-height: 120%;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 120%;
  }

  .iconnect-stat-icon {
    max-width: 80%;
  }

  .heading-54 {
    font-size: 40px;
  }

  .div-block-185 {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .div-block-185.reverse {
    flex-flow: column;
  }

  .div-block-186 {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-186.reverse {
    border-radius: 20px;
  }

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

  .div-block-188 {
    padding-left: 0;
  }

  .div-block-188.reverse {
    text-align: left;
  }

  .tx-home-hero-2-section {
    background-image: linear-gradient(#172554, #0144f2 67%, #fff);
    height: auto;
    padding-bottom: 220px;
  }

  .div-block-206 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-207 {
    text-align: center;
    width: 100%;
  }

  .div-block-208 {
    flex-flow: column-reverse;
  }

  .image-17 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    transform: scale(1);
  }

  .div-block-209 {
    max-width: 100%;
  }

  .tx-home-generated-by-ai {
    top: 0;
  }

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

  .div-block-212 {
    order: -9999;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-213 {
    order: 2;
    width: 100%;
  }

  .div-block-214 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-215 {
    text-align: left;
    margin-top: 0;
  }

  .div-block-216 {
    font-family: Inter, sans-serif;
  }

  .div-block-218 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-219,
  .div-block-220 {
    width: 100%;
  }

  .div-block-221 {
    margin-bottom: 30px;
  }

  .heading-65.text-lg {
    font-size: 50px;
  }

  .sw-tabs {
    flex-flow: column;
  }

  .sw-tabs__menu {
    width: 100%;
    margin-bottom: -50px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-right: 40px;
  }

  .sw-tabs__content {
    width: 100%;
  }

  .heading-69 {
    font-size: 50px;
  }

  .global-complex-feature-1.global-complex-feature-2.global-complex-feature-3.global-market-item {
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .global-complex-feature-1.rellax.global-market-item {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .div-block-231 {
    margin-top: 0;
  }

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

  .div-block-236 {
    margin-bottom: 40px;
    position: relative;
  }

  .img-capsule-wrap {
    margin-top: 0;
  }

  .div-block-248 {
    margin-bottom: 30px;
  }

  .heading-74.the-btter {
    margin-top: 0;
  }

  .div-block-297 {
    max-width: 510px;
  }

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

  .div-block-300 {
    order: -9999;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-302 {
    margin-top: 0;
  }

  .div-block-303 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-304,
  .div-block-305 {
    width: 100%;
    max-width: 100%;
  }

  .tx-team-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-314 {
    order: -9999;
    width: 100%;
  }

  .div-block-318 {
    margin-bottom: 30px;
  }

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

  .image-98.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .ctd-bio-row-1 {
    display: block;
  }

  .ctd-bio-row-1__c-2,
  .ctd-bio-row-1__c-2.aby-text,
  .ctd-bio-row-1__c-2.crystal-text {
    width: 100%;
  }

  .ctd-bio-p-text.aby-text-2,
  .ctd-bio-p-text.aby-text-1,
  .ctd-bio-p-text.crystal-text-2 {
    max-width: 100%;
  }

  .ctd-bio-text.bio-text-overlap {
    position: relative;
  }

  .ctd-bio-image-col-1.ctd-img-right {
    width: 100%;
  }

  .ctd-bio-image-col-1.ctd-img-right.crystal-img-col-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-330 {
    max-width: 100%;
  }

  .ctd-counter-stats {
    flex-wrap: wrap;
  }

  .code-embed-18 {
    width: 80%;
    max-width: none;
  }

  .text-block-36.ctd-text-orange {
    color: #0014f7;
  }

  .ctd-bio-image.ctd-bio-img {
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .image-99.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-99.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .ctd-bio-row-2__c2 {
    width: 100%;
  }

  .div-block-333.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-21 {
    width: 80%;
    max-width: none;
  }

  .code-embed-21.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-100.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-340 {
    max-width: 100%;
  }

  .code-embed-24 {
    width: 80%;
    max-width: none;
  }

  .text-block-43.ctd-text-orange {
    color: #0014f7;
  }

  .image-101.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-101.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-343.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-25 {
    width: 80%;
    max-width: none;
  }

  .code-embed-25.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-102.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-346 {
    max-width: 100%;
  }

  .code-embed-28 {
    width: 80%;
    max-width: none;
  }

  .text-block-50.ctd-text-orange {
    color: #0014f7;
  }

  .image-103.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-103.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-349.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-31 {
    width: 80%;
    max-width: none;
  }

  .code-embed-31.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-104.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-353 {
    max-width: 100%;
  }

  .code-embed-32 {
    width: 80%;
    max-width: none;
  }

  .text-block-53.ctd-text-orange {
    color: #0014f7;
  }

  .image-105.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-105.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-356.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-33 {
    width: 80%;
    max-width: none;
  }

  .code-embed-33.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-106.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-360 {
    max-width: 100%;
  }

  .code-embed-34 {
    width: 80%;
    max-width: none;
  }

  .text-block-57.ctd-text-orange {
    color: #0014f7;
  }

  .image-107.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-107.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-362.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-35 {
    width: 80%;
    max-width: none;
  }

  .code-embed-35.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-108.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-366 {
    max-width: 100%;
  }

  .code-embed-36 {
    width: 80%;
    max-width: none;
  }

  .text-block-59.ctd-text-orange {
    color: #0014f7;
  }

  .image-109.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-109.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-368.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-37 {
    width: 80%;
    max-width: none;
  }

  .code-embed-37.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-110.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-371 {
    max-width: 100%;
  }

  .code-embed-38 {
    width: 80%;
    max-width: none;
  }

  .text-block-61.ctd-text-orange {
    color: #0014f7;
  }

  .image-111.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-111.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-373.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-39 {
    width: 80%;
    max-width: none;
  }

  .code-embed-39.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-112.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-376 {
    max-width: 100%;
  }

  .code-embed-40 {
    width: 80%;
    max-width: none;
  }

  .text-block-63.ctd-text-orange {
    color: #0014f7;
  }

  .image-113.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-113.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .div-block-378.crystal-letter-image {
    max-width: 310px;
  }

  .code-embed-41 {
    width: 80%;
    max-width: none;
  }

  .code-embed-41.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .image-114.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .div-block-381 {
    max-width: 100%;
  }

  .code-embed-42 {
    width: 80%;
    max-width: none;
  }

  .text-block-65.ctd-text-orange {
    color: #0014f7;
  }

  .text-span-6 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .text-body.mb-30 {
    margin-bottom: 20px;
  }

  .tx-main-navbar-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tx-main-navbar {
    padding-right: 20px;
  }

  .tx-hero-text-h1 {
    font-size: 40px;
  }

  .right-rounded-obj-1.right-rounded-obj-3.rellax.who-built-for-right-obj {
    display: none;
  }

  .tx-home-intro-text-wrap.rellax {
    margin-top: -80px;
  }

  .display-2,
  .display-2.display-2-gradient {
    font-size: 40px;
  }

  .display-2.display-2-gradient.mb-30.lh-tight {
    font-size: 30px;
  }

  .tx-stats-row-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .tx-stats-row-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .solutions-cols {
    flex-flow: column;
    margin-top: 0;
  }

  .solution-item {
    width: 100%;
  }

  .solution-item.sol-item-1.rellax {
    width: 100%;
    margin-top: 0;
  }

  .solution-item.sol-item-3.rellax {
    margin-top: 0;
  }

  .curve-top {
    top: -170px;
  }

  .tx-tab-menu.tab-menu {
    flex-flow: column;
    max-height: none;
  }

  .tx-tab-content-item-inner {
    flex-flow: wrap-reverse;
  }

  .tx-tab-content-item-inner__text,
  .tx-tab-content-item-inner__img {
    width: 100%;
  }

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

  .div-block-17,
  .div-block-18 {
    width: 100%;
  }

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

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

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

  .blog-item-wrap {
    width: 100%;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-28 {
    flex-flow: wrap-reverse;
  }

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

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading-11 {
    font-size: 35px;
  }

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

  .div-block-38,
  .div-block-39 {
    width: 100%;
  }

  .div-block-44 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-45 {
    text-align: center;
    width: 100%;
  }

  .div-block-46 {
    justify-content: center;
    width: 100%;
  }

  .div-block-47 {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    bottom: 15%;
  }

  .section.tx-about-hero {
    background-image: url('../images/about-hero-img-flip.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .section-2 {
    padding-top: 40px;
  }

  .heading-14 {
    text-align: left;
    font-size: 30px;
  }

  .tx-about-milestones {
    padding-top: 40px;
  }

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

  .div-block-67,
  .div-block-68,
  .div-block-69 {
    width: 100%;
  }

  .swiper-wrapper {
    flex-flow: row;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .heading-19 {
    font-size: 30px;
    line-height: 110%;
  }

  .section-4 {
    height: auto;
    min-height: auto;
  }

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

  .div-block-86,
  .div-block-87 {
    width: 100%;
  }

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

  .div-block-89,
  .div-block-90 {
    width: 100%;
  }

  .heading-22 {
    font-size: 30px;
  }

  .tx-c-recruitments-featured-speakers {
    padding-top: 40px;
  }

  .heading-23 {
    font-size: 40px;
  }

  .div-block-96 {
    margin-bottom: 67px;
  }

  .div-block-97 {
    flex-flow: column-reverse;
  }

  .div-block-98,
  .div-block-99 {
    width: 100%;
  }

  .heading-24 {
    font-size: 30px;
  }

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

  .heading-27 {
    font-size: 30px;
  }

  .div-block-115 {
    flex-flow: column-reverse;
  }

  .div-block-116,
  .div-block-117 {
    width: 100%;
  }

  .image-10 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }

  .div-block-128.is-50 {
    width: 100%;
  }

  .recent-blog-posts {
    flex-flow: column;
  }

  .heading-34 {
    font-size: 30px;
  }

  .div-block-141 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-141.spacehealth-hero-inner {
    padding-top: 107px;
  }

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

  .div-block-142.spacehealth-hero-inner-text-wrap {
    margin-bottom: 0;
  }

  .heading-36 {
    font-size: 40px;
  }

  .div-block-145,
  .div-block-146.data-tab-content-wrap {
    width: 100%;
  }

  .heading-37 {
    font-size: 30px;
  }

  .div-block-148 {
    flex-flow: column;
    display: flex;
  }

  .tx-spacehealth-data-sources.section-curve-bottom.tx-spacehealth-data-sources-spacing {
    padding-top: 0;
  }

  .heading-39 {
    font-size: 30px;
  }

  .div-block-150.div-block-150-spacing {
    padding-top: 40px;
  }

  .scale-wrapper {
    margin-top: 0;
  }

  .heading-40 {
    font-size: 30px;
  }

  .div-block-157.text-end {
    flex: 1;
  }

  .text-block-14 {
    font-size: 80px;
  }

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

  .div-block-159,
  .div-block-160 {
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .tx-connect-tab-menu-wrap,
  .howitworksswiper-wrap {
    width: 100%;
  }

  .div-block-171 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-175.xpand-feature {
    flex-flow: column;
  }

  .div-block-177 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l-baylor {
    max-width: 100%;
  }

  .heading-52 {
    font-size: 30px;
  }

  .heading-53 {
    font-size: 20px;
  }

  .heading-54 {
    font-size: 30px;
  }

  .div-block-189 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-190,
  .div-block-191 {
    width: 100%;
  }

  .unsung-hero,
  .unsung-hero.is-reverse {
    flex-flow: column-reverse;
  }

  .unsung-hero-text,
  .unsung-hero-img {
    width: 100%;
  }

  .div-block-199 {
    max-width: 190px;
  }

  .div-block-200 {
    max-width: 150px;
  }

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

  .div-block-202,
  .div-block-203 {
    width: 100%;
  }

  .tx-home-hero-2-section {
    background-image: linear-gradient(#172554, #0144f2 80%, #fff);
    height: auto;
    padding-bottom: 110px;
  }

  .heading-61 {
    text-align: center;
    font-size: 40px;
  }

  .heading-61.hero-main-title {
    text-align: left;
  }

  .div-block-206,
  .div-block-207 {
    width: 100%;
  }

  .div-block-208 {
    flex-flow: column-reverse;
  }

  .image-17 {
    position: relative;
    left: 0;
    transform: scale(1);
  }

  .heading-63 {
    font-size: 40px;
  }

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

  .div-block-212 {
    order: -9999;
    max-width: 380px;
  }

  .div-block-213 {
    order: 2;
  }

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

  .div-block-215 {
    text-align: left;
    margin-bottom: 30px;
  }

  .tx-home-discover.tx-home-discover-spacing {
    padding-top: 0;
  }

  .heading-65,
  .heading-65.text-lg {
    font-size: 30px;
  }

  .heading-66 {
    font-size: 20px;
  }

  .tx-home-who-built-for {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .heading-69 {
    font-size: 31px;
  }

  .heading-69.subheadline {
    font-size: 24px;
  }

  .div-block-228 {
    text-align: left;
  }

  .div-block-229 {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
  }

  .heading-70 {
    font-size: 22px;
  }

  .div-block-234 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-236 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-capsule-wrap {
    margin-top: 0;
  }

  .div-block-240.div-block-240-spacing {
    text-align: left;
  }

  .heading-72.heading-below-capsule-mb {
    font-size: 30px;
  }

  .section-heading {
    text-align: left;
    font-size: 36px;
  }

  .grid-5,
  .grid-5._3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-278 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-279 {
    order: -9999;
    align-self: auto;
    width: 100%;
  }

  .div-block-280,
  .div-block-281 {
    width: 100%;
  }

  .div-block-282.d-flex.text-left {
    text-align: center;
    flex-flow: column;
  }

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

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

  .div-block-288.capsule-absolute {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: auto;
  }

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

  .div-block-297 {
    max-width: 390px;
  }

  .div-block-303 {
    margin-top: 0;
  }

  .tx-team-grid {
    grid-template-columns: 1fr;
  }

  .div-block-306,
  .div-block-306.first-order {
    width: 100%;
  }

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

  .heading-76 {
    font-size: 30px;
  }

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

  .rt-h2 {
    font-size: 28px;
  }

  .rt-h3 {
    font-size: 20px;
  }

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

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

  .ctd-bio-row-1__c-2.crystal-text {
    margin-top: 70px;
  }

  .ctd-bio-p-text.aby-text-2.aby-text-max-width.kenneth-text-2 {
    max-width: 100%;
  }

  .ctd-bio-p-text.aby-text-1.abt1-mw {
    max-width: none;
  }

  .ctd-bio-p-text.aby-text-1.abt1-mw.jose-text-1,
  .ctd-bio-p-text.crystal-text-1.crystal-text-mw.cristina-text-1,
  .ctd-bio-p-text.crystal-text-1.crystal-text-mw.kate-text-1,
  .ctd-bio-p-text.crystal-text-1.crystal-text-mw.kyla-text-1,
  .ctd-bio-p-text.crystal-text-1.crystal-text-mw.sara-text-1,
  .ctd-bio-p-text.crystal-text-1.ashley-text-1,
  .div-block-330.sadia-heading,
  .div-block-330.peik-heading {
    max-width: 100%;
  }

  .div-block-330.jose-heading {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-330.kyla-heading,
  .div-block-330.anabel-heading {
    max-width: 100%;
  }

  .aby-text-3.ctd-bio-p-text.peik-text-3 {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-331.aby-block {
    margin-top: 70px;
  }

  .div-block-331.aby-block.jose-content {
    top: 0;
  }

  .ctd-bio-section {
    padding-bottom: 100px;
  }

  .ctd-counter-stats {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-332,
  .div-block-335,
  .div-block-337 {
    flex-flow: column;
  }

  .div-block-338 {
    order: -9999;
  }

  .div-block-342,
  .div-block-348,
  .div-block-351,
  .div-block-355,
  .div-block-358,
  .div-block-364 {
    flex-flow: column;
  }

  .tx-curetalks-hero {
    padding-top: 180px;
  }

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

  .div-block-384,
  .div-block-385 {
    width: 100%;
  }

  .heading-116 {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-386 {
    justify-content: space-between;
  }

  .div-block-390 {
    text-align: center;
    flex: 1;
  }

  .div-block-394,
  .div-block-396 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tx-solutions-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .text-body {
    text-align: left;
  }

  .right-rounded-obj-1.right-rounded-obj-3.rellax.who-built-for-right-obj {
    display: none;
  }

  .display-2.display-2-gradient.mb-30 {
    font-size: 30px;
  }

  .v-lines {
    margin-top: -90px;
  }

  .curve-top {
    top: -90px;
  }

  .tx-tab-menu.tab-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tx-tab-content-wrap {
    padding: 21px;
  }

  .div-block-11 {
    text-align: center;
    flex-flow: column;
  }

  .link {
    flex-flow: column;
  }

  .image-3 {
    display: none;
  }

  .tx-title-description {
    width: 100%;
    position: relative;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-9.txt-uppercase {
    font-size: 28px;
  }

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

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

  .heading-10 {
    font-size: 24px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 130%;
  }

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

  .div-block-34 {
    padding-top: 70px;
  }

  .heading-11 {
    font-size: 26px;
  }

  .div-block-43 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
  }

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

  .section.tx-about-hero {
    min-height: 850px;
  }

  .div-block-49 {
    margin-top: 40%;
  }

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

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

  .div-block-58 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tx-about-leadership {
    padding-top: 100px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .div-block-75 {
    margin-bottom: 50px;
  }

  .div-block-78 {
    margin-bottom: 20px;
  }

  .heading-17.nice,
  .heading-18 {
    font-size: 30px;
  }

  .div-block-85 {
    padding-top: 133px;
  }

  .div-block-86 {
    text-align: center;
  }

  .heading-20,
  .heading-20.heading-20-2,
  .heading-21.display-2-gradient,
  .text-block-11 {
    font-size: 30px;
  }

  .tx-c-recruitments-recent-shows {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-23 {
    font-size: 30px;
  }

  .heading-24 {
    font-size: 24px;
  }

  .speakerswiper-button-next {
    width: 40px;
    height: 40px;
  }

  .heading-26 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

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

  .link-block-8.is-absolute {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }

  .tx-blog-featured-posts {
    padding-top: 40px;
  }

  .heading-31 {
    font-size: 30px;
  }

  .div-block-125 {
    text-align: center;
    flex-flow: column;
  }

  .tx-subscribe.section-curve-bottom {
    padding-top: 40px;
    padding-bottom: 140px;
  }

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

  .div-block-132,
  .div-block-133 {
    width: 100%;
  }

  .heading-33,
  .heading-34 {
    font-size: 28px;
  }

  .div-block-141.spacehealth-hero-inner {
    z-index: -1;
    height: auto;
    position: relative;
  }

  .heading-36 {
    font-size: 30px;
  }

  .div-block-145 {
    padding-right: 0;
  }

  .heading-37 {
    font-size: 28px;
  }

  .heading-37.heading-37-h2 {
    font-size: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-14,
  .link-block-14.active {
    text-align: center;
  }

  .heading-39 {
    font-size: 28px;
  }

  .div-block-150.div-block-150-spacing {
    max-width: 720px;
    padding-top: 100px;
  }

  .heading-40 {
    font-size: 28px;
  }

  .text-block-14 {
    font-size: 37px;
  }

  .div-block-162 {
    flex-flow: column-reverse;
  }

  .heading-45 {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-45.text-dark.mb-20 {
    font-size: 24px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .heading-47.gradient-text-2 {
    font-size: 28px;
  }

  .heading-49 {
    font-size: 20px;
    line-height: 120%;
  }

  .div-block-171,
  .div-block-174 {
    grid-template-columns: 1fr;
  }

  .div-block-177 {
    grid-template-columns: 1fr 1fr;
  }

  .l-baylor {
    max-width: 100%;
  }

  .div-block-179 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-183 {
    padding: 24px;
  }

  .heading-56,
  .heading-58 {
    font-size: 30px;
  }

  .image-16 {
    max-width: 270px;
  }

  .image-16.aby-dia.img-grayscale,
  .image-16.img-grayscale,
  .image-16.kayliegh-img,
  .image-16.krista-img {
    max-width: 260px;
  }

  .div-block-196 {
    display: block;
  }

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

  .heading-59 {
    font-size: 40px;
  }

  .heading-60 {
    line-height: 110%;
  }

  .heading-61 {
    text-align: center;
    font-size: 30px;
  }

  .heading-61.hero-main-title {
    font-size: 45px;
    line-height: 110%;
  }

  .heading-62 {
    text-align: center;
    font-size: 20px;
  }

  .heading-62.hero-p {
    text-align: left;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-63 {
    font-size: 28px;
    line-height: 100%;
  }

  .div-block-213 {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .div-block-214 {
    margin-bottom: 30px;
  }

  .div-block-215 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

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

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

  .heading-65,
  .heading-65.text-lg {
    font-size: 28px;
  }

  .link-block-18.link-solution {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-66 {
    font-size: 20px;
    line-height: 28px;
  }

  .tx-home-who-built-for {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sw-tabs__menu {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sw-tabs__content {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-67 {
    font-size: 18px;
  }

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

  .heading-69 {
    font-size: 28px;
  }

  .heading-69.subheadline {
    font-size: 18px;
  }

  .global-complex-feature-1.rellax.global-market-item {
    max-width: 100%;
  }

  .heading-70 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-12 {
    font-size: 20px;
    line-height: 140%;
  }

  .div-block-234 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-236 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-238 {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .heading-72.heading-below-capsule-mb {
    font-size: 24px;
    line-height: 120%;
  }

  .div-block-241 {
    text-align: center;
    flex-flow: column;
  }

  .section-heading {
    font-size: 24px;
    line-height: 120%;
  }

  .heading-73 {
    font-size: 20px;
  }

  .logo-item.upenn {
    width: 130px;
  }

  .logo-item.nyu,
  .logo-item.iowa {
    width: 100px;
  }

  .logo-item.jfox {
    width: 120px;
  }

  .div-block-255 {
    margin-top: 40px;
  }

  .div-block-297 {
    max-width: 220px;
  }

  .div-block-303 {
    margin-top: 0;
  }

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

  .div-block-311 {
    order: -9999;
  }

  .image-31,
  .image-32 {
    width: 100px;
  }

  .ctd-yearly-section-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-111,
  .heading-112 {
    font-size: 29px;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .ctd-bio-p-text.paulina-text-1.paulina-padding,
  .ctd-bio-p-text.paulina-text-1.tarlan-text-mw,
  .ctd-bio-p-text.e-text3-mw {
    padding-right: 20px;
  }

  .bold-text-16 {
    font-size: 16px;
  }

  .ctd-bio-image-col-1 {
    width: 80%;
  }

  .ctd-bio-image-col-1.ctd-img-right.crystal-img-col-1 {
    justify-content: flex-end;
  }

  .ctd-bio-subtitle {
    font-size: 18px;
  }

  .ctd-bio-subtitle.aby-subtitle {
    padding-left: 0;
    font-size: 20px;
  }

  .ctd-bio-subtitle.diana-subtitle {
    padding-left: 0;
    font-size: 18px;
  }

  .ctd-bio-subtitle.subtitle-padding {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.m-subtitle-p,
  .ctd-bio-subtitle.subtitle-padding-copy {
    padding-left: 0;
  }

  .ctd-bio-subtitle.bio-padding.d-padding,
  .ctd-bio-subtitle.k-text-padding {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.subtitle-maxx-width {
    max-width: 300px;
  }

  .ctd-bio-subtitle.subtitle-padding-meg {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.thomas-max-width {
    margin-left: 0;
  }

  .aby-text-3.ctd-bio-p-text {
    padding-inline: 20px;
  }

  .div-block-331.aby-block {
    align-items: flex-start;
  }

  .ctd-bio-section {
    padding-top: 20px;
  }

  .ctd-bio-section.aby-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.crystal-bio {
    padding-top: 60px;
  }

  .ctd-bio-section.diana-bio {
    padding-top: 20px;
  }

  .ctd-bio-section.jillian-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.kay-bio,
  .ctd-bio-section.krista-bio,
  .ctd-bio-section.michael-bio {
    padding-top: 40px;
  }

  .ctd-bio-section.paulina-bio {
    padding-top: 28px;
  }

  .ctd-bio-section.sheryl-bio {
    padding-top: 56px;
  }

  .ctd-bio-section.tarlan-bio {
    padding-top: 40px;
  }

  .ctd-bio-section.david-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.eli-bio,
  .ctd-bio-section.megan-biio {
    padding-top: 40px;
  }

  .ctd-bio-name {
    margin-top: 20px;
    font-size: 32px;
  }

  .ctd-bio-name.bio-margin {
    margin-top: 16px;
    padding-left: 0;
    font-size: 32px;
    display: block;
  }

  .ctd-counter-stats {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .ctd-counter-stats-one-third {
    display: block;
  }

  .image-99.js-ctd-bio-img.ctd-bio-img-right.crystal-img {
    margin-left: 12px;
  }

  .ctd-bio-name-2 {
    margin-top: 20px;
    font-size: 32px;
  }

  .text-block-41,
  .bold-text-18 {
    font-size: 16px;
  }

  .code-embed-21.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .heading-113 {
    font-size: 70px;
    line-height: 60px;
  }

  .image-100.js-ctd-bio-img.ctd-bio-img-left.diana-img {
    margin-left: 0;
  }

  .ctd-bio-name-3 {
    margin-top: 20px;
    font-size: 32px;
  }

  .ctd-bio-name-3.bio-margin-diana {
    margin-top: 16px;
    padding-left: 0;
  }

  .ctd-bio-name-3.j-bio-margin {
    margin-top: 16px;
  }

  .ctd-bio-name-3.bio-margin {
    margin-top: 16px;
    padding-left: 0;
    font-size: 32px;
    display: block;
  }

  .ctd-bio-name-3.k-bio-margin {
    margin-top: 16px;
  }

  .ctd-bio-name-3.m-bio-margin,
  .ctd-bio-name-3.s-bio-margin {
    margin-top: 16px;
    padding-left: 0;
  }

  .ctd-bio-name-3.bio-padding.d-margin,
  .ctd-bio-name-3.bio-padding.bio-margin-kat {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-name-3.e-bi-margin,
  .ctd-bio-name-3.bio-m-margin {
    margin-top: 16px;
  }

  .ctd-bio-name-3.bio-padding-meg {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-name-3.nic-bio-margin {
    margin-top: 16px;
  }

  .ctd-bio-name-3.thomas-bio-margin {
    margin-top: 32px;
    margin-left: 0;
  }

  .bold-text-19,
  .bold-text-20 {
    font-size: 16px;
  }

  .image-101.js-ctd-bio-img.ctd-bio-img-right.julian-img {
    margin-top: -24%;
    margin-left: 16px;
  }

  .bold-text-21 {
    font-size: 32px;
  }

  .text-block-44 {
    font-size: 16px;
  }

  .code-embed-25.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .code-embed-25.ctd-letter-left.crystal-letter.j-letter-mobile {
    top: -50%;
    left: -10%;
    right: auto;
  }

  .text-block-47 {
    font-size: 14px;
  }

  .bold-text-22.bold-text-padding {
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-48 {
    font-size: 14px;
  }

  .text-block-49,
  .bold-text-23,
  .bold-text-24 {
    font-size: 16px;
  }

  .code-embed-31.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .code-embed-31.ctd-letter-left.crystal-letter.crystal-letter-position {
    inset: -26% 44% auto auto;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .image-104.js-ctd-bio-img.ctd-bio-img-left.mich-img {
    margin-top: 0;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .text-block-54 {
    font-size: 16px;
  }

  .code-embed-33.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .bold-text-26,
  .text-block-56,
  .bold-text-27,
  .bold-text-28 {
    font-size: 16px;
  }

  .code-embed-35.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .heading-115 {
    font-size: 29px;
  }

  .bold-text-29 {
    font-size: 16px;
  }

  .code-embed-36.d-code-embed {
    inset: -6% -30% auto auto;
  }

  .bold-text-30,
  .bold-text-31 {
    font-size: 16px;
  }

  .code-embed-37.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .bold-text-32,
  .text-block-46 {
    font-size: 16px;
  }

  .code-embed-38.k-code-embed {
    inset: -24% -30% auto auto;
  }

  .code-embed-39.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .bold-text-33 {
    font-size: 16px;
  }

  .precounter-3.thomas-k {
    font-size: 36px;
  }

  .code-embed-41.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .tx-curetalks-hero {
    padding-top: 140px;
  }

  .heading-116 {
    margin-top: 0;
  }
}

#w-node-_5d440da2-c369-a851-3721-3cbbcffbdfff-708ee6fe,
#w-node-_9eb286cd-1d9a-25c4-1ed8-d3d453781d44-708ee6fe,
#w-node-d1854c39-bb43-66fc-4c57-7748e4a77f5b-708ee6fe,
#w-node-a4355ea7-a133-225a-ed0a-4b86061f6874-708ee6fe,
#w-node-_3e143e71-e177-5952-81a0-ad61463bd195-708ee6fe,
#w-node-_4cf42fb1-2dc6-22d5-c6f9-a0f5ffbc8a13-708ee6fe {
  place-self: center;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Compressed ';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}