.project {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#b1e3fe), to(#b7f4fe));
  background: linear-gradient(to right, #b1e3fe, #b7f4fe);
  background-attachment: fixed;
}
.project::before {
  content: "";
  position: absolute;
  background: #fcf6e8;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/TH/Gear-Up-Your-Class/images/bg.jpg);
  background-size: 100% auto;
  top: 50px;
  left: 0;
  -webkit-filter: drop-shadow(0 0 20px #47626b);
          filter: drop-shadow(0 0 20px #47626b);
  border-radius: 20px;
}
@media (min-width: 996px) {
  .project::before {
    width: 97%;
    height: 97%;
    top: 1%;
    left: 1.5%;
    -webkit-transform: rotate(-0.1deg);
            transform: rotate(-0.1deg);
  }
}
.project img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .project .msi__container {
    width: 92%;
  }
}
@media (min-width: 1600px) {
  .project .msi__container {
    width: auto;
  }
}
.project .kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 3% 0;
}
.project .kv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 91%;
  margin: 0 auto;
  background: linear-gradient(104deg, rgba(255, 92, 205, 0) 0.9%, rgb(255, 92, 205) 2.4%, rgba(255, 92, 205, 0.5) 5.8%, rgba(255, 92, 205, 0.1) 93%, rgba(255, 92, 205, 0.4) 96%, rgba(255, 92, 205, 0) 98%), linear-gradient(183deg, rgba(255, 92, 205, 0) 0%, rgba(255, 92, 205, 0.3) 7.9%, rgba(255, 92, 205, 0) 15%);
  -webkit-filter: hue-rotate(94deg) contrast(20);
          filter: hue-rotate(94deg) contrast(20);
  -webkit-box-decoration-break: clone;
  max-width: 1920px;
}
@media (min-width: 1600px) {
  .project .kv .msi__container {
    max-width: 1920px;
  }
}
.project .kv__content {
  width: 100%;
  position: relative;
  z-index: 10;
}
.project .kv__nb {
  margin: 0 -45%;
}
@media (min-width: 996px) {
  .project .kv__nb {
    margin: 0 auto;
  }
}
.project .kv__upwrap {
  position: absolute;
  width: 14%;
}
.project .kv__upwrap.leftWrap {
  left: 5%;
  top: 40%;
}
.project .kv__upwrap.rightWrap {
  right: 5%;
  top: 32%;
}
.project .kv__upwrap .upbox {
  position: relative;
}
.project .kv__upwrap .upbox__star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-animation: starTwinkle 0.5s steps(3, end) infinite;
          animation: starTwinkle 0.5s steps(3, end) infinite;
}
.project .kv__upwrap .upbox__star:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.project .kv__upwrap .upbox__star:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.project .kv__upwrap .upbox__star:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.project .kv__upwrap .upbox__star img {
  width: 100%;
  height: 100%;
}
.project .kv__stickerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
@media (min-width: 996px) {
  .project .kv__stickerflex {
    display: block;
  }
}
.project .kv__sticker {
  margin-top: -2em;
}
@media (min-width: 996px) {
  .project .kv__sticker {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-50px) rotate(-10deg) scale(0.8);
            transform: translateY(-50px) rotate(-10deg) scale(0.8);
    margin: 0;
  }
  .project .kv__sticker.sticker00 {
    width: 16%;
    left: 25%;
    top: -6%;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .project .kv__sticker.stickerprice01 {
    width: 24%;
    right: 3%;
    top: -6%;
  }
  .project .kv__sticker.stickerprice02 {
    width: 28%;
    left: -3%;
    bottom: 2%;
  }
  .project .kv__sticker.stickergift {
    width: 18%;
    right: 4%;
    bottom: 2%;
  }
}
.project .common__title {
  font-size: 28px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #169ae1), to(#968aff));
  background: linear-gradient(to top, #169ae1 30%, #968aff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 36px;
  }
}
.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.project .common-btn {
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: center;
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #2f3b53;
}
.project .common-btn:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}
@media (min-width: 768px) {
  .project .kv__logoBox img {
    width: 80px;
  }
  .project .kv__logoBox p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 100%;
  }
}

@media (min-width: 996px) {
  .mainBody {
    padding: 25px 0 0;
  }
}

.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}
.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-filter: drop-shadow(0px 5px 5px rgba(34, 34, 34, 0.3));
          filter: drop-shadow(0px 5px 5px rgba(34, 34, 34, 0.3));
}
.buyNow .tab__flexBox.select {
  -webkit-filter: drop-shadow(10px 20px 5px rgba(94, 74, 74, 0.4));
          filter: drop-shadow(10px 20px 5px rgba(94, 74, 74, 0.4));
}
.buyNow .tab__flexBox.select:before {
  display: block;
  content: "";
  background: rgba(19, 249, 242, 0.5);
  width: 50%;
  height: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px/18px 0;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 20;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox.select:before {
    height: 40px;
  }
}
.buyNow .tab__flexBox:nth-child(2) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: relative;
}
.buyNow .tab__flexBox-icon {
  display: none;
}
.buyNow .tab__flexBoxInside {
  background: url(https://storage-asset.msi.com/event/2024/CND/120HZ-CAMPAIGN/images/loose-bg-2.jpg) no-repeat center center;
  background-size: cover;
}
.buyNow .tab__label {
  background: url(https://storage-asset.msi.com/event/2024/CND/120HZ-CAMPAIGN/images/loose-bg-2.jpg) no-repeat center center;
  background-size: cover;
  min-height: auto;
}
.buyNow .tab__label p {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(104deg, rgba(255, 92, 205, 0) 0.9%, rgb(255, 92, 205) 2.4%, rgba(255, 92, 205, 0.5) 5.8%, rgba(255, 92, 205, 0.1) 93%, rgba(255, 92, 205, 0.4) 96%, rgba(255, 92, 205, 0) 98%), linear-gradient(183deg, rgba(255, 92, 205, 0) 0%, rgba(255, 92, 205, 0.3) 7.9%, rgba(255, 92, 205, 0) 15%);
  -webkit-filter: hue-rotate(246deg) contrast(2);
          filter: hue-rotate(246deg) contrast(2);
  padding: 5px;
  -webkit-box-decoration-break: clone;
  margin-left: -7px;
  margin-right: -15px;
  border-radius: 8px 3px 15px 3px;
  text-shadow: -6px 6px 9.8px rgba(255, 20, 147, 0.3), 8px -9px 7.3px rgba(255, 20, 147, 0.31), -7px -15px 30px rgba(255, 20, 147, 0.6);
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
    padding: 5px 40px;
  }
}
.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
  -webkit-filter: drop-shadow(0px 5px 5px #cac1ac);
          filter: drop-shadow(0px 5px 5px #cac1ac);
  border: 0px;
}
.buyNow .hatch__slider .hatch__box::before, .buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -webkit-box-shadow: #cac1ac 3px 3px 5px inset;
          box-shadow: #cac1ac 3px 3px 5px inset;
}
.buyNow .hatch__slider .hatch__box::before {
  left: 10px;
  top: 10px;
}
.buyNow .hatch__slider .hatch__box::after {
  right: 10px;
  top: 10px;
}
.buyNow .sec3__title {
  color: #fff;
  padding: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.redeem__flex a {
  color: #fff;
  text-decoration: underline;
}
.redeem__flex a:hover {
  text-decoration: none;
}
@media (min-width: 996px) {
  .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.redeem__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.redeem__item--title {
  padding-bottom: 20px;
}
.redeem__item--title span {
  background: linear-gradient(45deg, #3bdbb6, #138e9d);
  display: inline-block;
  padding: 10px 25px;
}
.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}
.redeem__arrow img {
  width: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 996px) {
  .redeem__arrow img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 996px) {
  .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.redeem figure {
  text-align: center;
}
.redeem figure img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.intro {
  padding: 30px 0 60px;
}
@media (min-width: 996px) {
  .intro {
    padding: 45px 0 7%;
  }
}
.intro__wrapper {
  width: 100%;
  margin: 50px auto;
}
.intro__wrapper a {
  display: block;
  margin-bottom: 20px;
}
.intro__wrapper a:first-child {
  margin-bottom: 40px;
}
.intro .btns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .intro .btns__wrapper {
    max-width: 50%;
  }
}
.intro .btns__wrapper a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: center;
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #2f3b53;
}
@media (min-width: 996px) {
  .intro .btns__wrapper a {
    padding: 15px 10px;
  }
}
.intro .btns__wrapper a:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}

.announced {
  padding: 25px;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 996px) {
  .announced {
    padding: 80px 25px;
  }
}
.announced__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.announced-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.announced-logos img {
  height: 80px;
}
.announced p {
  opacity: 0.6;
  padding-top: 25px;
  font-size: 14px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #111;
  color: #fff;
}
.popup-close {
  position: sticky;
  top: 0;
  left: 100%;
}
.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}
.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.popup__header {
  position: sticky;
  top: 0;
  background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}
@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}
.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}
@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}
.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup__content::-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;
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}
.terms__title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}
.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 h4 {
  padding: 15px 0;
}
.terms a {
  color: rgba(193, 152, 101, 0.5);
  text-decoration: underline;
}
.terms 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:first-child {
  margin-top: 0;
}
.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}
.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
.diablo .redeem__note {
  opacity: 0.6;
  padding-top: 15px;
  font-size: 14px;
}

.bundle__content {
  color: #222;
}

@-webkit-keyframes starTwinkle {
  0%, 100% {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  50% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes starTwinkle {
  0%, 100% {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  50% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes stickerAppear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) rotate(-10deg) scale(0.8);
            transform: translateY(-50px) rotate(-10deg) scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(10px) rotate(2deg) scale(1.05);
            transform: translateY(10px) rotate(2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes stickerAppear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) rotate(-10deg) scale(0.8);
            transform: translateY(-50px) rotate(-10deg) scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(10px) rotate(2deg) scale(1.05);
            transform: translateY(10px) rotate(2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
}/*# sourceMappingURL=main.css.map */