
.redeem__wrapper-content {
  /* background: #fffaee; */
  background-image: url(https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/redeem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5%;
  /* box-shadow: 0 0 20px #999; */
}
.id-radaman-promotion .redeem .common__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
}
.id-radaman-promotion .redeem__item {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
@media only screen and (max-width: 960px) {
  .redeem__wrapper-content {
    background-image: url(https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/redeem-bg-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .id-radaman-promotion .redeem__item {
    width: 90%;
    margin: 0 auto;
  }
}

.linkBtn{
  width: 200px;
  display: block;
  margin: 20px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}


.redeem__text{
  width: 65%;
}

.redeem__text img,.linkBtn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.linkBtn:hover {
  background: transparent;
}
.linkBtn:hover::after {
  content: url("https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/text-active-w.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
.linkBtn--active {
  background: transparent;
}
.linkBtn--active::after {
  content: url("https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/text-active-w.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}


.id-radaman-promotion .redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media only screen and (max-width: 960px) {
  .id-radaman-promotion .redeem__btn {
    display: block;
    padding-top: 0px;
  }

  .redeem__text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .linkBtn{
    width: 100px;
    display: block;
    margin: 40px auto;
  }
}
/* .id-radaman-promotion .redeem__btn a {
  font-family: sans-serif;
  width: auto;
  padding: 10px 20px;
  font-size: var(--text-lg);
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1b6852;
  text-align: center;
  text-decoration: none;
  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;


  background-image: url(https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/pbm-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */
/* @media only screen and (max-width: 960px) {
  .id-radaman-promotion .redeem__btn a {
    width: 100%;
    margin: 5% auto;
    font-size: 16px;
  }
} */
/* .id-radaman-promotion .redeem__btn a:hover {
  background-image: url(https://storage-asset.msi.com/event/2024/TH/th_2024-Back-to-School/images/pbm-btn-y.png);
  
} */

.id-radaman-promotion  .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .id-radaman-promotion  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.id-radaman-promotion  .common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}