@font-face {
  font-family: Spacegrotesk Variable;
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: underline;
}

strong {
  color: #fff;
  font-weight: 500;
  text-decoration-color: #fff;
}

.page-wrap {
  background-color: #041c43;
  flex-flow: column;
  height: 100vh;
  min-height: 700px;
  font-family: Spacegrotesk Variable, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  border-bottom: 1px solid #1a345f;
}

.nav.full-w {
  width: 100%;
  max-width: 1000px;
}

.hero {
  color: #fff;
  height: 100%;
  position: relative;
}

.footer {
  margin-top: auto;
}

.bg-image {
  mix-blend-mode: lighten;
  position: absolute;
  inset: auto 0% 0%;
}

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

.container.d-flex {
  height: 100%;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.soc-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.hero-heading {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 400;
  line-height: .95em;
}

.hero-paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 805px;
  margin-top: 70px;
  display: flex;
}

.primary-cta {
  background-image: linear-gradient(#cdd2da, #2c4162);
  border-radius: 8px;
  padding: 1px;
}

.primary-cta-inner {
  color: #fff;
  letter-spacing: -.02em;
  background-image: linear-gradient(90deg, #2f4464, #10284d 40% 60%, #2d4263);
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.primary-cta-inner.hero-v {
  background-image: linear-gradient(90deg, #183052, #041c43 25% 75%, #1c3256);
  text-decoration: none;
}

.footer-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #041c43cc;
  background-image: url('../images/Frame-2147229178-2.png');
  background-position: 50%;
  background-size: 100% 100%;
  justify-content: space-between;
  align-items: center;
  height: 138px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block {
  color: #ffffff80;
  letter-spacing: -.02em;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.terms-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8px;
  display: flex;
}

.terms-link {
  color: #ffffff80;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.powered-by {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: 32px;
}

.image {
  max-height: 30px;
}

.page-wrap-v2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 250px -100px #fff;
}

.page-wrap-v2.normal-bg {
  box-shadow: none;
  height: auto;
}

.page-wrap-v2.normal-bg.adjusted-width {
  background-color: #041c43;
  width: auto;
  font-family: Spacegrotesk Variable, Arial, sans-serif;
}

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

.content-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand-logo {
  z-index: 1;
  width: 70px;
  max-width: 100px;
  position: static;
  top: 32px;
  left: 64px;
}

.rich-text-block {
  color: #fff;
  margin-top: 40px;
  padding-bottom: 80px;
}

.rich-text-block strong {
  font-size: 16px;
}

.rich-text-block a {
  color: #fff;
  text-underline-offset: 2px;
  text-decoration-color: #ffffffbf;
}

.link {
  text-underline-offset: 2px;
  text-decoration-color: #fff;
}

.body {
  font-size: 16px;
}

.content-wrap-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rich-text-block-2 {
  color: #fff;
  margin-top: 40px;
  padding-bottom: 80px;
}

.rich-text-block-2 a {
  color: #fff;
  text-underline-offset: 2px;
  text-decoration-color: #ffffffbf;
}

.link-2 {
  text-underline-offset: 2px;
  text-decoration-color: #fff;
}

.list-lvl-2 {
  margin-top: 5px;
  padding-left: 40px;
}

.list-2, .list-lvl-1 {
  margin-top: 5px;
}

.link-3 {
  color: #ffffff80;
  text-underline-offset: 2px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .bg-image {
    bottom: 138px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-v {
    padding-left: 0;
    padding-right: 0;
  }

  .container.d-flex {
    flex-flow: column;
  }

  .hero-wrap {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .content-wrap {
    width: 95%;
  }

  .brand-logo {
    left: 32px;
  }

  .content-wrap-2 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 56px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 1.4em;
  }

  .footer-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .terms-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-block-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container.padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-cta-inner, .primary-cta-inner.hero-v {
    font-size: 16px;
  }

  .footer-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    padding: 20px;
  }

  .text-block {
    font-size: 14px;
    font-weight: 300;
  }

  .terms-wrap {
    justify-content: center;
    align-items: flex-start;
    font-weight: 300;
  }

  .terms-link {
    font-size: 14px;
  }

  .powered-by {
    width: 300px;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .brand-logo {
    left: 16px;
  }

  .rich-text-block {
    margin-top: 0;
  }

  .list-lvl-2 {
    padding-left: 20px;
  }

  .list-lvl-1 {
    padding-left: 0;
  }

  .list-lvl-0 {
    padding-left: 20px;
  }
}


@font-face {
  font-family: 'Spacegrotesk Variable';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}