@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale2x {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes scale2x {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes shiney {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(45, 114, 231, 0.5));
            filter: drop-shadow(0 0 10px rgba(45, 114, 231, 0.5));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 20px #2d72e7);
            filter: drop-shadow(0 0 20px #2d72e7);
  }
}
@keyframes shiney {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(45, 114, 231, 0.5));
            filter: drop-shadow(0 0 10px rgba(45, 114, 231, 0.5));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 20px #2d72e7);
            filter: drop-shadow(0 0 20px #2d72e7);
  }
}
@font-face {
  font-family: "antarctican-headline", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "antarctican-headline", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  border: 0;
}

.atx {
  width: 100%;
  height: auto;
  font-family: var(--MSIBodyFont);
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: black;
  line-height: 1.5;
  color: white;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  font-size: 20px;
}
.atx .mobile {
  display: none;
}
.atx .desktop {
  display: table-header-group;
}
.atx section {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.atx ::-moz-selection {
  background: black;
  color: #2d72e7;
}
.atx ::selection {
  background: black;
  color: #2d72e7;
}
.atx ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #021D40;
}
.atx ::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 10px;
}
.atx ::-webkit-scrollbar-track {
  width: 10px;
  height: 10px;
  background: #1a1a1a;
}
.atx *:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.atx p {
  font-family: var(--MSIBodyFont);
  margin: 0;
}
.atx sup {
  font-size: 50%;
}
.atx h1, .atx h2, .atx h3, .atx h4, .atx h5 {
  padding: 5px 0;
  margin: 0;
  font-style: normal;
}
.atx h3 {
  font-size: 4em;
}
.atx h4 {
  font-size: 1.6rem;
}
.atx h5 {
  font-size: 1.2rem;
}
.atx a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.atx a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.atx img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.atx ul, .atx li {
  list-style: none;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.atx .container {
  width: 80%;
  height: auto;
  margin: auto;
  padding: 5% 0;
}
.atx h1, .atx h2, .atx h3, .atx h4, .atx h5 {
  padding-top: 5px;
  font-weight: bold;
}
.atx .w-50 {
  width: 50%;
  height: auto;
}
.atx .w-33 {
  width: 33%;
  height: auto;
}
.atx .w-25 {
  width: 25%;
  height: auto;
}
.atx .msi-nav {
  width: 100%;
  height: auto;
  z-index: 999;
  font-family: "industry", sans-serif;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
}
.atx .msi-nav .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.atx .msi-nav .container .brand {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atx .msi-nav .container .brand a {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.atx .msi-nav .container .brand a .logo__img {
  display: block;
}
.atx .msi-nav ul {
  width: 50%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  padding: 1rem 0;
}
.atx .msi-nav ul li {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.atx .msi-nav ul li a {
  color: white;
}
.atx .msi-nav ul li a:hover {
  color: #2d72e7;
}
.atx .kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/msi-atx-bg.jpg) no-repeat center center;
  background-size: cover;
}
.atx .kv .model {
  width: 50%;
  height: 100%;
  position: relative;
  margin: auto;
}
.atx .kv .model .model-item {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 0%;
  opacity: 0;
  left: 0;
}
.atx .kv .model .model-item:first-child::before, .atx .kv .model .model-item:last-child::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: var(--before-opacity, 0);
  -webkit-transform: translateY(var(--before-translate-y, -5%));
      -ms-transform: translateY(var(--before-translate-y, -5%));
          transform: translateY(var(--before-translate-y, -5%));
}
.atx .kv .model .model-item:first-child::before {
  left: -50%;
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/msi-atx-3_1.png) no-repeat center center;
}
.atx .kv .model .model-item:last-child::before {
  right: -60%;
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/msi-atx-5_1.png) no-repeat center center;
}
.atx .kv .slogan {
  mix-blend-mode: difference;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateX(30deg) rotateY(30deg);
          transform: translate(-50%, -50%) rotateX(30deg) rotateY(30deg);
  z-index: 502;
  text-transform: uppercase;
}
.atx .kv .slogan h2 {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  font-size: 9rem;
  font-family: "antarctican-headline", sans-serif;
  white-space: nowrap;
}
.atx .kv .slogan h2:first-child {
  padding-left: 5rem;
  font-weight: 700;
}
.atx .kv .slogan h2:last-child {
  font-weight: 400;
}
.atx .description {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #10093f), to(#090715));
  background: linear-gradient(180deg, #10093f 70%, #090715 100%);
  text-align: center;
  font-size: 1.6rem;
}
.atx .ai_block {
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/ai-bg.jpg) no-repeat center;
  position: relative;
  z-index: 501;
  background-attachment: fixed;
  background-size: cover;
}
.atx .ai_block .container {
  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;
  gap: 5%;
}
.atx .ai_block::before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/ai-bg-dot.png);
  background-size: contain;
  position: absolute;
  left: 0;
  mix-blend-mode: exclusion;
  animation: opacity 1s infinite alternate-reverse;
  z-index: 500;
}
.atx .ai_block .ai_content {
  width: 100%;
  height: auto;
  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;
  text-align: center;
  gap: 5rem;
  z-index: 501;
}
.atx .ai_block .ai_content p {
  font-size: 1.6rem;
}
.atx .ai_block .ai_content picture {
  width: 20%;
  height: auto;
}
.atx .ai_block .ai_items {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.atx .ai_block .ai_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.atx .ai_block .ai_items ul li {
  width: 33.3333333333%;
  height: auto;
  margin: 15px;
  position: relative;
  z-index: 502;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  cursor: default;
}
.atx .ai_block .ai_items ul li:hover {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.atx .ai_block .ai_items ul li::before, .atx .ai_block .ai_items ul li::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
.atx .ai_block .ai_items ul li::before {
  background: linear-gradient(45deg, #efbd83, #d94de3, #a14cfe);
}
.atx .ai_block .ai_items ul li::after {
  background: linear-gradient(45deg, #efbd83, #d94de3, #a14cfe);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  animation: opacity 1s infinite alternate-reverse;
}
.atx .ai_block .ai_items ul li span {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 502;
}
.atx .ai_block .ai_items ul li .content {
  z-index: 503;
  padding: 15px;
}
.atx .ai_block .ai_items ul li h3 {
  padding-top: 0;
  font-size: 2rem;
}
.atx .ai_block .ai_link {
  width: 60%;
  height: auto;
  z-index: 501;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin: 2% auto;
  position: relative;
  border-radius: 1rem;
  background: rgba(26, 26, 26, 0.75);
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.75);
  padding: 30px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atx .ai_block .ai_link p {
  width: 100%;
  height: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2 2 0%;
          flex: 2 2 0%;
  text-align: left;
}
.atx .ai_block .ai_link a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: 300% 100%;
  border-radius: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-box-shadow: 0 0px 15px 0 rgba(45, 114, 231, 0.75);
          box-shadow: 0 0px 15px 0 rgba(45, 114, 231, 0.75);
  position: relative;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.6rem;
  padding: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.atx .ai_block .ai_link a:hover {
  background-position: 100% 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.atx .ai_block .ai_link a svg {
  width: 24px;
  height: 24px;
  stroke-width: 2px;
  fill: none;
  stroke: white;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.atx .feature {
  width: 100%;
  height: auto;
  position: relative;
  background: black;
}
.atx .feature .feature_items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.atx .feature .feature_items .feature_cover {
  width: 6%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: top left;
  background-position: left;
  padding: 2% 0;
}
.atx .feature .feature_items .feature_cover h3 {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 505;
}
.atx .feature .feature_items .feature_cover .feature_item .feature_frame .feature_content ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 503;
  margin-top: -15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
}
.atx .feature .feature_items .feature_cover .feature_item .feature_frame .feature_content ul li {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 1rem;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  margin: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  border: 1px solid #2d72e7;
}
.atx .feature .feature_items .feature_cover h4 {
  padding-top: 5px;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.atx .feature .feature_items .feature_cover:nth-child(1) {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-performance-bg.jpg);
}
.atx .feature .feature_items .feature_cover:nth-child(2) {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-thermal-bg.jpg);
}
.atx .feature .feature_items .feature_cover:nth-child(3) {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-durability-bg.jpg);
}
.atx .feature .feature_items .feature_cover:nth-child(4) {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-ezdiy-bg.jpg);
}
.atx .feature .feature_items .feature_cover .feature_item {
  width: 80%;
  height: auto;
  margin: auto;
  display: none;
  opacity: 0;
}
.atx .feature .feature_items .feature_cover .feature_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.atx .feature .feature_items .feature_cover .feature_item li {
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.atx .feature .feature_items .feature_cover .feature_item li:hover .feature_frame .feature_img picture {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.atx .feature .feature_items .feature_cover .feature_item li:hover .feature_frame .feature_img picture:last-child {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame {
  border-radius: 1rem;
  background: black;
  overflow: hidden;
  border: 1px solid #333;
  position: relative;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_content {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 502;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_img {
  width: 100%;
  height: 100%;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .cover {
  width: 100%;
  height: 100%;
}
.atx .feature .feature_items .feature_cover .feature_item li .feature_frame .cover picture:last-child {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.atx .feature .feature_items .feature_cover.active {
  width: 82%;
  height: auto;
  background-size: cover;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}
.atx .feature .feature_items .feature_cover.active:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-performance-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-performance-bg.jpg);
}
.atx .feature .feature_items .feature_cover.active:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-thermal-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-thermal-bg.jpg);
}
.atx .feature .feature_items .feature_cover.active:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-durability-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-durability-bg.jpg);
}
.atx .feature .feature_items .feature_cover.active:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-ezdiy-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-ezdiy-bg.jpg);
}
.atx .feature .feature_items .feature_cover.active h3 {
  color: transparent;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-left: 5%;
}
.atx .feature .feature_items .feature_cover.active h4 {
  -webkit-animation: opacity 1s 0.5s forwards;
          animation: opacity 1s 0.5s forwards;
}
.atx .feature .feature_items .feature_cover.active .feature_item {
  display: block;
  opacity: 1;
}
.atx .report {
  width: 100%;
  height: auto;
  background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/report-bg.jpg) no-repeat center;
  position: relative;
  z-index: 500;
}
.atx .report a {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  font-weight: bold;
  border-radius: 1rem;
}
.atx .report a:hover {
  background: #2d72e7;
}
.atx .report h3 {
  color: transparent;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.atx .report .report_item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0;
}
.atx .report .report_item .item_text {
  width: 100%;
  height: auto;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.atx .report .report_item .item_text h4 {
  border: 1px solid #333;
  padding: 10px 15px;
  margin: 15px 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.atx .report .report_item .item_img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.atx .report .report_item .item_img img {
  margin: auto;
}
.atx .report .report_item .item_img .peak_items {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 5%;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.atx .report .report_item .item_img .peak_items .peak_gif {
  animation: shiney 1s infinite alternate-reverse;
  font-size: 0;
}
.atx .report .report_item .item_img .peak_items .peak_item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 502;
  overflow: hidden;
  border: 1px solid #021D40;
  border-radius: 50%;
}
.atx .report .report_item .item_img .peak_items .peak_item::after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  background: #2d72e7;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: height 2s power2;
  transition: height 2s power2;
  height: var(--after-height, 0);
}
.atx .report .report_item .item_img .peak_items #counter {
  width: 100%;
  height: auto;
  padding-top: 5px;
  font-weight: bold;
  font-size: 10rem;
  text-align: center;
  color: #eac581;
  text-shadow: 0 0 20px black;
  opacity: 0;
}
.atx .report .report_item .item_img .efficiency_icon {
  position: absolute;
  left: 5%;
  top: 0;
}
.atx .report .report_item .set {
  margin: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.atx .report .report_item .content {
  display: none;
  padding: 15px;
  padding-top: 0;
}
.atx .report .report_item .content.show {
  display: block;
}
.atx .report .report_item .content.show .efficiency_icon {
  animation: scale2x 0.5s reverse ease-in-out, opacity 0.5s forwards;
}
.atx .models {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 5%;
}
.atx .models h3 {
  color: transparent;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(45, 114, 231, 0.5);
}
.atx .models .models_nav {
  width: 80%;
  height: auto;
  background: #021D40;
  margin: 2% auto;
}
.atx .models .models_nav .main_menu {
  font-weight: bold;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.atx .models .models_nav .main_menu::after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -15px;
  padding-bottom: 15px;
}
.atx .models .models_nav .main_menu li {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}
.atx .models .models_nav .main_menu li img {
  width: 60%;
  height: auto;
  max-height: 100px;
}
.atx .models .models_nav .main_menu li:last-child {
  border-right: none;
}
.atx .models .models_nav .main_menu li a {
  display: block;
  color: white;
}
.atx .models .models_nav .main_menu li a:hover {
  background: white;
}
.atx .models .models_nav .main_menu li a:hover img {
  mix-blend-mode: difference;
}
.atx .models .models_nav .main_menu .active > a {
  background: white;
}
.atx .models .models_nav .main_menu .active > a img {
  mix-blend-mode: difference;
}
.atx .models .models_nav .main_menu .active .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.atx .models .models_nav .main_menu .sub_menu {
  width: 100%;
  height: auto;
  font-weight: bold;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  top: 100%;
  left: 0;
  background: #011227;
  padding: 0;
}
.atx .models .models_nav .main_menu .sub_menu li {
  width: 100%;
  height: auto;
  border-right: none;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.atx .models .models_nav .main_menu .sub_menu li a {
  width: 100%;
  height: 100%;
  color: white;
  padding: 15px;
  display: inline-block;
}
.atx .models .models_nav .main_menu .sub_menu li:hover a {
  color: white;
  background: #2d72e7;
}
.atx .models .models_nav .main_menu .sub_menu .active a {
  color: white;
  background: #2d72e7;
}
.atx .models .models_box {
  width: 100%;
  height: auto;
  padding: 2% 0;
}
.atx .models .models_box .products {
  width: 100%;
  height: auto;
  display: none;
  padding-bottom: 5%;
}
.atx .models .models_box .products:nth-child(even) .item_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.atx .models .models_box .products .item_container {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}
.atx .models .models_box .products .item_container .item_content {
  width: 100%;
  height: auto;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.atx .models .models_box .products .item_container .item_content .model_name {
  width: 100%;
  height: auto;
  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;
}
.atx .models .models_box .products .item_container .item_content .model_name h4 {
  font-size: 4rem;
}
.atx .models .models_box .products .item_container .item_content .model_name img {
  width: 30%;
  height: auto;
}
.atx .models .models_box .products .item_container .item_content .featureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item {
  width: 50%;
  height: auto;
  position: relative;
  padding: 10px 5%;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered {
  width: 100%;
  height: auto;
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 10px;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered h4 {
  font-weight: bold;
  font-family: "industry", sans-serif;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
  cursor: default;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul li {
  padding: 5px 0;
}
.atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul:hover li {
  background: transparent;
}
.atx .models .models_box .products .item_container .item_content .model_link {
  width: 60%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  padding: 5% 0;
}
.atx .models .models_box .products .item_container .item_content .model_link a {
  color: white;
  display: block;
  padding: 10px 0;
  padding-top: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 1rem;
  background-size: 100% 100%;
}
.atx .models .models_box .products .item_container .item_content .model_link a:hover {
  -webkit-animation: gradient-animation 0.5s infinite ease-in-out;
          animation: gradient-animation 0.5s infinite ease-in-out;
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.atx .models .models_box .products .item_container .model_img {
  width: 100%;
  height: auto;
}
.atx .models .models_box .products .item_container .model_img .pics {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.atx .models .models_box .products .item_container .model_img .pics .firstPicture {
  width: 100%;
  height: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
  opacity: 0;
}
.atx .models .models_box .products.active {
  display: block;
}
.atx .models .models_box .products.active .item_container .model_img .pics .firstPicture {
  -webkit-animation: opacity 1s forwards;
          animation: opacity 1s forwards;
}
.atx .models .models_box [id^=meg-] {
  background: radial-gradient(circle farthest-corner at top, black 80%, #e9c582);
}
.atx .models .models_box [id^=meg-] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/meg-border.svg);
}
.atx .models .models_box [id^=meg-] .model_link a {
  background: linear-gradient(45deg, #FAF5E6, #E9C582, #F1D8A7, #E9C582);
  -webkit-box-shadow: 0 0 10px rgba(233, 197, 130, 0.5);
          box-shadow: 0 0 10px rgba(233, 197, 130, 0.5);
}
.atx .models .models_box [id^=mpg-] {
  background: radial-gradient(circle farthest-corner at top, black 80%, #e81f76);
}
.atx .models .models_box [id^=mpg-] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/mpg-border.svg);
}
.atx .models .models_box [id^=mpg-] .model_link a {
  background: linear-gradient(45deg, #E81F76, #0057B7);
  -webkit-box-shadow: 0 0 10px rgba(232, 31, 118, 0.5);
          box-shadow: 0 0 10px rgba(232, 31, 118, 0.5);
}
.atx .models .models_box [id^=mag-] {
  background: radial-gradient(circle farthest-corner at top, black 80%, #d3e736);
}
.atx .models .models_box [id^=mag-] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/mag-border.svg);
}
.atx .models .models_box [id^=mag-] .model_link a {
  background: linear-gradient(45deg, #54565A, #FFFFFF);
  -webkit-box-shadow: 0 0 10px rgba(84, 86, 90, 0.5);
          box-shadow: 0 0 10px rgba(84, 86, 90, 0.5);
}
.atx .recommand {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.atx .recommand .container:last-child {
  padding-top: 0;
}
.atx .recommand h3 {
  color: transparent;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(45, 114, 231, 0.5);
}
.atx .recommand h3 span {
  font-size: 4rem;
  background: radial-gradient(circle at center, #ebfe06, #77b900);
  -webkit-background-clip: text;
          background-clip: text;
  text-shadow: 0 0 20px rgba(119, 185, 0, 0.5);
}
.atx .recommand .table_container {
  width: 100%;
  height: auto;
  position: relative;
  padding: 2% 0;
  overflow-x: auto;
}
.atx .recommand .table_container .recommand_table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.atx .recommand .table_container .recommand_table thead th {
  position: relative;
}
.atx .recommand .table_container .recommand_table thead th img {
  max-width: 200px;
}
.atx .recommand .table_container .recommand_table thead th::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.atx .recommand .table_container .recommand_table thead .meg::before {
  background: #F1D8A7;
}
.atx .recommand .table_container .recommand_table thead .mpg::before {
  background: #E81F76;
}
.atx .recommand .table_container .recommand_table thead .mag::before {
  background: #d3e736;
}
.atx .recommand .table_container .recommand_table th, .atx .recommand .table_container .recommand_table td {
  padding: 15px;
  text-align: center;
  white-space: nowrap;
}
.atx .recommand .table_container .recommand_table th:first-child, .atx .recommand .table_container .recommand_table td:first-child {
  position: sticky;
  left: 0;
  z-index: 501;
  text-align: left;
  font-family: "industry", sans-serif;
  background: black;
}
.atx .recommand .table_container .recommand_table tr {
  border-bottom: 1px solid #333;
}
.atx .recommand .table_container .recommand_table tbody tr {
  border-bottom: 1px solid #333;
}
.atx .recommand .table_container .recommand_table tbody tr:last-child {
  border: none;
}
.atx .recommand .table_container .recommand_table tbody td:first-child {
  font-weight: bold;
}
.atx .info {
  width: 100%;
  height: auto;
  background: #1a1a1a;
  text-align: center;
  position: relative;
}
.atx .info h3 {
  color: transparent;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.atx .info .info_groups {
  padding-top: 2%;
}
.atx .info .slick-prev, .atx .info .slick-next {
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at center bottom, #D7D2FB, #2d72e7);
  -webkit-animation: gradient-animation 2s infinite;
          animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 3;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.atx .info .slick-prev::before, .atx .info .slick-next::before {
  width: 30px;
  height: 30px;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polyline points="9 19 16 12 9 5" stroke="white" stroke-width="2" fill="none" /></svg>');
  color: red;
  display: inline-block;
  font-size: 30px;
}
.atx .info .slick-prev:hover, .atx .info .slick-next:hover {
  width: 50px;
  height: 50px;
}
.atx .info .slick-prev {
  left: -15px;
}
.atx .info .slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.atx .info .slick-next {
  right: -15px;
}
.atx .info .info_group {
  width: 100%;
  height: auto;
  text-align: left;
  -webkit-animation: fadeUp 0.5s ease-in-out;
          animation: fadeUp 0.5s ease-in-out;
}
.atx .info .info_group a {
  display: inline-block;
  margin: 15px;
  color: white;
}
.atx .info .info_group a .info_wrapper {
  position: relative;
}
.atx .info .info_group a .info_wrapper .info_video_link {
  position: relative;
}
.atx .info .info_group a .info_wrapper .info_video_link picture {
  width: 100%;
  height: 100%;
  position: relative;
}
.atx .info .info_group a .info_wrapper .info_video_link iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.atx .info .info_group a .info_wrapper .info_block {
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.atx .info .info_group a .info_wrapper .info_block .info_tags {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.atx .info .info_group a .info_wrapper .info_block .info_tags .tag {
  padding: 5px 10px;
  background: #333;
  font-weight: bold;
}
.atx .info .info_group a .info_wrapper .info_block h5 {
  padding: 15px 0;
  font-weight: bold;
}

@media all and (max-width: 1600px) {
  .atx .container {
    width: 90%;
    height: auto;
  }
  .atx h3 {
    font-size: 3rem;
  }
  .atx h4 {
    font-size: 1.4rem;
  }
  .atx h5 {
    font-size: 1rem;
  }
  .atx .kv .slogan {
    top: 36%;
  }
  .atx .kv .slogan h2 {
    font-size: 6rem;
    white-space: nowrap;
  }
  .atx .kv .model {
    width: 60%;
    height: 100%;
  }
  .atx .kv .model .model-item {
    bottom: 0;
  }
  .atx .kv .model .model-item:first-child::before, .atx .kv .model .model-item:last-child::before {
    width: 80%;
    height: 80%;
    background-size: contain;
    top: 10%;
  }
  .atx .kv .model .model-item:first-child::before {
    left: -45%;
  }
  .atx .kv .model .model-item:last-child::before {
    right: -55%;
  }
  .atx .ai_block {
    width: 100%;
    height: auto;
  }
  .atx .ai_block .ai_content {
    padding: 5% 0;
  }
  .atx .ai_block .ai_link {
    width: 100%;
    height: auto;
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .atx .ai_block .ai_link a {
    padding: 2%;
  }
  .atx .feature .feature_items .feature_cover h4 {
    font-size: 1.4rem;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_content {
    padding-top: 0;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_content ul li {
    font-size: 0.8rem;
  }
  .atx .report .report_item .item_img .peak_items #counter {
    font-size: 8rem;
  }
  .atx .report .report_item .item_img .peak_items .peak_item {
    width: 100%;
    height: 100%;
  }
  .atx .models .models_box .products .item_container .item_content .model_name h4 {
    font-size: 3rem;
  }
}
@media all and (max-width: 1400px) {
  .atx {
    font-size: 18px;
  }
  .atx .kv .slogan h2 {
    font-size: 8rem;
  }
  .atx .kv .model {
    width: 80%;
    height: 100%;
  }
  .atx .ai_block {
    background-attachment: scroll;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame {
    position: relative;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame::after {
    width: 100%;
    height: 50px;
    content: "";
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 501;
  }
  .atx .report .title {
    font-size: 1.6rem;
  }
  .atx .report .report_item .content .efficiency_icon {
    width: 50%;
    height: auto;
  }
  .atx .report .report_item .item_img .peak_items #counter {
    font-size: 6rem;
  }
  .atx .main_menu li .sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .atx .main_menu li .sub_menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.5714285714%;
            flex: 0 0 28.5714285714%;
    scroll-snap-align: start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .atx .main_menu li .sub_menu li a {
    padding: 10px;
  }
  .atx .main_menu li:first-child .sub_menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .atx .models .models_nav {
    width: 90%;
    height: auto;
  }
  .atx .models .models_box .products .item_container {
    width: 90%;
    height: auto;
    padding: 5% 0;
  }
  .atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item {
    padding: 10px;
  }
}
@media all and (max-width: 1200px) {
  .atx .feature .feature_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atx .feature .feature_items .feature_cover.active {
    width: 100%;
    height: auto;
  }
  .atx .feature .feature_items .feature_cover .feature_item {
    width: 90%;
    height: autp;
  }
  .atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered {
    padding: 12px 0;
  }
}
@media all and (max-width: 900px) {
  .atx .w-50 {
    width: 100%;
    height: auto;
  }
  .atx .w-25 {
    width: 50%;
    height: auto;
  }
  .atx .container {
    width: 90%;
    height: auto;
  }
  .atx .msi-nav {
    padding: 0;
    padding-top: 15px;
  }
  .atx .msi-nav .container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atx .msi-nav .container .brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .atx .msi-nav .container .nav-button {
    width: 35px;
    height: 35px;
    margin: 0 15px;
  }
  .atx .msi-nav .container .nav-button svg {
    fill: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .atx .msi-nav .container .nav-button svg:hover {
    fill: #021D40;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .atx .msi-nav .container ul {
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .atx .msi-nav .container ul li {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  .atx .msi-nav .container ul li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0;
  }
  .atx .kv .slogan h2 {
    font-size: 6rem;
  }
  .atx .kv .model .model-item {
    bottom: 20%;
  }
  .atx .ai_block .ai_content picture {
    width: 50%;
    height: auto;
  }
  .atx .ai_block .ai_items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atx .ai_block .ai_items ul li {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .atx .ai_block .ai_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .atx .ai_block .ai_link p {
    text-align: center;
  }
  .atx .feature .feature_items .feature_cover h4 {
    font-size: 2rem;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame::after {
    content: none;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_content ul li {
    font-size: 1rem;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .comprehensive {
    width: 100%;
    height: auto;
    background: url(https://storage-asset.msi.com/event/2022/cnd/first-power-supply-unit-for-atx-3-pcie-5/images/feature-durability-comprehensive.jpg) no-repeat center;
    background-size: cover;
  }
  .atx .report {
    background-position: 20%;
  }
  .atx .report::before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .atx .report .report_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atx .models .models_box .products .item_container, .atx .models .models_box .products:nth-child(even) .item_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .atx .models .models_box .products .item_container .model_img .pics .firstPicture, .atx .models .models_box .products:nth-child(even) .item_container .model_img .pics .firstPicture {
    width: 60%;
    height: 100%;
  }
  .atx .recommand h3 {
    font-size: 2rem;
  }
  .atx .recommand h3 span {
    font-size: 3rem;
  }
}
@media all and (max-width: 576px) {
  .atx .w-25 {
    width: 100%;
    height: auto;
  }
  .atx h3 {
    font-size: 2.6rem;
  }
  .atx .container {
    width: 100%;
    height: auto;
    padding: 5% 15px;
  }
  .atx .mobile {
    display: table-header-group;
  }
  .atx .desktop {
    display: none;
  }
  .atx .kv .slogan h2 {
    width: auto;
    height: auto;
    font-size: 4rem;
    text-align: center;
  }
  .atx .kv .slogan h2:first-child {
    padding-left: 0;
  }
  .atx .description {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    padding-bottom: 30%;
  }
  .atx .ai_block .ai_content p {
    font-size: 1.4rem;
  }
  .atx .feature .feature_items .feature_cover h4 {
    font-size: 1.6rem;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame {
    padding-top: 40px;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame::after {
    width: 100%;
    height: 60px;
    content: "";
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 501;
  }
  .atx .feature .feature_items .feature_cover .feature_item li .feature_frame .feature_content ul li {
    font-size: 0.8rem;
    padding: 5px 0;
    margin: 5px 0;
  }
  .atx .report .title {
    font-size: 1.4rem;
  }
  .atx .report .report_item .set {
    margin: 15px 0;
  }
  .atx .report .report_item .item_img .efficiency_icon {
    width: 100%;
    height: auto;
    position: relative;
  }
  .atx .report .report_item .item_img .peak_items #counter {
    font-size: 4rem;
  }
  .atx .models .models_nav {
    width: 100%;
    height: auto;
  }
  .atx .models .models_nav .main_menu li img {
    width: 100%;
    height: auto;
  }
  .atx .models .models_nav .main_menu li .sub_menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .atx .models .models_nav .main_menu li .sub_menu li a {
    padding: 15px 5px;
  }
  .atx .models .models_box {
    padding: 10% 0;
  }
  .atx .models .models_box .products .item_container, .atx .models .models_box .products:nth-child(even) .item_container {
    width: 100%;
    height: auto;
  }
  .atx .models .models_box .products .item_container .model_img .pics .firstPicture, .atx .models .models_box .products:nth-child(even) .item_container .model_img .pics .firstPicture {
    width: 100%;
    height: auto;
  }
  .atx .models .models_box .products .item_container .item_content .model_name h4, .atx .models .models_box .products:nth-child(even) .item_container .item_content .model_name h4 {
    font-size: 2rem;
  }
  .atx .models .models_box .products .item_container .item_content .model_name img, .atx .models .models_box .products:nth-child(even) .item_container .item_content .model_name img {
    width: 60%;
    height: auto;
  }
  .atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item, .atx .models .models_box .products:nth-child(even) .item_container .item_content .featureFlex .featureFlex_item {
    font-size: 1rem;
  }
  .atx .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered h4, .atx .models .models_box .products:nth-child(even) .item_container .item_content .featureFlex .featureFlex_item .cornered h4 {
    font-size: 1.1rem;
  }
  .atx .recommand .container:last-child {
    padding-top: 5rem;
  }
  .atx .recommand h3 {
    font-size: 2rem;
  }
  .atx .recommand h3 span {
    font-size: 2.6rem;
  }
  .atx .recommand .table_container {
    padding: 15px 0;
  }
  .atx .recommand .table_container .recommand_table {
    font-size: 1rem;
  }
  .atx .info .slick-prev, .atx .info .slick-next {
    top: 20%;
  }
}