.project {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2025/TH/Haunting-Deal/images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.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 .common__title {
  font-size: 28px;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 20px auto;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 0px 2px 0px #000, 0px -2px 0px #000, 2px 0px 0px #000, -2px 0px 0px #000, 4px 4px 0px #f15a23, -4px 4px 0px #f15a23, 4px -4px 0px #f15a23, -4px -4px 0px #f15a23, 0px 4px 0px #f15a23, 0px -4px 0px #f15a23, 4px 0px 0px #f15a23, -4px 0px 0px #f15a23;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 36px;
    padding: 20px 35px;
  }
}
.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);
}
.project .kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2025/TH/Haunting-Deal/images/kv-bg.jpg) no-repeat bottom;
  background-size: cover;
  padding: 0 0 1%;
}
@media (min-width: 1600px) {
  .project .kv .msi__container {
    max-width: 1920px;
  }
}
.project .kv__sale {
  right: 2%;
  top: 4%;
  width: 20%;
  margin: -18% 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}
@media (min-width: 996px) {
  .project .kv__sale {
    position: absolute;
    margin: 0;
    width: 14%;
  }
}
@media (min-width: 1930px) {
  .project .kv__sale {
    right: 10%;
  }
}
.project .kv__content {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  max-width: 1800px;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}
.project .kv__content img {
  display: inline-block;
}
.project .kv__title {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 996px) {
  .project .kv__title {
    width: 60%;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
@media (min-width: 1600px) {
  .project .kv__title {
    width: 50%;
  }
}
.project .kv__title-pumpkin {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-animation: pumpkinFlicker 3s linear infinite;
          animation: pumpkinFlicker 3s linear infinite;
}
.project .kv__nb {
  text-align: center;
  margin: -8% auto 0;
  width: 100%;
  position: relative;
}
.project .kv__stickerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -8%;
}
@media (min-width: 996px) {
  .project .kv__sticker {
    opacity: 0;
  }
  .project .kv__sticker.stickerPrice {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .project .kv__sticker.stickerBundle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.5%;
            flex: 0 0 45.5%;
  }
}

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

.buyNow .selectarea__filter-item {
  color: #fff;
  border-color: #f15a23;
}
.buyNow .selectarea__filter-item:hover {
  background: #f15a23;
}
.buyNow .selectarea__filter-item--active {
  color: #fff;
  background: #f15a23;
}
.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 #000);
          filter: drop-shadow(10px 20px 5px #000);
}
.buyNow .tab__flexBox.select .tab__flexBox-icon {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  bottom: -35px;
}
.buyNow .tab__flexBox:nth-child(2) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: relative;
}
.buyNow .tab__flexBox-icon {
  background: url(https://storage-asset.msi.com/event/2025/TH/Haunting-Deal/images/fall-bg.png) no-repeat center left;
  background-size: 180%;
  width: 100%;
  z-index: -1;
  bottom: 0px;
  height: 60px;
}
.buyNow .tab__flexBox-icon img {
  opacity: 0;
}
.buyNow .tab__flexBoxInside {
  background-size: cover;
  -webkit-box-shadow: 5px 5px 0px #f15a23, -5px 5px 0px #f15a23, 5px -5px 0px #f15a23, -5px -5px 0px #f15a23, 0 5px 0px #f15a23, 0 -5px 0px #f15a23, 5px 0px 0px #f15a23, -5px 0px 0px #f15a23;
          box-shadow: 5px 5px 0px #f15a23, -5px 5px 0px #f15a23, 5px -5px 0px #f15a23, -5px -5px 0px #f15a23, 0 5px 0px #f15a23, 0 -5px 0px #f15a23, 5px 0px 0px #f15a23, -5px 0px 0px #f15a23;
  position: relative;
  background: #fff;
}
.buyNow .tab__flexBoxInside-pic {
  width: 100%;
  border-radius: 10px;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.buyNow .tab__label {
  min-height: auto;
  z-index: 2;
  background: #fff;
}
.buyNow .tab__label p {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px;
  border-radius: 8px;
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
    padding: 5px;
  }
}
.buyNow .hatch__buyNowBtn-buynow {
  border-radius: 10px;
}
.buyNow .hatch__buyNowBtn-buynow--gaming, .buyNow .hatch__buyNowBtn-buynow--business, .buyNow .hatch__buyNowBtn-buynow--claw {
  color: #000;
  background: #f15a23;
}
.buyNow .hatch__buyNowBtn-buynow--gaming:before, .buyNow .hatch__buyNowBtn-buynow--gaming:after, .buyNow .hatch__buyNowBtn-buynow--business:before, .buyNow .hatch__buyNowBtn-buynow--business:after, .buyNow .hatch__buyNowBtn-buynow--claw:before, .buyNow .hatch__buyNowBtn-buynow--claw:after {
  background: #f15a23;
}
.buyNow .hatch__buyNowBtn-buynow--gaming:hover span::before, .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::after, .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::before, .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::after, .buyNow .hatch__buyNowBtn-buynow--business:hover span::before, .buyNow .hatch__buyNowBtn-buynow--business:hover span::after, .buyNow .hatch__buyNowBtn-buynow--business:hover span::before, .buyNow .hatch__buyNowBtn-buynow--business:hover span::after, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::before, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::after, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::before, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::after {
  background: #f15a23;
}
.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: #000 3px 3px 5px inset;
          box-shadow: #000 3px 3px 5px inset;
  background: #100611;
}
.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);
  }
}
@-webkit-keyframes pumpkinFlicker {
  0% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.2;
  }
  16% {
    opacity: 0.8;
  }
  17% {
    opacity: 0.2;
  }
  18% {
    opacity: 0.2;
  }
  35% {
    opacity: 0.2;
  }
  36% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  38% {
    opacity: 0.2;
  }
  45% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  55% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.1;
  }
  65% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.2;
  }
  86% {
    opacity: 1;
  }
  87% {
    opacity: 0.2;
  }
  88% {
    opacity: 0.2;
  }
  95% {
    opacity: 0.2;
  }
  96% {
    opacity: 1;
  }
  97% {
    opacity: 0.2;
  }
  98% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pumpkinFlicker {
  0% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.2;
  }
  16% {
    opacity: 0.8;
  }
  17% {
    opacity: 0.2;
  }
  18% {
    opacity: 0.2;
  }
  35% {
    opacity: 0.2;
  }
  36% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  38% {
    opacity: 0.2;
  }
  45% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  55% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.1;
  }
  65% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.2;
  }
  86% {
    opacity: 1;
  }
  87% {
    opacity: 0.2;
  }
  88% {
    opacity: 0.2;
  }
  95% {
    opacity: 0.2;
  }
  96% {
    opacity: 1;
  }
  97% {
    opacity: 0.2;
  }
  98% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}/*# sourceMappingURL=main.css.map */