@charset "UTF-8";



.RTX-AIMasterySale .common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center; 
  color: #bb6fff;
  margin: 15px 0;
}

.RTX-AIMasterySale .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: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  .RTX-AIMasterySale .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.RTX-AIMasterySale .common__btns a {
  cursor: pointer;
 
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: var(--text-lg);
  text-decoration: none;
  /* border: 2px solid;
  border-image-source: linear-gradient(to right, #da49db 0%, #a1faf7 50%, #fd308d 100%);
  border-image-slice: 1; */
  background-color: rgba(255,0,0,0.5);
  color: #fff;
  width: 80%;
  background-image: linear-gradient(120deg, #83b1f0 0%, #2166eb 100%);
  margin: 1% auto;
}

.RTX-AIMasterySale .common__btns a:hover {
  background-image: linear-gradient(120deg, #2166eb 0%, #83b1f0 100%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 996px) {
  .RTX-AIMasterySale .common__btns a {
    margin: 0 10px;
  }
}
.RTX-AIMasterySale .shopbtn {
  text-align: center;
}

.RTX-AIMasterySale .shopbtn a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: var(--title-lg);
  z-index: 2;
  border-radius: 5px;
  background: #f00;
  padding: 5px 15px;
  display: inline-block;
  margin: 3% auto;
}

.RTX-AIMasterySale .shopbtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: url(https://asset-account.msi.com/rewards/images/light.png) no-repeat center;
  background-size: 200%;
  left: 0;
  mix-blend-mode: lighten;
}

.RTX-AIMasterySale .shopbtn a:hover::after {
  -webkit-animation: bglight 2s;
  animation: bglight 2s;
}

@-webkit-keyframes bglight {
  0% {
    background-position: 40% 100%;
  }

  50% {
    background-position: 170% 100%;
  }

  100% {
    background-position: 200% 100%;
  }
}

@keyframes bglight {
  0% {
    background-position: 40% 100%;
  }

  50% {
    background-position: 170% 100%;
  }

  100% {
    background-position: 200% 100%;
  }
}

.RTX-AIMasterySale .redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (min-width: 1300px) {
  .RTX-AIMasterySale .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.RTX-AIMasterySale .redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}

@media (min-width: 1300px) {
  .RTX-AIMasterySale .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 996px) {
  .RTX-AIMasterySale .redeem a {
    width: calc(40% - 20px);
  }
}

.RTX-AIMasterySale .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;
  padding: 5% 0;
  text-align: center;
  border: 2px solid #66a3fa;
  /* border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%); */
  padding: 5% 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255,0,0, 0.2);
}

@media (min-width: 996px) {
  .RTX-AIMasterySale .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.RTX-AIMasterySale .redeem__block-item {
  width: calc(80% - 20px);
  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 #66a3fa;
  padding: 1% 0;
}

@media (min-width: 996px) {
  .RTX-AIMasterySale .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #66a3fa;
    border-bottom: 0;

  }
}

.RTX-AIMasterySale .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .RTX-AIMasterySale .redeem__block-item img {
    width: 25%;
  }
}

.RTX-AIMasterySale .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}

.RTX-AIMasterySale .redeem__block-item h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}

.RTX-AIMasterySale .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}

.RTX-AIMasterySale .shop {
  padding-bottom: 5%;
  width: 100%;
  background:#000;
  position: relative;
  overflow: hidden;
  padding: 2% 0 5%;
}

.RTX-AIMasterySale .wtbw_selector {
  color: #ccc;
}

.RTX-AIMasterySale .wtbt_extend button {
  background: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  color: #000;
  border-radius: 5px; 
  cursor: pointer; 
  border:2px solid #fff;
}

.RTX-AIMasterySale .wtbt_extend button:hover {
  background:#000;
  color: #fff;
  border:2px solid #fff;
}
.wtbitem_logo{
  width: auto !important;
  margin:auto;
}
/*# sourceMappingURL=main.css.map */