@-webkit-keyframes kvCloudGlowDrift {
  0% {
    -webkit-transform: translate3d(-4%, -2%, 0) scale(1.03);
            transform: translate3d(-4%, -2%, 0) scale(1.03);
    opacity: 0.42;
  }
  50% {
    -webkit-transform: translate3d(3.6%, 2.4%, 0) scale(1.12);
            transform: translate3d(3.6%, 2.4%, 0) scale(1.12);
    opacity: 0.66;
  }
  100% {
    -webkit-transform: translate3d(-2%, 3%, 0) scale(1.06);
            transform: translate3d(-2%, 3%, 0) scale(1.06);
    opacity: 0.48;
  }
}
@keyframes kvCloudGlowDrift {
  0% {
    -webkit-transform: translate3d(-4%, -2%, 0) scale(1.03);
            transform: translate3d(-4%, -2%, 0) scale(1.03);
    opacity: 0.42;
  }
  50% {
    -webkit-transform: translate3d(3.6%, 2.4%, 0) scale(1.12);
            transform: translate3d(3.6%, 2.4%, 0) scale(1.12);
    opacity: 0.66;
  }
  100% {
    -webkit-transform: translate3d(-2%, 3%, 0) scale(1.06);
            transform: translate3d(-2%, 3%, 0) scale(1.06);
    opacity: 0.48;
  }
}
@-webkit-keyframes kvLightSweep {
  0% {
    -webkit-transform: translateX(-14%) rotate(-8deg);
            transform: translateX(-14%) rotate(-8deg);
    opacity: 0.12;
  }
  50% {
    -webkit-transform: translateX(10%) rotate(-5deg);
            transform: translateX(10%) rotate(-5deg);
    opacity: 0.28;
  }
  100% {
    -webkit-transform: translateX(18%) rotate(-3deg);
            transform: translateX(18%) rotate(-3deg);
    opacity: 0.14;
  }
}
@keyframes kvLightSweep {
  0% {
    -webkit-transform: translateX(-14%) rotate(-8deg);
            transform: translateX(-14%) rotate(-8deg);
    opacity: 0.12;
  }
  50% {
    -webkit-transform: translateX(10%) rotate(-5deg);
            transform: translateX(10%) rotate(-5deg);
    opacity: 0.28;
  }
  100% {
    -webkit-transform: translateX(18%) rotate(-3deg);
            transform: translateX(18%) rotate(-3deg);
    opacity: 0.14;
  }
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project .msi__container {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .msi__container {
    max-width: 1280px;
    padding: 0;
  }
}
.project .commonTitle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 1% 0;
}
.project .commonTitle h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  font-weight: bold;
  line-height: 1;
}
.project .commonTitle h2::after {
  content: "<";
  display: inline-block;
  font-weight: 700;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.project .commonTitle h2::before {
  content: ">";
  display: inline-block;
  font-weight: 700;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.project .kv {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: url(https://storage-asset.msi.com/event/2026/my/may-the-refresh-be-with-you/images/kv-bg.jpg) center bottom repeat-x;
  padding: 5% 0;
  background-size: cover;
}
.project .kv__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}
.project .kv__content {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 1280px;
}
@media (min-width: 996px) {
  .project .kv__content {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .project .kv__content {
    width: 50%;
  }
}
.project .kv__content--pd {
  position: absolute;
  z-index: 8;
  opacity: 0;
}
.project .kv__content--dragon {
  position: absolute;
  z-index: 6;
  opacity: 0;
}
.project .kv__info {
  background: #ff9000;
  padding: 6px 15px;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: var(--title-lg);
  margin: 0 auto;
}
.project .pd {
  padding: 3% 0;
}
.project .pd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5% 0;
}
@media (min-width: 768px) {
  .project .pd figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 996px) {
  .project .pd figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 15px);
            flex: 0 0 calc(33.3333333333% - 15px);
  }
}
@media (min-width: 1300px) {
  .project .pd figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
  }
}
.project .shop {
  padding: 3% 0;
}
.project .tcBtn {
  background: #ff9000;
  padding: 6px 15px;
  display: table;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 4px;
}/*# sourceMappingURL=main.css.map */