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

.cny-promotion {
  background: #000;
}

.cny-promotion .promotion-top{
  background: url(https://storage-asset.msi.com/event/2024/SG/gaming-all-day/images/top-bg.jpg) no-repeat, #000;
  background-size: cover;

}

.cny-promotion .kv {
  position: relative;
  padding: 8% 0;
}

.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;
}
.cny-promotion .kv__flex--txt {
  -webkit-filter: drop-shadow(0 0 5px black);
          filter: drop-shadow(0 0 5px black);
}
.cny-promotion .kv__flex--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  position: relative;
}
.cny-promotion .kv__flex--img .img-light {
  mix-blend-mode: saturation;
  position: absolute;
  top: 0;
  left: 0;
}
.cny-promotion .common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
  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;
}
.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(120deg, #4ffd3099 20%, #d2faa199 50%, #49db6b99 100%);
  border-image-slice: 1;
  color: #fff;
  width: 80%;
}
.cny-promotion .common__btns a:hover {
  background: linear-gradient(120deg, #4ffd3099 20%, #d2faa199 50%, #49db6b99 100%);
  text-shadow: 0 0 10px #fff12d;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cny-promotion .nvidia {
  position: relative;
  width: 100%;
}
.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: 130px;
}
.cny-promotion .pd {
  padding: 5% 0;
}


.cny-promotion .pd__flex {
  margin-top: 3%;
}

.cny-promotion .pd .pdbox {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
}

.cny-promotion .pd-item {
  width: 100%;
  
}

.cny-promotion .pd .pdbox__title {
  text-align: center;
  background: #fdba07;
  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: #000000;
  position: relative;
  text-transform: uppercase;
  padding: 15px auto;
  font-weight: bold;
}
.cny-promotion .pd .pdbox__list {
  padding: 0;
}
.cny-promotion .pd .pdbox__list .pdCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-size: var(--text-sm);
}
.cny-promotion .pd .pdbox__list .pdCard__img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 30%;
}
.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;
  width: 70%;
  padding-right: 15px;
}
.cny-promotion .pd .pdbox__list .pdCard ul {
  margin-left: 0px;
}
.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;
}
.cny-promotion .redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}
.cny-promotion .redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}
.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, #4ffd3099 20%, #d2faa199 50%, #49db6b99 100%);
  padding: 5% 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.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 #d2faa199;
  padding: 1% 0;
  -webkit-filter: hue-rotate(40deg);
  filter: hue-rotate(40deg);
}
.cny-promotion .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}
.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%);
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(120deg, #4ffd3099 20%, #d2faa199 50%, #49db6b99 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%);
}

@media (min-width: 996px) {
  .cny-promotion .kv {
    background-position: center bottom;
    background-size: cover;
    padding: 5% 0 3%;
  }
  .cny-promotion .kv__title {
    width: 100%;
    margin: 0 auto;
  }
  
}


@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;
  }
}
@media (min-width: 996px) {
  .cny-promotion .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 996px) {
  .cny-promotion .nvidia {
    margin-top: 0%;
  }
  .cny-promotion .nvidia-icon img {
    width: 250px;
  }
}
@media (min-width: 996px) {

  .cny-promotion .pd__flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 3%;
  }

  .cny-promotion .pd-item {
    width: calc( (100% / 2) - 10px );
    margin: 0 20px;
  }

  .cny-promotion .pd .tab__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 996px) {
  .cny-promotion .pd .tab__item span {
    font-size: var(--title-lg);
  }
}
@media (min-width: 996px) {
  .cny-promotion .pd .pdbox__title h3 {
    font-size: var(--title-lg);
  }
}
@media (min-width: 996px) {
  .cny-promotion .pd .pdbox__list .pdCard {
  }
}
@-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%;
  }
}
@media (min-width: 1300px) {
  .cny-promotion .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@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);
  }
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #d2faa199;
    border-bottom: 0;
  }
}
@media (min-width: 996px) {
  .cny-promotion .redeem__block-item img {
    width: 25%;
  }
}
/*# sourceMappingURL=main-sg.css.map */