@font-face {
  font-family: Euphorigenic;
  src: url('../fonts/EUPHORIGENIC.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-blue-300: #5d729c;
  --gray-50: #f2f2f4;
  --dark-blue-400: #3d5689;
  --dark-blue-900: #05122d;
  --gray-100: #d5d6dc;
  --gray-400: #9395a5;
  --gray-800: #42444e;
  --black: #111314;
  --gray-950: #1a1920;
  --blue-400: #4d87ff;
  --blue-500: #2069ff;
  --blue-700: #174bb5;
  --blue-900: #0d2c6b;
  --red-500: #f30c14;
  --spring-green-500: #26fe96;
  --green-500: #5eff6c;
  --yellow-500: #ffcf26;
  --orange-500: #f26d09;
  --magenta-300: #ff6ca3;
  --magenta-500: #ff2475;
  --dark-blue-700: #091f4c;
  --blue-800: #123a8c;
  --dark-blue-500: #0f2d69;
  --violet-500: #864dff;
  --red-40\<deleted\|variable-d8b9291d\>: #e02c33;
  --dark-mode-10\<deleted\|variable-4c72ab38\>: #0f1643;
}

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

body {
  color: var(--white);
  background-color: #171819;
  background-image: linear-gradient(90deg, #1718191a, #837f7059 50%, #1718191a), url('../images/grain.png'), linear-gradient(90deg, #171819, #2a2622 50%, #171819);
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, auto, auto;
  font-family: Oswald, Arial, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: currentColor;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

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

li {
  margin-bottom: 4px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  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-blue-300);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  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(--gray-50);
  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-50);
}

.sg-menu-link.w--current {
  color: #0a1118;
  background-color: #ffff01;
  border-radius: 8px;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--dark-blue-400);
  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-50);
  max-width: 420px;
}

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

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

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

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

.grid.desk-3.gift-cards, .grid.desk-3.requirements {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

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

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

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

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

.grid.desk-2.tab-2.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder_460x215.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  height: auto;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

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

.grid.desk-2.tab-2.buy {
  grid-row-gap: 40px;
  align-content: stretch;
}

.grid.desk-2.tab-2.hero {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 100px;
}

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

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

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

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

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

._1-2-grid {
  grid-column-gap: 40px;
  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;
}

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

._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 {
  color: var(--white);
  text-align: center;
  background-color: #413f3f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 0 auto;
  margin-right: 0;
  padding: 6px 20px 12px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

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

.tab-link.w--current {
  background-color: var(--white);
  color: #171819;
  padding-top: 12px;
}

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

._2-1-grid {
  grid-column-gap: 40px;
  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 {
  line-height: 24px;
}

.paragraph.small {
  font-size: 14px;
  line-height: 20px;
}

.paragraph.large {
  font-size: 18px;
  line-height: 28px;
}

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

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

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

.ds-module {
  background-color: var(--dark-blue-900);
  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%;
}

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

.vertical-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.tabs-menu {
  border-bottom: 2px solid var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  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-50 {
  background-color: var(--gray-50);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-500);
  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: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.btn.secondary {
  background-color: var(--dark-blue-400);
  color: var(--gray-50);
  border-radius: 8px;
  text-decoration: none;
  transition: all .3s;
}

.btn.secondary:hover {
  background-color: var(--dark-blue-300);
  box-shadow: 0 0 40px #5d729c66, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

.btn.secondary.small {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
}

.btn.primary {
  color: #0a1118;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #171819;
}

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

.btn.primary.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

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

.btn.dark {
  background-color: var(--white);
  color: #171819;
  border-radius: 8px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 0 0 2px #171819;
}

.btn.dark:hover {
  background-image: linear-gradient(#1718191a, #1718191a);
}

.btn.dark.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

.btn.dark.small {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
}

.btn.buy {
  background-color: var(--spring-green-500);
  background-image: linear-gradient(90deg, var(--spring-green-500), var(--green-500));
  color: var(--dark-blue-900);
  border-radius: 8px;
  text-decoration: none;
}

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

.btn.buy.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

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

.btn.buy.small {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
}

.btn.outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: inset 0 0 0 2px var(--white), 0 4px 4px 0 #0003;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-50);
  background-color: #0a111800;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.btn.outline:hover {
  box-shadow: 0 0 40px 0 #f2f2f44d, inset 0 0 0 2px var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.btn.outline.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

.btn.outline.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.btn.outline.small.steam {
  padding-top: 12px;
  padding-bottom: 12px;
}

.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-blue-900);
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sg-nav-container {
  background-color: #0a1118;
  border-right: 1px solid #3d3c34;
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

.display {
  color: var(--gray-50);
  font-family: Euphorigenic, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.brand {
  color: var(--gray-50);
  width: 178px;
  height: 40px;
}

.brand.symbol {
  width: 52px;
}

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

.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: 16px;
  border-bottom: 2px solid #fff3;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

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

.header.center.black {
  border-bottom-color: #171819;
}

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

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

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

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

.header.black {
  border-bottom-color: #171819;
}

.container {
  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;
  display: flex;
  position: relative;
}

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

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

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

.container.buy {
  box-shadow: inset 0 0 0 5px var(--white), inset 0 0 0 9px #17181a, inset 0 0 0 11px var(--white);
  background-color: #413f3f4d;
  border-radius: 20px;
  align-self: center;
  padding: 60px;
}

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

.container.making-of {
  grid-row-gap: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.involved {
  background-color: var(--white);
  box-shadow: inset 0 0 0 5px var(--white), inset 0 0 0 9px #171819;
  color: #171819;
  border-radius: 20px;
  padding: 40px 80px 60px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  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.play-now {
  padding: 80px 40px;
}

.section.creator-kit {
  background-image: linear-gradient(0deg, #45261d, #45261d00 50%);
  padding: 120px 40px;
}

.section.making-of {
  background-image: linear-gradient(#0a1118, #382622d1 27% 71%, #0a1118 97%), linear-gradient(#0a111800 90%, #0a1118), url('../images/outlive-bg1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, 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(--blue-800);
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card:hover {
  box-shadow: 0 6px 0 0 var(--blue-500);
  outline-color: var(--blue-500);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.discount {
  box-shadow: inset 0 0 0 2px var(--white);
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 20px;
}

.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: 12px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

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

.price.highlight {
  flex: 0 auto;
  width: auto;
  font-size: 24px;
}

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

.card-header {
  width: 100%;
}

.disclaimer {
  border-radius: 5px;
  font-size: 14px;
  font-style: italic;
  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: 20px;
  border-top-right-radius: 20px;
  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: 16px;
  height: 16px;
}

.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-500);
  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;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.arrow-slider {
  box-shadow: inset 0 0 0 2px #171819, inset 0 0 0 5px var(--white);
  color: var(--white);
  background-color: #171819;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 56px;
  padding: 12px 6px;
  transition: all .2s;
  display: flex;
  inset: auto auto 45% 0%;
}

.arrow-slider:hover {
  border-color: var(--blue-500);
  background-color: var(--white);
  color: #171819;
}

.arrow-slider.right {
  left: auto;
  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(180deg, transparent, var(--blue-800));
  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 {
  width: 31%;
  max-width: 433px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: visible;
}

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

.card-long {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-long:hover {
  box-shadow: 0 6px 0 0 var(--blue-500);
  outline-color: var(--blue-500);
  outline-offset: 0px;
  background-color: #0d191f;
  outline-width: 3px;
  outline-style: solid;
}

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

.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: 40px;
}

.card-long-body {
  z-index: 1;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 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-top: 10px;
  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;
  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;
}

.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;
  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;
  display: flex;
  position: static;
}

.product-tag {
  grid-column-gap: 8px;
  color: var(--white);
  background-color: #192360;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 12px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  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-500);
  align-self: stretch;
}

.product-tag.genre {
  background-color: var(--white);
  color: #171819;
  border-radius: 4px;
  align-self: stretch;
}

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

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

.product-tag.earlyaccess {
  background-color: var(--green-500);
  color: var(--gray-950);
  align-self: stretch;
}

.product-tag.pre-order {
  background-color: var(--blue-500);
}

.drops-area {
  grid-column-gap: 4px;
  color: var(--yellow-500);
  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: var(--white);
  background-color: #ffffff1a;
  border-radius: 12px;
  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.twitch:hover {
  background-color: #9146ff;
}

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

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

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

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

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

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

.footer-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.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 {
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

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

.footer-link:hover {
  color: var(--white);
}

.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, .social-icon.x {
  width: 18px;
  height: 16px;
}

.brand-img {
  color: var(--white);
  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;
}

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

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

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

.btn-area._310px {
  align-self: center;
  align-items: center;
  max-width: 310px;
}

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

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

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

.image-wrap {
  width: 100%;
  overflow: hidden;
}

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

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

.image-wrap.game-cover {
  border-radius: 12px;
  max-width: 320px;
}

.image-wrap.thumb {
  border: 2px solid #fff3;
  max-width: 530px;
}

.image-wrap.thumb.gallery {
  transition: all .2s;
}

.image-wrap.thumb.gallery:hover {
  border-color: var(--white);
  box-shadow: 12px 12px #00000040;
}

.image-wrap.press-kit {
  max-width: 256px;
}

.image-wrap.characters {
  max-height: 380px;
}

.description-text {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.logo-wrap {
  align-self: flex-start;
  width: 100%;
  max-width: 360px;
}

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

.logo-img {
  color: #fff;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
}

.content {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.content.hero {
  grid-row-gap: 60px;
  flex-flow: column;
}

.content.buy {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content.press-kit {
  grid-row-gap: 40px;
}

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

.bg {
  background-image: linear-gradient(#38362f00 25%, #1b1b1b), linear-gradient(90deg, #1b1b1bf2 19%, #38362f66 40%), url('../images/bg.jpg');
  background-position: 0 0, 0 0, 60%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 1080px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 100px 100px 30px #1b1b1b;
}

.credit-btn {
  border: 3px solid var(--dark-blue-300);
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins;
  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-50);
  background-color: var(--gray-50);
  color: var(--blue-500);
}

.credit-btn.credit-btn--active:hover {
  color: var(--blue-500);
  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: 40px;
}

.box-content {
  background-color: var(--dark-blue-900);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  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-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

.faq-body-cont {
  color: var(--dark-blue-300);
  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 {
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
  font-style: italic;
}

.faq-img {
  z-index: 2;
  color: var(--white);
  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(--white);
  white-space: normal;
  width: 100%;
  max-width: 640px;
  margin-left: 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

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

.faq-p {
  border: 2px solid #fff3;
  border-radius: 12px;
  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 {
  background-color: var(--gray-800);
  color: #fff;
  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;
}

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

.btn-droparea {
  display: none;
}

.btn-navarea {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.navlink {
  grid-column-gap: 8px;
  color: #ffffff80;
  text-align: center;
  padding: 28px 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navlink:hover, .navlink.w--current {
  color: var(--white);
}

.navlink.w--open {
  z-index: 1;
  background-color: var(--gray-50);
  color: var(--gray-950);
  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-50);
  color: var(--gray-950);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown {
  display: none;
}

.dropdown.menu.w--open {
  background-color: var(--gray-50);
  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-800);
  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-500);
  color: var(--gray-950);
  padding-left: 36px;
}

.image-content {
  font-size: 16px;
  line-height: 150%;
}

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

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

.game-tab.w--current {
  z-index: 1;
  box-shadow: 0 0 0 2px var(--gray-50);
  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-50);
  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: 40px;
  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-700), var(--blue-900));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon-block {
  background-color: var(--blue-500);
  color: var(--gray-50);
  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\<deleted\|variable-4c72ab38\>));
}

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

.bundle-card {
  text-align: center;
  border-radius: 20px;
  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;
  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;
}

.brand-2 {
  width: 178px;
  display: flex;
  position: relative;
}

.brand-white-2 {
  color: #fcfcfc;
  height: 30px;
}

.yellow {
  color: #ffff01;
}

.divider {
  max-width: 420px;
}

.thumb-img {
  border-radius: 4px;
  overflow: hidden;
}

.specs-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #413f3f4d;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.spec {
  text-align: center;
  border: 2px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.specs-requirements {
  text-transform: uppercase;
}

.div-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 2px solid #3d3c34;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.link-block {
  color: #fae7c9;
}

.faq-link {
  color: var(--white);
}

.language-select {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.language-flag-2 {
  max-width: 24px;
}

.dropdown-list {
  background-color: #fcfcfc;
  margin-top: -10px;
}

.dropdown-list.w--open {
  border-radius: 8px;
  margin-top: -12px;
  overflow: hidden;
}

.language-option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #010102;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.language-option:hover {
  background-color: #dee2e6;
}

.text-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.green {
  color: var(--spring-green-500);
}

.orange {
  color: #f6921e;
}

.tabs-content-2 {
  overflow: visible;
}

.edition-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.original-price {
  opacity: .38;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.game-cover {
  border: 2px solid #fff3;
  max-width: 360px;
}

.game-embed {
  width: 100%;
}

.body {
  background-image: linear-gradient(90deg, #1718191a, #837f7059 50%, #1718191a), url('../images/grain.png'), linear-gradient(90deg, #171819, #2a2622 50%, #171819);
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, auto, auto;
}

.social-nav-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.btn-socialmedia-2 {
  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-2:hover {
  background-color: #5865f2;
}

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

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

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

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

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

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

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

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

.thumb-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.press-kit-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  box-shadow: inset 0 0 0 5px var(--white), inset 0 0 0 9px #17181a, inset 0 0 0 11px var(--white);
  background-color: #413f3f4d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 80px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav {
  padding-top: 28px;
  position: static;
}

.slide {
  vertical-align: middle;
  padding-left: 80px;
  padding-right: 80px;
}

.censored {
  background-color: #171819;
}

.characters {
  object-fit: contain;
  max-height: 380px;
}

.grain {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  box-shadow: 0 100px 100px #1b1b1b;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .grid.desk-2.tab-2.hero, .grid.desk-2.tab-2.press-kit {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .container {
    max-width: 1480px;
  }

  .container.hidden {
    overflow: hidden;
  }

  .container.buy {
    background-color: #413f3f1a;
  }

  .section.highlight {
    z-index: 1;
    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.highlight, .arrow-slider.left.highlight {
    width: 40px;
    height: 60px;
    bottom: auto;
  }

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

  .carousel-mask {
    width: 32.3%;
    min-height: 500px;
  }

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

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

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

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

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

  .product-tag.pre-order {
    background-color: var(--blue-500);
  }

  .btn-area.hero {
    max-width: 570px;
  }

  .image-wrap.game-cover {
    inset: auto 0% 0% auto;
    overflow: visible;
  }

  .image-wrap.thumb {
    border-color: #3d3c34;
  }

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

  .bg {
    height: 1080px;
  }

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

  .purple {
    color: var(--yellow-500);
  }

  .characters {
    object-fit: contain;
    max-height: 490px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }

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

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

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

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

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

  p {
    font-size: 14px;
    line-height: 20px;
  }

  ul {
    text-align: left;
  }

  .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 {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
  }

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

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

  .grid.desk-4.tab-4 {
    grid-column-gap: 28px;
  }

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

  .grid.desk-2 {
    grid-column-gap: 28px;
  }

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

  .grid.desk-2.tab-2.banner {
    height: auto;
    min-height: 300px;
  }

  .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.hero {
    grid-row-gap: 28px;
    margin-top: 0;
  }

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

  .grid.desk-5.tab-3.mob-2 {
    grid-column-gap: 28px;
  }

  ._1-2-grid {
    grid-column-gap: 20px;
    margin-left: 0;
  }

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

  ._2-1-grid {
    grid-column-gap: 28px;
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

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

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.small {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .btn {
    position: relative;
  }

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

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

  .btn.secondary.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .btn.primary {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn.primary.big {
    font-size: 16px;
    line-height: 20px;
  }

  .btn.primary.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .btn.dark {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn.dark.big {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .btn.dark.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .btn.buy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn.buy.big {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .btn.buy.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .btn.outline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn.outline.big {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .btn.outline.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

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

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

  .subtittle {
    font-size: 18px;
    line-height: 24px;
  }

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

  .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 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .header.center {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .header.faq-header {
    text-align: left;
    font-size: 18px;
  }

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

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.highlight {
    height: auto;
  }

  .container.buy {
    text-align: left;
    padding: 34px 28px;
  }

  .container.involved {
    grid-row-gap: 28px;
    padding: 34px 28px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.hero {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.play-now {
    padding-top: 80px;
  }

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

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

  .discount {
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .price {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
  }

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

  .arrow-slider {
    width: 40px;
    height: 52px;
  }

  .carousel-mask {
    width: 48%;
  }

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

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

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

  .product-tag {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-title {
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

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

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

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

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

  .buy-wrap {
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 430px;
  }

  .btn-area {
    width: 100%;
  }

  .btn-area._310px {
    align-self: center;
    width: 100%;
  }

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

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

  .btn-area.hero {
    align-self: center;
    max-width: 420px;
  }

  .image-wrap.right {
    max-width: 420px;
    padding-left: 0;
  }

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

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

  .image-wrap.game-cover {
    max-width: 240px;
    position: static;
  }

  .description-text {
    text-align: center;
  }

  .logo-wrap {
    justify-content: center;
    align-self: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    align-self: stretch;
  }

  .content.center {
    align-self: center;
  }

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

  .content.hero {
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .content.buy {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
  }

  .bg {
    background-position: 0 0, 0 0, 90%;
    height: 920px;
  }

  .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-icon {
    width: 120px;
    height: 120px;
  }

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

  .step {
    align-items: center;
  }

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

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

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

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

  .faq-icon {
    width: 24px;
  }

  .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-800);
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

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

  .navlink.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #171819;
    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: #171819;
    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 {
    grid-column-gap: 28px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullprice {
    font-size: 18px;
  }

  .bundle-info {
    width: 100%;
  }

  .divider {
    max-width: 310px;
  }

  .specs-title {
    padding: 16px 14px;
    font-size: 14px;
  }

  .spec {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-flex {
    align-self: center;
    font-size: 16px;
  }

  .language-flag-2 {
    width: auto;
  }

  .text-block-2 {
    font-size: 24px;
  }

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

  .press-kit-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grain {
    background-image: linear-gradient(90deg, #1b1b1bf2, #413f3f33), linear-gradient(#413f3f00 25%, #1b1b1b), url('../images/bg.jpg');
    background-position: 0 0, 0 0, 90%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 920px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

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

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

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

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

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 12px;
    line-height: 18px;
  }

  ul {
    padding-left: 16px;
  }

  li {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

  .grid.desk-4.tab-2, .grid.desk-2 {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
  }

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

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

  .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.buy {
    grid-column-gap: 40px;
  }

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

  .grid.desk-5.tab-3.mob-2 {
    grid-row-gap: 20px;
  }

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

  ._1-2-grid.requirements {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr;
  }

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

  .tab-link {
    border-bottom-width: 0;
    width: auto;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 14px;
  }

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

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

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

  .paragraph.small {
    font-size: 10px;
    line-height: 16px;
  }

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

  .tabs-menu {
    flex-flow: row;
    margin-bottom: 8px;
  }

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

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

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

  .btn.secondary {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn.secondary.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.secondary.small {
    padding: 6px 12px;
    font-size: 10px;
  }

  .btn.primary {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn.primary.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.primary.small {
    padding: 6px 12px;
    font-size: 10px;
  }

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

  .btn.dark {
    padding: 8px 16px;
  }

  .btn.dark.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.dark.small {
    padding: 6px 12px;
    font-size: 10px;
  }

  .btn.buy {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn.buy.big {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.buy.small {
    padding: 6px 12px;
    font-size: 10px;
  }

  .btn.outline {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn.outline.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.outline.small {
    padding: 6px 12px;
    font-size: 10px;
  }

  .btn.outline.small.steam {
    font-size: 12px;
  }

  .subtittle {
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
  }

  .subtittle.small {
    font-size: 14px;
    line-height: 18px;
  }

  .display {
    font-size: 48px;
    line-height: 56px;
  }

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

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

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

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

  .header.center {
    font-size: 16px;
  }

  .header.faq-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 640px;
    font-size: 16px;
  }

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

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

  .container {
    grid-row-gap: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.buy {
    box-shadow: inset 0 0 0 4px var(--white), inset 0 0 0 7px #17181a, inset 0 0 0 9px var(--white);
    text-align: center;
    border-radius: 16px;
    padding: 28px 24px;
  }

  .container.about, .container.making-of {
    grid-row-gap: 40px;
  }

  .container.involved {
    grid-row-gap: 20px;
    box-shadow: inset 0 0 0 5px var(--white), inset 0 0 0 7px #171819;
    padding: 16px 12px;
  }

  .section {
    padding: 40px 16px;
  }

  .section.hero {
    padding-top: 90px;
    padding-bottom: 40px;
  }

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

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

  .section.creator-kit {
    padding: 40px 20px;
  }

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

  .discount {
    padding: 2px 8px;
    font-size: 12px;
  }

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

  .price {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

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

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

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

  .arrow-slider {
    box-shadow: inset 0 0 0 2px #171819, inset 0 0 0 4px var(--white);
    width: 32px;
    height: 44px;
    bottom: 70%;
  }

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

  .carousel-mask {
    width: 48%;
    max-width: 400px;
    height: auto;
  }

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

  .card-long-body {
    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;
  }

  .product-tag {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .product-tag.preorder.product-card, .product-tag.earlyaccess.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;
    font-size: 10px;
    display: flex;
  }

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

  .footer-link {
    font-size: 12px;
    line-height: 14px;
  }

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

  .buy-wrap {
    align-items: stretch;
    width: 100%;
  }

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

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

  .image-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .image-wrap.thumb {
    max-width: 310px;
  }

  .image-wrap.press-kit {
    max-width: 160px;
  }

  .logo-wrap {
    max-width: 190px;
  }

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

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

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

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

  .content.buy {
    grid-row-gap: 16px;
  }

  .content.press-kit {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bg {
    background-position: 0 0, 0 0, 90%;
    height: 780px;
  }

  .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-icon {
    width: 100px;
  }

  .step {
    text-align: left;
  }

  .faq-body-cont {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

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

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

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

  .navbar {
    grid-column-gap: 8px;
    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;
  }

  .dropdown {
    padding: 13px;
  }

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

  .brand-2 {
    width: 133.5px;
  }

  .divider {
    max-width: 160px;
  }

  .specs-title {
    border-radius: 8px;
    padding: 16px 12px;
    font-size: 14px;
    display: none;
  }

  .spec {
    border-radius: 8px;
    padding: 12px 8px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-flex {
    padding-top: 20px;
    font-size: 14px;
  }

  .language-select {
    font-size: 12px;
  }

  .language-flag-2 {
    max-width: 20px;
  }

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

  .edition-content {
    text-align: left;
  }

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

  .game-cover {
    display: none;
  }

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

  .press-kit-content {
    box-shadow: inset 0 0 0 4px var(--white), inset 0 0 0 7px #17181a, inset 0 0 0 9px var(--white);
    padding: 20px;
  }

  .slide {
    text-align: center;
    vertical-align: top;
    padding-left: 44px;
    padding-right: 44px;
  }

  .characters {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 140px;
    max-height: 140px;
  }

  .grain {
    background-position: 0 0, 0 0, 90%;
    height: 780px;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

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

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

  .grid.desk-3.tab-2 {
    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-auto-columns: 1fr;
  }

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

  ._1-2-grid.requirements {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .column {
    margin-bottom: 0;
  }

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

  .tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    overflow: auto;
  }

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

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

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

  .btn.outline.small {
    justify-content: center;
    align-items: center;
  }

  .btn.outline.small.steam {
    width: auto;
  }

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

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

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

  .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 {
    justify-content: center;
    align-items: center;
  }

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

  .slider-dot {
    display: none;
  }

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

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

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

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

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

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

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

  .product-tag-wrap {
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .btn-area {
    align-self: center;
    width: 100%;
    max-width: 320px;
  }

  .btn-area._420px {
    grid-template-columns: 1fr;
  }

  .btn-area.hero {
    max-width: 320px;
  }

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

  .image-wrap.right.giftcard, .image-wrap.left.giftcard {
    display: none;
  }

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

  .image-wrap.press-kit {
    display: none;
  }

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

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

  .bg {
    background-position: 0 0, 0 0, 71%;
  }

  .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;
    font-size: 12px;
  }

  .faq-img {
    display: none;
  }

  .social-faq {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
    font-size: 12px;
  }

  .navbar {
    grid-column-gap: 0px;
  }

  .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-title, .spec {
    font-size: 12px;
  }

  .div-flex {
    flex-flow: column;
  }

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

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

  .press-kit-content {
    text-align: center;
  }

  .grain {
    background-position: 0 0, 0 0, 71%;
  }
}

#w-node-_523c5fe8-5da0-24b6-9096-95e4f2592bc7-009ac60c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-bfc603e8-5e33-49ed-8c77-1f9df1fca608-009ac60c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0ee45527-8464-7c97-e1ac-884dca729a5e-009ac60c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e24194ca-6a66-44eb-f59e-08fd807f8427-009ac60c {
  justify-self: start;
}

#w-node-_1e5429d4-f423-b105-0df4-1f235f01b6e9-009ac60c {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8ccdd103-b4c9-a530-1d9e-d4c10f539b11-009ac60c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ccdd103-b4c9-a530-1d9e-d4c10f539b21-009ac60c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c485f84a-a009-1f74-e816-0c4ecca71d13-009ac60c {
  align-self: start;
}

#w-node-_01655e0e-526c-91d3-2856-0db8fa35606a-009ac60c, #w-node-_5af00945-3db3-3c2b-e390-be6dd32aee94-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeae-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeaf-009ac60c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeb7-009ac60c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5af00945-3db3-3c2b-e390-be6dd32aeebb-009ac60c {
  justify-self: start;
}

#w-node-fc8338cf-e5d4-d07b-c52b-21095ebfae5f-009ac60c {
  place-self: center end;
}

#w-node-_8f7f47cd-65f9-ca3f-8262-57a5878a7d5b-009ac60c {
  justify-self: end;
}

#w-node-f05adfef-3f7f-566b-7eff-4ca606796e82-009ac60c {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_1ab7dd31-3bc4-039d-89a9-c4764d7d42ac-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1ab7dd31-3bc4-039d-89a9-c4764d7d42ae-009ac60c, #w-node-_4cb98cc1-fe10-2616-515b-bf04085f52ee-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4cb98cc1-fe10-2616-515b-bf04085f5314-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9ddad1ba-38e3-faf2-9f43-2ac40166cb37-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9ddad1ba-38e3-faf2-9f43-2ac40166cb39-009ac60c, #w-node-_6b8c3c19-d3ed-7882-565b-f578fd7274f9-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6b8c3c19-d3ed-7882-565b-f578fd7274f7-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3fdd0516-1b25-a77c-06c4-0442c3c4fb51-009ac60c, #w-node-_3f9a747d-880d-822c-e5dd-a87d6d8437b1-009ac60c {
  align-self: center;
}

#w-node-_3f9a747d-880d-822c-e5dd-a87d6d8437b2-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ab0ea5ea-d944-182e-66ed-c6da296fd7f2-009ac60c {
  align-self: center;
}

#w-node-ab0ea5ea-d944-182e-66ed-c6da296fd7f3-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7898ee66-f947-1130-e434-4a683fbf78b7-009ac60c {
  align-self: center;
}

#w-node-_7898ee66-f947-1130-e434-4a683fbf78b8-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f5948a3e-b666-9361-77a2-444095d63fa3-009ac60c {
  align-self: center;
}

#w-node-f5948a3e-b666-9361-77a2-444095d63fa4-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b2d1f4ee-7e35-a810-38d6-003f83317100-009ac60c {
  align-self: center;
}

#w-node-b2d1f4ee-7e35-a810-38d6-003f83317101-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_74904f62-056d-61e6-8511-f12d2bc1b0f3-009ac60c {
  align-self: center;
}

#w-node-_74904f62-056d-61e6-8511-f12d2bc1b0f4-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-da660c20-78bb-ebaa-8288-f821b9651acc-009ac60c {
  align-self: center;
}

#w-node-da660c20-78bb-ebaa-8288-f821b9651acd-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-a09a9e74-ead7-f742-ee03-e38158db71b2-009ac60c {
  align-self: center;
}

#w-node-a09a9e74-ead7-f742-ee03-e38158db71b3-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ae355018-e0a5-4ca5-6129-b327c3d70a67-009ac60c {
  align-self: center;
}

#w-node-ae355018-e0a5-4ca5-6129-b327c3d70a68-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_94b0c862-6936-7efb-533b-9be3b4db11b3-009ac60c {
  align-self: center;
}

#w-node-_94b0c862-6936-7efb-533b-9be3b4db11b4-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_66b2309d-9c06-b817-eb86-04a51fcaa080-009ac60c {
  align-self: center;
}

#w-node-_66b2309d-9c06-b817-eb86-04a51fcaa081-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9334144c-207b-e496-4028-bb3467f8f347-009ac60c {
  align-self: center;
}

#w-node-_9334144c-207b-e496-4028-bb3467f8f348-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2db54f94-58b2-ca4c-4be1-9cb1512c6d74-009ac60c {
  align-self: center;
}

#w-node-_2db54f94-58b2-ca4c-4be1-9cb1512c6d75-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_53a9800e-fd35-8e07-56b0-5c7a98a9d904-009ac60c {
  align-self: center;
}

#w-node-_53a9800e-fd35-8e07-56b0-5c7a98a9d905-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9fb032d9-ac30-f205-8b6b-18352adc4f21-009ac60c {
  align-self: center;
}

#w-node-_9fb032d9-ac30-f205-8b6b-18352adc4f22-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f35337-009ac60c, #w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f3533a-009ac60c, #w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f3533d-009ac60c, #w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f35340-009ac60c, #w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f35343-009ac60c, #w-node-_80506fc9-7cd4-59ba-f6d9-5cebe3f35346-009ac60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e44c932-105f-c137-2e74-5e525454ece1-009ac60c {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3e44c932-105f-c137-2e74-5e525454eccb-009ac60c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3e44c932-105f-c137-2e74-5e525454ecd4-009ac60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b19f0a3a-0a16-0a88-ccc8-aa27ed482d5d-009ac60c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_07f94868-1288-3cf5-ae6c-55cf6016db4f-009ac60c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_29707098-f517-6742-9cf7-49570f65522c-009ac60c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f9a6fc59-1820-fb2f-1235-567ab917adca-009ac60c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9a6fc59-1820-fb2f-1235-567ab917adcb-009ac60c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ad069837-7848-4e06-79fc-715c057bda39-009ac60c {
  align-self: stretch;
}

#w-node-d1babad4-1591-5091-f74a-b150c7bebb54-009ac60c {
  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-fc8338cf-e5d4-d07b-c52b-21095ebfae5f-009ac60c {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_523c5fe8-5da0-24b6-9096-95e4f2592bc7-009ac60c {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-bfc603e8-5e33-49ed-8c77-1f9df1fca608-009ac60c {
    grid-column-end: 3;
  }

  #w-node-_0ee45527-8464-7c97-e1ac-884dca729a5e-009ac60c {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e24194ca-6a66-44eb-f59e-08fd807f8427-009ac60c {
    justify-self: stretch;
  }

  #w-node-_1e5429d4-f423-b105-0df4-1f235f01b6e9-009ac60c, #w-node-_8ccdd103-b4c9-a530-1d9e-d4c10f539b11-009ac60c {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-c485f84a-a009-1f74-e816-0c4ecca71d13-009ac60c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_01655e0e-526c-91d3-2856-0db8fa35606a-009ac60c, #w-node-_5af00945-3db3-3c2b-e390-be6dd32aee94-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeae-009ac60c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeb7-009ac60c {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeebb-009ac60c {
    justify-self: start;
  }

  #w-node-f05adfef-3f7f-566b-7eff-4ca606796e82-009ac60c {
    grid-row: 4 / 5;
  }

  #w-node-_3f9a747d-880d-822c-e5dd-a87d6d8437b2-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ab0ea5ea-d944-182e-66ed-c6da296fd7f0-009ac60c {
    align-self: center;
  }

  #w-node-ab0ea5ea-d944-182e-66ed-c6da296fd7f3-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7898ee66-f947-1130-e434-4a683fbf78b5-009ac60c, #w-node-_7898ee66-f947-1130-e434-4a683fbf78b7-009ac60c {
    align-self: center;
  }

  #w-node-_7898ee66-f947-1130-e434-4a683fbf78b8-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5948a3e-b666-9361-77a2-444095d63fa1-009ac60c {
    align-self: center;
  }

  #w-node-f5948a3e-b666-9361-77a2-444095d63fa4-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b2d1f4ee-7e35-a810-38d6-003f833170fe-009ac60c {
    align-self: center;
  }

  #w-node-b2d1f4ee-7e35-a810-38d6-003f83317101-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_74904f62-056d-61e6-8511-f12d2bc1b0f1-009ac60c {
    align-self: center;
  }

  #w-node-_74904f62-056d-61e6-8511-f12d2bc1b0f4-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-da660c20-78bb-ebaa-8288-f821b9651aca-009ac60c {
    align-self: center;
  }

  #w-node-da660c20-78bb-ebaa-8288-f821b9651acd-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a09a9e74-ead7-f742-ee03-e38158db71b0-009ac60c {
    align-self: center;
  }

  #w-node-a09a9e74-ead7-f742-ee03-e38158db71b3-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae355018-e0a5-4ca5-6129-b327c3d70a65-009ac60c {
    align-self: center;
  }

  #w-node-ae355018-e0a5-4ca5-6129-b327c3d70a68-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_94b0c862-6936-7efb-533b-9be3b4db11b1-009ac60c {
    align-self: center;
  }

  #w-node-_94b0c862-6936-7efb-533b-9be3b4db11b4-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_66b2309d-9c06-b817-eb86-04a51fcaa07e-009ac60c {
    align-self: center;
  }

  #w-node-_66b2309d-9c06-b817-eb86-04a51fcaa081-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9334144c-207b-e496-4028-bb3467f8f345-009ac60c {
    align-self: center;
  }

  #w-node-_9334144c-207b-e496-4028-bb3467f8f348-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2db54f94-58b2-ca4c-4be1-9cb1512c6d72-009ac60c {
    align-self: center;
  }

  #w-node-_2db54f94-58b2-ca4c-4be1-9cb1512c6d75-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_53a9800e-fd35-8e07-56b0-5c7a98a9d902-009ac60c {
    align-self: center;
  }

  #w-node-_53a9800e-fd35-8e07-56b0-5c7a98a9d905-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9fb032d9-ac30-f205-8b6b-18352adc4f1f-009ac60c {
    align-self: center;
  }

  #w-node-_9fb032d9-ac30-f205-8b6b-18352adc4f22-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e44c932-105f-c137-2e74-5e525454ece1-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_3e44c932-105f-c137-2e74-5e525454eccb-009ac60c {
    grid-column-end: 3;
  }

  #w-node-_3e44c932-105f-c137-2e74-5e525454ecd4-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b30c8b2-6416-1757-8f6e-3cc820634093-009ac60c, #w-node-d68ec9e3-7cd2-ebc7-4759-e182c2785300-009ac60c {
    align-self: stretch;
  }

  #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-_5af00945-3db3-3c2b-e390-be6dd32aeeae-009ac60c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeb7-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ab7dd31-3bc4-039d-89a9-c4764d7d42ac-009ac60c {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-_1ab7dd31-3bc4-039d-89a9-c4764d7d42ae-009ac60c, #w-node-_4cb98cc1-fe10-2616-515b-bf04085f52ee-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4cb98cc1-fe10-2616-515b-bf04085f5314-009ac60c {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-_9ddad1ba-38e3-faf2-9f43-2ac40166cb37-009ac60c {
    grid-area: 5 / 1 / 6 / 3;
    place-self: end center;
  }

  #w-node-_9ddad1ba-38e3-faf2-9f43-2ac40166cb39-009ac60c, #w-node-_6b8c3c19-d3ed-7882-565b-f578fd7274f9-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b8c3c19-d3ed-7882-565b-f578fd7274f7-009ac60c {
    grid-area: 7 / 1 / 8 / 3;
    place-self: end center;
  }

  #w-node-b19f0a3a-0a16-0a88-ccc8-aa27ed482d5d-009ac60c {
    grid-column: span 2 / span 2;
  }

  #w-node-_07f94868-1288-3cf5-ae6c-55cf6016db4f-009ac60c {
    grid-column: 2 / 3;
  }

  #w-node-f9a6fc59-1820-fb2f-1235-567ab917adca-009ac60c {
    grid-column: 1 / 2;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb54-009ac60c {
    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-_0ee45527-8464-7c97-e1ac-884dca729a60-009ac60c, #w-node-e24194ca-6a66-44eb-f59e-08fd807f8427-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c485f84a-a009-1f74-e816-0c4ecca71d13-009ac60c {
    grid-column-end: 3;
  }

  #w-node-_01655e0e-526c-91d3-2856-0db8fa35606a-009ac60c, #w-node-_5af00945-3db3-3c2b-e390-be6dd32aee94-009ac60c {
    justify-self: center;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeae-009ac60c {
    grid-row: 3 / 4;
  }

  #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeeb8-009ac60c, #w-node-_5af00945-3db3-3c2b-e390-be6dd32aeebb-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ab7dd31-3bc4-039d-89a9-c4764d7d42ae-009ac60c, #w-node-_4cb98cc1-fe10-2616-515b-bf04085f52ee-009ac60c, #w-node-_9ddad1ba-38e3-faf2-9f43-2ac40166cb39-009ac60c, #w-node-_6b8c3c19-d3ed-7882-565b-f578fd7274f9-009ac60c {
    grid-column-end: 3;
  }

  #w-node-_3f9a747d-880d-822c-e5dd-a87d6d8437b2-009ac60c, #w-node-ab0ea5ea-d944-182e-66ed-c6da296fd7f3-009ac60c, #w-node-_7898ee66-f947-1130-e434-4a683fbf78b8-009ac60c, #w-node-f5948a3e-b666-9361-77a2-444095d63fa4-009ac60c, #w-node-b2d1f4ee-7e35-a810-38d6-003f83317101-009ac60c, #w-node-_74904f62-056d-61e6-8511-f12d2bc1b0f4-009ac60c, #w-node-da660c20-78bb-ebaa-8288-f821b9651acd-009ac60c, #w-node-a09a9e74-ead7-f742-ee03-e38158db71b3-009ac60c, #w-node-ae355018-e0a5-4ca5-6129-b327c3d70a68-009ac60c, #w-node-_94b0c862-6936-7efb-533b-9be3b4db11b4-009ac60c, #w-node-_66b2309d-9c06-b817-eb86-04a51fcaa081-009ac60c, #w-node-_9334144c-207b-e496-4028-bb3467f8f348-009ac60c, #w-node-_2db54f94-58b2-ca4c-4be1-9cb1512c6d75-009ac60c, #w-node-_53a9800e-fd35-8e07-56b0-5c7a98a9d905-009ac60c, #w-node-_9fb032d9-ac30-f205-8b6b-18352adc4f22-009ac60c {
    justify-self: center;
  }

  #w-node-_3e44c932-105f-c137-2e74-5e525454ecd4-009ac60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad069837-7848-4e06-79fc-715c057bda39-009ac60c {
    align-self: stretch;
  }

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


@font-face {
  font-family: 'Euphorigenic';
  src: url('../fonts/EUPHORIGENIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}