@charset "UTF-8";
/*
 * Variables
 */
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/fira-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-regular.woff") format("woff"), url("../fonts/fira-sans-v10-latin-regular.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-regular.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes moveInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.sceneElement {
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}

.is-exiting.scene_element {
  transition-timing-function: ease-out;
  animation-delay: 0s;
}

.scene_element {
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-delay: 0.25s;
}

.scene_element--fadein {
  animation-name: fadeIn;
}

.scene_element--fadeinup {
  animation-name: fadeInUp;
}

.scene_element--fadeinright {
  animation-name: fadeInRight;
}

.scene_element--fadeinleft {
  animation-name: fadeInLeft;
}

.scene_element--delayed {
  animation-delay: 0.25s;
}

.is-exiting.scene_element--fadein {
  animation-name: fadeOut;
}

.is-exiting.scene_element--fadeinright {
  animation-name: fadeOutRight;
}

.is-exiting.scene_element--fadeinleft {
  animation-name: fadeOutLeft;
}

.is-exiting.scene_element--delayed {
  animation-delay: 0s;
}

.is-exiting.scene_element--noexiting {
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
  .scene_element--fadeinright-wide {
    animation-name: fadeInRight;
  }
}
.is-loading,
.is-loading a {
  cursor: progress;
}

.h2 {
  font: 900 56px/61px Upgrade;
  text-transform: uppercase;
}
.h2--red {
  color: #DD0606;
}
.h2--white {
  color: #fff;
}
.h2--bold {
  font: 900 56px/61px Upgrade;
  text-transform: uppercase;
}
.h2--thin {
  font: 30px/1.3 "Fira Sans";
}

header {
  padding: 0 45px;
  background-color: transparent;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: 0.4s ease-in-out;
}
header.sticky {
  background-color: white;
}
header.sticky .navbar-toggler {
  color: #505050;
}
header.sticky nav.navbar .navbar-collapse li.nav-item.menu-lang::before {
  background-color: #505050;
  top: 13px;
  height: 20px;
}
header.sticky nav.navbar .navbar-collapse a.nav-link {
  color: #505050;
  font: 20px/20px Upgrade;
  padding: 10px 0 15px 0;
}
header.sticky nav.navbar .navbar-collapse a.nav-link:hover {
  border-bottom: 3px solid #DD0606;
}
header.sticky nav.navbar .navbar-collapse .active a.nav-link {
  border-bottom: 3px solid #DD0606;
  color: #505050;
}
header.sticky nav.navbar .navbar-collapse .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  border-bottom: none;
  color: #DD0606;
}
header nav.navbar .navbar-collapse {
  flex-direction: row-reverse;
}
header nav.navbar .navbar-collapse li.nav-item {
  margin: 9px 15px 0 15px;
}
header nav.navbar .navbar-collapse li.nav-item.menu-lang {
  position: relative;
  margin-left: 20px;
}
header nav.navbar .navbar-collapse li.nav-item.menu-lang::before {
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  height: 30px;
  content: "";
  width: 2px;
  background-color: white;
}
header nav.navbar .navbar-collapse li.nav-item.dropdown > a.nav-link {
  border-bottom: 3px solid transparent;
}
header nav.navbar .navbar-collapse li.nav-item.dropdown > a.nav-link:after {
  display: inline-block;
  margin-left: 0;
  position: absolute;
  vertical-align: 0.255em;
  content: "";
  bottom: 0;
  left: calc(50% - 10px);
  border-bottom: 10px solid #222222;
  border-right: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid transparent;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
header nav.navbar .navbar-collapse li.nav-item.dropdown:hover > a.nav-link {
  border-bottom: 3px solid transparent;
}
header nav.navbar .navbar-collapse li.nav-item.dropdown:hover > a.nav-link:after {
  opacity: 1;
}
header nav.navbar .navbar-collapse .active a.nav-link {
  border-bottom: 3px solid #DD0606;
}
header nav.navbar .navbar-collapse a.nav-link {
  color: white;
  font: 20px/20px Upgrade;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
header nav.navbar .navbar-collapse a.nav-link:hover {
  border-bottom: 3px solid #DD0606;
}
header nav.navbar .navbar-collapse a.nav-link:focus {
  background: none;
}
header nav.navbar .navbar-collapse .dropdown-menu {
  background-color: #222222;
  border: none;
  border-radius: 5px;
  padding: 0;
  margin-top: 0;
  margin-left: -20px;
  display: flex;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
  min-width: 100px;
  pointer-events: none;
}
header nav.navbar .navbar-collapse .dropdown-menu.show {
  opacity: 1;
  pointer-events: all;
}
header nav.navbar .navbar-collapse .dropdown-menu li {
  border-bottom: none;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0 !important;
}
header nav.navbar .navbar-collapse .dropdown-menu a.dropdown-item {
  color: white;
  text-transform: none;
  font: 17px/17px Upgrade;
  font-weight: 300;
  border-top: 0;
  border-bottom: 0;
  padding: 10px 15px;
}
header nav.navbar .navbar-collapse .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  border-bottom: none;
  color: #DD0606;
}
header nav.navbar .navbar-collapse .dropdown-menu a.dropdown-item i {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  header.sticky {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }

  header.sticky nav.navbar .navbar-collapse li.nav-item.menu-lang::before {
    display: none;
  }

  header nav.navbar {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    text-align: center;
  }
  header nav.navbar:active {
    bottom: 0;
    overflow-y: scroll;
  }
  header nav.navbar .navbar-collapse {
    position: absolute;
    width: 100vw;
    left: 0;
    align-items: center;
    background-color: white;
    justify-content: center;
    top: 0;
  }
  header nav.navbar .navbar-collapse a.nav-link {
    color: #101010;
    display: inline-block;
  }
  header nav.navbar .navbar-collapse li.nav-item.dropdown > a.nav-link:after {
    display: none;
  }
  header nav.navbar .navbar-collapse .dropdown-menu {
    opacity: 1;
    transform: none;
    justify-content: center;
    background-color: transparent;
    margin: 0 15px;
    pointer-events: auto;
  }
  header nav.navbar .navbar-collapse .dropdown-menu li {
    border-bottom: none;
  }
  header nav.navbar .navbar-collapse .dropdown-menu li a.dropdown-item {
    color: #101010;
    padding: 10px 15px;
  }
  header nav.navbar .navbar-collapse .dropdown-menu li a.dropdown-item i {
    font-size: 25px;
    margin-right: 0;
  }
  header nav.navbar .navbar-collapse .dropdown-menu li a.dropdown-item span {
    display: none;
  }
  header nav.navbar .navbar-collapse .dropdown-menu:before {
    display: none;
  }

  .navbar-toggler[aria-expanded=true] {
    background-color: white;
    color: #101010;
  }
  .navbar-toggler[aria-expanded=true] .fa-bars:before {
    content: "";
  }

  header.sticky nav.navbar .navbar-collapse a.nav-link {
    color: #101010;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
  }
}
.list-games {
  padding: 104px 30px;
  justify-content: center;
}
.list-games__title {
  margin-bottom: 26px;
  font: bolder 2.5rem/1 "Upgrade";
  text-transform: uppercase;
  text-align: center;
}
.list-games .game {
  padding: 8px;
}
.list-games .game .info-game {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  right: 100%;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  font: 27px/38px Upgrade;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(221, 6, 6, 0.75) !important;
  overflow: hidden;
}
.list-games .game .info-game .btn {
  color: white;
  border: 1px solid white;
  font: 16px Upgrade;
  padding: 3px 15px;
  background-color: transparent;
}
.list-games .game .info-game .btn:hover {
  color: #DD0606;
  border-color: white;
  background-color: white;
}
.list-games .game a {
  position: relative;
  padding-top: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}
.list-games .game a:hover .info-game {
  right: 0;
}
.list-games .game img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-games .game .title-game {
  font: 900 1.1rem/1.2 Upgrade;
}

@media screen and (min-width: 576px) {
  .list-games .game .title-game {
    font: 900 1.3rem/1.2 Upgrade;
  }
  .list-games .game .info-game .btn {
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .list-games .game .title-game {
    font: 900 1.7rem/1.2 Upgrade;
  }
}
#smartWidget0 {
  margin-bottom: 70px;
}
#smartWidget0 table {
  border: none !important;
  text-align: center;
}
#smartWidget0 th, #smartWidget0 tr, #smartWidget0 td {
  border: none;
  transition: background 0.3s, color 0.3s;
  background-color: #fff !important;
}
#smartWidget0 th {
  display: none;
}
#smartWidget0 tr {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
#smartWidget0 nobr {
  background-color: #fff !important;
  font: 900 30px/1 Upgrade;
  text-transform: uppercase;
}
#smartWidget0 td {
  cursor: pointer;
  font: 16px/1 500 Upgrade !important;
  text-transform: uppercase;
}
#smartWidget0 td.srJobListJobTitle {
  font-size: 22px;
  padding: 20px 15px 10px;
}
#smartWidget0 td.srJobListLocation {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid red;
}
#smartWidget0 tr:hover td {
  background: #DD0606 !important;
  color: #fff !important;
}

@media screen and (min-width: 576px) {
  #smartWidget0 {
    margin-bottom: 150px;
  }
  #smartWidget0 table {
    text-align: left;
  }
  #smartWidget0 th, #smartWidget0 tr, #smartWidget0 td {
    padding: 10px 15px;
  }
  #smartWidget0 th {
    display: table-cell;
    padding-bottom: 20px;
  }
  #smartWidget0 tr {
    display: table-row;
  }
  #smartWidget0 td {
    cursor: pointer;
    font: 16px/1 500 Upgrade !important;
    text-transform: uppercase;
  }
  #smartWidget0 td.srJobListJobTitle {
    font-size: inherit;
    padding: 15px;
  }
  #smartWidget0 td.srJobListLocation {
    font-weight: inherit;
    font-size: inherit;
    padding: 10px 15px;
    border-bottom: none;
  }
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #DD0606;
  z-index: 20;
}
.logo .slogan {
  margin-top: 5px;
}
.logo--header {
  position: absolute;
  top: 0;
  width: 140px;
  height: 60px;
  left: 0;
  padding: 0 25px;
}
.logo--footer {
  background: none;
  padding: 0;
  width: 160px;
  margin: 0 0 13px;
}

@media (min-width: 576px) {
  .logo--header {
    width: 230px;
    height: 86px;
    left: 45px;
  }
  .logo--header .slogan {
    display: block;
  }
  .logo--footer {
    background: none;
    padding: 0;
    width: 160px;
    margin: 0 6.5px;
  }
}
.block {
  min-height: 600px;
  margin-bottom: 78px;
}
.block.block--careers {
  margin-bottom: 0;
}
.block__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
}
.block__title {
  font: 900 56px/61px "Upgrade";
  margin-bottom: 13px;
  text-transform: uppercase;
}
.block__content {
  background-color: #fff;
  padding: 52px 0;
}
.block--reversed .block__row {
  flex-direction: row-reverse;
}
.block--about {
  margin-bottom: 0;
}
.block--about .member img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.block--about .block__btn {
  border-color: #222222;
  color: #222222;
  transition: all 0.5s;
}
.block--about .block__btn:hover {
  background-color: #222;
  color: #fff;
}
.block--map {
  margin-bottom: 0;
}
.block--map .block__address {
  color: #fff;
}
.block--map .block__map {
  padding: 0;
  padding-bottom: inherit;
  min-height: 362px;
}
.block--map .block__ggmap {
  width: 100%;
  height: 100%;
}
.block--red .block__content {
  background-color: #DD0606;
  color: #fff;
}
.block--grey .block__content {
  background-color: #484848;
  color: #fff;
}
.block--grey .block__btn {
  border-color: #fff;
  color: #fff;
}
.block--grey .block__btn:hover {
  background-color: #fff;
  color: #484848;
}

@media screen and (min-width: 576px) {
  .block__img {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 78px;
  }
  .block--map .block__map {
    min-height: 725px;
  }
}
@media screen and (min-width: 1200px) {
  .block__img {
    padding-bottom: inherit;
    min-height: 725px;
  }
  .block__content-inner {
    max-width: 75%;
  }
  .block--map .block__map {
    min-height: 725px;
  }
}
.card {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.card:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(221, 6, 6, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.card__title {
  font: 900 24px/61px Upgrade;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
}
.card__picture {
  position: relative;
  z-index: 0;
}
.card__btn {
  color: white;
  border: 1px solid white;
  font: 20px Upgrade;
  padding: 5px 20px;
  background-color: transparent;
  transition: all 0.3s;
}
.card__btn:hover {
  background-color: #fff;
  color: #DD0606;
}
.card--game {
  margin-bottom: 19.5px;
}
.card--game:hover .card__overlay {
  transform: translateX(0);
}
.card > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-list--games {
  margin-bottom: 91px;
}
.card-list--games .card-list__title {
  margin: 0 0 39px 0;
}
.card-list--games .card-list__btn {
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin: 10px 0;
  padding: 12px 28px;
  margin-top: 52px;
  border: 2px solid #222222;
  transition: all 0.5s;
}
.card-list--games .card-list__btn:hover {
  background-color: #222222;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .card-list--games .card-list__title {
    margin-left: 32.5px;
  }
}
.footer {
  background-color: #101010;
  color: white;
  padding: 45px 0 13px;
  position: relative;
  z-index: 10;
}
.footer__social-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 26px;
}
.footer__social a {
  width: 34px;
  height: 34px;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
}
.footer__social a:hover {
  color: #DD0606;
}
.footer__social a i {
  font-size: 30px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.footer__nav li {
  margin-bottom: 0;
  text-transform: uppercase;
  list-style: none;
  margin: 13px;
  padding: 0;
}
.footer__nav li a {
  font: 14px/20px "Fira Sans";
  font-weight: 300;
  color: #A3A3A3;
}
.footer__nav li a:hover {
  color: #DD0606;
}

@media screen and (min-width: 768px) {
  .footer__social-title {
    flex-direction: row;
  }
  .footer__social {
    margin-bottom: 104px;
  }
  .footer__nav {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer__nav li {
    margin: 6.5px;
  }
  .footer__nav li a {
    font-size: 12px;
  }
}
.map-bloc .the-content {
  padding: 120px 65px;
  background-color: #DD0606;
  color: white;
}
.map-bloc .the-content .max-width {
  margin-left: auto;
}
.map-bloc .the-content h1 {
  margin-bottom: 15px;
}
.map-bloc #google-map {
  height: 100%;
  width: 100%;
  z-index: 50;
  min-height: 400px;
}

.midmark {
  position: fixed;
  width: 75px;
  height: 3px;
  background: yellow;
  right: 0;
  z-index: 99999;
}

.game-hero {
  position: relative;
  width: 100%;
}
.game-hero__content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 0;
  transition: top 0.5s;
}
.game-hero__logo {
  margin-bottom: 20px;
}
.game-hero__title {
  font-family: "Upgrade";
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.game-hero__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.game-hero--mobile {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-hero--mobile .game-hero__content {
  position: absolute;
  transform: translateY(-40%);
  z-index: 5;
}
.game-hero--mobile .game-hero__logo {
  width: auto;
  max-width: 350px;
  max-height: 100px;
}
.game-hero--mobile .game-hero__title {
  color: #fff;
}
.game-hero--mobile .game-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.game-hero--mobile .game-hero__bg {
  background-color: #fff;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.game-hero--desktop {
  min-height: 400vh;
}
.game-hero--stopped {
  position: absolute;
}

.scroll-helper {
  width: 0px;
  height: 0px;
  background: transparent;
  position: fixed;
  z-index: -1;
  top: 50vh;
}

.game-highlights {
  position: relative;
  padding: 90px 0;
}
.game-highlights__title {
  font: 40px/46px Upgrade;
  font-weight: normal;
  letter-spacing: 0px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.game-highlights__list {
  flex-direction: column;
  padding: 90px 0;
}
.game-highlights__item {
  margin-bottom: 80px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.game-highlights__item:last-child {
  margin-bottom: 0;
}
.game-highlights__video, .game-highlights__image {
  margin-bottom: 20px;
  width: 100%;
}
.game-highlights__content {
  color: #fff;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .game-highlights {
    padding: 0;
  }
  .game-highlights__title {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 210px;
    right: 50px;
    max-width: 400px;
    text-align: right;
    padding: 0;
  }
  .game-highlights__item {
    opacity: 0.5;
    margin-bottom: 120px;
    transform: scale(0.85);
  }
  .game-highlights__item:nth-child(odd) {
    margin-left: 50px;
  }
  .game-highlights__item.active {
    opacity: 1;
    transform: scale(1);
  }
}
.game-features {
  padding: 50px 0;
  position: relative;
}

.game-feature {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.game-feature__image {
  width: 100%;
  margin-bottom: 20px;
}
.game-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-feature__phone {
  left: 50%;
  transform: translateX(-50%) scale(0.85);
}

@media (min-width: 768px) {
  .game-feature {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .game-features {
    padding: 150px 0;
  }

  .game-feature {
    margin-bottom: 120px;
  }
  .game-feature__phone {
    transform: inherit;
  }
  .game-feature:nth-child(odd) .game-feature__phone {
    left: 13%;
  }
  .game-feature:nth-child(even) .game-feature__phone {
    left: -180%;
  }
}
@media (min-width: 1200px) {
  .game-feature:nth-child(even) .game-feature__phone {
    left: -130%;
  }
}
.phone::after {
  content: "";
  box-shadow: 0px 0px 20px #000;
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  z-index: 0;
  top: 10px;
  border-radius: 150px;
  background-color: transparent;
}
.phone__gamelogo {
  width: 50vw;
  margin-bottom: 20px;
}
.phone__title {
  color: white;
  font-family: "Upgrade";
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.phone__content {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.phone__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.phone__frame {
  position: absolute;
  background: url("../images/phone.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.phone__overlay {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: calc(100% - 15px);
  z-index: 5;
  top: 10px;
  right: 10px;
  border-radius: 150px;
  background: #000;
}
.phone__bg {
  position: absolute;
  background: url("../phone.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% - 15px);
  top: 10px;
  right: 10px;
  border-radius: 150px;
  z-index: 2;
}
.phone__video-wrap {
  border-radius: 70px;
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(100% - 90px);
  height: calc(100% - 30px);
  overflow: hidden;
  margin-left: calc(-50% + 45px);
}
.phone__video {
  border-radius: 70px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.phone__shadow {
  position: absolute;
  left: 0;
  bottom: -170px;
  width: 100%;
  height: 15px;
  background: #000;
  filter: blur(20px);
  border-radius: 50%;
  transform: scale(1);
}
.phone__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) scale(2);
  transition: top 0.5s;
  z-index: -1;
}
.phone--large {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1750px;
  height: 825px;
}
.phone--medium {
  position: relative;
  width: 1202px;
  height: 567px;
  z-index: 1;
}
.phone--medium::after {
  border-radius: 60px;
  width: 1202px;
  right: 0;
}
.phone--medium .phone__frame {
  top: 0;
  width: 1202px;
  right: 0;
}
.phone--medium .phone__bg {
  width: 1202px;
  border-radius: 70px;
  right: 0;
}
.phone--small {
  position: relative;
  width: 895px;
  height: 423px;
  z-index: 1;
}
.phone--small::after {
  border-radius: 60px;
  width: 895px;
  right: 0;
}
.phone--small .phone__frame {
  top: 0;
  width: 895px;
  right: 0;
}
.phone--small .phone__bg {
  width: 895px;
  border-radius: 60px;
  right: 0;
}
.phone--responsive {
  width: 100%;
}
.phone--responsive .phone__frame {
  display: none;
  width: 100%;
}
.phone--responsive .phone__bg {
  width: 100%;
  border-radius: 0;
  background-position: center;
}
.phone--noframe::after {
  display: none;
}
.phone--noframe .phone::after, .phone--noframe .phone__shadow, .phone--noframe .phone__frame {
  display: none;
}
.phone--noframe .phone__bg, .phone--noframe .phone__overlay {
  border-radius: 0;
}
.phone--caption-visible .phone__caption {
  top: -25%;
}

.game-review {
  position: relative;
  padding: 90px 0;
  background: transparent linear-gradient(139deg, #004D86 0%, #013453 100%) 0% 0% no-repeat padding-box;
}
.game-review__image {
  display: block;
  margin-bottom: 50px;
}
.game-review__phone {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.5s;
  width: 100%;
  margin-bottom: 75px;
}
.game-review__quote {
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  font-family: "Fira Sans";
}
.game-review__quote::before, .game-review__quote::after {
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  z-index: 0;
  opacity: 0.1;
  line-height: 0;
  font-family: "Upgrade";
}
.game-review__quote::before {
  content: "«";
  top: -12px;
  left: -50px;
}
.game-review__quote::after {
  content: "»";
  bottom: 15px;
  right: 0;
}
.game-review__author {
  font-weight: 900;
  color: #ffffff;
  font-size: 30px;
}
.game-review--desktop-game {
  background-size: cover;
  background-position: center;
}
.game-review--desktop-game .game-review__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.game-review--desktop-game .game-review__author {
  text-align: right;
}

@media (min-width: 992px) {
  .game-review {
    padding: 140px 0;
  }
  .game-review__image {
    display: none;
  }
  .game-review__phone {
    display: block;
    transform: scale(0.75);
  }
  .game-review__quote {
    font-size: 30px;
  }
  .game-review--revealed .game-review__phone {
    transform: rotate(-5deg) scale(1);
  }
  .game-review--desktop-game {
    padding: 400px 0;
  }
}
.game-related {
  padding: 65px 0;
}
.game-related__title {
  text-align: center;
  font-weight: 900;
  font-size: 56px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .game-related {
    padding: 120px 0;
  }
}
@media print {
  .wow {
    visibility: visible;
  }
}
/*
 * Variables
 */
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/fira-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-regular.woff") format("woff"), url("../fonts/fira-sans-v10-latin-regular.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-regular.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
@media (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .gallery-bloc .game-gallery a {
    width: 640px;
    height: 315px;
  }
  .gallery-bloc .game-gallery a img {
    width: 605px;
    height: 285px;
  }

  .bloc-info {
    text-align: center;
  }
  .bloc-info .title-info h2 {
    margin: auto;
    border-bottom: 4px solid #DD0606;
  }
  .bloc-info .content-info {
    border-left: none;
    margin-top: 10px;
    padding-right: 25px;
  }
}
@media (max-width: 1023px) {
  .quote-section .quote {
    margin: 30px 40px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .text-left, .container.text-left .the-content p {
    text-align: center !important;
  }

  .bloc-columns .bloc-column h2 {
    min-height: auto;
    margin-top: 35px;
  }

  #banner {
    min-height: 75vh;
  }

  .form-section .gform_wrapper form ul.gform_fields.top_label li.gfield {
    padding-left: 16px;
  }

  .games-list .list-games {
    margin-bottom: 40px;
  }

  #banner .carousel-indicators {
    padding-left: 30px;
    padding-right: 30px;
  }
  #banner .carousel-indicators .list-inline-item {
    margin: 0;
  }
  #banner .carousel-indicators .list-inline-item span.title_indicator {
    display: none;
  }

  .games-list .container-fluid .row .game {
    width: 33%;
  }

  .quote-section {
    margin-top: 60px;
  }

  .bloc-columns .bloc-column {
    padding-top: 50px;
  }

  .gallery-bloc {
    padding-bottom: 0;
  }
  .gallery-bloc .game-gallery {
    padding: 100px 0;
  }
  .gallery-bloc .game-nav {
    padding: 0 0 100px 0 !important;
  }
  .gallery-bloc .game-nav .slick-slide {
    margin: 0 5px;
  }
  .gallery-bloc .game-nav .slick-slide img {
    margin: 0;
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .team-member {
    margin-top: 0;
  }

  .page-template-single-career .info-job {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 25px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-template-single-career .info-job div {
    margin-right: 10px;
  }
  .page-template-single-career .info-job div.bottom-info {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page-template-single-career .info-job div.bottom-info .share-bloc {
    margin-right: 0;
  }
  .page-template-single-career .info-job div.bottom-info .btn-apply {
    margin-right: 30px;
  }

  .bloc-career .career-title {
    font-weight: bold;
  }
  .bloc-career .career-time, .bloc-career .career-location {
    font-size: 14px;
    line-height: 14px;
  }

  .careers-section {
    margin-bottom: 30px;
  }

  .team-member .the-content .max-width {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  #banner_page {
    min-height: 250px;
  }

  .games-list .list-games {
    padding-left: 8px;
    padding-right: 8px;
  }

  .quote-section .quote .author-quote.big-author {
    font-size: 25px;
    line-height: 30px;
  }

  .quote-section .quote::before {
    left: -55px;
  }

  .single-game .quote-section .quote .content-quote {
    font-size: 20px;
    line-height: 35px;
  }

  .content-bloc,
.page-template-single-career .detail-job {
    padding-bottom: 30px;
  }

  .bloc-columns .bloc-column {
    padding-top: 30px;
  }

  .page-template-single-career .careers-list {
    margin: 40px 0;
  }

  .page-template-single-career .careers-list h2 {
    margin-bottom: 20px;
  }

  .careers-section {
    margin-bottom: 80px;
    margin-top: 40px;
  }

  .page-template-single-career .detail-job .content-job h2,
.careers-section h2, .page-template-single-career h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .page-template-single-career .info-job > div {
    flex-basis: 46%;
  }

  .careers-section .career a .career-location {
    text-align: left;
  }

  .call-to-action .the-content, .team-member .the-content, .map-bloc .the-content {
    margin-top: 0;
    padding: 40px 30px;
  }

  .team-member .the-content .max-width,
.map-bloc .the-content .max-width {
    margin-left: 0;
  }

  #header {
    padding: 0;
  }
  #header nav.navbar .navbar-collapse {
    padding-top: 80px;
  }

  .gallery-bloc .game-gallery a {
    width: 95%;
    height: auto;
    padding-top: 48%;
  }
  .gallery-bloc .game-gallery a img {
    width: 95%;
    height: 90%;
    position: absolute;
    margin: auto;
    top: 6%;
    left: 3%;
  }

  #banner #carouselBanner .the-content {
    margin: auto;
  }

  .bloc-title h1.sup_title + h1.title {
    margin-left: 0;
  }

  .gallery-bloc .game-gallery {
    padding: 100px 0 30px 0;
  }

  #banner_page .the-content h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }

  #banner_game .the-content h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .bloc-title h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .bloc-title h1.sup_title {
    font-size: 23px;
    line-height: 27px;
  }

  .content-bloc h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .quote-section .quote .title-quote {
    font-size: 25px;
    line-height: 31px;
  }

  .page-template-front-page .page-content {
    padding-top: 50px;
  }

  .careers-section .careers-list .btn, .page-template-single-career .careers-list .btn,
.btn {
    font-size: 15px;
    line-height: 20px;
  }

  footer .menu-footer ul {
    margin-bottom: 60px;
    margin-top: 0;
    justify-content: flex-start;
  }
  footer .menu-footer ul li {
    width: 33%;
    text-align: center;
    margin-top: 15px;
  }
  footer .menu-footer ul li a {
    font-size: 18px;
    line-height: 18px;
  }

  .form-section .gform_wrapper #gform_preview_1_9 {
    flex-wrap: wrap;
  }
  .form-section .gform_wrapper #gform_preview_1_9 div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-section .gform_wrapper #gform_preview_1_9 div:nth-child(2n) {
    margin-left: 0;
  }

  .map-bloc {
    margin-top: 0;
  }
  .map-bloc .the-content {
    padding: 40px 30px;
  }

  .games-list .container-fluid .row .game {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .gallery-bloc .game-gallery a .overlay-mobile i {
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page-template-single-career .career a .career-location {
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .page-template-single-career .info-job > div {
    flex-basis: 100%;
  }

  #banner_game .the-content img,
#banner #carouselBanner .the-content .logo-game {
    max-width: 100%;
  }

  .gallery-bloc .game-gallery a .overlay-mobile {
    display: none;
  }

  .gallery-bloc .game-gallery a {
    width: 100%;
    padding-top: 70%;
  }
}
@media (max-width: 1200px) {
  header nav.navbar .navbar-collapse a.nav-link {
    font-size: 16px !important;
  }
}
@media (max-width: 1023px) {
  #banner #carouselBanner .the-content .logo-game {
    width: auto;
    max-width: 350px !important;
    max-height: 100px !important;
  }
}
.cmplz-manage-consent {
  display: none;
}

html, body {
  font: Light 20px/30px Fira Sans;
  color: black;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #DD0606;
  transition: 0.4s ease-in-out;
}
a:hover {
  color: #101010;
}

.wow-hidden {
  visibility: hidden;
}

*:focus {
  outline: none;
}

.single-game header nav.navbar .navbar-collapse li.nav-item.menu-game a {
  border-bottom: 3px solid #DD0606;
}
.single-game header.sticky nav.navbar .navbar-collapse li.nav-item.menu-game a {
  border-bottom: 3px solid #DD0606;
  color: #505050;
}

.navbar-toggler {
  font-size: 2rem;
  color: white;
  margin-top: 8px;
  position: relative;
  z-index: 15;
  transition: 0.4s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon {
  height: auto;
  width: auto;
}

#banner_page, #banner_game {
  min-height: 450px;
  position: relative;
  display: flex;
}
#banner_page .bg_img, #banner_page .overlay, #banner_game .bg_img, #banner_game .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
#banner_page .bg_img, #banner_game .bg_img {
  background-size: cover !important;
  z-index: 1;
}
#banner_page .bg_video, #banner_game .bg_video {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
#banner_page .overlay, #banner_game .overlay {
  z-index: 3;
}
#banner_page .the-content, #banner_game .the-content {
  position: relative;
  z-index: 10;
}
#banner_page .the-content h1, #banner_game .the-content h1 {
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

#banner_game {
  min-height: 700px;
}
#banner_game .btns {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  margin: 0 4px;
  flex-wrap: wrap;
}
#banner_game .the-content {
  max-width: 380px;
  flex-direction: column;
  margin: auto;
}
#banner_game .the-content img {
  max-width: 405px;
}
#banner_game .the-content h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font: 30px/36px Upgrade;
  font-weight: 900;
}

.page-template-games #banner #carouselBanner .the-content {
  margin: auto;
}
.page-template-games #banner #carouselBanner .the-content .title {
  font: 30px/36px Upgrade;
  font-weight: 900;
  margin-bottom: 15px;
}
.page-template-games .games-list .list-games {
  margin-top: 70px;
}
.page-template-games .game {
  padding: 8px;
}

.card-list--games .game {
  padding: 8px;
}
.card-list--games .game a.card--game {
  margin-bottom: 0;
}

#banner {
  min-height: 100vh;
  position: relative;
}
#banner #carouselBanner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#banner #carouselBanner .carousel-inner {
  height: 100%;
  width: 100%;
}
#banner #carouselBanner .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
#banner #carouselBanner .bg_img, #banner #carouselBanner .overlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
#banner #carouselBanner .bg_img {
  background-size: cover !important;
  z-index: 1;
}
#banner #carouselBanner .bg_video {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
#banner #carouselBanner .overlay {
  opacity: 0.7;
  z-index: 3;
}
#banner #carouselBanner .the-content {
  position: relative;
  z-index: 4;
  display: flex;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  max-width: 380px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;
}
#banner #carouselBanner .the-content .logo-game {
  max-height: 198px;
  max-width: 375px;
  margin-bottom: 30px;
}
#banner #carouselBanner .the-content .btns {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 0 4px;
  flex-wrap: wrap;
}
#banner #carouselBanner .the-content .btns .btn {
  margin: 0 10px;
  min-width: 120px;
  text-align: center;
}
#banner #carouselBanner .the-content span {
  display: block;
  text-transform: uppercase;
  font: 20px/25px Upgrade;
  font-weight: 900;
  margin-bottom: 20px;
}
#banner .carousel-indicators {
  bottom: 0;
  position: absolute;
  z-index: 5;
  display: flex;
  margin: auto;
  padding: 0 70px 40px 70px;
  justify-content: space-between;
  align-items: flex-end;
}
#banner .carousel-indicators .list-inline-item {
  display: flex;
  cursor: pointer;
  margin: 0 10px;
  height: auto;
  background-color: transparent;
  border: none;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  color: white;
  width: 100%;
  opacity: 0.5;
  text-indent: 0;
  transition: 0.4s ease-in-out;
}
#banner .carousel-indicators .list-inline-item:hover {
  opacity: 1;
}
#banner .carousel-indicators .list-inline-item:hover span {
  color: #DD0606;
}
#banner .carousel-indicators .list-inline-item.active {
  opacity: 1;
}
#banner .carousel-indicators .list-inline-item span {
  transition: transition;
  font: 500 17px/16px Upgrade;
  letter-spacing: 0px;
  display: block;
  padding-bottom: 12px;
}
#banner .carousel-indicators .list-inline-item .bar {
  background: white;
  padding-bottom: 0;
  height: 5px;
  display: block;
  width: 100%;
  position: relative;
}
#banner .carousel-indicators .list-inline-item .bar span {
  position: absolute;
  height: 5px;
  width: 0%;
  padding-bottom: 0;
  top: 0;
  background-color: #DD0606;
  left: 0;
}

.page-template-front-page .page-content {
  padding-top: 125px;
}

.page-content {
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
}

a {
  transition: 0.4s ease-in-out;
}

*:focus {
  outline: none;
}

.btn {
  display: inline-block;
  text-align: left;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  font: 20px/20px Upgrade;
  font-weight: bold;
  border: 2px solid white;
  margin-top: 20px;
  border-radius: 0;
  padding: 7px 28px;
}
.btn:hover {
  background-color: white;
  color: #222222;
}

.btn-apple_store {
  display: block;
  background: transparent url("../images/applestore_button.svg") no-repeat center center;
  width: 156px;
  height: 52px;
}

.btn-google_play {
  display: block;
  background: transparent url("../images/googleplay.svg") no-repeat center center;
  width: 176px;
  height: 52px;
}

.btn-steam_link {
  font: 20px/16px "Fira Sans";
  font-weight: 300;
  max-width: 280px;
  width: auto;
  text-transform: none;
  display: flex;
  align-items: center;
  margin-top: 0;
  border-radius: 9px;
  border: 1px solid #fff;
}
.btn-steam_link i {
  margin-right: 12px;
  font-size: 29px;
}

#bloc-title {
  margin-bottom: 42px;
}

.bloc-title {
  margin-bottom: 10px;
}
.bloc-title h1 {
  color: #DD0606;
  font: 56px/61px Upgrade;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.bloc-title h1.sup_title {
  font: 30px/34px "Fira Sans";
  font-weight: 100;
  letter-spacing: 0px;
  color: #101010;
  text-transform: uppercase;
}
.bloc-title h1.sup_title + h1.title {
  margin-left: 50px;
}

.p {
  padding-bottom: 10px;
}

.page-template-front-page .games-list .bloc-title h1 {
  text-align: left;
  margin-bottom: 0;
}
.page-template-front-page .games-list .bloc-title h1.title {
  color: #DD0606;
}

.games-list .bloc-title h1 {
  color: #101010;
  text-align: center;
  margin-bottom: 34px;
  margin-left: 0;
}
.games-list .container-fluid .row .game {
  width: 20%;
}
.games-list .btn {
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin: 10px 0;
  padding: 12px 28px;
  border: 2px solid #222222;
}
.games-list .btn:hover {
  background-color: #222222;
  color: white;
}

#smoothup {
  cursor: pointer;
  z-index: 98;
  right: 16px;
}

.bloc-info {
  margin: 80px 0;
  padding: 30px 0;
  background-color: #E8E8E8;
}
.bloc-info .content-info {
  font: 18px/30px "Fira Sans";
  display: flex;
  align-items: center;
  font-weight: 300;
  padding-left: 25px;
  border-left: 4px solid #DD0606;
}
.bloc-info .title-info {
  display: flex;
  align-items: center;
}
.bloc-info .title-info h2 {
  font: 36px/46px Upgrade;
  font-weight: 900;
}

.bloc-columns .bloc-column {
  padding-top: 100px;
  text-align: center;
  font: 18px/30px "Fira Sans";
  font-weight: 300;
}
.bloc-columns .bloc-column h2 {
  font: 26px/36px Upgrade;
  font-weight: bold;
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  justify-content: center;
}

.container.text-left .the-content p {
  text-align: left;
}

.content-bloc {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content-bloc h2 {
  text-align: center;
  font: 36px/46px Upgrade;
  letter-spacing: 0px;
  font-weight: 900;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.content-bloc video {
  width: 100%;
}
.content-bloc .the-content p {
  text-align: center;
  font: 22px/35px "Fira Sans";
  letter-spacing: 0px;
  font-weight: 300;
}
.content-bloc .btn {
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin: 26px 0 10px 0;
  padding: 12px 28px;
  border: 2px solid #222222;
  text-align: center;
}
.content-bloc .btn:hover {
  background-color: #222222;
  color: white;
}

.single-game .quote-section .img-author img {
  max-width: 90%;
}
.single-game .quote-section .quote .content-quote {
  font: 30px/45px "Fira Sans";
  font-weight: 300;
}
.single-game .quote-section .quote .content-quote p {
  padding-bottom: 15px;
}
.single-game .games-list .row:not(.list-games) .btn {
  margin-bottom: 70px;
}

.quote-section {
  margin-top: 90px;
  margin-bottom: 30px;
}
.quote-section .img-author {
  position: relative;
}
.quote-section .img-author img {
  max-width: 80%;
}
.quote-section .quote {
  position: relative;
  padding-top: 43px;
}
.quote-section .quote .title-quote {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  font-family: Upgrade;
  letter-spacing: 0px;
  color: #101010;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.quote-section .quote .content-quote {
  font: 18px/30px "Fira Sans";
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.quote-section .quote .content-quote * {
  color: #101010;
}
.quote-section .quote .content-quote p {
  padding-bottom: 30px;
}
.quote-section .quote .author-quote {
  position: relative;
  z-index: 2;
  font: 18px/30px "Fira Sans";
  font-weight: 300;
}
.quote-section .quote .author-quote.big-author {
  font: 30px/36px Upgrade;
  font-weight: 900;
  text-align: right;
  color: #101010;
}
.quote-section .quote .author-quote::before {
  content: "- ";
  display: inline-block;
  margin-right: 5px;
}
.quote-section .quote::before {
  position: absolute;
  top: -65px;
  left: -80px;
  content: "«";
  text-align: left;
  font: 160px/160px Upgrade;
  font-weight: 900;
  letter-spacing: 0px;
  color: #EBE8E8;
  opacity: 1;
  z-index: 1;
}
.quote-section .quote::after {
  content: "»";
  text-align: left;
  top: calc(100% - 151px);
  position: absolute;
  right: -52px;
  font: 160px/160px Upgrade;
  font-weight: 900;
  letter-spacing: 0px;
  color: #EBE8E8;
  z-index: 1;
  opacity: 1;
}

.form-section {
  padding-top: 60px;
  font: 22px/35px "Fira Sans";
  letter-spacing: 0px;
  font-weight: 300;
  color: #101010;
}
.form-section .gform_wrapper {
  margin-top: 0;
}
.form-section .gform_wrapper #gform_preview_1_9 {
  display: flex;
}
.form-section .gform_wrapper #gform_preview_1_9 div {
  width: calc(50% - 8px);
  margin-right: 8px;
  background-color: #DD0606;
  color: white;
  border-radius: 10px;
  font: 16px/16px Upgrade;
  padding: 10px;
  font-weight: 300;
  position: relative;
}
.form-section .gform_wrapper #gform_preview_1_9 div:nth-child(2n) {
  margin-right: 0px;
  margin-left: 8px;
}
.form-section .gform_wrapper #gform_preview_1_9 div .gform_delete {
  position: absolute;
  right: 10px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(81deg) brightness(109%) contrast(103%);
}
.form-section .gform_wrapper div.validation_error {
  color: #DD0606;
  border: none;
  font: 11px/14px Upgrade;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.form-section .gform_wrapper li.gfield.gfield_error {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 16px 0 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}
.form-section .gform_wrapper li.gfield_error input, .form-section .gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 4px solid #DD0606 !important;
}
.form-section .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.form-section .gform_wrapper .validation_message {
  color: #DD0606;
  font: 11px/14px Upgrade;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  text-transform: uppercase;
  padding-right: 0 !important;
}
.form-section .gform_wrapper form {
  max-width: 570px;
  margin: 70px auto 60px auto;
}
.form-section .gform_wrapper form ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.form-section .gform_wrapper form ul.gform_fields.top_label div.ginput_container {
  margin-top: 0;
}
.form-section .gform_wrapper form ul.gform_fields.top_label li.gfield {
  margin-top: 34px;
  padding-top: 25px;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.form-section .gform_wrapper form ul.gform_fields.top_label li.gfield .gfield_label {
  color: #868686;
  margin-bottom: 0;
  font: 16px/25px "Fira Sans";
  font-weight: 300;
  position: absolute;
  top: 34px;
  transition: 0.4s ease-in-out;
}
.form-section .gform_wrapper form ul.gform_fields input, .form-section .gform_wrapper form ul.gform_fields textarea {
  border-bottom: 4px solid #222222;
  font: 18px/30px "Fira Sans";
  font-weight: 300;
}
.form-section .gform_wrapper form ul.gform_fields textarea {
  height: 200px;
}
.form-section .gform_wrapper form span.gform_drop_instructions {
  display: inline;
}
.form-section .gform_wrapper form span.gform_drop_instructions:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  height: auto;
  bottom: auto;
  line-height: 1;
}
.form-section .gform_wrapper form input.button.gform_button_select_files {
  display: inline;
  padding: 0 !important;
  background-color: transparent;
  border: none;
  margin: 0;
  font: 16px/16px "Fira Sans";
  font-weight: 300;
}
.form-section .gform_wrapper form .gform_fileupload_multifile .gform_drop_area {
  border-radius: 10px;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  border: 2px dashed rgba(80, 80, 80, 0.4);
  font: 16px/16px "Fira Sans";
  font-weight: 300;
  letter-spacing: 0px;
  color: #505050;
  padding: 48px 0;
}
.form-section .gform_wrapper form .gform_footer {
  text-align: center;
}
.form-section .gform_wrapper form .gform_footer input[type=submit] {
  font: 25px/25px Upgrade;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 28px;
  border: 2px solid #222222;
  transition: 0.4s ease-in-out;
  background-color: white;
}
.form-section .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #222222;
  color: white;
}

.gallery-bloc {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 60px;
  background-size: cover;
}
.gallery-bloc .game-nav .slick-slide {
  transition: 0.4s ease-in-out;
  margin: 0 10px;
}
.gallery-bloc .game-nav .slick-slide.slick-current {
  filter: brightness(50%);
}
.gallery-bloc .game-nav .slick-slide img {
  margin: 0;
  height: 152px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-bloc .game-gallery {
  padding: 180px 0 100px 0;
}
.gallery-bloc .game-gallery a {
  display: flex;
  position: relative;
  width: 767px;
  height: 380px;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.gallery-bloc .game-gallery a .overlay-mobile {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/smartphone.png) no-repeat center center;
  background-size: contain;
  height: 100%;
}
.gallery-bloc .game-gallery a .overlay-mobile i {
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 62px);
  font-size: 120px;
  padding: 3px;
  color: white;
  box-shadow: 0px 0px 40px #FF6C00;
  background-color: rgba(255, 108, 0, 0.6);
  border: 5px solid white;
  border-radius: 50%;
}
.gallery-bloc .game-gallery a img {
  width: 730px;
  height: 335px;
  margin: auto;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 5;
}
.gallery-bloc .game-gallery h2 {
  font: 36px/46px Upgrade;
  font-weight: 900;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
  color: white;
}
.gallery-bloc .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-bloc .col-12 {
  position: relative;
  z-index: 5;
}

.careers-section h2, .page-template-single-career h2 {
  font: 30px/36px Upgrade;
  font-weight: 900;
  text-transform: uppercase;
}
.careers-section .careers-list, .page-template-single-career .careers-list {
  padding-bottom: 75px;
}
.careers-section .careers-list .btn, .page-template-single-career .careers-list .btn {
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin: 26px 0 10px 0;
  padding: 12px 28px;
  border: 2px solid #222222;
}
.careers-section .careers-list .btn:hover, .page-template-single-career .careers-list .btn:hover {
  background-color: #222222;
  color: white;
}
.careers-section .careers-list:last-child, .page-template-single-career .careers-list:last-child {
  padding-bottom: 0;
}
.careers-section .career a, .page-template-single-career .career a {
  margin-top: 25px;
  display: flex;
  width: 100%;
  overflow-x: hidden;
  font: 16px/16px Upgrade;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #101010;
  color: #101010;
  flex-wrap: wrap;
  position: relative;
}
.careers-section .career a .apply-btn, .page-template-single-career .career a .apply-btn {
  position: absolute;
  color: white;
  width: 125px;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  font: 18px/18px Upgrade;
  font-weight: 500;
  padding: 0 20px 0 30px;
  z-index: 1;
  background-color: #DD0606;
}
.careers-section .career a .apply-btn i, .page-template-single-career .career a .apply-btn i {
  margin-left: 10px;
}
.careers-section .career a .bloc-career, .page-template-single-career .career a .bloc-career {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 20px 15px 10px 15px;
  background-color: white;
  position: relative;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
.careers-section .career a .bloc-career div, .page-template-single-career .career a .bloc-career div {
  padding-bottom: 10px;
}
.careers-section .career a:hover .bloc-career, .page-template-single-career .career a:hover .bloc-career {
  transform: translateX(-125px);
}
.careers-section .career a .career-location, .page-template-single-career .career a .career-location {
  text-align: right;
}

.page-template-single-career header nav.navbar .navbar-collapse li.nav-item.menu-career a {
  border-bottom: 3px solid #DD0606;
}
.page-template-single-career header.sticky nav.navbar .navbar-collapse li.nav-item.menu-career a {
  border-bottom: 3px solid #DD0606;
  color: #505050;
}
.page-template-single-career .share-bloc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.page-template-single-career .share-bloc ul.social-share {
  display: flex;
  margin: 0;
  justify-content: flex-start;
  padding: 0 0 0 12px;
}
.page-template-single-career .share-bloc ul.social-share a {
  height: 27px;
  width: 27px;
  font-size: 16px;
  background-color: #505050;
  margin-left: 0;
  margin-right: 9px;
}
.page-template-single-career .share-bloc ul.social-share a:hover {
  background-color: #DD0606;
  opacity: 1;
}
.page-template-single-career .info-job {
  margin-top: 50px;
  background-color: white;
  padding-top: 5px;
  font: 18px/18px "Fira Sans";
  font-weight: 300;
  border-left: 4px solid #E8E8E8;
  padding-left: 30px;
}
.page-template-single-career .info-job.infoSticky {
  position: fixed;
  z-index: 10;
}
.page-template-single-career .info-job .btn-apply {
  margin: 0 0 30px 0;
  color: #DD0606;
  border: 2px solid #DD0606;
}
.page-template-single-career .info-job .btn-apply:hover {
  color: white;
  background-color: #DD0606;
}
.page-template-single-career .info-job span {
  margin-bottom: 30px;
  display: block;
}
.page-template-single-career .info-job h4 {
  font: 18px/18px Upgrade;
  font-weight: bold;
  margin-bottom: 7px;
}
.page-template-single-career .detail-job {
  justify-content: space-between;
  border-bottom: 2px solid #E8E8E8;
  padding-bottom: 60px;
  align-items: baseline;
}
.page-template-single-career .detail-job .content-job {
  font: 18px/30px "Fira Sans";
  font-weight: 300;
}
.page-template-single-career .detail-job .content-job ul {
  padding-left: 0;
  list-style-type: none;
}
.page-template-single-career .detail-job .content-job ul li {
  position: relative;
  padding-left: 10px;
}
.page-template-single-career .detail-job .content-job ul li:before {
  content: "•";
  display: block;
  left: 0px;
  top: 0px;
  position: absolute;
}
.page-template-single-career .detail-job .content-job h2 {
  font: 30px/36px Upgrade;
  font-weight: 900;
  margin-top: 50px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.page-template-single-career .link_back {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #E8E8E8;
}
.page-template-single-career .link_back a {
  color: #A3A3A3;
  font: 16px/30px "Fira Sans";
  font-weight: bold;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  align-items: center;
}
.page-template-single-career .link_back a:hover {
  color: #DD0606;
}
.page-template-single-career .link_back a i {
  margin-right: 10px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding-bottom: 2px;
  height: 32px;
  background-color: #A3A3A3;
  border-radius: 50%;
  color: white;
}
.page-template-single-career .careers-list {
  margin: 60px 0;
}
.page-template-single-career .careers-list h2 {
  margin-bottom: 40px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.parent-scroll {
  color: white;
  background: transparent linear-gradient(139deg, #004D86 0%, #013453 100%) 0% 0% no-repeat padding-box;
  padding-top: 55px;
  padding-bottom: 200px;
}
.parent-scroll .container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.parent-scroll .container .title {
  flex-grow: 1;
  padding: 200px 0 0 0;
  top: 0;
  right: 0;
  position: absolute;
  text-align: right;
}
.parent-scroll .container .title h2 {
  font: 36px/46px Upgrade;
  letter-spacing: 0px;
  font-weight: 900;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.parent-scroll .container .block-content {
  max-width: 572px;
  padding-bottom: 95px;
  opacity: 0.35;
  transition: 0.4s ease-in-out;
}
.parent-scroll .container .block-content.active {
  opacity: 1;
}
.parent-scroll .container .block-content .content {
  font: Light 22px/35px Fira Sans;
}
.parent-scroll .container .block-content img {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 35px;
}

.useful-links {
  padding: 104px 30px;
}

.useful-content {
  max-width: 700px;
  margin: 0 auto;
}

.the-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.the-content ul li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
}
.the-content ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 8px;
}
.the-content ul li ul li:before {
  content: "○";
  font-size: 16px;
}

#ddLanguage {
  border: 3px solid black;
  padding: 10px 30px;
  font: normal 20px/100% Upgrade;
}

.tos-block {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
