@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
@font-face {
  font-family: 'Material Icons';
  src: url(https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

html {
  font-size: 18px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#PowerCreate {
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/bg.jpg) center fixed;
  background-size: 100%;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  position: relative;
}

#PowerCreate img {
  max-width: 100%;
}

#PowerCreate h1 {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 120px;
  font-size: 6rem;
  color: #e1661a;
}

#PowerCreate h2 {
  color: #162f5d;
  font-size: 3rem;
}

#PowerCreate h3 {
  font-size: 3.5em;
  color: #e1661a;
  text-align: center;
  padding-bottom: 25px;
}

#PowerCreate p {
  font-size: 20px;
  line-height: 2;
}

#PowerCreate p.red {
  color: #bf0303;
}

#PowerCreate p.orange {
  color: #e1661a;
}

#PowerCreate p.blue {
  color: #162f5d;
}

#PowerCreate p.green {
  color: #4c9d36;
}

#PowerCreate p.font-Large {
  font-size: 2em;
}

#PowerCreate .commonwrap {
  max-width: 1380px;
  width: 70%;
  margin: 0 auto;
}

#PowerCreate .kv {
  position: relative;
}

#PowerCreate .kv p {
  color: #603749;
  font-size: 2.5rem;
  padding-left: 6%;
}

#PowerCreate .kv__intel {
  position: absolute;
  z-index: 10;
  width: 9%;
  right: 15px;
  top: 15px;
}

#PowerCreate .kv__intel img {
  max-width: 320px;
  width: 100%;
}

#PowerCreate .kv__title {
  position: absolute;
  top: 35%;
  width: 32%;
  z-index: 2;
  left: 3%;
}

#PowerCreate .kv img {
  position: relative;
}

#PowerCreate .kv .light {
  position: absolute;
  z-index: 10;
  left: 3%;
  top: 31%;
  -webkit-animation: light 0.1s infinite;
          animation: light 0.1s infinite;
  width: 14%;
}

#PowerCreate .kv .light img {
  max-width: 400px;
  width: 100%;
}

#PowerCreate .kv .smoke {
  position: absolute;
  right: 15.5%;
  -webkit-animation: steam 5s linear infinite;
          animation: steam 5s linear infinite;
  z-index: 99;
  width: 6%;
}

#PowerCreate .kv .smoke img {
  width: 100%;
  max-width: 110px;
}

@-webkit-keyframes steam {
  0% {
    top: 40%;
    opacity: .075;
    visibility: visible;
  }
  20% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: .075;
  }
  100% {
    top: 25%;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes steam {
  0% {
    top: 40%;
    opacity: .075;
    visibility: visible;
  }
  20% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: .075;
  }
  100% {
    top: 25%;
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes light {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes light {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}

#PowerCreate .infomation {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3%;
}

#PowerCreate .laptop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20%;
}

#PowerCreate .laptop img {
  max-width: 320px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

#PowerCreate .laptop p {
  color: #4c9d36;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}

#PowerCreate .laptop span {
  display: inline-block;
  padding-top: 15px;
}

#PowerCreate .laptop__box {
  width: calc( 50% - 50px);
  text-align: center;
}

#PowerCreate .laptop__box--item {
  background: rgba(232, 232, 232, 0.55);
  position: relative;
  -webkit-box-shadow: 15px #000;
          box-shadow: 15px #000;
  padding: 7% 3% 12% 3%;
}

#PowerCreate .laptop__box--item::after {
  border: 3px solid #afa6a4;
  content: "";
  position: absolute;
  z-index: 9;
  width: 90%;
  height: 90%;
  left: 4.2%;
  top: 4%;
}

#PowerCreate .laptop__box--item::before {
  border: 3px solid #afa6a4;
  content: "";
  position: absolute;
  z-index: 9;
  width: 90%;
  height: 90%;
  right: 4.2%;
  bottom: 4%;
}

#PowerCreate .laptop__box .buybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  width: 70%;
  margin: 0 auto;
}

#PowerCreate .laptop__box .buybtn a {
  color: #bf0303;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 2.1;
  z-index: 99;
  -webkit-transition: ease-in 0.35s;
  transition: ease-in 0.35s;
}

#PowerCreate .laptop__box .buybtn a:hover {
  text-decoration: none;
  -webkit-filter: drop-shadow(7px 10px 2px #c0a89a);
          filter: drop-shadow(7px 10px 2px #c0a89a);
  -webkit-transition: ease-out 0.35s;
  transition: ease-out 0.35s;
}

#PowerCreate .laptop__box .buybtn a::after {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/line.png) no-repeat center;
  height: 5px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
}

#PowerCreate .laptop__box .buybtn a::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/line.png) no-repeat center;
  height: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-size: 100%;
}

#PowerCreate .laptop__box .buybtn img {
  width: 25%;
  max-width: 215px;
}

#PowerCreate .voucher {
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/bg2.jpg) fixed;
  background-size: 100%;
}

#PowerCreate .voucher h3 {
  color: #4c9d36;
}

#PowerCreate .voucher p {
  font-weight: bold;
}

#PowerCreate .voucher .voucherFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#PowerCreate .voucher .voucherFlex__mobile {
  margin-top: -10%;
  width: 30%;
  max-width: 500px;
}

#PowerCreate .voucher .voucherFlex__infobox {
  width: 60%;
  text-align: center;
}

#PowerCreate .redeem {
  background: #e2e2e2;
  padding-top: 4%;
}

#PowerCreate .redeem .redeemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#PowerCreate .redeem .redeemFlex__step {
  width: calc( 25% - 55px);
  background-size: 100%;
  text-align: center;
}

#PowerCreate .redeem .redeemFlex__step--icon {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#PowerCreate .redeem .redeemFlex__step--icon i {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 5rem;
  color: #6d8f64;
  width: 100%;
}

#PowerCreate .redeem .redeemFlex__step p {
  color: #896227;
  font-size-adjust: 16px;
  line-height: 1.6;
}

#PowerCreate .redeem .redeemFlex__step p.title {
  font-size: 2rem;
  color: #603749;
}

#PowerCreate .redeem .redeemFlex__step a {
  text-decoration: none;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

#PowerCreate .redeem .redeemFlex__step a:hover {
  -webkit-filter: drop-shadow(-8px 17px 5px #cad3cc);
          filter: drop-shadow(-8px 17px 5px #cad3cc);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  -webkit-transform: rotate(90);
          transform: rotate(90);
  -webkit-transform: scale(3);
          transform: scale(3);
}

#PowerCreate .redeem .redeemFlex__step a:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

#PowerCreate .redeem .redeemFlex__step a.greenbtn {
  background: #6d8f64;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}

#PowerCreate .redeem__btn {
  text-align: center;
  padding: 2% 0;
}

#PowerCreate .redeem__btn-txt {
  font-size: 2.6em;
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/redeem-btn-bg.png) no-repeat;
  display: inline-block;
  background-size: 100%;
  padding: 0.9% 4%;
  cursor: pointer;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

#PowerCreate .redeem__btn-txt:hover {
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 10px 12px #be575c);
          filter: drop-shadow(0px 10px 12px #be575c);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

#PowerCreate .redeem__btn a {
  padding: 2% 8%;
}

#PowerCreate .redeem__btnflex {
  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;
  padding: 2% 0 5%;
}

#PowerCreate .redeem__btnflex-txt {
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/green-btn.png) repeat-x;
  background-size: contain;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #896227;
  -webkit-filter: drop-shadow(-8px 10px 0px #cad3cc);
          filter: drop-shadow(-8px 10px 0px #cad3cc);
  position: relative;
  margin: 0 3%;
  padding: 10px 30px;
}

#PowerCreate .redeem__btnflex-txt::after {
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/green-btn-left.png) no-repeat;
  content: "";
  width: 39px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3.8%;
  background-size: contain;
}

#PowerCreate .redeem__btnflex-txt::before {
  background: url(https://storage-asset.msi.com/event/2021/nb/Power-to-Create/images/green-btn-right.png) no-repeat;
  content: "";
  width: 31px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -27.5px;
  background-size: contain;
}

#PowerCreate .redeem__btnflex-txt:hover {
  -webkit-filter: drop-shadow(-8px 17px 5px #cad3cc);
          filter: drop-shadow(-8px 17px 5px #cad3cc);
}

#PowerCreate .redeem__btnflex a {
  font-size: 1.5rem;
  font-weight: bold;
}

#PowerCreate .redeem .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.7em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

#PowerCreate .prize {
  text-align: center;
  padding: 5% 0;
}

#PowerCreate .prize a {
  width: calc( 100% / 2 - 50px);
  text-align: center;
  display: inline-block;
}

#PowerCreate .prize a img:hover {
  -webkit-box-shadow: 8px 8px 0px #5e7262;
          box-shadow: 8px 8px 0px #5e7262;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

#PowerCreate .triangle {
  position: absolute;
  z-index: 1;
}

#PowerCreate .triangle.left01 {
  left: -250px;
  top: 18%;
  width: 50%;
}

#PowerCreate .triangle.left02 {
  left: 0px;
  top: 33%;
  width: 40%;
  max-width: 300px;
}

#PowerCreate .triangle.right01 {
  right: 50px;
  top: 35%;
  width: 45%;
  max-width: 200px;
}

#PowerCreate .triangle.right02 {
  right: 0px;
  top: 59%;
  width: 70%;
  max-width: 200px;
}

#PowerCreate .triangle.right03 {
  right: -30px;
  bottom: 5%;
  width: 50%;
  max-width: 300px;
}

@media screen and (max-width: 2560px) {
  #PowerCreate h1 {
    font-size: 4rem;
  }
  #PowerCreate .kv p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1920px) {
  #PowerCreate p {
    font-size: 18px;
  }
  #PowerCreate .commonwrap {
    width: 85%;
  }
  #PowerCreate .laptop p {
    font-size: 1.2rem;
  }
  #PowerCreate .laptop__box .buybtn a {
    font-size: 1.2rem;
  }
  #PowerCreate .redeem .redeemFlex__step p.title {
    font-size: 1.5rem;
  }
  #PowerCreate .voucher {
    padding-top: 15px;
  }
  #PowerCreate .kv .smoke {
    right: 16.5%;
    width: 5%;
  }
}

@media screen and (max-width: 1680px) {
  #PowerCreate h1 {
    font-size: 2.5rem;
  }
  #PowerCreate .kv p {
    font-size: 1rem;
  }
  #PowerCreate p {
    font-size: 16px;
  }
  #PowerCreate p.font-Large {
    font-size: 1rem;
  }
  #PowerCreate .redeem__btnflex a {
    font-size: 1rem;
  }
  #PowerCreate .triangle.left02 {
    max-width: 200px;
  }
  #PowerCreate .triangle.right01 {
    max-width: 120px;
  }
}

@media screen and (max-width: 1366px) {
  #PowerCreate .commonwrap {
    width: 96%;
  }
  #PowerCreate h1 {
    font-size: 1.8rem;
  }
  #PowerCreate .kv p {
    font-size: 0.8rem;
    margin-top: -15px;
  }
  #PowerCreate .redeem .redeemFlex__step {
    width: calc( 25% - 30px);
  }
}

@media screen and (max-width: 960px) {
  #PowerCreate h1 {
    font-size: 4rem;
  }
  #PowerCreate h2 {
    font-size: 2rem;
  }
  #PowerCreate h3 {
    font-size: 2rem;
  }
  #PowerCreate .kv p {
    padding-left: 0;
    font-size: 1.5rem;
  }
  #PowerCreate .kv__title {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
  }
  #PowerCreate .laptop {
    display: contents;
  }
  #PowerCreate .laptop__box {
    width: 80%;
    margin: 0 auto;
  }
  #PowerCreate .voucher {
    margin-top: 30px;
  }
  #PowerCreate .redeem .redeemFlex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #PowerCreate .redeem .redeemFlex__step {
    width: calc( 100% / 2 - 50px);
  }
  #PowerCreate .redeem__btnflex a {
    text-align: center;
  }
  #PowerCreate .triangle {
    display: none;
  }
  #PowerCreate .smoke {
    display: none;
  }
  #PowerCreate .light {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #PowerCreate .redeem .redeemFlex {
    display: contents;
  }
  #PowerCreate .redeem .redeemFlex__step {
    width: 90%;
    margin: 0 auto;
  }
  #PowerCreate .redeem .redeemFlex__step--icon {
    width: 70%;
  }
}
/*# sourceMappingURL=main.css.map */