@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #17161b;
  --primary: #3fd8be;
  --white7: #f2f3f512;
  --light: #f2f3f5;
  --white60: #f2f3f599;
  --black7: #17161b12;
  --black60: #17161b99;
  --dark: #202125;
  --white-61: white;
  --light-dark: #292a2e;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

body {
  background-color: var(--black);
  color: var(--black);
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins Local, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  background-image: url('../images/list.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 10px;
  padding-left: 26px;
  list-style-type: none;
}

blockquote {
  border-left: 4px solid var(--primary);
  background-color: var(--white7);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 5px;
  font-size: 14px;
}

.wrap {
  font-family: Poppins Local, sans-serif;
  overflow: hidden;
}

.text-white {
  color: var(--light);
}

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

.text-primary {
  color: var(--primary);
  font-size: 46px;
}

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

.text-extra-small {
  color: var(--white60);
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.text-extra-small.text-black-opacity.mb-40 {
  width: auto;
  max-width: 450px;
  font-family: Poppins Local, sans-serif;
}

.text-extra-small.mb-40 {
  width: 450px;
}

.text-white-opacity {
  color: var(--white60);
}

.mb-20 {
  filter: hue-rotate(173deg);
  margin-bottom: 20px;
}

.corner-black {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-black.small {
  width: 20px;
  height: 20px;
}

.corner-black.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-black.top-left.small {
  z-index: 2;
}

.corner-black.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-black.bottom-right.small {
  z-index: 2;
}

.custom-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s linear, color .2s linear;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.custom-button:hover {
  color: var(--primary);
}

.custom-button.white {
  background-color: var(--light);
}

.custom-button.white:hover, .custom-button.secondary {
  background-color: var(--primary);
  color: var(--light);
}

.custom-button.secondary:hover {
  background-color: var(--black);
  color: var(--primary);
}

.custom-button.black7 {
  background-color: var(--black7);
  color: var(--black);
}

.custom-button.black7:hover {
  background-color: var(--black);
  color: var(--primary);
}

.custom-button.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button-hover {
  z-index: 1;
  margin: -10px -20px;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.custom-button-hover.primary {
  background-color: var(--primary);
}

.custom-button-hover.black {
  background-color: var(--black);
}

.custom-button-text {
  z-index: 3;
  position: relative;
}

.fs-0 {
  font-size: 0;
}

.corner-light {
  background-color: var(--light);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-light.small {
  width: 20px;
  height: 20px;
}

.corner-light.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-light.top-left.small {
  z-index: 2;
}

.corner-light.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-light.bottom-right.small {
  z-index: 2;
}

.text-black-opacity {
  color: var(--black60);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.dark {
  background-color: var(--dark);
}

.section.simple {
  padding-top: 140px;
}

.navbar {
  z-index: 201;
  border-bottom: 2px none var(--white7);
  color: var(--light);
  background-color: #17161b00;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.navbar-container-left {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  flex: 1;
  align-items: center;
  height: 40px;
  display: flex;
}

.navbar-container-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.navbar-brand.company {
  border-right: 2px solid #ffffff24;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.navbar-brand.company.w--current {
  padding-right: 10px;
}

.navbar-brand.game {
  justify-content: flex-end;
  height: 60px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-brand.game.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 40px;
  padding-left: 0;
}

.nav-link {
  opacity: .8;
  color: var(--white-61);
  letter-spacing: .9px;
  text-transform: none;
  vertical-align: baseline;
  background-color: #0000;
  border-top: 2px solid #0000;
  border-bottom: 4px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 0;
  transition: opacity .2s linear, border-color .2s linear;
  display: flex;
}

.nav-link:hover {
  border-bottom: 4px solid var(--primary);
  opacity: 1;
  color: var(--light);
}

.nav-link.w--current {
  background-color: var(--white7);
  opacity: 1;
  color: var(--light);
}

.nav-link.dropdown {
  height: 40px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 300;
}

.nav-link.dropdown.w--open {
  border-bottom-color: var(--primary);
  opacity: 1;
  color: var(--light);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-highlight {
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-highlight.black {
  background-color: var(--black);
  color: var(--light);
}

.text-highlight.primary {
  background-color: var(--primary);
  color: var(--light);
}

.text-highlight.small {
  font-size: 12px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.hero-platforms {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-action {
  margin-left: 20px;
}

.hero-platform {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.center-block {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.center-block._400 {
  filter: invert();
}

.mb-60 {
  margin-bottom: 60px;
}

.corner-dark {
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-dark.small {
  width: 20px;
  height: 20px;
}

.corner-dark.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-dark.top-left.small {
  z-index: 2;
}

.corner-dark.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.news-item {
  background-color: var(--light);
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 2px 20px;
  text-decoration: none;
  transition: color .2s linear;
  position: relative;
  overflow: hidden;
}

.news-item:hover {
  color: var(--primary);
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.flex {
  align-items: center;
  display: flex;
}

.modal {
  z-index: 120;
  background-color: var(--black);
  justify-content: center;
  height: 100vh;
  padding: 80px;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-content {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.modal-close {
  z-index: 5;
  background-color: var(--dark);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .2s linear;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.modal-close:hover {
  background-color: var(--light-dark);
}

.modal-close-icon {
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: transform .2s linear;
}

.modal-close-icon:hover {
  transform: scale(1.2);
}

.modal-action {
  cursor: pointer;
}

.align-right {
  text-align: right;
}

.input {
  color: var(--black);
  border: 1px #000;
  height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.input:active, .input:focus {
  background-color: var(--primary);
}

.input::placeholder {
  color: var(--black60);
  font-size: 18px;
}

.input.mb-0 {
  font-size: 18px;
}

.input.mb-0:active {
  background-color: var(--white7);
}

.input.dark {
  background-color: var(--dark);
  color: var(--light);
}

.input.dark:hover, .input.dark:active, .input.dark:focus {
  background-color: var(--light-dark);
}

.input.dark::placeholder {
  color: var(--white60);
}

.input.custom {
  border: 2px solid #0000;
  height: 64px;
  margin-bottom: 20px;
  padding: 30px 20px 12px;
  font-family: Poppins Local, sans-serif;
}

.input.custom:active {
  background-color: var(--white-61);
}

.input.custom:focus {
  border-color: var(--black);
  background-color: var(--white-61);
}

.input.custom::placeholder {
  color: #17161b33;
}

.mb-0 {
  margin-bottom: 0;
}

.custom-checkbox {
  border-width: 2px;
  border-color: var(--primary);
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: -25px;
  margin-right: 0;
}

.custom-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 12px;
}

.custom-checkbox.w--redirected-focus {
  box-shadow: none;
}

.custom-checkbox-group {
  padding-left: 25px;
}

.footer-social {
  width: 25px;
  margin-bottom: 15px;
  transition: transform .2s linear;
  display: block;
}

.footer-social:hover {
  transform: scale(1.2);
}

.footer-social.footer-link {
  opacity: .6;
  margin-bottom: 0;
  transition: opacity .2s, transform .2s linear;
}

.footer-social.footer-link:hover {
  opacity: 1;
  transform: none;
}

.footer-social.footer-link.w--current:hover {
  transform: none;
}

.footer-link {
  color: var(--white60);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.subscribe-socials.community, .button-group {
  margin-left: -10px;
  margin-right: -10px;
}

.button-group.mb-10 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gamemodes-slides-link {
  background-color: var(--light);
  color: var(--black);
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 2px 20px;
  display: block;
  overflow: hidden;
}

.gamemodes-slides-link.w--current {
  background-color: var(--white-61);
  color: var(--primary);
}

.gamemodes-slides-image-container {
  cursor: pointer;
  overflow: hidden;
}

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

.slider.games-nav-slider {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.hidden {
  display: none;
}

.divider {
  background-color: var(--white7);
  height: 1px;
}

.buy-form-submit {
  background-color: var(--primary);
  letter-spacing: 2px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .2s, background-color .2s;
}

.buy-form-submit:hover {
  background-color: var(--light);
  color: var(--primary);
}

.form-success {
  background-color: var(--light-dark);
  color: var(--light);
}

.form-error {
  color: var(--primary);
  text-align: center;
  background-color: #ff4f5e1a;
  padding: 20px;
}

.header-sport {
  background-color: var(--white-61);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 95vh;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.header-sport-image {
  margin-bottom: -40px;
}

.button-group-item {
  margin-left: 10px;
  margin-right: 10px;
}

.header-sport-left {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.racing-features-item {
  color: var(--light);
  text-align: center;
  width: 50%;
  min-height: 500px;
  position: relative;
}

.horror-characters-item {
  color: var(--light);
  text-align: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.strategy-basics-tabs {
  align-items: stretch;
  display: flex;
}

.strategy-basics-tabs-menu {
  width: 50%;
  max-width: 400px;
  margin-right: 20px;
}

.strategy-basics-tabs-content {
  flex: 1;
  padding-bottom: 2px;
  display: flex;
}

.strategy-basics-tabs-menu-item {
  background-color: var(--black);
  color: var(--white60);
  height: 80px;
  margin-bottom: 2px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.strategy-basics-tabs-menu-item:hover {
  color: var(--primary);
}

.strategy-basics-tabs-menu-item.w--current {
  background-color: var(--black);
  color: var(--light);
  height: auto;
}

.strategy-basics-tabs-menu-item-number {
  border-right: 2px solid var(--dark);
  background-color: var(--black);
  color: var(--primary);
  text-align: center;
  width: 82px;
  height: 80px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.strategy-basics-tabs-menu-item-header {
  border-bottom: 2px solid var(--dark);
  align-items: center;
  line-height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.strategy-basics-tabs-menu-item-text {
  padding: 20px;
}

.strategy-basics-tabs-content-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.strategy-basics-tabs-content-item._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._4 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/muh-dipo-war-escort.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.about-weapon-item {
  box-shadow: inset 0 0 0 2px var(--primary);
  cursor: pointer;
  background-color: #ff4f5e1a;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.games-item {
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.games-item.store {
  margin-bottom: 120px;
  overflow: visible;
}

.games-item.nav {
  border: 1px solid var(--white7);
  color: var(--white60);
  margin-bottom: 70px;
  overflow: visible;
}

.games-item.nav:hover {
  color: var(--light);
}

.games-item-hover {
  opacity: 0;
  text-align: center;
  background-color: #ff4f5ecc;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.games-item-hover.store {
  background-color: #ff4f5e66;
}

.login-header {
  flex-direction: column;
}

.login-header-container {
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.login-header-left {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  height: 100vh;
  padding: 0 20px;
  display: flex;
}

.login-header-right {
  background-color: var(--light);
  flex-direction: row;
  align-items: center;
  width: 40%;
  max-width: 670px;
  padding: 60px 20px;
  display: flex;
}

.input-label {
  color: var(--black60);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -25px;
  padding-left: 23px;
  font-family: Poppins Local, sans-serif;
  font-size: 10px;
}

.submit-button {
  background-color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: var(--black);
}

.social-auth {
  height: 50px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: block;
}

.social-auth:hover {
  opacity: .8;
}

.social-auth.google {
  background-color: #d54339;
  background-image: url('../images/google-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.social-auth.facebook {
  background-color: #006fcd;
  background-image: url('../images/fb-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.store-tabs {
  display: flex;
}

.store-tabs-menu {
  width: 270px;
}

.store-tabs-content {
  flex: 1;
  width: 70%;
  margin-right: 16px;
}

.store-tabs-title {
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.store-tabs-title-left {
  flex: 1;
  width: 70%;
  margin-right: 16px;
}

.store-tabs-title-right {
  border-bottom: 2px solid var(--white7);
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding-left: 16px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-wrap.section.dark {
  height: 90vh;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.utility-page-content {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  width: 500px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filters-icon {
  margin-top: -1px;
  margin-right: 5px;
}

.search {
  position: relative;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  padding: 0;
  font-size: 0;
  position: absolute;
  inset: 10% 0% auto auto;
}

.search-button:hover {
  background-color: var(--black);
}

.store-tabs-menu-item {
  color: var(--white60);
  text-align: left;
  background-color: #0000;
  padding: 12px 16px;
  font-size: 14px;
  display: block;
}

.store-tabs-menu-item:hover {
  color: var(--light);
}

.store-tabs-menu-item.w--current {
  background-color: var(--white7);
  color: var(--light);
}

.game-info {
  z-index: 1;
  width: 100%;
  padding-top: 5px;
  position: absolute;
}

.store-game-name {
  color: var(--light);
  height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.store-game-company {
  color: var(--white60);
  height: 18px;
  font-size: 12px;
  overflow: hidden;
}

.store-game-price {
  color: var(--light);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  font-size: 14px;
  display: flex;
}

.old-price {
  color: var(--white60);
  font-size: 12px;
  text-decoration: line-through;
}

.mr-5 {
  margin-right: 5px;
}

.search-result-item {
  background-color: var(--black);
  color: var(--white60);
  margin-bottom: 20px;
  padding: 20px;
}

.footer-links {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-right: 20px;
  display: flex;
}

.footer-logo.w--current {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-around;
  display: flex;
}

.footer-lonks-left {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-dropdown-icon {
  margin-top: 0;
  margin-right: 4px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.nav-dropdown-games-list {
  border-bottom: 2px solid var(--white7);
  width: 100vw;
  padding: 20px;
}

.nav-dropdown-games-list.w--open {
  z-index: 100;
  background-color: #17161b00;
  height: 100vh;
  padding: 0 0 40px;
  position: fixed;
  inset: 40px 0% auto;
  overflow: auto;
}

.nav-slider-arrow {
  background-color: var(--dark);
  width: 40px;
  margin-bottom: 70px;
}

.nav-slider-arrow:hover {
  background-color: var(--light-dark);
}

.nav-slider-arrow-iocn {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.nav-games-name {
  padding-top: 10px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0, 100%);
}

.text-block {
  text-transform: none;
  font-family: Poppins Local, sans-serif;
  font-weight: 300;
  line-height: 12px;
}

.heading, .form, .body {
  font-family: Poppins Local, sans-serif;
}

.body-2 {
  font-family: Poppins Local, sans-serif;
  overflow: hidden;
}

.spacer {
  width: 100%;
  height: 25px;
}

.body-3 {
  font-family: Poppins Local, sans-serif;
  overflow: hidden;
}

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

.lottie {
  width: 30px;
  margin-top: 5px;
}

.image-3 {
  filter: invert();
  width: 130px;
  max-width: none;
  height: 23px;
  display: block;
}

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

.learn-more-link-2 {
  text-transform: uppercase;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.learn-more-link-2:hover {
  color: var(--dark);
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.imprint-text {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 11px;
  font-weight: 500;
  line-height: 178%;
}

.imprint-header {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 133%;
}

.pp-text {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 11px;
  font-weight: 500;
  line-height: 178%;
}

.pp-header {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 133%;
}

.image-6 {
  filter: invert();
  vertical-align: baseline;
}

.container-menu {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block {
  background-color: var(--black);
  height: 500px;
}

.search-dd {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.nav-link-search-2 {
  opacity: .6;
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 2px solid #0000;
  border-bottom: 4px solid #0000;
  height: 60px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 58px;
  transition: opacity .2s linear, border-color .2s linear;
}

.nav-link-search-2:hover {
  border-bottom: 4px solid var(--primary);
  opacity: 1;
  color: var(--light);
}

.nav-link-search-2.w--current {
  background-color: var(--white7);
  opacity: 1;
  color: var(--light);
}

.nav-link-search-2.dropdown {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-right: 10px;
  font-size: 12px;
  display: flex;
}

.nav-link-search-2.dropdown.w--open {
  border-bottom-color: var(--primary);
  opacity: 1;
  color: var(--light);
}

.container-menu-search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.center-block-sl {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-extra-small-search {
  text-align: left;
  font-size: 14px;
}

.text-extra-small-search-suggestions {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.image-7 {
  vertical-align: sub;
  display: block;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-2 {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.nav-link-2 {
  opacity: .6;
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #0000;
  border-top: 2px solid #0000;
  border-bottom: 4px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 300;
  transition: opacity .2s linear, border-color .2s linear;
  display: flex;
}

.nav-link-2:hover {
  border-bottom: 4px solid var(--primary);
  opacity: 1;
  color: var(--light);
}

.nav-link-2.w--current {
  background-color: var(--white7);
  opacity: 1;
  color: var(--light);
}

.upper-header {
  z-index: 999;
  background-color: #17161b00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.header-logo {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-h {
  background-color: #ffffff85;
  width: 2px;
  height: 12px;
  margin-left: 15px;
  margin-right: 10px;
}

.top-header-text {
  color: var(--light);
  letter-spacing: .8px;
  font-size: 10px;
  text-decoration: none;
}

.top-header-text:hover, .link-2, .link-3 {
  text-decoration: none;
}

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

.text-extra-small-footer.text-white-opacity {
  font-size: 11px;
}

.section-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.footer-links-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.tos-footer-div {
  margin-bottom: 40px;
}

.footer-links-div-pmvg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #f2f3f57d;
  text-align: left;
  font-weight: 200;
}

.cookie-banner {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110px;
  display: flex;
  position: fixed;
  bottom: 40px;
}

.cookie-banner-div {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #17161bbd;
  border-radius: 20px;
  width: 800px;
  height: 110px;
}

.reject-button {
  color: var(--primary);
  background-color: #fff0;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 500;
}

.accept-button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 13px;
  width: 150px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 500;
}

.cookie-buttons-group {
  flex-flow: column;
  justify-content: space-around;
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #fff;
  margin: 0 0 25px;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
  position: static;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.dropdown-toggle {
  opacity: .78;
  color: var(--light);
  letter-spacing: .9px;
  border-top: 2px solid #3a1f1f00;
  border-bottom: 4px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px 0 20px;
  font-size: 11px;
  font-weight: 300;
  transition: border-color .2s, opacity .2s;
  display: flex;
}

.dropdown-toggle:hover {
  border-top: 2px solid #0000;
  border-bottom: 4px solid var(--primary);
  opacity: 1;
}

.dropdown-list {
  width: 100vw;
}

.dropdown-list.w--open {
  z-index: 200;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #17161b00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.icon {
  margin-right: 10px;
}

.div-block-7 {
  width: 1200px;
  max-width: 1200px;
  height: 35vh;
}

.div-block-8 {
  z-index: 199;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #17161bcc;
  width: 100vw;
  height: 40px;
  position: fixed;
  top: 40px;
}

.div-block-9 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  display: flex;
}

.dropdown-link {
  color: #fff;
}

.div-block-11 {
  align-items: center;
  width: auto;
  max-width: 170px;
  height: 40px;
  display: flex;
}

.dropdown-toggle-2 {
  opacity: .78;
  color: var(--light);
  letter-spacing: .9px;
  border-top: 2px solid #3a1f1f00;
  border-bottom: 4px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 300;
  transition: border-color .2s, opacity .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  border-top: 2px solid #0000;
  border-bottom: 4px solid var(--primary);
  opacity: 1;
}

.div-block-8-2 {
  z-index: 199;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100vw;
  height: 40px;
  position: fixed;
  top: 0;
}

.account-text {
  color: var(--black60);
  margin-bottom: 40px;
  font-size: 14px;
}

.user-account-wrapper {
  background-color: #17161b00;
  min-height: auto;
}

.login-header-container-copy {
  background-image: linear-gradient(#0000004f, #0000004f);
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.login-header-right-copy {
  background-color: var(--light);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  min-width: 500px;
  max-width: 670px;
  height: 100vh;
  padding: 60px 20px 20px;
  display: flex;
  overflow: visible;
}

.image-12 {
  filter: invert();
  height: 70px;
}

.footer-links-home {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 15px;
}

.footer-link-home {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.footer-lonks-left-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  display: flex;
}

.body-5, .body-6, .body-7 {
  overflow: hidden;
}

.center-block-account {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.body-8 {
  overflow: hidden;
}

.image-13-copy {
  filter: invert();
}

.logbutton {
  background-color: #c0c0c000;
  font-size: 11px;
  transition: all .2s;
}

.logbutton:hover {
  color: var(--primary);
}

.footer-links-home-account {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  top: 15px;
}

.block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.field-label {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
}

.account-settings-header {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.account-button {
  background-color: var(--primary);
  color: #fff;
  font-size: 11px;
}

.submit-button-demo {
  background-color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: fixed;
  bottom: 60px;
  left: auto;
  right: auto;
}

.submit-button-demo:hover {
  background-color: var(--black);
}

.user-account-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.wrap-pnf {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  font-family: Poppins Local, sans-serif;
  display: flex;
  overflow: hidden;
}

.ip {
  font-weight: 600;
}

.imprintdiv {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: scroll;
}

.footer-link-home-top {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 9px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-home-top:hover {
  color: var(--primary);
}

.div-block-18 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.topbar {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bold-text-topbar {
  color: var(--black);
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.bold-text-topbar:hover {
  color: var(--primary);
}

.link-5 {
  text-decoration: none;
}

.link-6 {
  color: var(--primary);
  text-decoration: none;
}

.link-6.w--current {
  color: var(--black);
  text-decoration: none;
}

.topbar-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  width: 95%;
  display: flex;
  position: fixed;
  top: 15px;
}

.logo-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.main-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 600px;
  padding: 0 15px;
  display: flex;
}

.notification-div {
  border: 1.5px solid var(--primary);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.cookiesection {
  z-index: 999;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-extra-small-dark {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

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

.cookie-image {
  margin-right: 10px;
}

.notification-div-2 {
  border: 1.5px solid var(--primary);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  margin-right: 10px;
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

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

  .navbar-container-left {
    justify-content: space-between;
  }

  .navbar-container-right {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .nav-link {
    border-bottom: 2px none var(--dark);
    text-align: left;
    border-top-style: none;
    border-top-width: 0;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: block;
  }

  .nav-link:hover {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    background-color: var(--dark);
  }

  .nav-link.w--current {
    background-color: var(--light-dark);
  }

  .text-highlight {
    font-size: 14px;
  }

  .hero-platforms {
    display: flex;
  }

  .nav-action.fs-0 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-sport-image {
    max-width: 120%;
  }

  .racing-features-item, .horror-characters-item {
    width: 100%;
    min-height: 200px;
  }

  .login-header-container {
    flex-direction: column;
    min-height: auto;
  }

  .login-header-left {
    width: 100%;
    display: none;
  }

  .login-header-right {
    width: 100%;
    padding-top: 100px;
  }

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

  .store-tabs-menu {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  .store-tabs-content {
    width: 100%;
  }

  .store-tabs-title {
    flex-direction: column;
  }

  .store-tabs-title-left {
    width: 100%;
  }

  .store-tabs-title-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .store-tabs-menu-item {
    display: inline-block;
  }

  .nav-menu {
    border-bottom: 2px solid var(--white7);
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    max-height: 100vh;
    margin-top: 2px;
    padding-bottom: 58px;
    overflow: auto;
  }

  .nav-link-dropdown-icon {
    margin-right: 20px;
  }

  .nav-dropdown-games-list.w--open {
    position: static;
  }

  .menu-button-container {
    flex: 1;
  }

  .menu-button {
    width: 60px;
    height: 58px;
    margin-right: -20px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white7);
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-button-icon {
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    inset: 50% auto auto 50%;
  }

  .imprint-text, .pp-text {
    padding-bottom: 24px;
  }

  .nav-link-search-2 {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    text-align: left;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link-search-2:hover {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    background-color: var(--dark);
  }

  .nav-link-search-2.w--current {
    background-color: var(--light-dark);
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .dropdown-2 {
    display: none;
  }

  .nav-link-2 {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    text-align: left;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link-2:hover {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    background-color: var(--dark);
  }

  .nav-link-2.w--current {
    background-color: var(--light-dark);
  }

  .divider-h {
    display: none;
  }

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

  .login-header-container-copy {
    flex-direction: column;
    min-height: auto;
  }

  .login-header-right-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }

  .navbar-brand.company {
    margin-left: -10px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .hero-platforms {
    margin-left: -10px;
    margin-right: -10px;
  }

  .hero-platform {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .news-item {
    width: 100%;
  }

  .row.flex {
    flex-direction: column;
  }

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

  .footer-social {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .subscribe-socials {
    justify-content: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .button-group {
    margin-top: 20px;
  }

  .gamemodes-slides-link {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .gamemodes-slides-image-container, .header-sport-image {
    display: none;
  }

  .horror-characters-item {
    max-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .strategy-basics-tabs {
    flex-direction: column;
  }

  .strategy-basics-tabs-menu {
    width: 100%;
    max-width: 800px;
  }

  .strategy-basics-tabs-menu-item-number {
    font-size: 30px;
    position: static;
  }

  .strategy-basics-tabs-content-item {
    margin-top: 20px;
    padding-top: 50%;
  }

  .about-weapon-item, .utility-page-content {
    padding: 20px;
  }

  .footer-links {
    flex-flow: row;
    align-items: flex-start;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .footer-lonks-left {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .spacer {
    height: 20px;
  }

  .imprint-header, .pp-header {
    font-size: 22px;
  }

  .section-footer.footer {
    padding-bottom: 20px;
  }

  .footer-links-home {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-lonks-left-copy {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .footer-links-home-account {
    flex-direction: column;
  }

  .topbar, .topbar-2 {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .custom-button {
    text-align: center;
    display: block;
  }

  .nav-action.fs-0 {
    margin-right: 20px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link {
    margin-bottom: 5px;
    display: block;
  }

  .button-group {
    margin-left: 0;
    margin-right: 0;
  }

  .slider.games-nav-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-group-item {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .strategy-basics-tabs-menu-item {
    height: 50px;
  }

  .strategy-basics-tabs-menu-item-number {
    width: 52px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .strategy-basics-tabs-menu-item-header {
    font-size: 14px;
    line-height: 40px;
  }

  .footer-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-lonks-left {
    flex-flow: column;
  }

  .nav-slider-arrow.left {
    margin-left: -20px;
  }

  .nav-slider-arrow.right {
    margin-right: -20px;
  }

  .spacer {
    display: none;
  }

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

  .imprint-header {
    font-size: 18px;
    line-height: 140%;
  }

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

  .pp-header {
    font-size: 18px;
    line-height: 140%;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .login-header-right-copy {
    min-width: auto;
  }

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

  .footer-link-home, .footer-link-home-top {
    margin-bottom: 5px;
    display: block;
  }
}


@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}