* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

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

#myBtn {
  display: none;
  position: fixed;
  bottom: 10pX;
  right: 30px;
  z-index: 99999;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #a0a2a3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#reward {
  font-family: 'GOTHIC' , "GOTHICBI" , "DINCondMediumRegular", "DINPro", "Helvetica", "Arial", sans-serif;
}

#reward img {
  width: 100%;
}

#reward section p {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0;
}

#reward section p.note {
  font-size: 16px;
  color: #666;
}

#reward section ul {
  margin: 0;
  padding: 0;
}

#reward section ul li {
  line-height: 2;
  font-size: 20px;
  list-style: conic-gradient;
  margin-left: 20px;
  border-radius: 10px;
}

#reward h1 {
  font-size: 80px;
  text-transform: uppercase;
}

#reward h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 15px 0;
}

#reward h3 {
  color: #c00;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #fff;
}

#reward .commonWrap {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
}

#reward .kv {
  position: relative;
  z-index: 1;
  background: #e7e7e7;
}

#reward .kv__imgbox {
  position: absolute;
  z-index: 2;
}

#reward .kv__txtbox {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 55%;
  text-align: center;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

#reward .kv__txtbox h1 {
  color: #353535;
  text-shadow: -3px -3px 0 #fff,4px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,8px 5px 10px #000;
  font-family: "DINCond-Bold", "DINPro", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin: 0;
}

#reward .kv__star {
  position: absolute;
  z-index: 4;
  top: 25%;
  left: 50%;
  width: 6%;
  max-width: 204px;
  -webkit-animation: starlight 1s infinite alternate;
          animation: starlight 1s infinite alternate;
}

#reward .kv__lightbg {
  position: absolute;
  z-index: 1;
  -webkit-animation: lightbg 0.5s infinite alternate;
          animation: lightbg 0.5s infinite alternate;
}

@-webkit-keyframes starlight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes starlight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightbg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lightbg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

#reward .info {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
}

#reward .info p {
  font-size: 24px;
}

#reward .info p.date {
  font-size: 40px;
  font-weight: 500;
}

#reward .bgimg {
  background: url(https://storage-asset.msi.com/event/2021/cnd/reward-program/images/bg2.jpg) no-repeat fixed;
  background-size: 100%;
}

#reward .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#reward .btns a {
  font-size: 28px;
  width: calc( 100% / 3 - 50px);
  color: #fff;
  padding: 10px;
  text-align: center;
  background: #535353;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  margin: 0 3px;
}

#reward .sectionBox {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.3);
          box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.3);
  padding: 0 5%;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

#reward .sectionBox h1 {
  margin-top: 4%;
  text-align: center;
  font-size: 68px;
}

#reward .giftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 5% 0 1%;
  border-bottom: 1px solid #999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#reward .giftbox:nth-of-type(1) {
  padding-top: 0;
}

#reward .giftbox__imgbox {
  width: 30%;
}

#reward .giftbox__txtbox {
  width: 60%;
}

#reward .giftbox__txtbox a {
  float: right;
  border-radius: 10px;
  padding: 10px 25px;
  text-decoration: none;
  margin-top: 5%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
  background: linear-gradient(45deg, #770505 0%, #770505 12.5%, #be0605 32.5%, #be0605 25%, #f00 25%, #f00 37.5%, #be0605 37.5%);
  background-size: 200% 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#reward .giftbox__txtbox a:hover {
  background-position: 200% 0%;
}

#reward .giftbox__txtbox a.checkbtn {
  font-size: 20px;
  border: 3px solid #ccc;
  background: none;
  display: inline-block;
  float: none;
  color: #222;
  border-radius: 0;
  margin: 15px 0;
}

#reward .giftbox__txtbox a.checkbtn:hover {
  background: #ccc;
  color: #222;
}

#reward .giftbox:nth-last-child(1) {
  border-bottom: 0px;
}

#reward .raffle {
  padding: 5%;
  margin-top: 5%;
}

#reward .raffle h2 {
  text-align: center;
}

#reward .raffle__imgbox {
  width: 80%;
  margin: 0 auto;
}

#reward .raffle__txtbox {
  width: 80%;
  margin: 0 auto;
}

#reward .raffle__txtbox ul {
  margin: 0;
  padding: 0;
}

#reward .raffle__txtbox ul li {
  line-height: 2;
  font-size: 20px;
  list-style: none;
  border: 1px solid #f00;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  padding: 4% 2% 3%;
  margin: 30px 0;
}

#reward .raffle__txtbox ul li span {
  position: absolute;
  color: #c00;
  left: 0;
  right: 0;
  top: -10px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  width: 5%;
  margin: 0 auto;
  background: #fff;
  line-height: 0;
}

#reward .raffle__txtbox ul li b {
  color: #c00;
}

#reward .terms {
  margin: 3% auto 3%;
  text-align: center;
}

#reward .terms a {
  color: #333;
  background-color: #fcfcfc;
  border-radius: 15px;
  padding: 10px 25px;
  text-decoration: none;
  margin-top: 5%;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #666;
  -webkit-box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.3);
          box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 10%;
}

#reward .terms a:hover {
  background: #666;
  color: #fff;
}

#reward .eligiblenavtab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

#reward .eligiblenavtab ul li {
  text-align: center;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
  color: #333;
  cursor: pointer;
  line-height: 1.2;
  list-style: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#reward .eligiblenavtab ul li.active {
  color: #000;
  background: #ccc;
}

#reward .eligiblenavtab ul li:hover {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

#reward .eligiblecontent .modelsbox {
  display: none;
}

#reward .eligiblecontent .modelsbox--active {
  display: block;
  opacity: 1;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  position: relative;
}

#reward .listtb {
  width: 80%;
  margin: 0 auto;
  display: table;
  width: 100%;
  font-size: 16px;
  border-spacing: 0px;
  border: 1px solid #5f5f5f;
  border-radius: 5px;
}

#reward .listtb .tr {
  display: table-row;
}

#reward .listtb .tr:nth-of-type(odd) {
  background: #ececec;
}

#reward .listtb .tr:nth-of-type(odd):hover {
  background: #c7c7c7;
}

#reward .listtb .tr .td {
  display: table-cell;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  color: #222;
  border-right: 1px solid #5f5f5f;
}

#reward .listtb .tr .th {
  display: table-cell;
  background: #424242;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-right: 1px solid #5f5f5f;
}

#reward h5 {
  font-size: 16px;
}

@media screen and (max-width: 1680px) {
  #reward h1 {
    font-size: 58px;
  }
  #reward .kv {
    top: 32%;
  }
  #reward .sectionBox h1 {
    font-size: 58px;
  }
}

@media screen and (max-width: 1366px) {
  #reward h1 {
    font-size: 40px;
  }
  #reward h2 {
    font-size: 28px;
  }
  #reward .sectionBox h1 {
    font-size: 40px;
  }
  #reward .kv {
    top: 22%;
    padding-bottom: 8%;
  }
  #reward .btns a {
    font-size: 20px;
    width: calc( 100% / 3 - 10px);
  }
  #reward .giftbox__txtbox a {
    font-size: 16px;
  }
  #reward .raffle__txtbox {
    width: 90%;
  }
  #reward .raffle__imgbox {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #reward h1 {
    font-size: 58px;
  }
  #reward h2 {
    font-size: 28px;
  }
  #reward .commonWrap {
    width: 90%;
  }
  #reward .btns a {
    font-size: 16px;
    width: calc( 100% / 3 - 5px);
  }
  #reward .kv__txtbox {
    position: relative;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  #reward .info {
    width: 100%;
  }
  #reward .info p {
    font-size: 20px;
  }
  #reward .info p.date {
    font-size: 28px;
  }
  #reward .giftbox {
    display: block;
  }
  #reward .giftbox__imgbox {
    width: 60%;
    margin: 0 auto;
  }
  #reward .giftbox__txtbox {
    width: 100%;
    text-align: center;
  }
  #reward .giftbox__txtbox a {
    float: none;
    display: inline-block;
    margin-bottom: 5%;
  }
  #reward .giftbox__txtbox ul {
    text-align: left;
  }
  #reward .eligiblenavtab ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #reward h1 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=main.css.map */