@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;
  padding-top: 5%;
}

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

@media (min-width: 996px) {

  @-webkit-keyframes lightbg {
    0% {
      opacity: 0.8;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes lightbg {
    0% {
      opacity: 0.8;
    }

    100% {
      opacity: 1;
    }
  }
}

@-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 .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 .wtb img {
  width: auto;
  height: auto;
  margin: auto;
}

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