@-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%);
  }
}
.kv {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/kv-bg-xs.jpg") top center no-repeat;
  background-size: cover;
  padding: 40px 25px;
  --kv-btn-color: #42a5f5;
  --kv-btn-color-hover: rgb(17.5628140704, 141.9346733668, 242.4371859296);
}
@media (min-width: 996px) {
  .kv {
    background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/kv-bg-lg.jpg") top center no-repeat;
    background-size: cover;
  }
}
.kv__box {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kv__content {
  padding-bottom: 5%;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__content {
    width: 35%;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .kv__content {
    width: 50%;
    margin: 0 auto;
  }
}
.kv__content-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13vw;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.kv__content-title span,
.kv__content-title strong,
.kv__content-title em {
  display: block;
  font-style: normal;
}
.kv__content-title-small {
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.05;
}
.kv__content-title strong {
  text-shadow: -2px 0 5px rgba(214, 61, 246, 0.5), 2px 0 5px rgba(79, 216, 255, 0.5);
  -webkit-filter: drop-shadow(-2px 0 5px rgba(214, 61, 246, 0.5)) drop-shadow(2px 0 5px rgba(79, 216, 255, 0.5));
          filter: drop-shadow(-2px 0 5px rgba(214, 61, 246, 0.5)) drop-shadow(2px 0 5px rgba(79, 216, 255, 0.5));
}
.kv__content-title em {
  font-size: 0.5em;
  line-height: 1.05;
}
@media (min-width: 996px) {
  .kv__content-title {
    font-size: 7.6vw;
  }
  .kv__content-title-small {
    font-size: 2.2vw;
  }
}
@media (min-width: 1600px) {
  .kv__content-title {
    font-size: 6vw;
  }
  .kv__content-title-small {
    font-size: 1.8vw;
  }
}
.kv__content a {
  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;
  color: #fff;
  background: #42a5f5;
  border: 1px solid #42a5f5;
  padding: 10px 24px;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
  margin: 18px auto 0 auto;
  gap: 10px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.kv__content a:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 996px) {
  .kv__content a {
    font-size: 18px;
  }
}
.kv__content a img {
  width: 20px;
}
@media (min-width: 996px) {
  .kv__content a img {
    width: 22px;
  }
}
.kv__pd {
  padding-top: 40px;
}
@media (min-width: 996px) {
  .kv__pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.kv__intel {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 140px;
}
@media (min-width: 996px) {
  .kv__intel {
    position: absolute;
    top: 36px;
    right: 36px;
    margin: 0;
    max-width: 160px;
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .kv__intel {
    top: 36px;
    right: 36px;
    max-width: 180px;
  }
}
@media (min-width: 1930px) {
  .kv__intel {
    top: 36px;
    right: 36px;
  }
}
.kv__intel-logo img {
  display: block;
  width: 72px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .kv__intel-logo img {
    width: 80px;
  }
}
@media (min-width: 1930px) {
  .kv__intel-logo img {
    width: 96px;
  }
}
.kv__intel-textbox {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 6px;
}
@media (min-width: 996px) {
  .kv__intel-textbox {
    font-size: 11px;
    margin-top: 8px;
  }
}
@media (min-width: 1930px) {
  .kv__intel-textbox {
    font-size: 12px;
  }
}

.kv-terms {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 996px) {
  .kv-terms {
    text-align: center;
  }
}
.kv-terms__btn {
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.kv-terms__btn:hover {
  opacity: 0.85;
}

.project .tc-section {
  background: #000;
  padding: 0 0 25px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .tc-section {
    padding: 0 0 5%;
  }
}
.project .tc-section__btnBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #3a9ef6;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.project .tc-section__btnBox:hover, .project .tc-section__btnBox:focus {
  opacity: 0.9;
  border: none;
}
.project .tc-section__btnBox::after {
  content: none;
  display: none;
}
.project .tc-section__btnBox h2,
.project .tc-section__btnBox span {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .tc-section__btnBox h2,
  .project .tc-section__btnBox span {
    font-size: 22px;
  }
}
.project .tc-section__btnBox .arrow {
  width: auto;
  max-width: 12px;
  height: auto;
}
@media (min-width: 996px) {
  .project .tc-section__btnBox .arrow {
    max-width: 24px;
  }
}

.deal-terms__link {
  margin-left: 0.35em;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.deal-terms__link:hover {
  opacity: 0.85;
}

.popup.terms {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.96);
  color: #fff;
  overflow-y: auto;
  text-align: center;
}
.popup.terms__close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: url("https://storage-asset.msi.com/event/2022/cnd/dying_light2/images/icon-close.svg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 0.8;
}
.popup.terms__close:hover {
  opacity: 1;
}
.popup.terms__wrapper::before, .popup.terms__wrapper::after {
  background: none;
}
.popup.terms__inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 40px;
  text-align: left;
  background: none;
}
.popup.terms__inner::before, .popup.terms__inner::after {
  background: none;
}
.popup.terms__header {
  background: none;
  padding: 0 0 20px;
  text-align: center;
}
.popup.terms__header h2 {
  margin: 0;
  color: #fff;
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: 700;
  text-transform: uppercase;
}
.popup.terms__body.terms {
  max-height: 70vh;
  overflow-y: auto;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.popup.terms__body.terms::-webkit-scrollbar {
  width: 10px;
}
.popup.terms__body.terms::-webkit-scrollbar-thumb {
  background: #1056ca;
  border-radius: 20px;
}
.popup.terms__body.terms h4 {
  padding: 15px 0 8px;
  font-size: 17px;
}
.popup.terms__body.terms p {
  padding-bottom: 12px;
}
.popup.terms__body.terms ul {
  margin-left: 20px;
}
.popup.terms__body.terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.popup.terms__body.terms ol {
  margin-left: 25px;
}
.popup.terms__body.terms ol li {
  list-style: lower-roman;
}
.popup.terms__body.terms a {
  color: #3a9ef5;
  text-decoration: underline;
}
.popup.terms__body.terms a:hover {
  text-decoration: none;
}
.popup.terms .termsGoods {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.popup.terms .termsGoods th {
  background-color: #3a9ef5;
  padding: 10px;
  color: #fff;
}
.popup.terms .termsGoods td {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 5px;
  border: 1px solid #263a4a;
}

body.popup-open {
  overflow-y: hidden;
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  background: #1761a0;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
}
.textBar span {
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (min-width: 996px) {
  .textBar span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}
@media (min-width: 996px) {
  .textBar {
    background: var(--color);
  }
}

.saleIntro {
  background: #11110f;
  padding: 25 0;
}
@media (min-width: 996px) {
  .saleIntro {
    padding: 50px 0;
  }
}
.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: 20px;
}
@media (min-width: 996px) {
  .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;
    gap: 16px;
  }
}
.saleIntro figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 996px) {
  .saleIntro figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.saleIntro .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.saleIntro .img img {
  width: 100%;
  vertical-align: bottom;
}
.saleIntro .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
  gap: 20px;
  min-height: 0;
}
.saleIntro .text__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.saleIntro h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media (min-width: 996px) {
  .saleIntro h3 {
    font-size: 28px;
  }
}
.saleIntro h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #43a8ff;
  padding-bottom: 8px;
}
@media (min-width: 996px) {
  .saleIntro h4 {
    font-size: 20px;
  }
}
.saleIntro p {
  line-height: 1.2;
  color: #d8d8d8;
}
.saleIntro .common-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: var(--MSIBodyFont);
  background: #42a5f5;
  border: 1px solid #42a5f5;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  min-width: 112px;
  margin-top: 0;
  gap: 6px;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.saleIntro .common-btn:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
.saleIntro .common-btn:after {
  width: 14px;
  height: 14px;
}

.deal {
  position: relative;
}
.deal__box {
  position: relative;
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 996px) {
  .deal__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    min-height: 60vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.deal h2 {
  padding-bottom: 20px;
}
.deal p {
  padding-bottom: 25px;
}
.deal .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 520px;
  text-align: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.deal .img img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .deal .img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    max-width: none;
  }
}
.deal .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 996px) {
  .deal .text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
    max-width: 520px;
  }
}
.deal.blue {
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/section-bg-blue.jpg") right center no-repeat;
  background-size: cover;
  background-position: right center;
  color: #fff;
}
.deal.blue h2.common-title {
  color: #fff;
}
.deal.blue p {
  color: #fff;
}
@media (min-width: 996px) {
  .deal.blue .deal__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .deal.blue .img {
    text-align: left;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.deal.gray {
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/section-bg-gray.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #222;
}
.deal.gray h2.common-title {
  color: #43a8ff;
}
.deal.gray p {
  color: #222;
}
@media (min-width: 996px) {
  .deal.gray {
    background-position: right center;
  }
}
.deal.gray .deal-terms {
  color: #222;
  font-size: 14px;
  padding-bottom: 10px;
  margin: 0;
}
@media (min-width: 996px) {
  .deal.gray .deal__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .deal.gray .img {
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.deal.gamingGear {
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/dealBg-3.jpg") right center no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .deal.gamingGear .text {
    width: 50%;
  }
  .deal.gamingGear .img {
    width: 40%;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1930px) {
  .deal.gamingGear .img {
    width: 30%;
    right: 20%;
  }
}
.deal.proMointor {
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/dealBg-4.jpg") right center no-repeat;
  background-size: cover;
  color: #222;
  --color: #3a9ef5;
}
.deal.proMointor h2 {
  color: #3a9ef5;
}
@media (min-width: 996px) {
  .deal.proMointor .text {
    width: 40%;
  }
  .deal.proMointor .img {
    width: 50%;
    right: 0;
    bottom: 0;
  }
  .deal.proMointor .img img {
    max-width: 100%;
  }
}
@media (min-width: 1930px) {
  .deal.proMointor .img {
    width: 30%;
    right: 20%;
  }
}
.deal.network {
  background: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/dealBg-5.jpg") right center no-repeat;
  background-size: cover;
  --color: #3a9ef5;
}
@media (min-width: 996px) {
  .deal.network .text {
    margin-left: 50%;
  }
  .deal.network .img {
    width: 35%;
    left: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1930px) {
  .deal.network .img {
    width: 25%;
    left: 25%;
  }
}

.model {
  display: none;
  padding: 50px 0;
  background: #f0f4f8;
  color: #222;
  --model-heading-span: #3a9ef5;
  --model-cell-text: #222;
  --model-cell-bg: #fff;
  --model-cell-link: #3a9ef5;
}
@media (min-width: 996px) {
  .model {
    padding: 80px;
  }
}
.model__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  background: #b8d4f0;
  color: #111;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  text-transform: uppercase;
}
.model__heading {
  text-align: center;
  padding-bottom: 20px;
  color: #111;
}
.model h2 {
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
  text-transform: uppercase;
  color: #111;
}
.model h2 span {
  color: var(--model-heading-span);
}
.model h3 {
  font-size: var(--title-lg);
  color: var(--color);
  padding: 10px 0;
}
.model__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: var(--color) 1px solid;
  text-align: center;
  margin-top: 15px;
}
.model__th {
  display: table-row;
}
.model__th .model__cell {
  background: var(--color);
  color: #fff;
  border-right: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 8px;
}
.model__th .model__cell:last-child {
  border: none;
}
.model__row {
  display: table-row;
}
.model__cell {
  display: table-cell;
  background: var(--model-cell-bg);
  color: var(--model-cell-text);
  padding: 8px;
  border: var(--color) 1px solid;
}
.model__cell a {
  color: var(--model-cell-link);
}
.model__cell a:hover {
  text-decoration: underline;
}
.model__btn {
  text-align: center;
  padding-top: 40px;
}

#network-models {
  --color: #3a9ef5;
}

#proMointor-models {
  --color: #3a9ef5;
}
#proMointor-models .model__intro {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.6;
}
#proMointor-models .model__intro a {
  color: #3a9ef6;
}
#proMointor-models .model__table--giftcard .model__cell {
  background: var(--model-cell-bg);
  color: var(--model-cell-text);
}
#proMointor-models .model__table--giftcard .model__cell a {
  color: var(--model-cell-link);
}
#proMointor-models .model__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#proMointor-models .deal-terms a {
  color: #3a9ef6;
}
#proMointor-models .buynowarea__block .item__txtBox-name {
  color: #222;
}

.wtb {
  padding: 45px 0;
}
.wtb h2 {
  text-align: center;
  padding-bottom: 40px;
}

.buynowarea__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 2% 4%;
  gap: 25px;
}
@media (max-width: 991px) {
  .buynowarea__block {
    gap: 0px;
    padding: 0;
  }
}
.buynowarea__block .item {
  width: calc(30% - 20px);
  margin: 10px;
}
@media (max-width: 768px) {
  .buynowarea__block .item {
    width: calc(50% - 20px);
  }
}
.buynowarea__block .item figure {
  height: 250px;
  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;
  margin-bottom: 25px;
}
@media (max-width: 1991px) {
  .buynowarea__block .item figure {
    height: auto;
  }
}
@media (min-width: 768px) {
  .buynowarea__block .item figure img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 996px) {
  .buynowarea__block .item figure img {
    height: auto;
  }
}
.buynowarea__block .item .item__txtBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.buynowarea__block .item .item__txtBox-name {
  font-size: 20px;
  margin: 0 0 16px;
  line-height: 1.5;
  color: #fff;
  font-family: var(--MSIBodyFont), var(--fontB), inherit;
  text-align: center;
}
@media (max-width: 1600px) {
  .buynowarea__block .item .item__txtBox-name {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .buynowarea__block .item .item__txtBox-name {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .buynowarea__block .item .item__txtBox-name {
    font-size: 15px;
  }
}
.buynowarea__block .item .learnBtn {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 10px;
  padding: 12px;
  background: #42a5f5;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-family: var(--MSIBodyFont), inherit;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid #42a5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.buynowarea__block .item .learnBtn:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 996px) {
  .buynowarea__block .item .learnBtn {
    font-size: 16px;
  }
}
.buynowarea__block .item .buyNowBtn {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 10px;
  padding: 12px;
  background: #42a5f5;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-family: var(--MSIBodyFont), inherit;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid #42a5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.buynowarea__block .item .buyNowBtn:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 996px) {
  .buynowarea__block .item .buyNowBtn {
    font-size: 16px;
  }
}
.buynowarea__block .item .buyNowBtn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.buynowarea__block .item .buyNowBtn .buyNow-btn {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}
.buynowarea__block .item .buyNowBtn .buyNow-btn span {
  display: block;
}

.clickMoreContainer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.clickMoreContainer .clickMoreBtn {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 10px;
  padding: 12px;
  background: #42a5f5;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-family: var(--MSIBodyFont), inherit;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid #42a5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.clickMoreContainer .clickMoreBtn:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 996px) {
  .clickMoreContainer .clickMoreBtn {
    font-size: 16px;
  }
}
.clickMoreContainer .clickMoreBtn {
  margin-left: auto;
  margin-right: auto;
}

.popout {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}
.popout__block {
  position: relative;
  max-width: 600px;
  margin: 10vh auto;
  padding: 40px 24px 24px;
  background: #111;
  border-radius: 8px;
}
.popout__block-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popout__dm a {
  display: block;
  padding: 12px;
  background: #222;
  color: #fff;
  border-radius: 4px;
}
.popout__dm a img {
  max-height: 48px;
  width: auto;
}

.promotion {
  background-color: #000;
  background-image: url("https://storage-asset.msi.com/event/2026/au/eofy-bp/images/promotion-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0 80px;
  min-height: 420px;
}
@media (min-width: 996px) {
  .promotion {
    min-height: 480px;
    padding: 80px 0 100px;
  }
}
.promotion p {
  padding: 20px 0;
}
.promotion figure {
  margin-top: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.promotion figure:hover {
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1.02) translateY(10px);
          transform: scale(1.02) translateY(10px);
}
@media (min-width: 996px) {
  .promotion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.project .promotion {
  margin-bottom: 0 !important;
}
.project .note {
  display: block;
  width: 100%;
  text-align: left;
  max-width: 1140px;
  margin: 10px auto 0;
  word-break: break-all;
  color: #666;
  font-size: 11px;
}
.project .note a {
  color: #666;
  text-decoration: underline;
}
@media (min-width: 996px) {
  .project .note {
    width: 90%;
  }
}

.environment {
  background: #fff;
  color: #222;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .environment {
    padding: 70px 0 90px;
  }
}
.environment__box {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media (min-width: 996px) {
  .environment__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.environment__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 0;
}
.environment__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.environment__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 0;
  text-align: left;
}
@media (min-width: 996px) {
  .environment__text {
    padding-right: 20px;
  }
}
.environment__title {
  font-family: var(--MSIBodyFont), inherit;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 996px) {
  .environment__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .environment__title {
    font-size: 40px;
  }
}
.environment p {
  color: #222;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 28px;
}
@media (min-width: 996px) {
  .environment p {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.unleash__flexBox {
  background: #fff;
  color: #333;
  gap: 30px;
}
@media (min-width: 996px) {
  .unleash__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.unleash__imgBox {
  width: 100%;
  margin: auto;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 16/10;
}
@media (min-width: 996px) {
  .unleash__imgBox {
    width: 50%;
    margin: 0;
    aspect-ratio: 4/3;
  }
}
.unleash__imgBox img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unleash__txtBox {
  padding: 25px;
  margin: auto;
}
.unleash__txtBox p {
  padding-bottom: 25px;
}
@media (min-width: 996px) {
  .unleash__txtBox {
    width: 60%;
    max-width: 640px;
    padding: 2%;
    margin: 0;
  }
}
.unleash__txtBox h2 {
  color: #000;
}

.project .unleash__imgBox img {
  height: 100%;
  max-width: none;
}

.project {
  position: relative;
  color: #fff;
  background: #000;
  --color: #42a5f5;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}
.project .common-title {
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .project .common-title span {
    display: block;
  }
}
.project [data-font=creation] .common-btn {
  font-family: var(--MSIBodyFont);
}
.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: #42a5f5;
  border: 1px solid #42a5f5;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 900;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.project .common-btn:hover {
  background: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  border-color: rgb(17.5628140704, 141.9346733668, 242.4371859296);
  color: #fff;
  text-decoration: none;
}
.project .common-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://storage-asset.msi.com/event/2024/AU/black-friday-gaming/images/kv-arrow.png") center center no-repeat;
  background-size: cover;
}

#terms.popup h2 {
  color: #3a9ef6;
}
#terms.popup ol li {
  list-style: decimal !important;
}/*# sourceMappingURL=main.css.map */