img {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: auto !important;
}

a:hover {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.navbar {
  background: #000;
}

.navbar-brand img {
  width: auto;
}

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  background: #e9e9e9 !important;
}

.common-title {
  color: #000;
  font-size: 40px;
  line-height: 43px;
  margin: 50px 0;
  font-weight: bold;
}

.common-title1 {
  color: #000;
  font-size: 40px;
  line-height: 46px;
  margin: 20px 0;
  font-weight: bold;
}

@media (max-width: 600px) {
  .common-title1 {
    font-size: 40px;
    line-height: 46px;
  }
}

.common-title2 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0;
}

.common-title3 {
  color: #000;
  font-size: 30px;
  line-height: 34px;
  margin: 10px 0;
  display: inline-block;
  font-weight: bold;
}

.common-text {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}

.common-text1 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  display: inline-block;
}

.common-text2 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.common-text3 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}

.common-text4 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

/*kv*/
.kv {
  background: url("https://storage-asset.msi.com/event/2021/cnd/reward-sweepstakes/images/kv.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 672px;
  margin: 0 auto;
  position: relative;
  background-position: top center;
}

@media (max-width: 960px) {
  .kv {
    background: none;
    min-height: 300px;
    height: auto;
  }
}

.kv__wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .kv__wrapper {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 35px auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .kv__wrapper {
    width: 96%;
  }
}

.kv__wrapper-text {
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .kv__wrapper-text {
    font-size: 30px;
    line-height: 36px;
  }
}

.kv__wrapper-text:nth-of-type(2) {
  font-size: 66px;
  line-height: 72px;
}

@media (max-width: 960px) {
  .kv__wrapper-text:nth-of-type(2) {
    font-size: 55px;
    line-height: 67px;
  }
}

.kv__wrapper-link {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.kv__wrapper-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.kv__wrapper-link ul li:nth-of-type(1) {
  margin-right: -1px;
}

.kv__wrapper-link ul li:nth-of-type(2) {
  background: url("https://storage-asset.msi.com/event/2021/cnd/reward-sweepstakes/images/btn-bg.png") repeat-x;
  min-width: 200px;
  height: 70px;
  position: relative;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv__wrapper-link ul li:nth-of-type(3) {
  margin-left: -1px;
}

.kv__wrapper-link a {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  width: 100%;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

@media (max-width: 600px) {
  .kv__wrapper-link a {
    font-size: 20px;
    line-height: 24px;
  }
}

.kv__wrapper-link a:hover {
  color: #d1d1d1;
}

.kv__wrapper-link ul + a {
  color: #ff0000;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  display: inline-block;
  width: auto;
}

.kv__wrapper-link ul + a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*It's Time to Make Your Own Luck!*/
.sweepstakes {
  margin: 100px 0;
}

@media (max-width: 600px) {
  .sweepstakes {
    width: 90%;
    margin: 0 auto;
  }
}

.sweepstakes__wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sweepstakes__wrapper h2 + p {
  margin-bottom: 20px;
}

.sweepstakes__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0;
}

@media (max-width: 600px) {
  .sweepstakes__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0;
  }
}

@media (max-width: 600px) {
  .sweepstakes__block-box {
    margin: 50px 0;
  }
}

.sweepstakes__block-box figure {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 5px solid #fff;
}

@media (max-width: 600px) {
  .sweepstakes__block-box figure {
    width: 100%;
  }
}

.sweepstakes__block-box figure a {
  display: block;
}

.sweepstakes__block-box figure:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sweepstakes__block-box p {
  margin: 25px 0;
}

.sweepstakes__block-box p b {
  color: #f00;
  border: 1px solid;
  padding: 2px;
}

.sweepstakes__block-box span {
  color: #f00;
  font-size: 20px;
  font-weight: bold;
}

.sweepstakes__link {
  padding: 15px 30px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
}

.sweepstakes__link:hover {
  background: transparent;
  color: #ff0000;
  border: 1px solid #ff0000;
}

/*winner banner*/
@media (max-width: 960px) {
  .winner {
    width: 80%;
    margin: 0 auto;
  }
}

.winner__wrapper {
  background: #fff;
  min-height: 150px;
  margin: 0 auto;
  margin-top: 55px;
  -webkit-box-shadow: 1px 1px 10px #e6e6e6 inset;
          box-shadow: 1px 1px 10px #e6e6e6 inset;
  border: 5px solid #fff;
  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;
  padding: 15px;
}

@media (max-width: 960px) {
  .winner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.winner__wrapper-imgbox {
  width: 40%;
}

@media (max-width: 960px) {
  .winner__wrapper-imgbox {
    width: 90%;
    margin: 0 auto;
  }
}

.winner__wrapper-imgbox figure {
  width: 70%;
  margin: 0 auto;
}

.winner__wrapper-textbox {
  text-align: left;
  width: 60%;
}

@media (max-width: 960px) {
  .winner__wrapper-textbox {
    width: 90%;
    margin: 0 auto;
  }
}

.winner__wrapper-textbox p {
  color: #000;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}

.winner__wrapper-textbox ul {
  list-style: disc;
  padding-left: 20px;
}

.winner__wrapper-textbox ul li {
  color: #ff0000;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  list-style: disc;
}

/*Terms and Conditions*/
.terms {
  margin: 50px 0;
}

@media (max-width: 600px) {
  .terms {
    width: 80%;
    margin: 50px auto;
  }
}

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

.terms__block ul {
  list-style: decimal;
  padding-left: 20px;
}

.terms__block ul li {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 5px 0;
  list-style: decimal;
}

/*More Rewards*/
.reward {
  background: #d9d9d9;
}

.reward__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
  padding: 50px;
}

@media (max-width: 960px) {
  .reward__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 90%;
  }
}

.reward__wrapper-textbox {
  width: 30%;
}

@media (max-width: 960px) {
  .reward__wrapper-textbox {
    width: 90%;
    margin: 0 auto;
  }
}

.reward__wrapper-itembox {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .reward__wrapper-itembox {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reward__wrapper-itembox-item {
  width: calc( 100%/3 - 20px);
  margin: 0 20px;
  text-align: center;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1078px) {
  .reward__wrapper-itembox-item {
    margin: 0 5px;
  }
}

@media (max-width: 960px) {
  .reward__wrapper-itembox-item {
    width: 100%;
    padding: 50px 0;
    margin: 20px 0;
    height: auto;
  }
}

.reward__wrapper-itembox-item figure {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .reward__wrapper-itembox-item figure {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.reward__wrapper-itembox-item:nth-of-type(2) figure {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reward__pbox {
  min-height: 44px;
}

.reward__pbox a:hover {
  color: #737373;
}

/*notice*/
.notice p {
  margin: 50px 0;
}

.notice p a {
  color: #8b8b8b;
}

.notice p a:hover {
  color: #a5a5a5;
}
/*# sourceMappingURL=main.css.map */