.buynow {
  position: relative;
  text-align: center;
  background: url("../images/HighStakes.jpg") top center no-repeat;
  background-size: cover;
  padding: 25px 0;
  margin-top: -50px;
}
@media (min-width: 996px) {
  .buynow {
    padding: 100px 0;
  }
  .buynow .common__container {
    position: relative;
    z-index: 5;
  }
  .buynow__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buynow__img {
    flex: 0 0 48%;
  }
  .buynow .buynow__box--tw figcaption {
    text-align: left;
  }
  .buynow .buynow__box--tw figcaption h2 {
    text-align: left;
  }
}
.buynow__tabs button {
  font-size: min(max(2vw, 17px), 18px);
  color: #11f9f8;
  padding: 7px 5px;
  margin: 5px;
  font-weight: bold;
  background-color: #222;
  border: 1px solid #11f9f8;
  opacity: 1;
  transform: skewX(-10deg);
  border-radius: 10px;
  transition: 0.2s;
  width: 300px;
}
.buynow__tabs button.active {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 20px #ffffff;
  border: 1px solid #fff;
  color: #222;
}
@media (min-width: 996px) {
  .buynow__tabs button {
    width: auto;
    background-size: contain;
    min-width: 300px;
  }
  .buynow__tabs button span {
    display: block;
    padding: 10px 15px;
    min-width: 250px;
  }
  .buynow__tabs button:hover {
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 40px #ffffff;
    border: 1px solid #fff;
    color: #222;
  }
  .buynow__tabs button.active {
    background-size: contain;
    opacity: 1;
  }
  .buynow__tabs button.active:hover span {
    box-shadow: none;
  }
}
.buynow__intro {
  display: block;
  margin: 10px 0 40px;
}
.buynow__box {
  background-color: rgba(0, 0, 0, 0.4705882353);
  border-radius: 30px;
  border: 3px solid rgba(17, 249, 249, 0.3254901961);
  padding: 20px;
}
.buynow figcaption {
  position: relative;
  background: url("../images/texture_common.png") center no-repeat no-repeat;
  background-size: cover;
  padding: 25px;
  text-align: center;
}
.buynow figcaption h2 {
  font-size: min(max(2vw, 22px), 40px);
  font-weight: bold;
  background-color: #11f9f8;
  background-size: auto 100%;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  filter: drop-shadow(5px 0 10px rgba(193, 145, 17, 0.5));
  padding-top: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.buynow figcaption h2 strong {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: #11f9f8 1px solid;
}
.buynow figcaption ul {
  margin-left: 15px;
  text-align: left;
  padding-bottom: 25px;
}
.buynow figcaption li {
  display: flex;
  font-size: min(max(1.5vw, 17px), 22px);
  margin: 10px 0;
}
.buynow figcaption li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/flower_icon.png") center center no-repeat;
  background-size: cover;
  flex: 0 0 15px;
  margin-right: 8px;
  margin-top: 8px;
}
@media (min-width: 996px) {
  .buynow figcaption {
    background: none;
    padding: 50px 0;
    flex: 0 0 49%;
  }
}

.popup {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}
.popup.show {
  display: flex;
  align-items: center;
}
.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: url("../images/texture_common.png") center center repeat;
}
.popup__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/line.png") center center repeat-x;
}
.popup__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/line.png") center center repeat-x;
}
.popup__inner {
  position: relative;
}
.popup__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: url("../images/line-v.png") top center repeat-y;
}
.popup__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: url("../images/line-v.png") top center repeat-y;
}
.popup__header {
  padding: 25px;
  background: url("../images/line.webp") bottom center repeat-x;
}
.popup__header h2 {
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: bold;
  background-color: #f4dda3;
  background: url(../images/site_pattern.png) left center repeat-x;
  background-size: auto 100%;
  background-clip: text;
  color: #ffffff;
  line-height: 1.2;
  filter: drop-shadow(5px 0 10px rgba(193, 145, 17, 0.5));
  text-transform: uppercase;
  text-align: center;
}
.popup__body {
  padding: 35px;
  background-color: #000;
}
@media (min-width: 996px) {
  .popup__body {
    flex: 0 0 calc(100% - 300px);
    max-height: 100vh;
    overflow-y: auto;
  }
  .popup__body::-webkit-scrollbar-thumb {
    background: #11f9f8;
    border-radius: 20px;
  }
  .popup__body::-webkit-scrollbar {
    width: 10px;
    background: #334c56;
  }
}
.popup__close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("../images/close.png") center center no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.popup__close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .popup__close {
    width: 90px;
    height: 90px;
  }
}

.terms {
  font-size: 18px;
  line-height: 1.5;
}
.terms h3 {
  padding-bottom: 25px;
}
.terms ol li {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style: lower-roman;
}
.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms ul ol li {
  list-style: lower-roman;
}
.terms ul li {
  list-style: disc;
  padding: 8px 0;
}
.terms ul li ol li {
  list-style: lower-roman;
}
.terms ul li span {
  color: #11f9f8;
}
.terms ul li .star {
  color: #ff0000;
}
.terms ul li .note {
  font-size: 16px;
  padding: 10px 0;
  color: #ddd;
}
.terms p {
  padding-bottom: 20px;
}
.terms a {
  color: #f9a6bc;
  border-bottom: #f9a6bc 1px solid;
}
.terms a:hover {
  border: none;
}
.terms .pdList {
  margin: 20px 0;
}
.terms .pdList__title {
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background: #263a4a;
}
.terms .pdList__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #3b4852;
}
.terms .pdList__wrapper-item {
  width: 50%;
  padding: 5px 0;
  color: #fff;
  background: #3b4852;
  font-size: 12px;
  text-align: center;
  border: 1px solid #263a4a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.termsGoods {
  margin-top: 20px;
}
.termsGoods th {
  background-color: #d2a0ae;
  padding: 10px;
}
.termsGoods td {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 5px;
}
@media (min-width: 996px) {
  .terms .pdList__wrapper-item {
    width: 100%;
  }
  .terms .pdList__wrapper-item:nth-child(odd) {
    background: #3b4852;
  }
}

/* @import url("https://use.typekit.net/kdl0kay.css"); */

@-webkit-keyframes btn {
  0% {
    background-size: 100% 150%;
    background-position: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#c48a10),
      to(#6f644b)
    );
    background: linear-gradient(0deg, #c48a10, #6f644b);
  }
  100% {
    background-size: 200% 100%;
    background-position: 50%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#c48a10),
      to(#6f644b)
    );
    background: linear-gradient(360deg, #c48a10, #6f644b);
  }
}

@keyframes btn {
  0% {
    background-size: 100% 150%;
    background-position: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#c48a10),
      to(#6f644b)
    );
    background: linear-gradient(0deg, #c48a10, #6f644b);
  }
  100% {
    background-size: 200% 100%;
    background-position: 50%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#c48a10),
      to(#6f644b)
    );
    background: linear-gradient(360deg, #c48a10, #6f644b);
  }
}

.eligible {
  position: relative;
  padding: 0 0 5%;
  background-image: url(https://storage-asset.msi.com/event/2025/CND/relax-refresh-and-earn-cashback/images/allbg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.eligible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(140, 182, 198, 0)),
    color-stop(1%, rgba(140, 182, 198, 0.01)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(140, 182, 198, 0) 0%,
    rgba(140, 182, 198, 1) 100%
  );
  z-index: 0;
}
.eligible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(140, 182, 198, 0)),
    color-stop(1%, rgba(140, 182, 198, 0.01)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(140, 182, 198, 0) 0%,
    rgba(140, 182, 198, 1) 100%
  );
  z-index: 0;
}
.eligible__wrapper {
  position: relative;
  z-index: 10;
}

.eligible__wrapper-pdLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-top: 7%;
}

@media (min-width: 996px) {
  .eligible__wrapper-pdLine {
    gap: 50px;
  }
}

.eligible__wrapper-pdLine .itemBox {
  width: 33%;
  padding: 2% 0 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox {
    width: calc(33% - 20px);
    border-radius: 25px;
  }
}

.eligible__wrapper-pdLine .itemBox:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
  filter: drop-shadow(0 0 10px #ffffff);
}

.eligible__wrapper-pdLine .itemBox:hover figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.eligible__wrapper-pdLine .itemBox figure {
  width: 75%;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.eligible__wrapper-pdLine .itemBox h4 {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  background: #d69fb0;
  padding: 5px 0;
  z-index: 10;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox h4 {
    font-size: 22px;
    margin-top: 20px;
    padding: 15px 0;
  }
}

.eligible__wrapper .itemBox.active {
  -webkit-filter: drop-shadow(0 0 10px #929292);
  filter: drop-shadow(0 0 10px #929292);
  background: #828b98;
}

.eligible__wrapper-subTitle {
  position: relative;
  color: #e3ddd7;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 0 10px;
}

@media (min-width: 996px) {
  .eligible__wrapper-subTitle {
    font-size: 28px;
    padding: 5% 0 2%;
  }
}

.eligible__wrapper-subTitle::before,
.eligible__wrapper-subTitle::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(
    to left,
    rgba(140, 182, 198, 0) 0%,
    rgb(214 159 176) 50%,
    rgba(140, 182, 198, 0) 100%
  );
  width: 100%;
  height: 2px;
}

.eligible__wrapper-subTitle::before {
  margin-right: 5%;
}

.eligible__wrapper-subTitle::after {
  margin-left: 5%;
}

.eligible__wrapper-subTitle h4 {
  font-size: 20px;
  padding: 5px 25px;
  border-radius: 10px;
  color: #a17180;
}

@media (min-width: 996px) {
  .eligible__wrapper-subTitle h4 {
    font-size: 26px;
  }
}

.eligible__wrapper-subtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eligible__wrapper-subtabs .btnSty {
  padding: 10px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  background: #8f8173;
  font-size: 14px;
  border: 1px solid #fff;
  cursor: pointer;
}

.eligible__wrapper-subtabs .btnSty:hover {
  background: #8f8173;
}

@media (min-width: 996px) {
  .eligible__wrapper-subtabs .btnSty {
    font-size: 20px;
  }
}

.eligible__wrapper .btnSty.active {
  background: #705e4d;
}

.eligible__wrapper-table {
  margin: 20px 0;
}

.eligible__wrapper-table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
}

.eligible__wrapper-table .item:hover {
  /* -webkit-box-shadow: 0 0 10px #9f7a58;
  box-shadow: 0 0 10px #9f7a58; */
  background: rgba(222, 222, 222, 0.8);
}

.eligible__wrapper-table .item .pdNameCol {
  width: 65%;
  border-right: 2px solid #ffffff;
}

.eligible__wrapper-table .item .steamCodeCol {
  width: 35%;
}

.eligible__wrapper-table .item .steamCodeCol .col-numBox {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5a616b;
}

@media (min-width: 996px) {
  .eligible__wrapper-table .item .steamCodeCol .col-numBox {
    font-size: 20px;
  }
}

.eligible__wrapper-table .item .col-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: #828b98;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-title {
    font-size: 22px;
    padding: 10px;
  }
}

.eligible__wrapper-table .item .col-pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.eligible__wrapper-table .item .col-pdBox__name {
  font-size: 14px;
  margin-right: 20px;
  color: #5a616b;
}

@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__name {
    font-size: 20px;
  }
}

.eligible__wrapper-table .item .col-pdBox__name:hover {
  /* text-decoration: underline; */
}

.eligible__wrapper-table .item .col-pdBox__btn {
  color: #fff;
  background: #d69fb0;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #d69fb0;
  -webkit-box-shadow: 0px 3px 0 #b78191;
  box-shadow: 0px 3px 0 #b78191;
  font-size: 14px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__btn {
    padding: 5px 20px;
    font-size: 18px;
    width: auto;
  }
}

.eligible__wrapper-table .item .col-pdBox__btn:hover {
  color: #d69fb0;
  background: #ffffffef;
}