@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background-color: #090807;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  width: calc(100% - 32px);
  background-color: transparent;
  padding: 16px;
}

header.scrolled {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
}

header img {
  height: 89px;
}

.landing {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(127deg, #63107D 10.48%, #3D074E 81.65%), linear-gradient(180deg, #3D074E 0%, #3D074E 100%);
  background-size: cover;
  background-position: bottom;
}

.landing-content {
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 15px;
}

.landing-content > div {
  max-width: 630px;
}

.landing h1 {
  margin: 0 0 15px 0;
  font-size: 54px;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 70px;
  color: #FFF;
  letter-spacing: -0.64px;
}

.landing h1 > span, .landing-offer h2 > span {
  color: #EFC714;
}

.landing h1 > span {
  font-size: 64px;
  font-style: normal;
  line-height: 70px;
  letter-spacing: -0.64px;
}

.landing-offer {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.landing-offer h2 {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cta-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFEC00 0%, #D58F00 100%);
  color: #000;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.50);
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 32px;
  letter-spacing: 0.276px;
  border: 2px solid rgba(0, 0, 0, 0.30);
  border-radius: 12px;
  margin-bottom: 30px;
}

.cta-link:hover {
  transition: 0.3s;
  background-color: #FFEC00;
}

.landing-payments-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.landing-payments-logos img {
  height: 25px;
}

.terms-info {
  margin: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.angle-top-image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.angle-bottom-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.hero {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
}

footer {
  background: #23211D;
  color: white;
}

footer section {
  max-width: 1320px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 15px;
}

footer p {
  margin: 0 0 40px 0;
}

footer p a {
  color: white;
}

footer .copyright, footer .warning {
  text-align: center;
}

footer .underline {
  text-decoration: underline;
}

footer div.images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

footer div.images img {
  max-height: 30px;
}

footer div.images:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .landing h1 {
    font-size: 58px;
    letter-spacing: -0.58px;
  }

  .landing-offer h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .landing h1 {
    font-size: 52px;
    letter-spacing: -0.52px;
    margin-bottom: 0px;
  }

  .landing-offer h2 {
    font-size: 30px;
  }

  .cta-link {
    line-height: normal;
  }
}

@media (max-width: 992px) {
  header img {
    height: 72px;
  }

  .landing {
    align-items: flex-start;
    background-position: 25% bottom;
  }

  .landing-content {
    margin-top: 40px;
  }

  .landing-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .landing h1 {
    text-align: center;
  }

  .landing h1, .landing h1 span {
    font-size: 36px;
    letter-spacing: -0.48px;
  }

  .landing-offer {
    margin-bottom: 0px;
  }

  .landing-offer h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .landing-offer p {
    font-size: 18px;
  }

  .landing-payments-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .hero {
    width: 280px;
    left: calc(50% - 140px);
    bottom: -70px;
  }
}

@media (max-width: 768px) {
  .landing-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .landing h1, .landing h1 span {
    text-shadow: none;
    font-size: 28px;
    letter-spacing: -0.28px;
    margin-bottom: 0px;
  }

  .landing-offer img {
    display: none;
  }

  .landing-offer h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  .cta-link {
    max-width: 100%;
    width: auto;
    font-size: 16px;
    font-weight: 900;
  }

  .landing-payments-logos img {
    height: 20px;
  }

  .terms-info, .angle-bottom-image {
    display: none;
  }
}