.kv {
  position: relative;
  text-align: center;
}
.kv picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}
.kv__box {
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .kv__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.kv__title {
  position: relative;
}
.kv__title h1 {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: kv-title-slide-down 0.8s ease-out forwards;
  animation: kv-title-slide-down 0.8s ease-out forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.kv__title h1 span {
  font-size: 0;
}

.kv__umbrella {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px) scaleY(0.5);
  transform: translateX(-50%) translateY(5px) scaleY(0.5);
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: kv-umbrella-open-up 0.2s ease-out forwards;
  animation: kv-umbrella-open-up 0.2s ease-out forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.kv-pd {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

@-webkit-keyframes kv-title-slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kv-title-slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes kv-umbrella-open-up {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(5px) scaleY(0.5);
    transform: translateX(-50%) translateY(5px) scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scaleY(1);
    transform: translateX(-50%) translateY(0) scaleY(1);
  }
}
@keyframes kv-umbrella-open-up {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(5px) scaleY(0.5);
    transform: translateX(-50%) translateY(5px) scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scaleY(1);
    transform: translateX(-50%) translateY(0) scaleY(1);
  }
}
@-webkit-keyframes kv-bubble-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes kv-bubble-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes kv-bubble-float {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes kv-bubble-float {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.pd {
  padding-bottom: 10px;
}
.pd .common-container {
  position: relative;
  overflow: visible;
  margin-bottom: 28px;
  padding: 44px 20px 20px;
  background: #fff;
  color: #111;
}
@media (min-width: 996px) {
  .pd .common-container {
    margin-bottom: 40px;
    padding: 52px 32px 28px;
  }
}
.pd .common-container.gaming {
  margin: 0 auto 70px;
}
@media (min-width: 996px) {
  .pd .common-container.gaming {
    margin: 0 auto 100px;
  }
}
.pd .common-container.gaming .common-title {
  margin-top: -52px;
  padding-top: 0;
}
@media (min-width: 996px) {
  .pd .common-container.gaming .common-title {
    margin-top: -64px;
  }
}
.pd .common-container.gaming .common-title span {
  background: #e60012;
}
.pd .common-container.bp .common-title {
  margin-top: -52px;
  padding-top: 0;
}
@media (min-width: 996px) {
  .pd .common-container.bp .common-title {
    margin-top: -64px;
  }
}
.pd .common-container.bp .common-title span {
  background: #b5a06b;
}

.pd-title {
  position: relative;
  z-index: 2;
}
.pd-title img {
  width: 60%;
}
@media (min-width: 996px) {
  .pd-title img {
    width: auto;
    height: 120px;
  }
}

.pd__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
.pd__box > div {
  position: relative;
  z-index: 2;
  width: calc(50% - 10px);
  margin: 5px;
}
.pd__box > div a {
  display: block;
}
.pd__box--top {
  margin-bottom: 20px;
}
.pd__box--top > div a {
  display: block;
}

.gifts {
  padding: 0px 0 50px;
}
@media (min-width: 996px) {
  .gifts {
    padding: 36px 0 100px;
  }
}

.gifts__lead {
  margin: 0 0 24px;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 4.5vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.gifts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 12px;
  padding: 24px 16px 28px;
  border: 4px solid #ffd800;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .gifts__box {
    gap: 16px;
    padding: 32px 28px 36px;
    border-radius: 48px;
  }
}
@media (min-width: 996px) {
  .gifts__box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 36px 40px 40px;
    border-radius: 56px;
  }
}

.gifts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .gifts__item {
    width: calc(25% - 12px);
  }
}
@media (min-width: 996px) {
  .gifts__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
}

.gifts__item-visual {
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .gifts__item-visual {
    max-width: 200px;
  }
}
.gifts__item-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.gifts__item-text {
  margin: 12px 0 0;
  padding: 0 4px;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 996px) {
  .gifts__item-text {
    margin-top: 16px;
    font-size: 15px;
  }
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
}
.popup::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(8px);
  background: rgba(14, 22, 87, 0.9);
}
.popup__inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #fff;
  color: #222;
  padding: 25px;
}
.popup__close {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 32px;
  height: 32px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (min-width: 996px) {
  .popup__close {
    width: 50px;
    height: 50px;
  }
}
.popup__close:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.popup__close:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:hover::before, .popup__close:hover::after {
  background: #000b28;
}
.popup__close::before, .popup__close::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: #0e1657;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 996px) {
  .popup__close::before, .popup__close::after {
    width: 28px;
    height: 4px;
  }
}
.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__header {
  position: sticky;
  top: 0;
  background: #0e1657;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-gaming-industry);
}
@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}
.popup__body {
  height: 85vh;
  overflow-y: auto;
  padding: 0 25px;
}
.popup__body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popup__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup__body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}
@media (min-width: 996px) {
  .popup__body {
    padding: 50px;
  }
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
  font-family: var(--MSIBodyFont);
}
.terms-btn {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #0e1657;
}
.terms-btn button {
  display: inline-block;
  padding: 14px 28px;
  background: transparent;
  border: 2px solid #ffd800;
  color: #fff;
  font-size: 18px;
  border-radius: 999px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.terms-btn button:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.terms-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  color: #0e1657;
}
.terms-title:first-child {
  margin-top: 0;
}
.terms ul {
  margin-left: 20px;
}
.terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.terms ol {
  margin-left: 25px;
}
.terms ol li {
  list-style: lower-roman;
}
.terms h3 {
  font-size: 17px;
  padding-top: 10px;
}
.terms h4 {
  padding: 15px 0;
}
.terms a {
  color: #0e1657;
  text-decoration: underline;
}
.terms a:hover {
  color: #000b28;
  text-decoration: none;
}
.terms table {
  display: table;
  margin-top: 10px;
  width: 100%;
}
.terms table th {
  background: #0e1657;
  padding: 10px;
  color: #fff;
}
.terms table td {
  border: #ccc 1px solid;
  padding: 10px;
  vertical-align: middle;
}

.redeemBox .redeem {
  padding: 25px 25px 40px;
  text-align: center;
}
.redeemBox .redeem a {
  color: #dc1a9b;
  text-decoration: underline;
}
.redeemBox .redeem a:hover {
  text-decoration: none;
}

.diablo {
  text-align: center;
}
.diablo a {
  color: #c2962f;
}
.diablo a:hover {
  text-decoration: underline;
}
.diablo .redeem__step {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}
.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(45deg, rgba(129, 32, 103, 0.5), rgba(255, 98, 161, 0.5));
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}
.diablo .redeem__step:first-child {
  margin-top: 0;
}
.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
.diablo .redeem__note {
  opacity: 0.6;
  padding-top: 15px;
  font-size: 14px;
}

.wtb {
  position: relative;
  z-index: 20;
  padding: 25px 0 80px;
}
.wtb .common-container {
  background: #fff;
  padding: 0 25px !important;
}
.wtb-top {
  position: relative;
  z-index: 20;
}
.wtb-top img {
  width: 100%;
}

.wtbt_extend button {
  background: #fff;
}

.project {
  position: relative;
  overflow-x: clip;
  background: #0e1657;
  color: #fff;
  font-family: var(--font-gaming-industry);
}
.project h1 {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
}
.project .kv img {
  width: 100%;
  height: auto;
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.project picture {
  display: block;
}
.project .common-container {
  padding: 25px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.project .common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0 20px 0;
  color: #fff;
  font-size: 20px;
  font-family: var(--font-gaming-industry);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: none;
}
.project .common-title::before, .project .common-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
}
.project .common-title span {
  display: inline-block;
  background: #e60012;
  padding: 8px 28px;
  min-width: 250px;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .project .common-title {
    padding-bottom: 48px;
    font-size: 50px;
  }
  .project .common-title span {
    width: auto;
    padding: 9px 34px;
  }
}
.project .bp .common-title span {
  background: #b5a06b;
  min-width: 0;
  padding: 8px 18px;
}
@media (min-width: 996px) {
  .project .bp .common-title span {
    padding: 9px 24px;
  }
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes sway2 {
  0%, 100% {
    -webkit-transform: rotate(-15deg) translateY(0px);
    transform: rotate(-15deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(-12deg) translateY(-3px);
    transform: rotate(-12deg) translateY(-3px);
  }
}
@keyframes sway2 {
  0%, 100% {
    -webkit-transform: rotate(-15deg) translateY(0px);
    transform: rotate(-15deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(-12deg) translateY(-3px);
    transform: rotate(-12deg) translateY(-3px);
  }
}/*# sourceMappingURL=main.css.map */