:root {
  --brand: #33f;
  --white: #fff;
  --text-dark: #0d053d;
  --white-text: #fff;
  --blue-tint: #fdf6ff;
  --blue: #33f;
  --medium: 6px;
  --grayish-yellow: #e6e6cb;
  --pill: 200px;
  --bluish-stroke: #d6dfe7;
  --shade-of-purple: #ccd6ff;
  --soft: #595572;
  --medium-text: "Gellix Medium", sans-serif;
  --purple: #ea3ff7;
  --pink: #d53073;
  --regular-text: "Gellix Regular", sans-serif;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 99;
  width: 100%;
  background-color: var(--brand);
  border: 1px solid rgba(53, 42, 232, .19);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
}

.navbar-logo-left.dark {
  background-color: rgba(53, 41, 232, 0);
  display: none;
}

.navbar-logo-left.al1 {
  background-color: var(--white);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 14px 0;
}

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

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

.navbar-brand {
  display: flex;
}

.nav-menu-wrapper {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-menu-two {
  width: 100%;
  grid-column-gap: 38px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.navlink {
  color: var(--text-dark);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.navlink:hover {
  color: rgba(26, 27, 31, .75);
}

.navlink:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.navlink.on-dark {
  color: var(--white-text);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--white-text);
  border: 0 solid #000;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.navlink.on-dark.w--current {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--brand);
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  flex: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.default-container {
  width: 1200px;
  max-width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.default-container.np {
  padding-left: 0;
  padding-right: 0;
}

.default-container.alt-container {
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 20px 30px 50px;
}

.default-container.alt-container.s {
  background-color: #fff;
  padding-top: 0;
}

.grid {
  grid-template-areas: "Area"
                       "Area-2";
}

.grid.hero {
  background-color: rgba(53, 41, 232, 0);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section.blue-section {
  background-color: var(--blue);
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section.blue-section.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.blue-section.p120.round-corners {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: center;
  margin-top: -40px;
  padding-bottom: 120px;
  display: flex;
}

.section.blue-section.round-corners {
  z-index: 2;
  border-radius: 40px;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}

.section.blue-section.custom-rounds {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.section.rounded {
  background-color: var(--white);
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}

.section.rounded.blue-tint {
  background-color: var(--blue-tint);
  justify-content: center;
  margin-top: -60px;
  display: flex;
}

.section.rounded.blue-tint.pricing {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  display: none;
}

.section.blue-tint {
  padding-left: 50px;
  padding-right: 50px;
}

.section.blue-tint.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.blue-tint.p180 {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.section.blue-tint.round-corners {
  background-color: var(--blue-tint);
  border-radius: 40px;
}

.section.blue-tint.round-corners.footer {
  z-index: 33;
  padding-top: 0;
  position: relative;
}

.section.blue-tint.overflow {
  display: none;
  overflow: hidden;
}

.section.stick {
  padding-left: 50px;
  padding-right: 50px;
}

.section.testimonials {
  background-color: var(--blue-tint);
  border-radius: 30px;
  padding: 60px 50px 40px;
}

.section.np {
  padding-left: 0;
  padding-right: 0;
}

.section.tinted {
  background-color: var(--blue-tint);
  padding-top: 130px;
  padding-bottom: 50px;
}

.section.faq-section {
  padding-top: 40px;
  display: none;
}

.hero {
  z-index: 22;
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-hero {
  width: 54%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.right-hero {
  width: 44%;
  flex: 0 auto;
  display: block;
  position: relative;
}

.heading {
  color: var(--white-text);
  letter-spacing: 0;
  font-family: Gellix Semi Bold, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 130%;
}

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

.hero-paragraph {
  color: var(--white-text);
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 150%;
}

.button-yellow {
  height: auto;
  border: 1px none var(--white);
  border-radius: var(--medium);
  background-color: var(--grayish-yellow);
  color: var(--text-dark);
  text-align: left;
  padding: 16px 24px;
  font-family: Gellix Medium, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.button-yellow.small {
  border-style: none;
  padding: 14px 20px;
  font-size: 16px;
}

.button-yellow.small.pill {
  border-radius: var(--pill);
}

.button-yellow.full {
  border-style: none;
  justify-content: center;
  font-family: Gellix Medium, sans-serif;
  font-weight: 500;
  display: flex;
}

.hero-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 50px;
  display: flex;
}

.button-outline {
  border: 1px solid var(--white);
  border-radius: var(--medium);
  background-color: rgba(56, 152, 236, 0);
  padding: 16px 24px;
  font-family: Gellix Medium, sans-serif;
  font-size: 18px;
}

.button-outline.dark {
  border-color: var(--text-dark);
  color: var(--text-dark);
}

.button-outline.dark.full, .button-outline.full {
  flex-direction: column;
  align-items: center;
  font-family: Gellix Medium, sans-serif;
  display: flex;
}

.absolute-img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.fact-check {
  width: 540px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.left-fact, .right-fact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  color: var(--white-text);
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.regular-paragraph {
  color: var(--white-text);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.image {
  z-index: 3;
  width: 540px;
  height: 580px;
  object-fit: cover;
  position: static;
  overflow: visible;
}

.hero-mockup {
  z-index: 12;
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: -70px;
}

.container-full-width {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-full-width.np {
  padding-left: 0;
  padding-right: 0;
}

.why-choose-us {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.badge {
  width: auto;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--pill);
  background-color: var(--grayish-yellow);
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

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

.badge.blue.left {
  flex-direction: row;
  align-items: flex-start;
  display: inline-block;
}

.badge.left {
  margin-top: 0;
  display: inline-block;
}

.badge.left.linked {
  margin-top: 100px;
}

.badge-text {
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.badge-text.on-dark {
  color: var(--white-text);
}

.text-content {
  width: 1000px;
  max-width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.main-title {
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 0;
  font-family: Gellix Medium, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 83px;
}

.main-title.on-dark {
  color: var(--white);
  letter-spacing: 0;
}

.main-title.on-dark.reveal-type {
  color: var(--white-text);
}

.main-title.on-dark.mobile-only {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Gellix Medium, sans-serif;
  line-height: 75px;
}

.main-title.on-dark.left {
  justify-content: flex-start;
  margin-top: 10px;
}

.main-title.left {
  text-align: left;
  justify-content: center;
  display: flex;
}

.main-title.left.on-dark {
  margin-bottom: 0;
}

.main-title.center {
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
}

.main-title.ln2x {
  line-height: 80px;
}

.main-title.ln2x.left {
  letter-spacing: 0;
}

.main-title.left-mobile {
  letter-spacing: 0;
  align-self: center;
}

.space-20 {
  height: 20px;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.space-20.hide {
  display: none;
}

.stats {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.stat-single {
  width: 180px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.space-80 {
  height: 80px;
  align-self: stretch;
}

.stat-title {
  color: var(--text-dark);
  font-family: Gellix Regular, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.paragraph-2 {
  color: var(--text-dark);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.features {
  width: 1200px;
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.feature-single {
  width: 290px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px solid var(--bluish-stroke);
  border-radius: var(--pill);
  background-color: var(--white);
  align-items: center;
  padding: 12px;
  display: flex;
}

.feature-title {
  color: var(--text-dark);
  flex: 1;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.image-2 {
  width: auto;
}

.features-2 {
  width: 100%;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.features-2-single {
  width: 250px;
  height: 100%;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-around;
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.features-2-single.pt1 {
  width: 250px;
  height: 100%;
  justify-content: space-around;
  align-self: flex-start;
  padding-top: 90px;
}

.features-2-single.pt2 {
  width: 250px;
  height: 100%;
  padding-top: 150px;
}

.features-2-single.pt3 {
  height: auto;
  padding-top: 320px;
}

.features-2-single.pt4 {
  padding-top: 220px;
}

.feature-2-single-title {
  color: var(--grayish-yellow);
  font-family: Gellix Medium, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.feature-2-single-title.reveal-type.empowerclinicstat {
  color: var(--grayish-yellow);
  font-family: Gellix Medium, sans-serif;
  font-size: 80px;
  line-height: 93px;
}

.space-140 {
  height: 140px;
  display: block;
}

.paragraph-medium {
  color: var(--text-dark);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-medium.on-dark {
  color: var(--bluish-stroke);
  font-family: Inter, sans-serif;
}

.paragraph-medium.on-dark.center {
  font-family: Inter, sans-serif;
  line-height: 25px;
}

.paragraph-medium.on-dark.center.reveal-type.empowerparagraph {
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-medium.medium {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-medium.tablet {
  font-family: Inter, sans-serif;
}

.paragraph-medium.partners-title {
  text-align: center;
  align-self: center;
  margin-top: 60px;
  font-family: Inter, sans-serif;
}

.text-span {
  background-color: var(--grayish-yellow);
  color: var(--text-dark);
  letter-spacing: 0;
  text-indent: 0;
  border-radius: 12px;
  margin-top: 0;
  padding: 0 10px 10px;
  display: inline-block;
}

.div-block {
  width: 1px;
  height: 100%;
}

.border-line {
  width: 1px;
  height: auto;
  max-height: 100%;
  background-color: var(--white-text);
  opacity: .6;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.feature-2-img {
  width: 80%;
  height: auto;
  opacity: 1;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 40px;
  position: absolute;
}

.feature-2-img.f4 {
  height: 260px;
  top: 0;
}

.feature-2-img.f4.stat4 {
  width: 100%;
}

.feature-2-img.stat1 {
  width: 53%;
  margin-top: 0;
  position: relative;
}

.feature-2-img.stat2 {
  width: 72%;
  margin-top: 0;
  position: relative;
}

.feature-2-img.stat3 {
  width: 68%;
  object-fit: contain;
  margin-top: 0;
  position: relative;
}

.feature-2-img.stat4 {
  width: 88%;
  margin-top: 0;
  position: relative;
}

.feature-2-img-single {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: visible;
}

.pricing-table {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  display: flex;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.reason-single {
  max-width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ebf0fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 32px;
  display: flex;
}

.reason-single.r1 {
  background-color: #ebf0fa;
  padding-right: 32px;
}

.reason-single.r2 {
  background-color: #f0f1f2;
  padding-right: 32px;
}

.reason-single.r3 {
  background-color: #fae9f6;
  padding-right: 32px;
}

.reason-single.r4 {
  background-color: #eeeee7;
  padding-right: 32px;
}

.reason-single.r5 {
  padding-right: 32px;
}

.preview-title {
  max-width: none;
}

.sticky-top {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: 6rem;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.65;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.sticky-base {
  height: 90vh;
  max-height: 53rem;
  background-color: #3529e8;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-radius: 60px;
  justify-content: center;
  margin-top: -8rem;
  margin-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-first-base {
  background-color: #ccd6ff;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 6rem;
}

.sticky-base.sticky-second-base {
  background-color: #e6e6cb;
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.sticky-base.sticky-second-base.s {
  margin-top: -10rem;
  margin-bottom: 6rem;
}

.sticky-base.sticky-third-base {
  height: 90vh;
  max-height: 54rem;
  background-color: var(--white-text);
  margin-top: -8rem;
  margin-bottom: 0;
  padding-bottom: 9rem;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-image {
  height: 65%;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.sticky-description {
  max-width: 31rem;
  margin-top: -10px;
}

.sticky-cover {
  height: 100%;
  justify-content: center;
  display: flex;
}

.section-sticky-cards {
  z-index: 25;
  background-color: rgba(18, 19, 22, 0);
  margin-top: 6rem;
  position: relative;
}

.sticky-card-item {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-scroll {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: block;
}

.scroll-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.heading-2 {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1;
}

.image-3 {
  width: 3vw;
}

.section-text {
  width: 100%;
  height: 100vh;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.text-section {
  width: 100%;
}

.text-wrapper {
  width: 100%;
  margin-bottom: 107px;
}

.text_01 {
  width: 100%;
  margin-bottom: 52px;
}

.letter {
  opacity: .34;
  color: #000;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  display: inline;
}

.animation-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
}

.title-container {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-container.for-process {
  z-index: 33;
  width: 100%;
  max-width: 100%;
  background-color: var(--brand);
  flex-direction: column;
  align-self: auto;
  margin-bottom: -2%;
  padding-top: 100px;
  padding-left: 50px;
  position: relative;
}

.title-container.center {
  justify-content: center;
  align-items: flex-start;
}

.title-container.center.custom-width {
  max-width: 910px;
  text-align: center;
  align-self: flex-start;
  align-items: center;
}

.text-hl-wrapper {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.reveal-type {
  color: var(--text-dark);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #15246d;
  align-self: auto;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 76px;
}

.reveal-type.main-title {
  width: 100%;
  max-width: 100%;
  color: var(--text-dark);
  text-align: left;
  letter-spacing: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-content: center;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-family: Gellix Medium, sans-serif;
  font-size: 59px;
  font-weight: 500;
  display: inline;
}

.bold-text {
  flex-wrap: wrap;
  display: flex;
}

.cta {
  width: 100%;
  background-color: var(--shade-of-purple);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-inner-content {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.cta-text-cotent {
  width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-img-content {
  width: 60%;
  height: 530px;
  clear: none;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  position: static;
  overflow: visible;
}

.white-button {
  border-radius: var(--medium);
  background-color: var(--white);
  color: var(--text-dark);
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  padding: 16px 24px;
  font-family: Gellix Medium, sans-serif;
  font-size: 18px;
  display: flex;
}

.spacing-200 {
  height: 200px;
}

.steps-cont {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.steps-left {
  width: 50%;
  height: 1240px;
  min-height: 100%;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  padding-bottom: 154px;
  position: static;
  top: 100px;
}

.left-content {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}

.button {
  margin-top: 20px;
}

.steps-right {
  width: 50%;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.step-content {
  width: 75%;
  min-height: 200px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 110px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: 0;
}

.sticky-layout {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.header-container {
  width: 50%;
  max-width: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 110px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.section-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.content-container {
  width: 100%;
  max-width: 40%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 90px;
  padding: 0;
  display: flex;
}

.main-title-smaller {
  color: var(--text-dark);
  margin-top: 0;
  font-family: Gellix Medium, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.main-title-smaller.on-dark {
  color: var(--white);
}

.headline-default {
  color: var(--text-dark);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
}

.headline-default.on-dark {
  color: var(--shade-of-purple);
}

.headline-default.left {
  text-align: left;
}

.inner-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.process {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-large {
  color: var(--text-dark);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.paragraph-large.on-dark {
  width: 100%;
  color: var(--white-text);
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 33px;
}

.paragraph-large.on-dark.steps {
  width: 810px;
  color: var(--bluish-stroke);
  padding-top: 20px;
  font-family: Inter, sans-serif;
}

.paragraph-large.on-dark.reveal-type.aboutusman {
  color: var(--bluish-stroke);
  letter-spacing: 0;
  font-weight: 300;
}

.paragraph-large.medium {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-large.footer-links {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.grow-background {
  z-index: 0;
  height: 0%;
  background-color: #f5f5f5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  width: 100%;
  height: 90vh;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  width: 190vw;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-3 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  width: 100%;
  flex: 1;
  padding: 2rem;
  position: relative;
}

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

.text-wrapper-2 {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 1%;
  height: 110vw;
  display: flex;
  position: relative;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  background-color: #fff;
  border: .0625rem solid rgba(131, 131, 131, .16);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

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

.div-block-35 {
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px 11px;
  display: flex;
}

.div-block-38._1 {
  justify-content: flex-end;
}

.medium-head {
  color: #1a3151;
  font-size: 35px;
  font-weight: 800;
}

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

.big-green-number {
  color: #a0d854;
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.div-block-37 {
  width: 180px;
  height: 90px;
  background-image: url('../images/image-31-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #a0d854;
}

.image-19 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-head {
  color: #1a3151;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-41 {
  border-left: 1px solid #a0d854;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-sections {
  min-height: 778.313px;
}

.main-sections.right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.main-sections.right.horizontal-scroll-section {
  min-height: 500vh;
  align-items: flex-start;
  margin-bottom: -100px;
  position: relative;
}

.horizonal-scroll-content {
  width: 450vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid #a0d854;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.para-blue {
  color: #1a3151;
  letter-spacing: 1px;
  line-height: 25px;
}

.div-block-43 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 300px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.paragraph-larger {
  color: var(--text-dark);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 23px;
  line-height: 32px;
}

.paragraph-larger.left {
  font-weight: 400;
}

.tables {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 70px;
  display: flex;
}

.table-single {
  height: 900px;
  max-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding: 40px 24px 20px;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
}

.table-single.blue {
  height: 900px;
  max-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue);
  border-radius: 20px;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding-bottom: 20px;
}

.table-single.dark-blue {
  height: 900px;
  max-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--text-dark);
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
}

.top-content {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-body {
  color: var(--text-dark);
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: decimal;
}

.paragraph-body.on-dark {
  color: var(--shade-of-purple);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-body.medium {
  font-weight: 500;
}

.paragraph-body.underline {
  text-decoration: underline;
}

.paragraph-body.bullet {
  list-style-type: disc;
}

.paragraph-body.none {
  list-style-type: none;
}

.paragraph-body.letter {
  opacity: 1;
  list-style-type: lower-alpha;
}

.paragraph-body.letter-added {
  list-style-type: lower-alpha;
}

.main-title-smallest {
  color: var(--text-dark);
  letter-spacing: 0;
  font-family: Gellix Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
}

.main-title-smallest.on-dark {
  color: var(--white-text);
}

.main-title-smallest.on-dark.table-price {
  font-size: 34px;
}

.main-title-smallest.steps {
  color: #666;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 90px;
}

.main-title-smallest.table-price {
  font-size: 34px;
}

.main-title-smallest.semibold {
  font-family: Gellix Semi Bold, sans-serif;
}

.table-features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.table-features.expanded {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.list-item {
  list-style-type: none;
}

.pricing-feature-single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.pricing-buttons {
  margin-top: 24px;
}

.pricing-inner-content {
  clear: left;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.faq {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  width: auto;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 20px;
  display: flex;
}

.faqs {
  width: auto;
}

.faq-group-row {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-question {
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 12px;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.faq-question-label {
  color: #3c3d49;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-answer {
  padding: 24px 24px 0;
  overflow: hidden;
}

.faq-answer-p {
  line-height: 1.5em;
}

.svg-icon {
  width: 24px;
  height: 2rem;
  color: var(--soft);
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.on-dark {
  color: var(--grayish-yellow);
}

.faq-icon {
  width: 24px;
}

.accordion-wrapper {
  margin-top: 30px;
}

.accordion-item {
  background-color: #f5f7fa;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 20px 24px 10px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  height: auto;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.navbar-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.headline-small {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.headline-small.faq {
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}

.spacing-120 {
  height: 120px;
}

.about-owner {
  grid-column-gap: 80px;
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.owner-left {
  width: 25%;
  flex: 0 auto;
}

.owner-right {
  width: 54%;
}

.footer-cta {
  z-index: 33;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-cta-ttitle {
  z-index: 40;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.button-blue {
  border-radius: var(--medium);
  background-color: var(--brand);
  padding: 16px 24px;
  font-family: Gellix Medium, sans-serif;
  font-size: 18px;
}

.footer-cta-buttons {
  z-index: 12;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.image-20 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -86%;
  left: 0%;
  right: 0%;
}

.footer {
  width: 100%;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 20px;
  display: flex;
}

.first-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-col-single {
  width: 20%;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.footer-col-single.logo {
  width: 38%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-style: none;
  flex: 0 auto;
  margin-right: 0;
}

.footer-col-single.links {
  width: 16%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none;
  flex: 0 auto;
  align-items: flex-start;
  margin-left: 0;
}

.image-21 {
  width: 120px;
}

.link {
  color: var(--text-dark);
  text-decoration: none;
}

.link.paragraph-large {
  font-weight: 500;
}

.link.paragraph-large.footer-links {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.second-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.subscribe {
  width: 500px;
  display: block;
}

.social-media {
  z-index: 12;
  width: 230px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: auto;
  right: 0%;
  box-shadow: 0 10px 50px rgba(30, 21, 44, .2);
}

.field-label {
  color: var(--text-dark);
  font-family: Gellix Medium, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

.text-field {
  height: 60px;
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 60px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 24px;
}

.social-media-link {
  border: 1px solid var(--text-dark);
  border-radius: var(--pill);
  color: var(--text-dark);
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0;
}

.card-wrap {
  width: 100%;
  height: 3px;
  max-width: none;
  min-width: auto;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-top: 160px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
  position: static;
}

.webflow-image {
  filter: brightness(135%);
  margin-left: 4px;
  margin-right: 4px;
  font-size: 17px;
  text-decoration: none;
}

.the-process-steps {
  width: 78%;
  height: 413px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Rectangle-19.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #dadada;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 5px rgba(210, 210, 210, .5);
}

.the-process-steps.card {
  z-index: 0;
  width: 100%;
  height: 380px;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  background-color: var(--grayish-yellow);
  box-shadow: none;
  opacity: 1;
  color: #040404;
  background-image: none;
  border: 2.5px rgba(218, 218, 218, .25);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
  font-size: 1em;
  line-height: 5em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
}

.the-process-steps.card.card-4 {
  z-index: 4;
  background-color: var(--brand);
  opacity: 1;
}

.the-process-steps.card.card-5 {
  z-index: 5;
  background-color: var(--text-dark);
  opacity: 1;
}

.the-process-steps.card.card-3 {
  z-index: 3;
  background-color: var(--shade-of-purple);
  opacity: 1;
}

.the-process-steps.card.card-2 {
  z-index: 2;
  background-color: var(--blue-tint);
  opacity: 1;
}

.the-process-steps.card.card-6 {
  z-index: 7;
  opacity: 1;
}

.link-block-webflwo-wrap {
  justify-content: center;
  margin-top: 40px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #006ddb;
  letter-spacing: -.015em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-size: .89em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.process-card-heading {
  color: #1e1e21;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.67em;
  font-weight: 500;
  line-height: 1em;
}

.blue-arrow-right {
  color: #006ddb;
  margin-left: 0;
  font-size: .7em;
  font-weight: 400;
}

.process-card-paragraph {
  color: #687076;
  letter-spacing: -.02em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
}

.link-check-our-webflow-process {
  opacity: 1;
  color: #006ddb;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}

.sticky-content-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.sticky-intro {
  max-width: 35rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.preview-title-2 {
  max-width: 32rem;
}

.sticky-anchor-2 {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-base-2 {
  height: 90vh;
  max-height: 53rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  margin-top: -8rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base-2.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8rem;
}

.sticky-base-2.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.sticky-image-2 {
  height: 85%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.sticky-description-2 {
  max-width: 31rem;
}

.stack_component {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.stack_card-content {
  width: 930px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  flex-direction: column;
  display: flex;
}

.stack_card {
  height: auto;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  background-color: #ccd6ff;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 20px 100px 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  overflow: hidden;
}

.stack_card.is-2 {
  grid-column-gap: 70px;
  background-color: #fae9f6;
  border-radius: 40px;
  margin-bottom: 0;
  padding-right: 20px;
  top: 10rem;
}

.stack_card.is-6 {
  grid-column-gap: 70px;
  background-color: #3529e8;
  border-radius: 40px;
  margin-bottom: 0;
  padding-right: 20px;
  top: 13rem;
}

.stack_card.is-last {
  grid-column-gap: 70px;
  background-color: #ebf0fa;
  border-radius: 40px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-right: 20px;
  top: 16rem;
}

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

.stack_card-image-wrapper {
  width: 100%;
  height: 30rem;
  border-radius: 40px;
}

.stack_card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.section_stack {
  width: 100%;
  margin-top: 80px;
}

.space-40 {
  height: 40px;
}

.image-22 {
  width: 100%;
  height: 130%;
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
  position: relative;
  top: -29%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.third-row {
  border-top: 1px solid rgba(13, 5, 61, .34);
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
}

.third-row-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.default-link {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.default-link.blue {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.main-feature-text {
  flex-direction: column;
  display: block;
}

.image-23 {
  width: 28px;
}

.grow-icon, .chart-icon {
  margin-top: 10px;
}

.text-span-2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-span-3 {
  -webkit-text-stroke-color: #33f;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline;
}

.sticky-wrap-2 {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner-2 {
  width: 300vw;
  height: 100%;
  align-items: flex-end;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

.heading-4 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-container-2 {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.horizontal-scroll-wrap {
  border: 1px #000;
  flex-direction: column;
  margin-top: 40px;
  padding-bottom: 100vh;
  display: flex;
}

.height {
  height: 330dvh;
  background-color: var(--blue);
  position: relative;
}

.sticky {
  width: auto;
  height: 116dvh;
  background-color: var(--blue);
  border: 0 #e600ff;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  background-color: var(--blue);
  display: flex;
}

.flex-offset {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--brand);
  align-items: center;
  margin-top: 0;
  margin-right: -100vw;
  padding: 0 50px 50px;
  display: flex;
}

.full-page {
  width: 100%;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  width: 464px;
  height: auto;
  background-color: var(--white);
  border: 2px #f17144;
  border-top: 7px solid #c6c6c6;
  border-radius: 20px;
  margin-top: 0%;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.full-page.is-horizontal-scroll-section.step2, .full-page.is-horizontal-scroll-section.step3, .full-page.is-horizontal-scroll-section.step4 {
  border-top-color: #c6c6c6;
}

.space-120 {
  height: 120px;
}

.accordion-wrapper-2 {
  margin-top: 50px;
}

.accordion-item-2 {
  background-color: #f5f7fa;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.about-content-block {
  color: #fff;
  text-align: center;
  letter-spacing: -.32px;
  line-height: 1;
}

.about-content-block.smaller {
  color: var(--text-dark);
  text-align: left;
  font-size: 60px;
  line-height: 1.25;
}

.service-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #4112fe;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.service-button.cta-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  margin-top: 5px;
  margin-left: auto;
}

.text-span-4 {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
}

.section_text-animation-white {
  z-index: 2;
  min-height: 100vh;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  letter-spacing: -1px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-color-brand {
  color: #2962ff;
}

.headline-large {
  color: var(--text-dark);
  letter-spacing: 1px;
  font-family: Gellix Semi Bold, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.headline-large.semibold {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.card-text {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-image {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 16px;
}

.hero-v2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.hero-v2-text {
  z-index: 12;
  width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.display-title {
  color: var(--text-dark);
  text-align: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 90px;
}

.image-24 {
  opacity: .61;
  position: absolute;
  top: 0;
  right: 0;
}

.sc-container {
  width: 100%;
  margin-top: 80px;
}

.navbar-mobile, .full-page-menu {
  display: none;
}

.menu-links {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.chart {
  z-index: 14;
  width: 230px;
  object-fit: fill;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: 0%;
}

.social-media-footer {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.tup-wrap-2-1 {
  background-color: #b3cce0;
  border-radius: 8em;
  padding: 3.3em;
}

.tup-wrap-1-1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tup-text-3 {
  color: #fff;
  font-size: 15em;
  font-weight: 900;
  line-height: 1em;
}

.tup-wrap-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.tup-text-2 {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.tup-wrap-9 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tup-pic-1 {
  width: 4em;
}

.tup-wrap-8 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 0 70%;
  padding-right: 7.4em;
  display: flex;
}

.tup-wrap-6 {
  flex-direction: column;
}

.tup-wrap-2 {
  display: flex;
}

.tup-paragraph-1 {
  color: #09132f;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6em;
}

.tup-icon-2 {
  width: 2em;
}

.tup-wrap-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tup-section-1 {
  width: 100%;
  background-color: #edf0f7;
  border-radius: 30px;
  padding: 7em 5em;
  font-size: 1vw;
}

.tup-icon-1 {
  width: 5em;
}

.tup-wrap-5 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.tup-container-1 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.tup-wrap-7 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tup-wrap-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.tup-text-1 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.image-27 {
  max-width: 90%;
}

.partners {
  width: 100%;
  grid-column-gap: 60px;
  justify-content: center;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.page-padding-2 {
  padding: 5em 5%;
}

.page-padding-2.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.logo-slider-img-2 {
  width: 200px;
  height: 50px;
  mix-blend-mode: luminosity;
  object-fit: contain;
}

.logo-single {
  height: 45px;
  opacity: .47;
  mix-blend-mode: luminosity;
  object-fit: contain;
}

.paragraph-3 {
  text-align: center;
  display: block;
}

.pricing-footer {
  margin-top: 60px;
}

.paragraph-small {
  color: var(--text-dark);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.paragraph-small.on-dark {
  color: var(--shade-of-purple);
  font-family: Inter, sans-serif;
}

.paragraph-small.istalic {
  margin-top: 10px;
  font-family: Gellix Regular Italic, sans-serif;
}

.hidden-features {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.show-more-button {
  grid-column-gap: 8px;
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.show-more-information {
  color: var(--soft);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gellix Medium, sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-decoration: underline;
  overflow: visible;
}

.show-more-information.on-dark {
  color: var(--grayish-yellow);
  font-size: 17px;
  text-decoration: underline;
}

.show-more-information.less {
  display: none;
}

.text-span-5 {
  font-family: Gellix Regular, sans-serif;
}

.heading-5 {
  color: var(--text-dark);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gellix Semi Bold, sans-serif;
}

.heading-5.on-dark {
  color: var(--white-text);
}

.check-in-pricing {
  width: 20px;
  margin-top: 3px;
}

.bold-text-2 {
  font-family: Gellix Regular, sans-serif;
}

.testimonials {
  width: 100%;
}

.slide_content {
  height: auto;
  grid-column-gap: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.left-arrow {
  z-index: 20;
  width: 55px;
  height: 55px;
  opacity: 0;
  border: 2px solid #000;
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: none;
  top: 10px;
}

.left-arrow:hover {
  background-color: #d1d1d1;
}

.arrow {
  width: 20px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  z-index: 1000;
  background-color: #f7f4f1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.name {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 4px;
}

.paragraph-4 {
  text-align: left;
  margin-top: 0;
  font-size: 26px;
  line-height: 35px;
}

.slider_wrapper {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  z-index: 20;
  width: 0;
  height: 0;
  opacity: 0;
  border: 2px solid #000;
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  transition: background-color .25s;
  display: none;
  top: 10px;
}

.right-arrow:hover {
  background-color: #d1d1d1;
}

.mask {
  min-height: 340px;
}

.designation {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.avator {
  width: 130px;
  height: 130px;
  max-width: none;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 30px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.company-testimonial {
  color: var(--text-dark);
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image-28 {
  height: 50px;
}

.blue-logo {
  width: auto;
  height: 0;
  display: block;
}

.white-logo {
  height: 45px;
}

.text-span-6 {
  color: var(--brand);
  font-family: Gellix Semi Bold, sans-serif;
  font-weight: 500;
}

.text-span-7 {
  color: #d53073;
  font-family: Gellix Semi Bold, sans-serif;
}

.text-span-8 {
  color: #d733e4;
  font-family: Gellix Semi Bold, sans-serif;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--text-dark);
  font-family: Gellix Medium, sans-serif;
}

.text-span-12 {
  color: var(--purple);
}

.text-span-13 {
  color: var(--brand);
}

.text-span-14, .text-span-15 {
  color: var(--pink);
}

.text-span-16 {
  color: #766f9e;
  align-self: auto;
  font-size: 59px;
  display: inline;
}

.text-span-17 {
  width: auto;
  color: #dd2ceb;
  object-fit: fill;
  align-self: auto;
  align-items: stretch;
  font-size: 59px;
  text-decoration: none;
  display: inline;
}

.text-span-18 {
  color: var(--brand);
  align-self: auto;
  font-size: 59px;
  text-decoration: none;
  display: inline;
}

.text-span-19 {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  font-size: 59px;
  display: inline;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  flex: none;
}

.calendlyyellow {
  margin-bottom: 0;
  font-family: Gellix Medium, sans-serif;
}

.herobtncl {
  align-self: stretch;
  margin-bottom: 0;
  font-family: Gellix Medium, sans-serif;
  font-size: 18px;
  display: flex;
}

.services-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inner-content-alt {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.inner-list-items {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
}

.list-item-7 {
  list-style-type: decimal;
}

.list {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
  display: flex;
}

.list.none {
  grid-row-gap: 6px;
  list-style-type: none;
}

.list.bullet {
  grid-row-gap: 12px;
  list-style-type: disc;
}

.space-10 {
  height: 10px;
}

.span-underline {
  font-weight: 500;
  text-decoration: underline;
}

.list-2 {
  list-style-type: lower-roman;
}

.list-item-8 {
  list-style-type: lower-alpha;
}

.letter-list {
  color: var(--text-dark);
  margin-top: 6px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: lower-alpha;
}

.top-cookie-wrapper {
  z-index: 9999;
  width: 100%;
  background-color: var(--shade-of-purple);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.cookie-content {
  align-self: center;
  align-items: center;
  display: flex;
}

.top-cookie-image {
  height: 50px;
  margin-right: 15px;
}

.small-paragraph {
  font-size: 14px;
}

.small-paragraph.no-margin.max-550 {
  color: var(--text-dark);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.cookie-link-span {
  color: #203492;
  border-bottom-style: none;
  font-weight: 600;
  text-decoration: none;
}

.cookie-button-white {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-white:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.tablet {
  display: none;
}

.new-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.pricing-section {
  width: 100%;
  max-width: 100%;
  background-color: var(--blue-tint);
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.faq-section {
  width: 100%;
  max-width: 100%;
  background-color: var(--white);
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-span-20 {
  color: #b4b8ff;
}

.text-span-21 {
  color: #9290a1;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bold-text-4 {
  color: var(--shade-of-purple);
}

.text-span-25 {
  font-weight: 300;
}

.text-span-29 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-35, .text-span-36, .text-span-37 {
  font-weight: 400;
}

.text-span-38 {
  font-family: Gellix Medium, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.text-span-39, .text-span-40 {
  font-size: 28px;
}

@media screen and (min-width: 1440px) {
  .navlink.on-dark {
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .navlink.on-dark.w--current {
    color: var(--brand);
  }

  .default-container {
    color: var(--text-dark);
  }

  .default-container.np {
    padding-left: 0;
    padding-right: 0;
  }

  .default-container.alt-container {
    background-color: var(--blue-tint);
    border-radius: 12px;
    padding: 30px 30px 50px;
  }

  .section.rounded.blue-tint.pricing {
    padding-bottom: 80px;
  }

  .section.testimonials {
    background-color: var(--blue-tint);
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.np {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    width: 100%;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .left-hero {
    width: 57%;
  }

  .right-hero {
    width: 49%;
  }

  .hero-paragraph {
    font-weight: 300;
  }

  .absolute-img {
    bottom: -30px;
  }

  .fact-check {
    width: 536px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 90px;
  }

  .hero-mockup {
    width: 90%;
    bottom: -60px;
  }

  .main-title.on-dark.mobile-only {
    font-weight: 500;
  }

  .main-title.on-dark.left {
    justify-content: flex-start;
  }

  .space-20.hide {
    display: none;
  }

  .stat-single {
    width: 190px;
  }

  .paragraph-2, .paragraph-medium, .paragraph-medium.on-dark, .paragraph-medium.medium {
    font-weight: 400;
  }

  .title-container {
    align-items: center;
  }

  .title-container.for-process {
    z-index: 44;
    align-items: flex-start;
    margin-bottom: -6%;
  }

  .reveal-type.main-title {
    width: 100%;
  }

  .cta {
    align-items: center;
  }

  .cta-inner-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.on-dark.steps {
    color: var(--bluish-stroke);
    font-weight: 400;
  }

  .paragraph-large.medium {
    font-weight: 400;
  }

  .paragraph-large.footer-links {
    font-family: Inter, sans-serif;
  }

  .table-single {
    height: 860px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
  }

  .table-single.blue {
    height: 860px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
  }

  .table-single.dark-blue {
    height: 860px;
  }

  .paragraph-body {
    font-size: 17px;
    font-weight: 400;
  }

  .paragraph-body.mt {
    margin-top: -6px;
  }

  .table-features.expanded {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .pricing-inner-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: visible;
  }

  .svg-icon {
    width: 24px;
    height: 24px;
    color: var(--soft);
    -webkit-text-stroke-color: var(--brand);
  }

  .headline-small.faq {
    background-color: rgba(255, 255, 255, 0);
    font-weight: 500;
  }

  .button-blue {
    font-family: Gellix Regular, sans-serif;
  }

  .link.paragraph-large.footer-links {
    font-family: Inter, sans-serif;
  }

  .social-media {
    bottom: -12%;
  }

  .field-label {
    font-family: Gellix Medium, sans-serif;
  }

  .image-22 {
    text-align: left;
    left: 0%;
  }

  .height {
    height: 160vh;
  }

  .sticky {
    height: 100dvh;
    padding-top: 0;
  }

  .flex-offset {
    padding-bottom: 0;
  }

  .headline-large {
    letter-spacing: 0;
  }

  .headline-large.semibold {
    font-family: Gellix Semi Bold, sans-serif;
  }

  .chart {
    bottom: 40%;
  }

  .tup-section-1 {
    font-size: 14px;
  }

  .logo-single {
    mix-blend-mode: luminosity;
  }

  .pricing-footer {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-small {
    color: var(--text-dark);
    margin-top: 20px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-small.on-dark {
    color: var(--shade-of-purple);
    margin-top: 20px;
    font-size: 14px;
  }

  .spacing-180 {
    height: 180px;
  }

  .tab-link-show-more {
    padding-left: 0;
  }

  .tab-link-show-more.w--current {
    background-color: rgba(200, 200, 200, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hidden-features {
    height: 0;
    overflow: hidden;
  }

  .show-more-button {
    height: 100%;
    grid-column-gap: 10px;
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    overflow: visible;
  }

  .show-more-information {
    font-family: var(--medium-text);
    color: var(--soft);
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
  }

  .show-more-information.less {
    color: var(--text-dark);
    display: none;
  }

  .show-more-information.less.on-dark {
    -webkit-text-stroke-color: var(--white);
  }

  .path {
    color: var(--brand);
  }

  .text-span-5 {
    font-family: Gellix Regular, sans-serif;
  }

  .text-span-6 {
    width: 100%;
  }

  .text-span-16 {
    color: rgba(13, 5, 61, .68);
  }

  .inner-content-alt {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .inner-content-alt.mt {
    margin-top: 0;
  }

  .inner-list-items {
    grid-row-gap: 6px;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    display: flex;
  }

  .pricing-section {
    font-size: 18px;
  }

  .faq-section {
    align-items: center;
  }

  .text-span-28 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .text-span-38, .text-span-39, .text-span-40 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .navlink.on-dark {
    color: var(--white-text);
    font-family: Inter, sans-serif;
  }

  .hero {
    padding-top: 100px;
  }

  .regular-paragraph {
    font-weight: 300;
  }

  .hero-mockup {
    width: 90%;
  }

  .stat-single {
    width: 220px;
  }

  .feature-title, .paragraph-medium.partners-title {
    font-weight: 400;
  }

  .feature-2-img.stat2 {
    width: 76%;
  }

  .feature-2-img.stat4 {
    width: 91%;
  }

  .feature-2-img-single {
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }

  .title-container.for-process {
    margin-bottom: -8%;
  }

  .cta-text-cotent, .cta-img-content {
    width: 60%;
  }

  .headline-default.on-dark {
    color: var(--shade-of-purple);
  }

  .paragraph-large.on-dark {
    font-weight: 300;
  }

  .paragraph-large.on-dark.reveal-type.aboutusman {
    color: var(--bluish-stroke);
  }

  .paragraph-larger {
    font-weight: 300;
  }

  .paragraph-larger.left {
    font-weight: 400;
  }

  .table-single, .table-single.blue, .table-single.dark-blue {
    height: 860px;
  }

  .paragraph-body {
    font-size: 16px;
    font-weight: 400;
  }

  .headline-small.faq {
    font-weight: 500;
  }

  .flex-offset {
    padding-top: 60px;
  }

  .full-page.is-horizontal-scroll-section {
    width: 570px;
    height: 670px;
    max-height: 900px;
  }

  .navbar-mobile {
    display: none;
  }

  .full-page-menu {
    display: none;
    overflow: visible;
  }

  .paragraph-small.on-dark {
    color: var(--shade-of-purple);
    font-weight: 400;
  }

  .faq-section {
    align-items: center;
  }

  .text-span-22 {
    color: var(--grayish-yellow);
  }

  .bold-text-4 {
    color: var(--shade-of-purple);
  }

  .text-span-27 {
    font-size: 14px;
  }

  .text-span-28 {
    font-weight: 400;
  }

  .text-span-35 {
    font-size: 17px;
  }

  .text-span-38, .text-span-39, .text-span-40 {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-left: 20px;
    display: none;
  }

  .container {
    max-width: 728px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .navlink {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .default-container {
    width: 100%;
    max-width: 100%;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .default-container.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.blue-section {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .section.blue-section.p120.round-corners {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blue-section.round-corners, .section.blue-section.custom-rounds {
    display: flex;
  }

  .section.rounded.blue-tint.pricing {
    padding-top: 20px;
  }

  .section.blue-tint {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.blue-tint.overflow {
    padding-top: 40px;
    display: flex;
  }

  .section.stick {
    z-index: 99;
    width: 100%;
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
  }

  .section.testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-yellow.full.inline {
    display: inline-block;
  }

  .container-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us {
    width: 100%;
  }

  .badge.left {
    flex-direction: row;
    justify-content: center;
    display: inline-block;
  }

  .text-content {
    width: 100%;
  }

  .main-title {
    float: none;
    clear: none;
    text-align: center;
    font-size: 54px;
    line-height: 70px;
  }

  .main-title.on-dark.reveal-type {
    font-size: 54px;
    line-height: 66px;
  }

  .main-title.on-dark.mobile-only {
    line-height: 70px;
    display: inline-block;
  }

  .main-title.ln2x {
    font-size: 50px;
    line-height: 67px;
  }

  .main-title.ln2x.left {
    font-size: 54px;
  }

  .stats {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .stat-single {
    width: 270px;
  }

  .space-80 {
    width: 100%;
    height: 60px;
  }

  .features, .main-title-v2 {
    width: 100%;
  }

  .features-2 {
    width: 100%;
    clear: left;
    grid-column-gap: 8px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 0 auto;
    align-content: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .features-2-single {
    width: 50%;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .features-2-single.pt1 {
    width: 50%;
    flex: 0 auto;
    align-self: auto;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-2-single.pt2 {
    width: 50%;
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-start;
    margin-top: 140px;
    padding-top: 0;
  }

  .features-2-single.pt4 {
    flex: 0 auto;
    margin-top: 200px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-2-single-title {
    font-size: 50px;
  }

  .feature-2-single-title.reveal-type.empowerclinicstat {
    margin-top: 0;
    font-size: 60px;
    line-height: 80px;
  }

  .paragraph-medium.on-dark {
    color: var(--bluish-stroke);
  }

  .paragraph-medium.on-dark.tablet {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-medium.on-dark.center {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-medium.tablet {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-medium.partners-title {
    margin-top: 50px;
  }

  .border-line {
    width: 1px;
    height: auto;
    max-height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .6;
    outline-offset: 0px;
    object-fit: fill;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    border-right: 0 #fff;
    outline: 3px #333;
    flex-flow: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .feature-2-img.stat1 {
    width: 73%;
  }

  .feature-2-img.stat2 {
    width: 84%;
  }

  .feature-2-img.stat3 {
    width: 87%;
  }

  .feature-2-img.stat4 {
    width: 100%;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .reason-single {
    padding-right: 32px;
  }

  .reason-single.r1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sticky-base {
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .section-scroll {
    height: 50vh;
  }

  .animation-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-container.for-process {
    margin-bottom: 0%;
    padding-left: 40px;
  }

  .reveal-type {
    font-size: 42px;
  }

  .reveal-type.main-title {
    font-size: 48px;
    line-height: 59px;
  }

  .reveal-type.main-title.left {
    font-size: 50px;
    line-height: 67px;
  }

  .cta {
    max-width: 100%;
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-inner-content {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .cta-text-cotent {
    z-index: 20;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
  }

  .cta-img-content {
    width: 100%;
    height: 450px;
    object-fit: cover;
    align-self: auto;
    display: none;
    overflow: hidden;
  }

  .spacing-200 {
    height: 160px;
  }

  .main-title-smaller {
    font-size: 40px;
    line-height: 54px;
  }

  .headline-default {
    font-size: 21px;
    line-height: 29px;
  }

  .headline-default.on-dark {
    color: var(--shade-of-purple);
  }

  .process {
    padding-top: 60px;
  }

  .paragraph-large.on-dark.steps {
    width: 100%;
    color: var(--bluish-stroke);
    text-align: left;
  }

  .paragraph-large.on-dark.reveal-type.aboutusman {
    color: var(--bluish-stroke);
    font-size: 21px;
  }

  .paragraph-large.footer-links {
    font-size: 16px;
    line-height: 29px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .div-block-34 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    border-left-width: 0;
  }

  .main-sections.right.horizontal-scroll-section {
    min-height: 90vh;
    margin-bottom: -50px;
  }

  .horizonal-scroll-content {
    width: auto;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    width: 95%;
    height: auto;
    padding-left: 0;
  }

  .tables {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: auto;
  }

  .table-single {
    width: 100%;
    height: auto;
    flex: 0 auto;
  }

  .table-single.blue, .table-single.dark-blue {
    height: auto;
  }

  .paragraph-body {
    font-weight: 400;
  }

  .paragraph-body.on-dark {
    color: var(--shade-of-purple);
    font-size: 18px;
    font-weight: 400;
  }

  .faq {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .faq-title {
    width: auto;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .svg-icon {
    width: 1.6rem;
    color: var(--soft);
    -webkit-text-stroke-color: var(--white);
  }

  .svg-icon.close-menu {
    color: var(--white);
  }

  .spacing-120 {
    height: 80px;
  }

  .about-owner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .owner-right {
    width: 80%;
  }

  .footer-cta {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .footer-cta-buttons {
    z-index: 12;
    position: relative;
  }

  .first-row {
    grid-column-gap: 50px;
    grid-row-gap: 70px;
  }

  .footer-col-single {
    flex: 1;
  }

  .footer-col-single.logo {
    width: 29%;
    flex: 0 auto;
  }

  .footer-col-single.links {
    flex: 1;
  }

  .link.paragraph-large.footer-links {
    font-size: 16px;
  }

  .subscribe {
    width: 360px;
  }

  .card-wrap {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .webflow-image {
    font-size: 1em;
  }

  .the-process-steps.card {
    max-height: none;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: 0;
  }

  .the-process-steps.card.card-2 {
    padding-left: 0;
  }

  .link-block-webflwo-wrap {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .process-card-paragraph {
    max-width: 550px;
  }

  .link-check-our-webflow-process {
    font-size: 1em;
  }

  .sticky-content-2 {
    grid-template-columns: 1fr;
  }

  .sticky-base-2 {
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0;
    position: relative;
  }

  .sticky-base-2.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base-2.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-image-2 {
    min-height: 60vh;
  }

  .stack_component {
    height: auto;
  }

  .stack_card-content {
    width: 100%;
  }

  .stack_card {
    width: 100%;
    height: 100%;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-right: 60px;
    top: 5rem;
  }

  .stack_card.is-2 {
    grid-row-gap: 40px;
    padding-top: 50px;
    padding-right: 60px;
    top: 7rem;
  }

  .stack_card.is-6 {
    grid-row-gap: 40px;
    padding-right: 60px;
    top: 8.7rem;
  }

  .stack_card.is-last {
    max-width: 100%;
    grid-row-gap: 40px;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-right: 60px;
    top: 11.7rem;
  }

  .stack_card-image-wrapper {
    height: 25rem;
    order: 0;
    align-self: auto;
  }

  .stack_card-image {
    display: inline-block;
  }

  .section_stack {
    margin-top: 80px;
  }

  .space-40 {
    height: 20px;
    display: flex;
  }

  .image-22 {
    width: 100%;
    height: 240%;
    display: none;
    left: 0%;
    transform: rotate(16deg);
  }

  .scroll-inner-2 {
    width: 600vw;
  }

  .horizontal-scroll-wrap {
    padding-bottom: 100vh;
  }

  .sticky {
    height: 110dvh;
    margin-bottom: -100vh;
  }

  .flex-offset {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .space-120 {
    height: 80px;
  }

  .accordion-wrapper-2 {
    width: 100%;
  }

  .accordion-item-2 {
    width: auto;
    max-width: 100%;
  }

  .about-content-block {
    font-size: 64px;
    line-height: 72px;
  }

  .icon-2 {
    color: var(--white);
    border: 1px #f8bcbc;
    font-size: 32px;
  }

  .hero-v2 {
    padding-top: 80px;
  }

  .hero-v2-text {
    z-index: 12;
    width: 100%;
    position: relative;
  }

  .display-title {
    font-size: 70px;
  }

  .display-title.for-mobile {
    font-family: Gellix Semi Bold, sans-serif;
  }

  .sc-container {
    margin-top: 40px;
  }

  .image-25 {
    width: 1500px;
    max-width: 1500px;
  }

  .navbar-mobile {
    width: 100%;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .image-26 {
    width: 100px;
  }

  .menu-icon {
    width: 50px;
    height: 1px;
    background-color: var(--text-dark);
    padding-bottom: 0;
    padding-right: 0;
  }

  .full-page-menu {
    z-index: 999;
    height: 0;
    background-color: var(--brand);
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .full-page-menu-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .menu-links {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .link-single {
    text-align: center;
  }

  .full-page-link {
    color: var(--white-text);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    text-decoration: none;
  }

  .close {
    width: 50px;
    height: 50px;
    border-radius: var(--pill);
    background-color: #4135f3;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .tup-section-1 {
    font-size: 1.3vw;
  }

  .partners {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .page-padding-2.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img, .logo-slider-img-2 {
    width: 174px;
  }

  .paragraph-small.on-dark {
    color: var(--shade-of-purple);
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .text-span-16, .text-span-17, .text-span-18 {
    font-size: 48px;
    line-height: 57px;
  }

  .text-span-19 {
    font-size: 48px;
    line-height: 57px;
    display: inline;
  }

  .herobtncl.cardbtn {
    align-self: flex-start;
    display: none;
  }

  .top-cookie-wrapper {
    height: auto;
  }

  .tablet {
    height: 220%;
    object-fit: cover;
    display: block;
    position: relative;
    top: -90%;
    transform: rotate(15deg);
  }

  .new-section {
    display: flex;
  }

  .pricing-section {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span-20 {
    display: inline-block;
  }

  .bold-text-4 {
    color: var(--shade-of-purple);
  }

  .text-span-24 {
    font-weight: 300;
  }

  .text-span-25 {
    color: var(--bluish-stroke);
    font-weight: 300;
  }
}

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

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .default-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.blue-tint.overflow {
    display: flex;
  }

  .section.stick {
    z-index: 99;
    background-color: #fff;
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(53, 41, 232, .18);
  }

  .section.tinted {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-yellow.full {
    display: flex;
  }

  .container-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us {
    width: 100%;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .badge.blue.left {
    text-align: center;
    align-self: flex-start;
  }

  .badge.left {
    margin-top: 20px;
    display: flex;
  }

  .badge.left.block {
    display: inline-block;
  }

  .main-title {
    font-size: 44px;
    line-height: 54px;
  }

  .main-title.on-dark.reveal-type {
    font-size: 44px;
    line-height: 60px;
  }

  .main-title.on-dark.mobile-only {
    line-height: 53px;
  }

  .main-title.center.left {
    text-align: left;
  }

  .space-20 {
    display: none;
  }

  .stats {
    width: 100%;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    align-self: center;
  }

  .stat-single {
    width: 33%;
    flex: 0 auto;
  }

  .space-80 {
    height: 60px;
    display: flex;
  }

  .space-80.hide {
    display: none;
  }

  .stat-title {
    font-size: 44px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-single {
    flex: 0 auto;
  }

  .features-2 {
    height: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
  }

  .features-2-single {
    width: 100%;
    height: auto;
    align-items: center;
  }

  .features-2-single.pt1 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .features-2-single.pt2 {
    width: 100%;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .features-2-single.pt3 {
    padding-top: 0;
  }

  .features-2-single.pt4 {
    margin-top: 0;
    padding-top: 0;
  }

  .feature-2-single-text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-2-single-title {
    font-size: 60px;
  }

  .paragraph-medium.on-dark {
    color: var(--bluish-stroke);
  }

  .paragraph-medium.on-dark.center {
    text-align: center;
    font-size: 21px;
    line-height: 32px;
  }

  .text-span {
    color: var(--white-text);
    background-color: rgba(230, 230, 203, 0);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .border-line {
    width: 100%;
    height: 1px;
    opacity: .16;
    margin-top: 20px;
    padding-top: 0;
  }

  .feature-2-img {
    display: none;
  }

  .feature-2-img.stat1 {
    width: 30%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-2-img.stat2 {
    width: 34%;
    display: flex;
  }

  .feature-2-img.stat3 {
    width: 35%;
    display: flex;
  }

  .feature-2-img.stat4 {
    width: 50%;
    display: flex;
  }

  .pricing-table {
    padding-top: 80px;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .reason-single {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-2 {
    font-size: 36px;
  }

  .image-3 {
    width: 50px;
  }

  .animation-section {
    padding-bottom: 300px;
  }

  .title-container.center {
    display: flex;
  }

  .title-container.center.custom-width {
    align-items: flex-start;
  }

  .reveal-type {
    font-size: 36px;
  }

  .reveal-type.main-title.left {
    font-size: 44px;
    line-height: 60px;
  }

  .cta {
    padding-bottom: 0;
  }

  .cta-inner-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .cta-text-cotent {
    width: 100%;
    padding: 60px 0 30px;
  }

  .cta-img-content {
    width: 100%;
    height: 100%;
    object-fit: contain;
    align-self: flex-start;
    display: block;
  }

  .spacing-200.spacing-180 {
    height: 140px;
  }

  .sticky-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-container {
    width: 100%;
    padding-top: 80px;
    position: relative;
  }

  .content-container {
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }

  .headline-default.on-dark {
    color: var(--shade-of-purple);
  }

  .paragraph-large.on-dark.steps {
    padding-top: 10px;
  }

  .paragraph-large.on-dark.reveal-type.aboutusman {
    color: var(--bluish-stroke);
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading-3 {
    font-size: 1.75rem;
  }

  .scroll-card {
    width: 100%;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin: 1rem 0;
  }

  .medium-head {
    font-size: 28px;
  }

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

  .small-head {
    font-size: 12px;
    line-height: 15px;
  }

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

  .table-single.blue {
    height: auto;
  }

  .paragraph-body {
    font-weight: 400;
  }

  .paragraph-body.on-dark {
    color: var(--shade-of-purple);
    font-size: 18px;
    font-weight: 400;
  }

  .faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 0;
  }

  .faq-title {
    width: 100%;
    align-items: flex-start;
  }

  .faqs {
    width: 100%;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .about-cx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spacing-120 {
    height: 60px;
    display: none;
  }

  .about-owner {
    grid-column-gap: 30px;
    margin-top: 80px;
  }

  .footer-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .first-row {
    flex-flow: column wrap;
  }

  .footer-col-single, .footer-col-single.logo, .footer-col-single.links {
    width: 100%;
  }

  .second-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .social-media {
    justify-content: flex-start;
  }

  .card-wrap {
    height: auto;
  }

  .the-process-steps.card {
    padding-left: 50px;
    padding-right: 50px;
    top: 0;
  }

  .the-process-steps.card.card-2 {
    padding-left: 50px;
  }

  .sticky-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stack_card {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .stack_card.is-6 {
    grid-row-gap: 40px;
  }

  .stack_card-image-wrapper {
    width: 100%;
    height: 23rem;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    width: 90%;
    float: none;
  }

  .third-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .sticky-wrap-2 {
    height: auto;
    overflow: visible;
  }

  .scroll-inner-2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .height {
    height: 100vh;
  }

  .sticky {
    overflow: hidden;
  }

  .flex-offset {
    padding-bottom: 0;
    padding-left: 30px;
  }

  .full-page.is-horizontal-scroll-section {
    height: auto;
    max-height: 100%;
    padding-bottom: 0;
  }

  .full-page.is-horizontal-scroll-section.step2, .full-page.is-horizontal-scroll-section.step4 {
    height: auto;
  }

  .space-120 {
    height: 60px;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .about-content-block {
    font-size: 48px;
    line-height: 56px;
  }

  .service-button.cta-button {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .display-title {
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 60px;
    line-height: 73px;
  }

  .sc-container {
    height: 280px;
    max-width: 100%;
  }

  .image-25 {
    width: 1200px;
    height: 280px;
    max-width: 1200px;
  }

  .navbar-mobile {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .full-page-menu {
    z-index: 999;
    height: 0;
    opacity: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .full-page-link {
    font-size: 21px;
    line-height: 30px;
  }

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

  .tup-wrap-8 {
    padding-right: 4.2em;
  }

  .tup-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .partners {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 120px;
    padding-top: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img, .logo-slider-img-2 {
    width: 125px;
  }

  .paragraph-small.on-dark {
    color: var(--shade-of-purple);
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .top-cookie-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .tablet {
    display: none;
  }

  .text-span-24 {
    color: var(--blue-tint);
    font-weight: 300;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .default-container {
    padding-left: 0;
    padding-right: 0;
  }

  .default-container.cta {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .default-container.alt-container.s {
    grid-row-gap: 0px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.blue-section.p120.round-corners {
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blue-section.round-corners, .section.blue-section.custom-rounds {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .section.rounded.blue-tint.pricing {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
  }

  .section.blue-tint {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.blue-tint.overflow {
    padding-top: 0;
    display: flex;
  }

  .section.stick {
    z-index: 99;
    width: 100%;
    background-color: var(--white-text);
    border: 0 solid #cfcfcf;
    border-bottom-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
  }

  .section.testimonials {
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-outline.dark {
    text-align: center;
  }

  .container-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us {
    margin-top: 0;
  }

  .badge {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .badge.blue.left {
    margin-top: 0;
  }

  .badge.left {
    object-fit: fill;
    align-self: flex-start;
    margin-top: 80px;
    display: flex;
  }

  .badge.left.pricing {
    margin-top: 0;
  }

  .badge.left.linked {
    margin-top: 70px;
  }

  .badge.left.block {
    display: inline-block;
  }

  .main-title {
    letter-spacing: 0;
    font-size: 43px;
  }

  .main-title.on-dark {
    overflow: visible;
  }

  .main-title.on-dark.reveal-type {
    color: var(--white-text);
    font-size: 39px;
    line-height: 49px;
  }

  .main-title.on-dark.mobile-only {
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    display: inline-block;
  }

  .main-title.ln2x.left {
    font-size: 44px;
    line-height: 53px;
  }

  .main-title.left-mobile {
    text-align: left;
  }

  .space-20 {
    display: flex;
  }

  .stats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .stat-single {
    width: 100%;
  }

  .space-80 {
    display: flex;
  }

  .space-80.hide {
    display: none;
  }

  .main-title-v2 {
    max-width: 100%;
  }

  .features-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .features-2-single {
    grid-row-gap: 30px;
    align-items: center;
  }

  .features-2-single.pt1 {
    width: 100%;
    height: 100%;
    grid-row-gap: 30px;
    align-items: center;
  }

  .features-2-single.pt2 {
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .features-2-single.pt4 {
    padding-top: 0;
  }

  .paragraph-medium.on-dark {
    color: var(--bluish-stroke);
  }

  .text-span {
    justify-content: center;
    align-items: center;
    font-size: 44px;
    display: inline-block;
  }

  .feature-2-img.stat1 {
    width: 30%;
    display: flex;
  }

  .feature-2-img.stat2, .feature-2-img.stat3 {
    width: 50%;
    display: flex;
  }

  .feature-2-img.stat4 {
    width: 70%;
    display: flex;
  }

  .pricing-table {
    padding-top: 100px;
  }

  .section-scroll {
    height: 100vh;
  }

  .heading-2 {
    font-size: 28px;
  }

  .image-3 {
    width: 50px;
    font-size: 50px;
  }

  .section-text {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .title-container {
    max-width: 100%;
  }

  .title-container.for-process {
    margin-bottom: -14%;
    padding-top: 0;
    padding-left: 16px;
  }

  .text-hl-wrapper {
    width: 100%;
    max-width: 100%;
    clear: none;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    display: block;
  }

  .reveal-type {
    font-size: 44px;
  }

  .reveal-type.main-title {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 50px;
    display: block;
  }

  .reveal-type.main-title.left {
    width: 100%;
    flex-flow: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 38px;
    line-height: 56px;
  }

  .reveal-type.main-title.mobile-only {
    font-size: 34px;
    line-height: 47px;
  }

  .cta {
    border-radius: 30px;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 40px 20px 0;
    overflow: visible;
  }

  .cta-inner-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text-cotent {
    padding: 0;
  }

  .spacing-200 {
    height: 100px;
    display: none;
  }

  .sticky-layout {
    padding-top: 0;
  }

  .header-container {
    padding-top: 20px;
  }

  .content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-title-smaller {
    font-size: 39px;
    line-height: 49px;
  }

  .headline-default.on-dark {
    color: var(--shade-of-purple);
  }

  .process {
    padding-top: 40px;
  }

  .paragraph-large.on-dark.reveal-type.aboutusman {
    color: var(--bluish-stroke);
    font-weight: 300;
  }

  .paragraph-larger {
    font-size: 21px;
    line-height: 30px;
  }

  .tables {
    margin: 40px 0;
  }

  .table-single {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-single.blue {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    display: flex;
  }

  .table-single.dark-blue {
    height: auto;
  }

  .top-content {
    align-self: auto;
  }

  .paragraph-body {
    font-weight: 400;
  }

  .paragraph-body.on-dark {
    color: var(--shade-of-purple);
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-body.medium {
    font-weight: 400;
  }

  .main-title-smallest {
    width: 100%;
    max-width: 100%;
    clear: none;
    text-align: left;
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    font-size: 36px;
    line-height: 44px;
    display: block;
    overflow: visible;
  }

  .main-title-smallest.on-dark {
    font-size: 34px;
  }

  .main-title-smallest.steps {
    width: auto;
    flex: 0 auto;
    order: 0;
    display: block;
  }

  .main-title-smallest.table-price {
    font-size: 34px;
  }

  .faq {
    margin-top: 30px;
  }

  .faq-title {
    margin-top: 0;
  }

  .svg-icon {
    width: 1.5rem;
    color: var(--soft);
  }

  .svg-icon.close-menu {
    color: var(--white);
  }

  .accordion-heading {
    flex: 1;
  }

  .headline-small {
    font-size: 19px;
    line-height: 26px;
  }

  .headline-small.faq {
    margin-top: 0;
  }

  .about-cx {
    padding-bottom: 40px;
  }

  .spacing-120 {
    height: 60px;
    display: flex;
  }

  .spacing-120.hide {
    display: none;
  }

  .about-owner {
    flex-direction: column;
  }

  .owner-left, .owner-right {
    width: 100%;
  }

  .footer-cta {
    max-width: 100%;
    align-self: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-cta-ttitle {
    align-self: center;
  }

  .button-blue {
    text-align: center;
  }

  .footer-cta-buttons {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .footer {
    padding-top: 100px;
  }

  .second-row {
    margin-top: 0;
  }

  .subscribe {
    width: 100%;
  }

  .webflow-image {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .the-process-steps.card {
    max-width: none;
    padding: 60px 40px;
    font-size: 1em;
    top: 220px;
  }

  .the-process-steps.card.card-6 {
    padding-right: 40px;
  }

  .link-block-webflwo-wrap {
    margin-right: 0;
    font-size: 3.7vw;
  }

  .step {
    margin-bottom: 20px;
  }

  .process-card-heading {
    line-height: 1.1em;
  }

  .process-card-paragraph {
    max-width: none;
  }

  .stack_component {
    width: 100%;
    height: 0%;
    max-width: 100%;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .stack_card-content {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .stack_card {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    border-radius: 30px;
    margin-bottom: 0;
    padding: 20px;
    top: 3.7rem;
  }

  .stack_card.is-2 {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: 3.7rem;
    overflow: hidden;
  }

  .stack_card.is-6 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    top: 3.7rem;
  }

  .stack_card.is-last {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    border-radius: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .container-large-2 {
    height: 0%;
    max-width: 100%;
    margin-top: 0;
    display: block;
  }

  .stack_card-image-wrapper {
    height: 100%;
  }

  .section_stack {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

  .space-40 {
    display: flex;
  }

  .image-22 {
    width: 100%;
    display: none;
  }

  .horizontal-scroll-wrap {
    padding-bottom: 100vh;
    overflow: visible;
  }

  .height {
    height: 330dvh;
  }

  .sticky {
    height: 100vh;
    margin-bottom: -100vh;
    overflow: hidden;
  }

  .flex-offset {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: -100vw;
    padding: 0 30px 0 16px;
  }

  .full-page.is-horizontal-scroll-section {
    width: 360px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-page.is-horizontal-scroll-section.step2 {
    height: auto;
  }

  .space-120 {
    height: 60px;
  }

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

  .about-content-block {
    font-size: 32px;
    line-height: 40px;
  }

  .headline-large.semibold {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .card-text {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-v2 {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .display-title {
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 47px;
    line-height: 63px;
  }

  .display-title.for-mobile {
    font-size: 39px;
    line-height: 49px;
  }

  .image-24 {
    width: 550px;
    max-width: none;
    opacity: .53;
    top: 10%;
    bottom: 0%;
    left: -40%;
    right: 0%;
  }

  .sc-container {
    max-width: 100%;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
  }

  .image-25 {
    width: 1800px;
    max-width: 1800px;
    float: none;
    clear: none;
    text-align: left;
    object-fit: cover;
    object-position: 0% 50%;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
  }

  .navbar-mobile {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-container {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .image-26 {
    width: 95px;
  }

  .full-page-menu {
    z-index: 999;
    height: 0;
    background-color: var(--brand);
    opacity: 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .full-page-menu-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .menu-links {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .link-single {
    text-align: center;
  }

  .full-page-link {
    color: var(--white-text);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
  }

  .close {
    width: 50px;
    height: 50px;
    border-radius: var(--pill);
    background-color: #5147f3;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .link-block.w--current {
    width: 100%;
    border-radius: var(--pill);
    background-color: #554be2;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    text-decoration: none;
  }

  .tup-wrap-8 {
    order: 1;
    padding-right: 0;
  }

  .tup-wrap-2 {
    flex-direction: column;
  }

  .tup-section-1 {
    padding-top: 5em;
    padding-bottom: 5em;
    font-size: 2.5vw;
  }

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

  .partners {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
  }

  .page-padding-2.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img, .logo-slider-img-2 {
    width: 100px;
  }

  .logo-single {
    height: 38px;
  }

  .pricing-footer {
    margin-top: 20px;
  }

  .paragraph-small.on-dark {
    color: var(--shade-of-purple);
  }

  .slide_content {
    flex-direction: column;
  }

  .left-arrow {
    top: auto;
    bottom: -160px;
  }

  .slide-nav {
    margin-top: 0;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .right-arrow {
    top: auto;
    bottom: -160px;
  }

  .mask {
    min-height: 480px;
  }

  .avator {
    margin-bottom: 20px;
  }

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

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .company-testimonial {
    margin-bottom: 40px;
  }

  .text-span-16 {
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 45px;
    display: inline;
  }

  .text-span-17 {
    float: none;
    clear: none;
    text-align: left;
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 37px;
    line-height: 45px;
    display: inline;
    position: static;
  }

  .text-span-18 {
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 37px;
    line-height: 45px;
    display: inline;
    position: static;
  }

  .text-span-19 {
    font-family: Gellix Semi Bold, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 45px;
    display: inline;
  }

  .herobtncl {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .herobtncl.cardbtn {
    justify-content: flex-start;
  }

  .inner-content-alt {
    grid-row-gap: 6px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 31px;
  }

  .cookie-content {
    flex-direction: row;
  }

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

  .pricing-section {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-20, .text-span-21 {
    display: inline;
  }

  .text-span-23 {
    color: var(--shade-of-purple);
  }

  .text-span-26 {
    color: var(--bluish-stroke);
  }

  .text-span-29 {
    line-height: 16px;
  }
}

#w-node-cb3a4c62-aeb6-e5f2-a7db-88d3e6e72372-738ec0c6 {
  justify-self: auto;
}

#w-node-_046d34ee-dcec-6bd5-ee61-73df34469570-738ec0c6, #w-node-_046d34ee-dcec-6bd5-ee61-73df34469571-738ec0c6, #w-node-_157b1098-ff61-cc8f-0f8f-ddd4acdad476-738ec0c6, #w-node-_157b1098-ff61-cc8f-0f8f-ddd4acdad47d-738ec0c6, #w-node-_88ee1eef-23ea-b184-7bf2-e54644d2ae96-738ec0c6, #w-node-_88ee1eef-23ea-b184-7bf2-e54644d2ae9d-738ec0c6, #w-node-c5ad8396-5e8b-5a9d-55de-764daa5ff042-738ec0c6, #w-node-c5ad8396-5e8b-5a9d-55de-764daa5ff049-738ec0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Regular';
  src: url('../fonts/GellixRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Thin Italic';
  src: url('../fonts/GellixThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Light Italic';
  src: url('../fonts/GellixLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Semi Bold';
  src: url('../fonts/GellixSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Extra Bold';
  src: url('../fonts/GellixExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Extra Bold ITalic';
  src: url('../fonts/GellixExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Regular Italic';
  src: url('../fonts/GellixRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Black';
  src: url('../fonts/GellixBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Bold Italic';
  src: url('../fonts/GellixBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Black Italic';
  src: url('../fonts/GellixBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Medium';
  src: url('../fonts/GellixMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Semi Bold Italic';
  src: url('../fonts/GellixSemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Light';
  src: url('../fonts/GellixLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Medium Italic';
  src: url('../fonts/GellixMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Thin';
  src: url('../fonts/GellixThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix Bold';
  src: url('../fonts/GellixBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}