body {
  background: #0c141b;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.clicktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

#frame-wipe {
  position: absolute;
  top: 0;
  left: 100%;
  width: 150%;
  height: 100%;
  z-index: 1001;
  background: linear-gradient(270deg, rgb(12, 20, 27) 0%, rgb(12, 20, 27) 80%, rgba(12, 20, 27, 0) 100%);
}

.banner {
  width: 100%;
  max-width: 1024px;
  height: 120px;
  position: relative;
  overflow: hidden;
  color: #040707;
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  background-color: #0c141b;
  transition: opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (min-height: 249px) {
  .banner {
    height: 250px;
  }
}
.banner.hidden {
  opacity: 0;
}
.banner:hover .right-side .btn .txt[data-index="0"] {
  top: -100%;
}
.banner:hover .right-side .btn .txt[data-index="1"] {
  top: 0%;
}
.banner:hover .right-side .btn .hover-bg {
  opacity: 1;
}
.banner #mobile-logo {
  position: relative;
  width: 142px;
  height: 32px;
  background-image: url("images/rp-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 0 auto 16px;
  z-index: 200;
  display: none;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner #mobile-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 109px;
    height: 24px;
    display: block;
  }
}
.banner .left-side {
  position: absolute;
  left: 40px;
  top: 0;
  width: 208px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .left-side {
    width: 100%;
    left: 0;
  }
}
@media all and (max-height: 220px) {
  .banner .left-side {
    top: 0;
    width: 97px;
    left: 32px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .left-side {
    left: 24px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .left-side {
    left: 16px;
  }
}
.banner .left-side .logo {
  position: relative;
  width: 142px;
  height: 32px;
  background-image: url("images/rp-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 0 auto 16px;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .left-side .logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 109px;
    height: 24px;
    display: none;
  }
}
@media all and (max-height: 220px) {
  .banner .left-side .logo {
    width: 97px;
    height: 22px;
    margin: -2px auto 6px;
  }
}
.banner .left-side .top-100 {
  position: relative;
  width: 208px;
  height: 154px;
  background-image: url("images/top-100-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 0 auto;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .left-side .top-100 {
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    height: 104px;
  }
}
@media all and (max-height: 220px) {
  .banner .left-side .top-100 {
    width: 89px;
    height: 66px;
  }
}
.banner .graphics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media all and (max-width: 559px) and (max-height: 220px) {
  .banner .graphics {
    width: 130%;
  }
}
.banner .graphics #main-bg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200%;
  background-image: url("images/bg@2x.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media all and (max-height: 220px) {
  .banner .graphics #main-bg {
    top: -120px;
    height: 250%;
  }
}
.banner .graphics #foreground-player {
  position: absolute;
  top: 0;
  left: -10%;
  width: 50%;
  height: 394px;
  background-image: url("images/foreground-player.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 10;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .graphics #foreground-player {
    display: none;
  }
}
.banner .graphics #player-tower {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 970px;
  margin-left: -485px;
  height: 466px;
  background-image: url("images/player-pile@2x.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .graphics #player-tower {
    width: 680px;
    margin-left: -340px;
    height: 320px;
  }
}
@media all and (max-height: 220px) {
  .banner .graphics #player-tower {
    width: 520px;
    margin-left: -260px;
    height: 260px;
  }
}
.banner .graphics #glow-parent {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 970px;
  margin-left: -485px;
  height: 546px;
  z-index: 2;
}
@media all and (max-height: 220px) {
  .banner .graphics #glow-parent {
    top: -40px;
    width: 520px;
    margin-left: -260px;
    height: 260px;
  }
}
.banner .graphics #glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("images/glow@2x.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 2;
}
.banner .graphics #glow-clouds {
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -100%;
  width: 200%;
  height: 200%;
  background-image: url("images/clouds-mist2.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center right;
  z-index: 2000;
  transition: all 2000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  mix-blend-mode: hard-light;
}
.banner .graphics #glow-clouds.anim-out {
  top: 200%;
}
.banner .right-side {
  position: absolute;
  right: 20px;
  top: 0;
  width: calc(33.33% - 20px);
  min-width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .right-side {
    right: 0;
    top: auto;
    bottom: 16px;
    width: 100%;
    height: auto;
  }
}
@media all and (max-height: 220px) {
  .banner .right-side {
    width: auto;
    min-width: 0;
  }
}
.banner .right-side h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 24px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .right-side h2 {
    font-size: 24px;
    margin: 0 0 8px;
  }
}
@media all and (max-height: 220px) {
  .banner .right-side h2 {
    font-size: 18px;
    margin: 0 0 6px;
  }
}
.banner .right-side h2 .line {
  width: 100%;
  color: #fff;
  text-align: center;
}
.banner .right-side .subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .right-side .subtitle {
    font-size: 10px;
    margin: 0 0 8px;
  }
}
@media all and (max-height: 220px) {
  .banner .right-side .subtitle {
    font-size: 10px;
    margin: 0 0 8px;
  }
}
.banner .right-side .subtitle .line {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .right-side .subtitle .line {
    display: inline-block;
  }
}
.banner .right-side .btn {
  position: relative;
  width: 186px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 64px;
  background: linear-gradient(180deg, rgb(230, 30, 0) 0%, rgb(255, 120, 0) 100%);
  overflow: hidden;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .right-side .btn {
    font-size: 12px;
    width: 135px;
    height: 28px;
  }
}
@media all and (max-height: 220px) {
  .banner .right-side .btn {
    font-size: 10px;
    width: 110px;
    height: 25px;
  }
}
.banner .right-side .btn .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  z-index: 5;
}
.banner .right-side .btn .txt[data-index="0"] {
  top: 0;
}
.banner .right-side .btn .txt[data-index="1"] {
  top: 100%;
}
.banner .right-side .btn .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 120, 0) 0%, rgb(230, 30, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}

#mobile-size {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #mobile-size {
    display: block;
  }
}

#mobile-size2 {
  display: none;
}
@media all and (max-width: 559px) and (max-height: 220px) {
  #mobile-size2 {
    display: block;
  }
}

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