body {
  margin: 0;
  padding: 0;
}

#gearup {
  background: #08051e;
  color: #222;
  font-size: 24px;
  overflow: hidden;
  width: 100%;
  font-family: 'DINPro-Medium', Helvetica, Arial, sans-serif;
}

#gearup .tc {
  padding: 3% 0;
}

#gearup .tc p {
  color: #eeeeee;
  line-height: 2;
}

#gearup h2 {
  color: #d461d6;
  text-transform: uppercase;
  text-align: center;
  font-size: 70px;
  font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
  background: url(https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/h2-bg.jpg) no-repeat center;
  background-size: 100%;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 50%;
  margin: 0 auto;
  padding-top: 35px;
}

#gearup img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
}

#gearup .kv {
  background: url(/images/kv-bg.jpg);
  background-size: cover;
}

#gearup .kv__wrapper {
  width: 70%;
  max-width: 1800px;
  margin: 0 auto;
}

#gearup .pd__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(5%, #fff), color-stop(10%, #e9e6f2), color-stop(90%, #e9e6f2), color-stop(95%, #fff), to(#fff));
  background: linear-gradient(left, #fff 0%, #fff 5%, #e9e6f2 10%, #e9e6f2 90%, #fff 95%, #fff 100%);
}

#gearup .pd__box {
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}

#gearup .pd__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}

#gearup .pd__item {
  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;
  min-height: 550px;
}

#gearup .pd__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

#gearup .pd__img img {
  width: 100%;
}

#gearup .pd__img a {
  outline: none;
}

#gearup .pd__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55% - 70px);
          flex: 0 0 calc(55% - 70px);
  margin-left: 70px;
  position: relative;
}

#gearup .pd__text::before {
  content: url("https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/icon-dot.jpg");
  position: absolute;
  z-index: 2;
  top: 0;
  left: -70px;
}

#gearup .pd__text h3 {
  color: #3d2c70;
  font-weight: bold;
  font-size: 34px;
  padding-bottom: 20px;
  padding-top: 5px;
}

#gearup .slick-slider {
  outline: none;
}

#gearup .slick-arrow {
  font-size: 0;
  border: none;
  width: 18px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 10;
  outline: none;
}

#gearup .slick-arrow:hover {
  opacity: .6;
}

#gearup .slick-prev {
  left: -5%;
  background: url(https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/arrow-prev.png);
}

#gearup .slick-next {
  right: -5%;
  background: url(https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/arrow-next.png);
}

#gearup .slick-slide {
  outline: none;
}

#gearup .slick-track {
  outline: none;
  border: none;
}

#gearup .slick-track:focus {
  outline: none;
}

#gearup .slick-dots {
  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;
  padding-bottom: 30px;
  margin: 0;
}

#gearup .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: none;
  background: #c3badb;
  cursor: pointer;
  margin-right: 15px;
  list-style: none;
}

#gearup .slick-dots li:last-child {
  margin-right: 0;
}

#gearup .slick-dots li.slick-active {
  background: #3d2c70;
}

#gearup .slick-dots button {
  display: none;
}

#gearup .wrapper {
  background: url(https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/sub-bg.jpg) fixed;
  background-size: cover;
}

#gearup .common-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1680px;
}

#gearup .giveaway {
  padding: 5% 0;
  margin: 0 auto;
}

#gearup .giveaway__giftbox {
  border: 1px solid rgba(164, 121, 216, 0.3);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 50, 119, 0.8)), to(rgba(100, 50, 119, 0)));
  background: linear-gradient(rgba(100, 50, 119, 0.8), rgba(100, 50, 119, 0));
  padding: 2% 4%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gearup .giveaway__item {
  padding: 0 2%;
  width: 28%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#gearup .giveaway__item.colleft {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

#gearup .giveaway__item h3 {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  color: #aafbff;
  text-align: left;
  position: relative;
  line-height: 1.7;
}

#gearup .giveaway__item h3::before {
  content: "";
  position: absolute;
  height: 100%;
  margin-left: -20px;
  background-color: #00ffff;
  width: 4px;
}

#gearup .giveaway__item p {
  color: #d43fa3;
  text-align: center;
}

#gearup .price {
  padding: 2% 0;
}

#gearup .pricebox {
  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;
}

#gearup .pricebox__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 40px);
          flex: 0 0 calc(100% / 2 - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gearup .pricebox__item--img {
  width: 60%;
}

#gearup .pricebox__item--img img {
  width: 90%;
}

#gearup .pricebox__item--cost {
  width: 40%;
  text-align: right;
}

#gearup .pricebox__item--cost p {
  color: #fff;
  padding-right: 40px;
  margin: 0;
}

#gearup .pricebox__item--cost p.sale {
  background: url(https://storage-asset.msi.com/event/2021/gnp/TH-gearup/images/price-bg.png);
  background-size: cover;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 20px #000;
}

#gearup .pricebox__item--cost p.sale span {
  font-size: 20px;
}

#gearup .pricebox__item--cost p.costdown {
  color: #a6a6a6;
  text-decoration: line-through;
  -webkit-text-decoration-color: #FF0004;
          text-decoration-color: #FF0004;
  padding-left: 10px;
  padding-top: 15px;
}

#gearup .msiwtb {
  background: none !important;
}

#gearup .promotion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#gearup .promotion__flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 40px);
          flex: 0 0 calc(100% / 2 - 40px);
  margin: 0 auto;
}

#gearup .socialMedia {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 35px;
}

#gearup .socialMedia p {
  color: #fff;
  text-align: center;
}

#gearup .socialMedia__container {
  width: 100%;
  max-width: 350px;
  display: table;
  margin: 2% auto;
  text-align: center;
}

#gearup .socialMedia__iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#gearup .socialMedia__iconflex-item {
  display: block;
  width: 25%;
  margin: 0 auto;
  text-align: center;
}

#gearup .socialMedia .cricle {
  width: 50px;
  height: 50px;
  border-radius: 80px;
  color: #ccc;
  border: #ccc 2px solid;
  padding-top: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {
  #gearup .common-container {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #gearup h2 {
    width: 100%;
    font-size: 40px;
  }
  #gearup .kv__wrapper {
    width: 80%;
  }
  #gearup .giveaway__giftbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gearup .giveaway__item {
    width: 50%;
  }
  #gearup .giveaway__item.colleft {
    width: 100%;
    display: block;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  #gearup .giveaway__item h3::before {
    display: none;
  }
  #gearup .common-container {
    width: 90%;
  }
  #gearup .pricebox {
    display: contents;
  }
  #gearup .slick-dots {
    padding-top: 30px;
  }
  #gearup .pd__box {
    width: 100%;
  }
  #gearup .pd__item {
    min-height: auto;
    display: block;
  }
  #gearup .pd__img img {
    width: 70%;
    margin: 25px auto;
    max-width: 300px;
  }
  #gearup .pd__text {
    margin-left: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #gearup .pd__text::before {
    display: none;
  }
  #gearup .pd__text h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  #gearup .kv__wrapper {
    width: 96%;
  }
  #gearup .giveaway__item {
    width: 100%;
  }
  #gearup .giveaway__item h3 {
    line-height: 1.5;
    font-size: 24px;
  }
}
/*# sourceMappingURL=main.css.map */