@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root {
  --font-color-dark: #fff;
  --font-color-light: #111;
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

:root {
  --font: "century-gothic", var(--MSIBodyFont), sans-serif;
}

[lang=en-AU] h1 {
  padding-top: 40px;
}
@media (min-width: 996px) {
  [lang=en-AU] h1 {
    padding-top: 80px;
  }
}

.buynow__pager {
  display: none;
  pointer-events: none !important;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.project {
  --font-color: #000;
  color: #fff;
  position: relative;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/heroes-of-might-and-magic-olden-era-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) repeat fixed;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/heroes-of-might-and-magic-olden-era-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) repeat fixed;
  font-family: var(--font);
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  height: auto;
}
.project .title-wrapper {
  width: 100%;
  height: 100%;
}
.project .glitch {
  color: white;
  font-size: 100px;
  position: relative;
}
.project .glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 1px;
  right: 0;
  margin: 0 auto;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
.project .glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  right: 0;
  margin: 0 auto;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(35px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(9px, 9999px, 39px, 0);
  }
  10% {
    clip: rect(73px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(22px, 9999px, 43px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(22px, 9999px, 44px, 0);
  }
  30% {
    clip: rect(98px, 9999px, 78px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 18px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 39px, 0);
  }
  45% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  55% {
    clip: rect(6px, 9999px, 51px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 42px, 0);
  }
  65% {
    clip: rect(83px, 9999px, 30px, 0);
  }
  70% {
    clip: rect(24px, 9999px, 48px, 0);
  }
  75% {
    clip: rect(48px, 9999px, 67px, 0);
  }
  80% {
    clip: rect(30px, 9999px, 60px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 76px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  95% {
    clip: rect(5px, 9999px, 76px, 0);
  }
  100% {
    clip: rect(83px, 9999px, 76px, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(35px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(9px, 9999px, 39px, 0);
  }
  10% {
    clip: rect(73px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(22px, 9999px, 43px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(22px, 9999px, 44px, 0);
  }
  30% {
    clip: rect(98px, 9999px, 78px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 18px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 39px, 0);
  }
  45% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  55% {
    clip: rect(6px, 9999px, 51px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 42px, 0);
  }
  65% {
    clip: rect(83px, 9999px, 30px, 0);
  }
  70% {
    clip: rect(24px, 9999px, 48px, 0);
  }
  75% {
    clip: rect(48px, 9999px, 67px, 0);
  }
  80% {
    clip: rect(30px, 9999px, 60px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 76px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  95% {
    clip: rect(5px, 9999px, 76px, 0);
  }
  100% {
    clip: rect(83px, 9999px, 76px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(88px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(7px, 9999px, 41px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 87px, 0);
  }
  15% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  20% {
    clip: rect(35px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 33px, 0);
  }
  45% {
    clip: rect(60px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 35px, 0);
  }
  55% {
    clip: rect(80px, 9999px, 11px, 0);
  }
  60% {
    clip: rect(71px, 9999px, 9px, 0);
  }
  65% {
    clip: rect(2px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(52px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 49px, 0);
  }
  80% {
    clip: rect(14px, 9999px, 69px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(51px, 9999px, 43px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 42px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(88px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(7px, 9999px, 41px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 87px, 0);
  }
  15% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  20% {
    clip: rect(35px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 33px, 0);
  }
  45% {
    clip: rect(60px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 35px, 0);
  }
  55% {
    clip: rect(80px, 9999px, 11px, 0);
  }
  60% {
    clip: rect(71px, 9999px, 9px, 0);
  }
  65% {
    clip: rect(2px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(52px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 49px, 0);
  }
  80% {
    clip: rect(14px, 9999px, 69px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(51px, 9999px, 43px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 42px, 0);
  }
}
.project .common__title {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font), var(--MSIBodyFont);
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 54px;
  }
}
.project .common__subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font), var(--MSIBodyFont);
  margin-bottom: 10px;
  text-align: center;
  color: #cee0cf;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .project .common__subtitle {
    font-size: 30px;
  }
}
.project .common__btn01 {
  position: relative;
  color: #fff;
  font-size: var(--title-md);
  font-weight: bold;
  padding: 25px 35px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.png") type("image/png")) center center no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.png") type("image/png")) center center no-repeat;
  background-size: 100% 100%;
  font-family: var(--font);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
}
.project .common__btn01:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px #cb9b2b);
          filter: brightness(1.2) drop-shadow(0 0 10px #cb9b2b);
}
.project .common__btn01.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.project .common__btn02 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cee0cf;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #cee0cf;
}
.project .common__btn02::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 155, 43, 0.06)), to(rgba(203, 155, 43, 0.14)));
  background: linear-gradient(180deg, rgba(203, 155, 43, 0.06) 0%, rgba(203, 155, 43, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
          box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .common__btn02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #cb9b2b;
  -webkit-box-shadow: 0 0 8px #cb9b2b;
          box-shadow: 0 0 8px #cb9b2b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .common__btn02:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #cb9b2b);
          filter: drop-shadow(0 0 6px #cb9b2b);
  text-shadow: 0 0 10px rgba(203, 155, 43, 0.9), 0 0 20px rgba(203, 155, 43, 0.5), #000 1px 1px 2px;
}
.project .common__btn02:hover::before {
  opacity: 1;
}
.project .common__btn02:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .common_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .common_bg_img.base {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_base_pattern.webp") top center repeat;
  z-index: -100;
}
.project .common_bg_img.lattice {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_lattice_pattern.webp") top center repeat;
  background-size: 50px auto;
  mix-blend-mode: overlay;
  z-index: -99;
}
.project .common-deco {
  position: absolute;
  z-index: 0;
}
.project .common-deco img {
  width: 100%;
}
.project .common-deco-blood-1 {
  width: 30%;
  top: 0%;
  left: -10%;
}
.project .common-deco-blood-2 {
  width: 25%;
  top: 20%;
  right: -10%;
}
.project .common-deco-fingerprint {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10%;
    left: 80%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    width: 150px;
  }
}
.project .common-deco-fingerprint-2 {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint-2 {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -5%;
    left: 80%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    width: 150px;
  }
}
.project .common-deco-fingerprint-3 {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint-3 {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -15%;
    right: 5%;
    width: 120px;
  }
}
.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}
.project .common-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--font), var(--MSIBodyFont);
  display: inline-block;
  animation: title-glitch 4s ease-in-out infinite;
  -webkit-animation: title-glitch 4s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 54px;
  }
}
.project .common-title span {
  position: relative;
  display: inline-block;
}
.project .common-subtitle {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--font), var(--MSIBodyFont);
}
@media (min-width: 996px) {
  .project .common-subtitle {
    font-size: 36px;
    letter-spacing: 4px;
  }
}
.project .common-subtitle span {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common-subtitle::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common-subtitle::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common__sectionTitle {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/sectionTitle-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/sectionTitle-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common__sectionTitle img {
  width: 100%;
  vertical-align: bottom;
}
.project .common__sectionTitle__text {
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 2;
  width: 60%;
  text-align: left;
}
@media (min-width: 996px) {
  .project .common__sectionTitle__text {
    width: 40%;
    left: 60%;
  }
}
.project .common__sectionTitle-img {
  width: 100%;
  aspect-ratio: 750/448;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .common__sectionTitle-img {
    aspect-ratio: 1920/400;
  }
}
.project .common__sectionTitle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project .common-btn {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 8px;
  cursor: pointer;
}
.project .common-btn img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .common-btn span {
  position: relative;
  z-index: 2;
  color: #222;
  display: block;
  padding: 15px 45px;
}
.project .common-btn .top {
  top: -4px;
  left: -2px;
  width: calc(100% + 4px);
}
.project .common-btn .bottom {
  bottom: -4px;
  right: -2px;
  width: calc(100% + 4px);
}
.project .common-btn .left {
  left: -4px;
  top: 0;
  height: calc(100% + 4px);
}
.project .common-btn .right {
  right: -4px;
  top: 0;
  height: calc(100% + 4px);
}
.project .common-btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: invert(1);
          filter: invert(1);
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/icon_arrow_small.webp") center center no-repeat no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .project .common-btn::after {
    right: 20px;
  }
}
.project .common-btn:hover img {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.project .common__outline {
  position: relative;
  background: linear-gradient(165deg, rgba(35, 34, 35, 0.98) 0%, rgba(203, 155, 43, 0.06) 50%, rgba(35, 34, 35, 0.98) 100%);
  gap: 10px;
  padding: 25px;
  margin: 3px;
  border-radius: 8px;
  border: 1px solid rgba(203, 155, 43, 0.45);
  -webkit-box-shadow: 0 0 0 1px rgba(203, 155, 43, 0.12) inset, 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
          box-shadow: 0 0 0 1px rgba(203, 155, 43, 0.12) inset, 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
  overflow: hidden;
}
.project .common__outline::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 4px;
  border: 1px solid rgba(203, 155, 43, 0.18);
  pointer-events: none;
  -webkit-box-shadow: 0 0 20px rgba(203, 155, 43, 0.04) inset;
          box-shadow: 0 0 20px rgba(203, 155, 43, 0.04) inset;
}
.project .cover_noise {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.project .cover_noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_noise.webp") top left repeat;
  background-size: min(1.5rem, 150px);
  -webkit-animation: noise-animation 0.3s steps(5) infinite;
          animation: noise-animation 0.3s steps(5) infinite;
}
.project .page {
  position: relative;
  display: none;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .page {
    padding: 3% 0;
  }
}
.project .page.active {
  display: block;
}
.project .backtotop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  background: #051024;
  border: 1px solid #709cfd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
          box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
          filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}
.project .backtotop::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14.5 12 9.5l5 5' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}
.project .backtotop:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
          box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
  -webkit-filter: drop-shadow(0 0 14px rgb(112, 156, 253));
          filter: drop-shadow(0 0 14px rgb(112, 156, 253));
}
.project .kv {
  position: relative;
  z-index: 1;
}
.project .kv__btn {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 15%;
  text-align: center;
  font-size: 14px;
  width: 40%;
}
@media (min-width: 996px) {
  .project .kv__btn {
    width: 30%;
    left: 18%;
    top: 88%;
    bottom: auto;
  }
}
.project .kv-img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.project .kv-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .project .kv-img {
    aspect-ratio: 20/7;
  }
}
.project .menu {
  position: relative;
  top: 0;
  z-index: 400;
  display: block;
  padding: 10px 0;
  background: #232223;
  background-size: 100% 100%;
}
@media (min-width: 996px) {
  .project .menu {
    position: sticky;
    background: #232223;
    padding: 12px 16px;
  }
}
.project .menu .line2 {
  position: relative;
  margin: 5px 0;
  width: 110%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.project .menu .line3 {
  bottom: 20px;
  width: 110%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.project .menu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: var(--font), var(--MSIBodyFont);
  cursor: pointer;
  padding: 10px 25px;
  gap: 10px;
  text-shadow: #000 2px 2px 5px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cfb47f;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 996px) {
  .project .menu ul li {
    font-size: 18px;
    margin: 0 0 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  .project .menu ul li {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .project .menu ul li {
    font-size: 22px;
  }
}
.project .menu ul li span {
  position: relative;
  z-index: 1;
}
.project .menu ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 24px);
  min-height: calc(100% + 12px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 155, 43, 0.06)), to(rgba(203, 155, 43, 0.14)));
  background: linear-gradient(180deg, rgba(203, 155, 43, 0.06) 0%, rgba(203, 155, 43, 0.14) 100%);
  border-radius: 6px;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project .menu ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #cb9b2b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.project .menu ul li:hover {
  color: #ffffff;
}
.project .menu ul li:hover::before {
  opacity: 1;
}
.project .menu ul li:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .menu ul li.active {
  color: #ffffff;
}
.project .menu ul li.active::before {
  opacity: 1;
}
.project .menu ul li.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .menu__btn {
  position: fixed;
  z-index: 101;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 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;
  background: #051024;
  border: 1px solid #709cfd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
          box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
          filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}
.project .menu__btn::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
          box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}
.project .menu__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
          box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
  -webkit-filter: drop-shadow(0 0 14px rgb(112, 156, 253));
          filter: drop-shadow(0 0 14px rgb(112, 156, 253));
}
@media (min-width: 996px) {
  .project .menu__btn {
    display: none;
  }
}
.project .menu__box {
  display: none;
}
.project .menu__box.show {
  position: fixed;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #232223;
  background-size: cover;
  background-attachment: fixed;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .project .menu__box {
    position: relative;
    background: none;
    display: block;
  }
  .project .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .footer {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/footer-bg.png") right center no-repeat;
  background-size: cover;
  text-align: center;
}
.project .footer .copyright {
  opacity: 0.6;
  padding-bottom: 40px;
}
.project .footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pattern-line.png") top left repeat-x;
}
.project .footer__icons {
  padding: 50px 0;
}
.project .footer__icons img {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .footer__icons img {
    height: 150px;
    max-width: none;
  }
}
.project .footer .footer-logo {
  opacity: 0.1;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.project .intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
.project .intro__date {
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .intro__date {
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .intro__dateCard {
  position: relative;
  text-align: left;
}
@media (min-width: 996px) {
  .project .intro__dateCard {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.project .intro__dateCard h3 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  background: #cee0cf;
  color: #000;
  width: 100%;
  text-align: center;
}
.project .intro__dateCard h3 span {
  position: relative;
}
.project .intro__dateCard p {
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .intro__dateCard p {
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
  }
}
.project .intro__dateCard::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 5px;
  width: 1px;
  height: 100%;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .intro__dateCard::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 5px;
  width: 100%;
  height: 1px;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .intro__dateCard-line-1 {
  right: 0;
  top: 0;
}
.project .intro__dateCard-line-2 {
  right: 0;
  top: 0;
}
.project .intro-text {
  text-align: center;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .intro-text {
    position: relative;
    font-size: 18px;
    padding-bottom: 60px;
    width: 80%;
  }
}
.project .intro-text span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}
.project .model {
  position: relative;
  text-align: center;
}
.project .model__typeTitle {
  position: relative;
}
.project .model__typeTitle .top {
  top: -10px;
}
.project .model__typeTitle .bottom {
  position: relative;
  margin-top: -10px;
}
.project .model__list:not(:first-child) {
  margin-top: 60px;
}
.project .model__box {
  display: none;
}
.project .model__box.active {
  display: block;
}
.project .buynow__filters {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 30px 0px;
}
.project .buynow__filters button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  max-width: 200px;
  position: relative;
  padding: 14px 24px;
  overflow: visible;
  border: none;
  cursor: pointer;
  font-family: var(--font), var(--MSIBodyFont);
  font-size: 14px;
  font-weight: bold;
  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;
  color: #cee0cf;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: none;
          filter: none;
  text-shadow: #000 2px 2px 5px;
}
.project .buynow__filters button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 6px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 155, 43, 0.08)), to(rgba(203, 155, 43, 0.16)));
  background: linear-gradient(180deg, rgba(203, 155, 43, 0.08) 0%, rgba(203, 155, 43, 0.16) 100%);
  border-radius: 20px;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynow__filters button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #cb9b2b;
  -webkit-box-shadow: 0 0 8px #cb9b2b;
          box-shadow: 0 0 8px #cb9b2b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynow__filters button img {
  position: relative;
  z-index: 2;
  width: 100px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: drop-shadow(0 0 6px #000);
          filter: drop-shadow(0 0 6px #000);
}
.project .buynow__filters button:hover,
.project .buynow__filters button.active {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #cb9b2b);
          filter: drop-shadow(0 0 6px #cb9b2b);
  text-shadow: 0 0 10px rgba(203, 155, 43, 0.9), 0 0 20px rgba(203, 155, 43, 0.5), #000 1px 1px 2px;
}
.project .buynow__filters button:hover::before,
.project .buynow__filters button.active::before {
  opacity: 1;
}
.project .buynow__filters button:hover::after,
.project .buynow__filters button.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynow__filtersImg {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pdSeries-img-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pdSeries-img-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .buynow__filtersImg img {
  width: 100%;
}
.project .buynow__filtersImg .img {
  display: none;
}
.project .buynow__filtersImg .img.active {
  display: block;
}
.project .buynow__box {
  text-align: center;
  padding-bottom: 30px;
}
.project .buynow__box:not(:first-child) {
  margin-top: 60px;
}
.project .buynow__list {
  text-align: center;
  position: relative;
  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: 0px;
}
.project .buynow__list .swiper-container {
  overflow: hidden;
}
.project .buynow__list__btn {
  position: absolute;
}
.project .buynowPdCard {
  position: relative;
  text-align: center;
  width: 33.3%;
}
@media (max-width: 960px) {
  .project .buynowPdCard {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .project .buynowPdCard {
    width: 100%;
  }
}
.project .buynowPdCard:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
}
@media (min-width: 996px) {
  .project .buynowPdCard button {
    font-size: 18px;
  }
  .project .buynowPdCard a {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .project .buynowPdCard__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .buynowPdCard button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cee0cf;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #cee0cf;
}
.project .buynowPdCard button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 155, 43, 0.06)), to(rgba(203, 155, 43, 0.14)));
  background: linear-gradient(180deg, rgba(203, 155, 43, 0.06) 0%, rgba(203, 155, 43, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
          box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynowPdCard button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #cb9b2b;
  -webkit-box-shadow: 0 0 8px #cb9b2b;
          box-shadow: 0 0 8px #cb9b2b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynowPdCard button:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #cb9b2b);
          filter: drop-shadow(0 0 6px #cb9b2b);
  text-shadow: 0 0 10px rgba(203, 155, 43, 0.9), 0 0 20px rgba(203, 155, 43, 0.5), #000 1px 1px 2px;
}
.project .buynowPdCard button:hover::before {
  opacity: 1;
}
.project .buynowPdCard button:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynowPdCard a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cee0cf;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #cee0cf;
}
.project .buynowPdCard a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 155, 43, 0.06)), to(rgba(203, 155, 43, 0.14)));
  background: linear-gradient(180deg, rgba(203, 155, 43, 0.06) 0%, rgba(203, 155, 43, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
          box-shadow: 0 0 12px rgba(203, 155, 43, 0.2), 0 0 24px rgba(203, 155, 43, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynowPdCard a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #cb9b2b;
  -webkit-box-shadow: 0 0 8px #cb9b2b;
          box-shadow: 0 0 8px #cb9b2b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynowPdCard a:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #cb9b2b);
          filter: drop-shadow(0 0 6px #cb9b2b);
  text-shadow: 0 0 10px rgba(203, 155, 43, 0.9), 0 0 20px rgba(203, 155, 43, 0.5), #000 1px 1px 2px;
}
.project .buynowPdCard a:hover::before {
  opacity: 1;
}
.project .buynowPdCard a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynowPdCard button:hover {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.project .buynowPdCard__img {
  position: relative;
  padding: 20px;
}
.project .buynowPdCard__img img {
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
}
.project .buynowPdCard__text {
  padding: 0 20px 20px;
}
.project .buynowPdCard__title {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .buynowPdCard__title {
    font-size: var(--title-md);
  }
}
.project [data-type=meg] {
  --color: #efd7a6 !important;
}
.project [data-type=mpg] {
  --color: #e81f76 !important;
}
.project [data-type=mag] {
  --color: #d3e736 !important;
}
.project .popout {
  position: fixed;
  z-index: 600;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.project .popout__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: #4d5730;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.project .popout__block-close {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/close.png") center center no-repeat;
  background-size: cover;
  -webkit-filter: hue-rotate(115deg);
          filter: hue-rotate(115deg);
}
@media (min-width: 996px) {
  .project .popout__block-close {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.project .popout__block-close:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff brightness(1.2));
          filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
.project .popout__inner {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.project .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.project .popout__dm a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.project .popout__dm img {
  background: #fff;
  height: 70px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}
.project .whyChoose, .project .whatMakesMsiDifferent {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .whyChoose, .project .whatMakesMsiDifferent {
    padding: 25px 0;
  }
}
.project .whyChoose__wrapper, .project .whatMakesMsiDifferent__wrapper {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper, .project .whatMakesMsiDifferent__wrapper {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .project .whyChoose__wrapper, .project .whatMakesMsiDifferent__wrapper {
    max-width: 900px;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper, .project .whatMakesMsiDifferent__wrapper {
    max-width: 1280px;
  }
}
.project .whyChoose__wrapper-sliderBlock, .project .whatMakesMsiDifferent__wrapper-sliderBlock {
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock, .project .whatMakesMsiDifferent__wrapper-sliderBlock {
    margin: 50px 0;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderItem, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem {
  position: relative;
  padding: 0 15px;
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  padding: 20px;
  text-align: left;
  z-index: 50;
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  z-index: 50;
  margin-bottom: 5px;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-title {
    font-size: 24px;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 50;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6666666667);
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-text {
    font-size: 13px;
    text-shadow: 0 0 10px #000000;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-text {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6666666667);
  }
}
.project .whyChoose__wrapper-sliderBlock a, .project .whatMakesMsiDifferent__wrapper-sliderBlock a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project .whyChoose__wrapper-sliderBlock a:hover, .project .whatMakesMsiDifferent__wrapper-sliderBlock a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project .whyChoose__wrapper-sliderBlock a:hover .sliderBtn, .project .whatMakesMsiDifferent__wrapper-sliderBlock a:hover .sliderBtn {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.project .whyChoose__wrapper-sliderBlock .sliderBtn, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 40px;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderBtn, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
    width: 25px;
    right: 15%;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderBtn, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
    width: 40px;
    right: 10%;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderBtn img, .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn img {
  width: 100%;
}
.project .whyChoose__wrapper-sliderBlock .slick-prev.slick-disabled,
.project .whyChoose__wrapper-sliderBlock .slick-next.slick-disabled, .project .whatMakesMsiDifferent__wrapper-sliderBlock .slick-prev.slick-disabled,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .slick-next.slick-disabled {
  display: none !important;
}
.project .whyChoose {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .whyChoose {
    background-size: 100%;
  }
}
.project .whatMakesMsiDifferent-popup .popup-whatMakesMsiDifferent01 .innerWrapper .popup-text {
  margin: 10px 0 20px;
}
.project .whatMakesMsiDifferent-popup .popup-whatMakesMsiDifferent01 .popup-bottom {
  margin-top: 0;
}
.project .whatMakesMsiDifferent-popup .popup-whatMakesMsiDifferent01 .popup-bottom .btnSty {
  margin-top: 0;
}
.project .whatMakesMsiDifferent-popup .popup-whatMakesMsiDifferent01 .x36-sub-group {
  margin: 20px auto 0;
}
.project .whatMakesMsiDifferent-popup .popup-whatMakesMsiDifferent03 .featureBlock {
  margin-bottom: 0;
}
.project .moreInfo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.project .moreInfo-popup__wrapper {
  width: 90%;
  max-width: 1280px;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 50px auto;
  max-height: 90%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
  }
}
.project .moreInfo-popup__wrapper-content {
  position: relative;
  --cut-size: clamp(50px, 3vw, 40px);
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  border: 2px solid rgb(0, 0, 0);
  background: linear-gradient(120deg, #626230, #000 80%);
  overflow: scroll;
  max-height: 90vh;
  scrollbar-width: none;
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .project .moreInfo-popup__wrapper-content {
    --cut-size: clamp(85px, 3vw, 40px);
  }
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper-content {
    --cut-size: clamp(80px, 3vw, 40px);
  }
}
.project .moreInfo-popup__wrapper .innerWrapper {
  position: relative;
  padding: 20px 20px 40px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper {
    padding: 20px 50px 60px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99.5%;
  height: 99.7%;
  z-index: -1;
}
.project .moreInfo-popup__wrapper .innerWrapper__block {
  margin-top: 20px;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox {
  padding-left: 20px;
  margin: 20px 0;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox b {
  display: block;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox li {
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__block {
    gap: 15px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon {
  width: 25%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon {
    width: 12%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon img {
  width: 100%;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__txt {
  width: 70%;
  text-align: left;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__txt {
    width: 80%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-title {
  color: #fff;
  font-size: 20pxcee0cf;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-title {
    font-size: 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-text {
    font-size: 17px;
    margin: 10px 0 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-note {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-note {
    font-size: 13px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-bottom-gap: 20px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card {
  text-align: center;
  width: 50%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card {
    width: 50%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock {
    margin-bottom: 50px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item {
  text-align: center;
  width: calc((100% - 32px) / 2);
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item {
    width: calc((100% - 32px) / 3);
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle.marginSty {
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-middle.marginSty {
    margin-bottom: 50px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card.fullWidthSty {
  width: 100%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card.fullWidthSty {
    width: 80%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-tag {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  background: #fff;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3f7a), to(#4966ff));
  background-image: linear-gradient(to right, #ff3f7a, #4966ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 2px;
  padding: 8px 14px;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-tag {
    display: inline-block;
    width: auto;
    min-width: 280px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-img img {
  width: 100%;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-bottom {
  text-align: center;
  margin-top: 20px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-bottom a {
  display: inline-block;
  color: #cee0cf;
  border: 1px solid #cee0cf;
  padding: 12px 16px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-bottom:hover a {
  background: #cee0cf;
  color: #000;
}
.project .moreInfo-popup__wrapper-closebox {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-left: auto;
  width: 11%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper-closebox {
    width: 7%;
  }
  .project .moreInfo-popup__wrapper-closebox span {
    font-size: 40px;
  }
}
.project .moreInfo-popup__wrapper-closebox:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project .popup {
  position: fixed;
  z-index: 610;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.project .popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.project .popup__wrapper__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.project .popup__wrapper__bg--light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 247, 234, 0.5)), to(rgba(10, 8, 0, 0.5)));
  background: linear-gradient(0deg, rgba(251, 247, 234, 0.5), rgba(10, 8, 0, 0.5));
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.project .popup__wrapper__bg--dark {
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center repeat;
  -webkit-box-shadow: #777 0 10px 20px #111 0 0 30px;
          box-shadow: #777 0 10px 20px #111 0 0 30px;
}
.project .popup__inner {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.project .popup__header {
  position: relative;
  text-align: center;
}
.project .popup__header h2 {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fff;
  padding: 25px;
}
.project .popup__header__line {
  position: relative;
  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;
  width: 60%;
  margin: 0 auto;
  max-width: auto;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center no-repeat repeat;
  background-size: cover;
}
.project .popup__body {
  padding: 35px;
}
@media (min-width: 996px) {
  .project .popup__body {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}
.project .popup__close {
  position: fixed;
  right: 30px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/close.png") center center no-repeat;
  background-size: cover;
  -webkit-filter: hue-rotate(300deg);
          filter: hue-rotate(300deg);
}
@media (min-width: 996px) {
  .project .popup__close {
    width: 50px;
    height: 50px;
    right: 90px;
    top: 30px;
  }
}
.project .popup__close:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff brightness(1.2));
          filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
.project .lang .popup__body {
  padding: 0;
}
@media (min-width: 768px) {
  .project .lang .popup__body {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
  }
}
@media (min-width: 996px) {
  .project .lang .popup__body {
    min-height: 500px;
  }
}
.project .lang .popup__inner {
  padding: 5px;
}
@media (min-width: 996px) {
  .project .lang .popup__inner {
    padding: 40px;
  }
}
.project .lang .popup__wrapper {
  overflow-y: auto;
  height: 90vh;
  background: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") top center repeat;
}
.project .lang .popup__wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.project .lang .popup__wrapper::-webkit-scrollbar-track {
  background: rgba(117, 117, 117, 0.4);
  margin: 0px 0;
}
.project .lang .popup__wrapper::-webkit-scrollbar-thumb {
  background: rgba(206, 224, 207, 0.7);
}
.project .lang__nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .lang__nav li {
  padding: 0 0 15px;
  border-bottom: #709cfd 1px solid;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 996px) {
  .project .lang__nav li {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .project .lang__nav li {
    font-size: 20px;
  }
}
.project .lang__nav li.lang__nav--active {
  border-color: #cee0cf;
  color: #cee0cf;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
}
.project .lang__nav li:hover {
  border-color: #cee0cf;
  color: #cee0cf;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
}
.project .lang__list {
  padding-top: 25px;
}
.project .lang__list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 5px;
}
@media (min-width: 768px) {
  .project .lang__list li {
    width: calc(33% - 13px);
  }
}
.project .lang__list a {
  position: relative;
  display: block;
  color: #000;
  padding: 10px;
  text-align: center;
  background: rgba(206, 224, 207, 0.7);
}
.project .lang__list a span {
  display: block;
  position: relative;
  z-index: 10;
}
.project .lang__list a:hover {
  background: #cee0cf;
  color: #000;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
}
.project .lang__list-box {
  display: none;
}
.project .lang__list-box:first-child {
  display: block;
}
.project .lang-note {
  padding-top: 25px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
@media (min-width: 768px) {
  .project .lang-note {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
  }
}
.project .terms {
  font-size: 16px;
  line-height: 1.5;
}
.project .terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.project .terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.project .terms ul li ol {
  margin-top: 5px;
  padding-bottom: 10px;
}
.project .terms ul li ol li {
  list-style: none;
}
.project .terms ul.pds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 15px 0 0;
}
.project .terms ul.pds li {
  border: #eee 1px solid;
  padding: 5px;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .project .terms ul.pds {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project .terms ul.pds li {
    width: calc(33% - 10px);
  }
}
.project .terms b {
  font-size: 18px;
  border-bottom: #eee 3px solid;
}
.project .terms p {
  padding-bottom: 20px;
}
.project .terms a {
  color: #fff;
  border-bottom: #fff 1px solid;
}
.project .terms a:hover {
  border: none;
}
.project .terms h4 {
  padding-bottom: 10px;
  font-size: 19px;
  color: #fff;
}
.project .terms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-top: 20px;
}
.project .keyOut .popup__body {
  font-size: 22px;
  text-align: center;
  padding: 60px 0;
}
.project .keyOut .popup__body a {
  color: #b11818;
  text-decoration: underline;
}
.project .keyOut .popup__body a:hover {
  text-decoration: none;
}
.project .models * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 996px) {
  .project .models {
    padding: 80px 0 !important;
  }
}
.project .models ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.project .models ul li {
  background: #222;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  width: 40%;
}
.project .models__tabs {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .models__tabs {
    gap: 10px;
  }
}
.project .models__tabs img {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  height: auto;
}
.project .models__tabs button {
  position: relative;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.project .models__tabs button span {
  color: #fff;
  font-size: 2.6vw;
  font-weight: bold;
  padding: 3px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  font-family: var(--font);
}
@media (min-width: 996px) {
  .project .models__tabs button span {
    font-size: var(--title-md);
    padding: 10px 20px;
  }
}
.project .models__tabs button:hover {
  -webkit-filter: brightness(0.9) drop-shadow(0 0 10px rgba(203, 155, 43, 0));
          filter: brightness(0.9) drop-shadow(0 0 10px rgba(203, 155, 43, 0));
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project .models__tabs button.active {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px #cb9b2b);
          filter: brightness(1.2) drop-shadow(0 0 10px #cb9b2b);
}
.project .models__tabs button span {
  position: relative;
  display: block;
}
.project .models__tabs button img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: auto;
}
.project .models__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.project .line-horizonal {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.project .line-vertical {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .line-animate {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}
.project .wtb {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 80px 0 !important;
  }
}

.slick-dots {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
@media (min-width: 996px) {
  .slick-dots {
    bottom: -10%;
  }
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  background: #999;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  font-size: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#a42c10), to(#4552d6));
  background: linear-gradient(to right, #a42c10, #4552d6);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  display: block;
  width: 34px;
  height: 34px;
  z-index: 5;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-prev::before, .slick-next::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  opacity: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .slick-prev::before, .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .slick-prev::before, .slick-next::before {
    width: 60px;
    height: 60px;
  }
}

.slick-prev::before {
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/best-34-ultrawide-and-32-inch-qd-oled-gaming-monitor/images/arrow-prev.png);
}
@media (min-width: 996px) {
  .slick-prev::before {
    position: absolute;
    left: 0 !important;
  }
}
@media (min-width: 1300px) {
  .slick-prev::before {
    left: -50%;
  }
}

.slick-next::before {
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/best-34-ultrawide-and-32-inch-qd-oled-gaming-monitor/images/arrow-next.png);
}
@media (min-width: 996px) {
  .slick-next::before {
    position: absolute;
    right: 0 !important;
  }
}
@media (min-width: 1300px) {
  .slick-next::before {
    right: -50%;
  }
}/*# sourceMappingURL=main.css.map */