:root {
  --inter: Inter, sans-serif;
  --_teal---500: #46cdcf;
  --_teal---800: #20adc0;
  --_teal---100: #cff3f2cc;
  --200: #b2e9f0;
  --_teal---50: #b2e9f096;
  --navy: #000523;
}

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

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

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

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

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

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

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

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

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-bloom {
  z-index: -3;
  opacity: .6;
  position: absolute;
  inset: 0%;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-large {
  font-family: var(--inter);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.header-section-s {
  padding: 175px 5% 0;
  position: relative;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_teal---500);
  font-family: var(--inter);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.button-primary:hover, .button-primary:active {
  background-color: var(--_teal---800);
}

.header-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-center {
  align-items: center;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small {
  font-family: var(--inter);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-600 {
  font-family: var(--inter);
  color: #6d767e;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.feature-icon {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon.icon-red {
  color: #e56161;
  background-color: #fceeee;
}

.feature-icon.icon-green {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.feature-icon.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
}

.feature-icon.icon-blue {
  color: #6173e5;
  background-color: #eeeffc;
}

.feature-icon.icon-gray {
  color: #6d767e;
  background-color: #f8f9fa;
}

.feature-icon.icon-orange {
  color: #e59661;
  background-color: #fcf3ee;
}

.feature-card-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-card-a:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.caption-medium {
  font-family: var(--inter);
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading {
  font-family: var(--inter);
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.section-regular {
  padding: 80px 5% 175px;
  position: relative;
}

.section-regular.footer {
  color: #010625;
  background-color: #000523;
  padding-top: 80px;
}

.section-regular.background-blue-500 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  font-family: var(--inter);
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.banner-wrapper, .nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.button-secondary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-s:hover {
  background-color: #eceefe;
}

.button-secondary-s:active {
  background-color: #d8ddfd;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_teal---500);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover, .button-primary-s:active {
  background-color: var(--_teal---800);
}

.nav-link {
  font-family: var(--inter);
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--_teal---100);
  color: var(--_teal---800);
}

.nav-link.w--current {
  color: #080808;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navigation {
  z-index: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
  position: fixed;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.span-yellow {
  color: #e5cb61;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.caption {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo-link {
  flex: 0 auto;
  max-width: 15vw;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.paragraph-regular {
  font-family: var(--inter);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-weight-bold {
  font-weight: 700;
}

.footer-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  flex: none;
}

.footer-social-link {
  color: #adb5bd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--_teal---100);
  color: var(--_teal---800);
}

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

.footer-title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.caption-m {
  font-family: var(--inter);
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-full-grid {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #6e6e6e;
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content-a {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #000;
}

.footer-divider {
  background-color: #dfe3e7;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.footer-scroll {
  grid-column-gap: 8px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  padding: 16px;
  display: flex;
}

.footer-detail-link {
  color: #6e6e6e;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-detail-link:hover {
  color: #000;
}

.footer-scroll-button {
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.footer-scroll-button.gray-100 {
  background-color: #f8f9fa;
}

.footer-content-c {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  margin: 48px auto 44px;
  display: flex;
}

.footer-large-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-section {
  background-color: #f8f9fa;
  padding: 80px 5%;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small.align-centre {
  align-items: center;
}

.footer-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.footer-scroll-s {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 92px;
}

.footer-divider-s {
  background-color: #dfe3e7;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image {
  min-width: 200px;
  max-width: 300px;
  display: block;
}

.link-block {
  width: auto;
  min-width: auto;
  display: flex;
}

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

.process-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #22262a;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.process-button:hover {
  background-color: #eeeffc;
}

.h5-heading {
  font-family: var(--inter);
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.section-large {
  padding: 80px 5%;
  position: relative;
}

.process-dropdown-image {
  height: 250px;
}

.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 30px;
  display: flex;
}

.process-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.process-step-line {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-line {
  background-color: #dfe3e7;
  width: 1px;
  height: 100%;
  position: absolute;
}

.process-dropdown {
  border-radius: 8px;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.h2-heading-2 {
  font-family: var(--inter);
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_teal---500);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-small:hover, .button-primary-small:active {
  background-color: var(--_teal---800);
}

.process-wrapper {
  width: 100%;
}

.process-dropdown-content {
  padding-bottom: 24px;
}

.process-line-progress {
  background-color: var(--_teal---500);
  width: 1px;
}

.process-step-card {
  border: 1px solid #eaedf0;
  border-radius: 16px;
  padding: 32px;
}

.paragraph-regular-2 {
  font-family: var(--inter);
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.text-color-red-500 {
  color: #e56161;
}

.overline-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-regular.text-color-blue-500 {
  color: #6173e5;
}

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

.process-number {
  color: #fff;
  background-color: #dfe3e7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: relative;
}

.process-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 64px;
  display: flex;
  position: sticky;
  top: 64px;
}

.caption-regular {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.process-card-wrapper {
  width: 100%;
  padding-bottom: 24px;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.subheading-large {
  font-family: var(--inter);
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

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

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-accordian-content {
  margin-top: 0;
  padding-bottom: 24px;
}

.faq-accordian {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.faq-accordian:hover {
  background-color: #f6f6f6;
}

.faq-accordian-list {
  background-color: #fff0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.faq-tabs-menu-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-3 {
  font-family: var(--inter);
  color: #454545;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.icon-button-primary {
  color: #fff;
  background-color: #286efb;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary:hover {
  background-color: #1843dc;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #1843dc;
}

.section-regular-2 {
  background-color: #f6f6f6;
  padding: 64px 5%;
  position: relative;
}

.section-regular-2.background-light {
  background-color: #fff;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.tab-link:hover {
  background-color: #e7e7e7;
}

.tab-link.w--current {
  color: #fff;
  background-color: #286efb;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-2 {
  color: #454545;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.icon-x-small {
  color: var(--_teal---800);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.faq-accordian-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 24px 16px;
  display: flex;
}

.faq-footnote {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
}

.icon-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.faq-footnote-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2b2b2b;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.faq-accordian-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-secondary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faq-footnote-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bold-text {
  font-family: var(--inter);
}

.text-block {
  font-family: var(--inter);
  font-weight: 600;
}

.text-block-2 {
  font-family: var(--inter);
}

.field-input-small {
  letter-spacing: -.02em;
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-small::placeholder {
  color: #6d767e;
}

.cta-feature-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cta-block-b {
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 80px;
  display: flex;
}

.cta-checkbox-label {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-m-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.cta-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.cta-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

.cta-form {
  grid-column-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-v-small.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 120%;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cta-checkbox {
  border: 1px solid var(--200);
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0 12px;
}

.cta-checkbox.w--redirected-checked {
  border-style: none;
  border-color: var(--_teal---500);
  background-color: var(--_teal---100);
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 99px;
}

.cta-checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-primary-l {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_teal---500);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button-primary-l:hover {
  background-color: var(--_teal---800);
}

.cta-feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.cta-section {
  z-index: 1000;
  background-color: #f9fafbe6;
  padding: 80px 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.success-message {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.cta-form-b {
  text-align: left;
  width: 100%;
  max-width: 384px;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.image-2 {
  max-width: 40%;
}

.code-embed {
  cursor: pointer;
  min-width: 2vh;
  position: relative;
  inset: auto;
}

.image-3 {
  width: 100%;
  max-width: 90%;
}

.process-card {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  overflow: hidden;
}

.process-card:hover {
  border-color: #fff0;
  box-shadow: 0 24px 64px #4bc5d426;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

.column-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #4a5fe4;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.paragraph-regular-4.text-color-gray-600 {
  color: #6d767e;
}

.process-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.process-number-icon {
  color: #6173e5;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.max-width-small {
  width: 100%;
  max-width: 450px;
}

.section-regular-3 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #eeeffc;
}

.caption-block {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-3 {
  color: var(--_teal---800);
}

.text {
  color: var(--_teal---500);
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.feature-card-svg {
  width: 100%;
  height: 100%;
}

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

.feature-card-icon-b {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-l-icon {
  grid-column-gap: 16px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-l-icon:active {
  background-color: #edecf0;
  border-color: #d8d7df;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.feature-card-d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 360px;
  padding: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-d:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4.footer {
  color: #fff;
}

.feature-card-accent {
  color: #f8f9fa;
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 170px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-button-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  place-content: stretch center;
  align-items: stretch;
  margin-top: 64px;
  display: flex;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-3.text-color-gray-600 {
  color: #6d767e;
}

.footer-caption-wrap {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.field-input-a {
  letter-spacing: -.02em;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-a::placeholder {
  color: #6d767e;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 62px;
}

.footer-divider-large {
  color: #dadada;
  background-color: #63677f;
  width: 100%;
  height: 1px;
  margin-top: 124px;
  margin-bottom: 24px;
}

.footer-input-a {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer-social-link-2 {
  color: #adb5bd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.footer-social-link-2:hover {
  color: #6173e5;
  background-color: #eeeffc40;
}

.footer-form-content {
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.span-red-500 {
  color: #e56161;
}

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

.wrap-h-between-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.footer-block-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.field-icon-a {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.text-block-4 {
  color: #fff;
}

.text-block-4:hover {
  color: #fffc;
}

.text-block-5 {
  color: #fff;
}

.text-block-5.hide {
  display: none;
}

.cta-form-2 {
  grid-column-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.paragraph-large-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.cta-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.form-input-field {
  letter-spacing: -.02em;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.form-input-field::placeholder {
  color: #6d767e;
}

.form-input-field.form-icon-left {
  padding-left: 48px;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.cta-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-newsletter-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 60px 48px 100px;
  display: flex;
  position: relative;
}

.cta-form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.cta-gradient-right {
  background-image: linear-gradient(265deg, #fff, #ffffffb3 41%, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-search-icon {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.badge-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.badge-icon {
  color: #6173e5;
}

.cta-loop-wrapper {
  align-items: center;
  min-height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.cta-content {
  z-index: 9;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-gradient-left {
  background-image: linear-gradient(82deg, #fff, #ffffffb3 41%, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-bg-lines {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% -3vw 0% auto;
}

.cta-form-block-s {
  width: 100%;
  max-width: 495px;
  margin-top: 0;
  margin-bottom: 0;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  color: var(--_teal---800);
  -webkit-text-stroke-width: 0px;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-gray-600 {
  color: #525f75;
}

.h2-heading-6 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.text-color-orange {
  color: #fe5b25;
}

.feature-card-graphic {
  position: absolute;
  inset: 0% 0% auto auto;
}

.overline-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.feature-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #d5d9e2;
  border-radius: 16px;
  flex-direction: column;
  max-width: 410px;
  padding: 32px 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #23272e14;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.feature-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: minmax(418px, 1fr);
  justify-content: center;
  display: grid;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.div-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: inline-flex;
  position: absolute;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7 {
  color: var(--_teal---50);
}

@media screen and (max-width: 991px) {
  .button-header, .button-primary {
    display: flex;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .button-secondary-s, .button-primary-s {
    display: none;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation {
    position: relative;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-full-grid {
    grid-template-columns: 1fr;
  }

  .footer-large-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .process-step {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .process-component {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .button-primary-small {
    display: none;
  }

  .process-title-wrapper {
    position: static;
  }

  .faq-tabs-menu-center {
    margin-bottom: 32px;
  }

  .faq-tab-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .faq-footnote {
    margin-top: 32px;
  }

  .button-primary-l {
    display: flex;
  }

  .process-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .button-primary-3 {
    display: flex;
  }

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

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-bottom-a {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .button-primary-4 {
    display: flex;
  }

  .feature-card-large {
    max-width: none;
  }

  .feature-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(418px, 1fr);
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-section-s {
    padding-top: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal-wrap {
    justify-content: center;
  }

  .footer-large-grid {
    grid-column-gap: 24px;
  }

  .footer-block {
    padding: 48px 24px;
  }

  .h5-heading {
    font-size: 28px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .process-step-card {
    padding: 24px 16px;
  }

  .process-title-wrapper {
    padding-bottom: 0;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .title-center {
    margin-bottom: 48px;
  }

  .cta-block-b {
    padding: 48px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-3 {
    font-size: 44px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .feature-card-d {
    min-height: auto;
  }

  .feature-card-accent {
    display: none;
  }

  .feature-button-group {
    flex-direction: column;
  }

  .h2-heading-4 {
    font-size: 44px;
  }

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

  .footer-divider-large {
    margin-top: 64px;
  }

  .h2-heading-5 {
    font-size: 44px;
  }

  .cta-bg-lines {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button-header {
    width: 100%;
  }

  .header-section-s {
    max-width: 100%;
  }

  .button-primary {
    width: 100%;
  }

  .feature-card-a {
    flex-direction: column;
  }

  .section-regular {
    max-width: 100%;
  }

  .button-primary-s {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-menu-button {
    background-color: var(--_teal---100);
    color: var(--_teal---800);
  }

  .nav-menu-button.w--open {
    background-color: var(--_teal---800);
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    flex-direction: column;
  }

  .footer-large-grid {
    grid-template-columns: 1fr;
  }

  .footer-column-2 {
    width: 100%;
    max-width: 100%;
  }

  .section-large {
    max-width: 100%;
    padding-top: 72px;
  }

  .process-step-line {
    display: none;
  }

  .button-primary-small {
    width: 100%;
  }

  .faq-accordian-toggle {
    padding-right: 5%;
  }

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

  .cta-block-b {
    padding: 23px;
  }

  .cta-input {
    width: 100%;
  }

  .cta-form {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .button-primary-l {
    width: 100%;
  }

  .cta-feature-wrap {
    flex-direction: column;
  }

  .cta-section {
    max-width: 100%;
  }

  .cta-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .image-3 {
    width: 300%;
    max-width: 300%;
    overflow: scroll;
  }

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

  .button-l-icon {
    flex: none;
  }

  .footer-input-a, .button-primary-4 {
    width: 100%;
  }

  .cta-form-2 {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .cta-newsletter-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
    display: flex;
  }

  .body {
    overflow: scroll;
  }
}

#w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c80-f9523331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c88-f9523331 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c90-f9523331, #w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c98-f9523331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2fdddae-ec37-531c-a2d6-ebf02d632ca0-f9523331 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_08b7572f-a1b5-4f44-c433-e10cc58942a5-f9523331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e57207-f46f-7ec6-4c47-757dddb949a0-f9523331 {
  grid-area: 1 / 6 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c90-f9523331 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c97ff15-af53-a073-de94-0bd1f5fba00a-f9523331, #w-node-_2c97ff15-af53-a073-de94-0bd1f5fba01e-f9523331, #w-node-_2c97ff15-af53-a073-de94-0bd1f5fba032-f9523331 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7e62c367-591a-639b-5ad0-380865a41ffa-f9523331 {
    order: -9999;
  }

  #w-node-c74dabfc-8357-a404-9406-d0f0a2ddc7b2-f9523331 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2fdddae-ec37-531c-a2d6-ebf02d632c90-f9523331 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08b7572f-a1b5-4f44-c433-e10cc58942a5-f9523331 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}


