/* aihmi */
.aihmi {
  width: 100%;
  position: relative;
  background: url('https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/aihmi-bg.jpg')
    top center no-repeat;
  background-size: cover;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.aihmi .msi__container {
  display: grid;
  gap: 20px;
}
.aihmi__txtbox {
  text-align: center;
}
.aihmi__txtbox h2.title--main {
  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;
}
.aihmi__txtbox h2.title--main figure {
  max-width: 80px;
  margin-right: 10px;
}
.aihmi__txtbox h3 {
  font-weight: 400;
  font-size: calc(var(--title-md) * 1.2);
}
.aihmi__txtbox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px auto;
}
.aihmi__btn{
  color: #fff;

}
.aihmi__btn span {
  display: block;
  color: #fff;
  text-shadow: 1px 0 10px #e38e05, 1px 0 10px #e38e05;
  font-size: 18px;
  font-weight: 700;
}
.feature__nav li {

  transition: 0.27s all ease-in-out !important;

}
.aihmi__txtbox ul li {
  width: 48.5%;
  border: 2px solid #e7bd88;
  -webkit-box-shadow: inset 0 0 1em rgba(217, 183, 119, 0.8);
  box-shadow: inset 0 0 1em rgba(217, 183, 119, 0.8);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  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;
  min-height: 100px;
}
.aihmi__txtbox ul li span {
  display: block;
  color: #fff;
  text-shadow: 1px 0 10px #e38e05, 1px 0 10px #e38e05;
  font-size: 18px;
  font-weight: 700;
}
.aihmi__img {
  width: 100%;
  position: relative;
}
.aihmi__img-video {
  position: absolute;
  z-index: 2;
  width: 37.6%;
  top: 13.7%;
  left: 33.6%;
}
.aihmi__img-video video {
  width: 100%;
  max-height: 100%;
}
.aihmi__img-base {
  position: relative;
  z-index: 1;
}

@media (min-width: 996px) {
  .aihmi {
    padding: 8% 0;
  }
  .aihmi .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .aihmi__txtbox {
    text-align: left;
  }
  .aihmi__txtbox h2.title--main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .aihmi__txtbox h3 {
    font-size: calc(var(--title-md) * 1.4);
  }
  .aihmi__txtbox ul li {
    width: 49%;
  }
  .aihmi__txtbox ul li span {
    font-size: calc(var(--title-md) * 1.2);
  }
}

/* AI Engine */
.engine {
  padding: 5% 0 8%;
  /* background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/2023_RPLS/Stealth-16-AI-Studio-A1V/engine-bg.jpg) no-repeat;
      background-size: cover; */
  position: relative;
  overflow: hidden;
}

.engine::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: 0;
}

.engine h2.title--main {
  text-align: center;
  margin: 30px auto 20px;
  color: #fff;
}

.engine h2 {
  text-align: center;
  margin: 30px auto 20px;
}

.engine .contentBox {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
}

.engine .contentBox--active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  height: auto;
}

.engine .textBox__figure {
  width: 100px;
  margin: 0 auto;
}

.engine .textBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.engine .textBox__firstTxt {
  margin: 20px 0;
  text-align: center;
  color: #fff;
}

.engine .textBox__firstTxt span {
  display: block;
}

.engine__btn {
  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;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.engine__btn-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 5px 10px;
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
  padding: 10px 20px;
  transition: all ease-in 0.2s;
}

.engine__btn-item:hover {
  color: #fff;
  background: linear-gradient(to right, #bd346d 0%, #543dc6 100%);
  /* border: none; */
}

.engine__btn--active {
  color: #fff;
}

.engine__btn-item1.engine__btn--active,
.engine__btn-item1:hover {
  background: url('https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-X3-AI-2nd/engine__btn-item1-bg.png')
    center center no-repeat;
  background-size: cover;
  border-color: rgba(0, 0, 0, 0);
}

.engine__btn-item1.engine__btn--active span,
.engine__btn-item1:hover span {
  background: linear-gradient(45deg, #a9ffde, #fff, #ff88ff, #fff);
  background: -webkit-linear-gradient(45deg, #a9ffde, #fff, #ff88ff, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.engine__btn-item2.engine__btn--active,
.engine__btn-item2:hover {
  background: linear-gradient(to right, #c8bbaa, #ceb7a4, #cda28f);
  background: -webkit-linear-gradient(to right, #c8bbaa, #ceb7a4, #cda28f);
  border-color: #fff;
}

.engine__btn-item2.engine__btn--active span {
  color: #fff;
}

.engine__btn-item4.engine__btn--active,
.engine__btn-item4:hover {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.8)
  );
  background: -webkit-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.8)
  );
  border-color: #454748;
}

.engine__btn-item4.engine__btn--active span,
.engine__btn-item4:hover span {
  color: #454748;
}

.engine__btn-item3.engine__btn--active,
.engine__btn-item3:hover {
  background: url('https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-X3-AI-2nd/engine__btn-item3-bg.jpg')
    center center no-repeat;
  background-size: cover;
  border-color: #fff;
}

.engine__btn-item3.engine__btn--active span,
.engine__btn-item3:hover span {
  background: linear-gradient(45deg, #eaccf3, #daf8f7);
  background: -webkit-linear-gradient(45deg, #eaccf3, #daf8f7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.engine--noShow {
  display: none;
}

.engine .moveBox__video {
  position: absolute;
  top: 51.5%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 2;
}

.engine .moveBox {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.engine .moveBox__bg {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.engine .moveBox__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
}

.engine .moveBox__bg-position {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.engine .moveBox__bg-active {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}

.engine .moveBox .artist {
  /* position: absolute; */
  position: relative;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.engine .moveBox .scene {
  max-width: 1920px;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.7);
  transform: translate(-50%, -50%) scale(1.7);
  width: 29.5vw;
  /* height: 140px; */
  margin: 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 5;
}

.engine .moveBox .scene__figure {
  width: 30vw;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -0.5%);
  transform: translate(-50%, -0.5%);
  z-index: 10;
}

.engine .moveBox .scene__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.engine .moveBox .scene .leftBtn {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -9%;
  cursor: pointer;
}

.engine .moveBox .scene .leftBtn:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.engine .moveBox .scene .leftBtn::after {
  font-size: 2.5vw;
  content: '↼';
  color: #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}

.engine .moveBox .scene .rightBtn {
  position: absolute;
  z-index: 2;
  top: 30%;
  right: -9%;
  cursor: pointer;
}

.engine .moveBox .scene .rightBtn:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.engine .moveBox .scene .rightBtn::after {
  font-size: 2.5vw;
  content: '⇁';
  color: #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}

.engine .moveBox .scene .animationActive {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 415px) {
  .engine .moveBox .scene {
    top: 25%;
  }
}

@media (min-width: 576px) {
  .engine__btn-item {
    width: auto;
    margin: 5px;
  }

  .engine .moveBox {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }

  .engine .moveBox__bg {
    width: 100%;
  }

  .engine .moveBox .scene {
    max-width: 1920px;
    top: 25%;
    left: 50%;
    width: 29.5vw;
    z-index: 5;
  }

  .engine .moveBox .scene__figure {
    width: 30.5vw;
    top: 0%;
    left: 50%;
  }

  .engine .moveBox .scene .leftBtn {
    top: 35%;
    left: -7%;
  }

  .engine .moveBox .scene .rightBtn {
    top: 35%;
    right: -7%;
  }
}

@media (min-width: 996px) {
  .engine .moveBox .scene {
    top: 12%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  .engine .moveBox__video {
    width: 55%;
    top: 52%;
    left: 48.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1930px) {
  .engine .moveBox {
    max-width: 100%;
  }

  .engine .moveBox .scene {
    top: 12%;
  }
}

.engine .carousel {
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(-288px);
  transform: translateZ(-288px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.engine .carousel__cell {
  position: absolute;
  width: 29.8vw;
  left: -0.2vw;
  top: 0vw;
  font-weight: bold;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.engine .carousel__cell:nth-child(1) {
  -webkit-transform: rotateY(0deg) translateZ(288px);
  transform: rotateY(0deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(2) {
  -webkit-transform: rotateY(40deg) translateZ(288px);
  transform: rotateY(40deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(3) {
  -webkit-transform: rotateY(80deg) translateZ(288px);
  transform: rotateY(80deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(4) {
  -webkit-transform: rotateY(120deg) translateZ(288px);
  transform: rotateY(120deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(5) {
  -webkit-transform: rotateY(160deg) translateZ(288px);
  transform: rotateY(160deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(6) {
  -webkit-transform: rotateY(200deg) translateZ(288px);
  transform: rotateY(200deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(7) {
  -webkit-transform: rotateY(240deg) translateZ(288px);
  transform: rotateY(240deg) translateZ(288px);
}

.engine .carousel__cell:nth-child(8) {
  -webkit-transform: rotateY(280deg) translateZ(288px);
  transform: rotateY(280deg) translateZ(288px);
}

.engine .carousel__cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.engine .carousel .cell-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.engine .carousel .cell-opacityHalf {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
}

@media (min-width: 576px) {
  .engine .carousel__cell {
    width: 30.2vw;
    top: 0.1vw;
  }
}

.engine .carousel-options {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* DLSS4 */
.dlss4 {
  position: relative;
  overflow: hidden;
}
.dlss4 .title--main {
  text-transform: none;
}
.dlss4 img {
  vertical-align: top;
}
.dlss4__txtbox {
  padding: 50px 0;
  margin-bottom: -5%;
  text-align: center;
}
.dlss4__txtbox p {
  width: 100%;
  margin: 0 auto;
}
.dlss4__txtbox figure {
  display: inline-block;
  max-width: 150px;
  margin-bottom: 30px;
}
.dlss4__imgbox {
  margin: -15% 0 0 -50%;
}
@media (min-width: 996px) {
  .dlss4__txtbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 50px 0;
    text-align: left;
  }
  .dlss4__txtbox .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dlss4__txtbox figure {
    display: inline-block;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .dlss4__txtbox--content {
    width: 50%;
  }
  .dlss4__imgbox {
    position: relative;
    margin: 0;
    text-align: right;
    z-index: 1;
    margin: 0 -10% 0 -50%;
    background: url(https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-X3-AI-2nd/dlss4-bg.jpg);
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .dlss4__imgbox picture {
    display: inline-block;
    width: 80%;
    position: relative;
    opacity: 0;
  }
  .dlss4__imgbox picture::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(0, 0, 0)),
      color-stop(50%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (min-width: 1300px) {
  .dlss4__imgbox {
    background: none;
    margin: 0;
    opacity: 1;
  }
  .dlss4__imgbox picture {
    width: 85%;
    opacity: 1;
  }
}
.cooling {
  width: 100%;
  position: relative;
  text-align: center;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/cooling-bg.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden;
}
.cooling__txtbox figure {
  max-width: 150px;
  margin: 30px auto;
}
.cooling__img {
  position: relative;
}
.cooling__img-base {
  position: relative;
  z-index: 1;
}
.cooling__img-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cooling__img-red img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cooling__img-red .red-leftwind {
  z-index: 0;
}
.cooling__img-red .red-topwind {
  z-index: 2;
}
.cooling__img-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cooling__img-blue img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cooling__img-blue .blue-centerwind, .cooling__img-blue .blue-rightwind {
  z-index: 2;
}
.cooling__img-blue .blue-bottomtwind {
  z-index: 0;
}
.cooling__list {
  width: 100%;
}
.cooling__list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto 5px;
}
.cooling__list ul li {
  width: 48.5%;
  border: 2px solid #e7bd88;
  -webkit-box-shadow: inset 0 0 1em rgba(217, 183, 119, 0.8);
          box-shadow: inset 0 0 1em rgba(217, 183, 119, 0.8);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
}
.cooling__list ul li span {
  display: block;
  color: #fff;
  text-shadow: 1px 0 10px #e38e05, 1px 0 10px #e38e05;
  font-size: 18px;
  font-weight: 700;
}
.cooling__list-single {
  width: 100% !important;
  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;
}
.cooling__list-single b {
  font-size: 250%;
  font-weight: 400;
}
.cooling__list-single div {
  margin-left: 10px;
}
.cooling__list-single div span {
  font-size: calc(var(--title-md) * 1.4) !important;
}

@media (min-width: 996px) {
  .cooling {
    padding: 0;
    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;
  }
  .cooling .msi__container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50% - 10px);
    width: 100%;
  }
  .cooling__txtbox {
    width: 45%;
    text-align: left;
  }
  .cooling__txtbox figure {
    max-width: 200px;
    margin: 10px 0 20px;
  }
  .cooling__img {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .cooling__list ul li {
    width: 49%;
  }
  .cooling__list ul li span {
    font-size: calc(var(--title-md) * 1.2);
  }
  .cooling__list-single div span {
    font-size: calc(var(--title-md) * 1.6) !important;
  }
}


/* Killer Intelligence  */
.wifi7 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/wifi7-bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  }
  .wifi7 h2.title--main {
  text-align: center;
  margin-bottom: 30px;
  }
  .wifi7__slick {
  width: 90%;
  margin: auto;
  }
  .wifi7__slick-item {
  text-align: center;
  border: 3px solid #e3b771;
  background: #000;
  }
  .wifi7__slick-item .txtbox {
  min-height: 250px;
  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;
  padding: 10px;
  }
  .wifi7__slick-item .txtbox h3 {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  }
  .wifi7__slick-item .txtbox .slickhr::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/hr-bg.png") no-repeat;
  background-size: cover;
  width: 80%;
  height: 5px;
  border: none;
  margin: 15px auto 10px;
  }
  .wifi7__slick-item .txtbox p {
  font-size: 16px;
  }
  .wifi7__slick .slick-slide {
  margin: 5px;
  }
  .wifi7__slick .slick-dots {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  bottom: 0;
  }
  .wifi7__slick .slick-dots li {
  width: calc(20% - 20px);
  }
  .wifi7__slick .slick-dots li button {
  width: 100%;
  height: 6px;
  background: #8e8e8e;
  border-radius: 10px;
  padding: 0;
  }
  .wifi7__slick .slick-dots li button::before {
  display: none;
  }
  .wifi7__slick .slick-dots li.slick-active button {
  opacity: 1;
  background: #e3b771;
  }
  .wifi7__slick .slick-prev, .wifi7__slick .slick-next {
  z-index: 10;
  }
  .wifi7__slick .slick-prev::before, .wifi7__slick .slick-next::before {
  display: none;
  }
  .wifi7__slick .slick-prev {
  left: 0px;
  }
  .wifi7__slick .slick-next {
  right: 0;
  }
  
  @media (min-width: 996px) {
  .wifi7__slick {
      width: 95%;
      margin: auto;
      display: grid;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }
  .wifi7__slick-item .txtbox {
      min-height: auto;
      padding: 0 20px 20px;
  }
  .wifi7__slick .slick-list {
      padding: 0 33.3% !important;
  }
  .wifi7__slick .slick-slide {
      margin: 10px 5px;
  }
  .wifi7__slick .slick-slide, .wifi7__slick .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-filter: brightness(40%);
              filter: brightness(40%);
  }
  .wifi7__slick .slick-center, .wifi7__slick .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
      -webkit-filter: drop-shadow(0 0 5px #e3b771);
              filter: drop-shadow(0 0 5px #e3b771);
  }
  .wifi7__slick .slick-dots {
      width: 30%;
  }
  }
  @media (min-width: 1600px) {
  .wifi7__slick {
      width: 90%;
  }
  }


  .nvBlock {
    overflow: hidden;
  }
  .nvBlock img {
    vertical-align: top;
  }
  .nvBlock__txtbox {
    padding-top: 50px;
    text-align: center;
    margin-bottom: -5%;
  }
  .nvBlock__txtbox p {
    width: 100%;
    margin: 0 auto;
  }
  .nvBlock__txtbox figure {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 30px;
  }
  .nvBlock__imgbox {
    margin: 0 -30%;
  }
  @media (min-width: 996px) {
    .nvBlock__txtbox p {
      width: 80%;
    }
    .nvBlock__txtbox figure {
      display: inline-block;
      max-width: 200px;
      margin-bottom: 30px;
    }
    .nvBlock__imgbox {
      margin: 0;
    }
  }

/* RAY TRACING */
.rayTracing {
  padding: 50px 0;
}
.rayTracing .title--main {
  text-transform: none;
}
.rayTracing .msi__container {
  text-align: center;
}
.rayTracing__imgbox {
  margin-top: 25px;
  display: inline-block;
}

.rayTracing__imgbox picture{
  text-align: center;
}
.rayTracing__txtbox p {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .rayTracing {
    padding: 3% 0;
  }
  .rayTracing__imgbox {
    margin-top: 50px;
  }
  .rayTracing__txtbox p {
    width: 80%;
  }
}


/* CPU */
.cpu {
  width: 100%;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.cpu .msi__container {
  margin-bottom: -5vh;
  position: relative;
  z-index: 1;
}

.cpu__txtbox {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cpu__txtbox-icon {
  max-width: 100px;
  margin: 30px auto;
}

.cpu__info {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpu__info li {
  width: calc(25% - 10px);
  text-align: center;
  margin: 5px;
  font-size: var(--text-xs);
}

.cpu__info li span {
  display: block;
  font-size: 250%;
  line-height: 1;
}

.cpu__img {
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.cpu__img img {
  width: 100%;
}

.cpu .text--note {
  text-align: center;
}

@media (min-width: 996px) {
  .cpu {
      padding-top: 50px;
  }

  .cpu .msi__container {
      margin-bottom: -20vh;
  }

  .cpu__txtbox-icon {
      max-width: 100px;
  }

  .cpu__txtbox p {
      width: 60%;
      margin: auto;
  }

  .cpu__info {
      margin: 20px auto;
  }

  .cpu__info li {
      width: calc(12.5% - 20px);
      margin: 10px;
      font-size: var(--text-xl);
  }

  .cpu__img {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.EasytoUpgrade {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/EasytoUpgrade-bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.EasytoUpgrade h2.title--main {
  text-align: center;
  margin-bottom: 30px;
}
.EasytoUpgrade__slick {
  width: 90%;
  margin: auto;
}
.EasytoUpgrade__slick-item {
  text-align: center;
  border: 3px solid #e3b771;
  background: #000;
}
.EasytoUpgrade__slick-item .txtbox {
  min-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.EasytoUpgrade__slick-item .txtbox h3 {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.EasytoUpgrade__slick-item .txtbox .slickhr::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/hr-bg.png") no-repeat;
  background-size: cover;
  width: 80%;
  height: 5px;
  border: none;
  margin: 15px auto 10px;
}
.EasytoUpgrade__slick-item .txtbox p {
  font-size: 16px;
}
.EasytoUpgrade__slick-item .switch {
  position: relative;
  width: 100%;
}
.EasytoUpgrade__slick-item .switch-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fade 2s ease-in-out infinite;
          animation: fade 2s ease-in-out infinite;
}
.EasytoUpgrade__slick .slick-slide {
  margin: 5px;
}
.EasytoUpgrade__slick .slick-dots {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  bottom: 0;
}
.EasytoUpgrade__slick .slick-dots li {
  width: calc(20% - 20px);
}
.EasytoUpgrade__slick .slick-dots li button {
  width: 100%;
  height: 6px;
  background: #8e8e8e;
  border-radius: 10px;
  padding: 0;
}
.EasytoUpgrade__slick .slick-dots li button::before {
  display: none;
}
.EasytoUpgrade__slick .slick-dots li.slick-active button {
  opacity: 1;
  background: #e3b771;
}
.EasytoUpgrade__slick .slick-prev, .EasytoUpgrade__slick .slick-next {
  z-index: 10;
}
.EasytoUpgrade__slick .slick-prev::before, .EasytoUpgrade__slick .slick-next::before {
  display: none;
}
.EasytoUpgrade__slick .slick-prev {
  left: 0px;
}
.EasytoUpgrade__slick .slick-next {
  right: 0;
}

@media (min-width: 996px) {
  .EasytoUpgrade__slick {
    width: 95%;
    margin: auto;
    display: grid;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .EasytoUpgrade__slick-item .txtbox {
    min-height: auto;
    padding: 0 20px 20px;
  }
  .EasytoUpgrade__slick .slick-list {
    padding: 0 33.3% !important;
  }
  .EasytoUpgrade__slick .slick-slide {
    margin: 10px 5px;
  }
  .EasytoUpgrade__slick .slick-slide, .EasytoUpgrade__slick .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-filter: brightness(40%);
            filter: brightness(40%);
  }
  .EasytoUpgrade__slick .slick-center, .EasytoUpgrade__slick .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    -webkit-filter: drop-shadow(0 0 5px #e3b771);
            filter: drop-shadow(0 0 5px #e3b771);
  }
  .EasytoUpgrade__slick .slick-dots {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .EasytoUpgrade__slick {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .blog__item {
    background: #000;
    padding: 20px 10px;
  }
}

.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kv__logo {
  display: block;
  position: absolute;
  top: 4%;
  left: 5%;
  z-index: 5;
  height: 54px;
}
.kv__logo figure {
  width: 100%;
  height: 54px;
}
.kv__logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__logo figure {
    height: 65px;
  }
}
.kv__image {
  position: relative;
}
.kv__image .kvBox {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 5px #7a04ff);
          filter: drop-shadow(0 0 5px #7a04ff);
  color: #fff;
  line-height: 1;
  width: 90%;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__image .kvBox {
    top: 70%;
    left: 50%;
    width: auto;
  }
}
.kv__image .kvBox__title {
  font-size: 40px !important;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .kv__image .kvBox__title {
    font-size: 4vw !important;
  }
}
.kv__image .kvBox__text {
  text-align: center;
  font-size: 20px;
}
.kv__image .kvBox__link {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
}
.kv__image .kvBox__link-text {
  color: #fff;
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 35px 30px;
  font-size: 25px;
  -webkit-filter: drop-shadow(0 0 5px #7a04ff);
          filter: drop-shadow(0 0 5px #7a04ff);
}
.kv__image .kvBox__link-figure {
  width: 250px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kv__image .kvBox__link-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__image .kvBox__link:hover .kvBox__link-figure {
  width: 280px;
}
.kv__image .kvBox__link:hover .kvBox__link-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__image .kvBox__link:hover .kvBox__link-text {
  color: #e41da2;
}
.kv picture {
  line-height: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.kv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__text {
  position: absolute;
  top: 43%;
  left: 20vw;
  z-index: 3;
}
.kv__text .blurText {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 10px;
}
.kv__text .blurText h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.kv__text .blurText__relative {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: transparent;
  position: relative;
  z-index: 3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  background: -webkit-linear-gradient(0deg, #ff00f7, #002fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__text .blurText__absolute {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 4;
}
.kv__text figure {
  margin: 0 auto;
  width: 460px;
}
.kv__text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voicemod p{
  color: #fff;
}

.voicemod .moreBtn{
  padding: 1em 2em;  
}