:root {
  --white-64: #ffffffa3;
  --redish: #b12828;
  --purplish: #552b98;
  --bluish: #141348;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 90px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.div-block {
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 104px;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph {
  color: #ffffffa3;
  margin-top: 40px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer.static {
  position: static;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-image {
  max-width: 600px;
  position: relative;
}

.logo-container {
  flex-direction: column;
  align-items: center;
  max-width: 1368px;
  display: flex;
}

.navbar {
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.static {
  position: static;
}

.container {
  margin-left: 64px;
  margin-right: 64px;
}

.image {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.heading {
  color: #fff;
  max-width: 540px;
  font-size: 76px;
  font-weight: 400;
  line-height: 76px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.link {
  color: var(--white-64);
  align-self: center;
  font-family: Lexend Deca, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #ffffffc7;
}

.link.button {
  background-color: #ffffff1f;
  border-radius: 20px;
  padding: 3px 16px;
  transition: background-color .2s, color .2s;
}

.link.button:hover {
  color: #000;
  background-color: #ffffff4d;
}

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

.link-2 {
  color: #ffffffa3;
  font-family: Lexend Deca, sans-serif;
}

.link-bg {
  color: #ffffffa3;
  background-color: #fff3;
  border-radius: 20px;
  align-self: center;
  padding: 4px 16px;
  font-family: Lexend Deca, sans-serif;
  text-decoration: none;
}

.body-3 {
  background-image: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.wrapper {
  background-image: linear-gradient(200deg, var(--redish), var(--purplish) 50%, var(--bluish));
  min-height: 100vh;
}

.privacy-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.paragraph-small {
  color: #ffffffa3;
  margin-top: 40px;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.span-white {
  color: #fff;
}

.privacy-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.subtitle {
  color: #ffffffa3;
  align-self: center;
  font-family: Lexend Deca, sans-serif;
}

.brand {
  padding: 8px;
}

.list {
  color: #ffffffa3;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  list-style-type: square;
}

.list-item {
  margin-top: 8px;
}

.icon-12 {
  align-self: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.privacy-link {
  color: #ffffffa3;
  border-bottom: 2px dashed #fff6;
  padding-bottom: 3px;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s;
}

.privacy-link:hover {
  color: #fff;
}

.privacy-link-block {
  flex-wrap: wrap;
  align-items: center;
  height: 24px;
  margin-top: 8px;
  display: flex;
}

.store-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-store.hidden {
  display: block;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    position: static;
    right: auto;
  }

  .paragraph {
    text-align: center;
    align-self: center;
    max-width: 640px;
    margin-top: 32px;
    line-height: 36px;
  }

  .footer {
    position: static;
  }

  .hero-section {
    height: auto;
    margin-top: 16px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-image {
    max-width: 800px;
    margin-top: 80px;
  }

  .navbar {
    position: static;
  }

  .container {
    max-width: none;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    line-height: 88px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .privacy-wrapper {
    flex-direction: column;
  }

  .paragraph-small {
    max-width: 640px;
    margin-top: 32px;
    line-height: 36px;
  }

  .privacy-section {
    height: auto;
    margin-top: 12px;
  }

  .store-wrapper {
    justify-content: center;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-left: 48px;
    margin-right: 48px;
  }

  .hero-section {
    min-height: auto;
    margin-top: 32px;
  }

  .navbar {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .heading {
    font-size: 64px;
    line-height: 110%;
  }

  .div-block-4 {
    flex-wrap: wrap;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .store-wrapper {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #17144c;
  }

  .paragraph {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 16px;
    margin-right: 16px;
    position: static;
  }

  .hero-image {
    margin-top: 64px;
  }

  .container {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 12px;
  }

  .body-3 {
    background-image: linear-gradient(212deg, #141348, #552b98 50%, #b12828);
  }

  .container-2 {
    max-width: none;
  }

  .footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .paragraph-small {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .icon-12 {
    margin-top: 6px;
  }

  .privacy-link {
    padding-bottom: 1px;
    font-size: 16px;
  }

  .privacy-link-block {
    margin-top: 0;
  }

  .store-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .button-store {
    width: 154px;
  }
}

#w-node-_39252188-2fb2-9da4-4202-c0274bcb6f7a-989dbdf6 {
  place-self: center;
}


