:root {
  --navy: #140e2c;
  --pale15: #8f7dcf26;
  --pale: #a39bc2;
  --orange: #f8a761;
  --magenta: #ff42dc;
  --black60: #0009;
  --color: white;
  --navy60: #140e2c99;
  --white: var(--color);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #fff;
  max-width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: #fff;
  border-radius: 1.5em;
  padding: .75em 1.5em;
  text-decoration: none;
}

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

.container-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  min-height: 100svh;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.body {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  background-color: var(--navy);
  letter-spacing: -.01em;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/tile-texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 4.25em;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.hero-title-wrapper {
  z-index: 15;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 25em;
  display: flex;
  position: relative;
}

.brand-line {
  z-index: 1;
  order: 0;
  align-self: auto;
  width: 40.625em;
  height: auto;
  position: absolute;
  inset: auto auto -15em 0%;
}

.brand-line.mobile {
  display: none;
}

.join-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--pale15);
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24.625em;
  height: auto;
  padding: 1em;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  color: #fff;
  background-color: #140e2c;
  font-size: 1.5rem;
}

.timer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 18px;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.label-smallest {
  font-size: .8125em;
  font-weight: 500;
}

.gift-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.hero-features-wrapper {
  z-index: 15;
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-auto-flow: row;
  padding: 2.5em;
  position: absolute;
  inset: auto 0 0 auto;
}

.paragraph-s {
  color: #d8d4e7;
  font-size: 1em;
  line-height: 140%;
}

.paragraph-s.grey {
  color: var(--pale);
  flex: 1;
  max-width: 100%;
}

.paragraph-s.black60 {
  flex: 1;
}

.feature-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  max-width: 12.5em;
  display: flex;
}

.cross-line {
  z-index: 1;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.container-default {
  z-index: 10;
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 61.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.about-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 22.5em;
  max-width: 100%;
  display: flex;
}

.heading-l {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  font-size: 2.125em;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.subcontent-h-flex {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-l {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-l.grey {
  color: var(--pale);
}

.hand-wrapper {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 32.5em;
  height: auto;
  display: flex;
  position: relative;
}

.feature-item-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 22.75em;
  display: flex;
}

.heading-s {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.heading-m {
  font-size: 2em;
  font-weight: 600;
  line-height: 110%;
}

.feature-item-content-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 9em;
  display: flex;
}

.feature-item-img {
  filter: drop-shadow(2em 2em 3em #0003);
}

.orange-span {
  color: var(--orange);
}

.green-span {
  color: #28b446;
}

.container-privacy {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-image: url('../images/gradient-border-bottom.png'), url('../images/gradient-border-top.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4em;
  display: flex;
}

.privacy-maincard-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.privacy-maincard-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 26.25em;
  display: flex;
}

.privacy-cards-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.privacy-card-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.container-header-fixed {
  z-index: 1001;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 90em;
  height: 3em;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: fixed;
  inset: 1.25em 0% auto;
}

.hero-section {
  z-index: 80;
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.hero-avatar-image {
  z-index: 10;
  max-width: 35em;
  display: none;
  position: absolute;
  inset: -6em -6em auto auto;
}

.hero-avatar-image.xs {
  max-width: 32em;
  display: block;
  top: -3em;
  right: -3em;
}

.brand-light {
  z-index: 0;
  width: 100%;
  max-width: 59.375em;
  height: auto;
}

.icon-orange {
  max-width: 2em;
}

.icon-pale-smallest {
  flex: none;
  width: 1.125em;
  height: 1.125em;
}

.grey {
  color: #a39bc2;
}

.playmarket-img {
  flex: none;
  max-width: 2.625em;
}

.blur-avatars {
  z-index: 0;
  max-width: 58.125em;
  display: block;
  position: absolute;
  inset: auto;
}

.smartphone {
  z-index: 10;
  max-width: 100%;
  height: auto;
  position: relative;
}

.cross-line-large {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 61.5em;
  margin-top: -13em;
  margin-bottom: -13em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.avatar {
  border-radius: 2.375em;
  max-width: 31.25em;
  display: none;
}

.paragraph-m {
  text-align: left;
  font-size: 1.125em;
  line-height: 140%;
}

.paragraph-m.grey {
  color: var(--pale);
}

.avatar-descripton {
  background-color: #f8a761;
  border-radius: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 24.375em;
  margin-top: 9em;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1em 1.25em 5em #f8a76199;
}

.brand-line-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 18.375em;
  text-decoration: none;
  display: flex;
}

.avatar-description-wraper {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.avatar-tile-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 9.5em;
  display: flex;
  position: absolute;
  inset: 2.75em auto auto;
}

.icon-white-largest {
  aspect-ratio: 1;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 2.375em;
  height: auto;
  text-decoration: none;
  display: flex;
}

.subtitle-l {
  text-align: center;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.subtitle-l.grey {
  flex: 1;
}

.section {
  z-index: 100;
  margin-top: 9em;
  position: relative;
}

.section.example {
  padding-bottom: 9em;
  display: flex;
  overflow: hidden;
}

.section.features {
  margin-top: 0;
}

.section._2 {
  display: flex;
}

.crown-img {
  max-width: 3em;
  height: auto;
}

.premium-wrapper {
  grid-row-gap: 1.5em;
  background-color: #f8a761;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 34.125em;
  padding: 1.5em;
  display: flex;
  box-shadow: 1em 1.25em 5em #f8a76199;
}

.premium-advantages-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-item {
  grid-column-gap: .875em;
  grid-row-gap: .875em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-point {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .625em;
  height: .625em;
  text-decoration: none;
  display: flex;
}

.subtitle-s {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.prices-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.premium-price {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 5.875em;
  text-decoration: none;
  display: flex;
}

.icon-white-large {
  z-index: 10;
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 1.75em;
  height: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.price-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  cursor: pointer;
  background-color: #000;
  border-radius: .625em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75em 1.5em;
  text-decoration: none;
  display: flex;
}

.button.open-signup {
  transition: all .15s;
}

.button.open-signup:hover {
  background-color: var(--magenta);
  box-shadow: 0 .35em .5em #ff42dc99, 0 .6em 2em #ff42dc99;
}

.label-l {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 120%;
}

.privacy-img {
  max-width: 14.625em;
}

.container-subscribe {
  background-color: var(--orange);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 1em 1.25em 5em #f8a76166;
}

.subscribe-form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: .75em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 24.35em;
  padding: 1.5em;
  display: flex;
}

.form-title-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.form-content-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-features-wrapper {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.form-feature-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.black60 {
  color: var(--black60);
}

.subtitle-xs {
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.subtitle-xs.black60 {
  margin-bottom: 0;
}

.subtitle-xs.black60.link {
  text-decoration: underline;
}

.form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.form-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-field {
  color: var(--black60);
  background-color: #e5e5e5;
  border-radius: .5em;
  width: 100%;
  height: 3em;
  margin-bottom: 0;
  padding: .5em .75em;
  font-size: 1em;
}

.label-xl {
  color: #fff;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 120%;
}

.submit-button {
  cursor: pointer;
  background-color: #000;
  border-radius: .625em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.25em;
  padding: .75em 1.5em;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--magenta);
  box-shadow: 0 .35em .5em #ff42dc99, 0 .6em 2em #ff42dc99;
}

.error-message {
  background-color: #eea0a0;
  border-radius: .5em;
  margin-top: 0;
  padding: .75em;
}

.subscribe-img {
  max-width: 40em;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.container-blog {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 61.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em;
  display: flex;
}

.magazine-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.magazine-heading {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
  position: relative;
}

.brand-heading {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 3.25em;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.subscribe-button {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  cursor: pointer;
  background-color: #8f7dcf26;
  border: 1px solid #a264f11a;
  border-radius: 1.5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  transition: all .2s;
  display: flex;
}

.subscribe-button:hover {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #8f7dcf59;
}

.articles-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 16em;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.article-item:hover {
  opacity: .8;
  transform: translate(0, .5em);
}

.article-img-wrapper {
  aspect-ratio: 1;
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.article-img {
  aspect-ratio: 1;
  border-radius: .75em;
  width: 100%;
  height: 100%;
}

.author-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-img {
  border-radius: 46.8293px;
  width: 2em;
  height: 2em;
}

.author-img.large {
  width: 3em;
  height: 3em;
}

.faq-container {
  z-index: 0;
  width: 100em;
  max-width: 61.5em;
  padding: 1.25em;
  position: relative;
}

.faq-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.heading-faq {
  z-index: 10;
  font-size: 6.25em;
  font-weight: 600;
  line-height: 1;
}

.tabs-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: flex-end;
  height: 6.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.tab-link {
  background-color: var(--pale15);
  color: #fff;
  cursor: pointer;
  width: auto;
  height: auto;
  transition: all .12s;
}

.tab-link:hover {
  transform: translate(0, .3em);
}

.tab-link.w--current {
  background-color: var(--magenta);
  color: #fff;
  transition-duration: .2s;
  box-shadow: 0 .35em .5em #ff42dc99, 0 .6em 2em #ff42dc99;
}

.label-m {
  flex: 1;
  font-size: 1.125em;
}

.faq-items-wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tabs-content {
  margin-top: 3em;
}

.tabs {
  width: 100%;
}

.code-embed {
  flex: none;
  width: 1.125em;
  height: 1.125em;
}

.dropdown-toggle {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--color);
  justify-content: space-between;
  align-items: center;
  padding: 1.25em;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  padding-left: 2.5em;
}

.dropdown-toggle.w--open {
  color: var(--navy);
  background-image: linear-gradient(-90deg, #a264f1, #fff);
  border-top-left-radius: .75em;
  border-top-right-radius: .75em;
  font-size: 1.125em;
}

.navy60 {
  color: var(--navy60);
}

.dropdown-list {
  background-image: linear-gradient(-90deg, #a264f1, #fff);
  border-radius: 0 0 .75em .75em;
  padding: 1.25em;
}

.dropdown-list.w--open {
  position: static;
}

.faq-heading-wrapper {
  position: absolute;
  inset: 1.25em 1.25em auto auto;
}

.footer-container {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 90em;
  min-height: 100svh;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.footer-title-wrapper {
  flex: 1;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.link {
  text-decoration: none;
}

.link.white60 {
  transition: all .2s;
}

.link.white60:hover {
  opacity: .5;
}

.footer-links-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.brand-line-2 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0% auto;
}

.orange-light {
  z-index: 0;
  filter: blur(7.5em);
  background-color: #f8a761b3;
  border-radius: 60em;
  width: 52em;
  height: 32em;
  position: absolute;
  inset: auto -26em -16em auto;
}

.pink-light {
  z-index: 0;
  background-color: #ff42dc66;
  background-image: linear-gradient(180deg, var(--navy) 20%, #140e2c00 55%);
  filter: blur(7.5em);
  border-radius: 60em;
  width: 55em;
  height: 55em;
  position: absolute;
  inset: 0% auto 0% -22.5em;
}

.pink-light.hero {
  aspect-ratio: 1;
  width: 100%;
  max-width: 55em;
  height: auto;
  inset: auto 0% -35em auto;
}

.menu-container {
  z-index: 1000;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em;
  display: flex;
  position: fixed;
  inset: 6.75em 0% 0%;
}

.menu-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  background-color: #8f7dcf33;
  border: 1px solid #ffffff1a;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22.5em;
  padding: 1.25em 2em;
  display: flex;
  position: relative;
}

.menu-link-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 0 solid #ffffff1a;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  padding-top: .75em;
  padding-bottom: .75em;
  transition: opacity .15s;
  display: flex;
}

.menu-link-wrapper:hover {
  opacity: .6;
}

.menu-link-wrapper.final {
  border-style: none;
  border-width: 1px;
}

.link-menu {
  color: #fff;
  letter-spacing: -.01em;
  flex: 1;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Inter, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.icon-small-pink {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  display: flex;
}

.autorization-section {
  z-index: 1001;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.autorization-wrapper {
  z-index: 1;
  background-color: #fff0;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signup-button {
  z-index: 1;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.signup-button.open-signup {
  cursor: pointer;
  border-radius: 6em;
  transition: all .15s;
  position: relative;
}

.signup-button.open-signup:hover {
  width: 3em;
}

.signup-content {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}

.signup-content.modal {
  display: none;
}

.second-button {
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: .75em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  transition: all .2s;
  display: flex;
}

.second-button:hover {
  background-color: #0000001a;
}

.second-button:active {
  background-color: #0003;
}

.social-login-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-socials {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  display: flex;
}

.social-button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  padding: 0;
  transition: background-color .15s;
  display: flex;
}

.social-button:hover {
  background-color: #0000001a;
}

.social-button:active {
  background-color: #0003;
}

.icon-navy {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
}

.black {
  color: #000;
}

.heading-xs {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.icon-pale {
  width: 1.375em;
}

.jump-top {
  z-index: 1000;
  background-color: var(--pale15);
  opacity: 0;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  border: 1px solid #ffffff1a;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 2.5em 2.5em auto;
}

.menu-button {
  z-index: 1000;
  background-color: var(--pale15);
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  cursor: pointer;
  border: 1px solid #ffffff1a;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  transition: all .15s;
  display: flex;
  position: relative;
}

.menu-button:hover {
  background-color: #8f7dcf59;
}

.icon-white {
  flex: none;
  width: 1.5em;
  height: 1.5em;
}

.dragdrop-button {
  z-index: 50;
  background-color: var(--magenta);
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  width: 6.375em;
  height: 6.375em;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pink-span {
  color: var(--magenta);
}

.autorization-bg {
  z-index: 0;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  background-color: #140e2c33;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-header-relative {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.h1 {
  font-size: 3.625em;
  font-weight: 600;
  line-height: 100%;
}

.pink-italic-span {
  color: var(--magenta);
  text-shadow: .1em .3em .3em #ff42dc99;
  font-style: italic;
  position: relative;
}

.avatar-example-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: 2.375em;
  flex: none;
  width: 100%;
  max-width: 31.25em;
  height: auto;
  position: relative;
  overflow: hidden;
}

.open-signup {
  display: flex;
}

.subscribe-section {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-2 {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.subscribe-bg {
  z-index: 0;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  background-color: #140e2c33;
  display: block;
  position: fixed;
  inset: 0%;
}

.cursor {
  z-index: 1010;
  border: 1px solid #ffffff80;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  display: flex;
}

.cursor-wrapper {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-bg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.menu-section {
  z-index: 1010;
  height: 100%;
  display: none;
  position: relative;
}

.subscribe-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 25em;
  display: flex;
  position: relative;
}

.login-content {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}

.login-content.modal {
  display: none;
}

.login-actions-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: #e5e5e5;
  margin-top: 0;
  margin-left: 0;
}

.success-message {
  background-color: #7eb793;
  border-radius: .5em;
  padding: .75em;
}

.additional-section {
  display: none;
}

.error-social {
  background-color: #eea0a0;
  border-radius: .5em;
  padding: .75em;
  display: none;
}

.forgot-content {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}

.white60 {
  color: #fff9;
}

.coursor-glow-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.coursor-glowing {
  filter: blur(8vw);
  background-color: #ff42dc66;
  border-radius: 60vh;
  width: 30vw;
  height: 30vw;
}

.link-span {
  padding: 0;
  text-decoration: underline;
  display: inline-block;
}

.link-span.black60 {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  display: block;
}

.footer-section {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.article-img-large {
  object-fit: cover;
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
}

.artilce-title-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: url('https://moon.avenue69.ru/themes/dz_love/images/gradient-border-top.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 41em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em;
  display: flex;
}

.article-hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90em;
  height: auto;
  margin-top: 3em;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.article-section {
  z-index: 10;
  position: relative;
}

.list-item-m {
  grid-column-gap: .875em;
  grid-row-gap: .875em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  height: 1.575em;
  display: flex;
}

.pink-light-2 {
  z-index: 0;
  filter: blur(7.5em);
  background-color: #ff42dc4d;
  width: 42em;
  height: 52em;
  position: relative;
  left: -21em;
}

.orange-light-2 {
  filter: blur(7.5em);
  background-color: #f8a76180;
  width: 24em;
  height: 24em;
  position: relative;
  right: -18em;
}

.light-section {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 200svh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.logo-link {
  z-index: 1000;
  width: 13em;
  height: 4.125em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: .75em auto auto;
}

.js-clock {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-clock.white60 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.clock-number {
  font-size: .8125em;
  font-weight: 600;
}

.number-wrapper {
  display: flex;
}

.number-wrapper.days {
  display: none;
}

.hero-avatar-image-mobile {
  display: block;
}

.avatar-wrapper-mobile {
  display: none;
}

.avatar-wrapper {
  width: 38em;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.brand-light-wrapper {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100svh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.signup-button-close {
  z-index: 1;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.signup-button-close.close-modal {
  z-index: 300;
  cursor: pointer;
  display: none;
  position: absolute;
}

.join-section {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.5em;
  display: flex;
  position: fixed;
  inset: auto auto 0;
}

.join-wrapper-static {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--pale15);
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24.625em;
  height: auto;
  padding: 1em;
  display: flex;
}

.article-title-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.vertical {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.footer-heading {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
  position: relative;
}

.text-span, .text-span-2 {
  white-space: nowrap;
}

.top-section {
  padding-top: 3em;
}

.logo-link-copy {
  z-index: 1000;
  width: 13em;
  height: 4.125em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-header-fixed-copy {
  z-index: 1001;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 90em;
  height: 3em;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: fixed;
  inset: 1.25em 0% auto;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 4.125em;
  margin-top: -.75em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ba_pic-before {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ba_pic-after {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  cursor: pointer;
  width: 1em;
  height: auto;
  position: absolute;
  inset: 1.25em 1.25em auto auto;
}

.social-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-close {
  z-index: 1000;
  background-color: var(--pale15);
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  cursor: pointer;
  border: 1px solid #ffffff1a;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  transition: all .15s;
  display: none;
  position: relative;
}

.button-close:hover {
  background-color: #8f7dcf59;
}

.ba_outer {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-hero {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    min-height: auto;
  }

  .body {
    font-size: 1.6vw;
  }

  .hero-title-wrapper {
    z-index: 150;
    align-items: stretch;
    margin-top: 5vh;
  }

  .brand-line {
    width: 36em;
    height: auto;
    display: none;
    bottom: -5em;
  }

  .brand-line.mobile {
    width: 100%;
    display: block;
    position: static;
  }

  .join-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-features-wrapper {
    z-index: 150;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    inset: 0;
  }

  .cross-line {
    top: 15%;
  }

  .container-default {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    justify-content: space-around;
    padding: 2.5em;
  }

  .container-default.vertical {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .hand-wrapper {
    max-width: 24.375em;
    margin-top: -6em;
  }

  .hero-section {
    min-height: 100svh;
  }

  .hero-avatar-image, .hero-avatar-image.xs, .blur-avatars {
    display: none;
  }

  .avatar-descripton, .section {
    margin-top: 7em;
  }

  .container-subscribe {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .subscribe-img {
    width: 100%;
    max-width: 28em;
    position: static;
  }

  .container-blog {
    margin-top: 0;
    padding: 2.5em;
  }

  .magazine-heading {
    z-index: 500;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-container {
    padding: 2.5em;
  }

  .faq-heading-wrapper {
    top: 2.5em;
    right: 2.5em;
  }

  .footer-container {
    z-index: 500;
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    min-height: auto;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-title-wrapper {
    z-index: 500;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
  }

  .footer-links-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    display: flex;
  }

  .brand-line-2 {
    z-index: 2;
    max-width: 90%;
  }

  .pink-light.hero {
    display: block;
  }

  .coursor-glow-wrapper {
    display: none;
  }

  .footer-section {
    margin-top: 5em;
  }

  .logo-link.w--current {
    position: static;
  }

  .hero-avatar-image-mobile {
    max-width: 110%;
    display: none;
  }

  .avatar-wrapper-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    inset: 6vh 0% auto;
  }

  .avatar-wrapper {
    display: none;
  }

  .brandline-wrapper {
    z-index: 100;
    width: 85%;
    height: 46em;
    margin-top: -6em;
    position: relative;
  }

  .join-section {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: fixed;
    inset: auto auto 0;
  }

  .hero-avatar-image-tablet {
    max-width: 80%;
  }

  .join-wrapper-static {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-heading {
    z-index: 500;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-link-copy.w--current {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 1.2vw;
  }

  .hero-title-wrapper {
    margin-top: 10vh;
  }

  .brand-line, .hero-features-wrapper {
    display: none;
  }

  .container-default {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 72em;
  }

  .container-default.vertical {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
  }

  .hand-wrapper {
    margin-top: 0;
  }

  .container-privacy {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .hero-section {
    margin-bottom: 16em;
  }

  .cross-line-large {
    max-width: 72em;
    margin-top: -20em;
    margin-bottom: -20em;
  }

  .avatar-descripton, .section {
    margin-top: 5em;
  }

  .section.features, .section.privacy {
    margin-top: 2.5em;
  }

  .container-blog, .faq-container, .footer-container {
    max-width: 72em;
  }

  .pink-light.hero {
    display: block;
  }

  .footer-section {
    margin-top: 5em;
  }

  .avatar-wrapper-mobile {
    display: flex;
  }

  .avatar-wrapper {
    display: none;
  }

  .brand-light-wrapper {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .join-section {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-avatar-image-tablet {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 3.2vw;
  }

  .join-wrapper {
    max-width: 100%;
  }

  .paragraph-s.white60 {
    width: 100%;
  }

  .container-default {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 36em;
  }

  .container-default.vertical {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .about-wrapper {
    width: 100%;
    max-width: 26em;
  }

  .subcontent-h-flex {
    flex-flow: column;
  }

  .hand-wrapper {
    width: 100%;
    max-width: 26em;
    margin-top: 0;
  }

  .feature-item-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    max-width: 26em;
  }

  .heading-s {
    text-align: center;
    font-size: 1.6em;
  }

  .heading-m {
    text-align: center;
    font-size: 1.8em;
  }

  .container-privacy {
    padding: 2.5em;
  }

  .privacy-maincard-wrapper {
    flex-flow: column;
  }

  .privacy-maincard-content {
    width: 100%;
  }

  .privacy-cards-wrapper {
    flex-flow: column;
    display: flex;
  }

  .hero-section {
    margin-bottom: -18em;
  }

  .smartphone {
    margin-top: 0;
  }

  .cross-line-large {
    display: none;
  }

  .paragraph-m.grey {
    text-align: center;
    font-size: 1.3em;
  }

  .paragraph-m.grey.left {
    text-align: left;
  }

  .avatar-descripton {
    max-width: 26em;
    margin-top: 0;
  }

  .section {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .section.features, .section.privacy {
    margin-top: 2.5em;
  }

  .crown-img {
    margin-left: auto;
    margin-right: auto;
  }

  .container-subscribe {
    flex-flow: column;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .label-xl {
    font-size: 1.2em;
  }

  .magazine-head {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .magazine-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-heading {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.8em;
    display: inline-flex;
  }

  .articles-wrapper {
    flex-flow: column;
  }

  .article-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .article-img-wrapper {
    width: 10em;
    height: 10em;
  }

  .article-img {
    width: 100%;
    height: 100%;
  }

  .faq-container {
    max-width: 100%;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .dropdown-list.w--open {
    margin-top: -.1em;
  }

  .faq-heading-wrapper {
    position: static;
  }

  .footer-container {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    max-width: 100%;
    padding-bottom: 20em;
  }

  .footer-wrapper {
    flex-flow: column;
    padding: 1em;
  }

  .footer-title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link.white60 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .autorization-wrapper {
    max-width: 90vw;
  }

  .signup-content.modal {
    width: 90vw;
    display: none;
  }

  .jump-top {
    margin-bottom: 10em;
    bottom: 1.25em;
    right: 1.25em;
  }

  .avatar-example-wrapper {
    max-width: 22em;
  }

  .subscribe-section {
    display: none;
  }

  .cursor-wrapper {
    opacity: 0;
  }

  .login-content.modal, .forgot-content.modal {
    width: 90vw;
    display: none;
  }

  .artilce-title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-link.w--current {
    position: relative;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .brandline-wrapper {
    width: 90%;
    margin-top: -3em;
  }

  .join-section {
    justify-content: center;
    align-items: center;
    padding: 1.25em;
  }

  .hero-avatar-image-tablet {
    max-width: 95%;
  }

  .article-title-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .footer-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block {
    white-space: pre-wrap;
    width: 100%;
  }

  .logo-link-copy.w--current {
    position: relative;
  }

  .social-wrapper {
    flex-flow: row;
  }
}

#w-node-c7b2d8ad-6389-2f6f-a32d-42e5e49abf6f-4199c04f {
  place-self: center start;
}

#w-node-_52037cb5-e4d5-ba03-6168-7571c99a7883-4199c04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf6de6c4-a2f6-401a-a310-d6ea55b554b4-4199c04f {
  place-self: auto start;
}

.register-popUp {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
