.GMNTEOFY2024 {
  background: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/white-bg.jpg") top center repeat-y ;
  background-size: contain;
  
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/white-bg.webp")) {
  .GMNTEOFY2024 {
    background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/white-bg.webp");
  }
}

.kv {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 25px 25px 10px;
  /* font-family: var(--pageTitle); */
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg-xs.webp")) {
  .kv {
    background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg-xs.webp");
  }
}

@media (min-width: 996px) {
  .kv {
    background: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg.jpg") top center no-repeat ;
    background-size: cover;
    padding: 10px 25px;
  }
  @supports (background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg.webp")) {
    .kv {
      background-image: url("https://storage-asset.msi.com/event/2026/au/bts-2026-components/images/kv-bg.webp");
    }
  }
}

@media (min-width: 1600px) {
  .kv {
    padding-left: 5%;
  }
}

@media (min-width: 1930px) {
  .kv {
    padding-left: 10%;
  }
}

.kv__box {
  position: relative;
}

@media (min-width: 996px) {
  .kv__box {
    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;
  }
}

.kv__content {
  padding-bottom: 5%;
}

@media (min-width: 996px) {
  .kv__content {
    padding-bottom: 0;
    padding-left: 15%;
  }
}

.kv__content-title {
  color: var(--color);
  font-size: 35px;
  font-family: var(--pageTitle);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 996px) {
  .kv__content-title {
    font-size: 4vw;
  }
}

@media (min-width: 1600px) {
  .kv__content-title {
    font-size: 3.2vw;
  }
}

.kv__content-text {
  font-size: 16px;
  padding: 10px 0 15px;
  font-family: var(--pageTitle);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (min-width: 996px) {
  .kv__content-text {
    font-size: 1.1vw;
    padding: 15px 0 20px;
  }
}



.kv__content-text b {
  display: inline-block;
  background: var(--color);
  padding: 5px;
}

.kv__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: var(--color) 3px solid;
  color: var(--color);
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 900;
}

.kv__content a img {
  width: 20px;
  padding: 10px 20px;
}


@media (min-width: 996px) {
  .kv__pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 13%;        
  }
}

.kv-terms {
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 996px) { 
  .kv-terms {
    font-size: 20px;
  }
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  background: var(--color);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-family: var(--pageTitle);
  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;
  }
}

@-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%);
  }
}

.intro {
  text-align: center;
  background-color: #ffe379;
  padding: 5px 0;
  font-weight: bolder;
}

.saleIntro {
  padding: 20px 0;
  text-align: center; 
}

@media (min-width: 996px) {
  .saleIntro {
    padding: 60px 0;
  }
}

@media (min-width: 996px) {
  .saleIntro__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.saleIntro figure {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 996px) {
  .saleIntro figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}

.saleIntro .img {
  /* border: var(--color) 1px solid; */
  text-align: center;
  padding: 0px;
}

.saleIntro .img img {
  vertical-align: bottom;
  height: 180px;
  object-fit: contain;
}

.saleIntro .text {
  /* padding: 25px; */
  text-align: center;
  border: 1px solid var(--color);
  margin-bottom: 15px;
  background-color: #fff;
}

.saleIntro .text h3 {
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 5px;
}

.saleIntro .text h4 {
  background-color: #000;
  color: #fff;
  padding: 15px 5px;
  font-size: 15px;
}

/* @media (min-width: 996px) {
  .saleIntro .text {
    padding: 25px 0;
  }
} */

.saleIntro h2 {
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
  font-family: var(--pageTitle);
}

.saleIntro h3, .saleIntro h4 {
  font-family: var(--pageTitle);
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .saleIntro h2 {
    font-size: 35px;
  }
  .saleIntro h3 span, .saleIntro h4 span {
    display: block;
  }
}

.saleIntro__subtitle {
  font-size: 20px;
  padding: 5px 10px 4px;
  background: linear-gradient(to right, rgb(255 229 122), rgb(112 207 211));
  width: 90%;
}

.saleIntro h3 {
  font-size: 24px;
  display: inline-block;
}

.saleIntro h4 {
  font-size: 18px;
  color: var(--color);
}

.saleIntro p {
  padding: 0px 0 15px;
}

.deal {
  position: relative;
}

.page-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8%;
  z-index: 0;
}

@media (min-width: 996px) {
  .saleIntro__subtitle {
    width: 47%;
  }
}

.deal__box {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .deal {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .deal::before {
    display: none;
  }
}

.deal h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.deal p {
  padding-bottom: 25px;
}

.deal .img {
  text-align: center;
}

.deal .img img {
  width: 100%;
  max-width: 80%;
  vertical-align: bottom;
}

@media (min-width: 996px) {
  .deal .img {
    position: absolute;
  }
}

.deal.monitor {
  /* background: url("../images/dealBg-1.jpg") right center no-repeat ; */
  /* background-size: cover; */
  background: linear-gradient(to right, rgb(255 229 122), rgb(112 207 211));
}

@media (min-width: 996px) {
  .deal.monitor .img {
    right: 10%;
    bottom: 5%;
    text-align: right;
    width: 50%;
  }
  .deal.monitor .text {
    width: 40%;
  }
}

@media (min-width: 1930px) {
  .deal.monitor .img {
    width: 34%;
    right: 22%;
  }
}

.deal.pscase {
  /* background: url("../images/dealBg-2.jpg") right center no-repeat ; */
  background-size: cover;
}

@media (min-width: 996px) {
  .deal.pscase .text {
    margin-left: 60%;
  }
  .deal.pscase .img {
    width: 36%;
    left: 13%;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1930px) {
  .deal.pscase .img {
    width: 28%;
    left: 21%;
  }
}

.deal.network1 {
  /* background: url("../images/dealBg-3.jpg") right center no-repeat ; */
  background-size:  100% 100%;
  background: linear-gradient(to right, rgb(255 229 122), rgb(112 207 211));
}

@media (min-width: 996px) {
  .deal.network1 .text {
    width: 50%;
  }
  .deal.network1 .img {
    width: 40%;
    right: 8%;
    bottom: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(0%);
  }
}

@media (min-width: 1930px) {
  .deal.network1 .img {
    width: 30%;
    right: 17%;
  }
}


.deal.peripherals {
  /* background: url("../images/dealBg-3.jpg") right center no-repeat ; */
  background-size:  100% 100%;
  background: linear-gradient(to right, rgb(255 229 122), rgb(112 207 211));
}

@media (min-width: 996px) {
  .deal.peripherals .text {
    width: 50%;
  }
  .deal.peripherals .img {
    width: 40%;
    right: 8%;
    bottom: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(0%);
  }
}

@media (min-width: 1930px) {
  .deal.peripherals .img {
    width: 28%;
    right: 20%;
  }
}

.deal.proMointor {
  /* background: url("../images/white-bg.jpg") top center repeat-y ;
  background-size:  contain; */
  color: #222;
  --color: #000000;
}

.deal.proMointor h2 {
  text-transform: uppercase;
}

.deal.proMointor button:hover {
  color: var(--color);
}

.deal.proMointor::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0));
}

@media (min-width: 996px) {
  .deal.proMointor .text {
    margin-left: 55%;
  }
  .deal.proMointor .img {
    width: 26%;
    left: 17%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .deal.proMointor .img img {
    max-width: 100%;
  }
}

@media (min-width: 1930px) {
  .deal.proMointor .img {
    width: 21%;
    left: 24%;
  }
}


.deal.gamingGear1 {
  /* background: url("../images/dealBg-5.jpg") right center no-repeat ; */
  background-size: cover;
  --color: #000000;
}

.deal.gamingGear1 button:hover {
  color: var(--color);
}

@media (min-width: 996px) {
  .deal.gamingGear1 .text {
    margin-left: 50%;
  }
  .deal.gamingGear1 .img {
    width: 40%;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .deal.gamingGear1 .img img {
    max-width: 100%;
  }
}

@media (min-width: 1930px) {
  .deal.gamingGear1 .img {
    width: 30%;
    left: 0%;
  }
}

.model {
  display: none;
  padding: 50px 0;
}

.model__bg {
  background: linear-gradient(to right, rgb(255 229 122), rgb(112 207 211));
}

@media (min-width: 996px) {
  .model {
    padding: 80px;
  }
}

.model h2 {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
}

.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: #5b5b5b;
  padding: 8px;
  border: var(--color) 1px solid;
  color: #fff;
}

.model__cell a {
  color: #fff;
}

.model__cell a:hover {
  text-decoration: underline;
}

.model__btn {
  text-align: center;
  padding-top: 40px;
}

#proMointor-models, #network-models {
  --color: #000000;
}

.wtb {
  padding: 45px 0;
}

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

.promotion {
  /* background: url("../images/promotion-bg.jpg") right center no-repeat ; */
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  color: #000 !important; 
}

.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: var(--color) 0 0 30px;
          box-shadow: var(--color) 0 0 30px;
  -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;
    justify-content: center;
  }
}

.project {
  position: relative;
  /* color: #fff; */
  /* background: #000; */
  font-family: "nimbus-sans", sans-serif;
  --pageTitle: "nimbus-sans-extended", sans-serif;
  --color: #000000;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}

.project .common-title {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
}

@media (min-width: 996px) {
  .project .common-title span {
    display: block;
  }
}

.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: transparent;
  border: var(--color) 3px solid;
  color: var(--color);
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: var(--pageTitle);
  font-weight: 900;
  gap: 10px;
  font-size: 14px;
}

/* .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;
} */

.project .common-btn:hover {
  background: var(--color);
  color: #fff;
}

.project .common-btn:hover span {
  color: #fff;
}

.tc-section {
  text-align: center;
  margin-top: 50px;
}

/*# sourceMappingURL=main.css.map */

