:root {
  --color: #d2e736;
}

.project {
  position: relative;
  overflow-x: hidden;
  color: #fff;
  background: url("https://storage-asset.msi.com/event/2024/CND/gaming-rederined/images/pdline-bg-mag.jpg") center no-repeat fixed;
  background-size: cover;
}
.project img {
  vertical-align: bottom;
}
.project .common-container {
  padding: 25px;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.project .common-title {
  font-size: 6vw;
  letter-spacing: 3px;
  background: linear-gradient(45deg, #9a9a9a 30%, #fff 50%, #9a9a9a 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 40px;
  }
}
.project .kv {
  background: #000;
  padding: 5% 0;
}
@media (min-width: 996px) {
  .project .kv .msi__container {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .project .kv .msi__container {
    width: 40%;
  }
}
@media (min-width: 1930px) {
  .project .kv .msi__container {
    width: 30%;
  }
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .kv__title {
  margin-bottom: -3.5%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.project .kv__title-date {
  width: 40%;
  margin: 0 auto 5%;
}
.project .kv__title-shineT {
  position: relative;
}
.project .kv__title-shineT::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 50%, #fff 52%, #fff 55%, transparent 56%);
  background-size: 200% 100%;
  background-position: 120% 0;
  -webkit-animation: shine 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: shine 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/MY/duo-monitor-duo-funness/images/kv-title.png");
  mask: url("https://storage-asset.msi.com/event/2025/MY/duo-monitor-duo-funness/images/kv-title.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  pointer-events: none;
}
@-webkit-keyframes shine {
  0% {
    background-position: 120% 0;
  }
  25% {
    background-position: 10% 0;
  }
  70% {
    background-position: -10% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
@keyframes shine {
  0% {
    background-position: 120% 0;
  }
  25% {
    background-position: 10% 0;
  }
  70% {
    background-position: -10% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
.project .kv__img {
  padding: 10% 0;
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/MY/duo-monitor-duo-funness/images/kv-bg.jpg") center no-repeat;
  background-size: cover;
}
.project .kv__img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .kv__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://storage-asset.msi.com/event/2025/MY/duo-monitor-duo-funness/images/kv-bg2.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-animation: fadeInOut 0.1s ease-in-out infinite;
          animation: fadeInOut 0.1s ease-in-out infinite;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
.project .kv__txt {
  margin-top: -9%;
  position: relative;
  z-index: 2;
}
.project .redeem {
  text-align: center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}
.project .redeem::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(180deg, #000, transparent);
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
}
@media (min-width: 996px) {
  .project .redeem {
    padding: 6% 0;
  }
}
.project .redeem .msi__container {
  position: relative;
  z-index: 2;
}
.project .redeem__block {
  padding: 5% 0;
  border: 3px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(120deg, #7b9637, #385929, #7b9637) border-box;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  vertical-align: top;
  margin: 10px auto 30px;
}
@media (min-width: 996px) {
  .project .redeem__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .redeem__block img {
  width: 100px;
  margin: 15px;
}
.project .redeem__block h4 {
  font-size: 20px;
  padding-bottom: 10px;
  display: inline-block;
  border-radius: 50px;
  border: var(--color) 1px solid;
  padding: 5px 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: var(--color);
}
@media (min-width: 996px) {
  .project .redeem__block-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 30px;
    border-right: rgba(177, 200, 6, 0.3) 1px solid;
    font-size: 16px;
  }
  .project .redeem__block-item:last-child {
    border: none;
  }
}
.project .redeem__btn {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 996px) {
  .project .redeem__btn {
    padding-bottom: 100px;
  }
}
.project .redeem__btn a, .project .redeem__btn button {
  display: inline-block;
  padding: 15px 20px;
  background: var(--color);
  color: #000;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin: 10px;
}
.project .redeem__btn a:hover, .project .redeem__btn button:hover {
  -webkit-filter: drop-shadow(0 0 20px #cfe34c);
          filter: drop-shadow(0 0 20px #cfe34c);
}
.project .popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
}
.project .popup::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #000;
  opacity: 0.8;
}
.project .popup__inner {
  position: relative;
  width: 90%;
  margin: 1% auto;
  max-width: 1000px;
  height: auto;
  background: #fff;
  color: #222;
  padding: 25px;
}
.project .popup__close {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 100%;
}
.project .popup__close:hover::before {
  color: #000;
  -webkit-filter: drop-shadow(0 0 5px var(--color)) drop-shadow(0 0 5px var(--color)) drop-shadow(0 0 10px var(--color));
          filter: drop-shadow(0 0 5px var(--color)) drop-shadow(0 0 5px var(--color)) drop-shadow(0 0 10px var(--color));
}
.project .popup__close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
  cursor: pointer;
  border-radius: 50%;
}
@media (min-width: 996px) {
  .project .popup__close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.project .popup__header {
  position: sticky;
  top: 0;
  background: url("https://storage-asset.msi.com/event/2025/MY/duo-monitor-duo-funness/images/kv-bg.jpg") center right no-repeat;
  background-size: cover;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .popup__header {
    font-size: 30px;
  }
}
.project .popup__body {
  height: 85vh;
  overflow-y: auto;
  padding: 0 25px;
}
.project .popup__body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.project .popup__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.project .popup__body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}
@media (min-width: 996px) {
  .project .popup__body {
    padding: 50px;
  }
}
.project .terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}
.project .terms-btn {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-bottom: 60px;
  background: #222;
}
@media (min-width: 996px) {
  .project .terms-btn {
    padding-bottom: 100px;
  }
}
.project .terms-btn a, .project .terms-btn button {
  display: inline-block;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(86, 89, 41, 0.5921568627)), color-stop(rgba(191, 202, 25, 0.5921568627)), to(rgba(86, 89, 41, 0.5921568627)));
  background: linear-gradient(90deg, rgba(86, 89, 41, 0.5921568627) 0%, rgba(191, 202, 25, 0.5921568627), rgba(86, 89, 41, 0.5921568627) 100%);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin: 10px;
}
.project .terms-btn a:hover, .project .terms-btn button:hover {
  -webkit-filter: drop-shadow(0 0 20px #cfe34c);
          filter: drop-shadow(0 0 20px #cfe34c);
}
.project .terms-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  border: #aec805 2px solid;
  padding: 5px 10px;
  color: #718300;
}
.project .terms-title:first-child {
  margin-top: 0;
}
.project .terms ul {
  margin-left: 20px;
}
.project .terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.project .terms ol {
  margin-left: 25px;
}
.project .terms ol li {
  list-style: lower-roman;
}
.project .terms h3 {
  font-size: 17px;
  padding-top: 10px;
}
.project .terms h4 {
  padding: 15px 0;
}
.project .terms a {
  color: #718300;
  text-decoration: underline;
}
.project .terms a:hover {
  text-decoration: none;
}
.project .terms table {
  display: table;
  margin-top: 10px;
  width: 100%;
}
.project .terms table th {
  background: -webkit-gradient(linear, left top, right top, from(#dc7d6e), color-stop(#e6ac75), to(#ea5a5a));
  background: linear-gradient(to right, #dc7d6e, #e6ac75, #ea5a5a);
  padding: 10px;
  color: #fff;
}
.project .terms table td {
  border: #ccc 1px solid;
  padding: 10px;
}
.project .wtb {
  text-align: center;
}/*# sourceMappingURL=main.css.map */