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

body {
  color: #fcfcfc;
  background-color: #020;
  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;
}

.container.center.live-gold {
  padding-top: 120px;
}

.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.giftcard {
  width: 50%;
}

.content.steps {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
}

.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;
  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;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

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

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

.btn.primary.big {
  background-image: linear-gradient(#14b821, #017f09);
  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: #017f09;
  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.secondary.big.highlight {
  color: #1a1920;
}

.btn.secondary.big.live-gold {
  padding-left: 16px;
  padding-right: 16px;
}

.btn.primary {
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
}

.btn.primary.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}

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

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

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

.credit-btn.credit-btn--active {
  color: #14b821;
}

.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(#002400, #004901);
}

.section.fold {
  background-image: url('../images/xbox-background.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
}

.section.highlight {
  color: #1a1920;
  background-color: #e7f0ff;
  background-image: linear-gradient(#e7f0ff, #d8e3f4);
}

.section.highlight.dark {
  color: #fcfcfc;
  background-color: #0000;
  background-image: url('../images/riot-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.gamepass {
  color: #1a1920;
  background-color: #f6fff5;
  background-image: linear-gradient(#f6fff5, #d8f4e3);
}

.section.faq {
  height: auto;
}

.section.footer {
  padding-top: 0;
}

.section.plans {
  color: #1a1920;
  background-image: linear-gradient(#fefffe, #d8f4e3);
}

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

.section.games {
  background-color: #201f24;
}

.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 #02990d;
  padding-bottom: 24px;
}

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

.howtoworks {
  background-color: #004901;
  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: 310px;
}

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

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

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

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

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

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

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

.faq {
  white-space: normal;
  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;
  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 {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.riot-render {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  position: absolute;
  bottom: -120px;
  left: auto;
  right: -310px;
  overflow: auto;
}

.xbox-render {
  width: 100%;
  max-width: 650px;
  position: absolute;
  inset: auto 0 -40px auto;
}

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

.games-line {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: grid;
}

.game {
  border-radius: 12px;
  width: 100%;
}

.game.hide {
  display: none;
}

.forza-render {
  width: 100%;
  max-width: 470px;
  position: absolute;
  inset: auto auto 0 -60px;
}

.steps {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

.plans-content.live-gold {
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
}

.plans-content._1-col {
  grid-template-columns: 1fr;
}

.plan {
  color: #2b2b36;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 460px;
  height: auto;
  padding: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  overflow: hidden;
}

.plan.green {
  color: #fcfcfc;
  background-color: #107c10;
}

.plan.green.hide {
  display: none;
}

.plan.grey {
  color: #fcfcfc;
  background-color: #505050;
}

.plan-header {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
}

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

.benefit.vert {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

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

.benefit-icon {
  width: 100%;
  max-width: 24px;
}

.plan-name {
  font-size: 34px;
  line-height: 39px;
}

.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: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.riot-logo {
  width: 100%;
  max-width: 300px;
}

.plan-btn {
  text-align: center;
  background-color: #0000;
  border: 3px solid #fcfcfc4d;
  border-radius: 8px;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.plan-btn:hover {
  background-color: #fcfcfc1a;
}

.plan-btn.plan-btn--active {
  color: #017f09;
  background-color: #fcfcfc;
}

.plan-monthly {
  grid-column-gap: 20px;
  background-color: #0003;
  border: 3px solid #0000;
  border-radius: 8px;
  justify-content: space-around;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.plan-monthly.select {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.btn-signarea {
  width: 100%;
  margin-top: 20px;
}

.benefit-brands {
  grid-column-gap: 20px;
  justify-content: center;
  height: 40px;
  display: flex;
}

.gold-logo {
  width: 100%;
  max-width: 200px;
}

.xboxlive-logo {
  width: 100%;
  max-width: 240px;
}

.warning {
  border: 2px dashed #ffffff80;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 12px;
}

.text-span {
  color: #18d326;
}

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

.card {
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  overflow: hidden;
}

.card:hover {
  outline-offset: 0px;
  outline: 2px solid #14b821;
  transform: scale(1.03);
}

.card-header {
  width: 100%;
}

.card-body {
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

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

.price-area {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #fcfcfc;
  background-color: #0000;
  border-radius: 8px;
  padding: 10px 28px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  color: #14b821;
  background-color: #fcfcfc;
}

.tabs-menu-3 {
  margin-bottom: 40px;
}

.tabs-content {
  overflow: visible;
}

.game-info {
  grid-row-gap: 8px;
  text-align: left;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.platform-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #505162;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.game-title {
  white-space: nowrap;
  line-height: 22px;
}

.dropdown-link {
  color: #a7acba;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: #1a1920;
  background-color: #dee2e6;
}

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

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

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

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

.social-icon {
  height: 16px;
}

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

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

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

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

.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 #0000001a;
  padding-top: 80px;
}

.dropdown-list {
  background-color: #dee2e6;
}

.dropdown-list.w--open {
  background-color: #fcfcfc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px #0003;
}

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

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

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

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

.dropdown-toggle {
  color: #fcfcfc;
  background-color: #192360;
  border-radius: 4px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  background-color: #374ca9;
}

.dropdown-toggle.w--open {
  color: #1a1920;
  background-color: #fcfcfc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.btn-area-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.btn-area-2._310px {
  align-items: start;
  width: auto;
  max-width: 310px;
}

.coupon-code {
  color: #f2a400;
}

.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-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

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

.btn-3 {
  color: #faefd4;
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn-3.ms-primary {
  color: #054b16;
  background-color: #9cf00a;
  text-decoration: none;
}

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

.image-wrap {
  width: 100%;
}

.image-wrap.desk-420px {
  max-width: 420px;
}

.image-wrap.desk-810px {
  max-width: 810px;
}

.image-wrap.desk-1100px {
  max-width: 100%;
}

.blue {
  color: #0e39cb;
}

.coupon-wrap-2 {
  text-align: center;
  border: 2px dashed #f2a400;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-3.microsoft {
  color: #fff;
  background-color: #2d2d2d;
  background-image: radial-gradient(circle, #4a4a4a, #2d2d2d 50%);
}

.mp-whrite-tittle {
  color: #fcfcfc;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

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

.header-3.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 100%;
  margin-top: -72px;
  margin-bottom: -60px;
}

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

  .section.giftcard {
    background-image: linear-gradient(#002400, #004901);
  }

  .section.gamepass {
    overflow: visible;
  }

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

  .navlink.w--current {
    border-bottom-color: #14b821;
  }

  .howtoworks {
    justify-content: center;
  }

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

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

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

  .riot-render {
    max-width: 1188px;
    bottom: -120px;
    right: -470px;
  }

  .xbox-render {
    max-width: 885px;
    bottom: 0;
  }

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

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

  .game {
    border-radius: 12px;
  }

  .game.hide {
    display: none;
  }

  .forza-render {
    max-width: 697px;
    position: absolute;
    inset: auto auto -60px -260px;
  }

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

  .plan-btn:active {
    color: #14b821;
  }

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

  .game-grid {
    grid-template-rows: auto;
  }

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

  .image-wrap {
    position: relative;
  }

  .image-wrap.desk-810px, .image-wrap.desk-1100px {
    max-width: 830px;
  }
}

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

  .content.giftcard {
    width: 100%;
  }

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

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

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

  .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 #02990d;
    padding-left: 36px;
  }

  .howtoworks {
    max-height: 240px;
  }

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

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

  .step {
    font-size: 16px;
  }

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

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

  .riot-render {
    order: 1;
    max-width: 560px;
    margin-bottom: -120px;
    margin-right: auto;
    padding-left: 44px;
    position: static;
  }

  .xbox-render {
    max-width: 430px;
    bottom: -20px;
    right: -40px;
  }

  .games-line {
    grid-column-gap: 8px;
    margin-top: 40px;
  }

  .game {
    border-radius: 8px;
  }

  .forza-render {
    max-width: 420px;
    inset: auto auto 0 -200px;
  }

  .steps {
    text-align: left;
  }

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

  .dropdown.w--open {
    color: #02990d;
    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;
  }

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

  .plan.green {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan.grey {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .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: #2b2b36;
    background-color: #0000;
    border-radius: 8px;
  }

  .tab.w--current {
    color: #fcfcfc;
    background-color: #107c10;
  }

  .tab.hide {
    display: none;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    display: block;
  }

  .tabs.live {
    display: none;
  }

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

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

  .game-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-3 {
    grid-column-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .game-info {
    width: 55%;
  }

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

  .footer-container.footer {
    text-align: center;
    text-align: 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;
  }

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

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

  .btn-area-2 {
    justify-items: center;
  }

  .btn-area-2._310px {
    justify-items: stretch;
  }

  .grid {
    margin-left: 0;
  }

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

  .btn-3 {
    position: relative;
  }

  .image-wrap.desk-420px.gamepass {
    max-width: 350px;
  }

  .header-3 {
    text-align: center;
    align-self: stretch;
    align-items: 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;
  }

  .btn.primary.small {
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

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

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

  .step-number {
    flex: none;
  }

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

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

  .xbox-render {
    right: 0;
  }

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

  .game {
    border-radius: 4px;
  }

  .forza-render {
    max-width: 320px;
    bottom: 60px;
    left: -140px;
  }

  .steps {
    text-align: left;
  }

  .dropdown {
    padding: 13px;
  }

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

  .header.giftcard {
    align-items: flex-start;
  }

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

  .plans-content.live-gold {
    display: none;
  }

  .plan.green, .plan.grey {
    max-width: 440px;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .tab {
    text-align: center;
    font-size: 16px;
  }

  .tab.w--current {
    font-size: 16px;
  }

  .tabs.live {
    align-items: center;
    display: flex;
  }

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

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

  .btn-buy-area {
    width: 100%;
  }

  .card-body {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .game-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .price-area {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .game-info {
    width: 100%;
  }

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

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

  .tab-pane-1-mes {
    min-width: 440px;
  }

  .tabs-content-2 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .tab-pane-ultimate {
    min-width: 440px;
  }

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

  .tab-pane-3-meses, .tab-pane-6-meses, .tab-pane-12-meses, .tab-pane-console {
    min-width: 440px;
  }

  .btn-area-2 {
    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;
  }

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

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

  .image {
    margin-top: -52px;
    margin-bottom: -48px;
  }
}

@media screen and (max-width: 479px) {
  .content.center {
    grid-row-gap: 40px;
  }

  .content.steps {
    flex-direction: column;
  }

  .btn.primary.big {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .btn.secondary.big {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .section.fold {
    height: 850px;
  }

  .howtoworks {
    max-height: 260px;
  }

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

  .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;
    inset: -180px 0% auto;
  }

  .xbox-render {
    max-width: 240px;
    top: -330px;
    right: auto;
  }

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

  .games-line {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .forza-render {
    max-width: 290px;
    bottom: 70px;
    left: -139px;
  }

  .steps {
    width: 100%;
    margin-bottom: auto;
  }

  .header.giftcard {
    width: 100%;
  }

  .plan.green {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

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

  .tabs {
    width: 100%;
  }

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

  .div-block {
    width: 100%;
  }

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

  .game-grid {
    grid-template-columns: 1fr;
  }

  .tab-link {
    text-align: center;
    font-size: 14px;
  }

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

  .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-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block {
    font-size: 16px;
  }

  .tab-pane-1-mes, .tab-pane-ultimate, .tab-pane-3-meses, .tab-pane-6-meses, .tab-pane-12-meses, .tab-pane-console {
    min-width: 0;
  }

  .render {
    align-self: center;
  }

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

  .btn-3 {
    width: 100%;
    font-size: 16px;
  }

  .image {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

#w-node-_81f99bcc-ddff-5238-ba2d-832cbda35994-39b512a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0c39deb-f37e-0b78-2f33-9272c6944511-39b512a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_52fd82a1-42d3-28f0-819e-be0bccb1ef6e-39b512a1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231cc-39b512a1 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231ce-39b512a1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231d5-39b512a1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231dd-39b512a1 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: start center;
}

#w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231de-39b512a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_016fa799-98cb-f118-e333-bae8adc03127-39b512a1, #w-node-_016fa799-98cb-f118-e333-bae8adc03150-39b512a1, #w-node-_016fa799-98cb-f118-e333-bae8adc03168-39b512a1, #w-node-_9aa8cd94-3ab5-5f50-eea2-ed46316770d2-39b512a1, #w-node-e3f3357f-5e17-13e6-507d-f055ab7787a9-39b512a1, #w-node-_62c2442b-269e-7e17-89a8-a4dbbf2d15a9-39b512a1, #w-node-e3f3357f-5e17-13e6-507d-f055ab7787d9-39b512a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_7687fc7f-7113-f1c9-019f-235093638c3e-39b512a1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c42-39b512a1, #w-node-_75682e77-9363-e407-ac91-a1a75c7bffd7-39b512a1, #w-node-cec24449-61d8-57a6-f7e2-58964ea5ad5b-39b512a1, #w-node-_4fe58912-9560-cc3c-f9b5-cec06e9bb885-39b512a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_16eefaeb-532c-a863-d0a4-d90abeb09bd1-39b512a1 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaa2-39b512a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231d5-39b512a1 {
    grid-row: 3 / 4;
  }

  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaa2-39b512a1 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_81f99bcc-ddff-5238-ba2d-832cbda35994-39b512a1, #w-node-b0c39deb-f37e-0b78-2f33-9272c6944511-39b512a1, #w-node-_52fd82a1-42d3-28f0-819e-be0bccb1ef6e-39b512a1 {
    grid-column-end: 3;
  }

  #w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231ce-39b512a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231d5-39b512a1 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_8e3888dd-3ff9-aeee-9e12-54b9b18231dd-39b512a1 {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

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

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c3e-39b512a1 {
    grid-column-start: 1;
  }

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

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-39b512a1, #w-node-_16eefaeb-532c-a863-d0a4-d90abeb09bd1-39b512a1 {
    grid-column-start: 1;
  }

  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaa2-39b512a1 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdabf-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdad1-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdae3-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdb01-39b512a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaa2-39b512a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdabf-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdad1-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdae3-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdb01-39b512a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaa2-39b512a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdaaf-39b512a1, #w-node-f9e4db95-5b03-824d-4e28-f0d4d60fdab1-39b512a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


