@charset "UTF-8";
.msiHeader__nav {
  position: relative;
  z-index: 100;
  background: #fff;
}

.cny-promotion {
  background: #000;
}
.cny-promotion .kv {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2024/MY/grforce-festival-beyond-fast/images/kv-bg.jpg") no-repeat, #000;
  padding: 5% 0 8%;
  background-position: 70% 0%;
  background-size: 240%;
}
@media (min-width: 996px) {
  .cny-promotion .kv {
    background-position: center top;
    background-size: cover;
    padding: 3% 0 21.5%;
  }
}
@media (min-width: 1930px) {
  .cny-promotion .kv {
    padding: 4% 0 19%;
  }
}
.cny-promotion .kv::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), to(transparent));
  background: linear-gradient(to top, #000 50%, transparent);
  height: 12vw;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cny-promotion .kv .msi__container {
  max-width: 1380px;
}
@media (min-width: 1930px) {
  .cny-promotion .kv .msi__container {
    max-width: 1920px;
  }
}
.cny-promotion .kv__logo {
  float: right;
}
.cny-promotion .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px 3%;
  width: 90%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .cny-promotion .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cny-promotion .kv__flex--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.cny-promotion .common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #da49db), color-stop(50%, #a1faf7), color-stop(70%, #fd308d));
  background: linear-gradient(to right, #da49db 30%, #a1faf7 50%, #fd308d 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 15px 0;
}
.cny-promotion .common__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .cny-promotion .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cny-promotion .common__btns a {
  cursor: pointer;
  margin: 0 10px;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: var(--text-lg);
  text-decoration: none;
  border: 2px solid;
  border-image-source: linear-gradient(to right, #da49db 0%, #a1faf7 50%, #fd308d 100%);
  border-image-slice: 1;
  color: #fff;
  width: 80%;
}
.cny-promotion .common__btns a:hover {
  background: linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
  text-shadow: 0 0 10px #fff12d;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cny-promotion .nvidia {
  position: relative;
  width: 100%;
}
@media (min-width: 996px) {
  .cny-promotion .nvidia {
    margin-top: -10%;
  }
}
.cny-promotion .nvidia-bar {
  width: 100%;
  background-color: #76b900;
  z-index: 100;
  height: 40px;
}
.cny-promotion .nvidia-icon {
  position: absolute;
  top: unset;
  bottom: -1px;
  left: unset;
  right: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 200;
  text-align: center;
  margin: 0 auto;
}
.cny-promotion .nvidia-icon img {
  width: 250px;
}
.cny-promotion .pd {
  padding: 5% 0;
}
.cny-promotion .pd .tab {
  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: 10px;
  padding: 2% 0;
}
.cny-promotion .pd .tab__item {
  -webkit-filter: drop-shadow(3px 3px 5px #745613);
          filter: drop-shadow(3px 3px 5px #745613);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #8024b1, #a51ec7, #cc00ff 100%);
  border-image-slice: 1;
  text-align: center;
  padding: 10px;
}
@media (min-width: 996px) {
  .cny-promotion .pd .tab__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cny-promotion .pd .tab__item span {
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 5px #9829ff, 0 0 5px #9829ff, 0 0 5px #9829ff, 0 0 5px #9829ff, 0 0 5px #9829ff, 0 0 5px #9829ff;
}
@media (min-width: 996px) {
  .cny-promotion .pd .tab__item span {
    font-size: var(--title-lg);
  }
}
.cny-promotion .pd .pdbox {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-top: 3%;
}
.cny-promotion .pd .pdbox__title {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#bd346d), to(#543dc6));
  background: linear-gradient(to right, #bd346d 0%, #543dc6 100%);
  border-radius: 5px 5px 0 0;
  padding: 10px;
  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;
  gap: 30px;
}
.cny-promotion .pd .pdbox__title h3 {
  background-size: contain;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding: 15px auto;
  font-weight: normal;
}
@media (min-width: 996px) {
  .cny-promotion .pd .pdbox__title h3 {
    font-size: var(--title-lg);
  }
}
.cny-promotion .pd .pdbox__list {
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cny-promotion .pd .pdbox__list .pdCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--text-sm);
}
@media (min-width: 996px) {
  .cny-promotion .pd .pdbox__list .pdCard {
    width: calc(33.3333333333% - 30px);
  }
}
.cny-promotion .pd .pdbox__list .pdCard__img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.cny-promotion .pd .pdbox__list .pdCard__img--sticker {
  position: absolute;
  width: 25%;
  top: -5%;
  right: 0;
}
.cny-promotion .pd .pdbox__list .pdCard__text {
  position: relative;
}
.cny-promotion .pd .pdbox__list .pdCard ul {
  margin-left: 20px;
}
.cny-promotion .pd .pdbox__list .pdCard ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  gap: 5px;
  margin-bottom: 5px;
}
.cny-promotion .pd .pdbox__list .pdCard ul li::before {
  display: inline-block;
  content: "▶";
  color: #000;
  font-size: 10px;
  line-height: 22px;
  height: 22px;
}
.cny-promotion .pd .pdbox__topIcon {
  text-align: center;
  padding: 15px;
}
.cny-promotion .pd .pdbox__topIcon a {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.cny-promotion .shopbtn {
  text-align: center;
}
.cny-promotion .shopbtn a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: var(--title-lg);
  z-index: 2;
  border-radius: 5px;
  background: #f00;
  padding: 5px 15px;
  display: inline-block;
  margin: 3% auto;
}
.cny-promotion .shopbtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: url(https://asset-account.msi.com/rewards/images/light.png) no-repeat center;
  background-size: 200%;
  left: 0;
  mix-blend-mode: lighten;
}
.cny-promotion .shopbtn a:hover::after {
  -webkit-animation: bglight 2s;
          animation: bglight 2s;
}
@-webkit-keyframes bglight {
  0% {
    background-position: 40% 100%;
  }
  50% {
    background-position: 170% 100%;
  }
  100% {
    background-position: 200% 100%;
  }
}
@keyframes bglight {
  0% {
    background-position: 40% 100%;
  }
  50% {
    background-position: 170% 100%;
  }
  100% {
    background-position: 200% 100%;
  }
}
.cny-promotion .redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}
@media (min-width: 1300px) {
  .cny-promotion .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cny-promotion .redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}
@media (min-width: 1300px) {
  .cny-promotion .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 996px) {
  .cny-promotion .redeem a {
    width: calc(40% - 20px);
  }
}
.cny-promotion .redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
  padding: 5% 0;
  justify-content: center;
  aligniems: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cny-promotion .redeem__block-item {
  width: calc(80% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #fee5aa;
  padding: 1% 0;
  -webkit-filter: hue-rotate(285deg);
          filter: hue-rotate(285deg);
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #dc8b65;
    border-bottom: 0;
  }
}
.cny-promotion .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block-item img {
    width: 25%;
  }
}
.cny-promotion .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}
.cny-promotion .redeem__block-item h4 {
  color: #ffd065;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}
.cny-promotion .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}
.cny-promotion .shop {
  padding-bottom: 5%;
  width: 100%;
  background: url(https://storage-asset.msi.com/event/2023/NB/NB_GTM_Stealth_16_Special_landing/images/bg-2.jpg) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
  padding: 2% 0 5%;
}
.cny-promotion .wtbw_selector {
  color: #ccc;
}
.cny-promotion .wtbt_extend button {
  background: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  color: #000;
  border: 3px solid transparent;
  border-radius: 5px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(253, 48, 141)), color-stop(50%, rgb(161, 250, 247)), to(rgb(218, 73, 219)));
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(180deg, rgb(253, 48, 141) 20%, rgb(161, 250, 247) 50%, rgb(218, 73, 219) 100%);
  cursor: pointer;
}
.cny-promotion .wtbt_extend button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(253, 48, 141)), color-stop(50%, rgb(161, 250, 247)), to(rgb(218, 73, 219)));
  background: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(180deg, rgb(253, 48, 141) 20%, rgb(161, 250, 247) 50%, rgb(218, 73, 219) 100%);
}/*# sourceMappingURL=main.css.map */