.project {
  --font-color: #fcf5de;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  background-color: #000;
}
.project picture {
  display: block;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.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);
  animation: noise-animation 0.3s steps(5) infinite;
}

.page {
  position: relative;
  display: none;
  overflow: hidden;
}
.page.active {
  display: block;
}

.backtotop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/gotop.png") center center no-repeat ;
  background-size: cover;
}

.kv {
  position: relative;
  z-index: 1;
  background: #17225c;
}
.kv-img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
@media (min-width: 996px) {
  .kv-img {
    aspect-ratio: 20/7;
  }
}
.kv-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.menu {
  position: relative;
  top: 0;
  z-index: 10;
  display: block;
  padding: 10px 0;
  background: #17225c;
}
@media (min-width: 996px) {
  .menu {
    position: sticky;
  }
}
.menu .line2 {
  position: relative;
  margin: 5px 0;
  width: 110%;
  transform: translateX(-15%);
}
.menu .line3 {
  bottom: 20px;
  width: 110%;
  transform: translateX(-15%);
}
.menu__btn {
  position: fixed;
  z-index: 101;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/btn-menu.png") center center no-repeat ;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  padding-right: 4px;
}
@media (min-width: 996px) {
  .menu__btn {
    display: none;
  }
}
.menu__box {
  display: none;
}
.menu__box.show {
  position: fixed;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_base_pattern.webp") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 996px) {
  .menu__box {
    position: relative;
    background: none;
    display: block;
  }
}
@media (min-width: 996px) {
  .menu ul {
    display: flex;
    justify-content: center;
  }
}
.menu ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  /* font-family: var(--font), var(--MSIBodyFont); */
  cursor: pointer;
  padding: 10px 25px;
  gap: 10px;
  text-shadow: #fff 1px 1px 5px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .menu ul li {
    font-size: 22px;
    margin: 0 5px 5px;
  }
}
.menu ul li:hover, .menu ul li.active {
  color: #95f6ff;
}
.menu ul li:hover::before, .menu ul li.active::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/link_bg.webp") center center repeat;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center repeat;
  -webkit-mask-size: cover;
  mask-size: cover; */
}
.menu ul li:hover::after, .menu ul li.active::after {
  animation: none;
}
.menu ul li span {
  position: relative;
}

.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;
}
.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;
}
.footer__icons {
  padding: 50px 0;
}
.footer__icons img {
  max-width: 250px;
  height: auto;
}
@media (min-width: 996px) {
  .footer__icons img {
    height: 150px;
    max-width: none;
  }
}
.footer .copyright {
  opacity: 0.6;
  padding-bottom: 40px;
}

.redeem {
  position: relative;
  text-align: center;
}
@media (min-width: 996px) {
  .redeem__item {
    flex: 1;
  }
}
.redeem__btn {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 996px) {
  .redeem__btn {
    flex-direction: row;
    gap: 20px;
  }
  .redeem__btn a, .redeem__btn button {
    flex: 1;
  }
}

@media (min-width: 996px) {
  #why {
    padding: 80px 0 !important;
  }
}

.why__title {
  position: relative;
  text-align: center;
}
.why__msi {
  margin-top: 55px;
}
.why__msi__box {
  margin-top: 25px;
}
.why__msi__btn {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 25px;
  text-align: center;
}

.commonSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 996px) {
  .commonSlider {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.commonSlider:hover .commonSlider__item .img::before {
  opacity: 0.8;
}
.commonSlider__item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: calc(50% - 20px);
}
@media (min-width: 996px) {
  .commonSlider__item {
    flex: 1;
    max-width: 16.6666666667%;
  }
}
.commonSlider__item:hover {
  transform: scale(1.1);
  z-index: 2;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
}
.commonSlider__item:hover .img::before {
  opacity: 0 !important;
}
.commonSlider__item:hover .icon {
  opacity: 1;
}
.commonSlider__item:hover .title {
  height: 40%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.commonSlider__item .img {
  position: relative;
  z-index: 1;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/commonSlider-mask.png") center center no-repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/commonSlider-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.commonSlider__item .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #000;
  opacity: 0.2;
}
.commonSlider__item .img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.commonSlider__item .icon {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 20px;
  opacity: 0.6;
}
@media (min-width: 996px) {
  .commonSlider__item .icon {
    top: 30px;
    left: 30px;
    width: 50px;
  }
}
.commonSlider__item .title {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 996px) {
  .commonSlider__item .title {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    transition: height 0.3s ease;
    font-size: 24px;
  }
}

.sliderPopup {
  position: fixed;
  z-index: 110;
  inset: 0;
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.sliderPopup::before {
  content: "";
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_base_pattern.webp") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.7;
}
.sliderPopup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  margin: 50px auto;
  background: #000;
}
/* .sliderPopup__wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  top: -15px;
  left: 0;
  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;
}
.sliderPopup__wrapper::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
} */
.sliderPopup__block {
  position: relative;
  z-index: 5;
}
/* .sliderPopup__block::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  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;
}
.sliderPopup__block::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
} */
.sliderPopup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2026/uk/mnt-shout-out/images/btn-close.png") center center no-repeat ;
  background-size: cover;
}
.sliderPopup__close:hover {
  filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
@media (min-width: 996px) {
  .sliderPopup__close {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.sliderPopup__content {
  text-align: center;
}
/* .sliderPopup__content::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 100%;
  bottom: 5px;
  left: 0;
  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;
}
.sliderPopup__content::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 100%;
  bottom: -5px;
  right: 0;
  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;
} */
.sliderPopup__content-border {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px 50px;
}
@media (min-width: 996px) {
  .sliderPopup__content-border {
    padding: 60px 40px;
  }
}
.sliderPopup__content .video-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.sliderPopup__content .video-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
 .sliderPopup__content video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.sliderPopup__content h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.sliderPopup__content h2:not(:first-child) {
  padding-top: 15px;
}
.sliderPopup__content p {
  padding-bottom: 20px;
}
.sliderPopup__content a {
  color: #fff;
  text-decoration: underline;
}
.sliderPopup__content-note {
  padding-top: 15px;
  font-size: 15px;
  text-align: right;
}
.sliderPopup .common__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .sliderPopup .common__flex {
    flex-direction: row;
  }
}
.sliderPopup .common__flex h2 {
  font-size: 20px;
}
.sliderPopup .common__flex h3 {
  font-size: 18px;
}
.sliderPopup .common__flex .feature__item--50 {
  flex: 1;
}
.sliderPopup .common__flex--aunset .feature__item {
  background: #222;
  border-radius: 10px;
  padding: 25px;
}

.oledCare__mode {
  margin-top: 25px;
}
@media (min-width: 996px) {
  .oledCare__mode {
    text-align: left;
  }
}
.oledCare__mode p {
  font-size: 16px;
  padding-top: 8px;
}

.flex-card {
  flex-wrap: wrap;
  gap: 20px;
}
.flex-card .feature__item {
  background: #222;
  border-radius: 10px;
  padding: 25px;
}
@media (min-width: 996px) {
  .flex-card .feature__item {
    width: calc(33.3333333333% - 20px);
  }
}
.flex-card p {
  font-size: 16px;
  padding-top: 8px;
}

.ai .feature__item {
  border: 1px solid #444;
  margin: 15px auto;
}
.ai .feature__item h2 {
  font-size: 22px;
}
.ai .aivision {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
}
@media (min-width: 996px) {
  .ai .aivision {
    flex-direction: row;
  }
}
.ai .aivision__item {
  flex: 1;
}
@media (min-width: 996px) {
  .ai .aivision__item:first-child img {
    margin-top: 50px;
  }
}
.ai .aivision__item .common__flex {
  height: 40px;
  margin-bottom: 10px;
}
.ai .aivision__item .common__flex .level {
  background: #444;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.ai .aivision__item .common__flex .level:hover {
  background: #fff;
  color: #000;
}
.ai .aivision__item .common__flex .level--active {
  background: #fff;
  color: #000;
}
.ai .aivision__item .levelpic__pic {
  display: none;
}
.ai .aivision__item .levelpic__pic--active {
  display: block;
}

.gsync__text {
  flex: 1;
  padding-top: 8px;
  font-size: 14px;
}

.warranty {
  position: relative;
}
.warranty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-491CQP-QD-OLED/warranty-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.warranty__item {
  position: relative;
}
.warranty__item-icon {
  max-width: 150px;
  margin: 0 auto;
}
.warranty__item .spark {
  position: absolute;
  top: 0;
  left: 0;
}

.ratio {
  padding: 25px 0;
}
.ratio__btn {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding-bottom: 15px;
}
.ratio__btn-item {
  background: #444;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
}
.ratio__btn-item:hover {
  background: #fff;
  color: #000;
}
.ratio__btn-item--active {
  background: #fff;
  color: #000;
}
.ratio__pic .ratioPic {
  display: none;
}
.ratio__pic .ratioPic--active {
  display: block;
}
.ratio__pic-note {
  text-align: center;
}

.setup {
  padding-top: 60px;
  text-align: center;
}
.setup__text {
  font-size: 18px;
  padding-bottom: 25px;
}
.setup__text p {
  padding-bottom: 10px;
}
.setup__box {
  margin-top: 10px;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/location_mask.webp") center center repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/location_mask.webp") center center repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.setup__box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.about__title {
  position: relative;
  z-index: 3;
  text-align: center;
}

.common_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.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;
}
.common-deco {
  position: absolute;
  z-index: 0;
}
.common-deco img {
  width: 100%;
}
.common-deco-blood-1 {
  width: 30%;
  top: 0%;
  left: -10%;
}
.common-deco-blood-2 {
  width: 25%;
  top: 20%;
  right: -10%;
}
.common-deco-fingerprint {
  display: none;
}
@media (min-width: 996px) {
  .common-deco-fingerprint {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10%;
    left: 80%;
    transform: rotate(120deg);
    width: 150px;
  }
}
.common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}
.common-subtitle {
  position: relative;
  /* font-size: 20px; */
  font-weight: 400;
  margin-bottom: 25px;
  /* font-family: var(--font), var(--MSIBodyFont); */
}
/* .common-subtitle::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 0;
  left: 50%;
  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;
}
.common-subtitle::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 50%;
  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;
} */
@media (min-width: 996px) {
  .common-subtitle {
    /* font-size: 36px; */
    /* letter-spacing: 4px; */
  }
}
/* .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;
} */
.common-btn {
  position: relative;

  padding: 0px 15px;
  background: #afefff;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #afefff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #353535;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.common-btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  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) {
  .common-btn::after {
    right: 20px;
  }
}
.common-btn:hover img {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.common-btn img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.common-btn span {
  position: relative;
  z-index: 2;
  color: #222;
  display: block;
  padding: 15px 45px;
}
.common-btn .top {
  top: -4px;
  left: -2px;
  width: calc(100% + 4px);
}
.common-btn .bottom {
  bottom: -4px;
  right: -2px;
  width: calc(100% + 4px);
}
.common-btn .left {
  left: -4px;
  top: 0;
  height: calc(100% + 4px);
}
.common-btn .right {
  right: -4px;
  top: 0;
  height: calc(100% + 4px);
}

.popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.popup.show {
  display: flex;
  align-items: center;
}
.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.popup__wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  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;
}
.popup__wrapper::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.popup__wrapper__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.popup__wrapper__bg--dark {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_base_pattern.webp") top center no-repeat ;
  background-size: cover;
  box-shadow: #777 0 10px 20px #111 0 0 30px;
}
.popup__inner {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.popup__header {
  position: relative;
  text-align: center;
}
.popup__header h2 {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fff;
  padding: 25px;
}
.popup__header__line {
  position: relative;
  display: flex;
  justify-content: space-between;
  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;
}
.popup__body {
  padding: 35px;
}
@media (min-width: 996px) {
  .popup__body {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}
.popup__close {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2026/uk/mnt-shout-out/images/btn-close.png") center center no-repeat ;
  background-size: cover;
}
.popup__close:hover {
  filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
@media (min-width: 996px) {
  .popup__close {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}

.terms {
  font-size: 16px;
  line-height: 1.5;
}
.terms-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 20px;
}
.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.terms ul li ol {
  margin-top: 5px;
  padding-bottom: 10px;
}
.terms ul li ol li {
  list-style: none;
}
.terms ul.pds {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0 0;
}
.terms ul.pds li {
  border: #eee 1px solid;
  padding: 5px;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .terms ul.pds {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .terms ul.pds li {
    width: calc(33% - 10px);
  }
}
.terms b {
  font-size: 18px;
  border-bottom: #eee 3px solid;
}
.terms p {
  padding-bottom: 20px;
}
.terms a {
  color: #fff;
  border-bottom: #fff 1px solid;
}
.terms a:hover {
  border: none;
}
.terms h4 {
  padding-bottom: 10px;
  font-size: 19px;
  color: #fff;
}

.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;
  transform-origin: center;
}
.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;
}
.line-animate {
  mask-size: contain;
  mask-repeat: repeat;
  transform: translateZ(0);
  pointer-events: none;
}

@keyframes noise-animation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -5%;
  }
  20% {
    background-position: -10% 5%;
  }
  30% {
    background-position: 5% -10%;
  }
  40% {
    background-position: -5% 15%;
  }
  50% {
    background-position: -10% 5%;
  }
  60% {
    background-position: 5% 5%;
  }
  70% {
    background-position: 0 10%;
  }
  80% {
    background-position: -5% -5%;
  }
  90% {
    background-position: 10% 5%;
  }
  100% {
    background-position: 5% 5%;
  }
}

.project .section__wapper {
  /* background-color: #11002196; */
  padding: 30px 25px;
  text-align: center;
  margin: 0px auto 0px;
}

.project .promotionrules h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

@media (min-width: 996px) {
  .project .section__wapper {
    /* border: 3px solid #19f8ff; */
    border-radius: 20px;
    /* box-shadow: 0 0 10px #19f8ff; */
    padding: 30px 50px;
    margin: 100px auto 30px;
  }

}

.project .prize__bg {
  /* background: url(https://storage-asset.msi.com/event/2024/CND/shoutout/images/prize-bg.jpg) no-repeat;
  background-size: cover; */
  padding: 3em 0 0;
  position: relative;
}
.project .prize__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000 0%, transparent); */
}
.project .prize__title {
  text-align: center;
  position: relative;
}
.project .prize__title--txt {
  /* font-size: 46px; */
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (min-width: 996px) {
  .project .prize__title--txt {
    /* font-size: 50px; */
  }
}
.project .prize__title--img {
  -webkit-animation: prizeAni 2s infinite;
          animation: prizeAni 2s infinite;
}
.project .prize__title--img img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .prize__title--img img {
    width: 38%;
  }
}
.project .prize__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em auto 0em;
  max-width: 1280px;
}
.project .prize__block p {
  text-align: center;
}
.project .prize__txt {
  text-align: center;
  padding-bottom: 30px;
}

.project .prize__txt--titleAct {
  display: block;

}

.project .prize__txt--intro {
  /* background: radial-gradient(circle farthest-corner at right, #0a3e8cfa, #00193df7, #00193ddb, #00193d00 110%); */
  font-weight: bold;
  border-radius: 2em;
  padding: 10px 2% 15px;
  text-align: center;
  margin: 1em auto;
  font-size: var(--text-xl);
  display: table;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 300px;
  background: #000;
}

.project .prize__txt--intro img {
  max-width: 300px;
}

.project .prize__txt--intro p {
  color: #ffffff;
}

.project .prize__txt--date {
  color: #afefff;
  text-shadow: 2px 2px 5px black;
  border-radius: 0 1.5em 1.5em 1.5em;
  display: inline-block;
  font-weight: bold;
  font-size: var(--text-xl);
  margin-bottom: 20px;
}

.project .prize__gm {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 996px) {
  .project .prize__txt--titleAct {
    display: flex;
    justify-content: center;
  }
  .project .prize__txt--intro {
    width: 30%;
    margin: 1em 5px;
  }
}


.project .redeem__arrow {
  text-align: center;
  margin: 2% 0 3%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .project .redeem__arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 6.5% 0 0 0;
  }
}
.project .redeem__mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .project .redeem__mainbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .redeem__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .redeem__item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.project .redeem__item:hover a {
  text-decoration: none;
}
.project .redeem__item:hover img {
  -webkit-filter: drop-shadow(0 0 1em #3faefb);
          filter: drop-shadow(0 0 1em #3faefb);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.project .redeem__item h4 {
  color: #afefff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--title-md);
  margin: 0.5em 0;
}
.project .redeem__item p {
  color: white;
  padding: 0 5%;
}
.project .redeem__tandcbox {
  padding: 3em 25px;
  /* background: rgb(171 127 254 / 38%); */
  border-radius: 12px;
  margin-top: 40px;
  text-align: left;
}
.project .redeem__tandcbox p {
  color: #afefff;
  font-weight: bold;
  font-size: var(--title-md);
  margin: 1em 0 15px;
}
.project .redeem__tandcbox-btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 996px) {
  .project .redeem__tandcbox-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .redeem__tandcbox-btn a {
  padding: 7px 15px;
  background: #afefff;
  display: inline-block;
  border-radius: 25px;
  border: 2px solid #afefff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #353535;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.project .redeem__tandcbox-btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px #afefff);
          filter: drop-shadow(0 0 10px #afefff);
  background: #ebfbff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project .redeem ul li {
  list-style: disc;
  margin-left: 20px;
}



.model {
  position: relative;
  z-index: 3;
  text-align: center;
  /* background: url(https://storage-asset.msi.com/event/2026/cnd/crimson-desert/images/bg-mountain.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; */
  padding: 25px 0;
}

@media (min-width: 996px) {
  .model {
    padding: 0px 0 80px;
  }
}
.model__pdLine {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .model__pdLine {
    gap: 80px;
    flex-direction: row;
  }
}
.model__pdLine__item {
  position: relative;
  font-size: min(max(2vw, 17px), 20px);
  transition: 0.2s;
  filter: opacity(0.5);
  color: #fff;
  background-color: #263063;
  border-radius: 10px;
  padding: 20px 0 0;
  border: #94ecf4 1px solid;
  cursor: pointer;
  transition: 0.2s;
  filter: opacity(0.5);
  color: #fff;
  overflow: hidden;
}
.model__pdLine__item:hover {
  transform: scale(1.1)
}
.model__pdLine__item.active {
  filter: opacity(1) brightness(1.1)
}

.model__pdLine__item img {
  max-width: 110px;
}
.model__pdLine__item h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  margin-bottom: 10px;
}
.model__pdLine__item h2 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  margin-bottom: 10px;
}

/* .model__pdLine__item p {
  flex: 0 0 60%;
  position: relative;
  z-index: 3;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
} */
@media (min-width: 996px) {
  .model__pdLine__item {
    max-width: 500px;
  }
  /* .model__pdLine__item img {
    max-width: 150px;
  }
  .model__pdLine__item p {
    min-height: 100px;
  } */
}
.model__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  padding-top: 25px;
}
.model__filter-item {
  display: inline-flex;
  background-color: rgba(27, 32, 37, 0.8);
  border: #fff 1px solid;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  cursor: pointer;
}
.model__filter-item.active {
  background: url("https://storage-asset.msi.com/event/2026/uk/mnt-shout-out/images/bg.jpg") center center repeat;
  font-weight: bold;
  color: #230b01;
}
.model__filter-item:hover {
  background-color: #fff;
  color: rgb(27, 32, 37);
  transform: translateY(2px);
}
@media (min-width: 996px) {
  .model__filter {
    padding-top: 45px;
  }
}
.model__segment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  padding-top: 25px;
}
@media (min-width: 996px) {
  .model__segment {
    padding-top: 45px;
  }
}
.model__pdBox {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 25px;
  padding: 5px;
  background-color: rgba(27, 32, 37, 0.8);
}
@media (min-width: 768px) {
  .model__pdBox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 60px;
  }
}


.countBox {
  /* margin-top: 10px; */
  background-color: #40486e;
  padding: 10px 25px;
  margin-top: 10px;
}
.countBox p {
  color: #fff;
  font-size: 25px;
}
.countBox b {
  color: #d3f6ff;
  font-weight: bold;
  font-size: 45px;
  margin: 0 5px;
}


.modelCard {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: rgba(121, 131, 142, 0.8) 1px solid;
  border: rgba(121, 131, 142, 0.8) 1px solid;
}
.modelCard-title a {
  color: #fff;
  font-weight: bold;
}
.modelCard-title a:hover {
  text-decoration: underline;
}
.modelCard__btn {
  position: relative;
  margin-left: 10px;
}
.modelCard__btn a, .modelCard__btn button {
  border: #fff 1px solid;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  /* font-family: var(--font); */
}
.modelCard__btn a:hover, .modelCard__btn button:hover {
  background-color: #fff;
  color: rgb(27, 32, 37);
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .modelCard {
    width: 50%;
  }
}

.popout {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}
.popout__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popout__block-close {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.6;
  background: #afefff;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popout__block-close::before {
  content: "\ea02";
  font-family: "msi-icons";
  font-size: 36px;
  color: #fff;
}
.popout__block-close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .popout__block-close {
    width: 90px;
    height: 90px;
  }
}
.popout__dm {
  border: 2px solid #afefff;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .popout__dm {
    padding: 50px;
  }
}
.popout__dm a {
  display: inline-flex;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.popout__dm a img {
  width: auto;
  height: 30px;
  object-fit: contain;
}
