:root {
  --dark-blue: #001c4c;
  --white: white;
  --red: #ef5c48;
  --purple: #8f7ee8;
  --text: #8796a4;
  --light-blue: #0ccffb;
  --bg-light: #f7f8fa;
  --black: black;
}

body {
  color: var(--dark-blue);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.c-container {
  max-width: calc(960px + 10%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.c-container.cc-fullwidth {
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
}

.section-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.vault-intro {
  color: var(--white);
  background-image: linear-gradient(#142520, #07120f);
  border-radius: 40px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.img-bg {
  position: absolute;
  inset: 0%;
}

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

.c-image.cc-cover {
  object-fit: cover;
}

.vault-content {
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 48px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  display: flex;
  position: relative;
}

.feature-card {
  background-color: #fff;
  border: 1px solid #001c4c12;
  border-radius: 40px;
  height: 480px;
  display: flex;
  position: relative;
}

.feature-card.cc-blue {
  background-color: var(--dark-blue);
  color: var(--white);
}

.feature-card.cc-small {
  height: 420px;
}

.feature-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.feature-content.cc-right {
  padding-right: 48px;
}

.feature-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 8px 14px 8px 10px;
  font-weight: 600;
  display: flex;
}

.feature-title.cc-light-red {
  color: var(--dark-blue);
  background-color: #ef5c481a;
  font-size: 14px;
  line-height: 24px;
}

.i-24 {
  width: 24px;
  height: 24px;
}

.feature-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.fl-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
  display: flex;
}

.list-thumb {
  flex: none;
  width: 20px;
  height: 20px;
}

.feature-disclaimer {
  text-wrap: balance;
  font-size: 14px;
  font-weight: 500;
}

.feature-mockup {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.mockup-frame {
  width: 300px;
}

.twin-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.twin-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  background-color: #000;
  border-radius: 40px;
  flex-flow: column;
  min-height: 400px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twin-card.cc-bottom {
  justify-content: flex-end;
  align-items: stretch;
}

.twin-card.cc-light {
  color: var(--dark-blue);
  background-color: #f7f7f7;
  padding-bottom: 0;
}

.tc-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  font-size: 16px;
  display: flex;
  position: relative;
}

.tc-title {
  text-wrap: balance;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

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

.tc-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  background-color: #ffffff14;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  line-height: 130%;
  display: flex;
}

.tc-icon {
  background-color: var(--red);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tc-icon.cc-purple {
  background-color: var(--purple);
}

.i-20 {
  width: 20px;
  height: 20px;
}

.tc-item_body {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  font-weight: 500;
  display: flex;
}

.text-tiny {
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
}

.uc-bold {
  font-weight: 700;
}

.loans-intro {
  background-color: #f7f7f7;
  border-radius: 40px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.loans-content {
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  height: 100%;
  padding: 48px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  display: flex;
  position: relative;
}

.uc-italic {
  font-style: italic;
  font-weight: 400;
}

.footer {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
}

.insights-intro {
  background-color: #bfd1e7;
  border-radius: 40px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  height: 136vh;
  max-height: 1120px;
  margin-bottom: 16px;
  position: relative;
}

.hero-img {
  transform-origin: 0%;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content {
  padding-top: 22vh;
  position: relative;
}

.hero-title {
  color: var(--dark-blue);
  letter-spacing: -.02em;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.hero-content_inner {
  text-wrap: balance;
  max-width: 640px;
  font-weight: 500;
}

.hero-body {
  color: #001c4c99;
  letter-spacing: -.01em;
  mix-blend-mode: luminosity;
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.outline-btn {
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: var(--light-blue);
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: var(--light-blue);
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: var(--light-blue);
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: var(--light-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  letter-spacing: -.01em;
  cursor: pointer;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 80px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.hero-mask {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-left {
  background-color: #fff;
  border-top-right-radius: 60px;
  flex: 1;
  height: 40vh;
}

.mask-center {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  max-width: 960px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 0 40px 0 20px #fff;
}

.mask-right {
  background-color: #fff;
  border-top-left-radius: 60px;
  flex: 1;
  height: 50vh;
}

.cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fafd9e;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  padding: 48px;
  display: flex;
}

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

.heading-1 {
  letter-spacing: -.02em;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.c-avatars {
  display: flex;
}

.c-navatar {
  background-color: #fff6;
  border: 2px solid #fff;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: -12px;
  overflow: hidden;
}

.c-navatar.cc-frist {
  margin-left: 0;
}

.footer-btm {
  border-top: 1px solid #f7f8fa;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.c-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.footer-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.c-logo {
  width: 100px;
  height: 40px;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.primary-btn {
  background-color: var(--dark-blue);
  color: var(--white);
  letter-spacing: -.01em;
  cursor: pointer;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.primary-btn.cc-small {
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 15px;
}

.subscribe-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.subscribe-label {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-field {
  background-color: #f7f8fa;
  border: 1px solid #0000;
  border-radius: 16px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: #b7c0c8;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-field.cc-large {
  border-radius: 20px;
  height: 64px;
}

.c-nav {
  z-index: 2;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 1px 5px 1px #001c4c0d;
}

.faq-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 56px 48px;
  display: grid;
}

.faq-intro {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.secondary-btn {
  background-color: var(--white);
  color: var(--dark-blue);
  letter-spacing: -.01em;
  border: 2px solid #001c4c12;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.faq {
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-heading {
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.faq-btn {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 24px;
  height: 24px;
  display: grid;
}

.faq-body {
  height: 0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.faq-body.cc-closed {
  height: 0;
  padding-top: 0;
  overflow: hidden;
}

.faq-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.modal {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.cc-open {
  opacity: 1;
  pointer-events: auto;
}

.popup {
  border: 4px solid var(--light-blue);
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
}

.popup-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.popup-close {
  background-color: var(--bg-light);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.uc-text {
  color: var(--text);
}

.ea-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.popup-title-text {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.page-loader {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  pointer-events: all;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-loader.cc-hide {
  display: none;
}

.loader-progress {
  background-color: #ffffff14;
  border-radius: 50px;
  width: 50%;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.loader-progress-inner {
  background-color: var(--white);
  border-radius: 40px;
  width: 7%;
  height: 24px;
}

.loader-text {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-success {
  background-color: #21cc3f12;
  border-radius: 20px;
  margin-top: 24px;
  padding: 24px;
}

.success-icon {
  color: #21cc3f;
  width: 56px;
  height: 56px;
}

.form-message {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.form-message.cc-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-error {
  background-color: #fe5f5712;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.error-icon {
  color: #fe5f57;
  width: 20px;
  height: 20px;
}

.form-loading {
  display: none;
}

.hero-imgs {
  max-width: 100vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-prose {
  letter-spacing: -.01em;
  mix-blend-mode: luminosity;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.loader-logo {
  height: 56px;
}

@media screen and (max-width: 991px) {
  .feature-card {
    flex-flow: column;
    height: auto;
  }

  .feature-card.cc-small {
    flex-flow: column-reverse;
    height: auto;
  }

  .feature-content {
    width: auto;
    padding-right: 48px;
  }

  .twin-card {
    height: auto;
  }

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

  .footer-top {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .feature-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
    font-size: 15px;
  }

  .feature-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mockup-frame {
    width: 240px;
  }

  .twin-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .twin-card {
    padding: 32px;
  }

  .tc-content {
    font-size: 14px;
  }

  .tc-title {
    font-size: 24px;
    line-height: 28px;
  }

  .loans-content {
    width: auto;
    padding: 32px;
    font-size: 40px;
    line-height: 48px;
  }

  .footer {
    padding: 32px;
  }

  .hero-inner {
    min-height: 100vh;
  }

  .hero-content {
    padding-top: 20vh;
  }

  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }

  .outline-btn {
    height: 64px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 18px;
  }

  .mask-left {
    display: none;
  }

  .mask-center {
    padding: 32px 32px 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .mask-right {
    display: none;
  }

  .cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 48px;
  }

  .c-navatar {
    width: 40px;
    height: 40px;
  }

  .footer-btm {
    margin-top: 32px;
    padding-top: 32px;
  }

  .faq-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

  .popup {
    margin-left: 5%;
    margin-right: 5%;
    padding: 24px;
  }

  .hero-prose {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero-inner {
    min-height: 130vh;
  }

  .hero-img {
    transform-origin: 0 0;
    transform: scale(1.1);
  }

  .hero-content {
    padding-top: 15vh;
  }
}

#w-node-_999a9b09-d68f-a710-b1fb-56c2482b3337-7aeae359, #w-node-c3a52597-425b-1635-68f6-4d012ea324df-7aeae359, #w-node-e57b7189-2e7b-fc5e-5f47-a70a3eda8cfd-7aeae359, #w-node-e57b7189-2e7b-fc5e-5f47-a70a3eda8cfe-7aeae359, #w-node-_65c8b6bf-5cdc-04e3-f3df-fc3ead7167b9-7aeae359, #w-node-_65c8b6bf-5cdc-04e3-f3df-fc3ead7167ba-7aeae359, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c24ec-7e7af55b, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c24ed-7e7af55b, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c24f6-7e7af55b, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c24f7-7e7af55b, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c2500-7e7af55b, #w-node-_8fe11e4b-5404-42a0-ed2c-72d1104c2501-7e7af55b {
  grid-area: 1 / 1 / 2 / 2;
}


