.snowImg {
  position: absolute;
  top: -50px;
  z-index: 10;
  pointer-events: none;
}

.snowImg img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

/* 雪花飘落动画 */
@keyframes snowfall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: translateX(20px) rotate(180deg);
  }
  100% {
    transform: translateY(100vh) translateX(-20px) rotate(360deg);
    opacity: 0.3;
  }
}

/* 更亮的雪花飘落动画 */
@keyframes snowfallBright {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(20px) rotate(180deg);
    opacity: 0.95;
  }
  100% {
    transform: translateY(100vh) translateX(-20px) rotate(360deg);
    opacity: 0.6;
  }
}

/* 不同大小的雪花 */
/* 更亮更大的雪花 */
.snowImg-1 {
  left: 10%;
  width: 55px;
  animation: snowfallBright 8s linear infinite;
  animation-delay: 0s;
}

.snowImg-1 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-2 {
  left: 20%;
  width: 25px;
  animation: snowfall 10s linear infinite;
  animation-delay: 1s;
}

.snowImg-3 {
  left: 30%;
  width: 60px;
  top: -150px;
  animation: snowfallBright 12s linear infinite;
  animation-delay: 0.5s;
}

.snowImg-3 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-4 {
  left: 40%;
  width: 20px;
  animation: snowfall 9s linear infinite;
  animation-delay: 2s;
}

.snowImg-5 {
  left: 50%;
  width: 50px;
  animation: snowfallBright 11s linear infinite;
  animation-delay: 1.5s;
}

.snowImg-5 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-6 {
  left: 60%;
  width: 28px;
  animation: snowfall 10s linear infinite;
  animation-delay: 0.8s;
}

.snowImg-7 {
  left: 70%;
  width: 48px;
  animation: snowfallBright 13s linear infinite;
  animation-delay: 2.5s;
}

.snowImg-7 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-8 {
  left: 80%;
  width: 22px;
  animation: snowfall 9s linear infinite;
  animation-delay: 1.2s;
}

.snowImg-9 {
  left: 15%;
  width: 52px;
  animation: snowfallBright 11s linear infinite;
  animation-delay: 3s;
}

.snowImg-9 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-10 {
  left: 85%;
  width: 26px;
  animation: snowfall 10s linear infinite;
  animation-delay: 2.2s;
}

.snowImg-11 {
  left: 5%;
  width: 45px;
  animation: snowfallBright 9s linear infinite;
  animation-delay: 3.5s;
}

.snowImg-11 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-12 {
  left: 25%;
  width: 24px;
  animation: snowfall 11s linear infinite;
  animation-delay: 4s;
}

.snowImg-13 {
  left: 35%;
  width: 42px;
  animation: snowfallBright 10s linear infinite;
  animation-delay: 1.8s;
}

.snowImg-13 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-14 {
  left: 45%;
  width: 30px;
  animation: snowfall 12s linear infinite;
  animation-delay: 4.5s;
}

.snowImg-15 {
  left: 55%;
  width: 38px;
  animation: snowfallBright 9s linear infinite;
  animation-delay: 2.8s;
}

.snowImg-15 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-16 {
  left: 65%;
  width: 27px;
  animation: snowfall 11s linear infinite;
  animation-delay: 5s;
}

.snowImg-17 {
  left: 75%;
  width: 44px;
  animation: snowfallBright 10s linear infinite;
  animation-delay: 3.2s;
}

.snowImg-17 img {
  opacity: 1;
  filter: brightness(1.3);
}

.snowImg-18 {
  left: 90%;
  width: 23px;
  animation: snowfall 13s linear infinite;
  animation-delay: 4.8s;
}

@media (max-width: 768px) {
  .snowImg {
    width: 20px !important;
  }

  .snowImg-2,
  .snowImg-4,
  .snowImg-6,
  .snowImg-8,
  .snowImg-10,
  .snowImg-12,
  .snowImg-14,
  .snowImg-16,
  .snowImg-18 {
    width: 15px !important;
  }

  /* 移动端保持更亮雪花的相对大小 */
  .snowImg-1 {
    width: 30px !important;
  }

  .snowImg-3 {
    width: 35px !important;
  }

  .snowImg-5 {
    width: 28px !important;
  }

  .snowImg-7 {
    width: 26px !important;
  }

  .snowImg-9 {
    width: 30px !important;
  }

  .snowImg-11 {
    width: 25px !important;
  }

  .snowImg-13 {
    width: 24px !important;
  }

  .snowImg-15 {
    width: 22px !important;
  }

  .snowImg-17 {
    width: 26px !important;
  }
}
@media (max-width: 996px) {
  .snowImg {
    animation: none;
  }
}
.kv {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/kv-bg.jpg")
    top center no-repeat;
  background-size: cover;
  padding: 20% 0 0;
  font-family: var(--pageTitle);
  margin-top: -3%;
}

@media (min-width: 996px) {
  .kv {
    background: url("https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/kv-bg.jpg")
      top center no-repeat;
    background-size: cover;
    padding: 0;
  }
}

.kv__box {
  position: relative;
}

@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kv__titleBoxWrap {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/title-bg.jpg)
    no-repeat;
  background-size: cover;
  width: 100%;
  padding: 3% 0;
  /* height: 11vw; */
}
.kv__titleBoxWrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100%; */
}
@media (min-width: 996px) {
  .kv__titleBoxWrap {
    background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/title-bg.jpg)
      no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 189px; */
    margin-top: 9%;
    padding: 0;
  }
  .kv__titleBoxWrap-flex {
    height: auto;
  }
}

.kv__titleBox {
  text-align: center;
  color: #efce7c;
  text-transform: uppercase;
  margin: 0 2% 1%;
}
.kv__titleBox-pattern {
  width: 15%;
  margin: auto;
  text-align: center;
}
.kv__titleBox-pattern img {
  width: 50%;
  margin: auto;
}
.kv__titleBox h1 {
  font-size: 4vw;
  text-shadow: 0 5px 2px #6a0505, 0 5px 2px #6a0505;
}

.kv__titleBox p {
  font-size: 2.5vw;
}

@media (min-width: 996px) {
  .kv__titleBox-pattern {
    width: auto;
  }
  .kv__titleBox-pattern img {
    width: 80%;
    margin: auto;
  }
  .kv__titleBox h1 {
    font-size: 4vw;
    text-shadow: 0 5px 2px #6a0505, 0 12px 2px #6a0505;
  }

  .kv__titleBox p {
    font-size: 1.7vw;
  }
}

.kv__btn {
  text-align: center;
  margin: 10% auto;
}
.kv__btn a {
  color: #820908;
  padding: 5px 20px;
  font-size: 3vw;
  display: inline-block;
  background: #efce7c;
  text-align: center;
  box-shadow: 0 0 10px #fff700, 0 0 20px #fff700;
  font-weight: 600;
}
@media (min-width: 996px) {
  .kv__btn {
    margin: 0 auto 2%;
    margin: 3% auto;
  }
  .kv__btn a {
    color: #820908;
    padding: 10px 25px;
    font-size: 1.3vw;
    display: inline-block;
    background: #efce7c;
  }
}
@media (min-width: 1930px) {
  .kv__box {
    height: auto;
  }

  .kv__titleBoxWrap {
    height: auto;
  }
}
.kv__content {
  padding-bottom: 5%;
}

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

.kv__content-title {
  color: var(--color);
  font-size: 7.5vw;
  font-family: var(--pageTitle);
  font-weight: 900;
}

@media (min-width: 996px) {
  .kv__content-title {
    font-size: 4vw;
  }
}

@media (min-width: 1600px) {
  .kv__content-title {
    font-size: 3.2vw;
  }
}

.kv__content p {
  font-size: 5vw;
  padding: 10px 0 15px;
  font-family: var(--pageTitle);
  font-weight: 900;
}

@media (min-width: 996px) {
  .kv__content p {
    font-size: 2.5vw;
    padding: 15px 0 20px;
  }
}

@media (min-width: 1600px) {
  .kv__content p {
    font-size: 1.9vw;
  }
}

.kv__content p b {
  display: inline-block;
  background: var(--color);
  padding: 5px;
}

.kv__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: var(--color);
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 900;
}

.kv__content a img {
  width: 20px;
}

.kv__pd {
  margin-bottom: 0;
  text-align: center;
  /* margin-top: 20%; */
}

@media (min-width: 996px) {
  .kv__pd {
    width: 65%;
    /* margin-top: 3%; */
  }
}

@media (min-width: 1930px) {
  .kv__pd {
    margin-top: 5%;
  }
  .kv__pd img {
    -webkit-transform: scale(1.2) translateY(-5%);
    transform: scale(1.2) translateY(-5%);
  }
}
.kv-note {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/kv-notebg.jpg)
    no-repeat;
  background-size: cover;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 2.8vw;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .kv-note {
    font-size: 1.2rem;
  }
}
.kv-terms {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  background: var(--color);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-family: var(--pageTitle);
  font-weight: 900;
}

.textBar span {
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

@media (min-width: 996px) {
  .textBar span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.saleIntro {
  background: #11110f;
  padding: 20px 0;
}

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

@media (min-width: 996px) {
  .saleIntro__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.saleIntro figure {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 996px) {
  .saleIntro figure {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}

.saleIntro .img {
  border: var(--color) 1px solid;
}

.saleIntro .img img {
  vertical-align: bottom;
}

.saleIntro .text {
  padding: 25px;
}

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

.saleIntro h3,
.saleIntro h4 {
  font-family: var(--pageTitle);
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .saleIntro h3 span,
  .saleIntro h4 span {
    display: block;
  }
}

.saleIntro h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.saleIntro h4 {
  font-size: 18px;
  color: var(--color);
}

.saleIntro p {
  padding: 15px 0;
}

.deal {
  position: relative;
}

.deal__box {
  position: relative;
  z-index: 2;
}

.deal h2 {
  padding-bottom: 20px;
}

.deal p {
  padding-bottom: 25px;
}

.deal .img {
  text-align: center;
}

.deal .img img {
  width: 100%;
  max-width: 80%;
  vertical-align: bottom;
}

.deal.monitor {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-dt-bg.jpg)
    right bottom no-repeat #a6770f;
  background-size: 199%;
  padding: 7% 0;
  overflow: hidden;
}
.deal.monitor .img {
  width: 70%;
  margin: 5% 0 3% 15%;
}
.deal-pattern-l {
  position: absolute;
  top: -5%;
  left: 1%;
  width: 45vw;
}
.deal-pattern img {
  width: 50%;
}
.deal-pattern-r {
  position: absolute;
  top: -5%;
  right: 1%;
  transform: scaleX(-1);
  width: 45vw;
}
.deal.monitor .common-container {
  margin-top: 15%;
}
.deal .text h4 {
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .deal.monitor .common-container {
    margin-top: 4%;
  }
  .deal.monitor {
    background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-dt-bg.jpg)
      right bottom no-repeat #a6770f;
    background-size: contain;
    padding: 7% 0;
    overflow: hidden;
  }
  .deal.monitor .img {
    right: 11%;
    bottom: 5vw;
    text-align: right;
    width: 37%;
    position: absolute;
    margin: 0;
  }
  .deal.monitor .text {
    width: 50%;
  }
  .deal .text h4 {
    font-size: 1.9rem;
  }
  .deal-pattern-l {
    position: absolute;
    top: -4vw;
    left: 1%;
    width: 18vw;
  }
  .deal-pattern img {
    width: 80%;
  }
  .deal-pattern-r {
    position: absolute;
    top: -4vw;
    right: 1%;
    transform: scaleX(-1);
    width: 18vw;
  }
}

@media (min-width: 1930px) {
  .deal.monitor .img {
    width: 32vw;
    right: 11vw;
  }
}

.deal.component {
  background: url("https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-mnt-bg.jpg")
    left center no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.deal__flexBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 996px) {
  .deal.component {
    background: url("https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-mnt-bg.jpg")
      left center no-repeat #610303;
    background-size: cover;
    padding: 7% 0;
  }

  .deal.component .text {
    margin-left: 50%;
  }
  .deal.component .img {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1930px) {
  .deal.component .img {
    width: 32vw;
    left: 11vw;
  }
}

@media (min-width: 996px) {
  .deal.proMointor .text {
    margin-left: 60%;
  }
  .deal.proMointor .img {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1930px) {
  .deal.proMointor .img {
    width: 32vw;
    left: 11vw;
  }
}
.deal.proMointor {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 217, 209, 1) 100%
  );
  padding: 5% 0;
  position: relative;
}
.deal.gamingGear {
  background: linear-gradient(
    233deg,
    rgba(220, 217, 209, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 5% 0;
  position: relative;
}
.deal.proMointor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-series-snow.png)
    no-repeat;
  background-size: cover;
}
.deal.gamingGear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-series-snow.png)
    no-repeat;
  background-size: cover;
}
.deal.gamingGear::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13vw;
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/pd-series-tree.png)
    no-repeat;
  background-size: cover;
  filter: drop-shadow(0 0 30px #c3beb1);
}
.deal.proMointor .common-title,
.deal.gamingGear .common-title {
  color: #987521;
}
.deal.proMointor h4,
.deal.gamingGear h4,
.deal.proMointor p,
.deal.gamingGear p {
  color: #000000;
}
.deal.proMointor .common-btn,
.deal.gamingGear .common-btn {
  color: #987521 !important;
  border-color: #987521 !important;
}

.deal.proMointor .common-btn:hover,
.deal.gamingGear .common-btn:hover {
  /* color: #000000 !important;
  border-color: #000000 !important; */
}
.deal.gamingGear {
  color: #222;
  --color: #3a9ef5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.deal.gamingGear .img {
  order: 1;
}
.deal.gamingGear .deal__box {
  order: 2;
}
.deal.gamingGear button:hover {
  color: var(--color);
}

@media (min-width: 996px) {
  .deal.gamingGear {
    color: #222;
    --color: #3a9ef5;
    display: block;
  }
  .deal.gamingGear .img {
    order: 2;
  }
  .deal.gamingGear .deal__box {
    order: 1;
  }
  .deal.gamingGear .text {
    width: 40%;
  }
  .deal.gamingGear .img {
    position: absolute;
    width: 30%;
    right: 10%;
    top: 0;
    z-index: 1;
  }
  .deal.gamingGear .img img {
    max-width: 100%;
  }
}

@media (min-width: 1930px) {
  .deal.gamingGear .img {
    width: 32vw;
    right: 11vw;
  }
  .deal.gamingGear .img img:nth-last-of-type(1) {
    max-width: 80%;
  }
}

.model {
  display: none;
  padding: 50px 0;
}

@media (min-width: 996px) {
  .model {
    padding: 80px;
  }
}

.model h2 {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
}

.model h3 {
  font-size: var(--title-lg);
  color: var(--color);
  padding: 10px 0;
}

.model__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: var(--color) 1px solid;
  text-align: center;
  margin-top: 15px;
}

.model__th {
  display: table-row;
}

.model__th .model__cell {
  background: var(--color);
  color: #fff;
  border-right: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 8px;
}

.model__th .model__cell:last-child {
  border: none;
}

.model__row {
  display: table-row;
}

.model__cell {
  display: table-cell;
  background: rgba(255, 0, 0, 0.1);
  padding: 8px;
  border: var(--color) 1px solid;
}

.model__cell a {
  color: #fff;
}

.model__cell a:hover {
  text-decoration: underline;
}

.model__btn {
  text-align: center;
  padding-top: 40px;
}

#proMointor-models,
#network-models {
  /* --color: #3a9ef5; */
}

.giveaway {
  background-color: #660a07;
}

.giveaway .giveaway__box {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/giveaway-bg.jpg)
    no-repeat top center;
  background-size: cover;
  text-align: center;
  padding-bottom: 0 !important;
}
.giveaway .common-title {
  background: linear-gradient(
    to right,
    rgba(255, 255, 153, 1) 1%,
    rgba(249, 189, 87, 1) 21%,
    rgba(188, 131, 71, 1) 42%,
    rgba(254, 253, 148, 1) 58%,
    rgba(218, 159, 79, 1) 78%,
    rgba(255, 255, 163, 1) 100%
  );
  background: -webkit-linear-gradient(
    to right,
    rgba(255, 255, 153, 1) 1%,
    rgba(249, 189, 87, 1) 21%,
    rgba(188, 131, 71, 1) 42%,
    rgba(254, 253, 148, 1) 58%,
    rgba(218, 159, 79, 1) 78%,
    rgba(255, 255, 163, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 2px #6a0505) drop-shadow(0 5px 2px #6a0505);
}
.giveaway .giveaway__box .text {
  width: 100%;
  margin: 5% auto 0;
}
.giveaway h4 {
  font-size: 1.5vw;
  margin: 1% auto 3%;
  font-weight: normal;
}

.giveaway .giveaway__box .common-btn {
  margin: 5% auto 0;
}
.giveaway .giveaway__box .img {
  width: 70%;
  margin: 9% auto 0;
  position: relative;
}
.giveaway .giveaway__box .img img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  margin-bottom: 6.5%;
}
.giveaway .giveaway__box .img .img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .giveaway .giveaway__box .text {
    width: 70%;
  }
}
.wish {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/wish-bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.wish__titleBoxWrap {
  margin-top: 25%;
}
.wish__pd {
  width: 100%;
  margin: auto;
  text-align: center;
}
.wish__titleBox {
  background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/title-bg.jpg)
    no-repeat;
  background-size: cover;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0;
}

.wish__titleBox h2 {
  text-transform: uppercase;
  font-size: 5.5vw;
  text-align: center;
  padding: 0 25px;
}
.wish__boxWrap p {
  width: 100%;
  margin: 3% auto 0;
  text-align: center;
  font-size: 20px;
  padding: 0 25px;
}

.wish-pattern-l {
  position: absolute;
  left: 1%;
  top: -3vw;
  width: 45vw;
}
.wish-pattern-r {
  position: absolute;
  right: 1%;
  top: -3vw;
  transform: scaleX(-1);
  width: 45vw;
}
.wish-pattern img {
  width: 50%;
}
@media (min-width: 996px) {
  .wish__titleBoxWrap {
    background: url(https://storage-asset.msi.com/event/2025/AU/happy-holiday-deals/images/title-bg.jpg)
      no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10vw;
    margin-top: 11%;
  }
  .wish__titleBox {
  }
  .wish__titleBox h2 {
    font-size: 3vw;
    padding-top: 4.5%;
    padding: 0;
    width: 70%;
    margin: auto;
  }
  .wish__boxWrap p {
    width: 60%;
    padding: 0;
  }
  .wish-pattern img {
    width: 80%;
  }
  .wish__pd {
    width: 70%;
  }
  .wish-pattern-l {
    position: absolute;
    left: 1%;
    top: -4vw;
    width: 18vw;
  }
  .wish-pattern-r {
    position: absolute;
    right: 1%;
    top: -4vw;
    width: 18vw;
  }
}

.tc {
  background-color: #222222;
}
.tc .text {
  text-align: center;
  margin: 2% auto;
}

.tc-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
}
.wtb {
  padding: 45px 0;
}

.wtb h2 {
  text-align: center;
  padding-bottom: 40px;
}

.promotion {
  background: url("../images/promotion-bg.jpg") right center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.promotion p {
  padding: 20px 0;
}

.promotion figure {
  margin-top: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.promotion figure:hover {
  -webkit-box-shadow: var(--color) 0 0 30px;
  box-shadow: var(--color) 0 0 30px;
  -webkit-transform: scale(1.02) translateY(10px);
  transform: scale(1.02) translateY(10px);
}

@media (min-width: 996px) {
  .promotion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.project {
  position: relative;
  color: #fff;
  background: #000;
  font-family: "nimbus-sans", sans-serif;
  --pageTitle: "nimbus-sans-extended", sans-serif;
  --color: #ed1c24;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 25px;
}
.project .common-container p {
  font-size: 20px;
}
.project .common-title {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .common-title span {
    display: block;
  }
}

.project .common-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #fff 3px solid;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: var(--pageTitle);
  gap: 10px;
  font-size: 14px;
}

.project .common-btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
/* .sideqik-promotion body,
.sideqik-promotion .app-container {
  background-color: #660a07 !important;
  background-image: #660a07 !important;
} */

#sideqik-section {
  background-color: #a5760e;
}
