body {
  font-family: Teko, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.5px;
}

.container {
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
}

.ad-b-tablet {
  position: relative;
  z-index: 200;
  display: none;
}

.ad-b-tablet.bottom {
  padding-right: 15px;
  padding-left: 15px;
}

.ad-b-160 {
  position: relative;
  display: block;
  width: 13%;
  text-align: center;
}

.ad-desktop {
  width: 100%;
  max-width: 160px;
}

.desktop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  margin-top: -60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

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

.game-content-col {
  position: relative;
  width: 50%;
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.game-text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 65%;
  margin-top: -29%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2vw;
  text-align: center;
  text-decoration: none;
}

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

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-col-l {
  width: 75%;
}

.footer-col-r {
  width: 25%;
  text-align: right;
}

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

.game-img {
  width: 100%;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url('../images/bg2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.ad-image {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fac962;
}

.game-content-link {
  display: block;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

html.w-mod-js *[data-ix="logo-animation"] {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="fadein-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="game-content-col-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fade-right-to-left"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ad-b-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .ad-mobile {
    display: none;
  }

  .ad-tablet {
    display: none;
  }

  .ad-b-160 {
    display: none;
  }

  .desktop-content {
    margin-top: 40px;
  }

  .game-content-row {
    width: 100%;
    margin-top: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-content-col {
    margin-top: 20px;
  }

  .game-text {
    margin-top: -29%;
    font-size: 2.5vw;
  }

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

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

  .logo-img {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  .ad-b-tablet.bottom {
    margin-top: 30px;
  }

  .ad-mobile {
    display: block;
  }

  .ad-tablet {
    display: none;
  }

  .game-content-col {
    width: 100%;
  }

  .game-text {
    margin-top: -29%;
    font-size: 5vw;
    line-height: 5vw;
  }

  .footer-col-l {
    width: 100%;
    text-align: center;
  }

  .footer-col-r {
    width: 100%;
    text-align: center;
  }

  .none-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .desktop-content {
    margin-top: 3%;
  }

  .game-text {
    margin-top: -29%;
  }

  .section {
    padding-top: 8%;
    padding-bottom: 12%;
  }
}

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