:root {
  --dark-light: rgba(37, 40, 44, .72);
  --dark: #1e1e1e;
  --nav: #fff;
  --blue: #146ef5;
  --blue-light: #cee6ff;
  --white: #fff;
  --white-2: white;
  --black: black;
}

body {
  color: var(--dark-light);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 1rem;
}

.page-wrapper {
  position: relative;
}

.section-hero {
  background-color: #000;
  background-image: linear-gradient(to top, #146ef5, #000 60%);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 95svh;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 150svh;
  display: flex;
  position: relative;
}

.spline {
  z-index: 2;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.headline-large {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  flex-direction: column;
  max-width: 10ch;
  margin-top: 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.headline-large.no-margin {
  margin-bottom: 0;
}

.page-padding {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.grid-12cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.headline-medium {
  letter-spacing: -.05em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.paragraph-medium {
  color: rgba(37, 40, 44, .72);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.body {
  color: #051022;
}

.header {
  z-index: 10;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-header {
  color: var(--nav);
  width: 100%;
  max-width: 10rem;
  display: flex;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-transform: none;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-headline-top {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.hero-headline-bottom {
  z-index: 2;
  margin-bottom: -.1em;
  padding-bottom: .1em;
  position: relative;
  overflow: hidden;
}

.subtitle {
  background-color: var(--blue-light);
  color: var(--blue);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 5rem;
  margin-bottom: 1rem;
  padding: .25rem .75rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
}

.section-personalization {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 150svh;
  display: flex;
  position: relative;
}

.app-screens-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
}

.card-ui-img {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 1rem;
  position: absolute;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, .016), 0 0 rgba(0, 0, 0, .024), 0 0 .2px rgba(0, 0, 0, .024), 0 1px .4px rgba(0, 0, 0, .027), 0 1px .9px rgba(0, 0, 0, .027), 0 3px 1.7px rgba(0, 0, 0, .027), 0 5px 3.1px rgba(0, 0, 0, .027), 0 9px 5.4px rgba(0, 0, 0, .03), 0 15px 9.1px rgba(0, 0, 0, .03), 0 25px 15.3px rgba(0, 0, 0, .03), 0 43px 26.5px rgba(0, 0, 0, .035), 0 82px 50.2px rgba(0, 0, 0, .035);
}

.card-ui-img._01 {
  width: 60%;
  top: -20%;
  left: -20%;
}

.card-ui-img._02 {
  width: 35%;
  bottom: -15%;
  left: -10%;
}

.card-ui-img._03 {
  width: 60%;
  bottom: 7%;
  right: -30%;
}

.section-how-it-works {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 150svh;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.numbers-list-item {
  margin-bottom: 1rem;
  display: flex;
}

.numbers-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-number-wrapper {
  background-color: var(--blue-light);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: flex;
  overflow: hidden;
}

.numbers-list-number {
  color: var(--blue);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.no-margin {
  margin-bottom: 0;
}

.headline-wrapper {
  margin-bottom: 2.5rem;
}

.spline-wrapper {
  padding-bottom: 100vh;
  position: relative;
}

.section-cta {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 10rem;
  display: block;
  position: relative;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-cta-spacer {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 150svh;
  margin-bottom: -100vh;
  display: none;
  position: relative;
}

.footer {
  z-index: 0;
  background-color: var(--dark);
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

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

.disclaimer {
  margin-top: 2.5rem;
  font-size: .75rem;
  display: none;
}

.logo-footer {
  color: #fff;
  width: 100%;
  max-width: 10rem;
  display: block;
}

.sub-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  font-size: .875rem;
  display: flex;
}

.sub-footer-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: none;
}

.sub-footer-link {
  opacity: .7;
  color: var(--white);
  transition: opacity .2s ease-in-out;
}

.sub-footer-link:hover {
  opacity: 1;
}

.button-bg {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-label {
  z-index: 1;
  text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
  align-items: center;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.logo-bg {
  z-index: 0;
  opacity: .5;
  mix-blend-mode: normal;
  width: 50vw;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-headline-top-inner, .hero-headline-bottom-inner {
  display: block;
}

.page-content-wrapper {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.circle-bg {
  z-index: 0;
  background-color: var(--blue);
  opacity: .2;
  filter: blur(20vw);
  width: 80vw;
  height: 80vw;
  position: absolute;
  bottom: 0%;
  transform: translate(0, 80%)rotate(0);
}

.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) {
  .section-intro {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .headline-large {
    font-size: 7rem;
  }

  .grid-12cols {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
  }

  .section-personalization {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .card-ui-img._01 {
    top: -2%;
  }

  .card-ui-img._02 {
    bottom: -5%;
    left: -26%;
  }

  .card-ui-img._03 {
    bottom: 18%;
    right: 10%;
  }

  .section-how-it-works {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .section-cta {
    justify-content: flex-end;
  }

  .section-cta-spacer {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .logo-bg {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .section-hero {
    height: 60svh;
  }

  .section-intro {
    z-index: 1;
    justify-content: center;
    height: 80svh;
  }

  .headline-large {
    font-size: 12vw;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-12cols {
    display: block;
  }

  .headline-medium {
    font-size: 2rem;
  }

  .paragraph-medium {
    font-size: 1rem;
  }

  .logo-header {
    max-width: 8rem;
  }

  .section-personalization {
    justify-content: center;
  }

  .app-screens-wrapper {
    padding-bottom: 100%;
  }

  .card-ui-img {
    border-radius: .5rem;
  }

  .card-ui-img._01 {
    width: 40%;
    left: -6%;
  }

  .card-ui-img._02 {
    width: 25%;
    bottom: 13%;
    left: 5%;
  }

  .card-ui-img._03 {
    width: 40%;
    bottom: 35%;
    right: -5%;
  }

  .section-how-it-works {
    justify-content: center;
  }

  .sticky-wrapper {
    align-items: flex-end;
    padding-bottom: 1.5rem;
  }

  .section-cta {
    margin-top: -5rem;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .logo-bg {
    width: 120vw;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 60svh;
  }

  .section-intro {
    height: 80svh;
  }

  .headline-large {
    font-size: 3rem;
  }

  .section-personalization {
    height: 80svh;
  }

  .app-screens-wrapper {
    height: 35%;
    margin-bottom: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .card-ui-img._01 {
    width: 50%;
    top: -7%;
    left: -27%;
  }

  .card-ui-img._02 {
    width: 35%;
    bottom: 31%;
    left: -2%;
  }

  .card-ui-img._03 {
    width: 50%;
    right: -24%;
  }

  .sub-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-footer-links {
    margin-top: 1.5rem;
  }
}

#w-node-_5ddaa221-9556-98a5-f048-d01ae8523b2f-be53b11d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5ddaa221-9556-98a5-f048-d01ae8523b33-be53b11d {
  grid-area: 1 / 10 / 2 / 13;
  align-self: auto;
  justify-self: auto;
}

#w-node-_52a5ee2f-d654-295c-50f6-93a4d6ab6886-be53b11d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_52a5ee2f-d654-295c-50f6-93a4d6ab688b-be53b11d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_37419880-8781-33f6-db6a-0522ffc2940c-be53b11d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_37419880-8781-33f6-db6a-0522ffc29412-be53b11d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_02ac3a68-c5da-70d2-f3ed-e692e9bb9e23-be53b11d {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-fc6a9ced-b097-b778-c764-6adb0d5b8a1a-be53b11d, #w-node-_85ab578b-af86-bcb4-15ad-af0cd42e0f74-be53b11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ddaa221-9556-98a5-f048-d01ae8523b33-be53b11d {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_52a5ee2f-d654-295c-50f6-93a4d6ab688b-be53b11d, #w-node-_37419880-8781-33f6-db6a-0522ffc29412-be53b11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02ac3a68-c5da-70d2-f3ed-e692e9bb9e23-be53b11d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}