:root {
  --translate-pos: translate(-50%, -50%);
}
@keyframes spin {
  from {
    transform: rotate(0deg) var(--translate-pos);
  }
  to {
    transform: rotate(360deg) var(--translate-pos);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 0.6;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.1, 0.75, 1);
    transform: scale3d(1.1, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
html {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
body {
  top: 0;
  bottom: 0;
  position: fixed;
  margin: 0;
  width: 100%;
  overflow: hidden;
  cursor: default;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#33259D00 60%, #0C0055 100%);
}
[data-page="2"] button.trans {
  bottom: 60px;
  left: 50%;
  bottom: 50px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
[data-page="3"] #subscriptionFlow #progressBar,
[data-page="5"] #subscriptionFlow #progressBar,
[data-page="6"] #subscriptionFlow #progressBar {
  background-color: #CBD1E0;
}
[data-page="3"] #subscriptionFlow #progressBar .bar,
[data-page="5"] #subscriptionFlow #progressBar .bar,
[data-page="6"] #subscriptionFlow #progressBar .bar {
  height: 100%;
  background-color: #3B00B9;
  transition: width 1s ease-in-out;
}
[data-page="3"] .important-logos,
[data-page="5"] .important-logos,
[data-page="6"] .important-logos {
  opacity: 1;
  pointer-events: all;
}
[data-page="0"] #subscriptionFlow #back,
[data-page="1"] #subscriptionFlow #back,
[data-page="2"] #subscriptionFlow #back,
[data-page="4"] #subscriptionFlow #back,
.desktop[data-page="6"] #subscriptionFlow #back {
  background-image: url("../images/back-lighter.png");
}
body:not([data-page="0"]):not([data-page="1"]) #learnEarn {
  pointer-events: none;
}
.desktop:not(.squashed)[data-page="3"] #subscriptionFlow #back {
  background-image: url("../images/back-lighter.png");
}
.plan {
  border: 2px solid #CBD1E0;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  transition: border 250ms ease-in-out;
  position: relative;
  margin-top: 15px;
  max-width: 300px;
  transition: background 500ms ease-in-out, border 500ms ease-in-out;
}
.plan .info {
  line-height: 1.5;
  position: relative;
}
.plan .info p {
  margin: 0;
  text-align: left !important;
  font-size: 14px;
}
.plan div.icon {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: scale(0.8) translateY(-50%);
  transform-origin: top right;
  right: 0px;
}
.plan div.icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-repeat: no-repeat;
}
.plan div.icon::after {
  content: "";
  width: 100%;
  height: 0;
  transition: height 500ms ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-repeat: no-repeat;
}
.plan#plus div.icon {
  width: 53px;
  height: 53px;
}
.plan#plus div.icon::before {
  background-size: 53px 53px;
  background-image: url("../images/tier-plus.png");
}
.plan#plus div.icon::after {
  background-size: 53px 53px;
  background-image: url("../images/tier-plus-active.png");
}
.plan#pro div.icon {
  width: 53px;
  height: 62px;
}
.plan#pro div.icon::before {
  background-size: 36px 62px;
  background-image: url("../images/tier-pro.png");
}
.plan#pro div.icon::after {
  background-size: 36px 62px;
  background-image: url("../images/tier-pro-active.png");
}
.plan#drops div.icon {
  width: 53px;
  height: 55px;
}
.plan#drops div.icon::before {
  background-size: 40px 55px;
  background-image: url("../images/tier-drops.png");
}
.plan#drops div.icon::after {
  background-size: 40px 55px;
  background-image: url("../images/tier-drops-active.png");
}
.plan.selected {
  border-color: #3B00B9;
  background-color: white;
}
.plan.selected#plus .more-info > ul {
  border-top-color: #FFEA00;
}
.plan.selected#plus div.icon::after {
  height: 100%;
}
.plan.selected#pro .more-info > ul {
  border-top-color: #F754D9;
}
.plan.selected#pro div.icon::after {
  height: 100%;
}
.plan.selected#drops .more-info > ul {
  border-top-color: #44FEC1;
}
.plan.selected#drops div.icon::after {
  height: 100%;
}
.plan.recommended:after {
  content: "recommended";
  font-size: 11px;
  background-color: #3B00B9;
  color: white;
  font-weight: normal;
  padding: 3px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.plan .more-info {
  overflow: hidden;
  transition: height 250ms ease-in-out;
}
.plan ul {
  font-size: 80%;
  border-top: 2px solid #CBD1E0;
  margin-top: 10px !important;
  padding-top: 10px !important;
}
.plan ul li + li {
  margin-top: 10px !important;
}
#subscriptionFlow {
  background-image: radial-gradient(#3A2B99, #0C0055);
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
#subscriptionFlow #back {
  width: 26px;
  height: 26px;
  background-image: url("../images/back-main.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 5;
  transition: background 1s ease-in-out;
  display: none;
}
#subscriptionFlow #progressBar {
  width: 90%;
  height: 10px;
  background-color: #2D247F;
  transition: background 1s linear;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 20px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  max-width: 480px;
  transition: left 500ms ease-in-out, transform 500ms ease-in-out;
}
#subscriptionFlow #progressBar .bar {
  height: 100%;
  background-color: #C5FF4A;
  transition: width 1s ease-in-out, background 1s linear;
  border-radius: 20px;
}
#subscriptionFlow .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#subscriptionFlow .swiper-slide .top {
  font-family: Lexend;
  padding: 40px 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: linear 1s opacity;
}
#subscriptionFlow .swiper-slide .top.show {
  opacity: 1;
}
#subscriptionFlow .swiper-slide .top h3 {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 37px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
#subscriptionFlow .swiper-slide .top p {
  font-weight: 500;
  color: white;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
#subscriptionFlow .swiper-slide .bottom {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  opacity: 0;
  transition: linear 500ms opacity;
}
#subscriptionFlow .swiper-slide .bottom .bg {
  position: absolute;
  background-color: rgba(45, 31, 134, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  transition: filter 1s ease-in;
}
#subscriptionFlow .swiper-slide .bottom button {
  position: relative;
}
#subscriptionFlow .swiper-slide .bottom.show {
  opacity: 1;
}
#subscriptionFlow .swiper-slide#learn .selectors {
  align-content: last baseline;
  scrollbar-gutter: stable;
}
#subscriptionFlow .swiper-slide#earn .selectors {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
#subscriptionFlow .swiper-slide#earn .selectors li {
  display: flex;
  justify-content: space-between;
}
#subscriptionFlow .swiper-slide#earn .selectors li.animate {
  animation: rubberBand 1s linear;
}
#subscriptionFlow ul.selectors {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1vh;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#subscriptionFlow ul.selectors li {
  opacity: 0;
  border: 3px solid white;
  color: white;
  list-style: none;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  transition: opacity 1s linear, backgroundColor 1s ease-out, border 150ms ease-out;
  width: 80%;
  height: 80px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
}
#subscriptionFlow ul.selectors li.img-lang:after {
  background-image: url("../images/language.png");
}
#subscriptionFlow ul.selectors li.img-maths:after {
  background-image: url("../images/maths.png");
}
#subscriptionFlow ul.selectors li.img-lang:after {
  background-image: url("../images/language.png");
}
#subscriptionFlow ul.selectors li.img-vocab:after {
  background-image: url("../images/vocab.png");
}
#subscriptionFlow ul.selectors li.img-gen-kno:after {
  background-image: url("../images/general-knowledge.png");
}
#subscriptionFlow ul.selectors li.img-ai-game:after {
  background-image: url("../images/ai-games.png");
}
#subscriptionFlow ul.selectors li.img-mem-skill:after {
  background-image: url("../images/memory-skills.png");
}
#subscriptionFlow ul.selectors li.img-nutr:after {
  background-image: url("../images/nutrition.png");
}
#subscriptionFlow ul.selectors li.img-type:after {
  background-image: url("../images/typing.png");
}
#subscriptionFlow ul.selectors li:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#subscriptionFlow ul.selectors li.visible {
  opacity: 0.6;
  animation: bounceIn 1s ease-in;
}
#subscriptionFlow ul.selectors li.selected {
  opacity: 1;
  background-color: #020036;
  border-width: 0 !important;
}
#subscriptionFlow ul.selectors .spacer {
  height: 80px;
  position: relative;
  display: block;
  width: 80px;
  transition: 1ms ease-out height, 1ms ease-out width;
}
#subscriptionFlow section#gifts {
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#33259D, #0C0055);
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: 500ms ease-in-out 500ms;
  z-index: 1;
  pointer-events: none;
}
#subscriptionFlow section#gifts.show {
  opacity: 1;
  pointer-events: all;
}
#subscriptionFlow section#gifts h3 {
  color: white;
}
#subscriptionFlow section#gifts > button {
  max-width: 140px;
}
#subscriptionFlow section#gifts .rays {
  background-image: url("../images/sunrays.png");
  transform-origin: top left;
  height: max(120vw, 120vh);
  width: max(120vw, 120vh);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  position: absolute;
  animation: spin 20s linear infinite;
  opacity: 0;
  transition: 500ms ease-in-out 250ms;
}
#subscriptionFlow section#gifts .rays.show {
  opacity: 1;
}
#subscriptionFlow section#gifts > div {
  font-family: "Lexend";
  color: white;
  height: 100%;
}
#subscriptionFlow section#gifts > div div.copy {
  position: absolute;
  width: 100%;
}
#subscriptionFlow section#gifts > div div.copy h3 {
  text-align: center;
  font-size: 37px;
  margin-top: 90px;
}
#subscriptionFlow section#gifts > div div.copy p {
  text-align: center;
  font-size: 16px;
}
#subscriptionFlow section#gifts > div #info {
  position: absolute;
  top: 70%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
#subscriptionFlow section#gifts .slideshow {
  height: 100%;
  transform: scale(1.2);
  transform-origin: center;
  opacity: 0;
  transition: opacity 1s ease-in-out 750ms;
}
#subscriptionFlow section#gifts .slideshow.show {
  opacity: 1;
}
#subscriptionFlow section#gifts ul.contents {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
}
#subscriptionFlow section#gifts ul.contents li {
  width: calc((max(100vh, 100vw) / 5) * 0.7);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: max(30vh, 30vw);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.5;
  transition: 1s ease-in-out left, transform 1s ease-in-out, opacity 1s ease-out;
}
#subscriptionFlow section#gifts ul.contents li.l2 {
  transform: translate(-50%, -50%) scale(0.75);
  left: calc(0% + min(20vh, 10vw));
  opacity: 0;
  transition-delay: 0, 0, 500ms;
  z-index: 1;
}
#subscriptionFlow section#gifts ul.contents li.l1 {
  left: calc(25% + min(10vh, 5vw));
  z-index: 2;
}
#subscriptionFlow section#gifts ul.contents li.main {
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  z-index: 3;
  opacity: 1;
}
#subscriptionFlow section#gifts ul.contents li.r1 {
  left: calc(75% - min(10vh, 5vw));
  z-index: 2;
}
#subscriptionFlow section#gifts ul.contents li.r2 {
  transform: translate(-50%, -50%) scale(0.75);
  left: calc(100% - min(20vh, 10vw));
  opacity: 0;
  transition-delay: 0, 0, 500ms;
  z-index: 1;
}
#subscriptionFlow section#gifts ul.contents li#gift1 {
  background-image: url("../images/gift-apple-10.png");
}
#subscriptionFlow section#gifts ul.contents li#gift2 {
  background-image: url("../images/gift-fortnite.png");
}
#subscriptionFlow section#gifts ul.contents li#gift3 {
  background-image: url("../images/gift-roblox.png");
}
#subscriptionFlow section#gifts ul.contents li#gift4 {
  background-image: url("../images/gift-minecraft.png");
}
#subscriptionFlow section#gifts ul.contents li#gift5 {
  background-image: url("../images/gift-talkingtom.png");
}
#subscriptionFlow #inputEmail {
  font-family: Lexend;
  background-color: #F7F8FD;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
#subscriptionFlow #inputEmail img {
  max-width: 90px;
}
#subscriptionFlow #inputEmail .split-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#subscriptionFlow #inputEmail .split-main > p {
  margin-bottom: 40px;
}
#subscriptionFlow #inputEmail .split-main p {
  text-align: center;
}
#subscriptionFlow #inputEmail .split-quote {
  background: linear-gradient(180deg, #3A2B99 0%, #0C0055 100%);
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  padding: 30px 20px;
  box-sizing: border-box;
}
#subscriptionFlow #inputEmail .split-quote figure {
  margin: 0;
  color: white;
  font-size: 13px;
  margin-left: 20px;
}
#subscriptionFlow #inputEmail .split-quote figure blockquote {
  margin: 0;
}
#subscriptionFlow #inputEmail .split-quote figure figcaption {
  margin: 0;
  font-size: 80%;
  text-align: right;
  margin-top: 20px;
}
#subscriptionFlow #inputEmail .split-quote figure figcaption cite {
  font-weight: 200;
}
#subscriptionFlow #inputEmail strong {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #3A2B99;
  max-width: 500px;
}
#subscriptionFlow #inputEmail h4 {
  margin: 0;
  font-weight: 600;
  color: #3B00B9;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
#subscriptionFlow #inputEmail input#emailAddress {
  font-size: 16px;
  font-family: Lexend;
  border: 2px solid #3B00B9;
  padding: 10px;
  margin-top: 6px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
}
#subscriptionFlow #inputEmail input#emailAddress::placeholder {
  color: #CBD1E0;
  opacity: 1;
}
#subscriptionFlow #inputEmail .checkbox {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 24px;
  max-width: 300px;
}
#subscriptionFlow #inputEmail .checkbox .box {
  width: 26px;
  height: 26px;
  border: 2px solid #3B00B9;
  border-radius: 6px;
  background-color: white;
  position: relative;
}
#subscriptionFlow #inputEmail .checkbox p {
  font-size: 12px;
  color: #3B00B9;
  margin: 0;
}
#subscriptionFlow #inputEmail .checkbox.ticked .box:after {
  content: "";
  background-image: url("../images/tick.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#subscriptionFlow #inputEmail button {
  background-color: #3B00B9;
  color: white;
  white-space: nowrap;
  padding: 12px 25px;
  width: auto;
}
#subscriptionFlow #inputEmail button[disabled] {
  background-color: #CBD1E0;
}
#subscriptionFlow #letsGo {
  font-family: Lexend;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: space-between;
}
#subscriptionFlow #letsGo .main {
  display: flex;
  flex-direction: column;
}
#subscriptionFlow #letsGo button {
  margin: 0 auto 20px auto;
  left: 0;
  right: 0;
}
#subscriptionFlow #letsGo ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 0 30px;
  max-width: 1200px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  height: 100%;
  justify-content: space-evenly;
}
#subscriptionFlow #letsGo ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
}
#subscriptionFlow #letsGo ul li.visible {
  opacity: 1;
}
#subscriptionFlow #letsGo ul li div.icon {
  min-width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
#subscriptionFlow #letsGo ul li div.icon.um {
  background-image: url("../images/icon-ultimate-motivation.png");
}
#subscriptionFlow #letsGo ul li div.icon.gl {
  background-image: url("../images/icon-gamified-learning.png");
}
#subscriptionFlow #letsGo ul li div.icon.gv {
  background-image: url("../images/icon-great-value.png");
}
#subscriptionFlow #letsGo ul li div.copy {
  display: flex;
  flex-direction: column;
}
#subscriptionFlow #letsGo ul li:nth-of-type(1).visible {
  animation: bounceInLeft 1s ease-in;
}
#subscriptionFlow #letsGo ul li:nth-of-type(1) h4 {
  color: #68B7FF;
}
#subscriptionFlow #letsGo ul li:nth-of-type(2).visible {
  animation: bounceInRight 1s ease-in;
}
#subscriptionFlow #letsGo ul li:nth-of-type(2) h4 {
  color: #BD00FF;
}
#subscriptionFlow #letsGo ul li:nth-of-type(3).visible {
  animation: bounceInLeft 1s ease-in;
}
#subscriptionFlow #letsGo ul li:nth-of-type(3) h4 {
  color: #DD27C0;
}
#subscriptionFlow #letsGo.show {
  opacity: 1;
}
#subscriptionFlow #letsGo .top {
  padding: 40px 30px 0;
}
#subscriptionFlow #letsGo .top h3 {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 37px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
#subscriptionFlow #letsGo .main {
  height: 100%;
  position: relative;
}
#subscriptionFlow #letsGo .partners {
  background-color: #EEF3FF;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 20px;
}
#subscriptionFlow #letsGo .partners h5 {
  color: #3B00B9;
  font-size: 20px;
  margin: 0;
}
#subscriptionFlow #letsGo .partners .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#subscriptionFlow #letsGo .partners .logos img {
  width: 120px;
  margin: 10px 16px 0px 16px;
}
#subscriptionFlow #letsGo h4 {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#subscriptionFlow #letsGo p {
  font-weight: 500;
  color: white;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
#subscriptionFlow #learningPlan {
  font-family: Lexend;
  background-color: #F7F8FD;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
#subscriptionFlow #learningPlan h4 {
  margin: 0;
  font-weight: 600;
  color: #3B00B9;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 24px;
  padding: 0 10px;
}
#subscriptionFlow #learningPlan p {
  color: black;
  text-align: center;
  font-weight: 500;
}
#subscriptionFlow #learningPlan p.continue {
  text-decoration: underline;
}
#subscriptionFlow #learningPlan p.top {
  margin-bottom: 0;
}
#subscriptionFlow #learningPlan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subscriptionFlow #learningPlan .scroll-area {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  display: flex;
  flex-direction: column;
}
#subscriptionFlow #learningPlan .scroll-area > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#subscriptionFlow #learningPlan button {
  background-color: #3B00B9;
  color: white;
  right: 0;
  margin: 0 auto;
  margin-top: 20px;
}
#subscriptionFlow #learningPlan small {
  line-height: 1;
}
#subscriptionFlow #areYouSure {
  font-family: Lexend;
  background-color: #F7F8FD;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#subscriptionFlow #areYouSure .split-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
#subscriptionFlow #areYouSure .split-fact {
  background: linear-gradient(180deg, #3A2B99 0%, #0C0055 100%);
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#subscriptionFlow #areYouSure .split-fact h5 {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
#subscriptionFlow #areYouSure .split-fact p {
  font-size: 10px;
  margin: 10px 0 0px 0;
}
#subscriptionFlow #areYouSure h4 {
  margin: 0;
  font-weight: 600;
  color: #3B00B9;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 24px;
}
#subscriptionFlow #areYouSure p {
  text-align: center;
}
#subscriptionFlow #areYouSure p.continue {
  text-decoration: underline;
}
#subscriptionFlow #areYouSure a {
  color: black;
}
#subscriptionFlow #areYouSure a:visited {
  color: black;
}
#subscriptionFlow #areYouSure ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subscriptionFlow #areYouSure button {
  background-color: #3B00B9;
  color: white;
  right: 0;
  margin: 0 auto;
  margin-top: 20px;
}
#subscriptionFlow #areYouSure small {
  line-height: 1;
}
#subscriptionFlow button {
  background-color: #C5FF4A;
  font-family: Lexend;
  color: black;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  padding: 10px 50px;
  width: 80%;
  max-width: 250px;
}
#subscriptionFlow button.animate {
  animation: rubberBand 1s linear;
}
#subscriptionFlow button.trans {
  background-color: transparent;
  padding: 6px 25px;
  border: 2px solid black;
  width: auto;
  border-color: #9D95CC;
  color: #9D95CC;
  border-radius: 20px;
}
#subscriptionFlow .swiper {
  height: 100%;
}
#subscriptionFlow .swiper-wrapper {
  height: 100%;
  width: 100vw;
}
#subscriptionFlow .swiper-slide {
  width: 500px;
  height: 100%;
}
.mobile:after {
  display: none;
}
.mobile #back {
  left: 16px;
  top: 14px;
}
.mobile.squashed #inputEmail .split-main > p {
  max-width: 200px;
}
.mobile #subscriptionFlow > .important-logos {
  opacity: 0;
  pointer-events: none;
}
.mobile #subscriptionFlow #progressBar {
  width: 75%;
  transform: translateX(-50%);
}
.mobile #subscriptionFlow .slideshow {
  transform: scale(1.3);
}
.mobile #subscriptionFlow .plan {
  width: 100%;
}
.mobile #subscriptionFlow section ul.contents li.l2 {
  left: calc(0% + min(20vh, -10vw));
}
.mobile #subscriptionFlow section ul.contents li.l1 {
  left: calc(25% + min(10vh, -5vw));
}
.mobile #subscriptionFlow section ul.contents li.r1 {
  left: calc(75% - min(10vh, -5vw));
}
.mobile #subscriptionFlow section ul.contents li.r2 {
  left: calc(100% - min(20vh, -10vw));
}
.mobile #subscriptionFlow ul.selectors {
  height: calc(100% - 150px);
  overflow-y: scroll;
}
.mobile #subscriptionFlow ul.selectors li {
  height: 65px;
  border: 2px solid white;
  border-radius: 10px;
}
.mobile #subscriptionFlow ul.selectors li:after {
  width: 35px;
  height: 35px;
}
.mobile #subscriptionFlow #letsGo ul li {
  margin-bottom: 30px;
}
.mobile #subscriptionFlow #letsGo ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.mobile #subscriptionFlow #letsGo button {
  margin: 0 auto 40px auto;
}
.mobile #subscriptionFlow #letsGo .partners {
  display: none;
  width: 100%;
  padding: 10px;
  height: 100px;
}
.mobile #subscriptionFlow #letsGo .partners h5 {
  font-size: 12px;
  font-weight: normal;
}
.mobile #subscriptionFlow #letsGo .partners .logos {
  flex-wrap: wrap;
  padding: 0 40px;
}
.mobile #subscriptionFlow #letsGo .partners .logos img {
  width: 25%;
}
.mobile #subscriptionFlow #learningPlan footer,
.mobile #subscriptionFlow #areYouSure footer {
  font-size: 70%;
}
.mobile #subscriptionFlow #areYouSure {
  overflow-y: scroll;
}
.mobile #subscriptionFlow #areYouSure .split-fact {
  display: none;
}
.important-logos {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  margin: 40px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.important-logos li {
  margin: 0 5px;
}
.important-logos img {
  height: 30px;
}
.desktop #subscriptionFlow #back {
  left: 40px;
  top: 40px;
}
.desktop #subscriptionFlow #progressBar {
  top: 47px;
}
.desktop #subscriptionFlow .plan {
  padding: 20px 10px;
}
.desktop #subscriptionFlow .plan .info strong {
  font-size: 24px;
}
.desktop #subscriptionFlow .plan.recommended::after {
  top: -2px;
  left: -2px;
  transform: none;
}
.desktop #subscriptionFlow ul.selectors {
  max-width: 1300px;
}
.desktop #subscriptionFlow ul.selectors li {
  width: clamp(290px, 32vw, 400px);
}
.desktop #subscriptionFlow ul.selectors .spacer {
  height: 0;
  width: 0;
}
.desktop #subscriptionFlow #learn .top {
  padding-top: 80px;
}
.desktop #subscriptionFlow #earn .top {
  padding-top: 80px;
}
.desktop #subscriptionFlow section#gifts ul.contents li.main {
  transform: translate(-50%, -38%) scale(2);
}
.desktop #subscriptionFlow section#gifts ul.contents #info {
  top: auto;
  bottom: calc(50% + -290px);
}
.desktop #subscriptionFlow #letsGo .top {
  padding-top: 80px;
}
.desktop #subscriptionFlow #letsGo .top h3 {
  font-size: 54px;
}
.desktop #subscriptionFlow #letsGo ul {
  flex-direction: row;
}
.desktop #subscriptionFlow #letsGo ul li {
  flex-direction: column;
  padding: 30px 25px 80px;
  box-sizing: border-box;
}
.desktop #subscriptionFlow #letsGo ul li h4 {
  margin-bottom: 30px;
  font-size: 30px;
}
.desktop #subscriptionFlow #letsGo ul li p {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.desktop #subscriptionFlow #letsGo button {
  bottom: 20px;
  position: absolute;
}
.desktop #subscriptionFlow #letsGo .partners {
  height: 150px;
  justify-content: center;
}
.desktop #subscriptionFlow #learningPlan {
  padding-top: 60px;
}
.desktop #subscriptionFlow #learningPlan h4 {
  font-size: 40px;
}
.desktop #subscriptionFlow #learningPlan .scroll-area > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  margin-top: 50px;
}
.desktop #subscriptionFlow #learningPlan .scroll-area > ul .icon {
  transform-origin: top right;
}
.desktop #subscriptionFlow #learningPlan .continue {
  cursor: pointer;
}
.desktop #subscriptionFlow #areYouSure {
  flex-direction: row-reverse;
}
.desktop #subscriptionFlow #areYouSure .icon {
  transform-origin: top right;
}
.desktop #subscriptionFlow #areYouSure h4 {
  font-size: 40px;
}
.desktop #subscriptionFlow #areYouSure .split-main {
  width: 55%;
}
.desktop #subscriptionFlow #areYouSure .split-main button {
  margin: 40px 0;
}
.desktop #subscriptionFlow #areYouSure .split-fact {
  width: 45%;
  height: 100%;
  background: linear-gradient(110deg, #1A0A2B 1.64%, #4933CF 51.14%, #806BFF 93.03%);
  padding: 10px 30px;
  align-items: flex-start;
}
.desktop #subscriptionFlow #areYouSure .split-fact p {
  font-size: 20px;
  text-align: left;
  margin-top: 50px;
}
.desktop #subscriptionFlow #areYouSure .split-fact h5 {
  font-size: 40px;
}
.desktop.squashed #subscriptionFlow #inputEmail h4 {
  margin-top: 50px;
}
.desktop[data-page="3"]:not(.squashed) #subscriptionFlow #progressBar {
  width: 40%;
  transform: translateX(50%);
  right: 25%;
  left: auto;
  max-width: 40%;
}
.desktop[data-page="3"]:not(.squashed) #subscriptionFlow .important-logos {
  opacity: 1;
  pointer-events: all;
}
.desktop[data-page="6"] #subscriptionFlow #progressBar {
  width: 40%;
  transform: translateX(45%);
  right: 25%;
  left: auto;
  max-width: 40%;
}
.desktop:not(.squashed) #subscriptionFlow #learn .selectors {
  justify-content: flex-start;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail {
  flex-direction: row-reverse;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail h4 {
  max-width: 300px;
  font-size: 34px;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-main h4 {
  margin-top: 60px;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-main > p {
  margin-bottom: 80px;
  margin-top: 50px;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-main .checkbox {
  margin: 60px 24px;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-quote {
  width: 50%;
  height: 100%;
  background: linear-gradient(110deg, #1A0A2B 1.64%, #4933CF 51.14%, #806BFF 93.03%);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 4vw;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-quote img {
  max-width: 140px;
  margin-bottom: 40px;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-quote figure {
  font-size: 24px;
  margin: 0;
}
.desktop:not(.squashed) #subscriptionFlow #inputEmail .split-main {
  width: 50%;
  height: 100%;
}
/*# sourceMappingURL=./styles.css.map */