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

.paragraph-small {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small.text-color-tertiary {
  color: #6b5843;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-text-link {
  color: #6b5843;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration-color .3s, text-underline-offset .3s, color .3s;
}

.nav-text-link:hover {
  color: #487f6a;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.nav-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3f2b7f;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  -webkit-text-stroke-color: #ed77af;
  background-color: #ed77af;
}

.button-primary.purple {
  color: #fff;
  background-color: #3f2b7f;
  padding: 10px 30px;
  font-size: 16px;
}

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

.nav-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.nav-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  position: relative;
}

.nav-dropdown-link {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-logo {
  max-width: 200px;
}

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

.nav-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  background-color: #6a63ac;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.lottie-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-link-featured {
  text-decoration: none;
}

.nav-menu-button {
  border: 1px solid #ccc3a3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

.nav-menu-button.w--open {
  background-color: #0000;
}

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

.nav-dropdown-trigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-text-link-small {
  color: #6b5843;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.nav-text-link-small:hover {
  color: #487f6a;
}

.nav-menu-image {
  border-radius: 12px;
  width: 100%;
  max-width: 288px;
  overflow: hidden;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.column-2x-small.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-link-brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #487f6a;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.nav-brand {
  flex: none;
  padding-left: 0;
}

.nav-dropdown-content {
  padding-top: 8px;
}

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

.hamburger-menu-animation {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation {
  background-color: #3f2b7f;
  padding: 10px 5%;
  overflow: visible;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-links-featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.h6-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.heading-pattern {
  z-index: -1;
  background-image: url('../images/Heading-Pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.pattern.faq-01-righ {
  inset: 0% 7% auto auto;
}

.faq-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  align-items: start;
}

.faq-toggle {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1a1925;
  white-space: pre-line;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 20px 24px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

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

.section-large.background-primary {
  background-color: #f7f7f8;
  padding-top: 60px;
}

.paragraph-small-2 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

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

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

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.faq-dropdown {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.faq-list {
  z-index: 0;
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: relative;
}

.faq-footnote-cta {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-content {
  margin-top: -12px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 48px;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.faq-icon {
  color: #73737f;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.paragraph-regular {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.h5-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

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

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-2:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.faq-footnote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.title-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 572px;
  margin-bottom: 48px;
  display: flex;
}

.nav-card-image {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #487f6a;
}

.header-overlay {
  z-index: 2;
  mix-blend-mode: hard-light;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #e1dbc7 20%, #f1efe500);
  position: absolute;
  inset: 0%;
}

.nav-dropdown-list-small {
  background-color: #0000;
}

.nav-dropdown-list-small.w--open {
  padding-top: 32px;
}

.nav-links-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-accent {
  color: #e372ac;
  font-style: normal;
}

.max-width-large {
  width: 100%;
  max-width: 640px;
}

.paragraph-x-large {
  color: #6b5843;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.nav-link {
  color: #6b5843;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover {
  color: #487f6a;
}

.header-background {
  pointer-events: none;
  mix-blend-mode: overlay;
  background-color: #393939;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.nav-2-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 496px;
  padding: 8px;
  display: grid;
}

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

.navigation-absolute {
  background-color: #0000;
  padding: 24px 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu-left {
  width: 100%;
}

.header-orbit {
  position: absolute;
  top: 10%;
}

.header-background-image {
  object-fit: cover;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.h1-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #fff;
}

.header-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-section {
  background-color: #fdfcfa;
  background-image: url('../images/Untitled-design---2025-08-14T155525.291.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: auto;
  padding: 60px 5% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-2-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-card-text {
  color: #f6d551;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.text-block {
  color: #fff;
  font-family: Oswald, sans-serif;
}

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

.container-small-2 {
  z-index: 5;
  width: 100%;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
  position: relative;
}

.button-secondary-large:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.display-heading {
  color: #e3e3e3;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.header-logo-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.section-regular {
  background-color: #3f2b7f;
  padding: 80px 5%;
  position: relative;
}

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

.paragraph-x-large-2.text-color-gray-500 {
  color: #ababab;
}

.text-color-purple-500 {
  color: #8f6ee7;
}

.code-embed {
  display: none;
}

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

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

.header-background-lines {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

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

.column-large.column-center {
  justify-content: center;
  align-items: center;
}

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

.header-gradient {
  z-index: 5;
  background-image: linear-gradient(90deg, #0000, #000000c4 60%, #000);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-gradient.left {
  background-image: linear-gradient(270deg, #0000, #000000c4 60%, #000);
  inset: 0% auto 0% 0%;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #36178c7a;
  border-color: #ffffff1f;
}

.button-primary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

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

.header-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.column-x-large.column-center {
  align-items: center;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #e3e3e3;
  background-color: #ffffff14;
}

.header-logos-wrapper {
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

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

.column-regular.column-center {
  align-items: center;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.container-small-3 {
  z-index: 5;
  width: 100%;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.display-heading-2 {
  color: #e3e3e3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2911693d, #bba7f1 42%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-small-4 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.paragraph-x-large-3 {
  color: #6b5843;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.title-center {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.logo-center {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fdfcfa;
  flex-flow: column;
  max-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.section-large-2 {
  background-color: #f8f7f2;
  padding: 0 5%;
  position: relative;
}

.text-accent-2 {
  color: #487f6a;
  font-style: italic;
}

.logo {
  max-width: 100px;
}

.logo._2 {
  max-width: 150px;
}

.logo._3 {
  max-width: 130px;
}

.paragraph-large {
  color: #6b5843;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.logo-row-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo-caption {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-regular-2 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-2.text-color-tertiary {
  color: #6b5843;
}

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

.title-center-2 {
  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;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-x-large-4 {
  color: #454545;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7;
}

.background-noise {
  z-index: 3;
  pointer-events: none;
  background-image: url('../images/Noise-Dark.png');
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

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

.logo-carousel {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

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

.background-image-bottom {
  justify-content: center;
  align-items: flex-end;
  min-width: 670px;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.carousel-item {
  flex: none;
}

.background-marble {
  z-index: 0;
  background-image: url('../images/Marble-Texture.webp');
  background-position: 50%;
  background-size: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-large-3 {
  background-color: #fdfcfa;
  padding: 0 3%;
  position: relative;
}

.logo-footnote {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.icon-outline {
  color: #454545;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

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

.timeline-background {
  background-color: #f6f7f9;
  border-radius: 32px;
  width: 100%;
  height: 110%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% -50% 0% auto;
}

.paragraph-large-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-regular-2 {
  background-color: #3f2b7f;
  padding: 60px 5%;
  font-family: Oswald, sans-serif;
  position: relative;
}

.timeline-column {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.overline {
  color: #e372ac;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.timeline-marker-dot {
  background-color: #e372ac;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.timeline-left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-5:hover {
  background-color: #1a44a0;
}

.paragraph-small-5 {
  color: #586174;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.timeline-marker {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e372ac;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.timeline-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.timeline-card {
  background-color: #fff;
  border: 1px solid #c3c9d5;
  border-radius: 14px;
  max-width: 670px;
  margin-bottom: 24px;
  padding: 32px;
  position: relative;
}

.timeline-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.timeline-line {
  background-color: #3f2b7f;
  width: 2px;
  height: 100%;
  position: absolute;
}

.timeline-line.top {
  background-color: #3f2b7f;
  height: 50%;
  bottom: 0;
}

.timeline-line.bottom {
  height: 50%;
  top: 0;
}

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

.column-x-large-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.timeline-background-wrapper {
  position: relative;
}

.h3-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.h6-heading-2 {
  color: #3f2b7f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.h2-heading-2 {
  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;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.button-primary-6 {
  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-6:hover {
  background-color: #4a5fe4;
}

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

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

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

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

.column-x-large-3 {
  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-3 {
  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;
}

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

.section-regular-3 {
  padding: 40px 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;
}

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

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

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

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

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

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

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

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

.process-detail {
  color: #999;
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.process-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}

.shape-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.line-break {
  border: 1px dashed #d9d9d9;
  width: 100%;
  height: 2px;
}

.process-title-wrap {
  text-align: center;
  max-width: 610px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.process-block {
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.number-large {
  color: #3f2b7f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  position: absolute;
  top: -24px;
}

.process-paragraph {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.process-title {
  color: #262626;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.process-grid {
  grid-column-gap: 14px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  align-items: center;
  padding-top: 20px;
}

.title-small {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.process-section {
  background-color: #fdfcfa;
  padding: 40px 5% 2px;
}

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

.content-footnote {
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  display: flex;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-700 {
  color: #5f5e5d;
}

.section-regular-5 {
  background-color: #fdfcfa;
  padding: 0 0%;
}

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

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.feature-image {
  height: 100%;
}

.countup-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.column-small-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-large-3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

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

.max-width-regular-2 {
  max-width: 550px;
}

.text-color-red-501 {
  color: #ff443d;
}

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

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  align-items: center;
  padding: 32px;
  display: flex;
}

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

.section-large-4.background-primary {
  background-color: #f7f7f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-regular-4 {
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-3 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-heading-3 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.column-small-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.h5-heading-3 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

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

.button-primary-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-8:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.body {
  background-color: #3f2b7f;
}

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 40px;
  display: flex;
}

.title-left.purple {
  color: #8e8a8a;
}

.title-left.footer-3 {
  max-width: 1200px;
}

.paragraph-regular-6 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-6.text-color-tertiary {
  color: #fff;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
}

.paragraph-regular-6.text-color-tertiary.black {
  color: #000;
}

.h2-heading-5 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.h2-heading-5.purple {
  color: #3f2b7f;
  font-weight: 500;
}

.h2-heading-5.naslov-2 {
  color: #3f2b7f;
}

.section-large-5 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-5.background-secondary {
  background-color: #3f2b7f;
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-large-5.background-secondary.footer {
  background-color: #fff;
  padding-bottom: 30px;
}

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

.feature-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfcfa;
  border-radius: 32px;
  flex-flow: column;
  flex: 1;
  padding: 32px;
  display: flex;
}

.paragraph-large-4 {
  color: #6b5843;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-accent-brand {
  color: #e372ac;
  white-space: nowrap;
  font-style: normal;
}

.container-regular-5 {
  z-index: 2;
  width: 100%;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pargraph-2 {
  color: #fff;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.pargraph-2.footer-2 {
  color: #3f2b7f;
}

.dodatni-opis {
  color: #6b5843;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  color: #3f2b7f;
  font-size: 25px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 25px;
}

.timeline-step-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.timeline-dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.timeline-top {
  background-color: #f5f5f5;
  padding: 72px 24px;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.timeline-bottom {
  padding: 48px 5% 72px;
}

.timeline-card-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.timeline-container {
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.timeline-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #666;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

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

.timeline-tab-link.w--current {
  color: #000;
  background-color: #f5f5f5;
}

.section-2x-small {
  padding: 20px 5%;
}

.timeline-header-mockup {
  margin-bottom: -180px;
}

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

.paragraph-small-6 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-6.text-color-secondary {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.timeline-dot-small {
  background-color: #000;
  border-radius: 6px;
  flex: none;
  width: 4px;
  height: 4px;
}

.text-color-tertiary {
  color: #8f8f8f;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.timeline-bar {
  background-color: #e3e3e3;
  flex: 1;
  height: 1.2px;
  margin-right: -32px;
  position: relative;
}

.tabs-content {
  padding: 1px;
}

.timeline-bar-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

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

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.label-regular {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.grid-two-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.timeline-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

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

.badge-outline-2 {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .process-detail {
    font-size: 14px;
    line-height: 1.4;
  }

  .shape-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .process-container {
    max-width: 1016px;
  }

  .title-left {
    max-width: 950px;
  }

  .h2-heading-5 {
    padding-right: 40px;
  }

  .section-large-5.background-secondary.footer {
    padding-top: 40px;
  }

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

@media screen and (max-width: 991px) {
  .nav-menu-card {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-image {
    max-width: none;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-left {
    display: none;
  }

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

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

  .faq-footnote-cta {
    order: -1;
  }

  .h3-heading {
    font-size: 40px;
  }

  .faq-footnote {
    grid-template-columns: 1fr;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list-small.w--open {
    padding-top: 0;
    position: static;
  }

  .nav-links-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 8px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-2-menu-card {
    min-width: auto;
  }

  .navigation-absolute {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-left {
    background-color: #0000;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .nav-dropdown {
    width: 100%;
  }

  .header-logos-wrapper {
    width: 95%;
  }

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

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

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

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

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

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

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

  .line-break {
    display: none;
  }

  .process-title-wrap {
    max-width: 600px;
    margin-bottom: 100px;
  }

  .process-grid {
    grid-column-gap: 32px;
    grid-row-gap: 60px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .h3-heading-3 {
    font-size: 40px;
  }

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

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

  .timeline-top {
    flex-direction: column;
    align-items: center;
  }

  .timeline-bottom {
    padding-top: 120px;
  }

  .timeline-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .nav-menu-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 4px;
  }

  .nav-menu-image {
    max-height: 240px;
  }

  .nav-links-featured {
    padding: 4px;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

  .background {
    display: none;
  }

  .nav-card-image {
    max-height: 250px;
  }

  .nav-2-menu-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .nav-2-menu-links {
    padding: 0 4px;
  }

  .display-heading {
    font-size: 64px;
  }

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

  .display-heading-2 {
    font-size: 64px;
  }

  .logo-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .logo-row-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .h3-heading-2 {
    font-size: 36px;
    line-height: 52px;
  }

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

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

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

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

  .process-heading {
    font-size: 50px;
  }

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

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

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

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

  .background-3 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .nav-badge {
    border-radius: 10px;
  }

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

  .h1-heading {
    color: #3f2b7f;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-section {
    min-height: auto;
  }

  .nav-buttons {
    display: none;
  }

  .display-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .header-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .display-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .paragraph-x-large-3 {
    color: #434343;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .logo-row-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-around;
  }

  .paragraph-large-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-regular-2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .timeline-card {
    padding: 24px;
  }

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

  .process-detail {
    color: #434343;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .process-block {
    justify-content: center;
    align-items: center;
  }

  .number-large {
    font-size: 90px;
  }

  .process-title {
    text-align: center;
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-regular-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .h2-heading-5.naslov-2 {
    color: #3f2b7f;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
  }

  .section-large-5.background-secondary {
    padding-bottom: 60px;
  }

  .pargraph-2 {
    text-align: left;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .bold-text-2 {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    font-weight: 500;
    display: block;
  }

  .bold-text-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-step-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-dot {
    background-color: #ffffff30;
  }

  .timeline-top {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .timeline-bottom {
    padding-bottom: 48px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-card-small {
    flex-direction: row;
  }

  .timeline-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline-header-mockup {
    margin-bottom: -120px;
  }

  .timeline-bar {
    background-color: #ffffff30;
    flex: 1;
    width: 1.2px;
    height: auto;
    margin-bottom: -40px;
    margin-right: 0;
  }

  .timeline-bar-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .timeline-grid-2 {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .timeline-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    align-items: stretch;
    margin-bottom: 48px;
  }

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

#w-node-_02229dcd-a2f1-f086-f12c-91dd17e23017-3dc66602 {
  justify-self: center;
}

#w-node-_61885224-c823-2ef4-e780-c224f5347116-3dc66602 {
  align-self: center;
}

#w-node-_61885224-c823-2ef4-e780-c224f5347120-3dc66602, #w-node-_61885224-c823-2ef4-e780-c224f534712a-3dc66602 {
  place-self: center;
}

#w-node-a17515ce-ef7e-3faa-c17e-35016f9ad236-3dc66602, #w-node-a17515ce-ef7e-3faa-c17e-35016f9ad243-3dc66602, #w-node-a17515ce-ef7e-3faa-c17e-35016f9ad250-3dc66602, #w-node-a17515ce-ef7e-3faa-c17e-35016f9ad25d-3dc66602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02229dcd-a2f1-f086-f12c-91dd17e23019-3dc66602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02229dcd-a2f1-f086-f12c-91dd17e23017-3dc66602 {
    order: 9999;
  }

  #w-node-_02229dcd-a2f1-f086-f12c-91dd17e23019-3dc66602 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61885224-c823-2ef4-e780-c224f534710d-3dc66602 {
    justify-self: start;
  }
}


