@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translate(-5%, -5%);
  }
  60% {
    transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translate(-5%, -5%);
  }
  60% {
    transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes gray {
  from {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@keyframes gray {
  from {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@-webkit-keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 white);
    filter: drop-shadow(0 0 0 white);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px white);
    filter: drop-shadow(0 0 5px white);
  }
}
@keyframes shadow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 white);
    filter: drop-shadow(0 0 0 white);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px white);
    filter: drop-shadow(0 0 5px white);
  }
}
@-webkit-keyframes shadow-main {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #05f2db);
    filter: drop-shadow(0 0 0 #05f2db);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #05f2db);
    filter: drop-shadow(0 0 10px #05f2db);
  }
}
@keyframes shadow-main {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #05f2db);
    filter: drop-shadow(0 0 0 #05f2db);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #05f2db);
    filter: drop-shadow(0 0 10px #05f2db);
  }
}
@-webkit-keyframes text-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes ring-1 {
  0% {
    transform: scale(0.9);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ring-1 {
  0% {
    transform: scale(0.9);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ring-2 {
  0% {
    transform: rotateX(10deg);
  }
  50% {
    transform: rotateY(10deg);
  }
  100% {
    transform: rotateX(10deg);
  }
}
@keyframes ring-2 {
  0% {
    transform: rotateX(10deg);
  }
  50% {
    transform: rotateY(10deg);
  }
  100% {
    transform: rotateX(10deg);
  }
}
@-webkit-keyframes height {
  0% {
    height: 100%;
  }
  80% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes height {
  0% {
    height: 100%;
  }
  80% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  padding: 0;
  margin: 0;
  border: 0;
}

#intel800 {
  width: 100%;
  height: auto;
  font-family: var(--MSIBodyFont);
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s ease-in-out;
  background: #3b3c40;
  line-height: 1.5;
  color: white;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bg-color {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color section {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.bg-color ::-moz-selection {
  background: #05f2db;
  color: #3b3c40;
}
.bg-color ::selection {
  background: #05f2db;
  color: #3b3c40;
}
.bg-color *:hover {
  transition: 0.3s ease-in-out;
}
.bg-color p {
  font-family: var(--MSIBodyFont);
  margin: 0;
}
.bg-color sup {
  font-size: 50%;
}
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5 {
  padding: 5px 0;
  margin: 0;
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-color h2 {
  font-size: 3rem;
  font-weight: 500;
}
.bg-color h3 {
  font-size: 2em;
}
.bg-color h4 {
  font-size: 1.6rem;
}
.bg-color h5 {
  font-size: 1.2rem;
}
.bg-color a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.bg-color a:hover {
  transition: 0.3s ease-in-out;
}
.bg-color img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.bg-color ul,
.bg-color li {
  list-style: none;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}
.bg-color .container {
  width: 80%;
  height: auto;
  margin: auto;
  padding: 2% 0;
}
.bg-color .description,
.bg-color .imgbox {
  width: 100%;
  height: auto;
}
.bg-color .description {
  padding: 15px;
}
.bg-color .imgbox {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color .item-container {
  display: flex;
  padding: 5% 0;
}
.bg-color .item-container .description {
  display: flex;
  align-items: center;
}
.bg-color nav {
  width: 100%;
  height: auto;
  z-index: 599;
  font-family: industry, sans-serif;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
}
.bg-color nav .container {
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.bg-color nav ul {
  width: 100%;
  height: auto;
  display: inline-flex;
  text-align: center;
  padding: 1rem 0;
}
.bg-color nav ul li {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.bg-color nav ul li a {
  color: white;
}
.bg-color nav ul li a:hover {
  color: #05f2db;
}
.bg-color nav ul li .active {
  color: #05f2db;
}
.bg-color .chipset-nav {
  position: fixed;
  top: 0;
  background: #122173;
}
.bg-color .chipset-nav .container .brand {
  padding-left: 15px;
}
.bg-color .chipset-nav .container .brand img {
  width: 100%;
  height: auto;
}
.bg-color .chipset-nav .container ul {
  width: 40vw;
  height: auto;
  padding-right: 15px;
  margin: 0;
  justify-content: flex-end;
}
.bg-color .chipset-nav .container ul li {
  width: 33.3333333333%;
  height: auto;
  margin: 0;
  text-align: right;
}
.bg-color .chipset-nav .container ul li a {
  color: white;
}
.bg-color .chipset-nav .container ul li a:hover {
  color: #05f2db;
}
.bg-color .chipset-nav .container ul .active a {
  color: #05f2db;
}
.bg-color .chipset {
  display: none;
}
.bg-color .kv {
  width: 100%;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/intel-bg.jpg)
    center center no-repeat;
  position: relative;
  z-index: 501;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
.bg-color .kv::before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(black 80%, rgba(0, 0, 0, 0));
  background-size: cover;
  position: absolute;
  -webkit-animation: height 4s ease-in infinite;
  animation: height 4s ease-in infinite;
  z-index: -1;
}
.bg-color .kv .icon {
  width: auto;
  height: 100px;
  position: absolute;
  top: 10%;
  right: 2%;
}
.bg-color .kv .products {
  width: 55%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 5%;
}
.bg-color .kv .products img {
  width: 100%;
  height: auto;
}
.bg-color .kv .products img:last-child {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.bg-color .kv .slogan {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 15%;
  left: 2%;
}
.bg-color .kv .slogan h1 {
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.bg-color .kv .slogan h2 {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "good-times", sans-serif;
  letter-spacing: 1px;
}
.bg-color .kv .slogan h2 span:nth-child(odd) {
  font-size: 4rem;
  text-shadow: -1px -1px 0 #05f2db, 1px -1px 0 #05f2db, -1px 1px 0 #05f2db,
    1px 1px 0 #05f2db;
  animation: shadow-main 1s infinite alternate-reverse ease-in-out;
}
.bg-color .kv .slogan h2 span:nth-child(even) {
  font-size: 3rem;
  -webkit-filter: drop-shadow(0 0 10px white);
  filter: drop-shadow(0 0 10px white);
  background: linear-gradient(
    135deg,
    #a5a5a5 45%,
    #bef8ff 49%,
    #fff 50%,
    #bef8ff 51%,
    #929292 55%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0px 2px 0px #333) drop-shadow(1px 0px 0px #444)
    drop-shadow(-1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff);
  filter: drop-shadow(0px 2px 0px #333) drop-shadow(1px 0px 0px #444)
    drop-shadow(-1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff);
  text-shadow: 0 0 0.2vmin rgba(255, 255, 255, 0.5333333333);
}
.bg-color .kv .bg-cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg-color .kv .bg-cover img {
  width: 100%;
  height: auto;
  position: absolute;
}
.bg-color .kv .bg-cover img:first-child {
  -webkit-animation: ring-1 4s infinite;
  animation: ring-1 4s infinite;
}
.bg-color .kv .bg-cover img .ring {
  will-change: transform;
}
.bg-color .about {
  width: 100%;
  height: 100vh;
  position: relative;
}
.bg-color .about::before,
.bg-color .about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.bg-color .about::before {
  width: 100%;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/intel-about-bg.jpg)
    center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: var(--before-opacity, 0);
  -webkit-filter: var(--before-filter, blur(0px));
  filter: var(--before-filter, blur(0px));
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
.bg-color .about::after {
  width: 100%;
  height: 10vh;
  bottom: 0;
  top: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
.bg-color .about .container {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  gap: 30px;
}
.bg-color .about .about-mb {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.bg-color .about .about-detail {
  width: 100%;
  height: auto;
  color: white;
  font-size: 1.6rem;
  opacity: 0;
  text-shadow: 1px 1px 0 black;
}
.bg-color .about .about-detail p {
  padding-bottom: 2rem;
}
.bg-color .ai_block {
  width: 100%;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/ai-bg.jpg)
    no-repeat center;
  position: relative;
  z-index: 501;
  background-attachment: fixed;
  background-size: cover;
}
.bg-color .ai_block .container {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5%;
}
.bg-color .ai_block::before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/ai-bg-dot.png);
  background-size: contain;
  position: absolute;
  left: 0;
  mix-blend-mode: exclusion;
  animation: opacity 1s infinite alternate-reverse;
}
.bg-color .ai_block .ai_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  font-size: 1.6rem;
}
.bg-color .ai_block .ai_content img {
  width: 30%;
  height: auto;
}
.bg-color .ai_block .ai_items {
  width: 100%;
  height: auto;
}
.bg-color .ai_block .ai_items ul {
  display: flex;
}
.bg-color .ai_block .ai_items ul li {
  width: 25%;
  height: auto;
  margin: 15px;
  position: relative;
  z-index: 502;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s;
  text-align: center;
  cursor: default;
}
.bg-color .ai_block .ai_items ul li:hover {
  transform: translateY(-20px);
}
.bg-color .ai_block .ai_items ul li::before,
.bg-color .ai_block .ai_items ul li::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
.bg-color .ai_block .ai_items ul li::before {
  background: linear-gradient(45deg, #efbd83, #d94de3, #a14cfe);
}
.bg-color .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;
}
.bg-color .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;
}
.bg-color .ai_block .ai_items ul li .content {
  z-index: 503;
  padding: 15px;
}
.bg-color .ai_block .ai_items ul li .content h3 {
  font-weight: bold;
}
.bg-color .ai_block .ai_items ul li h3 {
  padding-top: 0;
}
.bg-color .ai_block .ai_link {
  width: 100%;
  height: auto;
}
.bg-color .ai_block .ai_link a {
  width: 20%;
  height: 40px;
  cursor: pointer;
  background-size: 300% 100%;
  border-radius: 2rem;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to right, #efbd83, #d94de3, #a14cfe);
  box-shadow: 0 0px 15px 0 rgba(161, 76, 254, 0.75);
  position: relative;
  margin: auto;
  display: flex;
  color: white;
  font-weight: bold;
  align-items: center;
  justify-content: space-around;
}
.bg-color .ai_block .ai_link a:hover {
  background-position: 100% 0;
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.bg-color .ai_block .ai_link a svg {
  width: 24px;
  height: 24px;
  stroke-width: 2px;
  fill: none;
  stroke: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-color .feature {
  width: 100%;
  height: auto;
  padding: 2% 0;
  position: relative;
  background: black;
}
.bg-color .feature::before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: 503;
}
.bg-color .feature .feature_items {
  width: 100%;
  height: 100%;
  display: flex;
}
.bg-color .feature .feature_items .feature_cover {
  width: 6%;
  height: auto;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: top left;
  padding: 1rem 0;
}
.bg-color .feature .feature_items .feature_cover h3 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: bold;
  z-index: 505;
}
.bg-color .feature .feature_items .feature_cover:nth-child(1) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-trilink-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(2) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-ultra_performance-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(3) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-frozr_design-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(4) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-ezdiy-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover .grid {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.bg-color .feature .feature_items .feature_cover .grid_items {
  width: 80%;
  height: auto;
  gap: 15px;
  display: none;
}
.bg-color .feature .feature_items .feature_cover .grid_items li {
  width: 100%;
  height: 100%;
  border: 1px solid #3b3c40;
  border-radius: 1rem;
  text-align: center;
  background: black;
  overflow: hidden;
}
.bg-color .feature .feature_items .feature_cover .grid_items li img {
  transform: scale(1);
  transition: 0.3s;
}
.bg-color .feature .feature_items .feature_cover .grid_items li:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
.bg-color .feature .feature_items .feature_cover .grid_items li h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content {
  padding: 15px 15px 0 15px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  ul {
  width: 100%;
  height: auto;
  display: flex;
  font-size: 1rem;
  position: absolute;
  z-index: 503;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: industry, sans-serif;
  font-weight: bold;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  ul
  li {
  padding: 10px;
  border-radius: 1rem;
  margin: 10px auto;
  display: block;
  border: 1px solid #05f2db;
  background: rgba(0, 0, 0, 0.5);
  margin: 5px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  #dd {
  width: 50%;
  height: auto;
  flex-direction: column;
  left: 0;
  bottom: 0;
  transform: none;
  margin: 15px;
  top: auto;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  #ezdebug {
  font-size: 0.8rem;
  top: -10px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  #conn {
  top: -15px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  h5 {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: bold;
  z-index: 502;
  text-shadow: 1px 1px 5px black;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .feature_content_img
  h5
  span {
  font-size: 2rem;
  padding: 0 2px;
  color: #05f2db;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .link {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .link
  a {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #efbd83, #d94de3, #a14cfe);
  -webkit-animation: gradient-animation 2s infinite;
  animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
  font-size: 1.4rm;
  position: relative;
  display: inline-block;
  border-radius: 2rem;
  transition: 0.3s ease-in-out;
  border: 1px solid white;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .link
  a
  svg {
  width: 24px;
  height: 24px;
  stroke-width: 2px;
  fill: none;
  stroke: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .link
  a:hover {
  border: 2px solid #3b3c40;
  transition: 0.3s ease-in-out;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .video_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .video_link
  svg {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .video_link
  svg
  .cls-1 {
  fill: white;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .video_link
  svg
  .cls-2 {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 0.2px;
}
.bg-color
  .feature
  .feature_items
  .feature_cover
  .grid_items
  .feature_frame
  .video_link:hover
  svg {
  width: 100px;
  height: 100px;
  transition: 0.3s ease-in-out;
}
.bg-color .feature .feature_items #trilink .grid_items {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(1) {
  grid-area: 1/1/3/4;
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(2) {
  grid-area: 1/4/2/7;
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(3) {
  grid-area: 2/4/3/7;
}
.bg-color
  .feature
  .feature_items
  #trilink
  .grid_items
  li:nth-child(3)
  .feature_frame {
  position: relative;
}
.bg-color
  .feature
  .feature_items
  #trilink
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content {
  z-index: 503;
}
.bg-color
  .feature
  .feature_items
  #trilink
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content
  h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}
.bg-color
  .feature
  .feature_items
  #trilink
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color
  .feature
  .feature_items
  #trilink
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content_img
  img {
  display: block;
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(4) {
  grid-area: 4/1/3/3;
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(5) {
  grid-area: 4/3/3/5;
}
.bg-color .feature .feature_items #trilink .grid_items li:nth-child(6) {
  grid-area: 4/5/3/7;
}
.bg-color .feature .feature_items #ezdiy .grid_items {
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(1) {
  grid-area: 1/1/3/8;
}
.bg-color .feature .feature_items #ezdiy .grid_items li .feature_content {
  position: relative;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(2) {
  grid-area: 1/8/1/11;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) {
  grid-area: 2/8/2/11;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(3)
  .feature_frame {
  position: relative;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content {
  z-index: 503;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content
  h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(3)
  .feature_frame
  .feature_content_img
  img {
  display: block;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(4) {
  grid-area: 3/1/5/4;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(5) {
  grid-area: 3/4/5/8;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) {
  grid-area: 3/8/5/11;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(6)
  .feature_frame {
  position: relative;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(6)
  .feature_frame
  .feature_content {
  z-index: 503;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(6)
  .feature_frame
  .feature_content
  h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(6)
  .feature_frame
  .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(6)
  .feature_frame
  .feature_content_img
  img {
  display: block;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(7) {
  grid-area: 5/1/6/6;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(8) {
  grid-area: 5/6/6/11;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(9) {
  grid-area: 6/1/8/3;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(10) {
  grid-area: 6/3/8/5;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(10)
  .feature_content_img
  p {
  width: 100%;
  height: auto;
  bottom: 2rem;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(11) {
  grid-area: 6/5/8/7;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(12) {
  grid-area: 6/7/8/9;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) {
  grid-area: 6/9/8/11;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(13)
  .feature_frame {
  position: relative;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(13)
  .feature_frame
  .feature_content {
  z-index: 503;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(13)
  .feature_frame
  .feature_content
  h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(13)
  .feature_frame
  .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color
  .feature
  .feature_items
  #ezdiy
  .grid_items
  li:nth-child(13)
  .feature_frame
  .feature_content_img
  img {
  display: block;
}
.bg-color .feature .feature_items #ezdiy .grid_items li h4 {
  font-size: 1.4rem;
}
.bg-color .feature .feature_items .feature_cover.active {
  width: 82%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 1rem 2rem;
  position: relative;
}
.bg-color .feature .feature_items .feature_cover.active:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-trilink-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover.active:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-ultra_performance-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover.active:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-frozr_design-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover.active:nth-child(4) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/feature-ezdiy-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover.active h3 {
  width: 100%;
  height: auto;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  color: #05f2db;
}
.bg-color .feature .feature_items .feature_item {
  width: 100%;
  height: 100%;
  display: none;
  color: white;
}
.bg-color .feature .feature_items .feature_item .item_text {
  width: 100%;
  height: auto;
  flex-shrink: 2;
}
.bg-color .feature .feature_items .feature_item .item_text .set {
  margin: 15px;
}
.bg-color .feature .feature_items .feature_item .item_text .set h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  border: 1px solid #3b3c40;
  padding: 10px;
  margin: 15px 0;
  background: rgba(59, 60, 64, 0.5);
  cursor: pointer;
}
.bg-color .feature .feature_items .feature_item .item_text .set h4:hover {
  background: #3b3c40;
}
.bg-color .feature .feature_items .feature_item .item_text .set .content {
  display: none;
}
.bg-color .feature .feature_items .feature_item .item_text .set .content.show {
  display: block;
}
.bg-color .feature .feature_items .feature_item .item_img {
  width: 100%;
  height: auto;
  flex-shrink: 1;
  position: relative;
}
.bg-color .feature .feature_items .feature_item .item_img img {
  width: 80%;
  height: auto;
  margin: auto;
}
.bg-color .feature .feature_items .feature_item .item_img .content_img {
  width: 60%;
  height: auto;
  display: none;
  text-align: center;
}
.bg-color .feature .feature_items .feature_item .item_img .content_img.show {
  display: block;
}
.bg-color
  .feature
  .feature_items
  .feature_item
  .item_img
  .content_img.show:first-child {
  z-index: 502;
  position: relative;
}
.bg-color
  .feature
  .feature_items
  .feature_item
  .item_img
  .content_img.show:not(:first-child) {
  animation: shadow-main 1s infinite alternate-reverse ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 503;
}
.bg-color .feature .feature_items #performance .content_img {
  margin: auto;
}
.bg-color .feature .feature_items #performance .content_img:not(:first-child) {
  left: 50%;
  transform: translateX(-50%);
}
.bg-color .feature .feature_items #performance .content_img:nth-child(8).show {
  -webkit-animation: none;
  animation: none;
}
.bg-color .feature .feature_items #frozr .content_img {
  width: 80%;
  height: auto;
}
.bg-color .feature .feature_items #frozr .content_img:nth-child(7) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 501;
}
.bg-color .feature .feature_items #frozr .content_img:nth-last-child(1),
.bg-color .feature .feature_items #frozr .content_img:nth-last-child(2) {
  -webkit-animation: none;
  animation: none;
}
.bg-color .feature .feature_items .feature_cover.active .feature_item {
  display: flex;
  justify-content: space-between;
}
.bg-color .feature .feature_items .feature_cover.active .grid_items {
  display: grid;
}
.bg-color .models h3,
.bg-color .info h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: -0.2rem -0.2rem 1rem rgba(255, 255, 255, 0.25),
    0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.25),
    0 0 0.5rem rgba(59, 60, 64, 0.25), 0 0 1rem rgba(59, 60, 64, 0.25),
    0 0 2rem rgba(59, 60, 64, 0.25), 0 0 3rem rgba(59, 60, 64, 0.25),
    0 0 4rem rgba(59, 60, 64, 0.25);
  animation: shadow 1s infinite alternate-reverse ease-in-out;
}
.bg-color .models {
  width: 100%;
  height: auto;
  background: black;
  text-align: center;
  padding-top: 5%;
}
.bg-color .models h4.title {
  font-size: 3.6rem;
  font-weight: bold;
}
.bg-color .models .models_nav {
  width: 80%;
  height: auto;
  background: #3b3c40;
  margin: 2% auto;
}
.bg-color .models .models_nav .main_menu {
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 7.5;
  display: flex;
  position: relative;
  transition: 0.3s;
  padding: 0;
}
.bg-color .models .models_nav .main_menu::after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -15px;
  padding-bottom: 15px;
}
.bg-color .models .models_nav .main_menu li {
  display: inline-block;
  padding: 0;
}
.bg-color .models .models_nav .main_menu li img {
  width: 60%;
  height: auto;
}
.bg-color .models .models_nav .main_menu li:last-child {
  border-right: none;
}
.bg-color .models .models_nav .main_menu li a {
  display: block;
  color: white;
}
.bg-color .models .models_nav .main_menu li a:hover {
  background: white;
}
.bg-color .models .models_nav .main_menu li a:hover img {
  mix-blend-mode: difference;
}
.bg-color .models .models_nav .main_menu .active > a {
  background: white;
}
.bg-color .models .models_nav .main_menu .active > a img {
  mix-blend-mode: difference;
}
.bg-color .models .models_nav .main_menu .active .sub_menu {
  display: flex;
}
.bg-color .models .models_nav .main_menu .sub_menu {
  width: 100%;
  height: auto;
  font-weight: bold;
  display: none;
  flex-direction: row;
  position: absolute;
  text-align: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  top: 100%;
  left: 0;
  border-radius: 7.5;
  background: #122173;
  z-index: 501;
  padding: 0;
}
.bg-color .models .models_nav .main_menu .sub_menu li {
  width: 100%;
  height: auto;
  border-right: none;
  border-radius: 15px;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.bg-color .models .models_nav .main_menu .sub_menu li a {
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px 15px;
}
.bg-color .models .models_nav .main_menu .sub_menu li:hover a {
  color: white;
  background: #041340;
}
.bg-color .models .models_nav .main_menu .sub_menu .active a {
  color: white;
  background: #041340;
}
.bg-color .models .models_nav .active {
  background: white;
}
.bg-color .models .models_nav .active img {
  mix-blend-mode: difference;
}
.bg-color .models .models_box {
  width: 100%;
  height: auto;
}
.bg-color .models .models_box .products + .active {
  display: block;
}
.bg-color .models .models_box .products {
  width: 100%;
  height: auto;
}
.bg-color .models .models_box .products [id^="meg-"] {
  background: radial-gradient(
    circle farthest-corner at top,
    black 80%,
    #e9c582
  );
}
.bg-color .models .models_box .products [id^="meg-"] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/meg-border.png);
}
.bg-color .models .models_box .products [id^="meg-"] .model_link a {
  background: linear-gradient(45deg, #faf5e6, #e9c582, #f1d8a7, #e9c582);
}
.bg-color .models .models_box .products [id^="mpg-"] {
  background: radial-gradient(
    circle farthest-corner at top,
    black 80%,
    #e81f76
  );
}
.bg-color .models .models_box .products [id^="mpg-"] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/mpg-border.png);
}
.bg-color .models .models_box .products [id^="mpg-"] .model_link a {
  background: linear-gradient(45deg, #e81f76, #0057b7);
}
.bg-color .models .models_box .products [id^="mag-"] {
  background: radial-gradient(
    circle farthest-corner at top,
    black 80%,
    #d3e736
  );
}
.bg-color .models .models_box .products [id^="mag-"] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/mag-border.png);
}
.bg-color .models .models_box .products [id^="mag-"] .model_link a {
  background: linear-gradient(45deg, #54565a, #ffffff);
}
.bg-color .models .models_box .products [id^="pro-"] {
  background: radial-gradient(
    circle farthest-corner at top,
    black 80%,
    #58a4eb
  );
}
.bg-color .models .models_box .products [id^="pro-"] .cornered {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/pro-border.png);
}
.bg-color .models .models_box .products [id^="pro-"] .model_link a {
  background: linear-gradient(45deg, #4676a3, #58a4eb);
}
.bg-color .models .models_box .item_container {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: space-around;
  padding: 5% 10%;
  margin: auto;
}
.bg-color .models .models_box .item_container:nth-child(even) {
  flex-direction: row-reverse;
}
.bg-color .models .models_box .item_container .item_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.bg-color .models .models_box .item_container .item_content .model_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-color .models .models_box .item_container .item_content .model_name h3 {
  font-size: 4rem;
}
.bg-color .models .models_box .item_container .item_content .model_name img {
  width: 30%;
  height: auto;
}
.bg-color .models .models_box .item_container .item_content .featureFlex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
.bg-color
  .models
  .models_box
  .item_container
  .item_content
  .featureFlex
  .featureFlex_item {
  width: 40%;
  height: auto;
  position: relative;
}
.bg-color
  .models
  .models_box
  .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;
}
.bg-color
  .models
  .models_box
  .item_container
  .item_content
  .featureFlex
  .featureFlex_item
  .cornered
  h4 {
  font-weight: bold;
}
.bg-color
  .models
  .models_box
  .item_container
  .item_content
  .featureFlex
  .featureFlex_item
  ul {
  background: transparent;
  flex-direction: column;
  padding-bottom: 15px;
  cursor: default;
}
.bg-color
  .models
  .models_box
  .item_container
  .item_content
  .featureFlex
  .featureFlex_item
  ul:hover
  li {
  background: transparent;
}
.bg-color .models .models_box .item_container .item_content .model_link {
  width: 60%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.bg-color .models .models_box .item_container .item_content .model_link a {
  color: white;
  border: 1px solid white;
  display: block;
  padding: 10px 0;
  font-family: industry, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 2rem;
  background-size: 100% 100%;
}
.bg-color
  .models
  .models_box
  .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;
  transform: scale(1.1);
}
.bg-color .models .models_box .item_container .model_img {
  width: 100%;
  height: auto;
}
.bg-color .models .models_box .item_container .model_img .pics {
  width: 80%;
  height: auto;
  position: relative;
  display: block;
  margin: auto;
}
.bg-color .models .models_box .item_container .model_img .pics picture {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease-in-out;
}
.bg-color
  .models
  .models_box
  .item_container
  .model_img
  .pics
  picture:first-child {
  position: relative;
}
.bg-color
  .models
  .models_box
  .item_container
  .model_img
  .pics
  picture:last-child {
  position: absolute;
  top: 0;
  opacity: 0;
}
.bg-color .models .models_box .item_container .model_img img {
  max-width: 600px;
}
.bg-color .models .models_box .active {
  display: flex;
}
.bg-color .video {
  width: 100vw;
  height: 56.25vw;
}
.bg-color .video iframe {
  width: 100%;
  height: 100%;
}
.bg-color .info {
  width: 100%;
  height: auto;
  background: black;
  text-align: center;
}
.bg-color .info .slick-prev,
.bg-color .info .slick-next {
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #d200ff, #f25c05);
  -webkit-animation: gradient-animation 2s infinite;
  animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 503;
  transition: 0.3s ease-in-out;
}
.bg-color .info .slick-prev::before,
.bg-color .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;
}
.bg-color .info .slick-prev:hover,
.bg-color .info .slick-next:hover {
  width: 50px;
  height: 50px;
}
.bg-color .info .slick-prev::before {
  transform: rotate(180deg);
}
.bg-color .info .info_nav {
  display: inline-flex;
  padding: 2% 0;
  align-items: center;
}
.bg-color .info .info_nav ul {
  display: inline-flex;
}
.bg-color .info .info_nav ul li {
  background: #333;
  padding: 5px 15px;
  margin: 10px;
  cursor: pointer;
}
.bg-color .info .info_nav ul .active {
  background: #05f2db;
  color: #041340;
}
.bg-color .info .info_group {
  width: 100%;
  height: auto;
  text-align: left;
  display: none;
  -webkit-animation: fadeUp 0.5s ease-in-out;
  animation: fadeUp 0.5s ease-in-out;
}
.bg-color .info .info_group a {
  display: inline-block;
  margin: 15px;
  color: white;
}
.bg-color .info .info_group a .info_wrapper {
  position: relative;
}
.bg-color .info .info_group a .info_wrapper .info_video_link {
  position: relative;
}
.bg-color .info .info_group a .info_wrapper .info_video_link img {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg-color .info .info_group a .info_wrapper .info_video_link iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.bg-color .info .info_group a .info_wrapper .info_block {
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.bg-color .info .info_group a .info_wrapper .info_block .info_tags {
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.bg-color .info .info_group a .info_wrapper .info_block .info_tags .tag {
  padding: 5px 10px;
  background: #3b3c40;
  color: white;
  font-weight: bold;
}
.bg-color .info .info_group a .info_wrapper .info_block h5 {
  padding: 15px 0;
  font-weight: bold;
}
.bg-color .info .active {
  display: block;
}

@media all and (max-width: 1600px) {
  #intel800 h2 {
    font-size: 2.5rem;
  }
  #intel800 .chipset-nav .container ul {
    width: 60%;
    height: auto;
  }
  #intel800 .container {
    width: 90%;
    height: auto;
  }
  #intel800 .kv .slogan {
    bottom: 12%;
    text-align: center;
  }
 #intel800 .kv .icon{
    width: 30%;
    height: auto;
}
  #intel800 .kv .products {
    width: 60%;
    height: auto;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  #intel800 .about {
    display: flex;
  }
  #intel800 .ai_block{
    height:auto;
    padding: 5% 0;
}
  #intel800 .ai_block .container {
    width: 90%;
    height: 100%;
  }
  #intel800 .ai_block .container .ai_items ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #intel800 .ai_block .container .ai_items ul li {
    width: calc(50% - 30px);
    height: auto;
  }
  #intel800 .models {
    bottom: 30%;
  }
  #intel800 .models h4.title {
    font-size: 2.5rem;
  }
  #intel800
    .models
    .models_box
    .item_container
    .item_content
    .featureFlex
    .featureFlex_item {
    width: 45%;
    height: auto;
    padding: 5px 0;
  }
  #intel800 .feature .feature_items .content_img:not(:first-child) {
    top: 15px;
  }
}
@media all and (max-width: 1300px) {
  #intel800 .chipset-nav .container ul {
    width: 80%;
    height: auto;
  }
  #intel800 .kv {
    background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/intel800-bg-gray-mobile.jpg)
      center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #intel800 .kv .bg-cover {
    background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/intel-bg-mobile.jpg)
      center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #intel800 .kv .bg-cover img {
    display: none;
  }
  #intel800 .kv .products {
    width: 70%;
    height: auto;
    bottom: 35%;
  }
  #intel800 .kv .icon {
    width: 30%;
    height: auto;
    z-index: 500;
    top: 10%;
  }
  #intel800 .kv .slogan {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 10%;
    text-align: center;
  }
  #intel800 .kv .slogan h2 {
    flex-direction: column;
  }
  #intel800 .kv .slogan h2 span:nth-child(even) {
    font-size: 3.3rem;
  }
  #intel800 .kv .slogan h2 span:nth-child(odd) {
    font-size: 6rem;
  }
  #intel800 .kv .slogan h2 p {
    display: inline-block;
    padding: 0;
  }
  #intel800 .kv .slogan h1 {
    font-size: 1.6rem;
  }
  #intel800 .about .container {
    flex-direction: column;
  }
  #intel800 .about::before {
    background: url(https://storage-asset.msi.com/event/2024/CND/best-ai-motherboard/images/intel800-bg-gray-mobile.jpg)
      center center no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  #intel800 .about .about-detail .about-icon ul {
    font-size: 1rem;
    flex-wrap: wrap;
  }
  #intel800 .about .about-detail .about-icon ul li {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px;
  }
  #intel800 .ai_block {
    background-attachment: scroll;
    background-size: cover;
    background-position: left;
  }
  #intel800 .ai_block .container {
    width: 90%;
    height: 100%;
  }
  #intel800 .ai_block .container .ai_items ul {
    flex-wrap: wrap;
  }
  #intel800 .ai_block .container .ai_items ul li {
    width: calc(50% - 30px);
    height: auto;
  }
  #intel800 .feature .feature_items {
    flex-direction: column;
  }
  #intel800 .feature .feature_items .feature_cover {
    width: 100%;
    height: auto;
    padding: 10% 0;
  }
  #intel800 .feature .feature_items .feature_cover .grid_items {
    display: grid;
  }
  #intel800 .feature .feature_items .feature_cover h3 {
    font-size: 2rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    color: #05f2db;
  }
  #intel800 .feature .feature_items .feature_cover .feature_item {
    display: flex;
    background-size: cover;
  }
  #intel800 .feature .feature_items .feature_cover .feature_item .item_text {
    background: rgba(0, 0, 0, 0.7);
  }
  #intel800 .feature .feature_items .feature_cover .feature_item .item_img {
    width: 100%;
    height: auto;
  }
  #intel800 .feature .feature_items .feature_cover .feature_item h4 {
    text-align: center;
  }
  #intel800 .feature .feature_items #performance .content_img,
  #intel800 .feature .feature_items #frozr .content_img {
    width: 60%;
    height: auto;
  }
  #intel800 .feature .feature_items #performance .feature_item,
  #intel800 .feature .feature_items #frozr .feature_item {
    flex-direction: column-reverse !important;
  }
  #intel800 .feature .feature_items #performance .feature_item .item_img,
  #intel800 .feature .feature_items #frozr .feature_item .item_img {
    padding-top: 10%;
  }
  #intel800 .models h3,
  #intel800 .info h3 {
    font-size: 2rem;
  }
  #intel800 .models h4.title {
    font-size: 2.2rem;
  }
  #intel800 .models ul {
    width: 100%;
    height: auto;
  }
  #intel800 .models ul li img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
  }
  #intel800 .info .info_block p {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  #intel800 p {
    font-size: 1.2rem;
  }
  #intel800 h4 {
    font-size: 1.1rem;
  }
  #intel800 .chipset-nav {
    padding: 0;
    padding-top: 15px;
  }
  #intel800 .chipset-nav .container {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  #intel800 .chipset-nav .container .nav-button {
    width: 35px;
    height: 35px;
    margin: 15px;
  }
  #intel800 .chipset-nav .container .nav-button svg {
    fill: white;
    transition: 0.3s;
    cursor: pointer;
  }
  #intel800 .chipset-nav .container .nav-button svg:hover {
    fill: #041340;
    transition: 0.3s;
  }
  #intel800 .chipset-nav .container ul {
    width: 100%;
    height: auto;
    padding: 0;
    flex-direction: column;
    display: none;
  }
  #intel800 .chipset-nav .container ul li {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  #intel800 .chipset-nav .container ul li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0;
  }
  #intel800 .kv .icon {
    top: 15%;
  }
  #intel800 .kv .slogan {
    width: 100%;
    height: auto;
  }
  #intel800 .kv .slogan h2 span:nth-child(odd) {
    font-size: 3.6rem;
  }
  #intel800 .kv .slogan h2 span:nth-child(even) {
    font-size: 2.6rem;
  }
  #intel800 .kv .slogan h1 {
    font-size: 1rem;
  }
  #intel800 .ai_block {
    width: 100%;
    height: auto;
    padding: 5% 0;
  }
  #intel800 .ai_block .container h3 {
    font-size: 1.6rem;
  }
  #intel800 .ai_block .container .ai_items ul li {
    width: 100%;
    height: auto;
  }
  #intel800 .feature .feature_items .feature_cover .grid_items {
    display: grid;
    width: 90%;
    height: auto;
  }
  #intel800 .feature .feature_items .feature_cover .grid_items li h4 {
    font-size: 1.2rem;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content {
    padding: 10px 0;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    h5 {
    font-size: 0.8rem;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    h5
    span {
    font-size: 1rem;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    ul {
    top: -30%;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    ul
    li {
    width: calc(50% - 5px);
    height: auto;
    padding: 5px;
    margin: 5px auto;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    #dd {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    top: -50%;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    #dd
    li {
    width: 90%;
    height: auto;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    #conn {
    top: -30%;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    #ezdebug {
    top: -15%;
    align-items: flex-start;
  }
  #intel800
    .feature
    .feature_items
    .feature_cover
    .grid_items
    .feature_frame
    .feature_content_img
    #ezdebug
    li {
    width: calc(33.3333333333% - 5px);
    height: auto;
  }
  #intel800 .feature .feature_items #trilink .grid_items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(13, 1fr);
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(1) {
    grid-area: 1/1/4/5;
  }
  #intel800
    .feature
    .feature_items
    #trilink
    .grid_items
    li:nth-child(1)
    .feature_frame {
    width: 100%;
    height: auto;
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(2) {
    grid-area: 4/1/6/5;
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(3) {
    grid-area: 6/1/8/5;
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(4) {
    grid-area: 8/1/10/5;
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(5) {
    grid-area: 10/1/12/5;
  }
  #intel800 .feature .feature_items #trilink .grid_items li:nth-child(6) {
    grid-area: 12/1/14/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(13, 1fr);
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(1) {
    grid-area: 1/1/4/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(2) {
    grid-area: 4/1/6/3;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(3) {
    grid-area: 4/3/6/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(4) {
    grid-area: 6/1/10/3;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(5) {
    grid-area: 10/1/14/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(6) {
    grid-area: 6/3/10/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(7) {
    grid-area: 14/1/16/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(8) {
    grid-area: 16/1/18/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(9) {
    grid-area: 18/1/20/3;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(10) {
    grid-area: 18/3/20/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(11) {
    grid-area: 20/1/22/3;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(12) {
    grid-area: 20/3/22/5;
  }
  #intel800 .feature .feature_items #ezdiy .grid_items li:nth-child(13) {
    grid-area: 22/1/24/5;
  }
  #intel800
    .feature
    .feature_items
    #ezdiy
    .grid_items
    li:nth-child(13)
    .feature_content_img {
    position: relative;
  }
  #intel800 .feature .feature_items #performance .feature_item .item_img img {
    padding-top: 11%;
  }
  #intel800
    .feature
    .feature_items
    #performance
    .feature_item
    .item_img
    img:nth-child(8) {
    position: relative;
    text-align: center;
    margin: 0;
  }
  #intel800 .feature .feature_items #performance .content_img,
  #intel800 .feature .feature_items #frozr .content_img {
    width: 50%;
    height: auto;
  }
  #intel800 .models .models_nav {
    width: 100%;
    height: auto;
  }
  #intel800 .models .models_box .products .item_container {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .featureFlex {
    justify-content: space-between;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .featureFlex
    .featureFlex_item {
    width: calc(50% - 10px);
    height: auto;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .featureFlex
    .featureFlex_item
    ul
    li {
    padding: 5px 0;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .featureFlex
    .model_name {
    padding: 15px 0;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .featureFlex
    .model_name
    img {
    width: 50%;
    height: auto;
  }
  #intel800
    .models
    .models_box
    .products
    .item_container
    .item_content
    .model_img {
    padding: 15px 0;
  }
}
@media all and (max-width: 576px) {
  #intel800 {
    background: black;
  }
  #intel800 p {
    text-align: center;
  }
  #intel800 h2 {
    font-size: 2rem;
    text-align: center;
  }
  #intel800 .kv .products {
    width: 100%;
    height: auto;
    bottom: 40%;
  }
  #intel800 .kv .slogan h1 {
    font-size: 1rem;
  }
  #intel800 .kv .slogan h2 span:nth-child(odd) {
    font-size: 3rem;
  }
  #intel800 .kv .slogan h2 span:nth-child(even) {
    font-size: 2rem;
  }
  #intel800 .kv .icon {
    width: 80%;
    height: auto;
  }
  #intel800 .ai_block .ai_content img {
    width: 60%;
    height: auto;
  }
  #intel800 .feature .feature_items #performance .feature_item .item_img img,
  #intel800 .feature .feature_items #frozr .feature_item .item_img img {
    padding-top: 30%;
  }
  #intel800 .feature .feature_items #performance .content_img,
  #intel800 .feature .feature_items #frozr .content_img {
    width: 60%;
    height: auto;
  }
  #intel800 .models .models_nav {
    padding-bottom: 10%;
  }
  #intel800 .models .models_box .item_container {
    padding: 10% 5px;
  }
}
