@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes kvAnimate {
  0% {
    background-position: 150% 150%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes kvAnimate {
  0% {
    background-position: 150% 150%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes inductionAnimate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes inductionAnimate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 3%);
            transform: translate(0, 3%);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 3%);
            transform: translate(0, 3%);
  }
}
@-webkit-keyframes flash2 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@keyframes flash2 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.project {
  position: relative;
  --color: #fff;
  --theme-color: #ed1c24;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  color: var(--color);
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/bg-xs.jpg") repeat fixed;
  background-size: cover;
}
@media (min-width: 996px) {
  .project {
    background: #11110f;
    line-height: 1.5;
  }
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
.project p + p {
  padding-top: 15px;
}
.project .text--note, .project .text--note a {
  font-size: 12px;
  color: #ccc;
}
.project .common-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .project .common-container {
    width: 80%;
  }
}
.project .common-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .project .common-title {
    font-size: 1.6vw;
  }
}
.project .common-title.normal-title {
  text-transform: none;
}
.project .common__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 8px 16px 6px;
  background: var(--theme-color);
  color: #fff;
  font-family: var(--pageTitle);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
}
@media (min-width: 996px) {
  .project .common__btn {
    font-size: 16px;
    padding: 9px 18px 7px;
  }
}
.project .common__btn:hover {
  -webkit-filter: brightness(1.04) drop-shadow(0 0 10px var(--theme-color));
          filter: brightness(1.04) drop-shadow(0 0 10px var(--theme-color));
}
.project .common__btn::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: url("https://storage-asset.msi.com/event/2024/AU/black-friday-gaming/images/kv-arrow.png") center center no-repeat;
  background-size: cover;
}
.project .kv {
  position: relative;
  padding: 25px 25px 10px;
}
@media (min-width: 996px) {
  .project .kv {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/kv-bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 5% 25px;
  }
}
.project .kv .common__btn {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
}
.project .kv__flex {
  position: relative;
}
@media (min-width: 996px) {
  .project .kv__flex {
    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;
    gap: 6%;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
.project .kv__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.project .kv__content h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
  gap: 5px;
}
.project .kv__content h1::before, .project .kv__content h1::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 65px;
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/kv-arrow.png") center/contain no-repeat;
}
@media (min-width: 996px) {
  .project .kv__content h1::before, .project .kv__content h1::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47px;
            flex: 0 0 47px;
  }
}
.project .kv__content-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.project .kv__content-title h1, .project .kv__content-title h2 {
  font-size: 10vw;
}
@media (min-width: 996px) {
  .project .kv__content-title h1, .project .kv__content-title h2 {
    font-size: 4vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-title h1, .project .kv__content-title h2 {
    font-size: 3vw;
  }
}
.project .kv__content-text {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .kv__content-text {
    font-size: var(--title-lg);
  }
}
.project .kv__content-text b {
  display: inline-block;
  background: var(--color);
  padding: 5px;
}
.project .kv__pd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.project .kv-terms {
  font-weight: 300;
  font-size: var(--text-sm);
  margin-top: 15px;
  font-style: italic;
  color: #ccc;
}
.project .saleIntro {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .saleIntro {
    padding: 60px 0;
  }
}
.project .saleIntro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 25px auto 0;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 996px) {
  .project .saleIntro__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 0 25px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.project .saleIntro__subtitle {
  font-size: 20px;
  padding: 5px 10px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ccb66a), color-stop(#faedb1), color-stop(#c1a863), to(#faedb1));
  background: linear-gradient(to right, #ccb66a, #faedb1, #c1a863, #faedb1);
  width: 90%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .project .saleIntro__subtitle {
    width: auto;
    max-width: none;
  }
}
.project .saleIntro__card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .saleIntro__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project .saleIntro__card-link {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  height: 100%;
  text-decoration: none;
  color: var(--color);
  cursor: pointer;
  outline-offset: 3px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.project .saleIntro__card-link:focus-visible {
  outline: 2px solid var(--color);
}
.project .saleIntro__card-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}
.project .saleIntro__card-img {
  overflow: hidden;
  line-height: 0;
}
.project .saleIntro__card-img picture,
.project .saleIntro__card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.project .saleIntro__card-body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0 0;
}
@media (min-width: 996px) {
  .project .saleIntro__card-body {
    padding: 18px 4px 0;
  }
}
.project .saleIntro__card-title {
  font-family: var(--pageTitle);
  line-height: 1.2;
  text-transform: none;
  margin: 0 0 8px;
  color: var(--color);
  font-weight: 700;
}
.project .saleIntro__card-offer {
  font-family: var(--pageTitle);
  font-size: 19px;
  line-height: 1.15;
  color: var(--theme-color);
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 800;
}
@media (min-width: 996px) {
  .project .saleIntro__card-offer span {
    font-size: 1.2em;
  }
}
@media (min-width: 1600px) {
  .project .saleIntro__card-offer span {
    font-size: 1.4em;
  }
}
.project .saleIntro__card-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .deal {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .deal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 0;
  }
}
.project .deal .common__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 996px) {
  .project .deal .common__btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 996px) {
  .project .deal.block1 {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/deal-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
  }
  .project .deal.block1 .deal__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .project .deal.block1 .deal__flex-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    margin-top: -10%;
  }
}
@media (min-width: 996px) {
  .project .deal.block2 {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/deal-bg3.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 996px) {
  .project .deal.block3 {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/deal-bg2.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 996px) {
  .project .deal.block4 {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/deal-bg3.jpg") center no-repeat;
    background-size: cover;
  }
  .project .deal.block4 .deal__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .project .deal.block4 .deal__flex-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.project .deal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  gap: 5%;
}
@media (min-width: 996px) {
  .project .deal__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-bottom: 0px;
  }
}
.project .deal__flex.marginTop {
  margin-top: -3%;
}
.project .deal__flex-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  width: 60%;
}
@media (min-width: 996px) {
  .project .deal__flex-img {
    width: auto;
  }
}
.project .deal__flex-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  min-width: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .project .deal__flex-text {
    width: auto;
  }
}
.project .deal__flex-text.paddingTop {
  padding-top: 7%;
}
.project .deal__title-wrap--chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
@media (min-width: 996px) {
  .project .deal__title-wrap--chevron::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47px;
            flex: 0 0 47px;
    height: 65px;
    margin-left: -60px;
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-gaming/images/kv-arrow.png") center/contain no-repeat;
  }
}
.project .seriesintro__item {
  text-align: center;
}
.project .seriesintro__item--meg {
  --seriesintro-color: #f0d7a7;
  background: url("https://storage-asset.msi.com/event/2024/CND/gaming-rederined/images/seriesintro-bg-meg.jpg") top center no-repeat;
  background-size: cover;
}
.project .seriesintro__item--mpg {
  --seriesintro-color: #e81f76;
  background: url("https://storage-asset.msi.com/event/2024/CND/gaming-rederined/images/seriesintro-bg-mpg.jpg") top center no-repeat;
  background-size: cover;
}
.project .seriesintro__item--mag {
  --seriesintro-color: #d2e736;
  background: url("https://storage-asset.msi.com/event/2024/CND/gaming-rederined/images/seriesintro-bg-mag.jpg") top center no-repeat;
  background-size: cover;
}
.project .seriesintro img {
  width: 100%;
  vertical-align: bottom;
}
.project .seriesintro__link {
  padding: 0;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (min-width: 996px) {
  .project .seriesintro__link {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
  }
}
.project .seriesintro__link:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  -webkit-box-shadow: var(--seriesintro-color) 0 0 50px inset;
          box-shadow: var(--seriesintro-color) 0 0 50px inset;
}
.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 .common-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: var(--pageTitle);
  font-weight: 900;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
}
.project .common-btn h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.project .common-btn:hover {
  -webkit-filter: brightness(1.04) drop-shadow(0 0 10px var(--theme-color));
          filter: brightness(1.04) drop-shadow(0 0 10px var(--theme-color));
}
.project .tc-section {
  text-align: center;
  margin: 50px 0;
}
@media (min-width: 996px) {
  .project .tc-section {
    margin: 50px 0 0px;
  }
}
.project .wtb {
  padding: 45px 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 5% 0;
  }
}
.project .wtb .wtbw_selectorsbar label {
  color: #000;
}
.project .latency {
  line-height: 1;
}
.project .lineBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  background: var(--theme-color);
  color: #ffffff;
  font-family: "intelone", sans-serif;
  text-transform: uppercase;
}
.project .lineBox .marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 20px;
  overflow-x: hidden;
  line-height: 20px;
}
.project .lineBox .marquee .track {
  position: absolute;
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite forwards;
          animation: marquee 30s linear infinite forwards;
}
.project .lineBox .marquee .track2 {
  position: absolute;
  white-space: nowrap;
  -webkit-animation: marquee2 30s linear infinite forwards;
          animation: marquee2 30s linear infinite forwards;
}/*# sourceMappingURL=main-new.css.map */