@charset "UTF-8";
#routerlaunch {
  background: url("https://storage-asset.msi.com/event/2024/SG/Gaming-Router/images/bg-2.jpg") fixed repeat-y;
  background-size: 100%;
  color: white;
}
#routerlaunch .popupBox__area {
  color: #eee;
  background: rgba(1, 17, 43, 0.7);
  -webkit-box-shadow: 0 0 2px white inset, 0 0 5px #0da1ef inset, 0 0 15px #034790 inset, 0 0 35px #0078f8 inset, 0 0 2px white, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #034790;
          box-shadow: 0 0 2px white inset, 0 0 5px #0da1ef inset, 0 0 15px #034790 inset, 0 0 35px #0078f8 inset, 0 0 2px white, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #034790;
}
#routerlaunch .popupBox__area-line {
  background: #001335;
}
#routerlaunch .kv {
  background: url("https://storage-asset.msi.com/event/2024/SG/Gaming-Router/images/kv-bg-right-2.png") no-repeat bottom;
  padding: 2% 0 10%;
  background-size: cover;
  position: relative;
}
#routerlaunch .kv::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #150a29), color-stop(50%, transparent));
  background: linear-gradient(to bottom, #150a29 25%, transparent 50%);
  -webkit-animation: none;
          animation: none;
  mix-blend-mode: normal;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 996px) {
  #routerlaunch .kv::before {
    background-size: 100%;
    -webkit-animation: lightbg 0.1s infinite linear alternate;
            animation: lightbg 0.1s infinite linear alternate;
    mix-blend-mode: screen;
  }
  @-webkit-keyframes lightbg {
    0% {
      opacity: 0.8;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes lightbg {
    0% {
      opacity: 0.8;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (min-width: 1930px) {
  #routerlaunch .kv::before {
    background-position: bottom;
  }
}
@media (min-width: 1930px) {
  #routerlaunch .kv {
    padding: 2% 0 6%;
    background-size: contain;
  }
}
#routerlaunch .kv .msi__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1600px) {
  #routerlaunch .kv .msi__container {
    max-width: 1400px;
  }
}
@media (min-width: 1930px) {
  #routerlaunch .kv .msi__container {
    max-width: 1800px;
  }
}
#routerlaunch .kv__flex {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  #routerlaunch .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#routerlaunch .kv .buyBtn {
  margin: 20px 0 2vw 5vw;
}
#routerlaunch .kv .buyBtn a {
  font-size: var(--title-xl);
  font-weight: bold;
  font-style: italic;
  border: 2px solid #a7dfff;
  color: white;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-animation: btnAni 1s infinite linear alternate;
          animation: btnAni 1s infinite linear alternate;
}
#routerlaunch .kv .buyBtn a:hover {
  color: #67c2ff;
  text-shadow: 0 0 15px #0078f8;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@-webkit-keyframes btnAni {
  from {
    -webkit-box-shadow: 0 0 15px #0078f8, 0 0 35px #0078f8;
            box-shadow: 0 0 15px #0078f8, 0 0 35px #0078f8;
  }
}
@keyframes btnAni {
  from {
    -webkit-box-shadow: 0 0 15px #0078f8, 0 0 35px #0078f8;
            box-shadow: 0 0 15px #0078f8, 0 0 35px #0078f8;
  }
}
#routerlaunch .kv__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding-top: 5%;
}
#routerlaunch .kv__spec {
  margin: 5% auto 3%;
}
@media (min-width: 996px) {
  #routerlaunch .kv__spec {
    width: 80%;
  }
}
#routerlaunch .kv__pd {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin: 0 auto;
}
#routerlaunch .kv__pd--light {
  position: absolute;
  left: 0;
  top: 0;
}
#routerlaunch .common__title {
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}
#routerlaunch .common__subtitle {
  text-align: center;
  margin: 20px 0;
  color: #67c2ff;
}
#routerlaunch .common__btns {
  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-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #routerlaunch .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#routerlaunch .common__btns a {
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 1px 1px 5px #919191;
          box-shadow: 1px 1px 5px #919191;
  color: #fff;
  line-height: 1.5em;
  cursor: pointer;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(220, 252, 255, 0.2)), color-stop(rgba(10, 101, 204, 0.2)), to(rgba(32, 205, 255, 0.2)));
  background: linear-gradient(to top right, rgba(220, 252, 255, 0.2), rgba(10, 101, 204, 0.2), rgba(32, 205, 255, 0.2));
  aligniems: center;
  border: 2px solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  -webkit-mask: linear-gradient(black, black);
          mask: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
          mask: linear-gradient(black, black);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#routerlaunch .common__btns a:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: 0 0 5px #0da1ef inset, 0 0 15px #0078f8 inset, 0 0 35px #0078f8 inset, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #0078f8;
          box-shadow: 0 0 5px #0da1ef inset, 0 0 15px #0078f8 inset, 0 0 35px #0078f8 inset, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #0078f8;
}
#routerlaunch .content ul {
  color: #fff;
  margin-left: 3%;
}
@media (min-width: 996px) {
  #routerlaunch .content ul {
    width: 78%;
    margin: 0 auto;
  }
}
#routerlaunch .content ul li {
  line-height: 2;
  font-size: var(--text-lg);
  letter-spacing: 0.6px;
}
#routerlaunch .content ul li::before {
  content: "◐";
  background: linear-gradient(60deg, #dcfcff, #20cdff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  width: 1em;
  margin-left: -30px;
  font-weight: bolder;
  margin-right: 15px;
}
#routerlaunch .content ul li b {
  margin-right: 2px;
  font-size: 110%;
  color: #67c2ff;
}
#routerlaunch .wtb {
  padding: 4% 0 8%;
}
#routerlaunch .redeem {
  padding: 5% 0 4%;
}
#routerlaunch .redeem a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.3333333333% - 20px);
          flex: 1 0 calc(33.3333333333% - 20px);
  width: 100%;
}
#routerlaunch .redeem__title {
  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;
}
#routerlaunch .redeem__title h3 {
  padding: 15px 35px;
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#cc00ff), color-stop(#013041), to(#01d4d8));
  background: linear-gradient(to right, #cc00ff, #013041, #01d4d8);
  color: #ffffff;
}
@media (min-width: 1300px) {
  #routerlaunch .redeem__title h3 {
    font-size: 30px;
  }
}
#routerlaunch .redeem__block {
  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;
  border-radius: 10px;
  border: 2px solid #dcfcff;
  -webkit-box-shadow: 0 0 2px white inset, 0 0 5px #0da1ef inset, 0 0 15px #0078f8 inset, 0 0 2px white, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #0078f8;
          box-shadow: 0 0 2px white inset, 0 0 5px #0da1ef inset, 0 0 15px #0078f8 inset, 0 0 2px white, 0 0 5px #0da1ef, 0 0 15px #0078f8, 0 0 35px #0078f8;
  padding: 5% 0;
  text-align: center;
  background: rgba(1, 17, 43, 0.7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #routerlaunch .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#routerlaunch .redeem__block-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 1% 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 996px) {
  #routerlaunch .redeem__block-item {
    padding: 0 1%;
    border-right: 1px solid #442e4d;
    border-bottom: 0;
  }
}
#routerlaunch .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0 0 10px #2280e5);
          filter: drop-shadow(0 0 10px #2280e5);
}
@media (min-width: 996px) {
  #routerlaunch .redeem__block-item img {
    width: 25%;
  }
}
#routerlaunch .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}
#routerlaunch .redeem__block-item h4 {
  color: #ddfcff;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
}
#routerlaunch .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ccc;
}/*# sourceMappingURL=main.css.map */