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

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

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

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

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

.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;
  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 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

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

.header-section-s {
  padding: 124px 5% 30px;
  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;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  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;
  width: 100%;
  max-width: 100%;
}

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

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

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

.paragraph-small.text-color-green-500 {
  color: #86c1a0;
}

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

.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: #6172e5;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

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

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

.nav-list-l.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 84px;
  bottom: auto;
  overflow: visible;
}

.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;
  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: 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 {
  background-color: #8492eb;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

.nav-link {
  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 {
  color: #6173e5;
  background-color: #eeeffc;
}

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

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

.navigation {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.nav-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

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

.caption-bold {
  color: #353b41;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

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

.nav-wrapper {
  grid-column-gap: 62px;
  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-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f8f9fa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

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

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

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

.nav-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.nav-icon-s {
  background-color: #eeeffc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

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

.header-review-block {
  grid-column-gap: 4px;
  align-items: flex-start;
  display: flex;
}

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

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

.header-review-avatar {
  border: 4px solid #fff;
  border-radius: 99px;
  flex: none;
  width: 48px;
  height: 48px;
  margin-left: -12px;
  overflow: hidden;
}

.header-review-avatar.first-avatar {
  margin-left: 0;
}

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

.header-form-wrapper {
  width: 100%;
  max-width: 495px;
  margin-top: 20px;
  margin-bottom: 76px;
}

.header-grid-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

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

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

.section-regular.sectiontwo {
  background-color: #fcfcfc;
}

.header-form {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.header-form-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.header-review-star {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  display: flex;
}

.header-badge {
  grid-column-gap: 8px;
  color: #86c1a0;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.header-review-avatars {
  display: flex;
}

.header-review-group {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.header-badge-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

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

.h2-heading {
  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;
  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: 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 {
  background-color: #8492eb;
}

.button-primary-small:active {
  background-color: #8b99f9;
}

.process-number {
  color: #fff;
  background-color: #dfe3e7;
  border-radius: 100%;
  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;
  position: relative;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-line-progress {
  background-color: #4a5fe4;
  width: 1px;
}

.process-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

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

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

.process-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

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

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

.section-regular-2.background-gray-100 {
  background-color: #f8f9fa;
}

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

.process-line-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.column-regular.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.overline.text-color-blue-500, .badge-icon {
  color: #6173e5;
}

.content-quote {
  grid-column-gap: 16px;
  max-width: 384px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

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

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Bloom.svg');
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.content-author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.avatar-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

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

.quote-justify {
  grid-row-gap: 44px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content-avatar {
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.content-image-a {
  justify-content: center;
  align-items: center;
}

.content-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.button {
  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;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.paragraph-regular-2.text-weight-medium {
  font-weight: 500;
}

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

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

.content-quote-divider {
  background-color: #adb5bd;
  width: 1px;
}

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

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

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

.cta-content {
  z-index: 9;
  grid-row-gap: 24px;
  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-icon-block {
  background-color: #eeeffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.section-blue {
  background-color: #6173e5;
  padding: 80px 5%;
  position: relative;
}

.button-primary-2 {
  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;
}

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

.wrap-h-small.wrap-childen {
  flex-wrap: wrap;
}

.wrap-h-small.wrap-childen.justify-center {
  justify-content: center;
}

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

.gradient-block-x-large {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 238px;
  display: flex;
  position: absolute;
  transform: scale(1.4);
}

.section-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.contact-card-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

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

.brand-review-divider {
  background-color: #eaedf0;
  width: 2px;
  height: 18px;
}

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

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

.brand-review-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gradient-yellow-small {
  filter: blur(70px);
  background-color: #e5cb61;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-2.text-weight-medium {
  font-weight: 500;
}

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

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

.gradient-pink-small {
  filter: blur(50px);
  background-color: #e56161;
  border-radius: 100px;
  width: 73px;
  height: 73px;
  position: absolute;
  inset: auto 0% auto auto;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.form-field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.account-form-button {
  flex-direction: column;
  display: flex;
}

.form-text-field {
  letter-spacing: -.02em;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.form-text-field:focus {
  border-color: #6173e5;
}

.form-text-field::placeholder {
  color: #adb5bd;
}

.contact-block {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-brand-spacer {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.gradient-background-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-dark-large:hover {
  background-color: #353b41;
}

.gradient-blue-small {
  filter: blur(130px);
  background-color: #6173e5;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container {
  max-width: 400px;
  margin-top: 49px;
}

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

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

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

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

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

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

  .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-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .nav-dropdown-base-c {
    box-shadow: none;
    padding: 16px;
  }

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

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

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

  .header-grid-b {
    grid-template-columns: 1fr;
  }

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

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

  .button, .button-primary-2 {
    display: flex;
  }

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

  .button-dark-large {
    display: flex;
  }
}

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

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

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

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

  .nav-dropdown-base-c {
    height: 400px;
    overflow: auto;
  }

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

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

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

  .process-content {
    padding-top: 0;
  }

  .process-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: .25fr 1fr;
  }

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

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

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

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

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

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

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

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

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

  .nav-dropdown-base-c {
    padding: 8px;
  }

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

  .header-input {
    width: 100%;
  }

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

  .header-form-b {
    flex-direction: column;
  }

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

  .title-center-small {
    margin-bottom: 56px;
  }

  .content-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-block-a {
    padding: 48px 16px;
  }

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

  .contact-card-large {
    padding: 24px;
  }

  .form-grid-block {
    grid-template-columns: 1fr;
  }

  .button-dark-large {
    width: 100%;
  }
}

#w-node-_03927220-2e54-b93e-5ddb-088d7f989ace-d8c4f8ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03927220-2e54-b93e-5ddb-088d7f989ad0-d8c4f8ca {
  place-self: center start;
}

#w-node-c6f89945-b272-0380-e716-61d82dd90a45-d8c4f8ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c11c7d0d-ae97-ff44-a90a-cf20879bea73-d8c4f8ca, #w-node-c11c7d0d-ae97-ff44-a90a-cf20879bea89-d8c4f8ca, #w-node-c11c7d0d-ae97-ff44-a90a-cf20879bea9f-d8c4f8ca, #w-node-c8a16637-4164-e1ea-42c9-9735ee1989ee-d8c4f8ca {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


