@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes idRotate {
  0% {
    -webkit-transform: rotate(20deg) scale(1.5);
    transform: rotate(20deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@keyframes idRotate {
  0% {
    -webkit-transform: rotate(20deg) scale(1.5);
    transform: rotate(20deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes idFloat {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes idFloat {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.DT-Z3X3D {
  background: #000;
}
.DT-Z3X3D p,
.DT-Z3X3D ul li {
  font-family: var(--MSIBodyFont);
}
.DT-Z3X3D .content {
  position: relative;
}
.DT-Z3X3D .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.DT-Z3X3D .commonTitleBox h2 {
  font-size: 42px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #ff3c00),
    color-stop(10%, rgb(255, 111, 66)),
    color-stop(40%, rgb(255, 241, 181)),
    color-stop(50%, rgb(255, 255, 253)),
    color-stop(60%, rgb(255, 241, 181)),
    color-stop(70%, rgb(255, 151, 89)),
    color-stop(90%, #ff3c00)
  );
  background: linear-gradient(
    to right,
    #ff3c00 10%,
    rgb(255, 111, 66) 10% rgb(255, 111, 66) 30%,
    rgb(255, 241, 181) 40%,
    rgb(255, 255, 253) 50%,
    rgb(255, 241, 181) 60%,
    rgb(255, 151, 89) 70%,
    #ff3c00 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  -webkit-filter: drop-shadow(0 0 1px #fffc96) drop-shadow(0 0 1px #fffc96)
    drop-shadow(0 0 1px #fffc96) drop-shadow(0 0 1px #fffc96);
  filter: drop-shadow(0 0 1px #fffc96) drop-shadow(0 0 1px #fffc96)
    drop-shadow(0 0 1px #fffc96) drop-shadow(0 0 1px #fffc96);
  font-family: "kallisto", sans-serif;
  font-family: "eurostile-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  letter-spacing: 3px;
}
.DT-Z3X3D .commonTitleBox h3 {
  color: #ffffff;
  font-size: 23px;
}
.DT-Z3X3D .commonTitleBox p {
  color: #d6d6d6;
  font-size: 20px;
  color: #d6d6d6;
  font-size: 20px;
  margin: 3% auto;
}
@media (min-width: 499px) {
  .DT-Z3X3D .commonTitleBox h2 {
    font-size: 42px;
  }
  .DT-Z3X3D .commonTitleBox p {
    color: #d6d6d6;
    font-size: 17px;
    color: #d6d6d6;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .DT-Z3X3D .commonTitleBox h3 {
    color: #ffffff;
    font-size: 30px;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .commonTitleBox h2 {
    font-size: 3.5vw;
  }
  .DT-Z3X3D .commonTitleBox p {
    color: #d6d6d6;
    font-size: 20px;
    color: #d6d6d6;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .DT-Z3X3D .commonTitleBox h3 {
    color: #ffffff;
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .commonTitleBox h2 {
    font-size: 2vw;
  }
  .DT-Z3X3D .commonTitleBox h3 {
    color: #ffffff;
    font-size: 1.2vw;
  }
}
.DT-Z3X3D img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.DT-Z3X3D a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.DT-Z3X3D .kv {
  position: relative;
  overflow: hidden;
}
.DT-Z3X3D .kv__mainBoxWrap {
  position: relative;
  padding-bottom: 7%;
}
.DT-Z3X3D .kv__mainBox-slogan {
  margin: 4% 0;
}
.DT-Z3X3D .kv h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 996px) {
  .DT-Z3X3D .kv__mainBoxWrap {
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0;
  }
  .DT-Z3X3D .kv__mainBox {
    width: 55%;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .kv {
    max-width: 1920px;
    margin: auto;
  }
}
.DT-Z3X3D .x3d__titleBox {
  position: relative;
}
.DT-Z3X3D .x3d__titleBox-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.DT-Z3X3D .x3d__titleBox-main h2 {
  font-size: 25px;
}
.DT-Z3X3D .x3d__contBox {
  padding: 3% 0;
}
.DT-Z3X3D .x3d__contBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DT-Z3X3D .x3d__contBox-item-point {
  margin: 0 1%;
  border: 3px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  border-image-slice: 1;
  padding: 10px 1%;
  width: 48%;
  margin-top: 5%;
}
.DT-Z3X3D .x3d__contBox-item-point p {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 15px;
}
.DT-Z3X3D .x3d__contBox-img {
  margin-top: -10%;
}
@media (min-width: 499px) {
  .DT-Z3X3D .x3d__contBox {
    padding: 3% 0;
  }
  .DT-Z3X3D .x3d__contBox-point p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .DT-Z3X3D .x3d__titleBox-main h2 {
    font-size: 32px;
  }
  .DT-Z3X3D .x3d__contBox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .x3d__contBox-item-point {
    border: 4px solid;
    border-image-source: linear-gradient(
      45deg,
      rgb(244, 116, 32) 20%,
      rgb(255, 255, 255) 28%,
      rgb(240, 212, 109) 50%,
      rgb(244, 112, 30) 81%
    );
    border-image-slice: 1;
    width: auto;
    padding: 10px 5%;
    margin-top: 0;
  }
  .DT-Z3X3D .x3d__contBox-item-point p {
    font-size: 2.8vw;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .x3d__titleBox-main h2 {
    font-size: 3.5vw;
  }
  .DT-Z3X3D .x3d__contBox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .x3d__contBox-item-point {
    border: 4px solid;
    border-image-source: linear-gradient(
      45deg,
      rgb(244, 116, 32) 20%,
      rgb(255, 255, 255) 28%,
      rgb(240, 212, 109) 50%,
      rgb(244, 112, 30) 81%
    );
    border-image-slice: 1;
    width: auto;
    padding: 10px 5%;
    margin-top: 0;
  }
  .DT-Z3X3D .x3d__contBox-item-point p {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .DT-Z3X3D .x3d__contBox-point p {
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .x3d__titleBox-main h2 {
    font-size: 2vw;
  }
  .DT-Z3X3D .x3d__contBox-item-point p {
    font-size: 0.9vw;
  }
}
.DT-Z3X3D .cooling {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.DT-Z3X3D .cooling__titleBox {
  position: relative;
}
.DT-Z3X3D .cooling__titleBox-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.DT-Z3X3D .cooling__titleBox-main h2 {
  font-size: 25px;
}
.DT-Z3X3D .cooling__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DT-Z3X3D .cooling__navBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2%;
  cursor: pointer;
}
.DT-Z3X3D .cooling__navBox-item > div {
  width: 20px;
  height: 5px;
  background: #808080;
}
.DT-Z3X3D .cooling__navBox-item h4 {
  color: #808080;
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
.DT-Z3X3D .cooling__navBox-item--active h4 {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.DT-Z3X3D .cooling__navBox-item--active div {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
}
.DT-Z3X3D .cooling__contBox {
  padding: 7% 0;
  display: none;
  position: relative;
}
.DT-Z3X3D .cooling__contBox--1 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-Z3-9th/cooling-bg.jpg")
    bottom center no-repeat;
  background-size: contain;
  position: relative;
}
.DT-Z3X3D .cooling__contBox--1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.DT-Z3X3D .cooling__contBox--active {
  display: block;
}
.DT-Z3X3D .cooling__contBox-img {
  position: relative;
  width: 90%;
  margin: auto;
}
.DT-Z3X3D .cooling__contBox-img-base {
  position: relative;
  z-index: 1;
}
.DT-Z3X3D .cooling__contBox-img-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .cooling__contBox-img-red img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.DT-Z3X3D .cooling__contBox-img-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .cooling__contBox-img-blue img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .cooling__contBox-flex {
  width: 90%;
}
.DT-Z3X3D .cooling__contBox-item {
  margin: 15% auto;
}
.DT-Z3X3D .cooling__contBox-item:nth-of-type(1) {
  margin-top: 7%;
}
.DT-Z3X3D .cooling__contBox-main h5 {
  color: #ffffff;
  font-size: 20px;
  margin: 3% auto;
}
.DT-Z3X3D .cooling__contBox-main p {
  color: #ffffff;
  font-size: 17px;
}
.DT-Z3X3D .cooling__contBox-main .text--note {
  color: #a5a5a5;
  font-size: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .DT-Z3X3D .cooling__titleBox-main h2 {
    font-size: 32px;
  }
  .DT-Z3X3D .cooling__navBox-item h4 {
    color: #808080;
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .cooling__titleBox-main h2 {
    font-size: 3.5vw;
  }
  .DT-Z3X3D .cooling__navBox-item > div {
    width: 20px;
    height: 5px;
  }
  .DT-Z3X3D .cooling__contBox {
    padding: 3% 0;
    min-height: 870px;
  }
  .DT-Z3X3D .cooling__contBox--2.cooling__contBox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .cooling__contBox-img {
    width: 84vw;
    margin-top: -1%;
  }
  .DT-Z3X3D .cooling__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .DT-Z3X3D .cooling__contBox-item {
    width: 45%;
    margin: 0;
  }
  .DT-Z3X3D .cooling__contBox-item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .DT-Z3X3D .cooling__navBox-item h4 {
    color: #808080;
    font-size: 1.2vw;
  }
  .DT-Z3X3D .cooling__contBox-img {
    width: 50vw;
    margin-top: -1%;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .cooling__titleBox-main h2 {
    font-size: 2vw;
  }
  .DT-Z3X3D .cooling__navBox-item h4 {
    color: #808080;
    font-size: 0.9vw;
  }
  .DT-Z3X3D .cooling__contBox {
    min-height: 1065px;
  }
  .DT-Z3X3D .cooling__contBox--1 {
    background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-Z3-9th/cooling-bg.jpg")
      bottom center no-repeat;
    background-size: cover;
  }
  .DT-Z3X3D .cooling__contBox-img {
    width: 35%;
  }
}
.DT-Z3X3D .experience {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.DT-Z3X3D .experience__titleBox {
  position: relative;
}
.DT-Z3X3D .experience__titleBox-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.DT-Z3X3D .experience__titleBox-main h2 {
  font-size: 25px;
}
.DT-Z3X3D .experience__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DT-Z3X3D .experience__navBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2%;
  cursor: pointer;
}
.DT-Z3X3D .experience__navBox-item > div {
  width: 20px;
  height: 5px;
  background: #808080;
}
.DT-Z3X3D .experience__navBox-item h4 {
  color: #808080;
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
.DT-Z3X3D .experience__navBox-item--active h4 {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.DT-Z3X3D .experience__navBox-item--active div {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
}
.DT-Z3X3D .experience__contBox {
  padding: 7% 0;
  display: none;
  position: relative;
}
.DT-Z3X3D .experience__contBox--1 {
  background: url("https://storage-asset.msi.com/event/2025/CND/best-msi-amd-gaming-desktop/images/experience-gaming-mode-bg.jpg")
    bottom center no-repeat;
  background-size: cover;
  position: relative;
}
.DT-Z3X3D .experience__contBox--1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.DT-Z3X3D .experience__contBox--2 {
  background: url("https://storage-asset.msi.com/event/2025/CND/best-msi-amd-gaming-desktop/images/experience-gaming-mode-bg.jpg")
    bottom center no-repeat;
  background-size: cover;
  position: relative;
}
.DT-Z3X3D .experience__contBox--2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.DT-Z3X3D .experience__contBox--active {
  display: block;
}
.DT-Z3X3D .experience__contBox-img {
  position: relative;
  width: 90%;
  margin: 10% auto 0;
}
.DT-Z3X3D .experience__contBox-img-base {
  position: relative;
  z-index: 1;
}
.DT-Z3X3D .experience__contBox-img-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .experience__contBox-img-red img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.DT-Z3X3D .experience__contBox-img-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .experience__contBox-img-blue img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .experience__contBox-flex {
  width: 90%;
}
.DT-Z3X3D .experience__contBox-item {
  margin: 15% auto;
}
.DT-Z3X3D .experience__contBox-item:nth-of-type(1) {
  margin-top: 7%;
}
.DT-Z3X3D .experience__contBox-main h5 {
  color: #ffffff;
  font-size: 20px;
  margin: 3% auto;
}
.DT-Z3X3D .experience__contBox-main p {
  color: #ffffff;
  font-size: 17px;
}
.DT-Z3X3D .experience__contBox-main .text--note {
  color: #a5a5a5;
  font-size: 15px;
  margin-top: 20px;
}
.DT-Z3X3D .experience__contBox-link {
  margin: 0 1%;
  margin-top: 3%;
}
.DT-Z3X3D .experience__contBox-link a {
  color: #ffffff;
  font-size: 17px;
  border: 2px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  border-image-slice: 1;
  padding: 5px 4% 10px;
  display: inline-block;
  cursor: pointer;
}
.DT-Z3X3D .experience__contBox-link a:hover {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
  box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
}
.DT-Z3X3D .experience__contBox-icon {
  width: 20%;
  margin: 5% auto;
}
@media (min-width: 768px) {
  .DT-Z3X3D .experience__titleBox-main h2 {
    font-size: 32px;
  }
  .DT-Z3X3D .experience__navBox-item h4 {
    color: #808080;
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .experience__titleBox-main h2 {
    font-size: 3.5vw;
  }
  .DT-Z3X3D .experience__navBox-item > div {
    width: 20px;
    height: 5px;
  }
  .DT-Z3X3D .experience__contBox {
    padding: 3% 0;
    min-height: 845px;
  }
  .DT-Z3X3D .experience__contBox--2.experience__contBox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .experience__contBox-img {
    width: 50%;
    margin: 5% auto 0;
  }
  .DT-Z3X3D .experience__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .DT-Z3X3D .experience__contBox-item {
    width: 45%;
    margin: 0;
  }
  .DT-Z3X3D .experience__contBox-item:nth-of-type(1) {
    margin-top: 0;
  }
  .DT-Z3X3D .experience__contBox-link a {
    color: #ffffff;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .DT-Z3X3D .experience__navBox-item h4 {
    color: #808080;
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .experience__titleBox-main h2 {
    font-size: 2vw;
  }
  .DT-Z3X3D .experience__navBox-item h4 {
    color: #808080;
    font-size: 0.9vw;
  }
  .DT-Z3X3D .experience__contBox {
    min-height: 950px;
  }
  .DT-Z3X3D .experience__contBox-link a {
    color: #ffffff;
    font-size: 20px;
  }
}
.DT-Z3X3D .upgrade {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.DT-Z3X3D .upgrade__titleBox {
  position: relative;
}
.DT-Z3X3D .upgrade__titleBox-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.DT-Z3X3D .upgrade__titleBox-main h2 {
  font-size: 25px;
}
.DT-Z3X3D .upgrade__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DT-Z3X3D .upgrade__navBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2%;
  cursor: pointer;
}
.DT-Z3X3D .upgrade__navBox-item > div {
  width: 20px;
  height: 5px;
  background: #808080;
}
.DT-Z3X3D .upgrade__navBox-item h4 {
  color: #808080;
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
.DT-Z3X3D .upgrade__navBox-item--active h4 {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.DT-Z3X3D .upgrade__navBox-item--active div {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
}
.DT-Z3X3D .upgrade__contBox {
  padding: 7% 0;
  display: none;
}
.DT-Z3X3D .upgrade__contBox--active {
  display: block;
}
.DT-Z3X3D .upgrade__contBox-img {
  position: relative;
  width: 90%;
  margin: auto;
}
.DT-Z3X3D .upgrade__contBox-img-base {
  position: relative;
  z-index: 1;
}
.DT-Z3X3D .upgrade__contBox-img-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .upgrade__contBox-img-red img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.DT-Z3X3D .upgrade__contBox-img-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .upgrade__contBox-img-blue img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.DT-Z3X3D .upgrade__contBox-flex {
  width: 90%;
}
.DT-Z3X3D .upgrade__contBox-item {
  margin: 15% auto;
}
.DT-Z3X3D .upgrade__contBox-item:nth-of-type(1) {
  margin-top: 7%;
}
.DT-Z3X3D .upgrade__contBox-main h5 {
  color: #ffffff;
  font-size: 20px;
  margin: 3% auto;
}
.DT-Z3X3D .upgrade__contBox-main p {
  color: #ffffff;
  font-size: 17px;
}
.DT-Z3X3D .upgrade__contBox-main .text--note {
  color: #a5a5a5;
  font-size: 15px;
  margin-top: 20px;
}
.DT-Z3X3D .upgrade__contBox-icon {
  width: 20%;
  margin: 5% auto;
}
@media (min-width: 768px) {
  .DT-Z3X3D .upgrade__titleBox-main h2 {
    font-size: 32px;
  }
  .DT-Z3X3D .upgrade__navBox-item h4 {
    color: #808080;
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .upgrade__titleBox-main h2 {
    font-size: 3.5vw;
  }
  .DT-Z3X3D .upgrade__navBox-item > div {
    width: 20px;
    height: 5px;
  }
  .DT-Z3X3D .upgrade__contBox {
    padding: 3% 0;
    min-height: 600px;
  }
  .DT-Z3X3D .upgrade__contBox--1.upgrade__contBox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .upgrade__contBox--2.upgrade__contBox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DT-Z3X3D .upgrade__contBox-img {
    width: 60%;
    margin: 5% auto;
  }
  .DT-Z3X3D .upgrade__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .DT-Z3X3D .upgrade__contBox-item {
    width: 33.3333333333%;
    margin: 0;
  }
  .DT-Z3X3D .upgrade__contBox-item:nth-of-type(1) {
    margin-top: 0;
  }
  .DT-Z3X3D .upgrade__titleBox-main h2 {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .DT-Z3X3D .upgrade__navBox-item h4 {
    color: #808080;
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .upgrade__titleBox-main h2 {
    font-size: 2vw;
  }
  .DT-Z3X3D .upgrade__navBox-item h4 {
    color: #808080;
    font-size: 0.9vw;
  }
  .DT-Z3X3D .upgrade__contBox {
    min-height: 680px;
  }
}
.DT-Z3X3D .photo {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}
.DT-Z3X3D .photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.DT-Z3X3D .photo__box {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
.DT-Z3X3D .photo__box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.DT-Z3X3D .photo__bg {
  position: absolute;
  z-index: 0;
  top: 0%;
}
.DT-Z3X3D .photo__img {
  position: relative;
  z-index: 2;
  padding: 45px 25px 60px;
}
.DT-Z3X3D .photo__img img {
  width: 100%;
}
.DT-Z3X3D .photo__spec {
  position: relative;
  z-index: 1;
}
.DT-Z3X3D .photo__prod {
  position: absolute;
  z-index: 2;
  inset: 0;
  text-align: center;
  -webkit-animation: 5s idFloat infinite ease;
  animation: 5s idFloat infinite ease;
}
.DT-Z3X3D .photo__prod img {
  width: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.DT-Z3X3D .photo__textbox {
  text-align: center;
  color: #fff;
  margin-bottom: 8%;
}
.DT-Z3X3D .photo__title {
  padding: 25px 25px 15px;
  font-size: 22px;
}
.DT-Z3X3D .photo__text {
  padding: 0 25px 25px;
}
.DT-Z3X3D .photo .swiper-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.DT-Z3X3D .photo .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.DT-Z3X3D .photo .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  -ms-flex-negative: 0;
  -ms-flex-negative-flex-shrink: 0;
  position: relative;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: relative;
  overflow: hidden;
}
.DT-Z3X3D .photo .swiper-slide img {
  vertical-align: bottom;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.DT-Z3X3D .photo .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.DT-Z3X3D .photo .swiper-slide a.msi__youtube-popout {
  position: absolute;
  z-index: 10;
  inset: 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;
  cursor: pointer;
}
.DT-Z3X3D .photo .swiper-slide a.msi__youtube-popout i {
  background: #0090ff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 15vw;
}
.DT-Z3X3D .photo .swiper-slide picture {
  position: relative;
  z-index: 1;
  display: block;
}
.DT-Z3X3D .photo .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  pointer-events: none;
}
.DT-Z3X3D .photo .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.DT-Z3X3D .photo .swiper-slide a.swiper-slide-golden {
  display: block;
  position: relative;
  pointer-events: none;
}
.DT-Z3X3D .photo .swiper-slide a.swiper-slide-golden::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 98%;
  border: 2px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(251, 89, 5) 0%,
    rgb(239, 154, 22) 49%,
    rgb(250, 196, 32) 100%
  );
  border-image-slice: 1;
  z-index: 2;
}
.DT-Z3X3D .photo .swiper-slide a img {
  overflow: hidden;
}
.DT-Z3X3D .photo .swiper-slide-golden::after {
  border: 2px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(251, 89, 5) 0%,
    rgb(239, 154, 22) 49%,
    rgb(250, 196, 32) 100%
  );
  border-image-slice: 1;
}
.DT-Z3X3D .photo .swiper-slide-active::before {
  opacity: 0;
}
.DT-Z3X3D .photo .swiper-container-3d .swiper-slide-shadow-left,
.DT-Z3X3D .photo .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.DT-Z3X3D .photo .swiper-button-next,
.DT-Z3X3D .photo .swiper-button-prev {
  background: #ffc800;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;
}
.DT-Z3X3D .photo .swiper-button-next.swiper-button-disabled,
.DT-Z3X3D .photo .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .DT-Z3X3D .photo .swiper-slide a.msi__youtube-popout i {
    font-size: 5vw;
  }
  .DT-Z3X3D .photo .swiper-slide {
    width: 25%;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .photo__box {
    padding: 8vw 0 120px;
  }
  .DT-Z3X3D .photo__textwrap {
    position: absolute;
    left: 50%;
    top: 47%;
    text-align: left;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .DT-Z3X3D .photo__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35%;
    margin-left: auto;
  }
  .DT-Z3X3D .photo__textbox {
    text-align: left;
  }
  .DT-Z3X3D .photo__title {
    font-size: 30px;
  }
  .DT-Z3X3D .photo__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .photo__textwrap {
    top: 55%;
  }
}
.DT-Z3X3D .list__flexBox {
  padding: 4% 0;
  background: url(https://storage-asset.msi.com/event/2025/CND/best-msi-amd-gaming-desktop/images/game-benchmark-img-bg.png)
    no-repeat;
  background-size: cover;
  margin: 2% auto;
}
.DT-Z3X3D .list__contBox-link {
  margin: 0 1%;
  margin-top: 3%;
}
.DT-Z3X3D .list__contBox-link a {
  color: #ffffff;
  font-size: 17px;
  border: 2px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  border-image-slice: 1;
  padding: 5px 4% 10px;
  display: inline-block;
  cursor: pointer;
}
.DT-Z3X3D .list__contBox-link a:hover {
  background: linear-gradient(
    45deg,
    rgb(244, 116, 32) 20%,
    rgb(255, 255, 255) 28%,
    rgb(240, 212, 109) 50%,
    rgb(244, 112, 30) 81%
  );
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
  box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
}
.DT-Z3X3D .list__wrapBox {
  margin: 5% auto;
}
.DT-Z3X3D .list__imgBox {
  width: 60%;
  margin: 5% auto 10%;
}
.DT-Z3X3D .list__imgBox-txt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 2%;
}
.DT-Z3X3D .list__itemBox {
  display: grid;
  grid-template-rows: repeat(9, 0.7fr);
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: ". . list-content-1 list-content-2 list-content-3" "list-pdtxt-1 list-content-4 list-content-5 list-content-6 list-content-7" "list-pdtxt-1 list-content-8 list-content-9 list-content-10 list-content-11" ". . . . ." "list-pdtxt-2 list-content-12 list-content-13 list-content-14 list-content-15" "list-pdtxt-2 list-content-16 list-content-17 list-content-18 list-content-19" ". . . . ." "list-pdtxt-3 list-content-20 list-content-21 list-content-22 list-content-23" "list-pdtxt-3 list-content-24 list-content-25 list-content-26 list-content-27";
  color: #fff;
  width: 100%;
  font-size: 15px;
}
.DT-Z3X3D .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}
.DT-Z3X3D .list-content-1 {
  grid-area: list-content-1;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5%;
}
.DT-Z3X3D .list-content-2 {
  grid-area: list-content-2;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5%;
}
.DT-Z3X3D .list-content-3 {
  grid-area: list-content-3;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5%;
}
.DT-Z3X3D .list-content-4 {
  grid-area: list-content-4;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-5 {
  grid-area: list-content-5;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-6 {
  grid-area: list-content-6;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-7 {
  grid-area: list-content-7;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-8 {
  grid-area: list-content-8;
}
.DT-Z3X3D .list-content-9 {
  grid-area: list-content-9;
}
.DT-Z3X3D .list-content-10 {
  grid-area: list-content-10;
}
.DT-Z3X3D .list-content-11 {
  grid-area: list-content-11;
}
.DT-Z3X3D .list-content-12 {
  grid-area: list-content-12;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-13 {
  grid-area: list-content-13;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-14 {
  grid-area: list-content-14;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-15 {
  grid-area: list-content-15;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-16 {
  grid-area: list-content-16;
}
.DT-Z3X3D .list-content-17 {
  grid-area: list-content-17;
}
.DT-Z3X3D .list-content-18 {
  grid-area: list-content-18;
}
.DT-Z3X3D .list-content-19 {
  grid-area: list-content-19;
}
.DT-Z3X3D .list-content-20 {
  grid-area: list-content-20;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-21 {
  grid-area: list-content-21;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-22 {
  grid-area: list-content-22;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-23 {
  grid-area: list-content-23;
  border-bottom: 0;
}
.DT-Z3X3D .list-content-24 {
  grid-area: list-content-24;
}
.DT-Z3X3D .list-content-25 {
  grid-area: list-content-25;
}
.DT-Z3X3D .list-content-26 {
  grid-area: list-content-26;
}
.DT-Z3X3D .list-content-27 {
  grid-area: list-content-27;
}
.DT-Z3X3D .list-pdtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 5%;
}
.DT-Z3X3D .list-pdtxt span {
  display: block;
}
.DT-Z3X3D .list-pdtxt-1 {
  grid-area: list-pdtxt-1;
}
.DT-Z3X3D .list-pdtxt-2 {
  grid-area: list-pdtxt-2;
}
.DT-Z3X3D .list-pdtxt-3 {
  grid-area: list-pdtxt-3;
}
.DT-Z3X3D .list-hr {
  height: 30px;
  grid-area: list-hr;
}
@media (min-width: 768px) {
  .DT-Z3X3D .list__itemBox {
    font-size: 17px;
  }
}
@media (min-width: 996px) {
  .DT-Z3X3D .list__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4% 5%;
  }
  .DT-Z3X3D .list__imgBox {
    width: 30%;
    margin: 0;
  }
  .DT-Z3X3D .list__itemBox {
    width: 65%;
  }
  .DT-Z3X3D .list-pdtxt {
    margin-right: 0;
  }
  .DT-Z3X3D .list__contBox-link a {
    color: #ffffff;
    font-size: 20px;
  }
}
@media (min-width: 1930px) {
  .DT-Z3X3D .list__contBox-link a {
    color: #ffffff;
    font-size: 20px;
  }
}
.DT-Z3X3D .modelList {
  text-align: center;
  padding: 5% 0;
  background: url("https://storage-asset.msi.com/event/2025/CND/best-msi-amd-gaming-desktop/images/wtb-bg.jpg")
    no-repeat center center/cover;
  z-index: 1;
  position: relative;
}
.DT-Z3X3D .modelList .slick-arrow {
  cursor: pointer;
}
.DT-Z3X3D .modelList .slick-prev {
  left: 10px;
  width: 60px;
  height: 60px;
}
.DT-Z3X3D .modelList .slick-prev:before {
  content: "";
}
.DT-Z3X3D .modelList .slick-next {
  right: 10px;
  width: 60px;
  height: 60px;
}
.DT-Z3X3D .modelList .slick-next:before {
  content: "";
}
.DT-Z3X3D .modelList__title {
  font-size: 36px;
  background: url("https://storage-asset.msi.com/event/2024/CND/14th-gen-gaming-desktop/images/title-bg.jpg")
    no-repeat 30% center;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
  margin-bottom: 50px;
}
.DT-Z3X3D .modelList__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  max-width: 1000px;
  margin: 0 auto;
}
.DT-Z3X3D .modelList .card {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  z-index: 2;
  padding: 1% 10%;
}
.DT-Z3X3D .modelList .card .wrapper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 10%;
  z-index: 2;
}
.DT-Z3X3D .modelList .card .wrapper .card__comingTxt,
.DT-Z3X3D .modelList .card:nth-of-type(2) .wrapper .card__comingTxt,
.DT-Z3X3D .modelList .card:nth-of-type(1) .wrapper .card__comingTxt,
.DT-Z3X3D .modelList .slick-slide:nth-of-type(2) .wrapper .card__comingTxt,
.DT-Z3X3D .modelList .slick-slide:nth-of-type(1) .wrapper .card__comingTxt {
  display: none;
}
.DT-Z3X3D .modelList .card .wrapper .card__img {
  padding: 7% 5%;
  position: relative;
}
.DT-Z3X3D .modelList .card .wrapper .card__img img {
  width: auto;
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}
.DT-Z3X3D .modelList .card__comingTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 600;
  width: 90%;
  margin: auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.DT-Z3X3D .modelList .card__title {
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-bottom: 5%;
  color: #0cceff;
  font-size: 20px;
}
.DT-Z3X3D .modelList .card__title figure {
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px #000);
  filter: drop-shadow(0 0 10px #000);
  padding: 0 20px;
}
.DT-Z3X3D .modelList .card__title figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.DT-Z3X3D .modelList .card__feature {
  text-align: center;
}
.DT-Z3X3D .modelList .card__feature p {
  color: #fff;
  font-size: 20px;
  margin: 3%;
  border-top: 1px solid;
  padding-top: 2%;
}
.DT-Z3X3D .modelList .card a {
  border: 3px solid;
  border-image-source: linear-gradient(
    45deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 116, 98) 11%,
    rgb(255, 82, 96) 30%,
    rgb(255, 255, 255) 52%,
    rgb(255, 141, 91) 81%,
    rgb(249, 132, 61) 100%
  );
  border-image-slice: 1;
  padding: 10px 15px;
  display: block;
  margin: 5% auto;
  width: 80%;
  color: #fff;
  cursor: pointer;
}
.DT-Z3X3D .modelList .card a:hover {
  -webkit-box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
  box-shadow: 0 0 10px #ffbb8e, 0 0 10px #ffbb8e;
}
@media (min-width: 996px) {
  .DT-Z3X3D .modelList .card {
    padding: 1% 2%;
  }
  .DT-Z3X3D .modelList .slick-prev {
    left: -50px;
    width: 60px;
    height: 60px;
  }
  .DT-Z3X3D .modelList .slick-next {
    right: -50px;
    width: 60px;
    height: 60px;
  }
}
.DT-Z3X3D .newsBlock {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}
.DT-Z3X3D .newsBlock__title {
  font-size: 36px;
  background: url("https://storage-asset.msi.com/event/2024/CND/14th-gen-gaming-desktop/images/title-bg.jpg")
    no-repeat 30% center;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
  margin: 50px auto 0;
}
.DT-Z3X3D .newsBlock .news__card {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
  text-align: left;
}
.DT-Z3X3D .newsBlock .news__card .newsCard {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.DT-Z3X3D .newsBlock .news__card .newsCard:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.DT-Z3X3D .newsBlock.news__card .newsCard__figure {
  height: auto;
  position: relative;
  margin: 0;
}
.DT-Z3X3D .newsBlock .news__card .newsCard__figure img {
  width: 100%;
  height: 100%;
  vertical-align: text-top;
  -o-object-fit: cover;
  object-fit: cover;
}
.DT-Z3X3D .newsBlock .news__card .newsCard__figure-type {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background-color: var(--color-gray-200);
  color: var(--color-gray-800);
  font-size: var(--note-md);
}
.DT-Z3X3D .newsBlock .news__card .newsCard__figure-type:hover {
  background-color: var(--color-gray-300);
}
.DT-Z3X3D .newsBlock .news__card .newsCard .cardBox__top-date {
  color: #fff;
  font-size: var(--text-xs);
  margin: 15px 0;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .cardBox__top-title {
  color: var(--color-gray-800);
  font-size: var(--title-sm);
  font-weight: bold;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .cardBox__top-space {
  margin: 20px 0 10px;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .cardBox__top-line {
  width: 15%;
  display: block;
  height: 1px;
  background: #c9c9c9;
  margin: 15px 0;
  padding: 2px 0;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .cardBox__top-text {
  color: var(--color-gray-800);
  font-size: var(--text-sm);
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  word-break: break-word;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .bottomBox__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  color: #999;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .bottomBox__tag-icon {
  margin-right: 5px;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .bottomBox__tag-info {
  font-size: var(--note-xl);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--MSIBodyFont);
  color: #999;
}
.DT-Z3X3D .newsBlock .news__card .newsCard .bottomBox__tag-btn {
  color: #999;
  border-bottom: 1px solid transparent;
}
@media (min-width: 996px) {
  .DT-Z3X3D .newsBlock {
    max-width: 1280px;
    margin: 0 auto;
  }
  .DT-Z3X3D .newsBlock .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .DT-Z3X3D .newsBlock .news__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .DT-Z3X3D .newsBlock .news__card .newsCard__figure {
    height: 260px;
  }
}
.DT-Z3X3D .pi .storyMEG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
.DT-Z3X3D .pi .storyMPG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
.DT-Z3X3D .pi .storyMAG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
.DT-Z3X3D .pi .story__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}
.DT-Z3X3D .pi__slickBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.DT-Z3X3D .pi .storyMEG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-txt-bg.jpg)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #ddd2b5 30%,
      #ddd2b5 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #ddd2b5),
      color-stop(70%, #ddd2b5),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #ddd2b5 30%,
      #ddd2b5 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 20px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-meg-txtbg.jpg)
    no-repeat center;
  background-size: cover;
}
.DT-Z3X3D .pi .storyMPG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-txt-bg.png)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #e81f76 30%,
      #e81f76 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #e81f76),
      color-stop(70%, #e81f76),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #e81f76 30%,
      #e81f76 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 20px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-mpg-txtbg.jpg)
    no-repeat center;
  background-size: cover;
}
.DT-Z3X3D .pi .storyMAG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-txt-bg.jpg)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #d2e635 30%,
      #d2e635 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #d2e635),
      color-stop(70%, #d2e635),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #d2e635 30%,
      #d2e635 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 20px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-mag-txtbg.jpg)
    no-repeat center;
  background-size: cover;
}
.DT-Z3X3D .pi .story__txt a {
  display: inline-block;
  padding: 15px;
  float: none;
}
.DT-Z3X3D .pi .storyMEG .theme-color {
  color: #edce92;
}
.DT-Z3X3D .pi .storyMPG .theme-color {
  color: #e81f76;
}
.DT-Z3X3D .pi .storyMAG .theme-color {
  color: #d3e736;
}
.DT-Z3X3D .pi .storyMEG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #ddd2b5);
  filter: drop-shadow(0 0 6px #ddd2b5);
}
.DT-Z3X3D .pi .storyMPG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #e81f76);
  filter: drop-shadow(0 0 6px #e81f76);
}
.DT-Z3X3D .pi .storyMAG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #d2e635);
  filter: drop-shadow(0 0 6px #d2e635);
}
@media (min-width: 996px) {
  .DT-Z3X3D .pi .storyMEG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-bg.jpg)
      no-repeat center right;
    background-size: cover;
    padding: 15px 0;
  }
  .DT-Z3X3D .pi .storyMPG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-bg.jpg)
      no-repeat center right;
    background-size: cover;
    padding: 15px 0;
  }
  .DT-Z3X3D .pi .storyMAG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-bg.jpg)
      no-repeat center right;
    background-size: cover;
    padding: 15px 0;
  }
  .DT-Z3X3D .pi__slickBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .DT-Z3X3D .pi .storyMEG .story__txt {
    padding: 15px;
  }
  .DT-Z3X3D .pi .storyMPG .story__txt {
    padding: 15px;
  }
  .DT-Z3X3D .pi .storyMAG .story__txt {
    padding: 15px;
  }
  .DT-Z3X3D .pi .story__txt a {
    display: inline-block;
    padding: 15px;
    float: right;
  }
  .DT-Z3X3D .pi .story__logo {
    width: auto;
  }
  .DT-Z3X3D .pi .story__logo img {
    width: 500px;
    max-height: 200px;
  }
  .DT-Z3X3D .pi .story__mb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-left: -3%;
    position: relative;
    width: auto;
  }
}
@media (min-width: 1300px) {
  .DT-Z3X3D .pi .story__logo {
    width: 50%;
  }
} /*# sourceMappingURL=main.css.map */
