:root {
  --gray-0: #f3eee4;
  --blue-70: #0b50ff;
  --dark-mode-80: #84a3e1;
  --blue-80: #0e39cb;
  --dark-mode-40: #374ca9;
  --dark-mode-20: #192360;
  --gray-100: #1a1920;
  --gray-10: #dee2e6;
  --gray-30: #a7acba;
  --gray-80: #3d3d4c;
  --black: #111314;
  --dark-mode-0: #080c29;
  --dark-mode-5: #0c1136;
  --dark-mode-10: #0f1643;
  --blue-40: #59a0ff;
  --blue-100: #0e1a5d;
  --red-40: #e02c33;
  --red-60: #bc0006;
  --red-80: #840003;
  --green-60: #02990d;
  --green-70: #017f09;
  --green-100: #004901;
  --yellow-40: #ffc52f;
  --yellow-60: #f2a400;
  --yellow-80: #d27d00;
  --orange-50: #ff8517;
  --orange-60: #f26d09;
  --orange-80: #d34100;
  --pink-50: #ff3a8b;
  --pink-70: #e71468;
  --pink-90: #b60455;
  --dark-mode-30: #273583;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-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: var(--gray-0);
  background-color: #0c0704;
  font-family: Rowdies, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rowdies, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-family: Rowdies, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--blue-70);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 24px;
  font-family: Rowdies, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

img {
  width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--dark-mode-80);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-family: Rowdies, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.sg-menu-link {
  color: var(--dark-mode-80);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--gray-0);
}

.sg-menu-link.w--current {
  background-color: var(--blue-80);
  color: var(--gray-0);
  border-radius: 8px;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--dark-mode-40);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.horizontal-line.design-system {
  position: relative;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: var(--gray-0);
  max-width: 420px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  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-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-3.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: minmax(30%, 1fr) minmax(30%, 1fr) minmax(30%, 1fr);
}

.grid.desk-3.steps {
  background-color: var(--dark-mode-20);
  border-radius: 8px;
  align-content: center;
  padding: 20px;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid.desk-4.tab-2 {
  grid-template-columns: minmax(23%, 1fr) minmax(23%, 1fr) minmax(23%, 1fr) minmax(23%, 1fr);
}

.grid.desk-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

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

.grid.desk-2.tab-2.banner {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  text-align: center;
  background-image: linear-gradient(#0f05011a, #0f05011a);
  border: 1px solid #cbb091;
  border-radius: 40px;
  height: auto;
  min-height: 300px;
  padding: 52px 80px;
  font-size: 20px;
  line-height: 130%;
  overflow: hidden;
}

.grid.desk-2.tab-2.landscape-2 {
  grid-template-columns: minmax(49%, 1fr) minmax(49%, 1fr);
}

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

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

.grid.desk-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid.desk-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

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

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  opacity: .5;
  color: var(--gray-0);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  margin-right: 0;
  padding: 12px 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

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

.tab-link.w--current {
  background-color: var(--gray-0);
  opacity: 1;
  color: var(--gray-100);
}

.tab-link.big {
  padding: 20px 40px;
  font-size: 20px;
}

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

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-9 {
  width: 75%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._120 {
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._60 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.spacer._8 {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.spacer._12 {
  background-color: #0000;
  width: 12px;
  height: 12px;
}

.spacer._20 {
  text-transform: uppercase;
  background-color: #0000;
  width: 20px;
  height: 20px;
}

.spacer._28 {
  text-transform: uppercase;
  background-color: #0000;
  width: 28px;
  height: 28px;
}

.spacer._40 {
  background-color: #0000;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

.paragraph {
  margin-bottom: 16px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

.paragraph.large {
  font-size: 20px;
}

.visible-spacer {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  display: inline-block;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 6px;
}

.ds-module {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.icon {
  margin-right: 0;
  position: static;
}

.icon._32px {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}

.icon._24px {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.icon._16px {
  width: 16px;
  height: 16px;
  line-height: 16%;
}

.icon._36px {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
}

.icon._20px {
  width: 20px;
  height: 20px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.vertical-tab {
  width: 100%;
}

.tabs-menu {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.tabs-menu.center {
  justify-content: center;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.gray-0 {
  background-color: var(--gray-0);
}

.color-block.gray-10 {
  background-color: var(--gray-10);
}

.color-block.gray-30 {
  background-color: var(--gray-30);
}

.color-block.gray-80 {
  background-color: var(--gray-80);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.gray-100 {
  background-color: var(--gray-100);
}

.color-block.dark-mode-0 {
  background-color: var(--dark-mode-0);
}

.color-block.dark-mode-5 {
  border: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
}

.color-block.dark-mode-10 {
  background-color: var(--dark-mode-10);
}

.color-block.dark-mode-20 {
  background-color: var(--dark-mode-20);
}

.color-block.dark-mode-40 {
  background-color: var(--dark-mode-40);
}

.color-block.dark-mode-80 {
  background-color: var(--dark-mode-80);
}

.color-block.blue-40 {
  background-color: var(--blue-40);
}

.color-block.blue-70 {
  background-color: var(--blue-70);
}

.color-block.blue-80 {
  background-color: var(--blue-80);
}

.color-block.blue-100 {
  background-color: var(--blue-100);
}

.color-block.red-40 {
  background-color: var(--red-40);
}

.color-block.red-60 {
  background-color: var(--red-60);
}

.color-block.red-80 {
  background-color: var(--red-80);
}

.color-block.green-60 {
  background-color: var(--green-60);
}

.color-block.green-70 {
  background-color: var(--green-70);
}

.color-block.green-100 {
  background-color: var(--green-100);
}

.color-block.yellow-40 {
  background-color: var(--yellow-40);
}

.color-block.yellow-60 {
  background-color: var(--yellow-60);
}

.color-block.yellow-80 {
  background-color: var(--yellow-80);
}

.color-block.orange-50 {
  background-color: var(--orange-50);
}

.color-block.orange-60 {
  background-color: var(--orange-60);
}

.color-block.orange-80 {
  background-color: var(--orange-80);
}

.color-block.pink-50 {
  background-color: var(--pink-50);
}

.color-block.pink-70 {
  background-color: var(--pink-70);
}

.color-block.pink-90 {
  background-color: var(--pink-90);
}

.color-block.dark-mode-30 {
  background-color: var(--dark-mode-30);
}

.sg-content {
  background-color: var(--gray-0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  background-color: var(--dark-mode-5);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-70);
  color: #fff;
}

.ds-icon {
  margin-right: 24px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.btn {
  color: #fff;
  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.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-0);
  border: 1px solid #cbb091;
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #00000040;
}

.btn.outline.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.outline.big {
  border-radius: 14px;
  padding: 20px 28px;
  font-size: 18px;
}

.btn.secondary {
  background-color: var(--dark-mode-30);
  background-image: linear-gradient(180deg, var(--dark-mode-30), var(--dark-mode-20));
  color: var(--gray-0);
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.btn.secondary:hover {
  background-image: linear-gradient(to bottom, var(--dark-mode-30), var(--dark-mode-30));
  box-shadow: 0 0 40px #27358333, 0 4px 4px #0003;
}

.btn.secondary.big {
  border-radius: 14px;
  padding: 20px 28px;
  font-size: 18px;
}

.btn.secondary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.primary {
  color: var(--gray-0);
  background-color: #2bad9e;
  background-image: linear-gradient(55deg, #2bad9e 7.38%, #2986b5 66%);
  border: 1px solid #91cbc1;
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  box-shadow: 0 4px 4px #00000040;
}

.btn.light {
  background-color: var(--gray-0);
  background-image: linear-gradient(180deg, var(--gray-0), var(--gray-10));
  color: var(--gray-100);
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

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

.btn.light.big {
  border-radius: 14px;
  padding: 20px 28px;
  font-size: 18px;
}

.btn.light.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn.outline:hover {
  background-color: #fcfcfc33;
  box-shadow: 0 0 40px #fcfcfc33, inset 0 0 0 1px #fcfcfc4d;
}

.btn.buy {
  background-color: var(--red-40);
  background-image: linear-gradient(180deg, var(--red-40), var(--red-60));
  color: var(--gray-0);
  border-radius: 8px;
}

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

.btn.buy.big {
  background-image: linear-gradient(180deg, var(--red-40), var(--red-60));
  border-radius: 14px;
  padding: 20px 40px;
  font-size: 20px;
}

.btn.buy.big:hover {
  background-image: none;
}

.btn.buy.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.primary {
  color: var(--gray-0);
  background-color: #2bad9e;
  background-image: linear-gradient(55deg, #2bad9e 7.38%, #2986b5 66%);
  border: 1px solid #91cbc1;
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

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

.btn.primary.big {
  border-radius: 14px;
  padding: 20px 28px;
  font-size: 18px;
}

.btn.primary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.ds-section-header {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.text-box {
  max-width: 1300px;
}

.text-box._640px {
  max-width: 640px;
  min-height: 64px;
}

.text-box._640px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._420px {
  max-width: 420px;
  min-height: 64px;
}

.text-box._420px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

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

.text-box._310px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._1300px {
  max-width: 1300px;
  min-height: 64px;
}

.text-box._1300px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._860px {
  max-width: 860px;
  min-height: 64px;
}

.text-box._860px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._530px {
  max-width: 530px;
  min-height: 64px;
}

.text-box._530px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.sg-label {
  color: var(--dark-mode-80);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.white-link {
  color: #9ec5fa;
}

.sg-nav-container {
  border-right: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.display {
  font-family: Rowdies, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

.brand {
  color: var(--gray-0);
  width: 190px;
  padding-top: 6px;
}

.brand.symbol {
  width: 40px;
}

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

.content-wrap.center {
  grid-row-gap: 72px;
  text-align: center;
  align-items: center;
  max-width: 1300px;
}

.content-wrap.tab {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: stretch;
}

.twitch-video-wrapper {
  text-align: left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.header._640px {
  max-width: 640px;
}

.header.faq-header {
  width: 100%;
  max-width: 310px;
  font-size: 20px;
}

.header.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header.center._860px {
  max-width: 860px;
}

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

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

.container.highlight {
  grid-row-gap: 80px;
}

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

.container.buy-area {
  background-color: #0f05011a;
  border: 1px solid #cbb091;
  border-radius: 40px;
  padding: 80px 160px;
  box-shadow: 0 41px 16px 9px #0000004d;
}

.container.about {
  grid-row-gap: 110px;
}

.container.features, .container.requirements {
  padding-top: 0;
}

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

.section.highlight {
  background-image: linear-gradient(#0f1643a3, #141f66), url('../images/placeholder_460x215.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.game-tabs {
  padding-top: 120px;
}

.section.gallery {
  background-color: var(--gray-0);
  color: #0c0704;
}

.section.who-we-are {
  background-image: url('../images/whoweare-bg.jpg');
  background-position: 65%;
  background-size: cover;
}

.twitch-wrapper {
  text-align: left;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.twitch-chat-wrapper {
  text-align: left;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-body {
  grid-row-gap: 20px;
  text-align: left;
  -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;
}

.card-body.small {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.clock-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: -5px;
}

.clock-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.clock {
  width: 60px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.card {
  background-color: var(--dark-mode-20);
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.03);
}

.discount {
  background-color: var(--gray-0);
  color: #0c0704;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}

.discount.small {
  padding: 2px 4px;
  font-size: 14px;
}

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

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

.price.big {
  justify-content: center;
}

.price.highlight {
  grid-column-gap: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

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

.card-header {
  width: 100%;
}

.disclaimer {
  border-radius: 5px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.product-label {
  z-index: 2;
  grid-column-gap: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.product-label.ubisoft {
  z-index: 2;
  background-image: linear-gradient(41deg, #242424, #222);
}

.product-label.nintendo {
  background-image: linear-gradient(to right, #c01523, #e41727);
}

.product-label.epic-games {
  color: var(--black);
  background-image: linear-gradient(to right, #e7e7e7, #efeeee);
}

.product-label.playstation {
  background-image: linear-gradient(to right, #064ed5, #005ed1);
}

.product-label.xbox {
  background-image: linear-gradient(to right, #107f10, #139113);
}

.product-label.rockstar {
  color: var(--black);
  background-color: #ffab00;
  background-image: none;
}

.product-label.microsoft {
  background-image: linear-gradient(90deg, #004b84, #0063b3);
}

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

.icon-wrapper.highlight {
  width: 18px;
  height: 18px;
}

.preorder-tag-block {
  z-index: 5;
  grid-column-gap: 8px;
  align-items: center;
  margin-top: -12px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.preorder-tag-block.small {
  margin-left: 12px;
}

.preorder-tag {
  grid-column-gap: 10px;
  background-color: var(--blue-70);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 30px;
  padding: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.arrow-slider {
  color: #0c0704;
  background-color: #cbb091;
  border-radius: 8px;
  width: 50px;
  height: 40px;
  font-size: 20px;
  transition: all .2s;
  inset: auto;
}

.arrow-slider:hover {
  border-color: var(--blue-70);
  color: #0c0704;
  background-color: #fff9f1;
}

.arrow-slider.right {
  top: auto;
  bottom: 0%;
  right: 0;
}

.arrow-slider.right.highlight {
  margin-bottom: 40px;
  margin-right: 40px;
}

.arrow-slider.left {
  top: auto;
  bottom: 0%;
  left: 0%;
}

.arrow-slider.left.highlight {
  margin-bottom: 40px;
  margin-left: 40px;
}

.card-gradient {
  background-image: linear-gradient(#fff0, #0e184e);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.card-product-link {
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: static;
}

.carousel-mask {
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: visible;
}

.carousel-mask.col-6 {
  width: 100%;
  max-width: 200px;
}

.card-long {
  border: 1px solid #cbb091;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 426px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-long:hover {
  background-color: #0d191f;
}

.card-long._1 {
  background-image: linear-gradient(90deg, #0f0500 43%, #0f050000 70%), url('../images/feature-1.jpg');
  background-position: 0 0, 130%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 880px;
}

.card-long._2 {
  background-image: linear-gradient(90deg, #0f0500 43%, #0f050000 70%), url('../images/feature-2.jpg');
  background-position: 0 0, 220% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
}

.card-long._3 {
  background-image: linear-gradient(90deg, #0f0500 43%, #0f050000 70%), url('../images/feature-3.jpg');
  background-position: 0 0, 290%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1080px;
}

.game-long-bg {
  object-fit: cover;
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 100%;
  max-height: 426px;
}

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

.slider-dot {
  text-align: center;
  width: 100%;
  max-width: 1380px;
  padding-top: 14px;
  font-size: 12px;
  line-height: 12px;
  inset: auto 0% 0%;
}

.slider-dot.highlight {
  margin-bottom: 40px;
}

.carousel-slider-long {
  margin-right: 20px;
}

.carousel-slider-long._1 {
  background-image: url('../images/feature-1.jpg');
  background-position: 180%;
  background-repeat: no-repeat;
  background-size: 970px;
  border-radius: 40px;
}

.card-long-body {
  z-index: 1;
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 650px;
  height: 100%;
  padding: 84px 0 84px 84px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
}

.carousel.highlight {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  display: flex;
}

.long-card-title {
  grid-row-gap: 4px;
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 6px;
  display: flex;
}

.counter {
  grid-column-gap: 5px;
  align-items: flex-end;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.counter.center {
  justify-content: center;
}

.counter.right {
  justify-content: flex-end;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.tabs {
  width: 100%;
  max-width: 1300px;
  margin-top: 20px;
}

.image-tab {
  justify-content: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.image {
  border: 1px solid #cbb091;
  border-radius: 40px;
}

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

.select-game {
  border-radius: 8px;
  transition: all .2s;
}

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

.classind {
  grid-column-gap: 12px;
  color: var(--black);
  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;
}

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

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

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

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

.product-tag {
  grid-column-gap: 8px;
  color: var(--white);
  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: 500;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

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

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

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

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

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

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

.product-tag.preorder {
  background-color: var(--blue-70);
  align-self: stretch;
}

.product-tag.genre {
  background-color: var(--dark-mode-20);
  align-self: stretch;
}

.product-tag.rockstar {
  color: var(--black);
  background-color: #ffab00;
}

.product-tag.ms-store {
  background-image: linear-gradient(to right, #004b84, #0063b3);
}

.drops-area {
  grid-column-gap: 4px;
  color: var(--yellow-40);
  border-radius: 4px;
  align-items: center;
  padding: 4px 4px 4px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

.btn-socialmedia.youtube.fold {
  background-color: #0000;
}

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

.btn-socialmedia.twitch.fold {
  background-color: #0000;
}

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

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

.btn-socialmedia.instagram.fold {
  background-color: #0000;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.btn-socialmedia.x.fold {
  background-color: #0000;
}

.btn-socialmedia.tiktok:hover {
  background-color: #010101;
}

.btn-socialmedia.tiktok.fold {
  background-color: #fff0;
}

.btn-socialmedia.threads:hover {
  background-color: #0a0a0a;
}

.btn-socialmedia.threads.fold {
  background-color: #0000;
}

.btn-socialmedia.bluesky:hover {
  background-color: #0085ff;
}

.btn-socialmedia.bluesky.fold {
  background-color: #0000;
}

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

.company {
  max-width: 310px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.brand-footer {
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  display: flex;
}

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

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

.social-icon {
  height: 16px;
}

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

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

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

.social-icon.tiktok {
  width: 16px;
  height: 19px;
}

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

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

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

.brand-white {
  color: var(--gray-0);
  width: 138px;
  height: 30px;
}

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

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

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

.video-wrap._550px {
  max-width: 550px;
}

.video-wrap._920px {
  border: 1px solid var(--gray-0);
  border-radius: 40px;
  max-width: 920px;
  overflow: hidden;
}

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

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

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

.btn-area._310px {
  max-width: 310px;
}

.btn-area._420px {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  max-width: 420px;
}

.btn-area._420px.select {
  max-width: none;
}

.image-wrap {
  width: 100%;
}

.image-wrap._200px {
  max-width: 200px;
}

.description-text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Rowdies, sans-serif;
  font-weight: 300;
  display: flex;
}

.description-text.big {
  font-size: 36px;
  line-height: 130%;
}

.logo-wrap {
  align-self: flex-start;
  max-width: 530px;
  max-height: 200px;
}

.logo-wrap.center {
  justify-content: center;
  align-self: center;
}

.logo-wrap._200px {
  width: 100%;
  max-width: 200px;
  margin-bottom: 60px;
}

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

.content {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
}

.content.coupon {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 16px;
  display: grid;
}

.mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.bg {
  background-image: linear-gradient(to bottom, #0c113680, var(--dark-mode-10)), url('../images/placeholder_600x900.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.credit-btn {
  border: 3px solid var(--dark-mode-80);
  text-align: center;
  background-color: #0000;
  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 {
  border-color: var(--gray-0);
  background-color: var(--gray-0);
  color: var(--blue-70);
}

.credit-btn.credit-btn--active:hover {
  color: var(--blue-70);
  background-color: #fcfcfc;
}

.illustration-wrap {
  width: 100%;
  position: relative;
}

.illustration-wrap.banner {
  justify-content: flex-end;
  display: flex;
}

.image-illustration {
  height: 200px;
}

.carousel-slider {
  margin-right: 20px;
}

.box-content {
  background-color: var(--dark-mode-20);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  padding: 40px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.box-content:hover {
  color: #000;
  background-color: #fcfcfc;
  transform: scale(1.03);
}

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

.carousel-genres {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel-genres.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.genre-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.publisher--con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
  display: flex;
}

.publisher--con.ci-games {
  height: 100px;
}

.publisher--con.warner {
  height: 120px;
}

.publisher--con.ubisoft {
  height: 100px;
}

.coupon-wrap {
  border: 2px dashed var(--yellow-60);
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.coupon-code {
  color: var(--yellow-60);
}

.step {
  grid-column-gap: 20px;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.step-number {
  background-color: var(--gray-0);
  color: var(--dark-mode-20);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
}

.faq-body-cont {
  padding: 0 30px 30px;
}

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

.faq-content._860px {
  width: 100%;
  max-width: 860px;
}

.faq-answer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
}

.faq-img {
  z-index: 2;
  color: var(--gray-0);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.social-faq {
  grid-column-gap: 12px;
  padding-top: 20px;
  padding-left: 32px;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: var(--gray-0);
  white-space: normal;
  width: 100%;
  max-width: 640px;
  margin-left: 8px;
  position: relative;
}

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

.faq-p {
  background-color: #0f0501;
  border: 1px solid #cbb091;
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
}

.faq {
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

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

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

.btn-socialmedia-faq {
  color: #fff;
  background-color: #0f05014d;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

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

.btn-socialmedia-faq.x:hover {
  background-color: #242424;
}

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

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

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

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

.btn-socialmedia-faq.tiktok:hover {
  background-color: #111314;
}

.btn-socialmedia-faq.threads:hover {
  background-color: #242424;
}

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

.btn-droparea {
  display: none;
}

.btn-navarea {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 240px;
  display: flex;
}

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

.navlinks.w--open {
  display: flex;
}

.navlink {
  grid-column-gap: 8px;
  color: #cbb091;
  text-align: center;
  padding: 28px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navlink:hover {
  color: var(--gray-0);
}

.navlink.w--current {
  color: var(--gray-0);
  border-bottom: 4px solid #2bad9e;
  padding-bottom: 24px;
}

.navlink.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navlink.dropdown-link {
  grid-column-gap: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  display: none;
}

.navlink.dropdown-link.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown {
  display: none;
}

.dropdown.menu.w--open {
  background-color: var(--gray-0);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 20px #0003;
}

.navlink-dropdown {
  color: var(--gray-80);
  text-align: left;
  width: 100%;
  padding: 14px 20px 14px 40px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-dropdown:hover {
  color: #1a1920;
}

.navlink-dropdown.w--current {
  border-left: 4px solid var(--blue-70);
  color: var(--gray-100);
  padding-left: 36px;
}

.image-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.btn-buyarea {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  min-width: 150px;
  display: grid;
  position: relative;
}

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

.btn-buyarea._250px {
  width: 100%;
  max-width: 250px;
}

.game-title {
  white-space: nowrap;
  align-self: stretch;
}

.game-tabs {
  width: 100%;
}

.container-4 {
  grid-row-gap: 40px;
  text-align: center;
  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;
}

.game-bg {
  background-image: linear-gradient(#0f1643, #0f1643cc 50%, #0f1643), url('../images/placeholder_460x215.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-content {
  padding-top: 210px;
  padding-bottom: 0;
}

.card-2 {
  background-color: #2a2838;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card-2:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.02);
  box-shadow: 8px 8px #717079;
}

.game-tab {
  color: #fcfcfc;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 2px #fff3;
}

.game-tab:hover {
  box-shadow: 0 0 0 3px var(--gray-0);
}

.game-tab.w--current {
  z-index: 1;
  box-shadow: 0 0 0 2px var(--gray-0);
  background-color: #fcfcfc;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: scale(1.15);
}

.game-tab._2, .game-tab._4, .game-tab._1, .game-tab._3 {
  background-image: url('../images/placeholder_600x900.png');
  background-position: 50%;
  background-size: cover;
}

.game-tab._3.w--current {
  max-width: 400px;
}

.tab-game-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.tab-overlay {
  color: var(--gray-0);
  background-image: linear-gradient(#0205284d, #08080a99);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.game-tabs-menu {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.game-tabs-content {
  text-align: left;
  width: 100%;
  overflow: visible;
}

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

.jogos.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.fold.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.conteudo.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.seletores.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.galeria.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.banners.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

.categorias-publishers {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.categorias-publishers.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

.elementos-diversos {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.elementos-diversos.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

.se-o-faq {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.se-o-faq.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

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

.rodap.divider {
  background-image: linear-gradient(212deg, var(--blue-80), var(--blue-100));
}

.coupon-block {
  background-color: var(--blue-70);
  color: var(--gray-0);
  border-top: 0 #1e232933;
  border-bottom: 2px dashed #1e232933;
  width: 100%;
}

.fullprice {
  color: #fcfcfca3;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.bundle-price {
  grid-column-gap: 10px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.bundle-game {
  border-radius: 8px;
  transition: all .2s;
  box-shadow: 4px 4px 5px #0003;
}

.bundle-wrapper {
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: static;
}

.bundle-wrapper.locked {
  filter: blur(5px);
}

.bundle-card-gradient {
  background-image: linear-gradient(#080c2966 8%, #080c29e6 89%);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bundle-card-gradient.locked {
  background-image: linear-gradient(to bottom, #0c11364d, var(--dark-mode-10));
}

.bundle-title {
  text-align: center;
  white-space: normal;
}

.bundle-card {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 240px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px #fcfcfc33;
}

.bundle-card.locked:hover {
  outline-offset: 0px;
  background-color: #0d191f00;
  outline: 3px #fcfcfc;
}

.bundle-card.unlocked {
  outline-offset: 0px;
  outline: 3px solid #fcfcfc;
}

.bundle-bg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 250px;
}

.bundle-bg.finished {
  filter: grayscale();
}

.lock-wrapper {
  width: 100%;
  max-width: 70px;
}

.bundle-info {
  grid-row-gap: 4px;
  text-align: left;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.bundle-card-body {
  z-index: 1;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bundle-date {
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.specs-title {
  color: #cbb091;
  flex: 1;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
}

.specs-table-bg {
  text-align: center;
  background-color: #2e150b;
  border: 1px solid #cbb091;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: inset 0 0 #cbb091;
}

.specs-table-bg.hide-column {
  background-color: #2e150b;
}

.specs-table-bg.top-left {
  border-top-left-radius: 40px;
}

.specs-table-bg.bottom-left {
  border-bottom-left-radius: 40px;
}

.specs-table {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  display: grid;
}

.specs-requirements {
  color: #cbb091;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
}

.specs-table-alpha {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  text-align: center;
  background-color: #0f05011a;
  border: 1px solid #cbb091;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.specs-table-alpha.hide-column {
  padding-left: 25px;
  padding-right: 25px;
}

.specs-table-alpha.top-right {
  border-top-right-radius: 40px;
}

.specs-table-alpha.bottom-right {
  border-bottom-right-radius: 40px;
}

.specs-text {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.specs-text.single-line {
  flex: 1;
}

.social-nav-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.social-nav-wrap.hero {
  margin-bottom: 0;
}

.link-block {
  width: 100%;
  max-width: 240px;
}

.steam-available {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-0);
  justify-content: flex-start;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.copycat-cover {
  border: 1px solid var(--gray-0);
  border-radius: 16px;
  max-width: 320px;
  box-shadow: 0 20px 20px #00000040;
}

.thumb {
  border: 2px solid #91cbc1;
  border-radius: 40px;
  padding: 14px;
  transition: all .2s;
  overflow: hidden;
}

.thumb:hover {
  background-color: #91cbc1;
  transform: scale(1.04);
}

.image-2 {
  border-radius: 40px;
}

.background-video {
  background-image: linear-gradient(#0c070400 94%, #0c0704), linear-gradient(90deg, #0c0704, #0c070400 58% 89%, #0c0704);
  width: 100%;
  max-width: 1920px;
  height: 800px;
  position: absolute;
  inset: 0%;
}

.steam-brand {
  width: 70px;
  height: 22px;
}

.bg-fixed {
  background-image: linear-gradient(#0c0704, #0c070400 6%);
  width: 100%;
  min-height: 1080px;
}

.bg-fixed._2 {
  background-image: linear-gradient(#0c0704, #0c070400 6%), url('../images/bg-fixed-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-fixed._1 {
  background-image: linear-gradient(#0c0704, #0c070400 6%), url('../images/bg-fixed-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block {
  position: relative;
}

.spoonful-logo {
  margin-bottom: 50px;
}

.cyan {
  color: #2bad9e;
}

.gallery-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.image-title {
  color: #2bad9e;
  border-bottom: 2px solid #2bad9e;
  min-width: 200px;
  padding-bottom: 12px;
  font-family: Rowdies, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.image-title.whoweare {
  color: var(--gray-0);
  border-bottom-color: #cbb091;
}

.role {
  color: #cbb091;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.platform-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #cbb091;
  border-bottom: 2px solid #cbb091;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-bottom: 12px;
  font-family: Rowdies, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.platform-title.whoweare {
  color: var(--gray-0);
  border-bottom-color: #cbb091;
}

.btn-language {
  grid-column-gap: 6px;
  color: #cbb091;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-language:hover {
  color: #f6f3fc;
}

.btn-language.w--current {
  color: #f6f3fc;
  border-bottom: 2px solid #dbc8fc;
  padding-bottom: 24px;
}

.btn-language.w--open {
  z-index: 1;
  color: #1a1920;
  background-color: #fcfcfc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.language-flag {
  max-width: 16px;
  padding-top: 2px;
}

.awards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.award-img {
  max-width: 120px;
}

.beige {
  color: #cbb091;
}

.yellow {
  color: var(--yellow-40);
}

.bonus-wrap {
  background-color: #0f05014d;
  border: 1px solid #cbb091;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 16px;
}

.info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.lightbox-link {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  body {
    background-color: #0c0704;
  }

  .sg-nav {
    width: 280px;
  }

  .icon._20px {
    width: 20px;
    height: 20px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .brand {
    color: var(--gray-0);
    width: 178px;
  }

  .container {
    z-index: 1;
  }

  .container.hidden {
    overflow: hidden;
  }

  .container.buy-area {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .section.highlight {
    z-index: 1;
    position: relative;
  }

  .section.hero {
    position: relative;
  }

  .clock-label {
    font-weight: 500;
  }

  .card {
    flex-direction: column;
    align-items: stretch;
  }

  .price-area {
    align-items: center;
  }

  .price {
    color: #fff;
  }

  .preorder-tag {
    display: block;
  }

  .arrow-slider.right {
    bottom: 0;
  }

  .arrow-slider.right.highlight, .arrow-slider.left.highlight {
    width: 40px;
    height: 60px;
    bottom: auto;
  }

  .card-product-link {
    z-index: 0;
    background-image: none;
  }

  .carousel-mask.col-6 {
    max-width: 200px;
    min-height: auto;
  }

  .card-long {
    margin-right: 0;
  }

  .card-long._2 {
    background-position: 0 0, 180% 90%;
  }

  .card-long._3 {
    background-position: 0 0, 200%;
  }

  .game-long-bg {
    object-fit: cover;
    background-image: linear-gradient(#000 22%, #fff);
  }

  .card-long-body {
    background-image: none;
  }

  .carousel.highlight {
    min-height: 850px;
  }

  .tabs {
    width: 100%;
    max-width: 1300px;
  }

  .image-tab {
    max-width: 550px;
  }

  .games-preview {
    flex-direction: column;
    display: flex;
  }

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

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

  .carousel-genres.is_contained {
    overflow: hidden;
  }

  .genre-icon {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
  }

  .publisher--con {
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 150px;
    display: flex;
  }

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

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

  .game-tabs {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-game-info {
    color: #fff;
  }

  .game-tabs-menu {
    max-width: 1380px;
    inset: 0% auto auto;
  }

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

  .bundle-wrapper {
    z-index: 0;
    background-image: none;
  }

  .bundle-card {
    max-width: 500px;
    margin-right: 0;
  }

  .bundle-bg {
    object-fit: cover;
    background-image: linear-gradient(#000 22%, #fff);
  }

  .bundle-info {
    text-align: center;
    align-items: center;
  }

  .bundle-card-body {
    background-image: none;
  }

  .background-video {
    max-width: 1820px;
    height: 900px;
    top: -50px;
    left: auto;
    right: auto;
  }

  .platform-title {
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 20px;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0;
  }

  .grid.desk-3.tab-2, .grid.desk-4.tab-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-2.tab-2.banner {
    border-radius: 32px;
    height: auto;
    min-height: 300px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid.desk-2.tab-2.landscape-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-2.tab-2.row-60px {
    grid-row-gap: 60px;
  }

  .grid.desk-2.tab-2.buy-area {
    grid-column-gap: 40px;
  }

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

  .grid.desk-6.tab-2, .grid.desk-5.tab-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-5.tab-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    justify-items: center;
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .tabs-menu {
    justify-content: center;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .btn {
    position: relative;
  }

  .btn.buy {
    background-color: var(--red-40);
    background-image: linear-gradient(to bottom, var(--red-40), var(--red-60));
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .content-wrap {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

  .content-wrap.tab {
    flex-direction: column;
    align-items: center;
  }

  .twitch-video-wrapper {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .header {
    align-self: stretch;
    font-size: 20px;
  }

  .header.faq-header {
    text-align: left;
  }

  .header.left {
    text-align: left;
    align-items: flex-start;
  }

  .container.highlight {
    height: auto;
  }

  .container.buy-area {
    border-radius: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.who-we-are {
    background-image: linear-gradient(90deg, #24211c, #24211c40), url('../images/whoweare-bg.jpg');
    background-position: 0 0, 71%;
    background-size: auto, cover;
  }

  .section.hero {
    text-align: center;
  }

  .twitch-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .twitch-chat-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    align-items: center;
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .price.highlight {
    width: auto;
  }

  .card-long {
    border-radius: 32px;
  }

  .card-long._1 {
    background-image: linear-gradient(90deg, #0f0500cc 31%, #0f050000 79%), url('../images/feature-1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._2 {
    background-image: linear-gradient(90deg, #0f0500e6 43%, #0f050000 70%), url('../images/feature-2.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._3 {
    background-image: linear-gradient(90deg, #0f0500cc 43%, #0f050000 70%), url('../images/feature-3.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .carousel-slider-long {
    margin-right: 6%;
  }

  .card-long-body {
    max-width: 480px;
    padding-left: 40px;
  }

  .carousel.is_contained {
    overflow: visible;
  }

  .carousel.highlight {
    height: auto;
    min-height: auto;
  }

  .tag-wrapper {
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .counter {
    justify-content: center;
    width: 100%;
  }

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

  .image-tab {
    justify-content: center;
    width: 100%;
    max-width: 400px;
    display: none;
  }

  .image {
    border-radius: 32px;
  }

  .games-preview {
    align-items: center;
  }

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

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

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

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

  .company {
    text-align: left;
    max-width: none;
  }

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

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

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

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

  .video-wrap._920px {
    border-radius: 32px;
  }

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

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

  .btn-area._310px.banner {
    align-self: flex-start;
    max-width: 200px;
  }

  .btn-area._420px, .btn-area._420px.select {
    max-width: 420px;
  }

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

  .image-wrap.right.bundle {
    display: none;
  }

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

  .logo-wrap {
    justify-content: center;
    align-self: center;
  }

  .content {
    align-self: stretch;
  }

  .content.banner {
    font-size: 16px;
  }

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

  .illustration-wrap {
    justify-content: center;
    display: flex;
  }

  .box-content {
    min-height: 180px;
    max-height: 180px;
  }

  .carousel-genres.is_contained {
    overflow: visible;
  }

  .genre-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .publisher--con {
    width: 120px;
    height: 120px;
  }

  .publisher--con.ci-games {
    width: 100px;
    height: 80px;
  }

  .step {
    align-items: center;
  }

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

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

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

  .faq-icon {
    width: 24px;
  }

  .faq-p {
    border-radius: 32px;
  }

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

  .menu, .navigation {
    order: 1;
  }

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

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

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

  .navlink {
    color: var(--gray-80);
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

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

  .navlink.w--current {
    color: var(--gray-100);
    border-bottom-style: none;
    border-left: 4px solid #2bad9e;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .navlink.dropdown-link {
    display: inline-block;
  }

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

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

  .dropdown-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .navlink-dropdown {
    color: #3d3d4cb3;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    display: none;
  }

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

  .btn-buyarea {
    grid-template-columns: 1fr .5fr;
  }

  .btn-buyarea._200px {
    max-width: none;
  }

  .btn-buyarea._420px {
    max-width: 420px;
  }

  .btn-buyarea._510px {
    grid-template-columns: 1fr 1fr;
    max-width: 510px;
  }

  .container-4 {
    align-self: center;
  }

  .game-tab._1.w--current {
    max-width: 400px;
  }

  .tab-game-info {
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
  }

  .tab-overlay {
    align-items: center;
    padding: 12px;
  }

  .game-tabs-menu {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullprice {
    font-size: 18px;
  }

  .bundle-info {
    width: 100%;
  }

  .specs-table-bg.hide-column {
    display: none;
  }

  .specs-table-bg.top-left {
    border-top-left-radius: 32px;
  }

  .specs-table-bg.bottom-left {
    border-bottom-left-radius: 32px;
  }

  .specs-table-alpha.hide-column {
    display: none;
  }

  .specs-table-alpha.top-right {
    border-top-right-radius: 32px;
  }

  .specs-table-alpha.bottom-right {
    border-bottom-right-radius: 32px;
  }

  .specs-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    line-height: 22px;
  }

  .thumb {
    border-radius: 32px;
    padding: 12px;
  }

  .btn-language {
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .btn-language:hover {
    opacity: .7;
    color: #fff;
  }

  .btn-language.w--current {
    border-bottom-style: none;
    border-left: 3px solid #dbc8fc;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .language-flag {
    width: auto;
  }

  .awards {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .award-img {
    max-width: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 130%;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 28px;
    line-height: 130%;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  ul {
    padding-left: 28px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-3.steps {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid.desk-2.tab-2.banner {
    border-radius: 28px;
    grid-template-rows: auto auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid.desk-2.tab-2.landscape-2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-2.tab-2.gap-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

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

  ._12-columns {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.big {
    padding: 16px 28px;
  }

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

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn.outline.big {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn.primary.nav-btn {
    display: none;
  }

  .btn.buy {
    padding: 6px 16px;
    font-size: 14px;
  }

  .btn.buy.big {
    width: 100%;
  }

  .subtittle {
    font-size: 16px;
    line-height: 20px;
  }

  .display {
    font-size: 60px;
    line-height: 72px;
  }

  .brand {
    width: 133.5px;
    height: 30px;
    padding-top: 0;
  }

  .content-wrap {
    grid-row-gap: 20px;
    height: 100%;
    font-size: 16px;
  }

  .content-wrap.center {
    grid-row-gap: 40px;
  }

  .twitch-video-wrapper {
    align-items: center;
  }

  .header {
    grid-row-gap: 12px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

  .header.faq-header {
    text-align: center;
    max-width: 640px;
    font-size: 20px;
  }

  .header.left {
    text-align: center;
    align-items: center;
  }

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

  .container.buy-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.about {
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.who-we-are {
    background-image: linear-gradient(90deg, #24211c, #24211ccc), url('../images/whoweare-bg.jpg');
    background-position: 0 0, 71%;
    background-size: auto, cover;
  }

  .twitch-wrapper, .twitch-chat-wrapper {
    align-items: center;
  }

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

  .clock-number {
    font-size: 42px;
  }

  .box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .card {
    padding-bottom: 0;
  }

  .price-area {
    flex-flow: wrap;
    align-items: center;
    height: auto;
  }

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

  .price.highlight {
    justify-content: flex-start;
    font-size: 28px;
  }

  .preorder-tag-block {
    margin-top: -14px;
    margin-left: 12px;
  }

  .card-product-link {
    font-size: 14px;
    line-height: 18px;
  }

  .carousel-mask.col-6 {
    max-width: 160px;
  }

  .card-long {
    border-radius: 28px;
    height: 360px;
  }

  .card-long._1 {
    background-image: linear-gradient(90deg, #0f0500cc 55%, #0f050000), url('../images/feature-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._2 {
    background-image: linear-gradient(90deg, #0f0500e6 51%, #0f050000), url('../images/feature-2.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._3 {
    background-image: linear-gradient(90deg, #0f0500cc, #0f0500b3), url('../images/feature-3.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long-body {
    width: 100%;
    max-width: none;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tag-wrapper {
    flex-direction: row;
  }

  .counter {
    grid-column-gap: 0px;
    justify-content: center;
  }

  .image-tab {
    max-width: 400px;
  }

  .image {
    border-radius: 28px;
  }

  .product-tag.preorder.product-card {
    height: 24px;
  }

  .drops-area {
    font-size: 12px;
  }

  .footer-social-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .video-wrap._920px {
    border-radius: 28px;
  }

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

  .buy-wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .btn-area._310px.banner {
    align-self: center;
  }

  .image-wrap.right {
    max-width: 400px;
  }

  .image-wrap.left {
    max-width: 500px;
  }

  .image-wrap.left.giftcard {
    max-width: 400px;
  }

  .description-text.big {
    font-size: 20px;
  }

  .logo-wrap.center {
    align-self: center;
  }

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

  .content.banner {
    align-items: center;
  }

  .illustration-wrap.banner {
    max-width: 350px;
  }

  .box-content {
    min-height: 160px;
    max-height: 160px;
  }

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

  .genre-icon {
    width: 70px;
    height: 70px;
    display: flex;
  }

  .publisher--con {
    width: 100px;
  }

  .step {
    text-align: left;
  }

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

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

  .faq-p {
    border-radius: 28px;
  }

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

  .btn-droparea {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .btn-navarea {
    max-width: none;
  }

  .dropdown {
    padding: 13px;
  }

  .image-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
  }

  .btn-buyarea {
    grid-template-columns: 1fr .75fr;
  }

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

  .tab-content {
    padding-top: 360px;
  }

  .card-2 {
    padding-bottom: 0;
  }

  .game-tab {
    height: 160px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .game-tab.w--current {
    height: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }

  .game-tab._2 {
    background-position: 50% 10%;
  }

  .game-tab._2.w--current, .game-tab._4.w--current, .game-tab._1.w--current, .game-tab._3.w--current {
    transform: none;
  }

  .tab-game-info {
    grid-row-gap: 12px;
    text-align: center;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .game-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .bundle-wrapper {
    font-size: 14px;
    line-height: 18px;
  }

  .bundle-title {
    overflow: hidden;
  }

  .bundle-card {
    max-height: 180px;
  }

  .lock-wrapper {
    max-width: 60px;
  }

  .bundle-info {
    width: 100%;
    font-size: 16px;
  }

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

  .bundle-date {
    font-size: 12px;
    overflow: hidden;
  }

  .specs-title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .specs-table-bg.top-left {
    border-top-left-radius: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .specs-table-bg.bottom-left {
    border-bottom-left-radius: 28px;
  }

  .specs-requirements {
    font-size: 18px;
  }

  .specs-table-alpha.top-right {
    border-top-right-radius: 28px;
  }

  .specs-table-alpha.bottom-right {
    border-bottom-right-radius: 28px;
  }

  .specs-text {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .social-nav-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .copycat-cover {
    max-width: 210px;
  }

  .thumb {
    border-radius: 28px;
    padding: 8px;
  }

  .gallery-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .platform-title {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-language {
    justify-content: flex-end;
    align-items: center;
  }

  .award-img {
    max-width: 120px;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 16px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

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

  .grid.desk-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid.desk-3.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.desk-4.tab-2 {
    grid-template-columns: minmax(100%, 1fr);
  }

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

  .grid.desk-2.tab-2.banner {
    border-radius: 20px;
    padding: 40px 20px;
    font-size: 16px;
  }

  .grid.desk-2.tab-2.landscape-2 {
    grid-template-columns: minmax(100%, 1fr);
  }

  .grid.desk-5.tab-3.mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

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

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content-wrap {
    grid-row-gap: 28px;
    height: auto;
  }

  .content-wrap.center {
    grid-row-gap: 28px;
  }

  .twitch-video-wrapper {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

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

  .container.buy-area {
    padding-left: 28px;
    padding-right: 28px;
  }

  .twitch-chat-wrapper {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .card-body {
    padding-bottom: 16px;
  }

  .clock-number {
    font-size: 28px;
  }

  .box {
    max-width: 60px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .disclaimer {
    text-align: center;
    font-size: 12px;
  }

  .carousel-mask {
    width: 100%;
    min-width: 250px;
  }

  .carousel-mask.col-6 {
    min-width: 160px;
  }

  .card-long {
    border-radius: 20px;
  }

  .card-long._1 {
    background-image: linear-gradient(90deg, #0f0500cc, #0f050099), url('../images/feature-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._2 {
    background-image: linear-gradient(90deg, #0f0500e6, #0f050099), url('../images/feature-2.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-long._3 {
    background-position: 0 0, 50%;
  }

  .slider-dot {
    display: none;
  }

  .carousel-slider-long {
    margin-right: 6%;
  }

  .counter {
    flex-flow: wrap;
    justify-content: center;
  }

  .counter.center {
    justify-content: center;
  }

  .image {
    border-radius: 20px;
  }

  .games-preview {
    text-align: center;
  }

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

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

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

  .drops-area {
    justify-content: center;
  }

  .footer-social-nav {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .btn-socialmedia.tiktok:hover {
    background-color: #111314;
  }

  .footer-link {
    font-size: 12px;
    line-height: 16px;
  }

  .video-wrap._920px {
    border-radius: 20px;
  }

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

  .btn-area._420px {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-wrap.right.giftcard, .image-wrap.left.giftcard {
    display: none;
  }

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

  .carousel-slider {
    margin-right: 12px;
  }

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

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

  .faq-img {
    display: none;
  }

  .social-faq {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
  }

  .faq-p {
    border-radius: 20px;
  }

  .navbar {
    grid-column-gap: 12px;
  }

  .image-content {
    font-size: 14px;
  }

  .btn-buyarea {
    grid-template-columns: 1fr;
  }

  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .game-tab {
    margin-right: 0;
    padding: 8px;
    transform: scale(1);
  }

  .game-tab.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-game-info {
    font-size: 14px;
  }

  .tab-overlay {
    padding: 16px 8px;
  }

  .game-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .fullprice, .bundle-title {
    font-size: 14px;
  }

  .bundle-card {
    max-height: 140px;
  }

  .lock-wrapper {
    max-width: 40px;
  }

  .bundle-info {
    font-size: 20px;
  }

  .bundle-card-body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bundle-date {
    font-size: 10px;
  }

  .specs-table-bg.top-left {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .specs-table-bg.bottom-left {
    border-bottom-left-radius: 0;
  }

  .specs-table {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .specs-table-alpha.top-right {
    border-top-right-radius: 0;
  }

  .specs-table-alpha.bottom-right {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .specs-text {
    line-height: 25px;
  }

  .social-nav-wrap {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    max-width: 240px;
    display: flex;
  }

  .steam-available {
    font-size: 14px;
  }

  .thumb {
    border-radius: 20px;
  }

  .steam-brand {
    width: 60px;
    height: 19px;
  }

  .image-title {
    min-width: 110px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .role {
    font-size: 12px;
  }
}

#w-node-_523c5fe8-5da0-24b6-9096-95e4f2592bc7-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_0ee45527-8464-7c97-e1ac-884dca729a42-b6832ce2 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_0ee45527-8464-7c97-e1ac-884dca729a5e-b6832ce2 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-_0ee45527-8464-7c97-e1ac-884dca729a64-b6832ce2 {
  justify-self: stretch;
}

#w-node-_03535156-aa5f-3f80-944b-11ca6146ffda-b6832ce2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-aeb71e3f-ddcb-72a8-aab7-f68b52892329-b6832ce2 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f70-b6832ce2 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f72-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_207017b4-8dd7-a94a-240f-80bb1f439057-b6832ce2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_302a79ad-899d-507c-085d-fc5d1029b0b8-b6832ce2 {
  justify-self: start;
}

#w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3b-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3d-b6832ce2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-c2849c21-fa1e-c66e-6009-bd5db35a304f-b6832ce2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-c2849c21-fa1e-c66e-6009-bd5db35a3051-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_86df39bd-f00d-ad26-64e0-623492925956-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_86df39bd-f00d-ad26-64e0-623492925958-b6832ce2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_269e502d-e911-55b6-1e5c-59a1faebc095-b6832ce2 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_269e502d-e911-55b6-1e5c-59a1faebc09b-b6832ce2, #w-node-_1baa08f0-368b-fcaa-c180-6aa46d9d38d3-b6832ce2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c784-b6832ce2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c787-b6832ce2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c78a-b6832ce2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c78d-b6832ce2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c790-b6832ce2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c793-b6832ce2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c796-b6832ce2 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c799-b6832ce2 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c79c-b6832ce2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c79f-b6832ce2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7a2-b6832ce2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7a5-b6832ce2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7a8-b6832ce2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ab-b6832ce2 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ae-b6832ce2 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7b1-b6832ce2 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7b4-b6832ce2 {
  grid-column-end: 3.99265;
  grid-column-start: 3;
  grid-row-end: 6.99265;
  grid-row-start: 6;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7b7-b6832ce2 {
  grid-column-end: 3.99265;
  grid-column-start: 3;
  grid-row-end: 7.99265;
  grid-row-start: 7;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ba-b6832ce2 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7bd-b6832ce2 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c612e443-8cb6-9456-1767-0b429cf68bd7-b6832ce2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b080c536-0b70-2128-408a-df2df83c0098-b6832ce2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b080c536-0b70-2128-408a-df2df83c0099-b6832ce2, #w-node-b080c536-0b70-2128-408a-df2df83c009a-b6832ce2, #w-node-b080c536-0b70-2128-408a-df2df83c00a1-b6832ce2, #w-node-b080c536-0b70-2128-408a-df2df83c00a2-b6832ce2, #w-node-_80978925-1cba-fe81-0dc5-5338ae0224e5-b6832ce2, #w-node-b13a2003-4f35-cde9-6943-6531c732673e-b6832ce2, #w-node-_6dd3ad31-e752-102a-657a-b9be05623f65-b6832ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1babad4-1591-5091-f74a-b150c7bebb54-b6832ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_0ee45527-8464-7c97-e1ac-884dca729a64-b6832ce2 {
    justify-self: start;
  }

  #w-node-_269e502d-e911-55b6-1e5c-59a1faebc095-b6832ce2 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_523c5fe8-5da0-24b6-9096-95e4f2592bc7-b6832ce2 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_0ee45527-8464-7c97-e1ac-884dca729a42-b6832ce2 {
    grid-column-end: 3;
  }

  #w-node-_0ee45527-8464-7c97-e1ac-884dca729a5e-b6832ce2 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_0ee45527-8464-7c97-e1ac-884dca729a64-b6832ce2 {
    justify-self: stretch;
  }

  #w-node-_03535156-aa5f-3f80-944b-11ca6146ffda-b6832ce2 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-aeb71e3f-ddcb-72a8-aab7-f68b52892329-b6832ce2 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f70-b6832ce2 {
    grid-row: 1 / 3;
    grid-column-start: 2;
    place-self: center;
  }

  #w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f72-b6832ce2 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3b-b6832ce2 {
    grid-row: 1 / 2;
    grid-column-start: 1;
    place-self: center stretch;
  }

  #w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3d-b6832ce2 {
    grid-column: 2 / 3;
    place-self: center start;
  }

  #w-node-c2849c21-fa1e-c66e-6009-bd5db35a304f-b6832ce2 {
    grid-row: 1 / 2;
    grid-column-start: 2;
    place-self: center stretch;
  }

  #w-node-c2849c21-fa1e-c66e-6009-bd5db35a3051-b6832ce2 {
    grid-column: 1 / 2;
  }

  #w-node-_86df39bd-f00d-ad26-64e0-623492925956-b6832ce2 {
    grid-row: 1 / 2;
    grid-column-start: 1;
    place-self: center stretch;
  }

  #w-node-_86df39bd-f00d-ad26-64e0-623492925958-b6832ce2 {
    grid-column-end: 2;
    place-self: center start;
  }

  #w-node-c612e443-8cb6-9456-1767-0b429cf68bd7-b6832ce2 {
    grid-column-end: 2;
  }

  #w-node-_80978925-1cba-fe81-0dc5-5338ae0224e5-b6832ce2 {
    align-self: center;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f70-b6832ce2 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f72-b6832ce2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_207017b4-8dd7-a94a-240f-80bb1f439057-b6832ce2 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3b-b6832ce2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: end center;
  }

  #w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3d-b6832ce2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-c2849c21-fa1e-c66e-6009-bd5db35a304f-b6832ce2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-c2849c21-fa1e-c66e-6009-bd5db35a3051-b6832ce2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_86df39bd-f00d-ad26-64e0-623492925956-b6832ce2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-_86df39bd-f00d-ad26-64e0-623492925958-b6832ce2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_269e502d-e911-55b6-1e5c-59a1faebc095-b6832ce2 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb54-b6832ce2 {
    justify-self: center;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5f5fc594-1842-4765-5fbc-d4ff37634f72-b6832ce2, #w-node-_4acaddba-5294-16bf-7bd2-748042bf2b3d-b6832ce2, #w-node-c2849c21-fa1e-c66e-6009-bd5db35a3051-b6832ce2, #w-node-_86df39bd-f00d-ad26-64e0-623492925958-b6832ce2 {
    grid-column-end: 3;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c784-b6832ce2, #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c787-b6832ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c78a-b6832ce2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c78d-b6832ce2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c790-b6832ce2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c793-b6832ce2 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c796-b6832ce2 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c799-b6832ce2 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c79f-b6832ce2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7a8-b6832ce2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ab-b6832ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ae-b6832ce2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7ba-b6832ce2 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-ff9bfe79-be43-3dec-2aa7-0b201884c7bd-b6832ce2 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-df13377d-674d-a434-a413-fd2fd7902f19-b6832ce2, #w-node-df13377d-674d-a434-a413-fd2fd7902f1b-b6832ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9a-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9c-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


