@import url("../css/bootstrap.min.css");
@import url("../css/montserrat.css");
@import url("../css/swiper-bundle.min.css");
@import url("../css/aos.css");
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #00050a;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  html,
body {
    font-size: 14px;
  }
}

.child-pages {
  background: #212121;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #fbc02d !important;
}

.container {
  max-width: 1350px;
}

.header {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .header {
    margin-top: 12px;
  }
}
.header .logo img {
  height: 44px;
}
@media (max-width: 1023px) {
  .header .logo img {
    height: 38px;
  }
}
.header .main-menu ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header .main-menu ul li a {
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  position: relative;
}
.header .main-menu ul li a strong {
  color: #fbc02d;
}
.header .main-menu ul li a:before, .header .main-menu ul li a:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  opacity: 0;
  position: absolute;
  transition: ease-in 0.3s;
}
.header .main-menu ul li a:before {
  left: 40px;
  top: 0;
}
.header .main-menu ul li a:after {
  right: 40px;
  bottom: 0;
}
.header .main-menu ul li a:hover:before, .header .main-menu ul li a:hover:after {
  opacity: 1;
}
.header .main-menu ul li a:hover:before {
  left: -5px;
}
.header .main-menu ul li a:hover:after {
  right: -5px;
}
.header .main-menu ul li .btn-outline-primary {
  height: 44px;
  padding: 8px 36px;
  border: 2px solid #fbc02d;
  color: #fbc02d;
  border-radius: 0;
  margin-left: 20px;
}
.header .main-menu ul li .btn-outline-primary:before, .header .main-menu ul li .btn-outline-primary:after {
  display: none;
}
.header .main-menu ul li .btn-outline-primary:hover {
  background: #fbc02d;
  color: #212121;
}
@media (max-width: 1279px) {
  .header .main-menu .menu-pc {
    display: none;
  }
}
.header .main-menu .menu-mb {
  display: none;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .header .main-menu .menu-mb {
    display: flex;
  }
}
.header .main-menu .menu-mb .menu_mb_btn {
  display: block;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .header .main-menu .menu-mb .buy {
    display: none;
  }
}

.block-title {
  font-size: 32px;
  font-weight: 600;
  color: #fbc02d;
}
@media (max-width: 1023px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .block-title {
    font-size: 24px;
  }
}

.block_01 {
  background: url("../img/bg_01.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 50px 0 120px;
}
@media (max-width: 1279px) {
  .block_01 {
    height: auto;
    padding: 80px 0 160px;
  }
}
@media (max-width: 480px) {
  .block_01 {
    padding: 40px 0 160px;
  }
}
.block_01 h1 {
  font-weight: 600;
  font-size: 38px;
  color: #fbc02d;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .block_01 h1 {
    font-size: 32px;
  }
}
.block_01 p {
  margin-bottom: 32px;
}
.block_01 .countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .block_01 .countdown {
    gap: 12px;
    justify-content: center;
  }
}
.block_01 .countdown .item {
  width: 80px;
  height: 80px;
  background: rgba(254, 254, 254, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 480px) {
  .block_01 .countdown .item {
    width: 72px;
    height: 72px;
  }
}
.block_01 .countdown .item .num {
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .block_01 .countdown .item .num {
    font-size: 28px;
  }
}
.block_01 .countdown .item .word {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  .block_01 .countdown .item .word {
    font-size: 11px;
  }
}
.block_01 .btn-box {
  display: flex;
  gap: 44px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .block_01 .btn-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block_01 .btn-box .btn {
  width: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .block_01 .btn-box .btn {
    width: 240px;
  }
}
.block_01 .btn-box .btn svg {
  margin-right: 8px;
}
.block_01 .btn {
  height: 44px;
  border-radius: 0;
  padding: 10px 16px;
  border: none;
  position: relative;
}
.block_01 .btn.btn-white {
  background: rgba(254, 254, 254, 0.3);
  color: #fff;
}
.block_01 .btn.btn-white:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_01 .btn.btn-white:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_white.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_01 .btn.btn-primary {
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
}
.block_01 .btn.btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_01 .btn.btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_01 .btn:hover:before {
  left: 10px;
}
.block_01 .btn:hover:after {
  right: 10px;
}
@media (max-width: 1279px) {
  .block_01 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block_01 img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .block_01 img {
    margin-bottom: 40px;
  }
}
.block_01 .social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .block_01 .social {
    margin: 48px auto 0 !important;
    justify-content: center;
  }
}
.block_01 .social li a svg {
  transition: ease-in 0.3s;
}
.block_01 .social li a svg rect,
.block_01 .social li a svg path {
  transition: ease-in 0.3s;
}
.block_01 .social li a:hover svg {
  transform: translateY(-5px) scale(1.02);
}

.block_02 {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .block_02 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_02 {
    padding: 60px 0;
  }
}
.block_02 .parallax_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1500px;
  background: url("../img/bg_02.png") no-repeat center center;
  background-size: cover;
}
.block_02 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #00050a 0%, rgba(0, 5, 10, 0.2) 100%, rgba(0, 5, 10, 0.5) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.block_02 .block-title {
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .block_02 img {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .block_02 img {
    width: 90%;
  }
}

.block_03 {
  background: url("../img/bg_03.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .block_03 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_03 {
    padding: 60px 0;
  }
}
.block_03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #00050a 0%, rgba(0, 5, 10, 0.2) 100%, rgba(0, 5, 10, 0.5) 100%);
}
.block_03 .block-title {
  margin-bottom: 24px;
}
.block_03 p {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 480px) {
  .block_03 p {
    margin: 0 auto 60px;
  }
}
.block_03 .flow {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .block_03 .flow .pc {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .block_03 .flow .pc {
    display: none;
  }
}
.block_03 .flow .mb {
  display: none;
}
@media (max-width: 480px) {
  .block_03 .flow .mb {
    display: inline-block;
  }
}
.block_03 .using-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  margin-bottom: 120px;
}
@media (max-width: 1279px) {
  .block_03 .using-list {
    flex-wrap: wrap;
    padding: 0 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .block_03 .using-list {
    padding: 0;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.block_03 .using-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  background: rgba(254, 254, 254, 0.2);
  position: relative;
}
.block_03 .using-list .item:before {
  content: "";
  display: none;
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -22px;
  transition: ease-in 0.3s;
  z-index: 1;
}
.block_03 .using-list .item:after {
  content: "";
  display: none;
  width: 130px;
  height: 2px;
  background: url("../img/line_white2.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -22px;
  transition: ease-in 0.3s;
  z-index: 1;
}
.block_03 .using-list .item .item-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: ease-in 0.3s;
  border: 1px solid rgba(254, 254, 254, 0.7);
}
.block_03 .using-list .item .item-box .img {
  position: relative;
}
.block_03 .using-list .item .item-box .img:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212121;
  opacity: 0.2;
}
.block_03 .using-list .item .item-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px 16px;
  margin-bottom: -135px;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
  transition: ease-in 0.3s;
}
.block_03 .using-list .item .item-box .content .game {
  height: 44px;
}
.block_03 .using-list .item .item-box .content .info {
  height: 115px;
  margin-top: 20px;
}
.block_03 .using-list .item:hover .item-box {
  border: 1px solid #fbc02d;
}
.block_03 .using-list .item:hover .item-box .content {
  height: 100%;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.4) 0%, #212121 100%);
  padding-top: 50px;
}
.block_03 .btn-primary {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
  position: relative;
}
.block_03 .btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_03 .btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_03 .btn-primary:hover:before {
  left: 10px;
}
.block_03 .btn-primary:hover:after {
  right: 10px;
}

.block_04 {
  background: url("../img/bg_04.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .block_04 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_04 {
    padding: 60px 0;
  }
}
.block_04 .block-title {
  margin-bottom: 24px;
}
.block_04 p {
  margin-bottom: 24px;
  width: 100%;
  max-width: 800px;
}
.block_04 ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.block_04 ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/list-dot.svg") no-repeat center center;
  margin-right: 8px;
}
.block_04 ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .block_04 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block_04 img {
    display: block;
    width: 80%;
    margin: 40px auto 0;
  }
}

.block_05 {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .block_05 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_05 {
    padding: 60px 0;
  }
}
.block_05 .block-title {
  margin-bottom: 24px;
}
.block_05 p {
  margin-bottom: 80px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 480px) {
  .block_05 p {
    margin-bottom: 40px;
  }
}
.block_05 .btn-white {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(254, 254, 254, 0.3);
  color: #fff;
  position: relative;
  margin-left: 10px;
}
.block_05 .btn-white:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_05 .btn-white:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_white.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_05 .btn-white:hover:before {
  left: 10px;
}
.block_05 .btn-white:hover:after {
  right: 10px;
}
.block_05 .shop-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1279px) {
  .block_05 .shop-list {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .block_05 .shop-list {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .block_05 .shop-list .column {
    width: 40%;
  }
}
.block_05 .shop-list .column:last-child {
  margin-top: 40px;
}
.block_05 .shop-list .column .img:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .block_05 .shop-list .column .img img {
    width: 100%;
  }
}

.block_06 {
  background: url("../img/bg_06.svg") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .block_06 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_06 {
    padding: 60px 0;
  }
}
.block_06 .block-title {
  margin-bottom: 24px;
}
.block_06 p {
  margin-bottom: 24px;
  width: 100%;
  max-width: 800px;
}
.block_06 ul {
  margin-bottom: 36px;
}
.block_06 ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 480px) {
  .block_06 ul li {
    flex-wrap: wrap;
  }
}
.block_06 ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/list-dot.svg") no-repeat center center;
  margin-right: 8px;
}
.block_06 ul li:not(:last-child) {
  margin-bottom: 8px;
}
.block_06 .btn-primary {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
  position: relative;
}
.block_06 .btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_06 .btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_06 .btn-primary:hover:before {
  left: 10px;
}
.block_06 .btn-primary:hover:after {
  right: 10px;
}
@media (max-width: 1279px) {
  .block_06 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block_06 img {
    display: block;
    width: 60%;
    margin: 80px auto 0;
  }
}

.block_07 {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .block_07 {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .block_07 {
    padding: 60px 0;
  }
}
.block_07 .block-title {
  margin-bottom: 24px;
}
.block_07 p {
  margin-bottom: 80px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 480px) {
  .block_07 p {
    margin-bottom: 40px;
  }
}
.block_07 .btn-primary {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
  position: relative;
  margin-left: 10px;
}
.block_07 .btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_07 .btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_07 .btn-primary:hover:before {
  left: 10px;
}
.block_07 .btn-primary:hover:after {
  right: 10px;
}
@media (max-width: 1279px) {
  .block_07 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block_07 img {
    display: block;
    width: 60%;
    margin: 0 auto 80px;
  }
}
@media (max-width: 480px) {
  .block_07 img {
    margin-top: 80px;
  }
}

.block_08 {
  position: relative;
  padding-top: 110px;
  overflow: hidden;
}
.block_08 .parallax_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1500px;
  background: url("../img/bg_08.jpeg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 480px) {
  .block_08 .parallax_bg {
    margin-top: 80px;
    background: url("../img/bg_08_mb.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block_08 .overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00050a;
  opacity: 0.8;
}
.block_08 .block-title {
  margin-bottom: 0;
}
.block_08 .roadmap {
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .block_08 .roadmap {
    padding: 60px 0 120px;
  }
}

.block_09 {
  padding: 110px 0;
}
.block_09 .block-title {
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .block_09 img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .block_09 img {
    width: 90%;
  }
}

.block_10 {
  background: url("../img/bg_10.svg") no-repeat top center;
  background-size: contain;
  position: relative;
  padding: 80px 0 120px;
}
.block_10 .block-title {
  margin-bottom: 24px;
}
.block_10 p {
  margin-bottom: 80px;
}
.block_10 .team-list {
  width: 100%;
  padding: 0 20px 100px;
}
@media (max-width: 480px) {
  .block_10 .team-list {
    padding: 0 20px 60px;
  }
}
.block_10 .team-list .img {
  border: 2px solid #bdbdbd;
  position: relative;
}
.block_10 .team-list .img img {
  width: 100%;
}
.block_10 .team-list .img:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -2px;
  left: -22px;
  z-index: 1;
}
.block_10 .team-list .img:after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: url("../img/line_white2.svg") no-repeat center center;
  position: absolute;
  bottom: -2px;
  right: -22px;
  z-index: 1;
}
.block_10 .team-list .name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}
.block_10 .team-list .job-title {
  font-size: 13px;
  color: #fbc02d;
}
.block_10 .team-list .desc {
  font-size: 13px;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 0;
}
.block_10 .team-list .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}
.block_10 .team-list .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  background: #fbc02d;
  border-radius: 4px;
}
.block_10 .partner-box {
  padding-top: 100px;
}
.block_10 .partner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .block_10 .partner-list {
    gap: 20px;
    margin-top: 40px;
  }
}
.block_10 .partner-list li img {
  object-fit: scale-down;
}
@media (max-width: 1023px) {
  .block_10 .partner-list li img {
    height: 40px;
  }
  .block_10 .partner-list li img.logo-big {
    height: 32px;
  }
  .block_10 .partner-list li img.logo-small {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .block_10 .partner-list li img {
    height: 32px;
  }
  .block_10 .partner-list li img.logo-big {
    height: 20px;
  }
  .block_10 .partner-list li img.logo-small {
    height: 40px;
  }
}

.footer {
  background: #0c1116;
  padding: 48px 0 36px;
}
.footer .social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer .social {
    margin-bottom: 40px;
  }
}
.footer .social li {
  width: 50%;
  margin-bottom: 12px;
}
.footer .social li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer .social li a .icon {
  display: block;
}
.footer .social li a label {
  display: block;
  font-size: 14px;
  padding-left: 8px;
  cursor: pointer;
}
.footer .social li a:hover {
  text-decoration: underline;
}
.footer .footer-title {
  font-weight: 600;
  color: #fbc02d;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .footer .footer-link {
    margin-bottom: 32px;
  }
}
.footer .footer-link li:not(:last-child) {
  margin-bottom: 12px;
}
.footer .footer-link li a {
  color: #fff;
}
.footer .footer-link li a strong {
  color: #fbc02d;
}
.footer .footer-link li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 1px;
  text-align: center;
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footer .copyright {
    margin-top: 60px;
  }
}
.footer .copyright a {
  font-weight: 600;
  color: #fbc02d;
}
.footer .copyright a:hover {
  text-decoration: underline;
}
.footer .eabout {
  margin-top: 10px;
  font-size: 11px;
  color: #bdbdbd;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footer .eabout {
    margin-top: 30px;
  }
}

.go-top {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(254, 254, 254, 0.4);
  position: fixed;
  bottom: 100px;
  right: -50px;
  opacity: 0;
  cursor: pointer;
  transition: ease-in 0.3s;
}
@media (max-width: 480px) {
  .go-top {
    bottom: 120px;
  }
}
.go-top:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(254, 254, 254, 0.4);
  position: absolute;
  top: 6px;
  left: 6px;
  transition: ease-in 0.3s;
}
.go-top.show {
  right: 44px;
  opacity: 1;
}
@media (max-width: 480px) {
  .go-top.show {
    right: 24px;
  }
}
.go-top svg {
  position: relative;
}
.go-top svg path {
  transition: ease-in 0.3s;
}
.go-top:hover {
  border: 1px solid #fbc02d;
}
.go-top:hover:before {
  background: #fbc02d;
}
.go-top:hover svg path {
  fill: #212121;
}

.menu-mb-box {
  width: 300px;
  background: #0c1116;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  padding-top: 80px;
  transition: ease-in 0.3s;
}
.menu-mb-box.open {
  right: 0;
}
.menu-mb-box .close {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
}
.menu-mb-box ul {
  text-align: center;
}
.menu-mb-box ul li a {
  color: #fff;
  display: inline-block;
  padding: 16px 10px;
  position: relative;
  font-size: 18px;
}
.menu-mb-box ul li a strong {
  color: #fbc02d;
}
.menu-mb-box ul li .btn-outline-primary {
  height: 44px;
  padding: 8px 36px;
  border: 2px solid #fbc02d;
  color: #fbc02d;
  border-radius: 0;
  margin-top: 20px;
}
.menu-mb-box ul li .btn-outline-primary:before, .menu-mb-box ul li .btn-outline-primary:after {
  display: none;
}
.menu-mb-box ul li .btn-outline-primary:hover {
  background: #fbc02d;
  color: #212121;
}

.header-2 {
  background: #263238;
  padding: 24px 0;
}
.header-2 .main-menu .menu-pc {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1023px) {
  .header-2 .main-menu .menu-pc {
    display: none;
  }
}
.header-2 .main-menu .menu-pc li a {
  color: #fff;
}
.header-2 .main-menu .menu-pc li a.btn-outline-white {
  height: 48px;
  width: 210px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 11px 20px;
}
.header-2 .main-menu .menu-mb {
  display: none;
}
@media (max-width: 1023px) {
  .header-2 .main-menu .menu-mb {
    display: flex;
  }
}

.heading-box {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/header_box.jpg") no-repeat center center;
  background-size: cover;
}
.heading-box h1 {
  display: block;
  margin: 0 auto;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .heading-box h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .heading-box h1 {
    font-size: 24px;
  }
}
.heading-box h1:after {
  content: "";
  display: block;
  width: 216px;
  height: 1px;
  background: url("../img/header_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.heading-box h1 strong {
  font-weight: 700;
}
.heading-box h1:after {
  content: "";
  display: block;
  width: 216px;
}

.breadcrumb {
  padding: 16px 0;
  margin-bottom: 30px;
}
.breadcrumb li {
  font-weight: 600;
}
.breadcrumb li.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb li.breadcrumb-item + .breadcrumb-item {
  padding-left: 16px;
}
.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-right: 16px;
}
.breadcrumb li a {
  color: #bdbdbd;
  font-weight: 400;
}

.block_spe .box {
  display: flex;
  gap: 60px;
}
@media (max-width: 1023px) {
  .block_spe .box {
    display: block;
  }
}
.block_spe .box .col {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 1023px) {
  .block_spe .box .col {
    width: 100%;
  }
}
.block_spe .gallery {
  width: 100%;
}
@media (max-width: 1023px) {
  .block_spe .gallery {
    margin-bottom: 40px;
  }
}
.block_spe .gallery-slider {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0 0 10px 0;
  position: relative;
}
.block_spe .gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.block_spe .gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.block_spe .gallery-slider .swiper-button-prev,
.block_spe .gallery-slider .swiper-button-next {
  width: 36px;
  height: 36px;
  opacity: 0.7;
  transition: ease-in 0.3s;
}
.block_spe .gallery-slider .swiper-button-prev:after,
.block_spe .gallery-slider .swiper-button-next:after {
  display: none;
}
.block_spe .gallery-slider .swiper-button-prev:hover,
.block_spe .gallery-slider .swiper-button-next:hover {
  opacity: 1;
}
.block_spe .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.block_spe .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
.block_spe .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.block_spe .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.block_spe .btn-white {
  margin-top: 36px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 11px 32px;
  transition: ease-in 0.3s;
}
.block_spe .btn-white:hover {
  opacity: 0.7;
}
.block_spe .content {
  color: #bdbdbd;
}
.block_spe .content .title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .block_spe .content .title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .block_spe .content .title {
    font-size: 24px;
  }
}
.block_spe .content ul {
  margin-bottom: 24px;
}
.block_spe .content ul li {
  padding-left: 24px;
  position: relative;
}
.block_spe .content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.block_spe .content ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/list.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.block_spe .content .btn-primary {
  margin-top: 36px;
  height: 44px;
  border-radius: 8px;
  background: #fbc02d;
  color: #424242;
  font-weight: 600;
  border: none;
  padding: 11px 32px;
  transition: ease-in 0.3s;
}
.block_spe .content .btn-primary:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .block_spe .ap-banner {
    margin-bottom: 40px;
  }
}
.block_spe .ap-banner img {
  width: 100%;
}
@media (max-width: 1023px) {
  .block_spe .ap-banner img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .block_spe .ap-banner img {
    width: 100%;
  }
}
.block_spe.home-spe {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1023px) {
  .block_spe.home-spe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .block_spe.home-spe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block_spe.home-spe .btn-primary {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
  position: relative;
  font-weight: 400;
}
.block_spe.home-spe .btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_spe.home-spe .btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_spe.home-spe .btn-primary:hover:before {
  left: 10px;
}
.block_spe.home-spe .btn-primary:hover:after {
  right: 10px;
}
.block_spe.home-spe .btn-white {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(254, 254, 254, 0.3);
  color: #fff;
  position: relative;
  margin-left: 10px;
  font-weight: 400;
}
.block_spe.home-spe .btn-white:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_spe.home-spe .btn-white:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_white.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_spe.home-spe .btn-white:hover:before {
  left: 10px;
}
.block_spe.home-spe .btn-white:hover:after {
  right: 10px;
}

.footer-2 {
  border-top: 1px solid #424242;
  padding: 24px 0;
  color: #bdbdbd;
  margin-top: 120px;
}
@media (max-width: 1023px) {
  .footer-2 .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .footer-2 .copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.footer-2 .copyright a {
  font-weight: 700;
}
.footer-2 ul {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 480px) {
  .footer-2 ul {
    margin: 0 auto;
  }
}
.footer-2 ul li a {
  color: #bdbdbd;
}
.footer-2 ul li a:hover {
  text-decoration: underline;
}

.menu-mb-box_02 {
  width: 300px;
  background: #0c1116;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  padding-top: 80px;
  transition: ease-in 0.3s;
}
.menu-mb-box_02.open {
  right: 0;
}
.menu-mb-box_02 .close {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
}
.menu-mb-box_02 ul {
  text-align: center;
}
.menu-mb-box_02 ul li a {
  color: #fff;
  display: inline-block;
  padding: 16px 10px;
  position: relative;
  font-size: 18px;
}
.menu-mb-box_02 ul li a strong {
  color: #fbc02d;
}
.menu-mb-box_02 ul li .btn-outline-white {
  height: 44px;
  padding: 8px 36px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
}
.menu-mb-box_02 ul li .btn-outline-white:before, .menu-mb-box_02 ul li .btn-outline-white:after {
  display: none;
}
.menu-mb-box_02 ul li .btn-outline-white:hover {
  background: #fbc02d;
  color: #212121;
}

.block_1v1 .box {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .block_1v1 .box {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .block_1v1 .box {
    justify-content: center;
  }
}
.block_1v1 .box .banner {
  width: 430px;
}
@media (max-width: 480px) {
  .block_1v1 .box .banner {
    width: 100%;
    max-width: 420px;
  }
}
.block_1v1 .box .banner img {
  width: 100%;
}
.block_1v1 .box .content {
  width: 100%;
  max-width: 480px;
  color: #bdbdbd;
}
.block_1v1 .box .content ul {
  margin-bottom: 32px;
}
.block_1v1 .box .content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.block_1v1 .box .content .predict-options {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.block_1v1 .box .content .predict-options .item {
  display: block;
  width: calc((100% - 16px) / 2);
  padding: 12px 16px;
  border: 1px solid #2e2e2e;
  background: #2e2e2e;
  border-radius: 8px;
  color: #bdbdbd;
}
.block_1v1 .box .content .predict-options .item .info {
  border-top: 1px solid rgba(254, 254, 254, 0.3);
  margin-top: 16px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_1v1 .box .content .predict-options .item .info .text-primary {
  font-weight: 600;
}
.block_1v1 .box .content .predict-options .item.active {
  border: 1px solid #fbc02d;
  color: #fbc02d;
}
.block_1v1 .box .content .predict-options .item.active .name {
  font-weight: 600;
}
.block_1v1 .box .content .predict-options .item.active .info {
  border-top-color: #fff;
}
.block_1v1 .box .content .form-group {
  margin-bottom: 48px;
}
.block_1v1 .box .content .form-group label {
  margin-bottom: 12px;
}
.block_1v1 .box .content .form-group label .text-primary {
  font-weight: 600;
}
.block_1v1 .box .content .form-group .input-group {
  position: relative;
}
.block_1v1 .box .content .form-group .input-group .form-control {
  background: #757575;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  height: 44px;
}
.block_1v1 .box .content .form-group .input-group .addon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
}
.block_1v1 .box .content .form-group .input-group .addon .max {
  display: block;
  margin-right: 24px;
  color: #fbc02d;
  text-decoration: underline;
}
.block_1v1 .box .content .form-group .input-group .addon .currency {
  display: flex;
  align-items: center;
  gap: 6px;
}
.block_1v1 .box .content .form-group .input-group .addon .currency .text-primary {
  font-weight: 600;
  line-height: 1;
}
.block_1v1 .box .content .btn-primary {
  height: 44px;
  border-radius: 8px;
  background: #fbc02d;
  color: #424242;
  font-weight: 600;
  border: none;
  padding: 11px 32px;
  transition: ease-in 0.3s;
}
.block_1v1 .box .content .btn-primary:hover {
  opacity: 0.7;
}

.block-po {
  display: flex;
  color: #bdbdbd;
  border-top: 1px solid #424242;
}
@media (max-width: 1279px) {
  .block-po {
    display: block;
  }
}
.block-po .left {
  width: 740px;
  border-right: 1px solid #424242;
  min-height: 600px;
  padding-top: 24px;
}
@media (max-width: 1279px) {
  .block-po .left {
    width: 100%;
    min-height: auto;
    padding-bottom: 24px;
    border-right: 0;
  }
}
.block-po .left p .text-primary {
  font-weight: 600;
}
.block-po .left .table {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .block-po .left .table {
    width: 800px;
  }
}
.block-po .left .table > :not(caption) > * > * {
  border-bottom: 1px solid #424242;
}
.block-po .left .table thead tr th {
  color: #bdbdbd;
  font-weight: 600;
}
.block-po .left .table tbody {
  border-top: 1px solid #424242;
}
.block-po .left .table tbody strong {
  font-weight: 600;
}
.block-po .left .table tbody tr td {
  color: #bdbdbd;
  vertical-align: middle;
}
.block-po .left .table tbody tr td .team {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-po .left .table tbody tr td .team img {
  width: 40px;
}
.block-po .left .table tbody tr td .badge-placed {
  height: 36px;
  width: 130px;
  border-radius: 18px;
  background: #dceaff;
  color: #3a88f9;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
}
.block-po .left .table tbody tr td .btn-predict {
  height: 36px;
  width: 130px;
  border-radius: 8px;
  border: 1px solid #fbc02d;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  transition: ease-in 0.3s;
}
.block-po .left .table tbody tr td .btn-predict:hover {
  background: #fbc02d;
}
.block-po .right {
  width: calc(100% - 740px);
  padding-top: 48px;
}
@media (max-width: 1279px) {
  .block-po .right {
    width: 100%;
  }
}
.block-po .right .league {
  text-align: center;
  margin-bottom: 64px;
}
.block-po .right .league img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}
.block-po .right .league span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.block-po .right ul {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 48px;
}
.block-po .right ul li {
  display: flex;
  align-items: center;
}
.block-po .right ul li:not(:last-child) {
  margin-bottom: 24px;
}
.block-po .right ul li:not(:first-child) {
  font-style: italic;
}
.block-po .right ul li .team {
  width: 220px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-po .right ul li .team img {
  width: 40px;
}
.block-po .right ul li .team b {
  font-weight: 600;
}
.block-po .right ul li label {
  display: block;
  width: 220px;
}
.block-po .right ul li strong {
  width: calc(100% - 220px);
  font-weight: 600;
  text-align: right;
}
.block-po .right .btn-primary {
  height: 44px;
  border-radius: 8px;
  background: #fbc02d;
  color: #424242;
  font-weight: 600;
  border: none;
  padding: 11px 32px;
  transition: ease-in 0.3s;
}
.block-po .right .btn-primary:hover {
  opacity: 0.7;
}

.statistics {
  background: url("../img/statistics.jpg") no-repeat center center;
  background-size: cover;
  margin: 120px 0;
  padding: 100px 0;
}
.statistics .content {
  padding-left: 320px;
}
@media (max-width: 1023px) {
  .statistics .content {
    padding-left: 100px;
  }
}
@media (max-width: 480px) {
  .statistics .content {
    padding-left: 0;
  }
}
.statistics .block-title {
  color: #fff;
  margin-bottom: 36px;
}
.statistics ul li {
  display: flex;
}
.statistics ul li:not(:last-child) {
  margin-bottom: 12px;
}
.statistics ul li label {
  width: 180px;
  color: #bdbdbd;
}
.statistics ul li strong,
.statistics ul li .amount {
  width: calc(100% - 180px);
  font-weight: 600;
}
.statistics ul li .amount {
  line-height: 2;
}

.partner {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .partner {
    margin-bottom: 80px;
  }
}
.partner .block-title {
  color: #fff;
  margin-bottom: 36px;
}
.partner .partner-list {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 100px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .partner .partner-list {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .partner .partner-list li img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .partner .partner-list li img {
    height: 32px;
  }
}

.events .block-title {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .events .block-title {
    margin-bottom: 24px;
  }
}
.events .item-box {
  display: flex;
  gap: 60px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .events .item-box {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.events .item-box .item {
  width: calc((100% - 120px) / 3);
}
@media (max-width: 1023px) {
  .events .item-box .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 480px) {
  .events .item-box .item {
    width: 100%;
  }
}
.events .item-box .item .thumb {
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.events .item-box .item .thumb:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: ease-in 0.3s;
}
.events .item-box .item .thumb img {
  width: 100%;
}
.events .item-box .item .thumb .btn {
  height: 44px;
  width: 140px;
  border: 1px solid #fbc02d;
  color: #fbc02d;
  font-weight: 600;
  padding: 10px 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: ease-in 0.3s;
  opacity: 0;
}
.events .item-box .item .thumb .btn:hover {
  background: #fbc02d;
  color: #fff;
}
.events .item-box .item .name {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.events .item-box .item .name:hover {
  color: #fbc02d;
}
.events .item-box .item .desc {
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 0;
}
.events .item-box .item:hover .thumb:after {
  opacity: 0.7;
}
.events .item-box .item:hover .thumb .btn {
  opacity: 1;
}
.events .btn-primary {
  height: 44px;
  border-radius: 8px;
  background: #fbc02d;
  color: #424242;
  font-weight: 600;
  border: none;
  padding: 11px 32px;
  transition: ease-in 0.3s;
}
.events .btn-primary:hover {
  opacity: 0.7;
}

.partner-detail {
  margin-bottom: 120px;
  text-align: center;
  color: #bdbdbd;
}
@media (max-width: 480px) {
  .partner-detail {
    margin-bottom: 80px;
  }
}
.partner-detail .img {
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .partner-detail .img {
    width: 80%;
    margin: 0 auto 48px;
  }
  .partner-detail .img img {
    width: 100%;
  }
}
.partner-detail p {
  max-width: 820px;
  margin: 0 auto 10px;
}

.statistics_02 {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .statistics_02 {
    margin-bottom: 80px;
  }
}
.statistics_02 .block-title {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .statistics_02 .block-title {
    margin-bottom: 24px;
  }
}
.statistics_02 .img {
  max-width: 820px;
  margin: auto;
}
.statistics_02 .img img {
  width: 100%;
}

.banner-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbc02d;
  color: #212121;
  z-index: 9;
  padding: 12px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner-fixed {
    flex-wrap: wrap;
    padding: 8px 12px;
  }
}
.banner-fixed .title {
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .banner-fixed .title {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .banner-fixed .title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .banner-fixed .title label {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .banner-fixed .title strong {
    display: block;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
  }
}
@media (max-width: 1023px) {
  .banner-fixed .title .copy {
    display: block;
  }
}
.banner-fixed .sale-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1023px) {
  .banner-fixed .sale-link {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .banner-fixed .sale-link {
    gap: 12px;
    width: 100%;
    justify-content: center;
  }
}
.banner-fixed .sale-link .btn-sale {
  height: 44px;
  border-radius: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 24px;
  background: #212121;
  color: #fff;
  transition: ease-in 0.3s;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .banner-fixed .sale-link .btn-sale {
    height: 36px;
    padding: 4px 16px;
  }
}
@media (max-width: 480px) {
  .banner-fixed .sale-link .btn-sale {
    padding: 4px 8px;
  }
}
.banner-fixed .sale-link .btn-sale:hover {
  opacity: 0.7;
}
.banner-fixed .sale-link .btn-sale img {
  height: 24px;
}
@media (max-width: 1023px) {
  .banner-fixed .sale-link .btn-sale span {
    display: none;
  }
}
.banner-fixed .hide {
  display: inline-block;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .banner-fixed .hide {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
  }
}
.banner-fixed.hidden {
  display: none;
}

.term {
  color: #bdbdbd;
}
.term .box:not(:last-child) {
  margin-bottom: 36px;
}
.term h6 {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.term a {
  color: #fbc02d;
}
.term a:hover {
  text-decoration: underline;
}

.block_news .block-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .block_news .block-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .block_news .block-title {
    margin-bottom: 40px;
  }
}
.block_news .news-list {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .block_news .news-list {
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .block_news .news-list {
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 30px;
  }
}
.block_news .news-list .item {
  width: calc((100% - 120px) / 3);
}
@media (max-width: 1023px) {
  .block_news .news-list .item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 480px) {
  .block_news .news-list .item {
    width: 100%;
  }
}
.block_news .news-list .item .thumb {
  display: block;
  padding-bottom: 65%;
  position: relative;
  border: 1px solid rgba(254, 254, 254, 0.7);
}
.block_news .news-list .item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}
.block_news .news-list .item .title {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_news .news-list .item .title a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.block_news .news-list .item .desc {
  color: #bdbdbd;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 14px;
}
.block_news .btn-primary {
  height: 44px;
  border-radius: 0;
  padding: 10px 36px;
  border: none;
  background: rgba(251, 192, 45, 0.3);
  color: #fbc02d;
  position: relative;
  font-weight: 400;
}
.block_news .btn-primary:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fbc02d;
  position: absolute;
  top: 0;
  left: -10px;
  transition: ease-in 0.3s;
}
.block_news .btn-primary:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: url("../img/line_yellow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: ease-in 0.3s;
}
.block_news .btn-primary:hover:before {
  left: 10px;
}
.block_news .btn-primary:hover:after {
  right: 10px;
}

.caption {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2222222222;
  text-align: center;
  color: #fbc02d;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .caption {
    font-size: 32px;
    padding: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 26px;
    padding: 0px;
    margin-bottom: 30px;
  }
}

.header-newyear {
  padding-top: 44px;
  padding-bottom: 51px;
}
.header-newyear .main-menu .menu-pc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
}
.header-newyear .main-menu .menu-pc .btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-newyear .main-menu .menu-pc .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 1279px) {
  .header-newyear {
    padding: 24px 0;
  }
}

.heading-box--newyear {
  background-image: url("../img/heading-box-newyear.jpg");
}

.title-newyear {
  font-size: 24px;
  line-height: 1.2083333333;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.prize-block {
  padding: 80px 0 100px;
}
.prize-block .prize-container {
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-61.5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prize-block .prize-container .prize-img img {
  max-width: 100%;
}
.prize-block .prize-container .prize-content {
  width: calc(50% - 113px);
}
.prize-block .prize-container .prize-title {
  font-weight: 500;
  text-transform: capitalize;
}
.prize-block .prize-container .prize-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2222222222;
  color: #fbc02d;
}
.prize-block .prize-container .prize-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #bdbdbd;
}
.prize-block .prize-container .prize-text .prize-time {
  font-weight: 600;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 1279px) {
  .prize-block .prize-container {
    transform: translateX(0);
  }
  .prize-block .prize-container .prize-img {
    max-width: 450px;
  }
  .prize-block .prize-container .prize-content {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .prize-block .prize-container .prize-img {
    max-width: 360px;
  }
  .prize-block .prize-container .prize-content {
    max-width: 320px;
  }
  .prize-block .prize-container .prize-content .prize-number {
    font-size: 32px;
  }
  .prize-block .prize-container .prize-content .prize-time {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .prize-block {
    padding-bottom: 50px;
  }
  .prize-block .prize-container {
    flex-direction: column;
  }
  .prize-block .prize-container .prize-img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .prize-block .prize-container .prize-content {
    max-width: 100%;
    width: 100%;
  }
  .prize-block .prize-container .prize-content .prize-number {
    font-size: 28px;
  }
}

.reward-block {
  margin-bottom: 100px;
}
.reward-block .reward-container {
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.reward-block .reward-container .winner {
  width: 50%;
}
.reward-block .reward-container .winner .list .item {
  align-items: center;
}
.reward-block .reward-container .join {
  width: calc(50% - 30px);
}
.reward-block .reward-container .join .box:not(:last-child) {
  margin-bottom: 48px;
}
.reward-block .reward-container .join .box .list .item svg {
  margin-top: 4px;
}
.reward-block .reward-container .list .item {
  display: flex;
  align-items: start;
}
.reward-block .reward-container .list .item:not(:last-child) {
  margin-bottom: 12px;
}
.reward-block .reward-container .list .item svg {
  flex-shrink: 0;
}
.reward-block .reward-container .list .item .text {
  margin-left: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #bdbdbd;
}
.reward-block .reward-container .list .item .text span {
  font-weight: 700;
  color: #fbc02d;
}
.reward-block .reward-container .list .item .text strong {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .reward-block .reward-container {
    flex-direction: column;
  }
  .reward-block .reward-container .winner {
    width: 100%;
    margin-bottom: 50px;
  }
  .reward-block .reward-container .join {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reward-block {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .reward-block .reward-container .winner .list .item .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .reward-block {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .reward-block .reward-container .winner .list .item:last-child {
    align-items: start;
  }
}

.live-block {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/live-bg.png") center/cover no-repeat;
  margin-bottom: 100px;
}
.live-block .live-video {
  max-width: 800px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.live-block .live-video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .live-block .live-container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .live-block {
    height: 500px;
  }
  .live-block .live-container {
    max-width: 95%;
    padding-bottom: 0;
  }
  .live-block .live-video {
    height: 240px;
  }
}
.live-block p {
  text-align: center;
}
.live-block p a {
  color: #fbc02d;
}
.live-block p a:hover {
  text-decoration: underline;
}

.spin-block {
  position: relative;
  margin-bottom: 60px;
  z-index: 0;
}
.spin-block .spin-container {
  max-width: 840px;
  border-radius: 8px;
  background-color: #2a2a2a;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px;
  z-index: 1;
}
.spin-block .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
.spin-block .heading .text {
  margin-left: 12px;
  font-size: 24px;
  line-height: 1.2222222222;
  color: #bdbdbd;
  font-weight: 400;
}
.spin-block .heading .text span {
  color: #fbc02d;
  font-weight: 700;
}
.spin-block .heading-mb64 {
  margin-bottom: 64px;
}
.spin-block .spin-action {
  margin-bottom: 48px;
}
.spin-block .spin-action .spin-number {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.spin-block .spin-action .spin-number:nth-child(2) {
  margin-top: 12px;
}
.spin-block .spin-action .spin-number .spin-number-item {
  width: 48px;
  height: 48px;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.21875;
  color: #ffffff;
  font-size: 28px;
}
.spin-block .spin-action .spin-number .spin-number-item:not(:last-child) {
  margin-right: 12px;
}
.spin-block .spin-action .spin-number .spin-number-item--yellow {
  border-color: #fbc02d;
  color: #fbc02d;
  width: 64px;
  height: 64px;
  font-size: 32px;
}
.spin-block .spin-action .spin-number .spin-number-item--yellow:not(:last-child) {
  margin-right: 16px;
}
.spin-block .spin-result .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #424242;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #fff;
}
.spin-block .spin-result .row:last-child {
  margin-bottom: 0;
}
.spin-block .spin-result .row:first-child {
  font-weight: 600;
  color: #bdbdbd;
}
.spin-block .spin-result .row .col {
  text-align: center;
  width: 50%;
}
.spin-block .spin-result .row .spin-result-number {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.spin-block .spin-result .row .spin-result-number .item {
  width: 28px;
  height: 28px;
  background: #fbc02d;
  border-radius: 4px;
  font-weight: 600;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spin-block .spin-result .row .spin-result-number .item:not(:last-child) {
  margin-right: 8px;
}
.spin-block .pagination {
  justify-content: center;
  margin-top: 36px;
}
.spin-block .pagination .page-item .page-link {
  width: 28px;
  height: 28px;
  background: #424242;
  padding: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 0;
}
.spin-block .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.spin-block .pagination .page-item:not(:last-child) {
  margin-right: 8px;
}
.spin-block .pagination .page-item.active .page-link {
  border: 1px solid #fbc02d;
  background: rgba(251, 192, 45, 0.1);
  color: #fbc02d;
}
.spin-block .decor {
  position: absolute;
  z-index: -1;
}
.spin-block .decor.decor1 {
  top: -124px;
  right: 100px;
}
.spin-block .decor.decor2 {
  bottom: -242px;
  left: 100px;
}
.spin-block .decor.decor3 {
  top: -200px;
  right: 100px;
}
.spin-block .decor.decor4 {
  bottom: -170px;
  left: 100px;
}
@media screen and (max-width: 1439px) {
  .spin-block .decor.decor3 {
    right: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .spin-block .decor img {
    width: 90%;
  }
  .spin-block .decor.decor1 {
    right: 50px;
  }
  .spin-block .decor.decor1 img {
    width: 100%;
  }
  .spin-block .decor.decor2, .spin-block .decor.decor4 {
    left: 15px;
  }
  .spin-block .decor.decor3 {
    right: 15px;
    top: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .spin-block .spin-container {
    max-width: 90%;
  }
  .spin-block .spin-result .row {
    flex-direction: column;
  }
  .spin-block .spin-result .row:first-child {
    display: none;
  }
  .spin-block .spin-result .row .col {
    width: 100%;
  }
  .spin-block .spin-result .row .spin-result-number {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .spin-block {
    padding: 24px 12px;
  }
  .spin-block .spin-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .spin-block .heading .text {
    font-size: 14px;
  }
  .spin-block .spin-action .spin-number .spin-number-item {
    margin-bottom: 12px;
  }
  .spin-block .spin-action .spin-number .spin-number-item:nth-child(4n), .spin-block .spin-action .spin-number .spin-number-item:last-child {
    margin-right: 0;
  }
  .spin-block .spin-action .spin-number .spin-number-item--yellow {
    width: 46px;
    height: 46px;
    margin-right: 12px;
  }
  .spin-block .spin-action .spin-number:nth-child(2) {
    margin-top: 20px;
  }
  .spin-block .spin-result .row .spin-result-number .item {
    width: 24px;
    height: 24px;
  }
  .spin-block .decor img {
    width: 60%;
  }
  .spin-block .decor.decor1 {
    right: 15px;
    max-width: 150px;
    top: -30px;
  }
  .spin-block .decor.decor1 img {
    width: 100%;
  }
  .spin-block .decor.decor2 {
    bottom: -30px;
    height: unset;
  }
  .spin-block .decor.decor4 {
    top: -30px;
  }
}
@media screen and (max-width: 374px) {
  .spin-block .heading {
    align-items: start;
  }
  .spin-block .heading .text span {
    display: block;
  }
  .spin-block .spin-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .spin-block .spin-action .spin-number .spin-number-item {
    width: 42px;
    height: 42px;
  }
}

.footer-newyear {
  padding: 36px 0;
  line-height: 1.25;
}
.footer-newyear .container .copyright {
  margin-bottom: 0;
}
.footer-newyear .container .copyright a {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .footer-newyear {
    padding: 24px 0;
    margin-top: 80px;
  }
  .footer-newyear .container .copyright {
    margin-bottom: 16px;
  }
}

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