@import url("https://use.typekit.net/pvp1dzx.css");

#LuckyPopup {
  display: none;
}

.LuckyPopup {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 5;
}

.LuckyPopup::-webkit-scrollbar {
  width: 0 !important;
}

.LuckyPopup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 40px 25px;
  -webkit-box-shadow: 9px 9px 0 0 #000000;
  box-shadow: 9px 9px 0 0 #000000;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #333;
  border: 3px solid #000000;
  z-index: 3;
}

.LuckyPopup-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-top: 5px solid #ffea00;
  border-left: 5px solid #ffea00;
  border-right: 5px solid #ffea00;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  top: 0;
  left: 0;
}

.LuckyPopup-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-top: 5px solid #ffea00;
  width: 100%;
  bottom: 0;
  left: 0;
}

.LuckyPopup-inner h2 {
  font-weight: 700;
}

.LuckyPopup-inner p {
  font-weight: 500;
  margin-bottom: 20px;
}

.LuckyPopup-inner p+a {
  margin-top: 0px;
}

.LuckyPopup-inner ul+a {
  margin-top: 0px;
}

.LuckyPopup-inner a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.LuckyPopup-inner .tc-intro a {
  color: #999;
}

.LuckyPopup-inner .tc-intro a:hover {
  text-decoration: underline;
}

.LuckyPopup-inner .btnLuckyPopupClose {
  width: 100%;
  position: relative;
  z-index: 5;
}

.LuckyPopup-inner .btnLuckyPopupClose a {
  display: inline-block;
  width: auto;
  text-align: center;
  width: auto;
  padding: 5px 20px;
  background: #f6f6f6;
  border: 4px solid #000000;
  -webkit-box-shadow: 4px 4px 0 0 #000;
  box-shadow: 4px 4px 0 0 #000;
  color: #000000;
  position: relative;
  font-size: var(--text-sm);
  font-weight: 900;
}

.LuckyPopup-xsImg {
  max-width: 200px;
  margin: auto;
  cursor: pointer;
  background: #05313b;
  padding: 1% 2%;
  border-radius: 20px;
}

.LuckyPopup-xsImgWrap {
  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: 10%;
  position: relative;
  gap: 2%;
}

.LuckyPopup-xsImgWrap::after {
  content: "";
  position: absolute;
  bottom: -23%;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/figure-arrow.png) no-repeat;
  background-size: contain;
  width: 5vw;
  height: 5vw
}

@media (min-width: 996px) {

  .LuckyPopup-xsImg {
    margin: 0;
    margin-right: 5%;
  }

  .LuckyPopup-xsImgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }

  .LuckyPopup-xsImgWrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6%;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%) rotate(0);
    background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/figure-arrow.png) no-repeat;
    background-size: contain;
    width: 10%;
    height: 10%;
  }
}

@media (min-width: 1930px) {
  .LuckyPopup-xsImg {
    max-width: 350px;

  }
}

.LuckyPopup-introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  width: 100%;
  margin: auto;
  height: 100%;
}

@media (min-width: 996px) {
  .LuckyPopup-introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%;
  }
}



.LuckyPopup-textBox {
  width: 100%;
  text-align: center;
}

.LuckyPopup-textBox h3 {
  font-size: 24px;
  margin: 0 auto 2%;
  color: transparent;
  background-image: linear-gradient(45deg, #8ed9e7 20%, #a079e3);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 3px #000000);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 3px #000000);
  font-style: italic;
}



.LuckyPopup-textBox h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3%;
}

.LuckyPopup-textBox h4 {
  display: inline-block;
}

.LuckyPopup-textBox h4 span {
  font-size: 17px;
  color: #fff;
  border: 1px solid;
  padding: 2px 10px 5px;
  margin-bottom: 8%;
  display: inline-block;
}

.LuckyPopup-textBox p {
  color: #adadad;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .LuckyPopup-textBox h2 {
    font-size: 50px;

  }
}

@media (min-width: 996px) {
  .LuckyPopup-textBox {
    width: 60%;
    text-align: left;
  }

  .LuckyPopup-textBox h3 {
    font-size: 1.6vw;
    margin-bottom: -2%;
  }

  .LuckyPopup-textBox h2 {
    font-size: 3vw;
    line-height: 1.6;
  }

  .LuckyPopup-textBox h4 {
    margin-left: 5%;
  }

  .LuckyPopup-textBox h4 p {
    font-size: 1.2vw;
    padding: 2px 10px 5px;
    margin-bottom: 0;
  }

  .LuckyPopup-textBox p {
    font-size: 17px;
  }

}

@media (min-width: 1300px) {

  .LuckyPopup-textBox p {
    font-size: 22px;
    line-height: 1.3;
  }

}

@media (min-width: 1930px) {
  .LuckyPopup-textBox h3 {
    font-size: 1.2vw;
  }

  .LuckyPopup-textBox h2 {
    font-size: 2vw;
  }


}

.LuckyPopup-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {

  .LuckyPopup-flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.LuckyPopup-imgBoxWrap {
  width: 80%;
  margin: auto;
  margin-top: 15%;
  position: relative;
  text-align: center;
}

@media (min-width: 996px) {

  .LuckyPopup-imgBoxWrap {
    width: 40%;
    max-width: 500px;
    margin: auto;
  }
}



.LuckyPopup-imgBoxWrap::after {
  content: "";
  position: absolute;
  bottom: -43%;
  left: -4%;
  transform: translate(0, 0) rotate(-191deg);
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/lucky-ball.png) no-repeat;
  background-size: contain;
}

.LuckyPopup-imgBox {
  position: relative;
  z-index: 2;
}

.LuckyPopup__linkBtn a {
  border: 2px solid #6cc5c6;
  border-radius: 30px;
  background-color: #063256;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
}

.LuckyPopup__linkBtn a:hover {
  background-color: #6cc5c6;
  filter: drop-shadow(0 0 10px #fff)
}

@media (min-width: 996px) {

  .LuckyPopup__linkBtn a {
    font-size: 1.2vw;
  }
}

@media (min-width: 1930px) {

  .LuckyPopup__linkBtn a {
    font-size: 26px;
    padding: 7px 20px;
  }
}

.LuckyPopup-slickBox {
  pointer-events: none;
}

.LuckyPopup-slickBox .slick-list {
  width: 100%;
}

.LuckyPopup-inner .btnLuckyPopupClose a:hover,
.LuckyPopup-inner .btnLuckyPopupClose a.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}

.LuckyPopup-inner .btnLuckyPopupClose a:hover::before,
.LuckyPopup-inner .btnLuckyPopupClose a.active::before {
  -webkit-filter: brightness(1.1) grayscale(0%);
  filter: brightness(1.1) grayscale(0%);
}

.LuckyPopup-close {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 1%;
  right: 1%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #000;
  z-index: 5;
}

.LuckyPopup-close::after,
.LuckyPopup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  height: 4px;
  width: 20px;
  border-radius: 30px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.LuckyPopup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.LuckyPopup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #fee92e;
  text-decoration: none;
  border-color: #fee92e;
}

.LuckyPopup-close:hover::after,
.LuckyPopup-close:hover::before {
  background: #000000;
}

.LuckyPopup-content {
  padding-bottom: 30px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  position: relative;
  z-index: 50;
}

.LuckyPopup-header h5 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #000000;
}

.LuckyPopup-body {
  text-align: left;
}

.LuckyPopup-body ul:nth-of-type(1) {
  list-style-type: none;
}

.LuckyPopup-body .note ul {
  margin-left: 0;
}

.LuckyPopup-body .note ul li {
  color: #ff00a2;
  margin: 10px 0;
  padding: 0;
}

.LuckyPopup-body .highlight {
  background: var(--LuckyPopup-main-color);
  margin: 20px 0;
  color: #fff;
}

.LuckyPopup-body .highlight p {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}

.LuckyPopup-body h5 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.LuckyPopup-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.LuckyPopup-body ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.LuckyPopup-body ul,
.LuckyPopup-body ol {
  margin-left: 16px;
}

.LuckyPopup-body ul,
.LuckyPopup-body ol {
  padding: 0 0 0 5px;
}

.LuckyPopup-body ul:nth-of-type(1) li:nth-of-type(4) ol li,
.LuckyPopup-body ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal !important;
}

.LuckyPopup-body ul.list-symbol li,
.LuckyPopup-body ol.list-symbol li {
  list-style-type: disc !important;
}

.LuckyPopup-body ul ul li,
.LuckyPopup-body ol ul li {
  list-style-type: none !important;
}

.LuckyPopup-body .list-style-disc {
  list-style-type: disc !important;
}

.LuckyPopup-body .lower-roman {
  list-style: lower-roman !important;
}

.LuckyPopup-body .lower-roman li {
  list-style: lower-roman !important;
}

.LuckyPopup-body .lower-roman .lower-alpha {
  list-style: lower-alpha !important;
}

.LuckyPopup-body .lower-roman .lower-alpha li {
  list-style: lower-alpha !important;
}

.LuckyPopup-body .lower-alpha {
  list-style: lower-alpha !important;
}

.LuckyPopup-body .lower-alpha li {
  list-style: lower-alpha !important;
}

.LuckyPopup-body .lower-alpha .lower-roman {
  list-style: lower-roman !important;
}

.LuckyPopup-body .lower-alpha .lower-roman li {
  list-style: lower-roman !important;
}

.LuckyPopup-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.LuckyPopup-body .draw-prize li:nth-of-type(1) {
  list-style-type: none;
  color: rgba(95, 211, 255, 0.9803921569);
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.LuckyPopup-body .list-style-sub {
  list-style: square;
}

.LuckyPopup-body .list-style-sub li {
  font-weight: normal;
  padding-left: 0;
}

.LuckyPopup-body .list-style-sub:nth-of-type(1) {
  list-style-type: disc;
}

.LuckyPopup-body .list-style-sub:first-child {
  padding-top: 15px;
}

.LuckyPopup-body .list-style-sub:last-child {
  list-style-type: none;
}

.LuckyPopup-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.LuckyPopup-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.pdWrap {
  margin: 20px auto;
}

.pdWrap b {
  background-color: #fee92d;
  padding: 0 20px;
  color: #000;
}

.product-item {
  padding: 0;
  border: 1px solid #000000;
  margin-bottom: 20px;
  background: #fff;
}

.product-item .subTitle {
  background-color: #000;
}

.product-item td {
  border: 1px solid #000000;
}

.product-item td:hover {
  background-color: rgba(71, 71, 71, 0.2);
}

.LuckyPopup-inner {
  padding: 40px;
}

.LuckyPopup-header h5 {
  font-size: 30px;
}

.LuckyPopup-body h5 {
  font-size: 24px;
}

.LuckyPopup-body ul li {
  font-size: 16px;
}

.LuckyPopup-body p {
  font-size: 16px;
}

.LuckyPopup-body p.highlight {
  font-size: 18px;
}

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