@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fafafa;
  --purple-white: #eff2fa;
  --black-2: #161616;
  --blue: #2196f3;
  --orange: #f3a321;
  --red: #f33a21;
  --white-2: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--white);
  color: #161616;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

p {
  color: #161616cc;
  letter-spacing: -.01em;
  margin-bottom: 0;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

.homepage-hero-heading {
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: 40px;
  font-size: 90px;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vw;
  padding-bottom: 11vw;
  display: block;
  position: relative;
  overflow: clip;
}

.hero-section-paragraph {
  text-align: center;
  letter-spacing: -.03em;
  width: 42ch;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.hero-buttons-wrapper {
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.hero-buttons-wrapper.no-hidden {
  overflow: visible;
}

.hero-buttons-wrapper.hero-home {
  justify-content: center;
  align-items: flex-start;
}

.hero-buttons-wrapper.hero-home.buttons-legal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-buttons-wrapper.hero-home.row2 {
  margin-top: 20px;
}

.hero-buttons-wrapper.hero-home.row2.footer, .hero-buttons-wrapper.hero-home.footer {
  justify-content: flex-start;
  align-items: flex-start;
}

.button-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapper._1 {
  justify-content: space-between;
  display: flex;
}

.button-wrapper.pricing {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
}

.button-wrapper.blue-headin {
  z-index: 10;
}

.arrow-frame {
  background-color: var(--purple-white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-frame.black {
  background-color: #242424;
}

.arrow {
  flex: none;
  width: 14px;
  padding-left: 0;
  display: inline-flex;
  position: absolute;
}

.arrow.hidden, .arrow.hidden-2, .arrow.hidden, .arrow.hidden, .arrow.hidden-3 {
  left: -30px;
}

.button-heading {
  color: var(--black-2);
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
}

.button-heading.black {
  color: #eff2fab3;
}

.button-heading.white {
  margin-right: 10px;
}

.benefits-wrapper {
  margin-top: 60px;
  display: flex;
}

.benefits-hero {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.medium {
  margin-right: -5px;
  font-weight: 500;
}

.medium._22px {
  color: #161616;
  font-size: 22px;
}

.medium.features-hero-heading {
  font-size: 52px;
  line-height: 110%;
}

.medium.byline {
  font-size: 32px;
}

.b-icon-wrapper {
  background-color: var(--blue);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  margin-right: 7px;
  display: flex;
}

.b-icon-wrapper._2 {
  background-color: var(--orange);
  width: 40px;
}

.b-icon-wrapper._3 {
  background-color: var(--red);
  width: 40px;
}

.line-grid {
  z-index: -1;
  position: absolute;
  inset: auto auto -51%;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section.hero-image-wrapp {
  text-align: left;
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 15vh;
}

.section.hero-image-wrapp.homepage {
  margin-top: 0;
  bottom: 8vh;
}

.section.black {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section.black.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin-top: 0;
  display: flex;
}

.section.footer {
  background-color: var(--purple-white);
  border-top: 1px solid #00000026;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
}

.section.no-margin {
  margin-top: 5vw;
}

.section.white {
  background-color: var(--white-2);
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section.relative {
  z-index: 1;
  position: relative;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4px;
  display: flex;
}

.nav_bar {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_link {
  color: #161616cc;
  margin-right: .4rem;
  padding: .4rem 2.2rem;
  font-size: 18px;
  font-weight: 500;
}

.navbar1_link:hover {
  color: var(--black-2);
  background-color: #fafafa;
  border: 0 #ffffff1a;
  border-radius: 5px;
  font-weight: 500;
}

.navbar1_link.w--current {
  color: var(--black-2);
  background-color: #fff0;
  border-radius: 5px;
  padding: .4rem 2.2rem;
}

.navbar1_link.w--current:hover {
  background-color: #fafafa;
}

.navbar1_link.contact {
  background-color: var(--blue);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 0;
  display: flex;
}

.navbar1_link.contact:hover {
  background-color: var(--blue);
}

.navbar1_link.dropdown {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.navbar1_link.dropdown:hover {
  color: var(--black-2);
  background-color: #fff;
}

.navbar1_link.dropdown._1 {
  margin-top: 0;
}

.navbar1_link.mobile {
  display: none;
}

.logo {
  width: 70px;
  margin-left: 2.6rem;
  margin-right: 7rem;
}

.navbar1_component {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 10px;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: .1rem 0%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.dashboard {
  text-align: left;
  width: 80vw;
}

.dashboard-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  margin-bottom: 24px;
  padding: 0;
}

.quick-stack._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
}

.quick-stack.black {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  position: relative;
}

.quick-stack.abou-us {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.quick-stack.footer, .quick-stack._100 {
  width: 100%;
}

.quick-stack.gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.quick-stack.features-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.quick-stack.relative {
  z-index: 1;
  position: relative;
}

.quick-stack._10px, .quick-stack._3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.principles {
  width: 100%;
  margin-top: 0%;
}

.cell {
  background-color: var(--white-2);
  border: 1px solid #00000026;
  border-radius: 15px;
}

.principles-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.principles-wrapper._2 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.principles-wrapper._2.mobile {
  display: none;
}

.principles-wrapper._3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.principles-wrapper._5 {
  background-image: url('../images/national-cancer-institute-NFvdKIhxYlU-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #00000026;
  border-radius: 15px;
}

.image-4 {
  z-index: 1;
  width: 30vw;
}

.paragraph {
  width: 17ch;
}

.principles-heading {
  z-index: auto;
  box-sizing: border-box;
  order: 0;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  display: flex;
  position: static;
  left: auto;
}

.principles-heading._50px {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.principles-heading.mobile {
  display: none;
}

.principles-heading.white {
  color: #eff2fa;
  font-weight: 300;
}

.principles-heading._50px {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 120%;
}

.div-block-5 {
  z-index: 1;
  position: relative;
}

.image-5 {
  z-index: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 16vw;
  position: relative;
  top: 14%;
}

.just-in-time-adaptive-intervention {
  z-index: 1;
  width: 12vw;
  position: absolute;
  top: 38%;
  left: 22%;
}

._100px-margin {
  margin-bottom: 80px;
}

.image-8 {
  width: 19vw;
  margin-bottom: 70px;
}

.cell-2 {
  background-color: var(--black-2);
  border-radius: 15px;
}

.white {
  color: var(--purple-white);
  font-weight: 400;
}

.white._125 {
  font-size: 28px;
  line-height: 125%;
}

.white.light {
  color: #eff2fa99;
  font-weight: 300;
}

.principles-white-paragraph {
  color: var(--purple-white);
  width: 26ch;
}

.blur-sphere {
  background-color: var(--purple-white);
  opacity: .6;
  filter: blur(150px);
  border-radius: 500px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 19% 0% auto;
}

.image-9 {
  width: 60%;
  position: absolute;
  inset: auto 4% 0% auto;
}

.image-10 {
  width: 9vw;
  margin-bottom: 70px;
}

.logo-wall {
  width: 100%;
  margin-top: 15vw;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-heading {
  text-align: center;
  font-weight: 500;
}

.marquee {
  grid-column-gap: 1rem;
  border: 1px solid #00000026;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee._2 {
  border-top-style: none;
  margin-top: 0;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll, .marquee-content.scroll.reverse {
  width: 220vw;
}

.color-wrapper {
  background-color: var(--purple-white);
  padding-bottom: 15vw;
}

.color-wrapper._2 {
  padding-top: 20px;
  padding-bottom: 5vw;
  position: relative;
}

.centered-text {
  text-align: center;
}

.centered-text.pricing-heading {
  width: 15ch;
  height: 180px;
}

.tabs-content {
  text-align: center;
  width: 100%;
}

.tabs-content.about {
  text-align: left;
}

.tab-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-right-side {
  text-align: left;
  width: 42%;
}

.tabs-images-wrapper {
  width: 53%;
  height: 60vh;
  position: relative;
}

.tabs-menu {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 7vw;
  padding: 4px;
  display: flex;
}

.tabs-menu._2 {
  border-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.image-12 {
  border-radius: 20px;
  width: 27vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading {
  text-align: left;
  width: auto;
}

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

.tabs-paragraph {
  text-align: left;
  margin-bottom: 40px;
  padding-top: 10px;
}

.div-block-7 {
  word-break: normal;
  overflow-wrap: normal;
  background-image: linear-gradient(0deg, #2196f3b3, #2196f300 73%), url('../images/Researchfront.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 34vw;
  height: 23vw;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(0);
}

.div-block-7._2 {
  background-image: linear-gradient(0deg, #2196f3b3, #2196f300 73%), url('../images/christina-wocintechchat-com-rCyiK4_aaWw-unsplash-1.jpg');
}

.div-block-7._3 {
  background-image: linear-gradient(0deg, #2196f3b3, #2196f300 73%), url('../images/Enterprisefront.jpg');
}

.tab-tags {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-2);
  object-fit: fill;
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: 10px;
  padding: 3px 20px;
  display: block;
  position: relative;
  top: 94%;
  bottom: 0;
  right: 0;
}

.tabs {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.tab-link-tab-2 {
  color: #161616cc;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  background-color: var(--blue);
  color: var(--white-2);
}

.tab-link-tab-3 {
  color: #161616cc;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: var(--blue);
  color: var(--white-2);
}

.tab-link-tab-1 {
  color: #161616cc;
  letter-spacing: -.02em;
  background-color: #ddd0;
  font-size: 20px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  background-color: var(--blue);
  color: var(--white-2);
  border-radius: 10px;
}

.paragraph-2 {
  float: left;
  clear: none;
  color: #fffc;
  letter-spacing: 0;
  object-fit: fill;
}

.white-heading {
  color: var(--purple-white);
}

.white-heading._70px {
  font-size: 70px;
}

.white-heading._70px.margin-heading {
  margin-bottom: 30px;
}

.white-paragraph {
  color: #161616cc;
  text-align: left;
}

.white-paragraph._20px {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
}

.white-paragraph._20px.centered {
  text-align: center;
}

.line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.line._2 {
  background-color: #0003;
  margin-top: 70px;
  margin-bottom: 70px;
}

.blue-headin {
  color: var(--blue);
}

.black-card-wrapper {
  background-color: #1c1c22;
  border: 1px solid #ffffff26;
  border-radius: 15px;
  width: 100%;
  padding: 30px 40px;
}

.black-card-wrapper._1 {
  background-image: url('../images/milad-fakurian-xUtskxO_-CQ-unsplash.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-card-wrapper._2 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.black-card-wrapper._3 {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.black-card-wrapper._4 {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.image-13 {
  width: 30vh;
  position: absolute;
  inset: -7% -8% 0% auto;
  transform: rotate(-20deg);
}

.sad-face-wrapper {
  border: 1px solid #ffffff26;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-8 {
  background-color: #25252d;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

._20px {
  font-size: 20px;
}

._20px.medium {
  color: #161616;
  font-weight: 500;
}

._20px.blue {
  color: var(--blue);
  white-space: nowrap;
  width: 26px;
  margin-right: 100px;
  font-weight: 500;
}

.image-14, .image-15 {
  width: 64px;
  margin-bottom: 10px;
}

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

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

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.image-16 {
  width: 100%;
}

.lines-onblack {
  z-index: 0;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% -20%;
}

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

.image-17 {
  z-index: 2;
  vertical-align: middle;
  border-radius: 20px;
  width: 35vw;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.images-wrapper-aboutus {
  width: 36vw;
  height: 31vw;
  position: relative;
}

.div-block-10 {
  z-index: -2;
  background-color: var(--blue);
  border-radius: 15px;
  width: 36vw;
  height: 31vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-us-paragraph {
  text-align: left;
  width: 90%;
  font-size: 19px;
}

.about-us-left-side {
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.div-block-11 {
  border-top: 1px solid #0003;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
}

.about-tags {
  border: 1px solid #0003;
  border-radius: 500px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 4px 20px;
}

.about-tags._2 {
  background-color: #212121;
}

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

.contact-form-wrapper {
  border: 1px solid #0003;
  border-radius: 30px;
  padding: 5px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  height: 65vh;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-field {
  color: var(--black);
  background-color: #fff0;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 300;
}

.text-field:active {
  color: var(--black);
  background-color: #fff;
}

.text-field:focus {
  background-color: #fff;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #161616;
}

.text-field.messsage {
  height: 100px;
  padding-bottom: 75px;
  display: block;
}

.submit-button {
  background-color: var(--blue);
  color: var(--white-2);
  border: 1px #00000026;
  border-radius: 500px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 500;
  line-height: 100%;
}

.form-button-wrapp {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.link {
  color: #161616b3;
}

.checkbox-label {
  color: #16161699;
  font-size: 16px;
}

.checkbox-field {
  margin-top: 26px;
}

.div-block-13 {
  background-image: url('../images/vighnesh-dudani-ZQSs0YZUNfA-unsplash-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 26px;
  width: 50vw;
  height: 80vh;
  padding: 60px;
}

.form-heading {
  margin-bottom: 40px;
}

.logo-footer {
  width: 12vw;
}

.left-center-cell {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-3 {
  color: #161616;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-4 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 17px;
}

.paragraph-4:hover {
  color: var(--blue);
}

.footer-links-wrapp {
  flex-flow: column;
  margin-right: 70px;
  display: flex;
}

.footer-links-wrapp._3 {
  margin-right: 0;
}

.cell-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-5 {
  font-size: 22px;
  font-weight: 500;
}

.footer-privacy {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-14 {
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
}

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

.dropdown-list-2 {
  border-radius: 10px;
}

.dropdown-list-2.w--open {
  background-color: var(--purple-white);
  border: 1px solid #00000026;
  padding: 20px 10px;
}

.icon {
  opacity: .6;
}

.text-block {
  color: #161616cc;
  padding-right: 5px;
  font-weight: 500;
}

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

.target-audience-hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blue-lines {
  z-index: -2;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% -15%;
}

.target-audience-heading {
  letter-spacing: -.05em;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 9vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.bubles {
  z-index: -1;
  position: absolute;
}

.bubles._1 {
  inset: 36% 20% auto auto;
}

.bubles._2 {
  inset: 68% 16% 0% auto;
}

.bubles._3 {
  inset: 54% 3% 0% auto;
}

.bubles._4 {
  inset: 39% auto 0% 16%;
}

.target-audience-hero-image {
  object-fit: cover;
  background-image: linear-gradient(#2196f333, #2196f333), url('../images/Researchfront.jpg');
  background-position: 0 0, 75%;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: -16% 0% 0%;
}

.target-audience-hero-image.clinical-hero {
  text-align: left;
  background-image: linear-gradient(#0000, #0000), url('../images/Clinicalback.jpg');
}

.target-audience-hero-image.enterprise-hero {
  background-image: linear-gradient(#0000, #0000), url('../images/Enterprisefront.jpg');
}

._40px {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

._40px.down-margin-60px {
  margin-bottom: 60px;
}

._40px.medium {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}

.numbers-wrapper {
  border: 1px solid #0000004d;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

._26px {
  font-size: 26px;
}

._26px.white {
  height: auto;
}

.div-block-18 {
  border: 1px solid #0000004d;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 35px;
  display: flex;
}

.dot {
  background-color: var(--black-2);
  border-radius: 500px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.dot.blue {
  background-color: var(--blue);
}

.dot._60 {
  background-color: #16161699;
}

.color-owerlay {
  z-index: 0;
  background-color: var(--blue);
  border-radius: 20px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-owerlay.orange {
  background-color: var(--orange);
}

.color-owerlay.red {
  background-color: var(--red);
}

.numbers-heading {
  z-index: 1;
  position: relative;
}

.heading-2 {
  z-index: 1;
  color: var(--black-2);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  font-weight: 400;
  position: static;
  inset: 0% 0% auto;
}

.circles {
  align-self: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.floating-icon {
  border: 1px solid var(--blue);
  background-color: var(--white-2);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
}

.floating-icon._1 {
  border: 1px solid var(--blue);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 0%;
}

.floating-icon._2 {
  border: 1px solid var(--blue);
  background-color: var(--white-2);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  inset: 29% 30% 0% auto;
}

.floating-icon._3 {
  width: 90px;
  height: 90px;
  inset: 74% auto 0% 35%;
}

.floating-tags {
  border-radius: 500px;
  padding: 5px 30px;
  position: absolute;
}

.floating-tags.orange {
  background-color: var(--orange);
}

.floating-tags.orange._1 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 42% 27%;
}

.floating-tags.orange._4 {
  inset: 39% 7% auto auto;
}

.floating-tags.orange._1b {
  inset: auto 10% 25% auto;
  inset: auto auto 5% 35%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 50% 9%;
}

.floating-tags.orange._1c {
  bottom: 28%;
  right: 20%;
}

.floating-tags.red {
  background-color: var(--red);
}

.floating-tags.red._2 {
  inset: auto auto 20% 9%;
}

.floating-tags.red._5 {
  inset: auto 5% 40% auto;
}

.floating-tags.red._5b {
  inset: auto auto 58% 20px;
}

.floating-tags.red._5c {
  inset: auto 37% 65% auto;
}

.floating-tags.red._2b {
  inset: 20% auto auto 36%;
}

.floating-tags.blue {
  background-color: var(--blue);
}

.floating-tags.blue._3 {
  inset: 27% auto auto 4%;
}

.floating-tags.blue._6 {
  inset: auto 10% 15% auto;
}

.floating-tags.blue._3b {
  inset: 19% auto auto 30%;
}

.floating-tags.blue._3c {
  inset: 60% auto auto 6%;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.h3 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 90px;
  font-weight: 400;
  line-height: 80%;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.sticky-text_wrapper.steps.second {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.sticky-text_wrapper.steps.first {
  grid-template-columns: 1fr 1fr;
}

.sticky-text_wrapper.steps.first.w--current {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.phone-screen {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-grid {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  display: grid;
}

.sticky-img_wrapper {
  border: 1px solid #0003;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third {
  background-image: none;
  align-self: center;
  width: 25vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.phone-screen_img.second {
  background-image: none;
  align-self: center;
  width: 34vw;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.phone-screen_img.fourth {
  background-color: #0000;
  background-image: none;
  align-self: center;
  width: 34vw;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.phone-screen_img.first {
  object-fit: cover;
  background-image: none;
  width: 34vw;
  height: auto;
  overflow: visible;
}

.phone-screen_img.first.mobile-mockup {
  width: 25vw;
}

.position-relative {
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

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

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  text-align: left;
  display: block;
}

.sticky-wrapper {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.number-sticky {
  color: var(--blue);
  text-align: right;
  letter-spacing: -.05em;
  width: 30%;
  height: auto;
  margin-right: 10px;
  font-size: 90px;
  font-weight: 400;
  line-height: 80%;
}

.number-sticky.orange {
  color: var(--orange);
}

.number-sticky.red {
  color: var(--red);
}

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

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

.card {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 29vw;
  max-width: 500px;
  height: auto;
  min-height: 700px;
  padding: 40px;
  display: flex;
}

.card.blue.landing.orange {
  background-color: #f8e4cd;
  width: 23vw;
  min-height: 800px;
}

.card.pearl-white {
  z-index: 1;
  background-color: #e4e8f6;
  position: relative;
}

.card.pearl-white.landing {
  background-color: #f8d0ca;
  width: 23vw;
  padding-bottom: 0;
}

.card.black {
  z-index: 1;
  background-color: #161616;
  flex-flow: column;
  justify-content: space-between;
  width: 29vw;
  max-width: 500px;
  height: auto;
  min-height: 700px;
  padding: 40px;
  display: flex;
  position: relative;
}

.card.black.landing {
  background-color: #eff2fa;
  width: 23vw;
  padding-bottom: 0;
}

.card.blue {
  z-index: 2;
  z-index: 2;
  background-color: #2196f3;
  position: relative;
}

.card.blue.landing {
  background-color: #80c2f6;
  width: 23vw;
  padding-bottom: 0;
}

._50px {
  font-size: 23px;
  font-weight: 500;
  line-height: 115%;
}

._50px.white {
  color: var(--black);
  font-size: 23px;
}

.blue-p {
  color: var(--blue);
}

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

.horizontal-div.height {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
}

.horizontal-div.pricing {
  margin-bottom: 15px;
}

.spacing-div-40px {
  color: #161616cc;
  width: 100%;
  height: 40px;
}

.spacing-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacing-line.black {
  background-color: #00000026;
}

._15px.white-opacity {
  color: #ffffffb3;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: 300;
  text-decoration: none;
}

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

.left-cell, .center-cell {
  justify-content: flex-start;
  align-items: center;
}

.right-cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-20 {
  width: 100%;
}

.testimonial-wrapper {
  align-self: flex-end;
  width: 80%;
}

.testimonial-wrapp {
  border-top: 1px solid #00000026;
  border-bottom: 1px #00000026;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.testimonial-wrapp.last {
  border-bottom-style: solid;
}

._30px {
  color: #161616cc;
  font-size: 18px;
  font-style: italic;
}

._30px.medium {
  font-size: 30px;
}

._30px.medium.white {
  color: var(--purple-white);
}

.quota-wrapp {
  flex-flow: column;
  width: auto;
  display: flex;
}

.quota {
  background-color: var(--blue);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  margin-right: 100px;
  display: flex;
}

.paragraph-6 {
  width: 46ch;
}

.spacing-div-60px {
  width: 100%;
  height: 60px;
}

.pricing-option {
  background-color: var(--purple-white);
  border: 1px solid #00000026;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 140px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.pricing-option.last {
  margin-right: 0;
}

.image-22 {
  margin-bottom: 15px;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.features-hero-section {
  height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.illustration-wrapp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lines-features {
  z-index: -1;
  align-self: center;
  width: 130%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1% auto auto -7px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.features-hero-paragraph {
  width: 47ch;
}

.white-capital {
  color: #fff9;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-22 {
  background-color: #1c1c22;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px 30px;
}

.div-block-22._2 {
  background-color: #1c1c2200;
  border-color: #0003;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.black-sphere {
  width: 40%;
  max-width: none;
  position: absolute;
  inset: auto auto -40% -6%;
}

.black-sphere._2 {
  width: 25%;
  inset: -18% -2% auto auto;
}

.cell-9 {
  justify-content: center;
  align-items: flex-end;
}

.features-40px {
  width: 18ch;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.features-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 80%;
  height: auto;
  min-height: 450px;
  margin-top: 50px;
  padding: 30px;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 15px;
  display: flex;
}

.div-block-24 {
  width: 100%;
  display: flex;
}

.div-block-25 {
  background-color: #f5f5f5;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.cell-11 {
  justify-content: center;
  align-items: flex-end;
}

.lines-wrapper {
  z-index: 0;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-features {
  background-color: #00000014;
  width: 1px;
  height: 100%;
}

.pricing-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.pricing-paragraph {
  width: 30ch;
}

.pricing-paragraph.centered-text {
  width: 44ch;
  font-size: 18px;
}

.pricing-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing-card {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 22vw;
  padding: 30px;
  display: flex;
}

._16px {
  color: #161616b3;
  letter-spacing: 0;
  font-size: 16px;
}

._16px.pricing {
  text-align: left;
  height: 90px;
}

.price {
  text-align: left;
  height: 60px;
  font-size: 48px;
  font-weight: 700;
  position: static;
}

.price._2 {
  display: block;
  position: absolute;
}

.price._2.price-no-bold {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.price._1 {
  display: block;
  position: absolute;
}

.price._1.price-no-bold {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.price._3 {
  display: block;
  position: absolute;
}

.price._3.price-no-bold {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.price._4 {
  display: block;
  position: absolute;
}

.price._4.price-no-bold {
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
}

.price._1-btn {
  display: block;
  position: static;
}

.price._2-btn {
  display: block;
  position: relative;
}

.check-mark-wrapp {
  background-color: var(--blue);
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: flex;
}

.text-span {
  color: #161616b3;
  letter-spacing: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.addon-wrapper {
  display: flex;
  position: relative;
}

.add-on-heading {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 90%;
}

.addon-option-wrapper {
  width: 100%;
  margin-top: 100px;
}

.faq-q-text {
  letter-spacing: -.03em;
  font-size: 40px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.c-faq-icon {
  border: 1px solid #0000004d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-1 {
  background-color: #797979;
  width: 1px;
  height: 100%;
}

.c-faq-a-text {
  padding: 0 0 20px 126px;
}

.c-faq-q-text {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 0;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-a-text {
  width: 50vw;
  font-size: 18px;
  line-height: 125%;
}

.c-faq-item {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #797979;
  width: 100%;
  height: 1px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.heading-3 {
  margin-right: 100px;
}

.about-hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 10vh;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 90px;
}

.about-page-paragraph {
  text-align: center;
  width: 40ch;
}

.image-28 {
  width: 15vw;
  position: absolute;
  inset: 30% auto auto 5%;
}

.image-29 {
  width: 12vw;
  position: absolute;
  inset: auto auto 5% 6%;
}

.image-30 {
  width: 21vw;
  position: absolute;
  inset: 10% -4% auto auto;
}

.div-block-28 {
  border: 1px none var(--purple-white);
  background-color: #e0e5f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 11vw;
  display: flex;
  position: absolute;
  inset: auto 5% 7% auto;
  transform: rotate(15deg);
}

.image-31 {
  width: 50%;
}

.image-32 {
  width: 4vw;
  position: absolute;
  inset: -21% 0% auto auto;
}

._125 {
  font-size: 34px;
  line-height: 125%;
}

._16px-capital {
  color: #16161699;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.div-block-29 {
  background-image: url('../images/Group3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100vh;
  position: relative;
}

.div-block-29.award {
  background-image: url('../images/-Society-Award-2023.jpg');
}

.div-block-29.group2 {
  background-image: url('../images/group.jpg');
}

.div-block-30 {
  background-color: var(--white-2);
  border-radius: 20px;
  width: 40%;
  padding: 40px;
  position: absolute;
  inset: auto 2% 3% auto;
}

.div-block-30.mobile-hide {
  width: auto;
  inset: 0%;
}

.div-block-30.desktop-hide {
  display: none;
}

.div-block-31 {
  border: 1px solid var(--blue);
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-right: 20px;
  display: flex;
}

.team-memeber-card {
  background-color: var(--purple-white);
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 7px 7px 20px;
  display: flex;
}

.team-memeber-card.black {
  background-color: var(--black-2);
}

.image-33 {
  border-radius: 15px;
}

.div-block-32 {
  margin-top: 30px;
  padding-left: 15px;
}

._60 {
  color: #16161699;
}

.point {
  background-color: var(--blue);
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  position: static;
  inset: 60.5% 0% 0% 21%;
}

.point-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  position: absolute;
  inset: 52% 0% 0% 31%;
}

.point-wrapper._2 {
  top: 28.5%;
  left: 62%;
}

.point-wrapper._3 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.4vw;
  height: 1.4vw;
  inset: auto 15% 58% auto;
}

.point-wrapper._4 {
  top: 51%;
  left: 10%;
}

.point-wrapper._5 {
  top: 57%;
  left: 51%;
}

.white-point {
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  width: 50%;
  height: 50%;
}

.point-image-1 {
  z-index: 2;
  width: 30vw;
  height: auto;
  position: absolute;
}

.point-image-1._2 {
  z-index: 2;
  width: 30vw;
  height: auto;
  position: absolute;
  inset: auto 15% 31% auto;
}

.point-image-1._1 {
  position: absolute;
  inset: 57% 0% 0% 10%;
}

.point-image-1._3 {
  position: absolute;
  top: 57%;
  left: 31%;
}

.point-image-1._4 {
  top: 63%;
  left: 51%;
}

.point-image-1._5 {
  top: 34%;
  left: 62%;
}

.hidden {
  flex: none;
  overflow: hidden;
}

.hidden.absolute {
  z-index: 2;
  width: 36vw;
  height: 31vw;
  position: absolute;
  inset: 0% 0% auto;
}

.hidden._2 {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.hidden._3 {
  height: 180px;
}

.hidden._4 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-image {
  z-index: auto;
  border-radius: 20px;
  width: 10vw;
  position: relative;
  inset: auto 0% -10% auto;
}

.button-wrapp-black {
  background-color: var(--black-2);
  border: 1px solid #ffffff26;
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapp-black.last {
  margin-right: 0;
}

.button-wrapp-black.white {
  margin-right: 10px;
}

.price-slider-wrapp {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.price-line {
  z-index: -1;
  background-color: #e3e3e3;
  border-radius: 200px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 12%;
}

.slide-dot-wrapp {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.slide-dot-wrapp.left {
  justify-content: flex-start;
  align-items: center;
  width: 33px;
  height: 33px;
}

.slide-dot-wrapp.right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slide-dot {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slide-dot.right {
  inset: 0% 0% 0% auto;
}

.slide-dot.left {
  inset: 0% auto 0% 0%;
}

.blue-slide-dot {
  z-index: 1;
  width: 33px;
  height: 33px;
  position: absolute;
}

.price-option-wrapp.center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.price-wrapp {
  height: 60px;
  position: relative;
}

.button-wrapper-pricing {
  border: 1px solid #00000026;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapper-pricing.price._1.price-button, .button-wrapper-pricing.price-copy._1.price-button {
  font-weight: 400;
  display: flex;
  position: relative;
}

.pricing-included {
  text-align: left;
}

.features-image {
  height: 80%;
}

.div-block-35 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-36 {
  flex-flow: row;
  width: 691px;
  height: 350px;
  min-height: auto;
  position: absolute;
  inset: auto 2% 3% auto;
  overflow: hidden;
}

.video {
  border-radius: 20px;
}

.video-wrapp {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.calendly-wrapp {
  border: 1px solid #00000026;
  border-radius: 30px;
  width: auto;
  display: block;
}

.code-embed {
  display: none;
}

.ta-hero-image-wrapp {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  height: 85vh;
  display: flex;
  overflow: hidden;
}

.italic-text {
  font-size: 30px;
}

.hero-section-left {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.images-wrapper-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 36vw;
  height: 31vw;
  display: flex;
  position: relative;
}

.cell-12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.section-hero {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section-hero.hero-image-wrapp {
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  top: auto;
  bottom: 15vh;
}

.section-hero.hero-image-wrapp.homepage {
  margin-top: 0;
  bottom: 8vh;
}

.section-hero.black {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section-hero.black.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section-hero.footer {
  background-color: var(--purple-white);
  border-top: 1px solid #00000026;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
}

.section-hero.no-margin {
  margin-top: 5vw;
}

.section-hero.white {
  background-color: var(--white-2);
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-hero.relative {
  z-index: 1;
  position: relative;
}

.cell-13 {
  justify-content: flex-start;
  align-items: center;
}

.tabs-contact {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-contact._100 {
  width: 100%;
}

.link-2 {
  color: #2196f3;
}

.hero-section-paragraph-left {
  text-align: center;
  letter-spacing: -.03em;
  width: 42ch;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  font-size: 18px;
}

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

.dashboard-wrapper-2 {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 15vw;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-2.hero-image-wrapp {
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  top: auto;
  bottom: 15vh;
}

.section-2.hero-image-wrapp.homepage {
  bottom: 10vh;
}

.section-2.no-margin {
  margin-top: 5vw;
}

.principles-2 {
  width: 100%;
  margin-top: 0%;
}

.cell-14 {
  background-color: #161616;
  border-radius: 15px;
}

.esm {
  z-index: 1;
  width: 30vw;
}

.image-35 {
  z-index: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cell-15 {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 15px;
}

.color-wrapper-2 {
  background-color: #eff2fa;
  padding-bottom: 0;
}

.principles-white-paragraph-2 {
  color: #eff2fa;
  width: 26ch;
}

.dashboard-2 {
  width: 80vw;
}

.div-block-37 {
  z-index: 1;
  position: relative;
}

.blur-sphere-2 {
  opacity: .6;
  filter: blur(150px);
  background-color: #eff2fa;
  border-radius: 500px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 19% 0% auto;
}

.image-36 {
  width: 9vw;
  margin-bottom: 70px;
}

.image-37 {
  width: 16vw;
  position: relative;
  top: 14%;
}

.point-2 {
  background-color: #2196f3;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  position: static;
  inset: 60.5% 0% 0% 21%;
}

.passive-sensing {
  width: 24vw;
  margin-bottom: 70px;
}

.paragraph-7 {
  width: 17ch;
}

.image-39 {
  width: 60%;
  position: absolute;
  inset: auto 4% 0% auto;
}

.section-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16vh;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.price-participants {
  height: 60px;
  font-weight: 700;
  position: static;
}

.price-participants._2 {
  display: block;
  position: absolute;
}

.price-participants._1 {
  text-align: center;
  align-self: auto;
  font-weight: 400;
  display: block;
  position: relative;
}

.price-participants._3, .price-participants._4 {
  display: block;
  position: absolute;
}

.price-copy._1 {
  display: block;
  position: static;
}

.price-copy._3, .price-copy._4 {
  display: block;
  position: absolute;
}

.div-block-38 {
  margin-bottom: 60px;
  display: flex;
}

._1 {
  display: block;
}

.price-copy {
  height: 60px;
  font-weight: 700;
  position: static;
}

.price-copy._2, .price-copy._1, .price-copy._3, .price-copy._4 {
  display: block;
  position: absolute;
}

.price-copy._1-btn {
  display: block;
  position: static;
}

.price-copy._2-btn {
  display: block;
  position: relative;
}

.div-block-39 {
  margin-bottom: 22px;
  display: flex;
  position: static;
}

.div-block-40 {
  width: auto;
  display: flex;
}

.code-embed-2 {
  text-align: left;
}

.principles-wrapper-inclusive {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.principles-wrapper-inclusive._2 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.principles-wrapper-inclusive._2.mobile {
  display: none;
}

.principles-wrapper-inclusive._3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.principles-wrapper-inclusive._5 {
  background-image: url('../images/national-cancer-institute-NFvdKIhxYlU-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #00000026;
  border-radius: 15px;
}

.features-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.pricing-card-copy {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 22vw;
  padding: 30px;
  display: flex;
}

.features-card-element {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 28vw;
  padding: 30px;
  display: flex;
}

._40px-features {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

._40px-features.down-margin-60px {
  margin-bottom: 60px;
}

._40px-features.medium, ._40px-features.medium--features {
  margin-bottom: 10px;
}

.section--features {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section--features.hero-image-wrapp {
  text-align: left;
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 15vh;
}

.section--features.hero-image-wrapp.homepage {
  margin-top: 0;
  bottom: 8vh;
}

.section--features.black {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section--features.black.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section--features.footer {
  background-color: var(--purple-white);
  border-top: 1px solid #00000026;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
}

.section--features.no-margin {
  margin-top: 5vw;
}

.section--features.white {
  background-color: var(--white-2);
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section--features.relative {
  z-index: 1;
  position: relative;
}

.section--features.black-features {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section--features.black-features.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section--features.black-features.features-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: 0;
  display: flex;
}

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

.paragraph-8 {
  text-align: left;
}

.image-40 {
  width: 90px;
}

.div-block-41 {
  width: 80vw;
}

.div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  display: flex;
}

.ecological-momentary-assessment {
  height: 500px;
}

.code-embed-3, .code-embed-4, .code-embed-5 {
  text-align: left;
}

.spacing-18px {
  height: 18px;
}

.div-block-43 {
  padding-bottom: 18px;
}

.link-3, .link-4 {
  color: var(--blue);
  text-decoration: underline;
}

.spacing-card {
  width: 100vw;
  margin-top: 18px;
}

.div-block-44 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.testimonial-image-static {
  z-index: auto;
  border-radius: 20px;
  width: 10vw;
  position: relative;
  inset: auto 0% -10% auto;
}

.div-block-45 {
  width: 80vw;
}

.div-block-46 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.price-heading {
  font-size: 42px;
}

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

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--blue);
}

.cell-16 {
  justify-content: flex-start;
  align-items: flex-start;
}

.section--features-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section--features-copy.hero-image-wrapp {
  text-align: left;
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 15vh;
}

.section--features-copy.hero-image-wrapp.homepage {
  margin-top: 0;
  bottom: 8vh;
}

.section--features-copy.black {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section--features-copy.black.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section--features-copy.footer {
  background-color: var(--purple-white);
  border-top: 1px solid #00000026;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
}

.section--features-copy.no-margin {
  margin-top: 5vw;
}

.section--features-copy.white {
  background-color: var(--white-2);
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section--features-copy.relative {
  z-index: 1;
  position: relative;
}

.section--features-copy.black-features {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section--features-copy.black-features.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section--features-copy.black-features.features-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: 0;
  display: flex;
}

.section--features-copy.black-features-copy {
  background-color: var(--black-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 4%;
  position: relative;
  overflow: hidden;
}

.section--features-copy.black-features-copy.features {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}

.section--features-copy.black-features-copy.features-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin-top: 0;
  display: flex;
}

.color-wrapper-copy {
  background-color: var(--purple-white);
  padding-bottom: 15vw;
}

.color-wrapper-copy._2 {
  padding-top: 20px;
  padding-bottom: 5vw;
  position: relative;
}

.image-42 {
  height: 350px;
}

.image-43 {
  height: 450px;
}

.q-img4 {
  height: 350px;
}

.link-12 {
  color: var(--blue);
  -webkit-text-decoration-color: var(--blue);
  text-decoration-color: var(--blue);
}

.link-13, .link-14, .link-15 {
  color: var(--blue);
}

.image-44 {
  height: 350px;
}

.link-16 {
  color: var(--blue);
}

.cell-17 {
  justify-content: flex-start;
  align-items: center;
}

.card--2 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 29vw;
  max-width: 500px;
  height: auto;
  min-height: 200px;
  padding: 40px;
  display: flex;
}

.card--2.black {
  z-index: 1;
  background-color: var(--black-2);
  flex-flow: column;
  justify-content: space-between;
  width: 29vw;
  max-width: none;
  height: auto;
  min-height: 200px;
  padding: 40px;
  display: flex;
  position: relative;
}

.card--2.blue {
  z-index: 2;
  background-color: var(--blue);
  position: relative;
}

.card--2.pearl-white {
  z-index: 1;
  background-color: #e4e8f6;
  position: relative;
}

._36px {
  font-size: 36px;
}

.div-block-48 {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.div-block-49 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.spacing-div-60px-home {
  width: 100%;
  height: 60px;
}

.paragraph-10 {
  text-align: left;
}

.div-block-50 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-48 {
  height: 40vh;
}

.section-crosscare {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15vh;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.paragraph-11 {
  font-size: 36px;
}

.heading-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-51 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.link-17, .link-18, .link-19 {
  color: var(--blue);
}

.message.text-field {
  min-height: 200px;
}

.div-block-53 {
  text-align: left;
  border-radius: 26px;
  width: 50vw;
  height: 80vh;
  padding-left: 30px;
}

.code-embed-6 {
  text-align: left;
  border-radius: 26px;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #161616cc;
  font-weight: 500;
}

.heading-9, .heading-10, .heading-11 {
  color: var(--purple-white);
  font-size: 70px;
}

.paragraph-12 {
  color: #ffffffb3;
}

.paragraph-13 {
  text-align: left;
}

.link-20 {
  color: var(--blue);
}

.benefits-hero-2 {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.line-grid-2 {
  z-index: -1;
  position: absolute;
  inset: auto auto -51%;
}

.button-wrapper-2 {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapper-2._1 {
  justify-content: space-between;
}

.hero-section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vw;
  padding-bottom: 11vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.benefits-wrapper-2 {
  margin-top: 60px;
  display: flex;
}

.hero-section-paragraph-2 {
  text-align: center;
  letter-spacing: -.03em;
  width: 60ch;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.arrow-frame-2 {
  background-color: #eff2fa;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-2 {
  font-weight: 500;
}

.hidden-2 {
  flex: none;
  overflow: hidden;
}

.homepage-hero-heading-2 {
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: 40px;
  font-size: 110px;
}

.button-heading-2 {
  color: #161616;
  margin-right: 30px;
  font-weight: 500;
}

.b-icon-wrapper-2 {
  background-color: #2196f3;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: flex;
}

.b-icon-wrapper-2._2 {
  background-color: #f3a321;
}

.b-icon-wrapper-2._3 {
  background-color: #f33a21;
}

.homepage-hero-heading-3 {
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: 40px;
  font-size: 58px;
}

.button-heading-3 {
  color: #161616;
  margin-right: 30px;
  font-weight: 500;
}

.b-icon-wrapper-3 {
  background-color: #2196f3;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: flex;
}

.b-icon-wrapper-3._2 {
  background-color: #f3a321;
}

.b-icon-wrapper-3._3 {
  background-color: #f33a21;
}

.section-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.blue-p-2 {
  color: #2196f3;
}

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

.button-wrapp-black-2 {
  background-color: #161616;
  border: 1px solid #ffffff26;
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapp-black-2.white {
  margin-right: 10px;
}

.image-49 {
  width: 100%;
}

.button-page {
  color: #161616;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
}

.button-page.white {
  margin-right: 10px;
}

.link-21 {
  color: #2196f3;
}

.dot-2 {
  background-color: #161616;
  border-radius: 500px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.dot-2.blue {
  background-color: #000;
}

.section-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.blue-p-3 {
  color: #000;
}

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

.button-wrapp-black-3 {
  background-color: #161616;
  border: 1px solid #ffffff26;
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.button-wrapp-black-3.white {
  margin-right: 10px;
}

.link-22 {
  color: #2196f3;
}

.section-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.h3-2 {
  color: #161616;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 90px;
  font-weight: 400;
  line-height: 80%;
}

.div-block-56 {
  width: 80%;
}

.number-sticky-2 {
  color: #2196f3;
  text-align: right;
  letter-spacing: -.05em;
  width: 30%;
  height: auto;
  margin-right: 10px;
  font-size: 90px;
  font-weight: 400;
  line-height: 80%;
}

.number-sticky-2.red {
  color: #f33a21;
}

.number-sticky-2.orange {
  color: #f3a321;
}

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

.cell-21 {
  justify-content: flex-start;
  align-items: center;
}

.cell-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-58 {
  z-index: -2;
  background-color: #2196f3;
  border-radius: 15px;
  width: 36vw;
  height: 31vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.benefits-wrapper-3 {
  margin-top: 60px;
  display: flex;
}

.benefits-hero-3 {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.experience-sampling-method {
  z-index: 2;
  vertical-align: middle;
  border-radius: 20px;
  width: 35vw;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.hidden-3 {
  flex: none;
  overflow: hidden;
}

.hidden-3.absolute {
  z-index: 2;
  width: 36vw;
  height: 31vw;
  position: absolute;
  inset: 0% 0% auto;
}

.medium-3 {
  margin-right: -5px;
  font-weight: 500;
}

.b-icon-wrapper-4 {
  background-color: #2196f3;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  margin-right: 7px;
  display: flex;
}

.b-icon-wrapper-4._3 {
  background-color: #f33a21;
  width: 40px;
}

.b-icon-wrapper-4._2 {
  background-color: #f3a321;
  width: 40px;
}

.line-grid-3 {
  z-index: -1;
  position: absolute;
  inset: auto auto -51%;
}

.button-wrapper-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.slide {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.heading-1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

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

.section-title-wrap {
  text-align: left;
  max-width: 530px;
}

.section-title-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.mask {
  height: auto;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-author-image {
  margin-right: 20px;
}

.yellow-rectangle-bg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-arrow {
  align-items: center;
  display: flex;
  inset: 0% auto 0% -30%;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 714px;
  height: auto;
}

.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #ffffffb3;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-12.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% -30% 0% auto;
}

.content-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section.blue {
  background-color: #000;
  position: relative;
}

.link-23 {
  color: var(--blue);
}

.faq-image {
  max-width: 70px;
}

.link-24 {
  color: var(--blue);
}

.image-50 {
  -webkit-text-stroke-color: #f33a21;
}

.link-25 {
  color: var(--blue);
}

.link-26 {
  color: #2196f3;
}

.link-27, .link-28, .link-29 {
  color: var(--blue);
}

.privacy-by-design-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.solutions-card-header {
  height: auto;
  min-height: 275px;
}

.solutions-card-body {
  min-height: 290px;
}

.solutions-card-footer {
  text-align: center;
  z-index: -10;
  padding-top: 32px;
  display: block;
  position: static;
  bottom: 0;
}

.solutions-header-img {
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23vw;
  max-width: 500px;
  height: auto;
  margin-left: -40px;
  display: flex;
  inset: auto auto 0;
}

.link-30 {
  color: var(--blue);
  text-decoration: underline;
}

.link-31, .link-32, .link-33, .link-34 {
  color: var(--blue);
}

.paragraph-14 {
  color: var(--black-2);
  font-size: 52px;
  font-weight: 500;
}

.illustration-gif {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-51 {
  border-radius: 20px;
  width: 27vw;
  position: absolute;
  inset: auto 0% -15% auto;
}

.div-block-59 {
  word-break: normal;
  overflow-wrap: normal;
  background-image: linear-gradient(0deg, #2196f3b3, #2196f300 73%), url('../images/Researchfront.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 34vw;
  height: 23vw;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(0);
}

.div-block-59._2 {
  background-image: linear-gradient(0deg, #2196f3b3, #2196f300 73%), url('../images/christina-wocintechchat-com-rCyiK4_aaWw-unsplash-1.jpg');
  top: auto;
  bottom: 20%;
  right: 50px;
}

.image-52, .image-53, .image-54, .image-55 {
  height: 350px;
}

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

.heading-13 {
  width: 100vw;
}

.image-56 {
  align-self: center;
  width: 100%;
}

.image-57 {
  width: 500px;
}

.img-phone-cards {
  align-self: center;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.link-35 {
  color: var(--blue);
}

.div-block-61 {
  align-self: center;
  width: 53%;
  height: 50vh;
}

.img-phone-jtai {
  width: 100%;
  height: 100%;
}

.link-36, .link-37 {
  color: var(--blue);
  text-decoration: none;
}

.link-37.about-us-link {
  color: var(--blue);
  font-weight: 400;
  text-decoration: none;
}

.link-38, .link-39, .link-40, .link-41, .link-42 {
  color: var(--blue);
  text-decoration: none;
}

.bold-text, .bold-text-2, .link-43, .link-44 {
  color: #2196f3;
}

.about-us-link {
  color: var(--blue);
  text-decoration: none;
}

.heading-14 {
  font-size: 60px;
  font-weight: 400;
}

.therpay-pricing-p {
  margin-left: 25vw;
  margin-right: 25vw;
  padding: 10px;
}

.footer-block {
  text-align: left;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 80px;
  }

  h3 {
    font-size: 50px;
  }

  .homepage-hero-heading {
    font-size: 11vw;
  }

  .hero-section {
    padding-top: 15vw;
    padding-bottom: 15vw;
    overflow: visible;
  }

  .hero-section-paragraph {
    font-size: 20px;
  }

  .hero-buttons-wrapper.hero-home.buttons-legal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .benefits-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .benefits-hero {
    margin-right: 0;
  }

  .medium.features-hero-heading {
    width: auto;
  }

  .line-grid {
    bottom: -37%;
  }

  .section.hero-image-wrapp {
    z-index: 0;
    bottom: 5vh;
  }

  .section.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section.black.features {
    height: 40vh;
    padding: 10% 5%;
  }

  .section.footer {
    padding-top: 100px;
  }

  .section.no-margin {
    margin-top: -10vw;
  }

  .navbar1_container {
    z-index: 5;
    position: relative;
  }

  .nav_bar {
    z-index: 3;
    margin-top: 0;
    position: absolute;
  }

  .menu-icon1 {
    background-color: var(--purple-white);
    border: 1px solid #90d1d326;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    color: #dbdce0;
    background-color: #161616b3;
    border-radius: 20px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    z-index: 3;
    border: 1px solid #00000026;
    border-radius: 5px;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 2vw;
    margin-right: 0;
    padding: 1rem 2rem;
    font-size: 20px;
    display: flex;
  }

  .navbar1_link:hover {
    border-color: #ffffff26;
  }

  .navbar1_link.w--current {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar1_link.contact {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .navbar1_link.mobile {
    display: flex;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .logo {
    width: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1_component {
    z-index: 5;
    background-color: #11121800;
    background-image: none;
    border-style: none;
    width: 100%;
    padding-top: 4vw;
    padding-left: 6%;
    padding-right: 6%;
  }

  .navbar1_menu-button {
    z-index: 5;
  }

  .navbar1_menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 15;
    background-color: var(--white-2);
    border: 1px solid #0000001f;
    border-radius: 0;
    width: 100vw;
    height: 100dvh;
    padding-top: 20%;
    padding-bottom: 5rem;
    transition: height .5s;
    position: fixed;
    inset: 0%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    color: #dbdce0;
    background-color: #161616b3;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dashboard {
    width: 90vw;
  }

  .dashboard-wrapper {
    top: -3%;
  }

  .quick-stack.features-hero {
    padding-top: 150px;
  }

  .principles {
    margin-top: 10%;
  }

  .principles-wrapper, .principles-wrapper._3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .principles-wrapper._5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .principles-wrapper._4 {
    height: 60vh;
  }

  .image-4 {
    width: 41vw;
  }

  .principles-heading {
    font-size: 55px;
  }

  .image-6 {
    width: 25vw;
    top: 5%;
  }

  .just-in-time-adaptive-intervention {
    width: 20vw;
  }

  .image-8 {
    width: 40vw;
  }

  .image-10 {
    width: 20vw;
  }

  .centered-text.pricing-heading {
    width: 9ch;
    margin-bottom: 50px;
  }

  .tab-content {
    flex-flow: column;
  }

  .tabs-right-side {
    width: 100%;
    margin-top: 60px;
  }

  .tabs-images-wrapper {
    width: 100%;
  }

  .image-12 {
    width: 45vw;
  }

  .div-block-7 {
    width: 70vw;
    height: 46vw;
  }

  .white-heading._70px.margin-heading {
    letter-spacing: -.03em;
    font-size: 60px;
  }

  ._20px.blue {
    display: none;
  }

  .div-block-9._2 {
    width: 100%;
    margin-top: 60px;
  }

  .image-17 {
    vertical-align: middle;
    width: 80%;
    display: inline-block;
  }

  .images-wrapper-aboutus {
    width: 80%;
    height: 80vw;
  }

  .div-block-10 {
    width: 96%;
    height: 73vw;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .form-block {
    width: 70vw;
  }

  .div-block-13 {
    width: 100%;
    margin-bottom: 10px;
  }

  .logo-footer {
    margin-bottom: 60px;
  }

  .footer-privacy {
    white-space: nowrap;
  }

  .dropdown-2 {
    display: none;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .target-audience-hero-section {
    height: 90vh;
  }

  .blue-lines {
    bottom: 15%;
  }

  .target-audience-heading {
    font-size: 15vw;
  }

  .bubles._2 {
    top: 63%;
  }

  .bubles._3 {
    top: 45%;
  }

  .target-audience-hero-image {
    width: 100%;
  }

  ._40px.medium {
    text-align: left;
    font-size: 36px;
  }

  ._26px {
    font-size: 20px;
  }

  .div-block-18 {
    padding: 4px 30px;
  }

  .dot {
    width: 14px;
    height: 14px;
  }

  .numbers-heading {
    font-size: 10vw;
  }

  .floating-icon._1 {
    width: 160px;
    height: 160px;
  }

  .floating-icon._2 {
    width: 70px;
    height: 70px;
    top: 30%;
    right: 32%;
  }

  .floating-icon._3 {
    width: 70px;
    height: 70px;
    padding-top: 5px;
  }

  .floating-tags.orange._1, .floating-tags.orange._1b, .floating-tags.orange._1b, .floating-tags.orange._1b {
    left: 15%;
  }

  .floating-tags.red._5 {
    bottom: 43%;
    right: 8%;
  }

  .floating-tags.red._5b {
    right: auto;
  }

  .floating-tags.red._5c {
    right: 17%;
  }

  .h3 {
    font-size: 40px;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .sticky-img_wrapper {
    height: 40vh;
  }

  .phone-screen_img.third {
    width: 17vw;
    top: auto;
    bottom: -14%;
  }

  .phone-screen_img.third.mobile-mockup {
    width: 20vw;
    inset: 0%;
  }

  .phone-screen_img.second {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto;
  }

  .phone-screen_img.fourth, .phone-screen_img.first {
    width: 30vw;
  }

  .phone-screen_img.first.mobile-mockup {
    width: 20vw;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    width: 90%;
  }

  .number-sticky {
    font-size: 40px;
  }

  .card.black, .card.blue {
    width: 70%;
    max-width: none;
    min-height: 660px;
  }

  .card.blue.landing.orange {
    width: 100%;
    min-height: 550px;
  }

  .card.pearl-white {
    width: 70%;
    max-width: none;
    min-height: 660px;
  }

  .card.pearl-white.landing {
    width: 100%;
    min-height: 550px;
  }

  .card.black {
    width: 70%;
    max-width: none;
    min-height: 660px;
  }

  .card.black.landing {
    width: 100%;
    min-height: 550px;
  }

  .card.blue {
    width: 70%;
    max-width: none;
    min-height: 660px;
  }

  .card.blue.landing {
    width: 100%;
    min-height: 550px;
  }

  .horizontal-div.add-on {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-cell, .right-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  ._30px {
    font-size: 26px;
  }

  .paragraph-6 {
    width: auto;
  }

  .image-23 {
    width: 36px;
  }

  .image-24 {
    width: 72px;
  }

  .image-25 {
    width: 36px;
  }

  .blue-sphere {
    width: 70%;
  }

  .features-hero-section {
    height: auto;
  }

  .illustration-wrapp {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .lines-features {
    width: 110%;
    inset: 0% auto;
  }

  .features-hero-paragraph {
    width: auto;
  }

  .div-block-22 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cell-9 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .features-40px {
    width: auto;
  }

  .features-card {
    max-width: none;
    margin-top: 40px;
  }

  .cell-10 {
    padding-top: 100px;
  }

  .pricing-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .pricing-card {
    width: 50vw;
    margin-bottom: 20px;
  }

  .faq-q-text {
    font-size: 30px;
  }

  .c-faq-q {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-faq-a-text {
    padding-left: 0;
  }

  .c-faq-q-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .c-faq-item {
    padding-top: 30px;
  }

  .heading-3 {
    margin-top: 30px;
  }

  .about-heading {
    font-size: 80px;
  }

  .image-28 {
    display: none;
    top: 25%;
  }

  .image-29 {
    display: none;
    bottom: 16%;
  }

  .div-block-30 {
    width: auto;
    left: 2%;
  }

  .hidden.absolute {
    width: 100vw;
    height: 100vw;
  }

  .testimonial-image {
    bottom: -7%;
  }

  .ta-hero-image-wrapp {
    width: 90%;
  }

  .hero-section-left {
    padding-top: 15vw;
    padding-bottom: 15vw;
    overflow: visible;
  }

  .images-wrapper-hero {
    width: 100%;
    height: 78vw;
  }

  .section-hero.hero-image-wrapp {
    z-index: 0;
    bottom: 25vh;
  }

  .section-hero.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section-hero.black.features {
    height: 110vh;
    padding: 10% 5%;
  }

  .section-hero.footer {
    padding-top: 100px;
  }

  .section-hero.no-margin {
    margin-top: -10vw;
  }

  .hero-section-paragraph-left {
    font-size: 20px;
  }

  .dashboard-wrapper-2 {
    top: -3%;
  }

  .section-2.hero-image-wrapp {
    z-index: 0;
    bottom: 25vh;
  }

  .section-2.no-margin {
    margin-top: -10vw;
  }

  .esm {
    width: 41vw;
  }

  .dashboard-2 {
    width: 90vw;
  }

  .image-36 {
    width: 20vw;
  }

  .image-37 {
    width: 25vw;
    top: 5%;
  }

  .passive-sensing {
    width: 40vw;
  }

  .principles-wrapper-inclusive, .principles-wrapper-inclusive._3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .principles-wrapper-inclusive._5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .principles-wrapper-inclusive._4 {
    height: 60vh;
  }

  .features-wrapper {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .pricing-card-copy, .features-card-element {
    width: 50vw;
    margin-bottom: 20px;
  }

  .section--features.hero-image-wrapp {
    z-index: 0;
    bottom: 25vh;
  }

  .section--features.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section--features.black.features {
    height: 110vh;
    padding: 10% 5%;
  }

  .section--features.footer {
    padding-top: 100px;
  }

  .section--features.no-margin {
    margin-top: -10vw;
  }

  .section--features.black-features.features, .section--features.black-features.features-copy {
    height: 110vh;
    padding: 10% 5%;
  }

  .testimonial-image-static {
    width: 15vw;
    bottom: -7%;
  }

  .section--features-copy.hero-image-wrapp {
    z-index: 0;
    bottom: 25vh;
  }

  .section--features-copy.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section--features-copy.black.features {
    height: 110vh;
    padding: 10% 5%;
  }

  .section--features-copy.footer {
    padding-top: 100px;
  }

  .section--features-copy.no-margin {
    margin-top: -10vw;
  }

  .section--features-copy.black-features.features, .section--features-copy.black-features.features-copy, .section--features-copy.black-features-copy.features {
    height: 110vh;
    padding: 10% 5%;
  }

  .section--features-copy.black-features-copy.features-copy {
    height: 30vh;
    padding: 10% 5%;
  }

  .image-44 {
    height: 300px;
  }

  .card--2.black {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .card--2.blue, .card--2.pearl-white {
    width: 70%;
    max-width: none;
    min-height: 660px;
  }

  .div-block-48 {
    text-align: left;
    width: 500px;
    display: block;
    inset: auto 5% 5% auto;
  }

  .paragraph-9 {
    font-style: italic;
  }

  .spacing-div-60px-home {
    display: none;
  }

  .image-45, .image-46, .image-47 {
    max-width: 50%;
  }

  .heading-5, .heading-6 {
    font-size: 40px;
  }

  .image-48 {
    height: 7vh;
  }

  .heading-8 {
    font-size: 60px;
  }

  .div-block-53 {
    width: 100%;
    padding-left: 0;
  }

  .code-embed-6 {
    width: 100%;
  }

  .line-grid-2 {
    bottom: -37%;
  }

  .hero-section-2 {
    padding-top: 15vw;
    padding-bottom: 15vw;
    overflow: visible;
  }

  .hero-section-paragraph-2 {
    font-size: 20px;
  }

  .homepage-hero-heading-2, .homepage-hero-heading-3 {
    font-size: 11vw;
  }

  .dot-2 {
    width: 14px;
    height: 14px;
  }

  .h3-2, .number-sticky-2 {
    font-size: 40px;
  }

  .div-block-58 {
    width: 96%;
    height: 73vw;
  }

  .benefits-wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .benefits-hero-3 {
    margin-right: 0;
  }

  .experience-sampling-method {
    vertical-align: middle;
    width: 80%;
    display: inline-block;
  }

  .hidden-3.absolute {
    width: 100vw;
    height: 100vw;
  }

  .medium-3 {
    margin-right: 0;
  }

  .line-grid-3 {
    bottom: -37%;
  }

  .heading-1 {
    font-size: 48px;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .yellow-rectangle-bg {
    width: 20%;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .body-text {
    font-size: 18px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .content-section {
    overflow: hidden;
  }

  .solutions-card-header, .solutions-card-body {
    min-height: 100px;
  }

  .solutions-card-footer {
    display: none;
  }

  .image-51 {
    width: 45vw;
  }

  .div-block-59 {
    width: 70vw;
    height: 46vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 70px;
  }

  .homepage-hero-heading {
    font-size: 12vw;
  }

  .hero-section {
    padding: 20vw 5% 25vw;
    overflow: hidden;
  }

  .hero-section-paragraph {
    width: 30ch;
  }

  .hero-buttons-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .hero-buttons-wrapper.hero-home {
    justify-content: center;
    align-items: center;
  }

  .hero-buttons-wrapper.hero-home.row2 {
    margin-top: 0;
  }

  .button-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .button-wrapper._1 {
    margin-top: 0;
  }

  .benefits-wrapper {
    flex-flow: column;
    width: 250px;
    margin-top: 40px;
    display: flex;
  }

  .b-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .b-icon-wrapper._2, .b-icon-wrapper._3 {
    width: 30px;
  }

  .line-grid {
    width: 100vw;
    max-width: none;
    inset: 24% auto 0%;
  }

  .section {
    margin-top: 0;
  }

  .section.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section.black {
    margin-bottom: 5vw;
    padding: 15% 5%;
  }

  .menu-icon1 {
    border-color: #00000026;
    border-radius: 8px;
    width: 50px;
    height: 40px;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    width: 22px;
  }

  .navbar1_link {
    margin-bottom: 4vw;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-top: 5vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 2;
    height: 100vh;
    padding-top: 25%;
    padding-bottom: 6rem;
  }

  .menu-icon1_line-middle {
    width: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .dashboard-wrapper {
    top: -2%;
  }

  .principles {
    margin-top: 15%;
  }

  .principles-wrapper {
    flex-flow: column;
    height: 60vh;
  }

  .principles-wrapper._2 {
    flex-flow: column;
    height: auto;
    display: none;
  }

  .principles-wrapper._2.mobile {
    display: flex;
  }

  .principles-wrapper._3 {
    height: auto;
  }

  .principles-wrapper._5 {
    height: 40vh;
  }

  .principles-wrapper._4 {
    height: 70vh;
  }

  .image-4 {
    width: 55vw;
    position: absolute;
    inset: auto 4% 4% auto;
  }

  .paragraph {
    width: 100%;
  }

  .principles-heading, .principles-heading._50px {
    display: none;
  }

  .principles-heading.white, .principles-heading.mobile, .principles-heading.white, .principles-heading._50px {
    display: block;
  }

  .image-6 {
    width: 45vw;
    left: -20%;
  }

  .just-in-time-adaptive-intervention {
    width: 35vw;
    top: 57%;
    left: 43%;
  }

  ._100px-margin {
    margin-bottom: 70px;
  }

  .image-8 {
    width: 50vw;
  }

  .image-9 {
    width: 70%;
  }

  .image-10 {
    width: 30vw;
  }

  .logo-wall {
    margin-top: 25vw;
  }

  .marquee {
    overflow: hidden;
  }

  .marquee-content.scroll, .marquee-content.scroll.reverse {
    width: 500vw;
  }

  .marquee-image {
    width: auto;
    height: 60px;
  }

  .color-wrapper {
    padding-bottom: 25vw;
  }

  .tabs-right-side {
    margin-bottom: 60px;
  }

  .tabs-images-wrapper {
    height: 72vh;
  }

  .image-12 {
    width: 50vw;
  }

  .heading {
    width: auto;
  }

  .link-block._100 {
    width: 50%;
  }

  .div-block-7 {
    width: 85%;
    height: 60vw;
  }

  .div-block-9, .image-17 {
    width: 100%;
  }

  .form-block {
    width: 90vw;
  }

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

  .logo-footer {
    width: 25vw;
  }

  .footer-links-wrapp {
    margin-bottom: 50px;
  }

  .footer-links-wrapp._3 {
    margin-bottom: 0;
  }

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

  .blue-lines {
    bottom: 27%;
  }

  .target-audience-heading {
    font-size: 17vw;
  }

  .bubles._2 {
    display: none;
  }

  .bubles._4 {
    top: 30%;
    left: 6%;
  }

  ._40px.down-margin-60px {
    font-size: 30px;
  }

  .numbers-wrapper {
    flex-flow: column;
    padding: 30px;
  }

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

  ._26px {
    letter-spacing: 0;
    font-size: 18px;
  }

  .div-block-18 {
    align-self: flex-start;
    padding: 3px 25px;
  }

  .numbers-heading {
    align-self: flex-end;
    font-size: 10vw;
  }

  .floating-icon._1 {
    width: 140px;
    height: 140px;
  }

  .floating-icon._2 {
    width: 55px;
    height: 55px;
    top: 20%;
    right: 24%;
  }

  .floating-icon._3 {
    width: 55px;
    height: 55px;
    top: 69%;
    left: 50%;
  }

  .floating-tags.orange._4 {
    top: 34%;
    right: 7%;
  }

  .floating-tags.red._5, .floating-tags.red._5c {
    display: none;
  }

  .floating-tags.blue._3 {
    left: 9%;
  }

  .floating-tags.blue._6 {
    bottom: 10%;
    right: 16%;
  }

  .floating-tags.blue._3c, .floating-tags.blue._3b, .floating-tags.blue._3c {
    left: 9%;
  }

  .h3 {
    font-size: 30px;
    font-weight: 500;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .phone-screen_img.third.mobile-mockup {
    width: 25vw;
  }

  .phone-screen_img.second, .phone-screen_img.fourth {
    width: 40vw;
  }

  .phone-screen_img.first.mobile-mockup {
    width: 25vw;
  }

  .sticky-container {
    height: auto;
  }

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

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    width: 95%;
  }

  .number-sticky {
    width: 10%;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
  }

  .div-block-19 {
    flex-flow: row;
  }

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

  .card.black, .card.blue, .card.pearl-white {
    width: 100%;
    min-height: 500px;
  }

  .card.pearl-white.landing {
    padding-bottom: 40px;
  }

  .card.black {
    width: 100%;
    min-height: 500px;
  }

  .card.black.landing {
    min-height: 600px;
    padding-bottom: 40px;
  }

  .card.blue {
    width: 100%;
    min-height: 500px;
  }

  .card.blue.landing {
    padding-bottom: 40px;
  }

  ._50px, ._50px.white {
    font-size: 36px;
  }

  .horizontal-div.mobile {
    flex-flow: column;
    width: 100%;
  }

  .testimonial-wrapp {
    flex-flow: column;
  }

  .quota {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .pricing-option {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 40px;
  }

  .image-22 {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .image-23 {
    width: 30px;
  }

  .image-24 {
    width: 60px;
  }

  .image-25 {
    width: 30px;
  }

  .features-40px {
    margin-top: 10px;
  }

  .cell-10 {
    padding-top: 0;
  }

  .pricing-paragraph.centered-text {
    width: 29ch;
    margin-bottom: 40px;
  }

  .pricing-card {
    width: 100%;
  }

  .about-heading {
    font-size: 70px;
  }

  .image-28 {
    width: 21vw;
    top: 29%;
    left: 1%;
  }

  .image-29 {
    width: 23vw;
    bottom: 8%;
    left: 5%;
  }

  .image-30 {
    z-index: -1;
    width: 28vw;
    top: 21%;
    right: -8%;
  }

  .div-block-28 {
    border-radius: 10px;
    width: 20vw;
    height: 15vw;
    bottom: 13%;
  }

  .image-32 {
    width: 7vw;
  }

  .hidden {
    overflow: hidden;
  }

  .hidden.absolute {
    width: 80vw;
  }

  .hidden._3 {
    height: 60px;
  }

  .hidden.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-image {
    width: 30vw;
  }

  .price-slider-wrapp {
    display: none;
  }

  .hero-section-left {
    padding: 20vw 5% 10vw;
    overflow: hidden;
  }

  .images-wrapper-hero {
    text-align: left;
  }

  .section-hero {
    margin-top: 25vw;
  }

  .section-hero.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section-hero.black {
    padding: 15% 5%;
  }

  .hero-section-paragraph-left {
    width: 30ch;
  }

  .dashboard-wrapper-2 {
    top: -2%;
  }

  .section-2 {
    margin-top: 25vw;
  }

  .section-2.hero-image-wrapp.homepage {
    bottom: 10vh;
  }

  .principles-2 {
    margin-top: 60%;
  }

  .esm {
    width: 55vw;
    position: absolute;
    inset: auto 4% 4% auto;
  }

  .color-wrapper-2 {
    padding-bottom: 25vw;
    display: none;
  }

  .image-36 {
    width: 30vw;
  }

  .image-37 {
    width: 45vw;
    left: -20%;
  }

  .passive-sensing {
    width: 50vw;
  }

  .paragraph-7 {
    width: 100%;
  }

  .image-39 {
    width: 70%;
  }

  .principles-wrapper-inclusive {
    flex-flow: column;
    height: 60vh;
  }

  .principles-wrapper-inclusive._2 {
    flex-flow: column;
    height: auto;
    display: none;
  }

  .principles-wrapper-inclusive._2.mobile {
    display: flex;
  }

  .principles-wrapper-inclusive._3 {
    height: auto;
  }

  .principles-wrapper-inclusive._5 {
    height: 60vh;
  }

  .principles-wrapper-inclusive._4 {
    height: 70vh;
  }

  .pricing-card-copy {
    width: 100%;
  }

  .features-card-element {
    width: 100%;
    min-width: 500px;
  }

  ._40px-features.down-margin-60px {
    font-size: 30px;
  }

  .section--features {
    margin-top: 25vw;
  }

  .section--features.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section--features.black, .section--features.black-features {
    padding: 15% 5%;
  }

  .testimonial-image-static {
    width: 30vw;
  }

  .section--features-copy {
    margin-top: 25vw;
  }

  .section--features-copy.hero-image-wrapp.homepage {
    bottom: 5vh;
  }

  .section--features-copy.black, .section--features-copy.black-features, .section--features-copy.black-features-copy {
    padding: 15% 5%;
  }

  .section--features-copy.black-features-copy.features-copy {
    margin-top: auto;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .color-wrapper-copy {
    padding-bottom: 25vw;
  }

  .card--2.black {
    width: 100%;
    min-height: 200px;
  }

  .card--2.blue, .card--2.pearl-white {
    width: 100%;
    min-height: 600px;
  }

  .div-block-48 {
    display: none;
  }

  .image-45, .image-46, .image-47 {
    max-width: 80%;
  }

  .heading-5 {
    font-size: 26px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .italic-text-5, .italic-text-6 {
    font-size: 18px;
  }

  .div-block-53 {
    padding-left: 0;
  }

  .code-embed-6 {
    width: 100%;
  }

  .line-grid-2 {
    width: 150vw;
    max-width: none;
    inset: 24% auto 0%;
  }

  .button-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .button-wrapper-2._1 {
    margin-top: 0;
  }

  .hero-section-2 {
    padding: 20vw 5% 25vw;
    overflow: hidden;
  }

  .benefits-wrapper-2 {
    flex-flow: column;
    display: none;
  }

  .hero-section-paragraph-2 {
    width: 30ch;
  }

  .hidden-2.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .homepage-hero-heading-2 {
    font-size: 12vw;
  }

  .b-icon-wrapper-2 {
    height: 30px;
  }

  .homepage-hero-heading-3 {
    font-size: 12vw;
  }

  .b-icon-wrapper-3 {
    height: 30px;
  }

  .section-4, .section-5, .section-6 {
    margin-top: 0;
  }

  .h3-2 {
    font-size: 30px;
    font-weight: 500;
  }

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

  .number-sticky-2 {
    width: 10%;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
  }

  .div-block-57 {
    flex-flow: row;
  }

  .benefits-wrapper-3 {
    flex-flow: column;
    width: 250px;
    margin-top: 40px;
    display: flex;
  }

  .experience-sampling-method {
    width: 100%;
  }

  .hidden-3 {
    overflow: hidden;
  }

  .hidden-3.absolute {
    width: 80vw;
  }

  .hidden-3.center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .b-icon-wrapper-4 {
    width: 30px;
    height: 30px;
  }

  .b-icon-wrapper-4._3, .b-icon-wrapper-4._2 {
    width: 30px;
  }

  .line-grid-3 {
    width: 100vw;
    max-width: none;
    inset: 24% auto 0%;
  }

  .button-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .image-51 {
    width: 50vw;
  }

  .div-block-59 {
    width: 85%;
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 45px;
  }

  .hero-section {
    padding-top: 35vw;
    padding-bottom: 35vw;
  }

  .hero-section-paragraph {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .hero-buttons-wrapper {
    align-items: stretch;
  }

  .hero-buttons-wrapper.hero-home.row2 {
    margin-top: 0;
  }

  .hero-buttons-wrapper.hero-home {
    justify-content: center;
    align-items: stretch;
  }

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

  .arrow-frame, .arrow-frame.black {
    flex: none;
  }

  .arrow.hidden, .arrow.hidden-3 {
    left: -35px;
  }

  .button-heading {
    text-align: left;
    margin-right: 5px;
    font-size: 18px;
  }

  .benefits-wrapper {
    display: flex;
  }

  .medium.byline {
    font-size: 26px;
  }

  .b-icon-wrapper, .b-icon-wrapper._2, .b-icon-wrapper._3 {
    width: 30px;
  }

  .line-grid {
    width: 100vw;
    top: 39%;
  }

  .section {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.hero-image-wrapp {
    bottom: 20vh;
  }

  .section.hero-image-wrapp.homepage {
    bottom: 7vh;
  }

  .section.black {
    padding: 15% 6%;
  }

  .section.black.features {
    height: 60vh;
  }

  .section.no-margin {
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
  }

  .section.white {
    height: 60vh;
    margin-top: 0;
    padding-top: 5vh;
  }

  .section.relative {
    margin-bottom: 5vh;
    padding-bottom: 0;
  }

  .navbar1_link {
    margin-bottom: 4vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar1_link.w--current {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar1_component {
    padding-top: 6vw;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-top: 35%;
  }

  .quick-stack {
    overflow: hidden;
  }

  .quick-stack.abou-us {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

  .quick-stack._100 {
    grid-row-gap: 20px;
  }

  .quick-stack.gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .principles {
    margin-top: 0%;
  }

  .principles-wrapper {
    height: 45vh;
    padding: 30px;
  }

  .principles-wrapper._2.mobile {
    height: 35vh;
  }

  .principles-wrapper._5 {
    height: 45vh;
  }

  .principles-wrapper._4 {
    height: 75vh;
  }

  .image-4 {
    width: 72vw;
  }

  .principles-heading.white {
    width: 100%;
  }

  .principles-heading.mobile {
    font-size: 40px;
  }

  .principles-heading.white {
    width: 100%;
    font-size: 40px;
  }

  .image-5 {
    width: 120%;
    max-width: none;
    inset: auto auto -10%;
  }

  .just-in-time-adaptive-intervention {
    top: 69%;
  }

  ._100px-margin {
    margin-bottom: 50px;
  }

  .image-8 {
    width: 100%;
  }

  .white._125 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 130%;
  }

  .principles-white-paragraph {
    width: 100%;
  }

  .blur-sphere {
    filter: blur(120px);
  }

  .image-9 {
    width: 90%;
  }

  .image-10 {
    width: 35vw;
  }

  .logo-wall {
    margin-top: 30vw;
  }

  .logo-heading {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .color-wrapper {
    margin-top: -25vh;
  }

  .color-wrapper._2 {
    margin-top: 0;
    overflow: hidden;
  }

  .centered-text {
    text-align: left;
    font-size: 45px;
  }

  .centered-text.pricing-heading {
    width: 9ch;
    height: 150px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 50px;
  }

  .tabs-right-side {
    margin-top: 40px;
  }

  .tabs-images-wrapper {
    height: 48vh;
  }

  .tabs-menu {
    flex-flow: column;
    width: 100%;
    margin-top: 15vw;
    margin-bottom: 20vw;
  }

  .image-12 {
    width: auto;
    height: 25vh;
  }

  .link-block._100 {
    width: 70%;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-1.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-2 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .line._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .black-card-wrapper._3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .black-card-wrapper._4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-13 {
    display: none;
    top: -3%;
    right: -30%;
  }

  .lines-onblack {
    top: auto;
    bottom: auto;
    left: -77%;
  }

  .image-17 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
  }

  .images-wrapper-aboutus {
    justify-content: center;
    align-items: center;
    height: 73vw;
    display: none;
  }

  .div-block-10 {
    width: 90%;
    left: auto;
    right: auto;
  }

  .div-block-11 {
    display: none;
  }

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

  .form-block {
    height: auto;
    min-height: 65vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 87vw;
    height: 65vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-footer {
    width: 35vw;
  }

  .div-block-14 {
    width: 100px;
    display: block;
  }

  .target-audience-hero-section {
    height: 70vh;
    overflow: hidden;
  }

  .blue-lines {
    width: 180%;
    inset: 41% auto auto;
  }

  .target-audience-heading {
    font-size: 20vw;
  }

  .bubles._3 {
    width: 20px;
  }

  .bubles._4 {
    width: 40px;
  }

  .target-audience-hero-image.enterprise-hero {
    display: none;
  }

  ._40px.down-margin-60px {
    margin-bottom: 40px;
  }

  ._40px.medium {
    text-align: left;
    font-size: 24px;
  }

  .numbers-heading {
    align-self: flex-start;
    font-size: 12vw;
  }

  .heading-2 {
    padding-top: 10px;
    font-size: 36px;
  }

  .circles {
    width: 150%;
    max-width: none;
  }

  .floating-icon._1 {
    width: 120px;
    height: 120px;
  }

  .floating-icon._2 {
    top: 41%;
    right: 73%;
  }

  .floating-icon._3 {
    top: 71%;
    left: 58%;
  }

  .floating-tags.orange._1 {
    bottom: 28%;
    left: 5%;
  }

  .floating-tags.orange._4 {
    top: 36%;
  }

  .floating-tags.orange._1b {
    display: none;
    bottom: 38%;
    left: 5%;
  }

  .floating-tags.orange._1c {
    bottom: 10%;
  }

  .floating-tags.red._2 {
    display: none;
    top: 20%;
    bottom: auto;
  }

  .floating-tags.red._5 {
    bottom: 36%;
    right: 5%;
  }

  .floating-tags.red._5b {
    display: none;
    bottom: 2%;
    right: 5%;
  }

  .floating-tags.red._5c {
    display: none;
    bottom: 30%;
    right: 5%;
  }

  .floating-tags.red._2b {
    display: none;
    top: 18%;
    bottom: auto;
    left: 20%;
  }

  .floating-tags.blue._3 {
    top: 50%;
    left: 5%;
  }

  .floating-tags.blue._6 {
    bottom: 10%;
  }

  .floating-tags.blue._3c {
    display: none;
    top: 40%;
    left: 5%;
  }

  .floating-tags.blue._3b {
    left: 5%;
  }

  .floating-tags.blue._3c {
    top: 43%;
    left: 5%;
  }

  .h3 {
    font-size: 30px;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-img_wrapper {
    border-radius: 20px;
    height: 38vh;
  }

  .phone-screen_img.third {
    width: 25vw;
  }

  .phone-screen_img.third.mobile-mockup {
    width: 35vw;
  }

  .phone-screen_img.second {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto;
  }

  .phone-screen_img.fourth, .phone-screen_img.first {
    width: 60vw;
  }

  .phone-screen_img.first.mobile-mockup {
    width: 35vw;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    width: 100%;
  }

  .card.black {
    width: 100%;
    min-height: 600px;
  }

  ._50px, ._50px.white {
    font-size: 36px;
  }

  .horizontal-div.about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacing-div-40px {
    height: 20px;
  }

  .testimonial-wrapp {
    padding-top: 40px;
  }

  ._30px {
    font-size: 18px;
  }

  ._30px.medium {
    font-size: 24px;
  }

  .quota {
    margin-bottom: 30px;
  }

  .image-24 {
    width: 50px;
  }

  .features-hero-section {
    padding-bottom: 0%;
  }

  .illustration-wrapp {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .white-capital {
    font-size: 14px;
  }

  .black-sphere {
    width: 130%;
  }

  .black-sphere._2 {
    width: 30%;
  }

  .cell-9 {
    padding-top: 0;
  }

  .features-40px {
    font-size: 36px;
  }

  .features-card {
    min-height: 400px;
    margin-top: 0;
  }

  .cell-10 {
    padding-top: 20px;
  }

  .pricing-paragraph.centered-text {
    width: auto;
  }

  .add-on-heading {
    align-self: center;
    font-size: 45px;
  }

  .addon-option-wrapper {
    margin-top: 60px;
  }

  .c-faq-icon {
    flex: 0 auto;
  }

  .c-faq-q {
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-faq-a-text {
    padding-left: 0;
  }

  .c-faq-q-text {
    flex: 0 auto;
    padding-top: 0;
  }

  .faq-a-text {
    white-space: break-spaces;
    word-break: normal;
  }

  .c-faq-item {
    padding-top: 30px;
  }

  .heading-3 {
    margin-right: 0;
  }

  .image-26, .image-27 {
    width: 45px;
  }

  .about-hero-section {
    margin-top: 80px;
  }

  .about-heading {
    font-size: 60px;
  }

  .about-page-paragraph {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-28 {
    visibility: hidden;
    width: 35vw;
    top: 53%;
    left: -19%;
  }

  .image-29 {
    visibility: hidden;
    width: 30vw;
    bottom: 6%;
    left: -6%;
  }

  .image-30 {
    width: 40vw;
    top: 52%;
    right: -24%;
  }

  .div-block-28 {
    width: 30vw;
    height: 21vw;
    bottom: 4%;
    right: -4%;
  }

  ._125 {
    font-size: 24px;
  }

  .div-block-29 {
    border-radius: 24px;
    height: 200px;
  }

  .div-block-30 {
    bottom: 1%;
  }

  .div-block-30.mobile-hide {
    display: none;
  }

  .div-block-30.desktop-hide {
    margin-top: 15px;
    display: block;
    position: static;
  }

  .div-block-31 {
    margin-bottom: 10px;
  }

  .hidden {
    width: 100%;
  }

  .hidden.absolute {
    border-radius: 15px;
    width: 90%;
    height: 73vw;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .hidden._3 {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .hidden.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-image {
    width: 40vw;
    bottom: -3%;
  }

  .button-wrapp-black {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-wrapp-black.white {
    margin-top: 10px;
    margin-right: 0;
  }

  .ta-hero-image-wrapp {
    display: none;
  }

  .hero-section-left {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .images-wrapper-hero {
    justify-content: center;
    align-items: center;
    height: 73vw;
    display: flex;
  }

  .cell-12 {
    display: none;
  }

  .section-hero {
    margin-top: 30vw;
  }

  .section-hero.hero-image-wrapp {
    bottom: 20vh;
  }

  .section-hero.hero-image-wrapp.homepage {
    bottom: 7vh;
  }

  .section-hero.black {
    padding: 30% 6%;
  }

  .section-hero.no-margin {
    justify-content: center;
    align-items: center;
    margin-top: -10vw;
  }

  .hero-section-paragraph-left {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .section-2 {
    margin-top: 30vw;
  }

  .section-2.hero-image-wrapp {
    bottom: 20vh;
  }

  .section-2.hero-image-wrapp.homepage {
    bottom: 8vh;
  }

  .section-2.no-margin {
    justify-content: center;
    align-items: center;
    margin-top: 10vw;
  }

  .principles-2 {
    margin-top: 0%;
  }

  .esm {
    width: 72vw;
  }

  .image-35 {
    width: 120%;
    max-width: none;
    inset: auto auto -10%;
  }

  .principles-white-paragraph-2 {
    width: 100%;
  }

  .blur-sphere-2 {
    filter: blur(120px);
  }

  .image-36 {
    width: 35vw;
  }

  .passive-sensing {
    width: 100%;
  }

  .image-39 {
    width: 90%;
  }

  .principles-wrapper-inclusive {
    height: 35vh;
    padding: 30px;
  }

  .principles-wrapper-inclusive._2.mobile, .principles-wrapper-inclusive._4 {
    height: 75vh;
  }

  .features-wrapper {
    margin-bottom: 0;
  }

  .features-card-element {
    min-width: 200px;
    height: auto;
    min-height: 150px;
    max-height: 250px;
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  ._40px-features.down-margin-60px {
    margin-bottom: 40px;
  }

  .section--features {
    margin-top: 30vw;
  }

  .section--features.hero-image-wrapp {
    bottom: 20vh;
  }

  .section--features.hero-image-wrapp.homepage {
    bottom: 7vh;
  }

  .section--features.black {
    padding: 30% 6%;
  }

  .section--features.no-margin {
    justify-content: center;
    align-items: center;
    margin-top: -10vw;
  }

  .section--features.black-features {
    padding: 30% 6%;
  }

  .ecological-momentary-assessment, .spacing-card {
    display: none;
  }

  .testimonial-image-static {
    width: 40vw;
    bottom: -3%;
  }

  .section--features-copy {
    margin-top: 30vw;
  }

  .section--features-copy.hero-image-wrapp {
    bottom: 20vh;
  }

  .section--features-copy.hero-image-wrapp.homepage {
    bottom: 7vh;
  }

  .section--features-copy.black {
    padding: 30% 6%;
  }

  .section--features-copy.no-margin {
    justify-content: center;
    align-items: center;
    margin-top: -10vw;
  }

  .section--features-copy.black-features, .section--features-copy.black-features-copy {
    padding: 30% 6%;
  }

  .section--features-copy.black-features-copy.features-copy {
    height: 45vh;
    margin-top: 30vw;
    padding-top: 20%;
  }

  .color-wrapper-copy {
    margin-top: -15vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-wrapper-copy._2 {
    overflow: hidden;
  }

  .image-43, .cell-17, .cell-18, .cell-19, .cell-20 {
    display: none;
  }

  .card--2.black {
    width: auto;
    min-height: 100px;
    display: block;
  }

  ._36px {
    font-size: 26px;
  }

  .div-block-48 {
    width: 100%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-49 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-5 {
    font-size: 36px;
  }

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

  .image-48 {
    height: 8vh;
  }

  .heading-7 {
    font-size: 50px;
  }

  .paragraph-11 {
    font-size: 26px;
  }

  .div-block-51 {
    display: none;
  }

  .div-block-53 {
    height: 90vh;
    padding-left: 0;
  }

  .code-embed-6 {
    width: 100%;
  }

  .line-grid-2 {
    width: 200vw;
    top: 39%;
  }

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

  .hero-section-2 {
    padding-top: 35vw;
    padding-bottom: 35vw;
  }

  .hero-section-paragraph-2 {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .arrow-frame-2 {
    flex: none;
  }

  .hidden-2.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-4 {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .button-wrapp-black-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-wrapp-black-2.white {
    margin-top: 10px;
    margin-right: 0;
  }

  .button-page {
    text-align: left;
    margin-right: 5px;
    font-size: 18px;
  }

  .section-5 {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .button-wrapp-black-3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-wrapp-black-3.white {
    margin-top: 10px;
    margin-right: 0;
  }

  .section-6 {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .h3-2 {
    font-size: 30px;
  }

  .cell-22 {
    display: none;
  }

  .div-block-58 {
    width: 90%;
    left: auto;
    right: auto;
  }

  .benefits-wrapper-3 {
    text-align: left;
    display: flex;
  }

  .experience-sampling-method {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
  }

  .hidden-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hidden-3.absolute {
    border-radius: 15px;
    width: 90%;
    height: 73vw;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .hidden-3.center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .b-icon-wrapper-4, .b-icon-wrapper-4._3, .b-icon-wrapper-4._2 {
    width: 30px;
  }

  .line-grid-3 {
    width: 100vw;
    top: 39%;
  }

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

  .testimonial {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .slide {
    padding: 30px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .mask {
    height: auto;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .slider {
    flex-direction: column;
  }

  .right-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .paragraph-14 {
    font-size: 32px;
  }

  .image-51 {
    width: auto;
    height: 25vh;
    display: none;
  }

  .div-block-61 {
    display: none;
  }
}

#w-node-_863bd038-cf50-cddb-6b9a-5d473d910fe3-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_832384ca-e9c8-655b-03f6-444508e4f85b-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f85c-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_832384ca-e9c8-655b-03f6-444508e4f85f-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_832384ca-e9c8-655b-03f6-444508e4f884-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_832384ca-e9c8-655b-03f6-444508e4f89a-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_77a93f41-07cc-92c6-d9a8-a31c8578bbfc-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f29a3cd-902d-3690-00a6-7588022f6a76-b0c71b01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f29a3cd-902d-3690-00a6-7588022f6a77-b0c71b01 {
  grid-row: span 2 / span 2;
}

#w-node-cbc55956-5eb5-8478-5924-3bf29e12c785-b0c71b01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbc55956-5eb5-8478-5924-3bf29e12c790-b0c71b01 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cbc55956-5eb5-8478-5924-3bf29e12c793-b0c71b01, #w-node-cbc55956-5eb5-8478-5924-3bf29e12c79b-b0c71b01, #w-node-cbc55956-5eb5-8478-5924-3bf29e12c7a6-b0c71b01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbc55956-5eb5-8478-5924-3bf29e12c7b0-b0c71b01 {
  place-self: center;
}

#w-node-dfb7d89c-cf56-bd4b-9e0e-578a2b630d44-b0c71b01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aef337fe-3898-1aad-2ba2-df4f6022cc9f-6022cc9e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-aef337fe-3898-1aad-2ba2-df4f6022cca5-6022cc9e {
  grid-column: span 2 / span 2;
}

#w-node-b54a0682-a26b-6100-e401-960abe6102f1-be6102ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_96d1fb02-6216-bedc-847b-f8dfc00fe491-b0c71b02 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_01d4c88e-e03f-dca2-2680-63c9d3a09474-b0c71b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f534ce1-d32a-fab7-e0f8-0781cc1a3d33-b0c71b02 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_62dd8cec-da3a-b683-b59d-c7960ced79dc-b0c71b02, #w-node-_1ff71b99-d8e0-0432-5493-bd9ee02c0138-b0c71b02, #w-node-_561a470b-4ed8-2f5d-d61e-a2aed75412b0-b0c71b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b476514d-c20a-19c3-1212-443fc6061be6-b0c71b02 {
  place-self: center;
}

#w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdfe-b0c71b02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163e-b0c71b02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_96d1fb02-6216-bedc-847b-f8dfc00fe491-b0c71b03 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_01d4c88e-e03f-dca2-2680-63c9d3a09474-b0c71b03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f534ce1-d32a-fab7-e0f8-0781cc1a3d33-b0c71b03 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_62dd8cec-da3a-b683-b59d-c7960ced79dc-b0c71b03, #w-node-_1ff71b99-d8e0-0432-5493-bd9ee02c0138-b0c71b03, #w-node-_561a470b-4ed8-2f5d-d61e-a2aed75412b0-b0c71b03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b476514d-c20a-19c3-1212-443fc6061be6-b0c71b03 {
  place-self: center;
}

#w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdfe-b0c71b03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163e-b0c71b03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01d4c88e-e03f-dca2-2680-63c9d3a09474-b0c71b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f534ce1-d32a-fab7-e0f8-0781cc1a3d33-b0c71b04 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_62dd8cec-da3a-b683-b59d-c7960ced79dc-b0c71b04, #w-node-_1ff71b99-d8e0-0432-5493-bd9ee02c0138-b0c71b04, #w-node-_561a470b-4ed8-2f5d-d61e-a2aed75412b0-b0c71b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b476514d-c20a-19c3-1212-443fc6061be6-b0c71b04 {
  place-self: center;
}

#w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdfe-b0c71b04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96d1fb02-6216-bedc-847b-f8dfc00fe491-b0c71b04 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163e-b0c71b04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb2-b0c71b05 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-acf5320c-8c74-6903-46c4-d2e20dd2d537-b0c71b05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_95dd8280-9e5e-e721-32f6-82ee35c4453f-b0c71b05, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b324-b0c71b05, #w-node-_564fc819-9ad5-f807-3c3c-8a312630100c-b0c71b05, #w-node-_61dadb93-4531-2039-37ef-24864c4942bf-b0c71b05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0b623414-d7b5-56cb-4c45-f41cddaa5c25-b0c71b05 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb2-b0c71b06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fdde3c4b-e4e4-8bd7-92e2-a2870ee571e0-b0c71b06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_95dd8280-9e5e-e721-32f6-82ee35c4453f-b0c71b06, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b324-b0c71b06, #w-node-_564fc819-9ad5-f807-3c3c-8a312630100c-b0c71b06, #w-node-_61dadb93-4531-2039-37ef-24864c4942bf-b0c71b06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02b7d643-f966-51e3-65ed-6c49460053a2-b0c71b07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-acf5320c-8c74-6903-46c4-d2e20dd2d537-b0c71b07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_95dd8280-9e5e-e721-32f6-82ee35c4453f-b0c71b07, #applet.w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b324-b0c71b07, #w-node-_564fc819-9ad5-f807-3c3c-8a312630100c-b0c71b07, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088873-b0c71b07, #w-node-_61dadb93-4531-2039-37ef-24864c4942bf-b0c71b07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52bf6e8f-2fa4-4c5a-eb8f-73d73d51b108-b0c71b07 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-ccb646ce-c3c9-2596-3ad1-5ee0de6d7f2d-b0c71b09, #w-node-_89e01121-5d77-2bcd-72af-fe0fa747c8c7-b0c71b09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-f152bca6-9dfa-6f6b-b348-64b7b7728fbc-b0c71b09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd7f53c8-2bca-b6f7-258e-b26db0353e49-b0c71b09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d85727c-5dfa-2f6d-5eb8-3473f22edfcd-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a65978-b0c71b09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d7ed885-0f44-e467-2b21-df6539a65979-b0c71b09 {
  grid-row: span 2 / span 2;
}

#w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c132-b0c71b09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c133-b0c71b09, #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815bd-b0c71b09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b1792780-2873-e0d5-b012-babc768dd330-b0c71b09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b1792780-2873-e0d5-b012-babc768dd331-b0c71b09 {
  grid-row: span 2 / span 2;
}

#w-node-_02b7d643-f966-51e3-65ed-6c49460053a2-336d5527 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acf5320c-8c74-6903-46c4-d2e20dd2d537-336d5527 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_95dd8280-9e5e-e721-32f6-82ee35c4453f-336d5527, #applet.w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b324-336d5527, #w-node-_564fc819-9ad5-f807-3c3c-8a312630100c-336d5527, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088873-336d5527, #w-node-_61dadb93-4531-2039-37ef-24864c4942bf-336d5527 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad33ca72-3b7d-afa1-457f-39b634582492-63e8f9bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_863bd038-cf50-cddb-6b9a-5d473d910fe4-b0c71b01, #w-node-_863bd038-cf50-cddb-6b9a-5d473d911016-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f860-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f86d-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f885-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f88f-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f89b-b0c71b01, #w-node-_832384ca-e9c8-655b-03f6-444508e4f8a3-b0c71b01, #w-node-_77a93f41-07cc-92c6-d9a8-a31c8578bbfd-b0c71b01, #w-node-_77a93f41-07cc-92c6-d9a8-a31c8578bbfe-b0c71b01, #w-node-dfb7d89c-cf56-bd4b-9e0e-578a2b630d45-b0c71b01, #w-node-dfb7d89c-cf56-bd4b-9e0e-578a2b630d46-b0c71b01, #w-node-aef337fe-3898-1aad-2ba2-df4f6022cca0-6022cc9e, #w-node-aef337fe-3898-1aad-2ba2-df4f6022cca2-6022cc9e, #w-node-aef337fe-3898-1aad-2ba2-df4f6022cca7-6022cc9e, #w-node-aef337fe-3898-1aad-2ba2-df4f6022ccbd-6022cc9e, #w-node-aef337fe-3898-1aad-2ba2-df4f6022cce6-6022cc9e, #w-node-aef337fe-3898-1aad-2ba2-df4f6022cce7-6022cc9e {
    grid-column: span 2 / span 2;
  }

  #w-node-b54a0682-a26b-6100-e401-960abe6102f1-be6102ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-b54a0682-a26b-6100-e401-960abe6102f2-be6102ee, #w-node-b54a0682-a26b-6100-e401-960abe610317-be6102ee, #w-node-b54a0682-a26b-6100-e401-960abe610338-be6102ee, #w-node-b54a0682-a26b-6100-e401-960abe610355-be6102ee {
    grid-column: span 4 / span 4;
  }

  #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdff-b0c71b02, #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebe00-b0c71b02, #w-node-_62ace8aa-070c-7f9e-f46d-bc677eb634f2-b0c71b02 {
    grid-column: span 3 / span 3;
  }

  #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163f-b0c71b02, #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc491640-b0c71b02 {
    grid-column: span 2 / span 2;
  }

  #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdff-b0c71b03, #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebe00-b0c71b03, #w-node-_62ace8aa-070c-7f9e-f46d-bc677eb634f2-b0c71b03 {
    grid-column: span 3 / span 3;
  }

  #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163f-b0c71b03, #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc491640-b0c71b03 {
    grid-column: span 2 / span 2;
  }

  #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebdff-b0c71b04, #w-node-f22a14bc-b6c8-2cc1-510d-9019e4bebe00-b0c71b04, #w-node-_62ace8aa-070c-7f9e-f46d-bc677eb634f2-b0c71b04 {
    grid-column: span 3 / span 3;
  }

  #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc49163f-b0c71b04, #w-node-_24b2e72d-dd29-f0a5-ceb8-62c5fc491640-b0c71b04, #w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb3-b0c71b05, #w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb4-b0c71b05, #w-node-acf5320c-8c74-6903-46c4-d2e20dd2d539-b0c71b05, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44540-b0c71b05, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44541-b0c71b05, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b325-b0c71b05 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b328-b0c71b05 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_564fc819-9ad5-f807-3c3c-8a312630100d-b0c71b05, #w-node-_564fc819-9ad5-f807-3c3c-8a3126301010-b0c71b05, #w-node-_61dadb93-4531-2039-37ef-24864c4942c0-b0c71b05 {
    grid-column: span 2 / span 2;
  }

  #w-node-_61dadb93-4531-2039-37ef-24864c4942ca-b0c71b05 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_0b623414-d7b5-56cb-4c45-f41cddaa5c26-b0c71b05, #w-node-_0b623414-d7b5-56cb-4c45-f41cddaa5c44-b0c71b05, #w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb3-b0c71b06, #w-node-_78f805e9-cb32-dcff-0f4f-d0b58cfcfcb4-b0c71b06, #w-node-fdde3c4b-e4e4-8bd7-92e2-a2870ee571e1-b0c71b06, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44540-b0c71b06, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44541-b0c71b06, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b325-b0c71b06 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b328-b0c71b06 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_564fc819-9ad5-f807-3c3c-8a312630100d-b0c71b06, #w-node-_564fc819-9ad5-f807-3c3c-8a3126301010-b0c71b06, #w-node-_61dadb93-4531-2039-37ef-24864c4942c0-b0c71b06 {
    grid-column: span 2 / span 2;
  }

  #w-node-_61dadb93-4531-2039-37ef-24864c4942ca-b0c71b06 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_02b7d643-f966-51e3-65ed-6c49460053a3-b0c71b07, #w-node-_02b7d643-f966-51e3-65ed-6c49460053aa-b0c71b07, #w-node-acf5320c-8c74-6903-46c4-d2e20dd2d538-b0c71b07, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44540-b0c71b07, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44541-b0c71b07, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b325-b0c71b07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b328-b0c71b07 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_564fc819-9ad5-f807-3c3c-8a312630100d-b0c71b07, #w-node-_564fc819-9ad5-f807-3c3c-8a3126301010-b0c71b07, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088874-b0c71b07, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088877-b0c71b07, #w-node-_61dadb93-4531-2039-37ef-24864c4942c0-b0c71b07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_61dadb93-4531-2039-37ef-24864c4942ca-b0c71b07 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_52bf6e8f-2fa4-4c5a-eb8f-73d73d51b109-b0c71b07, #w-node-_52bf6e8f-2fa4-4c5a-eb8f-73d73d51b11a-b0c71b07, #w-node-ccb646ce-c3c9-2596-3ad1-5ee0de6d7f2e-b0c71b09, #w-node-ccb646ce-c3c9-2596-3ad1-5ee0de6d7f32-b0c71b09, #w-node-_89e01121-5d77-2bcd-72af-fe0fa747c8c8-b0c71b09, #w-node-_89e01121-5d77-2bcd-72af-fe0fa747c8cd-b0c71b09, #w-node-_02b7d643-f966-51e3-65ed-6c49460053a3-336d5527, #w-node-_02b7d643-f966-51e3-65ed-6c49460053aa-336d5527, #w-node-acf5320c-8c74-6903-46c4-d2e20dd2d538-336d5527, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44540-336d5527, #w-node-_95dd8280-9e5e-e721-32f6-82ee35c44541-336d5527, #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b325-336d5527 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74bcaa7f-418b-d7c2-fd17-8ecd5503b328-336d5527 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_564fc819-9ad5-f807-3c3c-8a312630100d-336d5527, #w-node-_564fc819-9ad5-f807-3c3c-8a3126301010-336d5527, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088874-336d5527, #w-node-_041e477a-49df-1cf0-2a65-0ff18e088877-336d5527, #w-node-_61dadb93-4531-2039-37ef-24864c4942c0-336d5527 {
    grid-column: span 2 / span 2;
  }

  #w-node-_61dadb93-4531-2039-37ef-24864c4942ca-336d5527 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-ad33ca72-3b7d-afa1-457f-39b634582493-63e8f9bc {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f152bca6-9dfa-6f6b-b348-64b7b7728fbd-b0c71b09, #w-node-f152bca6-9dfa-6f6b-b348-64b7b7728fbe-b0c71b09, #w-node-d1f5e706-773d-9bfd-f5d8-79af2ae8ffe7-b0c71b09, #w-node-_5e509ef6-e306-c36f-f854-b1f29d21a6d9-b0c71b09, #w-node-_8b5e9155-a84d-db41-1f95-65c67db5db24-b0c71b09, #w-node-_4a977b0a-fb93-0453-319d-1fa3a898ddcb-b0c71b09, #w-node-dd7f53c8-2bca-b6f7-258e-b26db0353e4a-b0c71b09, #w-node-dd7f53c8-2bca-b6f7-258e-b26db0353e52-b0c71b09, #w-node-dd7f53c8-2bca-b6f7-258e-b26db0353e5a-b0c71b09 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0d7ed885-0f44-e467-2b21-df6539a65979-b0c71b09 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_0d7ed885-0f44-e467-2b21-df6539a65981-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a65989-b0c71b09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0d7ed885-0f44-e467-2b21-df6539a65999-b0c71b09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d7ed885-0f44-e467-2b21-df6539a659a1-b0c71b09 {
    grid-column: span 2 / span 2;
  }

  #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c134-b0c71b09 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c137-b0c71b09, #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c13f-b0c71b09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815be-b0c71b09 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815c1-b0c71b09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815d1-b0c71b09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1792780-2873-e0d5-b012-babc768dd331-b0c71b09 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b1792780-2873-e0d5-b012-babc768dd332-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd33a-b0c71b09 {
    grid-column: span 2 / span 2;
  }

  #w-node-b1792780-2873-e0d5-b012-babc768dd342-b0c71b09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1792780-2873-e0d5-b012-babc768dd34a-b0c71b09 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f29a3cd-902d-3690-00a6-7588022f6a77-b0c71b01, #w-node-_2f29a3cd-902d-3690-00a6-7588022f6a78-b0c71b01, #w-node-_14899900-c1a0-be04-6f54-0efa4c20de72-b0c71b01 {
    grid-column: span 2 / span 2;
  }

  #w-node-f152bca6-9dfa-6f6b-b348-64b7b7728fbc-b0c71b09, #w-node-dd7f53c8-2bca-b6f7-258e-b26db0353e49-b0c71b09 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .5fr 1fr;
  }

  #w-node-_0d7ed885-0f44-e467-2b21-df6539a65979-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a65981-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a65989-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a65999-b0c71b09, #w-node-_0d7ed885-0f44-e467-2b21-df6539a659a1-b0c71b09, #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c134-b0c71b09, #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c137-b0c71b09, #w-node-d00ccbdc-e7f6-b371-ee86-4eacb984c13f-b0c71b09, #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815be-b0c71b09, #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815c1-b0c71b09, #w-node-_8b108ef4-15d0-c8ee-4124-5c71537815d1-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd331-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd332-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd33a-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd342-b0c71b09, #w-node-b1792780-2873-e0d5-b012-babc768dd34a-b0c71b09 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}