@charset "UTF-8";



.beyondFast .common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}

.beyondFast .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) {
  .beyondFast .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

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

  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  width: 80%;
  background-image: linear-gradient(120deg, #e78de8 0%, #c511c8 100%);
  margin: 1% auto;
}

.beyondFast .common__btns a:hover {
  background-image: linear-gradient(120deg, #c511c8 0%, #e78de8 100%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (min-width: 996px) {
  .beyondFast .common__btns a {
    margin: 0 10px;
  }
}

.beyondFast .shopbtn {
  text-align: center;
}

.beyondFast .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: #c511c8;
  padding: 5px 15px;
  display: inline-block;
  margin: 3% auto;
}

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

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

.beyondFast .redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (min-width: 1300px) {
  .beyondFast .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.beyondFast .redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}

@media (min-width: 1300px) {
  .beyondFast .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 996px) {
  .beyondFast .redeem a {
    width: calc(40% - 20px);
  }
}

.beyondFast .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: 3.5px solid #a9c1ff;
  padding: 5% 0;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1c021c;
}

@media (min-width: 996px) {
  .beyondFast .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.beyondFast .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 #c511c8;
  padding: 1% 0;
}

@media (min-width: 996px) {
  .beyondFast .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #c511c8;
    border-bottom: 0;

  }
}

.beyondFast .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .beyondFast .redeem__block-item img {
    width: 25%;
  }
}

.beyondFast .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}

.beyondFast .redeem__block-item h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}

.beyondFast .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}

.beyondFast .shop {
  padding-bottom: 5%;
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 2% 0 5%;
}

.beyondFast .wtbw_selector {
  color: #ccc;
}

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

.beyondFast .wtbt_extend button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

.wtbitem_logo {
  width: auto !important;
  margin: auto;
}

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