@import url(https://storage-asset.msi.com/global/template/css/cnd_color_root_2025.css);
.ezdiy {
  padding-bottom: var(--sectionGap);
}
.ezdiy.pd-block .title--main,
.ezdiy.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.ezdiy .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.ezdiy .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ezdiy .submenu .swiper-slide p {
  font-family: var(--font-gaming-industry);
  margin: 0;
  padding: 0 0 18px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-bottom: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ezdiy .submenu .swiper-slide-thumb-active p {
  color: var(--theme, #e8d8b8);
  border-bottom-color: var(--theme, #e8d8b8);
}
@media screen and (max-width: 767px) {
  .ezdiy .submenu .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ezdiy .submenu .swiper-slide {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .ezdiy .submenu .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ezdiy__txt {
  text-align: center;
  padding-bottom: var(--textGap);
}
.ezdiy__txt p {
  margin: 0 auto;
}
@media (min-width: 996px) {
  .ezdiy__txt p {
    width: 80%;
    margin: 0 auto var(--textGap);
  }
}
.ezdiy__slider {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 996px) {
  .ezdiy__slider {
    width: 100%;
  }
}
.ezdiy__slider .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 996px) {
  .ezdiy__slider .swiper-slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ezdiy__slider p {
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .ezdiy__slider p {
    width: 80%;
  }
}
.ezdiy__slider p a {
  color: #f1d8a7;
  font-weight: 600;
  text-decoration: underline;
}
.ezdiy__slider p a:hover {
  text-decoration: none;
}
.ezdiy__item {
  border-radius: var(--Radius);
  border: 1px solid var(--theme);
  overflow: hidden;
  background: linear-gradient(45deg, rgb(36, 36, 36) 0%, rgb(7, 7, 7) 100%);
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ezdiy__item picture,
.ezdiy__item video {
  display: block;
  width: 100%;
  aspect-ratio: 2560/1233;
  overflow: hidden;
}
.ezdiy__item img,
.ezdiy__item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 2560/1233;
}
.ezdiy__item .fadeonoff {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ezdiy__item .fadeonoff picture {
  display: block;
  width: 100%;
  height: 100%;
  will-change: opacity;
}
.ezdiy__item .fadeonoff picture + picture {
  position: absolute;
  top: 0;
  left: 0;
}
.ezdiy__item .fadeonoff img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  padding-bottom: var(--sectionGap);
}
.faq.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}

:root {
  --textGap: 30px;
  --sectionGap: 80px;
  --HederFontSize: 30px;
  --SubFontSize: 24px;
  --Radius: 15px;
  --color-blue: #00fffc;
  --color-gold: #f2d8a7;
}
@media (min-width: 996px) {
  :root {
    --textGap: 60px;
    --sectionGap: 150px;
    --HederFontSize: 60px;
    --SubFontSize: 36px;
    --Radius: 28px;
  }
}

.theme.theme-meg {
  overflow: clip;
}

.kv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .kv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kv .msi__Box {
  width: 100%;
}
@media (min-width: 996px) {
  .kv .msi__Box {
    display: block;
    position: absolute;
    z-index: 5;
    max-width: 1280px;
    padding: 0;
    width: 90%;
    top: 30%;
  }
}
@media (min-width: 2500px) {
  .kv .msi__Box {
    max-width: 1700px;
  }
}
.kv .kv__txt {
  display: block;
  text-align: center;
  width: 90%;
}
@media (min-width: 996px) {
  .kv .kv__txt {
    position: absolute;
    max-width: 900px;
    bottom: 15%;
  }
}
@media (min-width: 1930px) {
  .kv .kv__txt {
    max-width: 1200px;
    bottom: 20%;
  }
}
.kv__img {
  display: block;
  position: relative;
}
.kv__titleBox {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: -36px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .kv__titleBox {
    top: 0%;
    padding-right: 55%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.kv__title {
  display: block;
  width: 100%;
}
.kv__slogan {
  width: 80%;
  margin-bottom: var(--textGap);
}
@media (min-width: 996px) {
  .kv__slogan {
    margin-bottom: 0;
  }
}

.recommendBuild {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: var(--sectionGap) 0;
  background: #000;
}
@media (min-width: 996px) {
  .recommendBuild {
    padding: 0 0 var(--sectionGap) 0;
  }
}
.recommendBuild.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.recommendBuild__divider {
  width: min(100%, 960px);
  height: 1px;
  margin: 0 auto var(--textGap);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, rgba(242, 216, 167, 0.15)), color-stop(50%, var(--theme)), color-stop(85%, rgba(242, 216, 167, 0.15)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(242, 216, 167, 0.15) 15%, var(--theme) 50%, rgba(242, 216, 167, 0.15) 85%, transparent 100%);
}
.recommendBuild__title {
  text-align: center;
  margin: 0 0 var(--textGap);
}
.recommendBuild__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 996px) {
  .recommendBuild__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
.recommendBuild__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  min-height: 180px;
  padding: 18px 12px 20px;
  border: 1px solid rgba(242, 216, 167, 0.45);
  border-radius: var(--Radius);
  background: #0a0a0a;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 996px) {
  .recommendBuild__card {
    min-height: 220px;
    padding: 24px 16px 28px;
  }
}
.recommendBuild__card:hover, .recommendBuild__card:focus-visible {
  border-color: var(--theme);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recommendBuild__name {
  color: #fff;
  font-size: clamp(12px, 1.05vw, 16px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 16px;
}
@media (min-width: 996px) {
  .recommendBuild__name {
    margin-bottom: 20px;
  }
}
.recommendBuild__img {
  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;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100px;
  margin: 0;
}
@media (min-width: 996px) {
  .recommendBuild__img {
    min-height: 130px;
  }
}
.recommendBuild__img img {
  display: block;
  width: 100%;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .recommendBuild__img img {
    max-height: 150px;
  }
}

.video {
  padding-bottom: var(--sectionGap);
}
.video__box {
  border-radius: 20px;
  overflow: hidden;
}
.video__box a {
  position: relative;
  display: inline-block;
}
.video__box a::before {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/CoreLiquid/meg-coreliquid-e15-360/video-btn.png) no-repeat center center;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 10;
}
.video__box a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 10px #999);
          filter: drop-shadow(0 0 10px #999);
}
.video__box a .videoWrap {
  width: 100vw;
  height: 60vh;
  overflow: hidden;
}
.video__box a .videoWrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 996px) {
  .video__box a .videoWrap {
    height: 100%;
  }
  .video__box a .videoWrap video {
    -o-object-fit: contain;
       object-fit: contain;
    background: #000;
  }
  .video__box a::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.featureBox {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 6;
  padding-bottom: var(--sectionGap);
}
.featureBox h5 {
  font-size: clamp(13px, 1.5vw, 28px);
}
.featureBox__wrp {
  display: block;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 2500px) {
  .featureBox__wrp {
    max-width: 1600px;
  }
}
.featureBox__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 996px) {
  .featureBox__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    grid-template-rows: minmax(130px, 1fr) minmax(130px, 1fr) auto auto;
  }
}
@media (min-width: 2500px) {
  .featureBox__grid {
    gap: 20px;
  }
}
.featureBox__grid .grid-01,
.featureBox__grid .grid-02,
.featureBox__grid .grid-03,
.featureBox__grid .grid-04,
.featureBox__grid .grid-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #0a0a0a;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  padding: 18px 10px;
  min-height: 110px;
}
@media (min-width: 996px) {
  .featureBox__grid .grid-01,
  .featureBox__grid .grid-02,
  .featureBox__grid .grid-03,
  .featureBox__grid .grid-04,
  .featureBox__grid .grid-05 {
    min-height: 140px;
    padding: 28px 14px;
  }
}
.featureBox__grid .grid-01 p,
.featureBox__grid .grid-02 p,
.featureBox__grid .grid-03 p,
.featureBox__grid .grid-04 p,
.featureBox__grid .grid-05 p {
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.4;
  margin: 0;
}
.featureBox__grid .grid-01 h5,
.featureBox__grid .grid-02 h5,
.featureBox__grid .grid-03 h5,
.featureBox__grid .grid-04 h5,
.featureBox__grid .grid-05 h5 {
  color: var(--theme);
  font-weight: bold;
  line-height: 1.2;
  margin: 8px 0;
}
.featureBox__row {
  display: contents;
}
.featureBox__row--stats {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 996px) {
  .featureBox__row--stats {
    grid-row: 4;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}
@media (min-width: 2500px) {
  .featureBox__row--stats {
    gap: 20px;
  }
}
@media (min-width: 996px) {
  .featureBox__row--stats .grid-01,
  .featureBox__row--stats .grid-02,
  .featureBox__row--stats .grid-03,
  .featureBox__row--stats .grid-04,
  .featureBox__row--stats .grid-05 {
    grid-column: auto;
  }
}
.featureBox__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0a0a0a;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  overflow: hidden;
  min-height: 160px;
}
.featureBox__card h5 {
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
}
.featureBox__card picture,
.featureBox__card img {
  display: block;
  width: 100%;
  height: 100%;
}
.featureBox__card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.featureBox__cardTxt {
  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;
  gap: 20px;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.featureBox__cardImg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.featureBox__cardIcon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  padding: 10px;
}
.featureBox__cardIcon img {
  width: auto;
  max-height: 70px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .featureBox__cardIcon img {
    max-height: 90px;
  }
}
.featureBox__cardArrows {
  position: absolute;
  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;
  pointer-events: none;
}
.featureBox__cardArrows img {
  width: 55%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.featureBox__cardBadge {
  position: absolute;
  z-index: 2;
  width: 28%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.featureBox__cardBadge--01 {
  top: 8%;
  left: 6%;
}
.featureBox__cardBadge--02 {
  top: 32%;
  left: 6%;
}
.featureBox .grid-06 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .featureBox .grid-06 {
    grid-column: 1/span 6;
    grid-row: 3;
    min-height: 180px;
  }
}
.featureBox .grid-06 .featureBox__cardImg {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 120px;
}
.featureBox .grid-06 .featureBox__cardTxt {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.featureBox .grid-06 .featureBox__cardTxt h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.featureBox .grid-07 {
  -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;
  padding: 14px 16px;
  gap: 20px;
}
@media (min-width: 996px) {
  .featureBox .grid-07 {
    grid-column: 7/span 6;
    grid-row: 3;
  }
}
.featureBox .grid-07 .featureBox__cardIcon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.featureBox .grid-07 .featureBox__cardIcon img {
  max-height: 56px;
}
@media (min-width: 996px) {
  .featureBox .grid-07 .featureBox__cardIcon img {
    max-height: 70px;
  }
}
.featureBox .grid-07 .featureBox__cardIcon p {
  color: #fff;
  font-size: clamp(10px, 0.8vw, 12px);
  line-height: 1.3;
  margin: 6px 0 0;
}
.featureBox .grid-07 .featureBox__cardTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
}
.featureBox .grid-07 .featureBox__cardTxt .tL01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featureBox .grid-07 .featureBox__cardTxt .tL01 h5 {
  color: var(--theme);
}
.featureBox .grid-07 .featureBox__cardTxt p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(10px, 0.85vw, 13px);
  line-height: 1.45;
  margin: 0 0 10px;
}
.featureBox .grid-07 .featureBox__cardTxt p:last-child {
  margin-bottom: 0;
}
.featureBox .grid-07 .featureBox__cardTxt p span {
  color: var(--theme);
  font-weight: bold;
  font-size: clamp(14px, 1.2vw, 26px);
  line-height: 1.2;
  display: block;
  margin-bottom: 0px;
}
.featureBox .grid-08 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .featureBox .grid-08 {
    grid-column: 1/span 5;
    grid-row: 1/span 2;
    min-height: 220px;
  }
}
.featureBox .grid-08 .featureBox__cardImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .featureBox .grid-08 .featureBox__cardImg {
    max-height: none;
  }
}
.featureBox .grid-08 .featureBox__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featureBox .grid-08 .featureBox__cardTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.featureBox .grid-08 .featureBox__cardTxt h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.featureBox .grid-09 {
  -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;
  min-height: 80px;
}
@media (min-width: 996px) {
  .featureBox .grid-09 {
    grid-column: 6/span 7;
    grid-row: 1;
    height: 100%;
    min-height: 130px;
  }
}
.featureBox .grid-09 .featureBox__cardTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px 10px 24px;
}
@media (min-width: 996px) {
  .featureBox .grid-09 .featureBox__cardTxt {
    padding: 10px 30px;
  }
}
.featureBox .grid-09 .featureBox__cardTxt h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}
.featureBox .grid-09 .featureBox__cardImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  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;
  min-height: 0;
  overflow: hidden;
  padding: 10px;
}
.featureBox .grid-09 .featureBox__cardImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 10px;
  padding-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.featureBox .grid-11 {
  -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;
  min-height: 90px;
}
@media (min-width: 996px) {
  .featureBox .grid-11 {
    grid-column: 6/span 7;
    grid-row: 2;
    height: 100%;
    min-height: 130px;
  }
}
.featureBox .grid-11 .featureBox__cardTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
.featureBox .grid-11 .featureBox__cardTxt h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
.featureBox .grid-11 .featureBox__cardImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  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;
  min-height: 0;
  overflow: hidden;
}
.featureBox .grid-11 .featureBox__cardImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 995px) {
  .featureBox h5 {
    font-size: clamp(16px, 4.2vw, 20px);
  }
  .featureBox__grid .grid-08 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .featureBox__grid .grid-09 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .featureBox__grid .grid-11 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .featureBox__grid .grid-06 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .featureBox__grid .grid-07 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .featureBox__grid .featureBox__row--stats {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .featureBox__grid .grid-01 p,
  .featureBox__grid .grid-02 p,
  .featureBox__grid .grid-03 p,
  .featureBox__grid .grid-04 p,
  .featureBox__grid .grid-05 p {
    font-size: clamp(14px, 3.5vw, 15px);
  }
  .featureBox__grid .grid-01 h5,
  .featureBox__grid .grid-02 h5,
  .featureBox__grid .grid-03 h5,
  .featureBox__grid .grid-04 h5,
  .featureBox__grid .grid-05 h5 {
    font-size: clamp(18px, 4.8vw, 22px);
  }
  .featureBox .grid-07 .featureBox__cardIcon p {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .featureBox .grid-07 .featureBox__cardTxt .tL01 h5 {
    font-size: clamp(18px, 5vw, 22px);
  }
  .featureBox .grid-07 .featureBox__cardTxt p {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .featureBox .grid-07 .featureBox__cardTxt p span {
    font-size: clamp(18px, 5vw, 22px);
  }
}

.photos {
  display: block;
  width: 100%;
  padding-bottom: var(--sectionGap);
}
.photos.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.photos__txtBox {
  display: block;
  width: 100%;
  text-align: center;
}
.photos__txtBox p {
  margin-bottom: var(--textGap);
}
.photos__wrp {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.photos__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.photos__block {
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  aspect-ratio: 1034/857;
}
.photos__block picture {
  display: block;
  width: 100%;
  height: 100%;
}
.photos__block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos__block1, .photos__block02, .photos__block03 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 996px) {
  .photos__block1 {
    aspect-ratio: 3698/1256;
  }
}
@media (min-width: 996px) {
  .photos__block02, .photos__block03 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    aspect-ratio: 1819/861;
  }
}

.io {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/io/msi-meg-maestro-900r-kv-io-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: var(--sectionGap);
  overflow: hidden;
}
@media (min-width: 996px) {
  .io {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.io__img {
  display: block;
  width: 90%;
}
@media (min-width: 996px) {
  .io__img {
    width: auto;
    padding: 0 55% 0 13%;
  }
}
.io__img img {
  display: block;
  width: 100%;
}
.io__txt {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: var(--sectionGap);
}
.io__txt p {
  padding-bottom: var(--textGap);
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .io__txt p {
    width: 80%;
  }
}
.io__txt.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.io__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 0;
}
@media (min-width: 576px) {
  .io__flex {
    padding: 0 15%;
  }
}
@media (min-width: 996px) {
  .io__flex {
    padding-left: 50%;
    padding-right: 0;
  }
}
.io .msi__container {
  display: block;
}
@media (min-width: 996px) {
  .io .msi__container {
    position: absolute;
    top: 10%;
    z-index: 5;
  }
}
.io .msi__container ul {
  counter-reset: io-num;
  list-style: none;
}
.io .msi__container ul li {
  position: relative;
  list-style: none;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.5;
  padding: 14px 0 20px 44px;
}
.io .msi__container ul li::before {
  counter-increment: io-num;
  content: counter(io-num);
  position: absolute;
  left: 0;
  top: 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;
  width: 28px;
  height: 28px;
  border: 2px solid var(--theme);
  border-radius: 50%;
  background: transparent;
  color: var(--theme);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  background: #3d3b38;
}
.io .msi__container ul li .io__highlight {
  color: var(--theme);
}
.io .msi__container ul li .io__note {
  display: block;
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 4px;
}
.io .msi__container ul li.io__item--usb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.io .msi__container ul li.io__item--usb .io__content {
  width: auto;
}
@media (min-width: 996px) {
  .io .msi__container ul li.io__item--usb .io__content {
    width: 75%;
  }
}
.io .msi__container ul li.io__item--usb .io__usb {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-left: 10px;
}
.io .msi__container ul li.io__item--usb .io__usb img {
  display: block;
  width: auto;
  max-height: 70px;
}
@media (min-width: 996px) {
  .io .msi__container ul li.io__item--usb .io__usb img {
    max-height: 90px;
  }
}

.configuration {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/configuration/msi-meg-maestro-900r-flexibility-bg.jpg) no-repeat top center;
  background-size: cover;
}
@supports (background-image: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/configuration/msi-meg-maestro-900r-flexibility-bg.webp)) {
  .configuration {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/configuration/msi-meg-maestro-900r-flexibility-bg.webp);
  }
}
.configuration.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.configuration__txt {
  display: block;
  text-align: center;
  padding-bottom: var(--textGap);
}
.configuration__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .configuration__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 2500px) {
  .configuration__wrp {
    max-width: 1920px;
  }
}
.configuration__left, .configuration__right {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .configuration__left, .configuration__right {
    width: 38%;
  }
}
.configuration__left h5, .configuration__right h5 {
  font-size: var(--block-title-md);
  margin-bottom: 20px;
}
.configuration__left .caseFlex, .configuration__right .caseFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.configuration__left .caseFlex .leftTxt, .configuration__left .caseFlex .rightTxt, .configuration__right .caseFlex .leftTxt, .configuration__right .caseFlex .rightTxt {
  position: absolute;
  top: 25%;
  z-index: 5;
  font-size: var(--block-title-lg);
}
.configuration__left .caseFlex .leftTxt span, .configuration__left .caseFlex .rightTxt span, .configuration__right .caseFlex .leftTxt span, .configuration__right .caseFlex .rightTxt span {
  font-weight: bold;
  color: var(--theme);
}
.configuration__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 100%;
  margin: 20px auto;
  height: 100%;
}
@media (min-width: 996px) {
  .configuration__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 15%;
    margin: 85px 20px 0 20px;
  }
}
.configuration__box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.configuration__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 15px 10px;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  background: linear-gradient(143deg, rgba(36, 36, 36, 0.8) 14%, rgba(8, 8, 8, 0.8) 100%);
}
@media (min-width: 996px) {
  .configuration__item {
    padding: 15px 25px;
  }
}
.configuration__item img {
  display: block;
  width: 100%;
}
.configuration__item h5 {
  margin-top: 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 996px) {
  .configuration__item h5 {
    margin-top: -25px;
  }
}

@-webkit-keyframes cooling-arrows-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes cooling-arrows-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.cooling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/cooling/msi-meg-maestro-900r-cooling-bg.jpg) no-repeat top center;
  background-size: cover;
}
@supports (background-image: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/cooling/msi-meg-maestro-900r-cooling-bg.webp)) {
  .cooling {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/PC-Case/MEG-Series/meg-maestro-900r/cooling/msi-meg-maestro-900r-cooling-bg.webp);
    gap: var(--textGap);
    padding-bottom: var(--sectionGap);
  }
}
@media (min-width: 996px) {
  .cooling {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.cooling.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.cooling .msi__container {
  display: block;
  width: 90%;
  max-width: 1280px;
  text-align: center;
}
@media (min-width: 996px) {
  .cooling .msi__container {
    position: absolute;
    z-index: 5;
    text-align: left;
  }
}
.cooling__case {
  display: block;
  width: 90%;
  max-width: 520px;
  position: relative;
  z-index: 0;
}
@media (min-width: 996px) {
  .cooling__case {
    width: auto;
    max-width: none;
    padding: 0 15% 0 50%;
  }
}
.cooling__case > img {
  display: block;
  width: 100%;
}
.cooling__txt {
  padding: 0;
}
@media (min-width: 996px) {
  .cooling__txt {
    padding-right: 50%;
  }
}
.cooling__arrows {
  display: block;
  position: absolute;
  z-index: 6;
  width: 37%;
  bottom: 19%;
  right: 30%;
  -webkit-animation: cooling-arrows-rise 2s linear infinite;
          animation: cooling-arrows-rise 2s linear infinite;
}
@media (min-width: 996px) {
  .cooling__arrows {
    width: 12%;
    bottom: 24%;
    right: 27%;
  }
}
.cooling__arrows img {
  display: block;
  width: 100%;
}

.flexible {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.flexible.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.flexible__txt {
  text-align: center;
}
.flexible p {
  margin-bottom: var(--textGap);
}
.flexible__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .flexible__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flexible__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 996px) {
  .flexible__item {
    width: 33%;
  }
}
.flexible__img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  aspect-ratio: 380/250;
  margin-bottom: 20px;
}
.flexible__img > img,
.flexible__img > picture,
.flexible__img .fanTop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible__img > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.flexible__img > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible__img .flexSides__base {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible__img .fanTop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.flexible__img .fanTop picture {
  display: block;
  width: 100%;
  height: 100%;
}
.flexible__img .fanTop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible__img .flex-lnes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.flexible__img .flex-lnes picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexible__img .flex-lnes img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible__img .flexSides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.flexible__img .flexSides picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexible__img .flexSides img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fourWay {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.fourWay.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.fourWay__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.fourWay__img img {
  display: block;
  width: 100%;
}

.tray {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.tray.pd-block .title--main {
  color: var(--theme);
}
.tray__txt {
  display: block;
  text-align: center;
}
.tray__txt p {
  margin-bottom: var(--textGap);
}
.tray__img {
  display: block;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
}
@media (min-width: 2500px) {
  .tray__img {
    max-width: 1600px;
  }
}
.tray__img picture {
  display: block;
  width: 100%;
}
.tray__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.layout.pd-block .title--main {
  color: var(--theme);
}
.layout__title {
  display: block;
  text-align: center;
  padding-bottom: var(--textGap);
}
.layout__slider {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.layout__slider .swiper-slide {
  width: 100%;
}
.layout__sliderItem {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.layout__img {
  width: 100%;
  display: block;
  margin-top: 4%;
}
.layout__img picture {
  display: block;
  width: 100%;
}
.layout__img img {
  display: block;
  width: 100%;
}
@media (min-width: 996px) {
  .layout__img {
    margin-top: 3%;
  }
}
.layout__txt {
  text-align: center;
}

.dual {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.dual.pd-block .title--main {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.dual__txt {
  text-align: center;
}
.dual__txt p {
  margin-bottom: var(--textGap);
}
.dual__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1300px;
  gap: 20px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .dual__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1930px) {
  .dual__wrp {
    max-width: 1900px;
  }
}
.dual__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.dual__item h3 {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dual__leftT {
  position: absolute;
  bottom: 74%;
  left: 9%;
  z-index: 5;
  color: var(--theme);
}
@media (min-width: 996px) {
  .dual__leftT {
    bottom: 35%;
    left: 27%;
  }
}
.dual__rightT {
  position: absolute;
  bottom: 58%;
  right: 18%;
  z-index: 5;
  color: var(--theme);
}
@media (min-width: 996px) {
  .dual__rightT {
    bottom: 30%;
    right: 52%;
  }
}
.dual__img {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
  position: relative;
}
.dual__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gpu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: var(--sectionGap);
}
@media (min-width: 996px) {
  .gpu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.gpu.pd-block .title--main {
  color: var(--theme);
}
.gpu .msi__container {
  display: block;
  width: 90%;
  max-width: 1280px;
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 996px) {
  .gpu .msi__container {
    position: absolute;
    width: auto;
  }
}
.gpu__right {
  display: block;
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 996px) {
  .gpu__right {
    width: auto;
    margin-left: 45%;
  }
}
.gpu__right > img {
  display: block;
  width: 100%;
}
.gpu__right .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  width: 90%;
  margin: 0 auto 15px;
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 5;
}
@media (min-width: 996px) {
  .gpu__right .circle {
    gap: 20px;
    width: auto;
    margin: 0;
    position: absolute;
    bottom: 13%;
    left: 26%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gpu__right .circle__img {
  display: none;
}
@media (min-width: 996px) {
  .gpu__right .circle__img {
    display: block;
    width: 30%;
  }
}
@media (min-width: 1930px) {
  .gpu__right .circle__img {
    width: 40%;
  }
}
.gpu__right .circle__p {
  width: 100%;
}
@media (min-width: 996px) {
  .gpu__right .circle__p {
    width: 70%;
  }
}
@media (min-width: 1930px) {
  .gpu__right .circle__p {
    width: 60%;
  }
}
.gpu__right .circle__p span {
  display: inline;
}
@media (min-width: 996px) {
  .gpu__right .circle__p span {
    display: block;
  }
}
.gpu__left {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .gpu__left {
    width: 50%;
    text-align: left;
  }
}
.gpu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.gpu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .gpu__item {
    -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;
    text-align: left;
    gap: 20px;
  }
}
.gpu__item > div:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  max-width: 180px;
}
@media (min-width: 576px) {
  .gpu__item > div:first-child {
    width: 35%;
    max-width: none;
  }
}
.gpu__item > div:first-child img {
  display: block;
  width: 100%;
}
.gpu__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
.gpu__txt p {
  margin-bottom: 0;
}

.art {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--sectionGap);
}
.art.pd-block .title--main, .art.pd-block .title--sub {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.art__txtBox {
  display: block;
  width: 100%;
  margin-bottom: var(--textGap);
  text-align: center;
}
.art .full {
  overflow: hidden;
  width: 90%;
  margin: 0 auto var(--textGap);
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
}
@media (min-width: 996px) {
  .art .full {
    width: 100%;
  }
}
.art .full img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.art__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--textGap);
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 996px) {
  .art__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;
    gap: 50px;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (min-width: 996px) {
  .art__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.art__full {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.art__img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
}
@media (min-width: 996px) {
  .art__img {
    width: 60%;
  }
}
.art__img > img,
.art__img > video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .art__img > img,
  .art__img > video {
    height: 100%;
  }
}
.art__img > picture {
  display: block;
  width: 100%;
}
@media (min-width: 996px) {
  .art__img > picture {
    height: 100%;
  }
}
.art__img > picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .art__img > picture img {
    height: 100%;
  }
}
.art__txt {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .art__txt {
    width: 40%;
    text-align: left;
  }
}

.design {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: var(--sectionGap);
}
.design::before, .design::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
}
.design::before {
  background-image: url(/images/case800R/art-left-patten.jpg);
  background-position: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.design::after {
  background-image: url(/images/case800R/art-right-patten.jpg);
  background-position: right bottom;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.design > .msi__container {
  position: relative;
  z-index: 1;
}
.design.pd-block .title--main, .design.pd-block .title--sub {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.design__txtBox {
  display: block;
  width: 100%;
  margin-bottom: var(--textGap);
  text-align: center;
}
.design__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--textGap);
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 996px) {
  .design__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;
    gap: 50px;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (min-width: 996px) {
  .design__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.design__img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme);
  border-radius: var(--Radius);
}
@media (min-width: 996px) {
  .design__img {
    width: 60%;
  }
}
.design__img > img,
.design__img > video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .design__img > img,
  .design__img > video {
    height: 100%;
  }
}
.design__img > picture {
  display: block;
  width: 100%;
}
@media (min-width: 996px) {
  .design__img > picture {
    height: 100%;
  }
}
.design__img > picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .design__img > picture img {
    height: 100%;
  }
}
.design__circles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.design__circles picture {
  display: block;
  width: 100%;
  height: 100%;
}
.design__circles img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.design__txt {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .design__txt {
    width: 40%;
    text-align: left;
  }
}

.ezdiy {
  padding-bottom: var(--sectionGap);
}
.ezdiy.pd-block .title--main,
.ezdiy.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}
.ezdiy .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.ezdiy .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ezdiy .submenu .swiper-slide p {
  font-family: var(--font-gaming-industry);
  margin: 0;
  padding: 0 0 18px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-bottom: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ezdiy .submenu .swiper-slide-thumb-active p {
  color: var(--theme, #e8d8b8);
  border-bottom-color: var(--theme, #e8d8b8);
}
@media screen and (max-width: 767px) {
  .ezdiy .submenu .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ezdiy .submenu .swiper-slide {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .ezdiy .submenu .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ezdiy__txt {
  text-align: center;
  padding-bottom: var(--textGap);
}
.ezdiy__txt p {
  margin: 0 auto;
}
@media (min-width: 996px) {
  .ezdiy__txt p {
    width: 80%;
    margin: 0 auto var(--textGap);
  }
}
.ezdiy__slider {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 996px) {
  .ezdiy__slider {
    width: 100%;
  }
}
.ezdiy__slider .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 996px) {
  .ezdiy__slider .swiper-slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ezdiy__slider p {
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .ezdiy__slider p {
    width: 80%;
  }
}
.ezdiy__slider p a {
  color: #f1d8a7;
  font-weight: 600;
  text-decoration: underline;
}
.ezdiy__slider p a:hover {
  text-decoration: none;
}
.ezdiy__item {
  border-radius: var(--Radius);
  border: 1px solid var(--theme);
  overflow: hidden;
  background: linear-gradient(45deg, rgb(36, 36, 36) 0%, rgb(7, 7, 7) 100%);
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ezdiy__item picture,
.ezdiy__item video {
  display: block;
  width: 100%;
  aspect-ratio: 2560/1233;
  overflow: hidden;
}
.ezdiy__item img,
.ezdiy__item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 2560/1233;
}
.ezdiy__item .fadeonoff {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ezdiy__item .fadeonoff picture {
  display: block;
  width: 100%;
  height: 100%;
  will-change: opacity;
}
.ezdiy__item .fadeonoff picture + picture {
  position: absolute;
  top: 0;
  left: 0;
}
.ezdiy__item .fadeonoff img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  padding-bottom: var(--sectionGap);
}
.faq.pd-block .title--main-normal {
  color: var(--theme);
  font-family: var(--font-gaming-industry);
}/*# sourceMappingURL=case-900r.css.map */