@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvLight {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kvLight {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes btnLight {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 0px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 0px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 0px rgba(255, 190, 147, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
  }
}
@keyframes btnLight {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 0px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 0px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 0px rgba(255, 190, 147, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

{
  overflow: hidden;
  font-family: "raleway", sans-serif;
  font-style: normal;
}
img {
  max-width: 100%;
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv__mainBox {
  position: relative;
}
.kv__textBox {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: 400;
}
.kv-pd-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/kv-pd.png) no-repeat;
          mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/kv-pd.png) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kv-pd-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 20%;
  height: 100%;
  -webkit-animation: 4s kvLight infinite linear;
          animation: 4s kvLight infinite linear;
}
.kv__pdBox {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.kv__pdBox-title {
  position: absolute;
}

.kv h1 {
  color: #ffffff;
  font-size: 14vw;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-shadow: rgb(0, 168, 90) 3px 3px 5px, rgb(3, 255, 187) 3px 3px 5px, rgba(3, 255, 150, 0.3) 3px 3px 10px, rgba(3, 255, 150, 0.3) 5px 5px 50px;
}
.kv h2 {
  color: #ffffff;
  font-size: 7.5vw;
  text-shadow: rgb(0, 168, 90) 3px 3px 5px, rgb(3, 255, 187) 3px 3px 5px, rgba(3, 255, 150, 0.3) 3px 3px 10px, rgba(3, 255, 150, 0.3) 5px 5px 50px;
}
.kv-logo {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 35vw;
}
@media (min-width: 996px) {
  .kv__textBox {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 45%;
    margin: auto;
    text-align: center;
    font-weight: 400;
  }
  .kv h1 {
    color: #ffffff;
    font-size: 7vw;
  }
  .kv h2 {
    color: #ffffff;
    font-size: 3.5vw;
  }
  .kv__pdBox {
    position: absolute;
    bottom: 0%;
    width: 50%;
  }
  .kv-logo {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 13vw;
  }
}
.intro {
  margin: 5% auto 0;
}
.intro__textBox {
  text-align: center;
  width: 85%;
  margin: 50px auto 0;
}
.intro p {
  font-size: 4vw;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(-30deg, #e24c4c 0%, #fe9547 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 996px) {
  .intro {
    margin: 0;
  }
  .intro p {
    font-size: 1.6vw;
  }
}
@media (min-width: 1930px) {
  .intro p {
    font-size: 1vw;
  }
}
.combo {
  position: relative;
  padding: 0% 0;
}
.combo .msi__container {
  position: relative;
  z-index: 1;
}
.combo-badge {
  width: 60%;
  margin: 5% auto;
}
.combo__wrapBox--1 .combo__itemBox {
  border: 5px solid #ea2129;
}
.combo__wrapBox--1 .combo__itemBox::after {
  background: #ea2129;
}
.combo__wrapBox--2 .combo__itemBox {
  border: 5px solid #0ea4e7;
}
.combo__wrapBox--2 .combo__itemBox::after {
  background: #0ea4e7;
}
.combo__wrapBox--3 .combo__itemBox {
  border: 3px dashed #000;
}
.combo__wrapBox--3 .combo__itemBox::after {
  background: #000;
}
.combo__itemBox {
  border: 2px solid;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 3%;
  width: 90%;
  margin: auto;
  /* background-image: linear-gradient(70deg, #f7f7f7 0%, #eef1f5 100%); */
  /* -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2); */
          /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2); */
}
.combo__itemBox::after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: -170%;
  width: 240%;
  height: 200%;
  background: #000000;
  border-radius: 100%;
}
.combo h3 {
  text-align: center;
}
.combo__pdName {
  width: 90%;
  margin: auto;
}
.combo__pdName-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.combo__pdCategory {
  width: 90%;
  margin: auto;
}
.combo__pdCategory-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.combo__imgBox {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.combo__imgBox-pic {
  max-width: 250px;
  margin: auto;
  
}
.combo__imgBox-txt {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.combo-symbol {
  width: 10%;
  position: relative;
  text-align: center;
  margin: 0 auto 3%;
}
.combo-symbol::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #222121;
  border-radius: 100%;
}
.combo-symbol p {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .combo__wrapBox {
    margin: 5% auto;
  }
  .combo__wrapBox--1 {
    margin-top: 0;
  }
  .combo__wrapBox--3 {
    margin-bottom: 0;
  }
  .combo__flexBox {
    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;
  }
  .combo-badge {
    width: 15%;
    margin: 0;
  }
  .combo__itemBox {
    border: 2px solid;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 2% 0 1% 3%;
    width: 82%;
    margin: 0;
  }
  .combo__itemBox::after {
    content: "";
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 80%;
    height: 200%;
    background: #222121;
    border-radius: 100%;
  }
  .combo__itemBox-flex {
    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;
    position: relative;
    z-index: 1;
  }
  .combo__pdName {
    width: 30%;
    margin: 0;
  }
  .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .combo__pdCategory {
    width: 30%;
    margin: 0;
  }
  .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .combo__imgBox {
    width: 30%;
    margin: 0 0px 0 70px;
  }
  .combo__imgBox-pic {
    max-width: 250px;
    margin: auto auto 10px;
  }
  .combo__imgBox-txt {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }
  .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .combo-symbol::after {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #222121;
    border-radius: 100%;
  }
  .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }
}
.btn {
  padding: 3% 0;
}
.btn__item {
  margin: 3%;
  position: relative;
  text-align: center;
}
.btn__item a {
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 80%;
  margin: auto;
  -webkit-animation: btnLight 2s infinite;
          animation: btnLight 2s infinite;
}
.btn__item a:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
          filter: drop-shadow(0 0 10px rgba(255, 190, 147, 0.3)) drop-shadow(0 0 10px rgba(255, 190, 147, 0.3));
  -webkit-animation: none;
          animation: none;
}
.btn__item a span {
  color: #ffffff;
  font-size: 4vw;
  padding: 20px 45px;
  display: block;
  background-color: #222121;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 29%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
          clip-path: polygon(0 0, 90% 0%, 100% 29%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
  border-bottom: 3px solid #ff5810;
}
.btn__item a:hover span {
  color: #232222;
  font-size: 4vw;
  background-color: #fff;
}
@media (min-width: 996px) {
  .btn__flexBox {
    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;
  }
  .btn__item {
    margin: 0 3%;
  }
  .btn__item a {
    width: auto;
    margin: 0;
  }
  .btn__item a:hover span {
    color: #232222;
    font-size: 1.2vw;
  }
  .btn__item a span {
    color: #ffffff;
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .btn__item a:hover span {
    color: #232222;
    font-size: 0.8vw;
  }
  .btn__item a span {
    color: #ffffff;
    font-size: 0.8vw;
  }
}
.deals h2 {
  font-size: 7vw;
  text-align: center;
  padding: 5% 0 0;
  color: transparent;
  background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.deals p {
  color: #000000;
  font-size: 3.5vw;
  text-align: center;
  margin: 2% auto 3%;
  width: 80%;
}
.deals__imgBox {
  position: relative;
}
.deals__imgBox-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/images/deals-banner.jpg) no-repeat;
          mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/images/deals-banner.jpg) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.deals__imgBox-mask:hover::before {
  content: "";
  position: absolute;
  left: -30%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 30%;
  height: 100%;
  -webkit-animation: 2s kvLight 1 linear;
          animation: 2s kvLight 1 linear;
}
@media (min-width: 996px) {
  .deals h2 {
    font-size: 2.5vw;
  }
  .deals p {
    color: #000000;
    font-size: 1.2vw;
  }
  .deals__imgBox {
    width: 80%;
    margin: 0 auto 3%;
  }
}
@media (min-width: 1930px) {
  .deals h2 {
    font-size: 2vw;
  }
  .deals p {
    color: #000000;
    font-size: 1vw;
  }
}
.wtb {
  background: #222121;
}
.wtb h2 {
  color: #ffffff;
  font-size: 7vw;
  text-align: center;
  padding: 5% 0;
}
@media (min-width: 996px) {
  .wtb h2 {
    color: #ffffff;
    font-size: 2.5vw;
  }
}
@media (min-width: 1930px) {
  .wtb h2 {
    color: #ffffff;
    font-size: 2vw;
  }
}
.wtbitem_logo {
  width: auto !important;
  margin: auto !important;
}
.wtbw_selectorsbar label {
  color: #fff !important;
}
.wtbt_extend button {
  color: #fff !important;
}/*# sourceMappingURL=main1.css.map */