body {
  margin: 0;
  padding: 0;
}

#wok-hard {
  font-family: "DINPro", "Arial", "sans-serif";
  color: #303030;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}
#wok-hard img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 1366px) {
  #wok-hard p {
    font-size: 18px;
  }
}
#wok-hard a {
  text-decoration: none;
}
#wok-hard .container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#wok-hard .container.md {
  width: 80%;
}
@media screen and (max-width: 960px) {
  #wok-hard .container.md {
    width: 96%;
  }
}
#wok-hard .common-title {
  color: #000;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
#wok-hard .supporting {
  position: relative;
  padding-bottom: 5%;
}
#wok-hard .supporting__txt {
  position: absolute;
  width: 52.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  left: 3%;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #wok-hard .supporting__txt {
    left: 10%;
  }
}
@media screen and (max-width: 1680px) {
  #wok-hard .supporting__txt {
    width: 60%;
    font-size: 28px;
    left: 5%;
  }
}
@media screen and (max-width: 960px) {
  #wok-hard .supporting__txt {
    position: relative;
    width: 90%;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
  }
}
#wok-hard .supporting__txt b {
  color: #1e83bf;
}
#wok-hard .supporting__txt--periode {
  font-weight: bold;
  padding: 3% 0;
}
#wok-hard .supporting__img {
  text-align: right;
  position: relative;
}
#wok-hard .supporting__img img {
  width: 51%;
}
@media screen and (max-width: 1366px) {
  #wok-hard .supporting__img img {
    width: 65%;
  }
}
@media screen and (max-width: 960px) {
  #wok-hard .supporting__img img {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  #wok-hard .supporting__img::before {
    content: "";
    width: 8%;
    height: 100%;
    position: absolute;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    z-index: 2;
  }
}
#wok-hard .model {
  padding: 0 0 5%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #wok-hard .model {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wok-hard .model::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: -15%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
#wok-hard .model__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 960px) {
  #wok-hard .model__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wok-hard .model__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  padding: 2% 5%;
  -webkit-box-shadow: 0 0 20px #603fb7;
          box-shadow: 0 0 20px #603fb7;
  border-radius: 15px;
  height: 100%;
}
#wok-hard .model__item:nth-last-child(1) {
  -webkit-box-shadow: 0 0 20px #c00;
          box-shadow: 0 0 20px #c00;
}
@media screen and (max-width: 960px) {
  #wok-hard .model__item {
    margin: 10px 0;
  }
}
#wok-hard .model__name {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#wok-hard .model__name a {
  color: #4a4a4a;
  background: #f5f5f5;
  padding: 5px 30px;
  border-radius: 15px;
  margin: 8px 15px;
  -webkit-box-shadow: 0 0 0px rgba(187, 186, 187, 0.6), inset 5px 8px 15px #bbb;
          box-shadow: 0 0 0px rgba(187, 186, 187, 0.6), inset 5px 8px 15px #bbb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  #wok-hard .model__name a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1680px) {
  #wok-hard .model__name a {
    padding: 5px;
  }
}
@media screen and (max-width: 960px) {
  #wok-hard .model__name a {
    width: calc(50% - 20px);
    padding: 0;
    margin: 5px 10px;
  }
}
#wok-hard .model__name a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 10px 10px 20px rgba(187, 186, 187, 0.6), inset -1px -1px 3px #bbb;
          box-shadow: 10px 10px 20px rgba(187, 186, 187, 0.6), inset -1px -1px 3px #bbb;
}
#wok-hard .model__name--cash {
  color: #fff;
  border-radius: 15px;
  background: #c00;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 4%;
}
#wok-hard .model__name--cash.style01 {
  background: #603fb7;
}
#wok-hard .redeem {
  background: url(https://storage-asset.msi.com/event/2022/cnd/ID-Work-Hard-Chill-Hard/images/bg.jpg) no-repeat fixed;
  padding: 5% 0;
}
#wok-hard .redeem__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}
#wok-hard .redeem .blue-bg {
  background: #999;
}
#wok-hard .redeem .skin-bg {
  background: #3685c0;
}
#wok-hard .redeem__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  #wok-hard .redeem__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#wok-hard .redeem__step h5 {
  color: #fff;
}
#wok-hard .redeem__step-box {
  width: calc(33.3333333333% - 10px);
  color: #222;
}
@media screen and (max-width: 960px) {
  #wok-hard .redeem__step-box {
    width: calc(80% - 0px);
    margin: 0 auto;
  }
}
#wok-hard .redeem__step-box ul {
  margin-left: 15px;
}
#wok-hard .redeem__step-box ul li {
  list-style: auto;
}
#wok-hard .redeem__step-box-icon {
  color: #fff;
  font-size: 30px;
  min-width: 240px;
  min-height: 240px;
  border-radius: 200px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 30px auto;
  width: 30%;
  font-weight: bold;
}
#wok-hard .redeem__step-box-arrow {
  width: 5%;
  height: 300px;
  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;
}
@media screen and (max-width: 960px) {
  #wok-hard .redeem__step-box-arrow {
    display: none;
  }
}
#wok-hard .redeem__step-box-arrow .arrow {
  width: 50%;
  height: 1px;
  background: #333;
}
#wok-hard .redeem__now a {
  color: #fff;
  font-size: 25px;
  display: block;
  padding: 13px 20px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  border: 1px solid transparent;
  width: calc(33.3333333333% - 20px);
  text-align: center;
  background: #3685c0;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  #wok-hard .redeem__now a {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  #wok-hard .redeem__now a {
    width: calc(100% - 20px);
  }
}
#wok-hard .redeem__now a:hover {
  background: #747474;
  color: #fff;
}
#wok-hard .redeem__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2%;
}
#wok-hard .redeem__btnbox a {
  color: #303030;
  font-size: 25px;
  display: block;
  background: #d6d6d6;
  padding: 13px 20px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 10px;
  border-radius: 50px;
  width: calc(33.3333333333% - 20px);
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wok-hard .redeem__btnbox a {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  #wok-hard .redeem__btnbox a {
    idth: calc(100% - 20px);
  }
}
#wok-hard .redeem__btnbox a:hover {
  background: #747474;
  color: #fff;
}
#wok-hard .wtb {
  padding: 8% 0 2%;
}
#wok-hard .ytblock {
  padding: 100px 0 70px 0;
}
#wok-hard .ytblock__black {
  display: none !important;
}
#wok-hard .ytblock__title {
  width: 100%;
  text-align: center;
}
#wok-hard .ytblock__title b {
  font-size: 42px;
  color: #000;
}
#wok-hard .ytblock__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #wok-hard .ytblock__block {
    -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;
  }
}
#wok-hard .ytblock__block-item {
  width: calc(33.3333333333% - 20px);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  #wok-hard .ytblock__block-item {
    width: 80%;
    margin-top: 20px;
  }
}
#wok-hard .ytblock__block-item:hover.ytblock__block-item::before {
  opacity: 0 !important;
}
#wok-hard .ytblock__block-item:hover.ytblock__block-item::after {
  background: url("https://storage-asset.msi.com/event/2020/cnd/2020-shout-out/images/play-circle-regular-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wok-hard .ytblock__block-item::after {
  content: "";
  background: url("https://storage-asset.msi.com/event/2020/cnd/2020-shout-out/images/play-circle-regular.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 3;
}
#wok-hard .ytblock__block-item::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}/*# sourceMappingURL=main.css.map */