.kv {
  position: relative;
  text-align: center;
}
.kv picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

.kv-txt h1,
.kv-txt h2,
.kv-txt p {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: -9999px;
}
.pd {
  padding-bottom: 10px;
  margin-top: 10%;
}
@media (min-width: 996px) {
  .pd {
    margin-top: 4%;
  }
}
.pd .msi__container:nth-last-of-type(1) {
  margin-top: 100px;
}
.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 50px;
}
@media (min-width: 996px) {
  .pd .common-container.gaming {
    margin: 0 auto 50px;
  }
}
.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;
}
@media (min-width: 499px) {
  .pd__box > div a {
    display: block;
    padding: 10%;
  }
  .pd__box--top > div a {
    display: block;
    padding: 6%;
  }
}
.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;
  }
}

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