@-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 fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-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);
  }
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  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: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(180deg);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(180deg);
  }
}

@-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);
  }
}

@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;
}

.rtx50 {
  width: 100%;
  height: auto;
  font-family: var(--MSIBodyFont);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #0a0b0c;
  line-height: 1.5;
  color: white;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  font-size: 20px;
}

.rtx50 .mobile {
  display: none;
}

.rtx50 .desktop {
  display: table-header-group;
}

.rtx50 section {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.rtx50 ::-moz-selection {
  background: black;
  color: #16a3f2;
}

.rtx50 ::selection {
  background: black;
  color: #16a3f2;
}

.rtx50 ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #1a1a1a;
}

.rtx50 ::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 10px;
}

.rtx50 ::-webkit-scrollbar-track {
  width: 10px;
  height: 10px;
  background: #1a1a1a;
}

.rtx50 *:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 p {
  font-family: var(--MSIBodyFont);
  margin: 0;
}

.rtx50 sup {
  font-size: 50%;
}

.rtx50 h1, .rtx50 h2, .rtx50 h3, .rtx50 h4, .rtx50 h5 {
  padding: 5px 0;
  margin: 0;
  font-style: normal;
}

.rtx50 h1 {
  font-size: 4rem;
}

.rtx50 h2 {
  font-size: 3.5rem;
}

.rtx50 h3 {
  font-size: 4rem;
  text-transform: uppercase;
}

.rtx50 h4 {
  font-size: 2.2rem;
}

.rtx50 h5 {
  font-size: 1.6rem;
}

.rtx50 a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 a:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 a.arrow-style {
  color: #fff;
}

.rtx50 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.rtx50 ul, .rtx50 li {
  list-style: none;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rtx50 .container {
  width: 80%;
  height: auto;
  margin: auto;
  padding: 5% 0;
}

.rtx50 h1, .rtx50 h2, .rtx50 h3, .rtx50 h4, .rtx50 h5 {
  padding-top: 5px;
  font-weight: bold;
  font-family: "industry", sans-serif;
}

.rtx50 .w-50 {
  width: 50%;
  height: auto;
}

.rtx50 .w-33 {
  width: 33%;
  height: auto;
}

.rtx50 .w-25 {
  width: 25%;
  height: auto;
}

.rtx50 .title {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 1%;
}

.rtx50 .title span {
  color: white;
}

.rtx50 .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: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #333;
}

.rtx50 .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;
}

.rtx50 .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

.rtx50 .msi-nav .container .brand a {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rtx50 .msi-nav .container .brand a .logo__img {
  display: block;
}

.rtx50 .msi-nav ul {
  width: 50%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  padding: 1rem 0;
  font-weight: bold;
}

.rtx50 .msi-nav ul li {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.rtx50 .msi-nav ul li a {
  color: white;
}

.rtx50 .msi-nav ul li a:hover {
  color: #16a3f2;
}

.rtx50 .msi-nav .container:last-child {
  padding-top: 0;
}

.rtx50 .msi-nav .mobile {
  display: none;
}

.rtx50 .blur-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 504;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .blur-background.active {
  opacity: 1;
  pointer-events: auto;
}

.rtx50 .popup {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 2%;
  border-radius: 15px;
  z-index: 505;
  display: none;
}

.rtx50 .popup.active {
  display: block;
}

.rtx50 .popup .popup-tables {
  width: 100%;
  height: auto;
}

.rtx50 .popup .popup-tables h4 {
  width: 100%;
  height: auto;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.rtx50 .popup .popup-tables .product-item {
  width: 100%;
  height: auto;
  caret-color: transparent;
}

.rtx50 .popup .popup-tables .product-item tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rtx50 .popup .popup-tables .product-item tr {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rtx50 .popup .popup-tables .product-item tr:last-child td {
  border-bottom: none;
}

.rtx50 .popup .popup-tables .product-item tr td {
  width: 100%;
  height: auto;
  padding: 5px 15px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  min-width: 300px;
}

.rtx50 .popup .popup-tables .product-item tr td:last-child {
  border-right: none;
}

.rtx50 .popup .popup-tables .product-item tr td:first-child {
  padding-top: 5px;
  font-weight: bold;
  font-family: "industry", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rtx50 .popup .popup-tables .product-item tr td span {
  position: relative;
  display: inline-block;
}

.rtx50 .popup .popup-tables .product-item tr td span:before {
  width: 20ox;
  height: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rtx50 .popup .popup-tables .product-item tr img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.rtx50 .popup .popup-tables .product-item tr .star {
  width: auto;
  height: 23px;
}

.rtx50 .popup .popup-tables .product-item tr .learnmore {
  width: auto;
  height: auto;
  color: #16a3f2;
  border-bottom: 1px solid #16a3f2;
  display: inline-block;
}

.rtx50 .popup .popup-tables .product-item tr .learnmore:hover {
  color: #096599;
  border-bottom: 1px solid transparent;
}

.rtx50 .popup .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  background: #666;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.rtx50 .popup .close-btn svg {
  padding: 5px;
}

.rtx50 .popup .close-btn:hover {
  background: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtx50 .float-nav {
  width: 12%;
  height: auto;
  position: fixed;
  top: 10%;
  right: 10px;
  z-index: 999;
  overflow: hidden;
}

.rtx50 .float-nav ul {
  width: 100%;
  height: auto;
  float: right;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rtx50 .float-nav ul li {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin: 5px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rtx50 .float-nav ul li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
}

.rtx50 .float-nav ul li:hover p {
  color: #1a1a1a;
}

.rtx50 .float-nav ul li:hover .float-item .svgitem {
  fill: #1a1a1a;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rtx50 .float-nav ul a {
  width: 100%;
  height: 100%;
  color: white;
  display: block;
  padding: 5px 10px;
}

.rtx50 .float-nav ul a .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  text-align: left;
  opacity: 1;
  white-space: nowrap;
}

.rtx50 .float-nav ul a .float-item .svgitem {
  width: 30px;
  height: 30px;
  fill: white;
}

.rtx50 .float-nav ul a .svgitem-pd {
  width: 30px;
  height: 30px;
  display: none;
  opacity: 0;
  fill: white;
}

.rtx50 .compact ul li {
  width: 40px;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rtx50 .compact ul li.active {
  width: 100%;
  height: auto;
}

.rtx50 .compact ul li.active .float-item {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.rtx50 .compact ul li.active .float-item p {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rtx50 .compact ul li.active .svgitem-pd {
  display: none;
  opacity: 0;
}

.rtx50 .compact ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
}

.rtx50 .compact ul li a .float-item {
  opacity: 0;
  display: none;
}

.rtx50 .compact ul li a .svgitem-pd {
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
  fill: white;
}

.rtx50 .table-container {
  width: 100%;
  height: auto;
  position: relative;
  padding: 2% 0;
  overflow-x: auto;
}

.rtx50 .table-container .recommand-table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.rtx50 .table-container .recommand-table thead th {
  position: relative;
}

.rtx50 .table-container .recommand-table thead th img {
  max-width: 200px;
}

.rtx50 .table-container .recommand-table thead th::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rtx50 .table-container .recommand-table thead .meg::before {
  background: #F1D8A7;
}

.rtx50 .table-container .recommand-table thead .mpg::before {
  background: #E81F76;
}

.rtx50 .table-container .recommand-table thead .mag::before {
  background: #d3e736;
}

.rtx50 .table-container .recommand-table th, .rtx50 .table-container .recommand-table td {
  padding: 15px;
  text-align: center;
  white-space: nowrap;
}

.rtx50 .table-container .recommand-table th:first-child, .rtx50 .table-container .recommand-table td:first-child {
  padding-top: 5px;
  font-weight: bold;
  font-family: "industry", sans-serif;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 501;
  text-align: left;
  background: black;
}

.rtx50 .table-container .recommand-table tr {
  border-bottom: 1px solid #333;
}

.rtx50 .table-container .recommand-table tbody tr {
  border-bottom: 1px solid #333;
}

.rtx50 .table-container .recommand-table tbody tr:last-child {
  border: none;
}

.rtx50 .table-container .recommand-table tbody td:first-child {
  font-weight: bold;
}

.rtx50 .kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/CND/get-pc-build-ready-with-MSI/images/rtx50-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.rtx50 .kv #svgObject {
  width: 60%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: plus-lighter;
  animation: fadeDown 6s ease-in-out infinite alternate-reverse;
}

.rtx50 .kv::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url(https://storage-asset.msi.com/event/2025/CND/get-pc-build-ready-with-MSI/images/dot.svg);
  mix-blend-mode: overlay;
  opacity: .2;
}

.rtx50 .kv .description {
  width: 60%;
  height: auto;
  position: absolute;
  top: 60%;
}

.rtx50 .kv .description h1, .rtx50 .kv .description h2 {
  text-transform: uppercase;
}

.rtx50 .feature-nav {
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  z-index: 504;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .feature-nav ul {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  gap: 30px;
  text-align: center;
  background: rgba(22, 163, 242, 0.5);
  border-radius: 2rem;
}

.rtx50 .feature-nav ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10%;
  border-radius: 2rem;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.rtx50 .feature-nav ul li {
  width: auto;
  height: auto;
}

.rtx50 .feature-nav ul li a {
  width: 100%;
  height: auto;
  position: relative;
  padding: 5px 10px;
  color: white;
  background: transparent;
}

.rtx50 .feature-nav ul li a:hover {
  border-radius: 2rem;
  background: #16a3f2;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.11), 0px 0px 0px 1px rgba(26, 41, 61, 0.08);
          box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.11), 0px 0px 0px 1px rgba(26, 41, 61, 0.08);
}

.rtx50 .feature-nav.shrink {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .feature-nav.shrink ul {
  background: rgba(22, 163, 242, 0.8);
}

.rtx50 .newinfo {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rtx50 .newinfo:before {
  width: 20%;
  height: 20%;
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  mix-blend-mode: hard-light;
  opacity: .5;
  -webkit-animation: scale 5s ease-in-out infinite alternate;
          animation: scale 5s ease-in-out infinite alternate;
  z-index: 499;
}

.rtx50 .newinfo .slick-slider {
  z-index: 500;
}

.rtx50 .newinfo .info-groups .info-wrapper {
  margin: 0 15px;
  position: relative;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  background: url(https://storage-asset.msi.com/event/2025/CND/get-pc-build-ready-with-MSI/images/msi-new_info-bg.jpg) center no-repeat;
  background-size: cover;
}

.rtx50 .newinfo .info-groups .info-wrapper .newinfo-block {
  width: 100%;
  height: 30%;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.rtx50 .newinfo .info-groups .info-wrapper .cover {
  width: 100%;
  height: calc(100% / 2);
  border-radius: 15px;
  overflow: hidden;
}

.rtx50 .newinfo .info-groups .info-wrapper .cover img {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .newinfo .info-groups .info-wrapper .note {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 0;
}

.rtx50 .newinfo .info-groups .info-wrapper .note h6 {
  font-size: 1.2rem;
}

.rtx50 .newinfo .info-groups .info-wrapper .note p {
  font-size: 1rem;
  color: #666;
}

.rtx50 .newinfo .info-groups .slick-slide {
  opacity: .5;
  border-radius: 15px;
  overflow: hidden;
}

.rtx50 .newinfo .info-groups .slick-slide .newinfo-block {
  opacity: 0;
}

.rtx50 .newinfo .info-groups .slick-center {
  opacity: 1;
}

.rtx50 .newinfo .info-groups .slick-center .newinfo-block {
  -webkit-animation: fadeDown .5s ease-in-out forwards, opacity .5s ease-in-out forwards;
          animation: fadeDown .5s ease-in-out forwards, opacity .5s ease-in-out forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.rtx50 .newinfo .newinfo-nav {
  width: 50%;
  height: auto;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rtx50 .newinfo .newinfo-nav .nav-item {
  cursor: pointer;
  color: #666;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .newinfo .newinfo-nav .nav-item:hover, .rtx50 .newinfo .newinfo-nav .nav-item.active {
  color: white;
}

.rtx50 .newinfo .newinfo-nav .nav-arrow {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-prev, .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-next {
  width: 40px;
  height: 40px;
  fill: #666;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: fill 0s ease-in-out;
  transition: fill 0s ease-in-out;
}

.rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-prev:hover, .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-prev.active, .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-next:hover, .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-next.active {
  fill: white;
}

.rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtx50 .psu {
  width: 100%;
  height: auto;
  background: url(https://storage-asset.msi.com/event/2025/CND/get-pc-build-ready-with-MSI/images/msi-new-gen_psus-bg.jpg) center no-repeat;
  background-size: cover;
}

.rtx50 .case {
  width: 100%;
  height: auto;
  position: relative;
}

.rtx50 .case:before {
  width: 50%;
  height: 30%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  mix-blend-mode: hard-light;
  opacity: .5;
  -webkit-animation: scale 5s ease-in-out infinite alternate;
          animation: scale 5s ease-in-out infinite alternate;
  z-index: 499;
}

.rtx50 .case ul li {
  z-index: 500;
}

.rtx50 .psu ul, .rtx50 .mb ul, .rtx50 .case ul, .rtx50 .pc_build ul, .rtx50 .mnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  gap: 5rem;
}

.rtx50 .psu ul li, .rtx50 .mb ul li, .rtx50 .case ul li, .rtx50 .pc_build ul li, .rtx50 .mnt ul li {
  overflow: hidden;
  cursor: pointer;
}

.rtx50 .psu ul li .link, .rtx50 .mb ul li .link, .rtx50 .case ul li .link, .rtx50 .pc_build ul li .link, .rtx50 .mnt ul li .link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rtx50 .psu ul li .link svg, .rtx50 .mb ul li .link svg, .rtx50 .case ul li .link svg, .rtx50 .pc_build ul li .link svg, .rtx50 .mnt ul li .link svg {
  width: 50px;
  height: 50px;
  fill: url(#_gradient_10);
}

.rtx50 .psu ul li .cover, .rtx50 .mb ul li .cover, .rtx50 .case ul li .cover, .rtx50 .pc_build ul li .cover, .rtx50 .mnt ul li .cover {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
}

.rtx50 .psu ul li .cover img, .rtx50 .mb ul li .cover img, .rtx50 .case ul li .cover img, .rtx50 .pc_build ul li .cover img, .rtx50 .mnt ul li .cover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .psu ul li:hover .cover img, .rtx50 .mb ul li:hover .cover img, .rtx50 .case ul li:hover .cover img, .rtx50 .pc_build ul li:hover .cover img, .rtx50 .mnt ul li:hover .cover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.rtx50 .psu ul li:hover svg, .rtx50 .mb ul li:hover svg, .rtx50 .case ul li:hover svg, .rtx50 .pc_build ul li:hover svg, .rtx50 .mnt ul li:hover svg {
  -webkit-animation: fadeLeft .5s ease-in-out forwards;
          animation: fadeLeft .5s ease-in-out forwards;
}

.rtx50 .pc_build ul li:last-child {
  cursor: auto;
}

.rtx50 .pc_build ul li:last-child:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rtx50 .pc_build ul li .cover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.rtx50 .mnt ul li:first-child {
  cursor: auto;
}

.rtx50 .mnt ul li:first-child:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rtx50 .mnt ul li .cover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.rtx50 .case ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rtx50 .case ul li {
  width: calc(100%/2 - 2.5rem);
  height: auto;
}

.rtx50 .info {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.rtx50 .info:before {
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  mix-blend-mode: hard-light;
  opacity: .5;
  -webkit-animation: scale 5s ease-in-out infinite alternate;
          animation: scale 5s ease-in-out infinite alternate;
  z-index: 499;
}

.rtx50 .info .slick-slider {
  z-index: 500;
}

.rtx50 .info .slick-prev, .rtx50 .info .slick-next {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#16a3f2), color-stop(#7bd3f9), to(#b2ffea));
  background: linear-gradient(90deg, #16a3f2, #7bd3f9, #b2ffea);
  -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: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rtx50 .info .slick-prev::before, .rtx50 .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;
}

.rtx50 .info .slick-prev:hover, .rtx50 .info .slick-next:hover {
  width: 50px;
  height: 50px;
}

.rtx50 .info .slick-prev {
  left: -15px;
}

.rtx50 .info .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtx50 .info .slick-next {
  right: -15px;
}

.rtx50 .info .info-group {
  width: 100%;
  height: auto;
  text-align: left;
  -webkit-animation: fadeUp .5s ease-in-out;
          animation: fadeUp .5s ease-in-out;
}

.rtx50 .info .info-group a {
  display: inline-block;
  margin: 15px;
  color: white;
}

.rtx50 .info .info-group a .info-wrapper {
  position: relative;
}

.rtx50 .info .info-group a .info-wrapper .info-video-link {
  position: relative;
}

.rtx50 .info .info-group a .info-wrapper .info-video-link picture {
  width: 100%;
  height: 100%;
  position: relative;
}

.rtx50 .info .info-group a .info-wrapper .info-video-link iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.rtx50 .info .info-group a .info-wrapper .info-block {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.rtx50 .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: .8rem;
}

.rtx50 .info .info-group a .info-wrapper .info-block .info-tags .tag {
  padding: 5px 10px;
  background: #333;
  font-weight: bold;
}

.rtx50 .info .info-group a .info-wrapper .info-block h5 {
  padding: 15px 0;
  font-weight: bold;
}

@media all and (max-width: 1960px) {
  .rtx50 h1 {
    font-size: 3rem;
  }
  .rtx50 h2 {
    font-size: 2.5rem;
  }
  .rtx50 .float-nav {
    width: 15%;
    height: auto;
  }
  .rtx50 .popup {
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 60%;
  }
  .rtx50 .popup .popup-tables .product-item {
    width: 100%;
    height: auto;
    overflow: auto;
    max-height: 80vh;
  }
  .rtx50 .popup .popup-tables .product-item tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background: #1a1a1a;
    z-index: 501;
  }
  .rtx50 .popup .popup-tables .product-item tr td span {
    z-index: 500;
  }
  .rtx50 .popup .popup-tables .product-item tr img {
    max-width: 100px;
  }
  .rtx50 .kv .description {
    width: 60%;
    height: auto;
  }
  .rtx50 .feature-nav ul {
    width: 90%;
    height: auto;
    gap: 0;
  }
  .rtx50 .feature-nav ul:before {
    margin: 0 5%;
  }
  .rtx50 .newinfo .newinfo-nav {
    width: 70%;
    height: auto;
  }
  .rtx50 .newinfo .info-groups .info-wrapper .newinfo-block {
    padding: 15px;
  }
  .rtx50 .psu ul, .rtx50 .mb ul, .rtx50 .case ul, .rtx50 .pc_build ul, .rtx50 .mnt ul {
    gap: 30px;
  }
}

@media all and (max-width: 1550px) {
  .rtx50 {
    font-size: 17px;
  }
  .rtx50 .container {
    width: 90%;
    height: auto;
  }
  .rtx50 h1 {
    font-size: 3.2rem;
  }
  .rtx50 h2 {
    font-size: 2.8rem;
  }
  .rtx50 h3 {
    font-size: 2.4rem;
  }
  .rtx50 h4 {
    font-size: 2rem;
  }
  .rtx50 h5 {
    font-size: 2rem;
  }
  .rtx50 .float-nav {
    width: 18%;
    height: auto;
  }
  .rtx50 .kv .description {
    width: 90%;
    height: auto;
  }
  .rtx50 .feature-nav ul {
    width: 100%;
    height: auto;
    gap: 0px;
  }
  .rtx50 .feature-nav ul:before {
    margin: auto;
  }
  .rtx50 .newinfo .newinfo-nav {
    width: 80%;
    height: auto;
  }
  .rtx50 .psu ul li .cover img, .rtx50 .mb ul li .cover img, .rtx50 .case ul li .cover img, .rtx50 .pc_build ul li .cover img, .rtx50 .mnt ul li .cover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@media all and (max-width: 1200px) {
  .rtx50 h4 {
    font-size: 1.6rem;
  }
  .rtx50 .float-nav {
    width: 20%;
    height: auto;
  }
  .rtx50 .kv .description {
    width: 80%;
    height: auto;
  }
  .rtx50 .feature-nav {
    font-size: .9rem;
  }
  .rtx50 .feature-nav.shrink {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .rtx50 .feature-nav ul li a {
    padding: 5px;
  }
  .rtx50 .newinfo .info-groups .slick-center .newinfo-block {
    padding: 15px;
  }
}

@media all and (max-width: 992px) {
  .rtx50 h4 {
    font-size: 1.2rem;
  }
  .rtx50 .popup {
    max-width: 90%;
  }
  .rtx50 .popup .popup-tables .product-item tr img {
    max-width: 200px;
  }
  .rtx50 .msi-nav {
    padding: 0;
    padding-top: 15px;
  }
  .rtx50 .msi-nav .container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rtx50 .msi-nav .container .brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rtx50 .msi-nav .container .nav-button {
    width: 35px;
    height: 35px;
    margin: 0 15px;
  }
  .rtx50 .msi-nav .container .nav-button svg {
    fill: white;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }
  .rtx50 .msi-nav .container .nav-button svg:hover {
    fill: #1a1a1a;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .rtx50 .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;
  }
  .rtx50 .msi-nav .container ul li {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  .rtx50 .msi-nav .container ul li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0;
  }
  .rtx50 .container {
    width: 95%;
    height: auto;
  }
  .rtx50 .float-nav {
    display: none;
  }
  .rtx50 .kv #svgObject {
    width: 100%;
    height: auto;
    top: 10%;
  }
  .rtx50 .kv .description {
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 10px;
  }
  .rtx50 .newinfo .newinfo-nav {
    width: 100%;
    height: auto;
  }
  .rtx50 .newinfo .newinfo-nav .nav-arrow {
    display: none;
  }
  .rtx50 .psu ul, .rtx50 .mb ul, .rtx50 .case ul, .rtx50 .pc_build ul, .rtx50 .mnt ul {
    gap: 15px;
  }
  .rtx50 .psu ul li .link svg, .rtx50 .mb ul li .link svg, .rtx50 .case ul li .link svg, .rtx50 .pc_build ul li .link svg, .rtx50 .mnt ul li .link svg {
    width: 35px;
    height: 35px;
  }
}

@media all and (max-width: 768px) {
  .rtx50 {
    overflow: hidden;
    font-size: 20px;
    text-align: center;
  }
  .rtx50 .popup .popup-tables .product-item {
    max-height: 80vh;
  }
  .rtx50 .popup .popup-tables .product-item tr img {
    max-width: 100px;
  }
  .rtx50 .popup .popup-tables .product-item tr td {
    font-size: 1rem;
    min-width: 150px;
  }
  .rtx50 .popup .popup-tables .product-item tr td:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rtx50 .feature-nav {
    display: none;
  }
  .rtx50 h1 {
    font-size: 2rem;
  }
  .rtx50 h2 {
    font-size: 1.6rem;
  }
  .rtx50 h3 {
    font-size: 2.4rem;
  }
  .rtx50 h4 {
    font-size: 1.6rem;
  }
  .rtx50 h5 {
    font-size: 1.4rem;
  }
  .rtx50 .container {
    width: 100%;
    height: auto;
    padding: 5% 15px;
  }
  .rtx50 .mobile {
    display: table-header-group;
  }
  .rtx50 .desktop {
    display: none;
  }
  .rtx50 .kv {
    overflow: hidden;
  }
  .rtx50 .kv::before {
    left: 0;
  }
  .rtx50 .kv #svgObject {
    width: 150%;
    height: auto;
    left: 0;
  }
  .rtx50 #new_interface, .rtx50 #display_support {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .rtx50 .newinfo {
    overflow: hidden;
    position: relative;
  }
  .rtx50 .newinfo .info-groups .info-wrapper {
    gap: 2rem;
  }
  .rtx50 .newinfo .info-groups .info-wrapper .cover {
    padding-bottom: 2%;
  }
  .rtx50 .newinfo .info-groups .info-wrapper .cover img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .rtx50 .newinfo .info-groups .info-wrapper .note {
    width: 90%;
    height: auto;
    position: relative;
    background: #333;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
    bottom: auto;
  }
  .rtx50 .newinfo .info-groups .info-wrapper .note p {
    color: white;
  }
  .rtx50 .newinfo .info-groups .info-wrapper .newinfo-block {
    position: relative;
    padding: 10px;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .rtx50 .newinfo .info-groups .slick-slide {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rtx50 .newinfo .info-groups .slick-slide .newinfo-block {
    opacity: 1;
  }
  .rtx50 .newinfo .newinfo-nav {
    position: absolute;
    top: 50%;
    left: 0;
  }
  .rtx50 .newinfo .newinfo-nav .nav-item {
    display: none;
  }
  .rtx50 .newinfo .newinfo-nav .nav-arrow {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 501;
  }
  .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-prev, .rtx50 .newinfo .newinfo-nav .nav-arrow .arrow-next {
    width: 40px;
    height: 40px;
    fill: white;
  }
  .rtx50 .psu {
    background-size: auto;
  }
  .rtx50 .psu ul, .rtx50 .mb ul, .rtx50 .case ul, .rtx50 .pc_build ul, .rtx50 .mnt ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rtx50 .case ul li {
    width: 100%;
    height: auto;
  }
  .rtx50 .info h3 {
    text-align: center;
  }
  .rtx50 .info .slick-prev, .rtx50 .info .slick-next {
    top: 25%;
  }
  .rtx50 .info .slick-disabled {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */