#itshow {
  background: url(https://storage-asset.msi.com/event/2024/SG/festive-deals/images/redeem-bg.jpg) no-repeat #30004a fixed;
  background-size: cover;
}
#itshow h2 {
  font-weight: bold;
  border-bottom: 2px solid white;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #44aff2), color-stop(70%, #913ee2));
  background: linear-gradient(to right, #44aff2 30%, #913ee2 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-image-source: linear-gradient(to left, #913ee2, #44aff2, #913ee2);
  border-image-slice: 2;
  font-size: var(--title-xl);
}
#itshow .kv {
  background: url("https://storage-asset.msi.com/event/2024/SG/itshow/images/kv-bg.jpg") no-repeat, #30004a;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1930px) {
  #itshow .kv {
    background-size: cover;
  }
}
#itshow .kv canvas {
  display: none;
}
@media (min-width: 996px) {
  #itshow .kv canvas {
    -webkit-filter: blur(0.8px);
            filter: blur(0.8px);
    position: absolute;
    display: block;
    height: 100%;
    left: 20%;
    width: 90%;
  }
}
#itshow .kv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 0 1%;
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  #itshow .kv__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 9% 0 1%;
  }
}
@media (min-width: 1930px) {
  #itshow .kv__info {
    padding: 12% 0 1.2%;
  }
}
#itshow .kv__info--pd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  margin: 0 auto;
  text-align: center;
}
#itshow .kv__partner {
  background: black;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#itshow .kv__partner--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itshow .kv__partner--box img {
  height: 30px;
}
@media (min-width: 996px) {
  #itshow .kv__partner--box img {
    height: 39px;
  }
}
#itshow .btnbox {
  margin: 2% 0;
}
#itshow .btnbox a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  border: 2px solid #30004a;
  background: linear-gradient(45deg, #4f5cff 30%, #b934ff, #a51ec7, #cc00ff 100%);
  cursor: pointer;
  position: relative;
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  padding: 7px 10%;
  border-radius: 3px;
  font-size: var(--title-lg);
  font-weight: normal;
  text-shadow: 0 0 5px #c0a6d9, 0 0 5px #c0a6d9, 0 0 5px #c0a6d9;
}
#itshow .btnbox a:hover {
  border-image-source: linear-gradient(to right, #bd346d 0%, #543dc6 100%);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.3);
}
#itshow .deals {
  padding: 5%;
  text-align: center;
  position: relative;
}
#itshow .deals::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  height: 15vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#itshow .deals__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #itshow .deals__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#itshow .deals__flex--item {
  text-align: center;
  color: white;
}
#itshow .deals__flex--item h3 {
  font-weight: normal;
  font-size: var(--title-lg);
}
#itshow .pcdeals {
  text-align: center;
  padding: 0 0 5%;
}
#itshow .pcdeals__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itshow .pcdeals__flex--item {
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1c2062 30%, #4a1367, #3d1055, #601573, #510f61 100%);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  #itshow .pcdeals__flex--item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (min-width: 996px) {
  #itshow .pcdeals__flex--item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#itshow .pcdeals__flex--item:hover {
  border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #a51ec7, #cc00ff 100%);
  background: linear-gradient(45deg, #4f5cff 30%, #b934ff, #a51ec7, #cc00ff 100%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#itshow .pcdeals__flex--item:hover figcaption {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: white;
}
#itshow .pcdeals__flex--item figcaption {
  padding: 8px 0;
  font-size: var(--title-md);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #44aff2), color-stop(70%, #913ee2));
  background: linear-gradient(to right, #44aff2 30%, #913ee2 70%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  color: #913ee2;
}/*# sourceMappingURL=main.css.map */