:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fcfcfc;
  background-color: #0c1136;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

a {
  color: #0b50ff;
  text-decoration: underline;
}

.container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.right {
  position: relative;
}

.container.left {
  justify-content: flex-start;
}

.container.center {
  flex-direction: column;
  justify-content: center;
}

.content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
  max-width: none;
}

.content.center.faq {
  padding-right: 0;
}

.content.center.normal {
  max-width: 860px;
}

.content.faq {
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  align-items: center;
  max-width: 1080px;
  height: auto;
}

.content.steps {
  width: 50%;
}

.content.grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.credits-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.btn-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.btn {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #0b50ff80, 0 4px 4px #0003;
}

.btn.primary.big {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.store-secondary {
  background-color: #374ca9;
  background-image: linear-gradient(#374ca9, #273583);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.btn.store-secondary:hover {
  background-image: none;
  box-shadow: 0 0 40px #374ca980, 0 4px 4px #0003;
}

.btn.store-secondary.small {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.btn.secondary {
  color: #0b50ff;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  transition: all .3s;
}

.btn.secondary:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc80, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.outline {
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn.outline:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn.outline.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.outline.big:hover {
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn.buy-action {
  background-color: #e02c33;
  background-image: linear-gradient(#e02c33, #bc0006);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.buy-action:hover {
  background-image: none;
  box-shadow: 0 0 40px #d8535991, 0 4px 4px #0003;
}

.btn.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.credit-btn {
  text-align: center;
  background-color: #0000;
  border: 3px solid #59a0ff;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

.credit-btn:hover {
  background-color: #59a0ff33;
}

.credit-btn:active {
  color: #0b50ff;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}

.credit-btn.credit-btn--active:hover {
  background-color: #fcfcfc;
}

.btn-buyarea {
  width: 100%;
  margin-top: 40px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.giftcard {
  background-image: linear-gradient(#001733, #00306b);
}

.section.fold {
  background-image: url('../images/ps_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
}

.section.vr2 {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc, #c6e5ff);
}

.section.faq {
  background-color: #0b1a43;
  height: auto;
}

.section.footer {
  background-color: #0b1a43;
  padding-top: 0;
}

.section.psplus {
  background-image: linear-gradient(#001733, #00306b);
}

.section.coupon {
  background-image: linear-gradient(#141614, #424242);
  border-width: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.highlight {
  background-image: linear-gradient(#0c50ff8f, #010c2a), url('../images/sm2-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.highlight.hide {
  display: none;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0c1136cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.navlink {
  color: #fcfcfc80;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: #fcfcfc;
}

.navlink.w--current {
  color: #fcfcfc;
  border-bottom: 4px solid #0b50ff;
  padding-bottom: 24px;
}

.brand {
  width: 178px;
  height: 40px;
}

.howtoworks {
  background-color: #00306b;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.btn-area {
  width: 100%;
  max-width: 200px;
}

.platform-logo {
  width: 100%;
  max-width: 420px;
}

.step {
  grid-column-gap: 20px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
}

.step-number {
  background-color: #0e39cb;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  font-family: Poppins, sans-serif;
  line-height: 120%;
  display: flex;
}

.caption {
  text-align: center;
  margin-top: 80px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.caption.grey {
  color: #787b8e;
  text-align: left;
  margin-top: 0;
}

.caption.grey.center {
  text-align: center;
  margin-top: auto;
}

.caption.giftcard {
  margin-top: -40px;
}

.text-grey {
  color: #3d3d4c;
}

.text-grey.small {
  color: #fff;
  font-size: 16px;
}

.faq-p {
  background-color: #142e75;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.faq {
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-img {
  z-index: 2;
  color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-icon {
  z-index: 2;
  color: #fcfcfc;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  white-space: normal;
  width: 100%;
  max-width: 920px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.faq-body {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  color: #fff;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.faq-answer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gift-card-image {
  max-width: 650px;
}

.ps-render {
  width: 100%;
  max-width: 620px;
  position: absolute;
  inset: auto 0% -150px auto;
}

.giftcard-render {
  width: 100%;
  max-width: 650px;
}

.games-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1275px;
  display: grid;
}

.games-line._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.games-line._2 {
  width: auto;
}

.game {
  border-radius: 12px;
}

.vr2-games {
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.vr2-render1 {
  z-index: 1;
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: -90px -30px auto auto;
}

.vr2-render2 {
  width: 100%;
  max-width: 320px;
  position: absolute;
  inset: auto auto -120px -60px;
}

.steps {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.credit-btn--active {
  color: #0b50ff;
  text-align: center;
  background-color: #fcfcfc;
  border: 3px solid #fcfcfc;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

.dropdown {
  display: none;
}

.navlinks {
  background-color: #0000;
  display: block;
  position: static;
}

.header {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.plans-content {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan {
  color: #2b2b36;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.plan-header {
  background-image: linear-gradient(to right, #fefefe, #f3f2f7);
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.plan-header.yellow {
  background-image: linear-gradient(to right, #ffe53b, #fcc101);
}

.plan-header.dark {
  color: #fcfcfc;
  background-image: linear-gradient(to right, #343434, #262626);
}

.benefit {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefit.center {
  flex-direction: column;
  font-size: 18px;
  line-height: 22px;
}

.plan-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.benefits {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 28px 40px;
  display: flex;
}

.benefits.center {
  grid-row-gap: 32px;
}

.benefit-icon {
  width: 40px;
}

.benefit-icon.big {
  width: 94px;
}

.benefit-icon.small {
  width: 20px;
}

.plan-name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}

.btn-droparea {
  display: none;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab {
  color: #fcfcfc;
  background-color: #0000;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab.w--current {
  color: #2b2b36;
  background-color: #fcfcfc;
}

.tabs {
  display: none;
}

.plan-price {
  grid-column-gap: 8px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.coupon {
  text-align: center;
  border: 2px dashed #0e39cb;
  padding: 8px 20px;
  font-size: 14px;
  display: none;
}

.div-block-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.text-span {
  color: #ffe53b;
}

.social-icon {
  height: 16px;
}

.social-icon.youtube, .social-icon.facebook {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.twitch {
  width: 18px;
  height: 18px;
}

.social-icon.twitter {
  width: 19px;
  height: 18px;
}

.social-icon.instagram {
  width: 18px;
  height: 18px;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.footer-link {
  color: #fcfcff80;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcfcfc;
}

.text-box {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1300px;
  display: flex;
}

.text-box._310px {
  max-width: 310px;
  min-height: 64px;
}

.footer-social-nav {
  grid-column-gap: 12px;
  display: flex;
}

.btn-socialmedia {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.btn-socialmedia:hover {
  background-color: #5865f2;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.twitch {
  display: none;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.youtube {
  display: none;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.brand-white {
  width: 138px;
  height: 30px;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}

.brand-footer {
  margin-bottom: 20px;
  display: flex;
}

.footer-container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-container.footer {
  border-top: 2px solid #0c1136;
  padding-top: 80px;
}

.copyright {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.text-block-2 {
  font-weight: 500;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.render {
  width: 50%;
  position: relative;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.text-block {
  font-weight: 400;
}

.btn-buyarea-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.classind-content {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.game-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.game-disclaimer.mobile {
  text-align: center;
  display: none;
}

.highlight-header {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.icon-wrapper {
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-wrapper.highlight {
  width: auto;
}

.classind-tittle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.tab-container {
  flex-direction: column;
  display: flex;
}

.price-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.desk-2 {
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.video-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrap.right {
  padding-left: 60px;
}

.heading {
  margin-bottom: 20px;
}

.classind-img {
  width: 100%;
  max-width: 40px;
}

.classind {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.buy-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.price {
  grid-column-gap: 8px;
  text-align: left;
  flex: 0 auto;
  align-items: center;
  width: 150px;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price.highlight {
  width: auto;
  font-size: 32px;
}

.video {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.tab-button {
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border: 3px solid #0b4ffe;
  border-radius: 12px;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.tab-button:hover {
  background-color: #0f4deb4f;
}

.tab-button.w--current {
  color: #fff;
  background-color: #0b4ffe;
  border-color: #0b4ffe;
  font-weight: 600;
}

.logo-img {
  max-height: 200px;
}

.text-block-3 {
  color: #0c0c0c;
  font-weight: 600;
}

.logo-wrap {
  max-width: 480px;
  max-height: 200px;
}

.product-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: static;
}

.highlight-info {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.discount {
  color: #fcfcfc;
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.product-tag {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag.genre {
  background-color: #061847;
}

.product-tag.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
  display: none;
}

.product-tag.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
  display: none;
}

.product-tag.ps5 {
  background-image: linear-gradient(41deg, #ebebeb, #fff);
  display: flex;
}

.product-tag.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
  display: none;
}

.product-tag.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
  display: none;
}

.product-tag.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
  display: none;
}

.product-tag.ps4 {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
  display: flex;
}

.product-tag.preorder {
  background-color: #0b50ff;
  display: none;
}

.coupon-block.hide {
  display: none;
}

.coupon-wrap {
  text-align: center;
  border: 2px dashed #f2a400;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 150%;
}

.coupon-code-2 {
  color: #f2a400;
}

.caption-2 {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.caption-2.left {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.vr2 {
    overflow: visible;
  }

  .section.coupon {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.highlight {
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .howtoworks {
    justify-content: center;
  }

  .text-grey.small {
    color: #fff;
    font-size: 16px;
  }

  .faq-icon {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .gift-card-image {
    max-width: 730px;
    left: -40px;
  }

  .ps-render {
    max-width: 783px;
    right: -50px;
  }

  .giftcard-render {
    max-width: 730px;
  }

  .games-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1275px;
    display: grid;
  }

  .game {
    border-radius: 12px;
  }

  .vr2-games {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .vr2-render1 {
    max-width: 442px;
    position: absolute;
    inset: -130px -130px auto auto;
  }

  .vr2-render2 {
    max-width: 435px;
    position: absolute;
    inset: auto auto -120px -230px;
  }

  .steps {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .header {
    grid-row-gap: 20px;
  }

  .plan-price {
    font-size: 12px;
  }

  .div-block-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .classind {
    max-width: 580px;
  }

  .price {
    color: #fff;
  }

  .video {
    max-width: 580px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }

  .container.right {
    justify-content: center;
  }

  .container.left {
    text-align: center;
    justify-content: center;
  }

  .content {
    max-width: none;
    font-size: 20px;
  }

  .credit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section.fold {
    min-height: auto;
  }

  .section.coupon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.highlight {
    background-position: 0 0, 90%;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .navlink {
    color: #3d3d4cb3;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    color: #3d3d4c;
  }

  .navlink.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #0b50ff;
    padding-left: 36px;
  }

  .howtoworks {
    max-height: 260px;
  }

  .btn-area {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .step {
    text-align: left;
    font-size: 16px;
  }

  .step-number {
    width: 36px;
    height: 30px;
  }

  .caption.grey {
    text-align: center;
  }

  .caption.giftcard {
    display: none;
  }

  .faq-img {
    width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 24px;
  }

  .toggle-text {
    margin-right: 20px;
    font-size: 18px;
    line-height: 150%;
  }

  .faq-answer {
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  .ps-render {
    max-width: 340px;
    bottom: -120px;
  }

  .games-line {
    width: 740px;
  }

  .games-line._1 {
    left: -60px;
  }

  .games-line._2 {
    right: -80px;
  }

  .game {
    border-radius: 8px;
  }

  .vr2-render1 {
    max-width: 210px;
    inset: -140px 0 auto auto;
  }

  .vr2-render2 {
    max-width: 180px;
    inset: auto auto -120px 0%;
  }

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: #0b50ff;
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .menu, .navigation {
    order: 1;
  }

  .header {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .plans-content {
    display: none;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .tab {
    color: #fcfcfc;
    background-color: #0000;
    border-radius: 8px;
  }

  .tab.w--current {
    color: #2b2b36;
    background-color: #fcfcfc;
  }

  .tabs {
    flex-direction: column;
    display: flex;
  }

  .plan-price {
    font-size: 14px;
  }

  .text-box._310px {
    max-width: none;
  }

  .footer-social-nav {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    font-size: 12px;
    line-height: 20px;
    display: grid;
  }

  .brand-footer {
    justify-content: center;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-container.footer {
    text-align: center;
  }

  .tabs-menu-2 {
    width: 100%;
    max-width: 530px;
  }

  .btn-buyarea-2 {
    grid-template-rows: auto;
  }

  .game-disclaimer {
    display: none;
  }

  .game-disclaimer.mobile {
    margin-top: 20px;
    display: block;
  }

  .highlight-header {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .tab-container {
    align-items: stretch;
  }

  .tab-pane {
    flex: 1;
  }

  .price-wrap {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 530px;
  }

  .grid {
    margin-left: 0;
  }

  .video-wrap {
    max-width: 530px;
    padding-left: 0;
  }

  .video-wrap.right {
    padding-left: 0;
  }

  .heading {
    text-align: center;
  }

  .classind {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .buy-wrap {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .price.highlight {
    justify-content: center;
    width: auto;
  }

  .video {
    margin-bottom: 0;
    margin-right: auto;
  }

  .product-tag-wrap {
    justify-content: center;
  }

  .product-tag.steam {
    margin-right: 10px;
  }

  .tabs-content {
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .coupon-wrap {
    width: auto;
  }

  .caption-2.left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content {
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .content.center.normal {
    grid-row-gap: 10px;
  }

  .section.fold {
    height: 770px;
    padding-top: 140px;
  }

  .section.highlight {
    background-position: 0 0, 80%;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .howtoworks {
    height: auto;
    max-height: none;
  }

  .btn-area {
    max-width: 260px;
  }

  .platform-logo {
    max-width: 350px;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .toggle-text {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .ps-render {
    max-width: 250px;
    bottom: -160px;
  }

  .games-line._1, .games-line._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .game {
    border-radius: 4px;
  }

  .vr2-games {
    grid-row-gap: 4px;
  }

  .vr2-render1 {
    max-width: 190px;
  }

  .vr2-render2 {
    max-width: 130px;
  }

  .dropdown {
    padding: 13px;
  }

  .header {
    grid-row-gap: 12px;
    align-items: center;
  }

  .plans-content {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .plan-header {
    text-align: center;
  }

  .plan-name {
    font-size: 20px;
    line-height: 24px;
  }

  .btn-droparea {
    padding-top: 20px;
    display: block;
  }

  .btn-navarea {
    display: none;
  }

  .tabs-menu {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .coupon {
    font-size: 12px;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .coupon-title {
    font-size: 30px;
  }

  .text-box._310px {
    align-items: center;
  }

  .footer-social-nav {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brand-footer {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    max-width: 420px;
  }

  .highlight-header {
    text-align: center;
    font-size: 20px;
  }

  .price-wrap {
    max-width: 420px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-wrap {
    max-width: 420px;
  }

  .buy-wrap {
    align-items: stretch;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .price.highlight {
    justify-content: flex-start;
  }

  .coupon-wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container.left {
    flex-direction: column;
  }

  .content.steps {
    width: 100%;
  }

  .credits-list {
    grid-template-columns: 1fr 1fr;
  }

  .credit-btn {
    border-width: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .section.fold {
    height: 100vh;
    min-height: 830px;
    padding-top: 0;
  }

  .section.highlight {
    background-position: 0 0, 90%;
  }

  .howtoworks {
    max-height: 230px;
  }

  .step {
    text-align: left;
  }

  .step-number {
    flex: none;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .faq-img {
    display: none;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    padding-left: 0;
  }

  .gift-card-image {
    text-align: left;
    align-self: center;
    display: none;
    inset: -180px 0% auto;
  }

  .ps-render {
    max-width: 130px;
    bottom: 150px;
    left: auto;
    right: auto;
  }

  .giftcard-render {
    max-width: 180px;
  }

  .header.giftcard {
    width: 100%;
  }

  .benefits {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    justify-content: center;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tabs {
    width: 100%;
  }

  .plan-price {
    font-size: 10px;
  }

  .div-block-2 {
    width: 100%;
  }

  .coupon-title {
    font-size: 28px;
    line-height: 130%;
  }

  .footer-social-nav {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .footer-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr;
  }

  .btn-buyarea-2 {
    flex-direction: column;
    display: flex;
  }

  .classind-tittle {
    font-size: 14px;
  }

  .price-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .grid.desk-2.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .classind-img {
    max-width: 40px;
  }

  .classind {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .price.highlight {
    justify-content: center;
    font-size: 24px;
  }
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39634-fdc4bca7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe3965e-fdc4bca7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39663-fdc4bca7 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: end;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39665-fdc4bca7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe3966f-fdc4bca7, #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39672-fdc4bca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39674-fdc4bca7, #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39677-fdc4bca7 {
  justify-self: stretch;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39684-fdc4bca7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39688-fdc4bca7 {
  justify-self: start;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39694-fdc4bca7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39698-fdc4bca7 {
  justify-self: start;
}

#w-node-abe9e2c6-652c-8bd8-5947-de4fdbe3969b-fdc4bca7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b47442fe-887b-0c79-a317-7ddf0856891c-fdc4bca7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b47442fe-887b-0c79-a317-7ddf0856891d-fdc4bca7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_016fa799-98cb-f118-e333-bae8adc03127-fdc4bca7, #w-node-_016fa799-98cb-f118-e333-bae8adc03150-fdc4bca7, #w-node-_016fa799-98cb-f118-e333-bae8adc03168-fdc4bca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e2db85-24dd-58bc-bb54-603422adb465-fdc4bca7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c48-fdc4bca7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-fdc4bca7 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-fdc4bca7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5b6-fdc4bca7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39663-fdc4bca7 {
    justify-self: end;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5b6-fdc4bca7 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39634-fdc4bca7 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe3965e-fdc4bca7 {
    grid-column-end: 3;
  }

  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39663-fdc4bca7 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39665-fdc4bca7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe3966f-fdc4bca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39688-fdc4bca7, #w-node-abe9e2c6-652c-8bd8-5947-de4fdbe39698-fdc4bca7 {
    justify-self: stretch;
  }

  #w-node-b47442fe-887b-0c79-a317-7ddf0856891c-fdc4bca7 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-b47442fe-887b-0c79-a317-7ddf0856891d-fdc4bca7 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-fdc4bca7 {
    grid-column: 1 / 2;
  }

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c48-fdc4bca7 {
    grid-column-start: 1;
  }

  #w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-fdc4bca7 {
    grid-column: 2 / 3;
    grid-row-end: 2;
    justify-self: end;
  }

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-fdc4bca7 {
    grid-column-start: 1;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5b6-fdc4bca7 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5d3-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5e5-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5f7-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db615-fdc4bca7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5b6-fdc4bca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5d3-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5e5-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5f7-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db615-fdc4bca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-fdc4bca7 {
    grid-column-end: 3;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5b6-fdc4bca7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5c3-fdc4bca7, #w-node-_2b9f0a57-a4f0-3cbe-2222-e399b01db5c5-fdc4bca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


