@charset "UTF-8";
.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}
@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}
@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}
@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}
@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}
@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}
.hideSty {
  display: none;
}
.DD2 {
  font-family: var(--font);
  color: #fff;
  position: relative;
  overflow-x: hidden;
  background: #000;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.DD2 img {
  max-width: 100%;
  vertical-align: bottom;
}
.DD2 .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 4vh 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .DD2 .common__container {
    padding: 6vh 0;
  }
}
.DD2 .common-subtitle {
  color: #11f9f8;
  font-size: min(max(3.5vw, 24px), 30px);
}
.DD2 .common-subtitle span {
  padding: 0 25px;
  display: inline-block;
}

.DD2 .redeemarea {
  position: relative;
  /* background: url("https://storage-asset.msi.com/event/2025/CND/football-manager-26/images/bg01.jpg") no-repeat center;
  background-size: cover;
  background-position: center; */
}

.DD2 .redeemarea::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#000 5%, rgba(0, 0, 0, 0.6) 20%);
  z-index: 5;
}

/* .DD2 .redeemarea::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000 10%, transparent);
  z-index: 0;
} */

.DD2 .redeemarea .common__container {
  padding: 10% 0 5%;
}
/* @media (max-width: 1300px) {
  .DD2 .redeemarea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1300px) and (max-width: 1050px) {
  .DD2 .redeemarea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) and (max-width: 800px) {
  .DD2 .redeemarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
} */
.DD2 .redeemarea h6 {
  font-size: 32px;
  /* margin-bottom: 1em; */
  line-height: 1.5em;
  padding: 0 25px;
  color: #fff;
  
  text-align: center;
}
@media (max-width: 996px) {
  .DD2 .redeemarea h6 {
    font-size: 24px;
  }
}

.DD2 .redeemarea h6 span {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #e664ff, #ff4164);
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, .3));
}
.DD2 .redeemarea__line {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .redeemarea__line {
    width: 80%;
  }
}
.DD2 .redeemarea__block-dec {
  width: 40%;
  margin: 0 auto;
}
.DD2 .redeemarea__block-dec img {
  filter: invert(1);
}
.DD2 .redeemarea__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .redeemarea__box {
    width: 80%;
  }
}
.DD2 .redeemarea__box-left {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.DD2 .redeemarea__box-left.active {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 1;
}
.DD2 .redeemarea__box-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.DD2 .redeemarea__box-right.active {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 1;
}
.DD2 .redeemarea__box-item {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
  
  width: 50%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .DD2 .redeemarea__box-item {
    font-size: 18px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__box-item {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__box-item {
    font-size: 16px;
  }
}
.DD2 .redeemarea__box-item.active {
  color: #0b9fc1;
}
.DD2 .redeemarea__boxa {
  position: relative;
  margin-top: 50px;
}
.DD2 .redeemarea__p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .DD2 .redeemarea__p1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.DD2 .redeemarea__p1.active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.DD2 .redeemarea__p1-item {
  width: calc(28% - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .DD2 .redeemarea__p1-item {
    width: 100%;
  }
}
.DD2 .redeemarea__p1-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
@media (max-width: 996px) {
  .DD2 .redeemarea__p1-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
/* @media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__p1-title {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__p1-title {
    font-size: 16px;
  }
} */
.DD2 .redeemarea__p1-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background: #D62187;
  margin-right: 5px;
}
.DD2 .redeemarea__p1-p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
  
  text-align: center;
}
@media (max-width: 1600px) {
  .DD2 .redeemarea__p1-p {
    font-size: 17px;
  }
}
/* @media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__p1-p {
    font-size: 13px;
  }
} */
/* @media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__p1-p {
    font-size: 12px;
  }
} */
.DD2 .redeemarea__redbtn {
  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;
}
.DD2 .redeemarea__redbtn a {
  background: #0b9fc1;
  background-size: 100% 100%;
  color: #fff;
  
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
  padding: 7px 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 #0b9fc1;
          box-shadow: 0 0 10px 0 #0b9fc1;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .DD2 .redeemarea__redbtn a {
    font-size: 26px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__redbtn a {
    font-size: 25px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__redbtn a {
    font-size: 24px;
  }
}
.DD2 .redeemarea__redbtn a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.DD2 .redeemarea__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 20px auto; 0
}
.DD2 .redeemarea__btns a {
  position: relative;
  width: calc(28% - 20px);
  background-size: 100% 100%;
  color: #fff;
  
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #6e0fd7;
  min-height: 42px;
  border-radius: 8px;
  padding: 14px 20px 12px;
}

@media screen and (max-width: 1280px) {
  .DD2 .redeemarea__btns a {
    width: calc(33% - 20px);
    font-size: 15px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .DD2 .redeemarea__btns a {
    margin: 10px 20px;
    width: 100%;
    
  }
}
.DD2 .redeemarea__btns a:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.DD2 .redeemarea__btns a:nth-child(2) {
  background: linear-gradient(90deg,#e664ff,#ff4164);
}
.DD2 .redeemarea .redeem-note {
    text-align: center;
    color: #fff;
    padding: 0 25px;
}
.DD2 .buynowarea {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/CND/like-a-dragon-pirate-yakuza-in-hawaii/images/bg-nele-island.jpg") no-repeat center;
  background-size: cover;
  background-position: center;
  /* padding-top: 6vh; */
  /* padding-bottom: 6vh; */
}

.DD2 .buynowarea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(#251509 0%, #0000008f, #031824 98%);
}
@media (max-width: 996px) {
    .DD2 .buynowarea {
        background-size: cover;
        background-position: right;
    }
  }
@media (max-width: 1300px) {
  .DD2 .buynowarea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1300px) and (max-width: 1050px) {
  .DD2 .buynowarea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) and (max-width: 800px) {
  .DD2 .buynowarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .buynowarea h5 {
  font-size: 32px;
  margin-bottom: 1.5em;
  line-height: 0;
  color: #fff;
  
  text-align: center;
}
@media (max-width: 1600px) {
  .DD2 .buynowarea h5 {
    font-size: 30px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .buynowarea h5 {
    font-size: 29px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .buynowarea h5 {
    font-size: 28px;
  }
}
.DD2 .buynowarea h5 .yel {
  color: #0b9fc1;
}
.DD2 .buynowarea__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3% 2% 4%;
    background: rgba(255, 255, 255, 0.63);
    border: 1px solid #5f5347;
}
@media screen and (max-width: 991px) {
  .DD2 .buynowarea__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      padding: 10% 2% 5%;
  }
}
.DD2 .buynowarea__block .item {
  width: calc(30% - 20px);
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .DD2 .buynowarea__block .item {
    width: calc((100% / 2 - 20px));
  }
}
.DD2 .buynowarea__block .item figure {
  height: 250px;
  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;
}
@media screen and (max-width: 991px) {
  .DD2 .buynowarea__block .item figure {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .DD2 .buynowarea__block .item figure img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 996px) {
  .DD2 .buynowarea__block .item figure img {
    height: auto;
  }
}
.DD2 .buynowarea__block .item .item__txtBox-name {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #000;
  
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .DD2 .buynowarea__block .item .item__txtBox-name {
    font-size: 18px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .buynowarea__block .item .item__txtBox-name {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .buynowarea__block .item .item__txtBox-name {
    font-size: 15px;
  }
}

/* .buyNow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buyNow-btn span {
  margin: 0 10px;
  font-weight: bold;
}
.buyNow-btn img {
  width: 20px;
} */
.DD2 .emn {
  background: url("https://storage-asset.msi.com/event/2024/CND/unknown9/images/decoration.svg") no-repeat 49.5% #ffffff;
  padding-top: 3vh;
  padding-bottom: 3vh;
}
@media (max-width: 1300px) {
  .DD2 .emn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1300px) and (max-width: 1050px) {
  .DD2 .emn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1300px) and (max-width: 800px) {
  .DD2 .emn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.DD2 .emn__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DD2 .emn img {
  max-width: 300px;
}
.DD2 .emn p {
  width: calc(100% - 420px);
  margin-left: 20px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #000000;
  margin-top: 40px;
  
}
@media (max-width: 1600px) {
  .DD2 .emn p {
    font-size: 14px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .emn p {
    font-size: 13px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .emn p {
    font-size: 12px;
  }
}
@media (max-width: 996px) {
  .DD2 .emn p {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.DD2 .emn p a {
  color: #f5e085;
  text-decoration: underline;
}
.DD2 .popup__header h2 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #e664ff, #ff4164);
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, .3));
}
@media (max-width: 1600px) {
  .DD2 .popup__header h2 {
    font-size: 38px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .popup__header h2 {
    font-size: 37px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .popup__header h2 {
    font-size: 36px;
  }
}
.DD2 .common-subtitle {
  
  font-size: 20px;
  margin-top: 1em;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 1600px) {
  .DD2 .common-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .common-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .common-subtitle {
    font-size: 16px;
  }
}



.DD2 .intro {
  background: url("https://storage-asset.msi.com/event/2024/NB/2024-d4/images/e54f6acd639dec30c68451d6c8483201d6ccff4b.jpg") no-repeat center;
  background-size: cover;
}
.DD2 .intro h3 {
  color: #68cb1b;
}
.DD2 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.DD2 .popup__wrapper::after {
  background: none;
}
.DD2 .popup__wrapper::before {
  background: none;
}
.DD2 .popup__inner {
  background: none;
}
.DD2 .popup__inner::after {
  background: none;
}
.DD2 .popup__inner::before {
  background: none;
}
.DD2 .popup__header {
  background: none;
}
.DD2 .popup__close {
  position: fixed;
  -webkit-filter: hue-rotate(220deg);
          filter: hue-rotate(220deg);
}
.DD2 .popup__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  max-height: 100vh;
  overflow-y: auto;
}
.DD2 .popup__body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: linear-gradient(90deg, #e664ff, #ff4164);
}
.DD2 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: linear-gradient(90deg, #e564ffa2, #ff4164a2);
}
.DD2 table {
  width: 100%;
}
@media (min-width: 996px) {
  .DD2 table {
    width: 70%;
  }
}
.DD2 table tr, .DD2 table th, .DD2 table td {
  border: 1px solid #A067DF;
  padding: 5px;
}
.DD2 table th {
  text-align: center;
  color: #fff;
  background: #A067DF;
  text-transform: uppercase;
}
.DD2 .popup__body table {
  margin: 20px 0;
}
.DD2 .popup__body table td {
  width: 50%;
}

.DD2 .popup__body table, th, td {
  border-collapse: collapse;
  font-size: 12px;
}
@media (min-width: 996px) {
  .DD2 .popup__body table, th, td {
    font-size: 14px;
  }
}
.DD2 .footer__icons {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 996px) {
  .DD2 .footer__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.DD2 .footer__icons p {
  text-align: start;
}
.DD2 .footer__icons img {
  height: 120px !important;
}
@media (min-width: 996px) {
  .DD2 .footer {
    padding: 40px 25px;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: #68cb1b 1px solid;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date:first-child {
    border: none;
  }
}

.learnBtn {
  position: relative;
  display: block;
  text-align: center;
  outline: none;
  background-size: 100%;
  font-family: var(--font);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  transition: 0.2s;
  margin:  0 auto 20px;
  background: #D62187;
  filter: drop-shadow(0px 2px 4px #6b6b6b);
}
@media (min-width: 996px) {
  .learnBtn {
    font-size: 17px;
  }
}
.learnBtn:hover::before{
  content: "";
  position: absolute;
  top: -15%;
  left: -3%;
  border-left: 3px solid #e957aa;
  border-top: 3px solid #e957aa;
  width: 10px;
  height: 10px;
}
.learnBtn:hover::after{
  content: "";
  position: absolute;
  bottom: -19%;
  right: -3%;
  border-right: 3px solid #e957aa;
  border-bottom: 3px solid #e957aa;
  width: 10px;
  height: 10px;
}
.popout {
  background: rgba(0, 0, 0, 0.6117647059);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popout__block {
  max-width: 760px;
  background: #000;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #A067DF;
  border-radius: 12px;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  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;
  text-align: center;
  vertical-align: middle;
}
.popout__block-close::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0px;
  content: "×";
  font-size: 36px;
  font-weight: bold;
  color: #A067DF;
}
.popout__block-close:hover::after {
  opacity: 0.8;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 10px 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popout__dm a {
  width: calc(50% - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  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: 5px;
}
.popout__dm a img {
  height: 50px;
}

.popup__content {
  background: #000;
  border: 1px solid #A067DF;
  border-radius: 12px;
}

.powerByMsi__redeemTitle {
  color: #D62187;
  /*  */
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .powerByMsi__redeemTitle {
    font-size: 30px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .powerByMsi__redeemTitle {
    font-size: 29px;
  }
}
@media (max-width: 1280px) {
  .powerByMsi__redeemTitle {
    font-size: 25px;
  }
}

.powerByMsi__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.powerByMsi__step .powerByMsi__step-num {
  color: #D62187;
  /*  */
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1.5em;
  width: 20%;
  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;
}
@media (max-width: 1600px) {
  .powerByMsi__step .powerByMsi__step-num {
    font-size: 30px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .powerByMsi__step .powerByMsi__step-num {
    font-size: 29px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .powerByMsi__step .powerByMsi__step-num {
    font-size: 25px;
  }
}
.powerByMsi__step .powerByMsi__step-txt {
  /* color: #000; */
  
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  width: 80%;
}
@media (max-width: 1600px) {
  .powerByMsi__step .powerByMsi__step-txt {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .powerByMsi__step .powerByMsi__step-txt {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .powerByMsi__step .powerByMsi__step-txt {
    font-size: 16px;
  }
}

.redeemBtn {
  background: #6e0fd7;
  
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .redeemBtn {
    font-size: 30px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .redeemBtn {
    font-size: 29px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .redeemBtn {
    font-size: 28px;
  }
}

.btnsmm {
  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;
}

.powerByMsi__note {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .powerByMsi__note {
    font-size: 14px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .powerByMsi__note {
    font-size: 13px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .powerByMsi__note {
    font-size: 12px;
  }
}
.DD2 .visit {
    position: relative;
    padding: 5% 0;
    background: #000;
  }

  /* .DD2 .visit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2d2822 10%, #000000a8);
} */
  .DD2 .visit__link {
    /* margin-top: 40px; */
    gap: 1em;
  }
  .DD2 .visit__link a {
    position: relative;
    width: 80%;
    display: block;
    margin: 0 auto 10px;
    opacity: 0.9;
  }
  .DD2 .visit__link a:hover {
    opacity: 1;
  }

  .visit__link a:hover::before{
    content: "";
    position: absolute;
    top: -4%;
    left: -3%;
    border-left: 3px solid #e957aa;
    border-top: 3px solid #e957aa;
    width: 10px;
    height: 10px;
  }
  .visit__link a:hover::after{
    content: "";
    position: absolute;
    bottom: -5%;
    right: -3%;
    border-right: 3px solid #e957aa;
    border-bottom: 3px solid #e957aa;
    width: 10px;
    height: 10px;
  }

  @media (min-width: 768px) {
    .DD2 .visit__gm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .DD2 .visit__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      
    }
    .DD2 .visit__link a {
        width: 33%;
        margin: 20px;
      }
    .DD2 .visit__title {
      padding: 0 0 30px;
    }
  }
  .DD2 .visit__cc {
    display: none;
  }
  .visit .common__container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
  }
  .visit .common__title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-filter: drop-shadow(3px 3px 10em black);
            filter: drop-shadow(3px 3px 10em black);
  }

  .copyright {
    /* background: #181309; */
    position: relative;
    z-index: 20;
    padding: 0 25px 5% !important;
  }
  
  .copyright__wrapper {
    padding: 5% 25px 1%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 2% 0;
  }

  
  .copyright__wrapper figure img {
    margin: 0 auto;
    height: 30px;
  }

  @media (min-width: 768px) {
    .copyright__wrapper figure img {
      height: 50px;
    }
  }
  .copyright p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .copyright p {
      margin-top: 0;
      font-size: 14px;
    }
  }

  .copyright .iconPl {
    text-align: center;
    margin: 10px 0 0;
  }
  .copyright .iconPl img {
    height: 40px;
  }
  @media (min-width: 996px) {
    .copyright .iconPl {
      margin: 20px 0 0;
    }
    .copyright .iconPl img {
      height: 60px;
    }
  }

  .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: #6e0fd7;
  }
  .terms ul li .star {
    color: #ff0000;
  }
  .terms ul li .note {
    font-size: 16px;
    padding: 10px 0;
    color: #ddd;
  }
  .terms ul li .pdBox {
    margin-top: 10px;
  }
  .terms p {
    padding-bottom: 20px;
  }
  .terms a {
    color: #A067DF;
    border-bottom: #A067DF 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;
  }
  @media (min-width: 996px) {
    .terms .pdList__wrapper-item {
      width: 100%;
    }
    .terms .pdList__wrapper-item:nth-child(odd) {
      background: #3b4852;
    }
  }
  .identity {
    padding: 5% 0;
    /* background-color: #f1b0b6; */
    position: relative;
  }
  /* @media (min-width: 996px) {
    .identity {
      padding: 5% 0;
    }
  } */
  .identity__wrapper {
    max-width: 1200px;
  }
  
  .identity__wrapper-intro {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  @media (min-width: 996px) {
    .identity__wrapper-intro {
      font-size: 26px;
    }
  }
  .identity__wrapper-block .cardItem {
    position: relative;
    margin: 20px 0;
    background: linear-gradient(45deg, #28337c, #7955a1 80%);
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 30px 0;
    }
  }
  .identity__wrapper-block .cardItem:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
  .identity__wrapper-block .cardItem:hover h6 {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(transparent),
      color-stop(#0f2d5b),
      color-stop(#3a44c1),
      to(transparent)
    );
    background: linear-gradient(
      to left,
      transparent,
      #0f2d5b,
      #3a44c1,
      transparent
    );
  }
  .identity__wrapper-block .cardItem__leftBox {
    position: relative;
    display: inline-block;
    padding: 20px 0 10px;
    z-index: 20;
    width: 100%;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60%;
      padding: 0;
    }
    .identity__wrapper-block {
      width: 75%;
      margin: auto;
    }
  }
  .identity__wrapper-block .cardItem__leftBox-logo {
    width: 50%;
    margin: 0 auto;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox-logo {
      width: 35%;
      margin: auto;
    }
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox-logo img {
      width: 80%;
      margin: 0 auto;
    }
  }
  .identity__wrapper-block .cardItem__leftBox-content {
    color: #fff;
    text-align: center;
    margin: 10px 0;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox-content {
      width: 58%;
    }
  }
  .identity__wrapper-block .cardItem__leftBox-content h4 {
    font-size: 24px;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox-content h4 {
      font-size: 1.5vw;
    }
  }
  .identity__wrapper-block .cardItem__leftBox-content h6 {
    font-size: 17px;
    font-style: italic;
    margin: 10px 0 0;
    display: inline-block;
    padding: 2px 20px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(#0f2d5b),
      color-stop(#3a44c1),
      to(transparent)
    );
    background: linear-gradient(
      to right,
      transparent,
      #0f2d5b,
      #3a44c1,
      transparent
    );
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__leftBox-content h6 {
      font-size: 20px;
      padding: 2px 40px;
    }
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem__rightBox {
      width: 40%;
    }
  }
  .identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 480px) {
    .identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
      width: 100%;
    }
  }
  .identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .identity__wrapper-block .cardItem:nth-child(1) {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mag-bg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: repeat;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(1) {
      background-size: contain;
    }
  }
  .identity__wrapper-block .cardItem:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(1)::before {
      background: rgba(0, 0, 0, 0.5);
    }
  }
  .identity__wrapper-block .cardItem:nth-child(1) h6 {
    color: #e7cfa1;
  }
  .identity__wrapper-block .cardItem:nth-child(2) {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mpg-bg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: repeat;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(2) {
      background-size: contain;
    }
  }
  .identity__wrapper-block .cardItem:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(2)::before {
      background: rgba(0, 0, 0, 0.5);
    }
  }
  .identity__wrapper-block .cardItem:nth-child(2) h6 {
    color: #ff6fad;
  }
  .identity__wrapper-block .cardItem:nth-child(3) {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/meg-bg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: repeat;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(3) {
      background-size: contain;
    }
  }
  .identity__wrapper-block .cardItem:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
  }
  @media (min-width: 996px) {
    .identity__wrapper-block .cardItem:nth-child(3)::before {
      background: rgba(0, 0, 0, 0.5);
    }
  }
  .identity__wrapper-block .cardItem:nth-child(3) h6 {
    color: #d3e736;
  }
  
  