header.msiHeader,
footer.msiFooter {
  position: relative;
  z-index: 100;
  background: #fff;
}

.project {
  background: #6fbbf5;
  color: #000;
  position: relative;
  font-family: "noto-sans-tc" , 'Noto Serif CJK TC', sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

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

.project picture {
  display: block;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project img--full {
  width: 100%;
}

.project .common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 25px;
}

.project .common-title {
  text-align: center;
  font-size: 26px;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 36px;
  }
}

.project .common-btn {
  cursor: pointer;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

@media (min-width: 996px) {
  .project .common-btn img {
    height: 70px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
  }
}

.project .common-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.project .common-btn:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.kv {
  position: relative;
  z-index: 2;
  background: url("../images/bg.png") right top no-repeat no-repeat;
  background-size: cover;
}

.kv-top img {
  vertical-align: top;
}

.kv-deco {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.kv__box {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}

@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kv-pd {
  position: relative;
  margin-top: -10vw;
}

.kv-pd::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: 10%;
  bottom: 10%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  background: url("../images/kv-heart.png") center center no-repeat ;
  background-size: cover;
  opacity: 0;
  -webkit-animation: heart-bubble 2s infinite ease-out 1.5s;
          animation: heart-bubble 2s infinite ease-out 1.5s;
}

.kv-pd::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 5%;
  bottom: 0%;
  background: url("../images/kv-heart.png") center center no-repeat ;
  background-size: cover;
  opacity: 0;
  -webkit-animation: heart-bubble 2.5s infinite ease-out 1.9s;
          animation: heart-bubble 2.5s infinite ease-out 1.9s;
}

@media (min-width: 996px) {
  .kv-pd {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.kv-title {
  position: relative;
}

@media (min-width: 996px) {
  .kv-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.kv-star {
  position: absolute;
  width: 10%;
  top: 28%;
  left: 0;
  z-index: 2;
  -webkit-animation: star-twinkle 1.5s infinite ease-in-out;
          animation: star-twinkle 1.5s infinite ease-in-out;
}

@-webkit-keyframes heart-bubble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.5);
            transform: translateY(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-30px) scale(1);
            transform: translateY(-30px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60px) scale(0.5);
            transform: translateY(-60px) scale(0.5);
  }
}

@keyframes heart-bubble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.5);
            transform: translateY(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-30px) scale(1);
            transform: translateY(-30px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60px) scale(0.5);
            transform: translateY(-60px) scale(0.5);
  }
}

@-webkit-keyframes star-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes star-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.claw {
  background: #f2f2f2;
  text-align: center;
}

.claw__box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 50px;
}

.claw-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 996px) {
  .claw-btn {
    gap: 60px;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}

.promo {
  position: relative;
}

.promo a.brandInfo {
  position: absolute;
  z-index: 10;
  width: 50%;
  height: 20%;
  right: 10%;
  top: 55%;
}

@media (min-width: 996px) {
  .promo a.brandInfo {
    width: 30%;
    height: 25%;
  }
}

.promo-top img {
  vertical-align: top;
}

.promo-globe {
  position: absolute;
  z-index: 5;
  width: 20%;
  left: 5%;
  top: 0%;
}

@media (min-width: 996px) {
  .promo-globe {
    width: 10%;
    margin-top: -5%;
  }
}

.promo-deco {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: -5%;
  left: 0;
  pointer-events: none;
}

@media (min-width: 996px) {
  .promo-deco {
    top: -10%;
    width: 90%;
    left: 5%;
  }
}

.promo__item {
  position: relative;
  margin-top: 50px;
}

.promo-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (min-width: 996px) {
  .promo-btn {
    margin-top: -80px;
    gap: 60px;
  }
}

.ai {
  position: relative;
}

.ai__inner {
  position: relative;
  z-index: 2;
  background: #f7fcff;
  margin-top: -15vw;
}

@media (min-width: 996px) {
  .ai__inner {
    margin-top: -18vw;
  }
}

.ai-btn {
  text-align: center;
}

.ai-star {
  position: absolute;
  width: 10%;
  top: 5%;
  left: 5%;
  z-index: 10;
  -webkit-animation: star-twinkle 1.5s infinite ease-in-out;
          animation: star-twinkle 1.5s infinite ease-in-out;
  max-width: 60px;
}

.ai-top {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #6fbbf5;
}

.ai-top img {
  vertical-align: top;
}

.ai-intro {
  position: relative;
}

.ai-intro__box {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  -webkit-box-shadow: #9fc7e4 0 20px 40px;
          box-shadow: #9fc7e4 0 20px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), to(#d6ebfb));
  background: linear-gradient(to bottom, #e7f6ff, #d6ebfb);
  padding: 10px;
}

.ai-intro__box__inner {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8f2fb));
  background: linear-gradient(to bottom, #ffffff, #e8f2fb);
  color: #624146;
  padding: 25px;
  line-height: 1.8;
  -webkit-box-shadow: #d6ecfc 1px 1px 5px inset;
          box-shadow: #d6ecfc 1px 1px 5px inset;
}

.ai-intro__box__inner span {
  position: relative;
  background: url("../images/text-bg.png") left bottom repeat-x;
}

.ai-intro__box__inner .title {
  color: #0074e0;
  font-weight: bolder;
  font-size: 180%;
  line-height: 1.5;
}

@media (min-width: 996px) {
  .ai-intro__box__inner {
    text-align: left;
  }
  .ai-intro__box__inner .title {
    font-size: 220%;
  }
}

.ai-intro .logo {
  position: relative;
  z-index: 4;
  margin-top: -25px;
}

.ai-intro .logo img {
  height: 80px;
}

@media (min-width: 996px) {
  .ai-intro {
    padding-top: 60px;
    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;
    margin-bottom: 40px;
  }
  .ai-intro .ai-intro__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45%;
    position: absolute;
  }
  .ai-intro .ai-intro__box__inner .title {
    font-size: 220%;
  }
  .ai-intro .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-left: 40%;
  }
  .ai-intro .logo {
    position: absolute;
    top: 80%;
    left: 35%;
  }
}

@media (min-width: 996px) {
  .class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.class__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: #222;
  margin-top: 20px;
  -webkit-box-shadow: #ccc 0 0 20px;
          box-shadow: #ccc 0 0 20px;
}

.class__item img {
  width: 100%;
}

.class__item figcaption {
  padding: 20px;
  line-height: 1.4;
}

.class__item figcaption h3 {
  padding-bottom: 20px;
  font-size: 22px;
}

.class__item figcaption p {
  padding-bottom: 20px;
}

.class__item figcaption ul {
  font-weight: bold;
}

@media (min-width: 996px) {
  .class__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .class__item:last-child {
    margin-right: 0;
  }
  .class__item figcaption {
    padding: 30px;
  }
}

.ai-btn {
  padding: 50px 0 80px;
}

.ai-btn img {
  height: 60px;
}

@media (min-width: 996px) {
  .ai-btn img {
    height: 80px;
  }
}

.schedule {
  margin-bottom: 80px;
}

@media (min-width: 996px) {
  .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
}

.schedule__item {
  background: #fff;
  border-radius: 40px 10px 40px 10px;
  overflow: hidden;
  color: #222;
  margin-top: 20px;
  line-height: 1.4;
  padding: 20px;
}

.schedule__item .date {
  background: #ffe3e6;
  border-radius: 50px;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 5px;
  color: #4c010f;
}

.schedule__item h3 {
  position: relative;
  padding: 20px 0;
}

.schedule__item h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ff7bb0;
  margin: 10px auto;
}

.schedule__item p {
  color: #515151;
}

@media (min-width: 996px) {
  .schedule__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .schedule__item:last-child {
    margin-right: 0;
  }
  .schedule__item .date {
    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;
  }
  .schedule__item h3 {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    padding: 0;
  }
}

.activityBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95aba), color-stop(#5685d8), to(#22dcfc));
  background: linear-gradient(to bottom, #a95aba, #5685d8, #22dcfc);
  padding: 5px;
  border-radius: 80px 20px 80px 20px;
  margin-bottom: 90px;
}

.activityBox:last-child {
  margin-bottom: 0;
}

.activityBox__inner {
  background: #fff;
  border-radius: 80px 20px 80px 20px;
  padding: 20px;
  color: #222;
  line-height: 1.4;
}

@media (min-width: 996px) {
  .activityBox__inner {
    padding: 20px 80px 80px;
  }
}

.activityBox .common-title {
  position: relative;
  margin-top: -50px;
}

.host {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 996px) {
  .host {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .host .box1 {
    position: relative;
    text-align: right;
    padding: 50px 0 0;
    font-size: 32px;
    line-height: 1.8;
  }
  .host .box1-text {
    position: absolute;
    width: 70%;
    left: 0;
    text-align: left;
  }
  .host .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .host .box2 div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 20px;
  }
}

.gift {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 996px) {
  .gift {
    margin-top: 120px;
  }
  .gift .gift-title {
    position: relative;
    z-index: 2;
    margin-bottom: -45px;
  }
}

.giftBox {
  position: relative;
  background: linear-gradient(170deg, #d4d5d5, #efefef);
  border-radius: 60px 15px 60px 15px;
  padding: 3px;
}

.giftBox__text {
  font-weight: bold;
  color: #4e2a33;
}

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

.giftBox__text p:last-child {
  padding-bottom: 0;
}

.giftBox__text b {
  color: #ed4c90;
  font-weight: bolder;
  font-size: 130%;
  display: block;
}

.giftBox__text span {
  color: #b43844;
  font-size: 80%;
  display: block;
}

.giftBox__text span.bg {
  display: inline-block;
  font-size: 100%;
  color: #4e2a33;
  background: url("../images/text-bg2.png") left bottom repeat-x;
}

.giftBox__inner {
  background: linear-gradient(170deg, #f6f6f6, #c2c2c2);
  border-radius: 60px 15px 60px 15px;
  padding: 50px;
}

@media (min-width: 996px) {
  .gift1 .giftBox {
    text-align: left;
  }
  .gift1 .giftBox-gift {
    position: absolute;
    right: 30px;
    top: -15px;
  }
}

.gift2 .giftBox {
  margin-top: 25px;
}

@media (min-width: 996px) {
  .gift2 .gift__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gift2 .giftBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
  .gift2 .giftBox:last-child {
    margin-right: 0;
  }
  .gift2 .giftBox__inner {
    height: 380px;
  }
  .gift2 .giftBox-gift {
    position: absolute;
    bottom: 15px;
    left: 10%;
    width: 80%;
  }
}

@media (min-width: 996px) {
  .gift3 .giftBox {
    text-align: left;
  }
  .gift3 .giftBox__text {
    width: 68%;
  }
  .gift3 .giftBox-btn {
    position: absolute;
    text-align: center;
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gift3 .giftBox-btn img {
    height: 70px;
  }
  .gift3 .giftBox-gift {
    position: absolute;
    right: 30px;
    top: -35px;
  }
}

@media (min-width: 996px) {
  .giftBox2 {
    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;
    text-align: left;
  }
  .giftBox2 .giftBox__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .giftBox2 .giftBox2-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.activityBox2 .activityBox__inner {
  padding-bottom: 20px;
}

.promotion {
  position: relative;
}

@media (min-width: 996px) {
  .promotion {
    margin-top: -32px;
  }
}

.promotion .slick-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfce), to(#585757));
  background: linear-gradient(to bottom, #cfcfce, #585757);
  padding: 5px 2.5px;
}

.promotion .slick-slide img {
  vertical-align: bottom;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #808080;
  color: #fff;
}

.slick-arrow:hover {
  background: #e9476c;
}

.slick-prev {
  left: 25px;
}

.slick-prev::before {
  content: "<";
  font-size: 30px;
}

.slick-next {
  right: 25px;
}

.slick-next::before {
  content: ">";
  font-size: 30px;
}

.prod {
  position: relative;
  background-color: #244719;
  padding-bottom: 80px;
}

.prod::before {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 25px;
  background: #b57c22;
  -webkit-box-shadow: #111111 0 10px 20px;
          box-shadow: #111111 0 10px 20px;
  margin-bottom: 25px;
}

@media (min-width: 996px) {
  .prod::before {
    height: 40px;
    margin-bottom: 55px;
  }
}

.prod::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/bg.png") top left repeat;
  opacity: .2;
}

.prod-deco {
  position: absolute;
  z-index: 10;
  width: 20%;
  top: -30px;
  left: 5%;
}

@media (min-width: 996px) {
  .prod-deco {
    left: 25%;
    top: -40px;
  }
}

.prod-star {
  position: absolute;
  width: 5%;
  bottom: 5%;
  left: 5%;
  z-index: 10;
  max-width: 60px;
  -webkit-animation: star-twinkle 3.5s infinite ease-in-out;
          animation: star-twinkle 3.5s infinite ease-in-out;
}

.prod__list {
  padding-top: 25px;
}

@media (min-width: 996px) {
  .prod__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.pd {
  position: relative;
  background: #fff;
  border-radius: 30px 10px 30px 10px;
  margin-top: 50px;
  padding: 25px 25px 45px;
}

.pd h3 {
  color: #fa851d;
  text-align: center;
}

.pd ul {
  padding-bottom: 20px;
}

.pd ul li {
  color: #222;
}

.pd-sale {
  position: absolute;
  z-index: 3;
  width: 250px;
  left: calc((100% - 250px) / 2);
  bottom: -40px;
}

@media (min-width: 996px) {
  .pd {
    width: calc(100% / 3 - 40px);
    margin: 50px 20px;
  }
  .pd h3 {
    padding: 10px 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
  }
  .pd ul {
    padding: 20px;
    margin-left: 40px;
    font-size: 15px;
    text-align: left;
  }
  .pd ul li {
    list-style: disc;
  }
}

.join {
  background: #000;
  padding: 60px 0;
  color: #fff;
}

.join__box {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

#msi_twYrsale .wtb__box {
  background: #fff;
  color: #222;
  margin-top: 45px;
}

#msi_twYrsale .wtb__box-info {
  background: #0074e0;
  color: #fff;
  font-size: 24px;
  padding: 15px;
}

#msi_twYrsale .wtb__box-info.sub-info {
  background: #666;
  font-size: 20px;
  padding: 10px;
}

#msi_twYrsale .wtb__box-title, #msi_twYrsale .wtb__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #ccc 1px solid;
  text-align: left;
}

#msi_twYrsale .wtb__box-title li, #msi_twYrsale .wtb__box-content li {
  padding: 15px;
}

#msi_twYrsale .wtb__box-title li:nth-child(1), #msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:nth-child(2), #msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 20%;
}

#msi_twYrsale .wtb__box-title li:nth-child(3), #msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:last-child a, #msi_twYrsale .wtb__box-content li:last-child a {
  position: relative;
  color: #fff;
  background: #0074e0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

#msi_twYrsale .wtb__box-title li:last-child a::before, #msi_twYrsale .wtb__box-content li:last-child a::before {
  content: "\f044";
  font-family: "msi-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#msi_twYrsale .wtb__box-title li:last-child a:hover, #msi_twYrsale .wtb__box-content li:last-child a:hover {
  opacity: .6;
}

#msi_twYrsale .wtb__box-title {
  background: #b3dce9;
}

#msi_twYrsale .wtb__box-content:hover {
  background: #eee;
}

@media (min-width: 996px) {
  .e-shopFlex__item img {
    height: 120px;
  }
}

.store {
  background: #2d2d2d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow-y: auto;
  display: none;
}

.popup__wrapper {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  color: #222;
}

.popup__inner {
  position: relative;
  z-index: 5;
}

.popup-close {
  font-size: 30px;
  right: 0;
  top: 0px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popup-close::before {
  content: "\ea02";
  font-family: "msi-icons";
  width: 50px;
  height: 50px;
  color: #fff;
  background: #333;
  position: absolute;
  right: 0;
  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;
}

.popup-close:hover::before {
  background: #0074e0;
}

.popup__content {
  padding: 25px;
}

.popup__title {
  text-align: center;
}

.redeem-title {
  position: relative;
  z-index: 2;
  margin: 0 auto -45px;
  display: inline-block;
  background: #0074e0;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: bold;
  border: #fff 5px solid;
}

.redeem-subtitle {
  font-size: 26px;
  color: #0074e0;
  font-weight: bold;
  padding: 40px 0 20px;
}

.step {
  background: #f1f6fc;
  border-radius: 30px;
}

@media (min-width: 996px) {
  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.step__item {
  border-bottom: #777 1px solid;
  padding: 25px;
  font-size: 16px;
}

.step__item:last-child {
  border-bottom: none;
}

.step__item:nth-child(even) h4::before {
  background: #ffbed6;
}

.step__item h4 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 28px;
}

.step__item h4 span {
  position: relative;
  z-index: 2;
}

.step__item h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffeb9d;
}

@media (min-width: 996px) {
  .step__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    border-right: #777 1px solid;
  }
  .step__item:last-child {
    border: none;
  }
}

.redeem .note {
  color: #999;
  font-size: 16px;
}

.redeem .notice {
  color: #b50101;
  font-size: 16px;
}

.redeem ul {
  margin-left: 25px;
}

.redeem li {
  list-style: lower-latin;
}

.redeem a {
  color: #222;
  border-bottom: #ffbed6 2px solid;
}

.redeem a:hover {
  border: none;
}
/*# sourceMappingURL=main.css.map */