.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
}

.popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: decimal;
  margin-left: 8.5px;
}

.popup__close {
  filter: brightness(0.5);
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  display: block;
  background: url(https://storage-asset.msi.com/event/2022/cnd/dying_light2/images/icon-close.svg)
    center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  transition: 0.2s;
}

.popup__close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.popup__title {
  text-align: center;
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup__inner {
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 50px auto 0;
  /* padding: 6px; */
  /* background: url(../images/page-bg.jpg) center center no-repeat ;
  background-size: cover; */
}

/* .popup__inner::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

/* .popup__inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

.popup__body {
  padding: 15px;
}

.popup__content {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  border: #fff 2px solid;
  padding: 40px 20px;
  position: relative;
  background: #f3fdffe6;
}

#tc .popup__content {
  background: rgba(0, 0, 0, 0.9);
}

/* .popup__content::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

/* .popup__content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

.popup__content p {
  padding-bottom: 20px;
}

.popup__content ul {
  margin-left: 20px;
  padding: 0 0 10px;
}

.popup__content ul li {
  list-style: decimal;
  margin-bottom: 15px;
}

.popup__content footer {
  text-align: center;
  padding-top: 45px;
}

.popup__content footer button {
  outline: none;
  border: #fff 1px solid;
  color: #ffffff;
  background: none;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
}

.popup__content footer button:hover {
  background: #916c42;
}

.popup__content .faq__item {
  padding-bottom: 35px;
}

.popup__content .faq__q {
  color: #fff;
  font-weight: bold;
}

.popup__content .faq__a {
  padding: 10px;
}

.popup__content .terms__title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;

  text-align: center;
  border-bottom: 2px solid #916c42;
  color: #bd8b52;
}

.popup__content a {
  color: #b65f38;
}

.popup__content a:hover {
  text-decoration: none;
  color: #dd794a;
}

.popup__content .terms ul li {
  list-style: disc;
  padding: 8px 0;
}

.popup__content .terms ul li ol {
  margin-left: 20px;
}

.popup__content .terms ul li ol li {
  list-style: lower-roman;
  padding: 3px 0;
}

.popup__content .terms .pd__category {
  margin: 25px 0 10px;
  padding: 5px 15px;
  font-weight: bold;
  border: #fff 1px solid;
  display: inline-block;
}

.popup__content .terms dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 10px 0 20px;
}

.popup__content .terms dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 2px);
  font-size: 13px;
}

@media (min-width: 992px) {
  .popup__content {
    padding: 40px 20px;
  }

  .popup__content .terms dl dt {
    width: calc(25% - 2px);
  }
}

/* HOW TO REDEEM */
#popup-howToRedeem .popup__content {
  border: none;
}

#popup-howToRedeem .popup__close {
  top: 0%;
  right: 2%;
  filter: brightness(0.5);
}

#popup-howToRedeem .popup__inner {
  margin: 0 auto;
  width: 90%;
}

.popup__content .powerByMsi__redeem {
  color: #000;
}

@media (min-width: 768px) {
  #popup-howToRedeem .popup__close {
    top: 6%;
    right: 2%;
  }
}

@media (min-width: 992px) {
  #popup-howToRedeem .popup__close {
    top: 1%;
    right: 3%;
  }
  #popup-howToRedeem .popup__inner {
    margin: 50px auto 0;
  }
}

/* T&C pd list */
.pdList {
  margin: 20px 0;
}
.pdList .pdList__title {
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background: #263a4a;
}
.pdList .pdList__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #3b4852;
}

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

@media (min-width: 992px) {
  .pdList .pdList__wrapper .pdList__wrapper-item {
    width: 25%;
  }
}

.pdList .pdList__wrapper .pdList__wrapper-item:nth-child(odd) {
  background: #3b4852;
  /* background: #263a4a; */
}

/* .routerPdList .pdList__wrapper .pdList__wrapper-item {
  width: 50%;
} */
/*# sourceMappingURL=popup.css.map */

.powerByMsi__redeemTitle {
  margin-bottom: 20px;
}

.powerByMsi__step-txt {
  margin-bottom: 10px;
}

.powerByMsi__step-txt h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.tc-underline {
  text-decoration: underline;
  font-weight: 600;
}
