@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(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 fogAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes fogAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes fogAnim-m {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes fogAnim-m {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@-webkit-keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            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 #F25C05);
            filter: drop-shadow(0 0 0 #F25C05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px #F25C05);
            filter: drop-shadow(0 0 5px #F25C05);
  }
}
@keyframes shadow-main {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #F25C05);
            filter: drop-shadow(0 0 0 #F25C05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px #F25C05);
            filter: drop-shadow(0 0 5px #F25C05);
  }
}
@-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 giveawayScale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 10px #fff34c);
            filter: drop-shadow(0 0 10px #fff34c);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes giveawayScale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 10px #fff34c);
            filter: drop-shadow(0 0 10px #fff34c);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-filter: none;
            filter: none;
  }
}
body {
  padding: 0;
  margin: 0;
  border: 0;
}

.msiHeader__nav {
  height: 0;
}

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

.bg-color {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color .starbox {
  width: 150%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bg-color .starbox .star {
  width: 100%;
  height: auto;
  background-image: url(../images/star.svg);
  background-color: #383E40;
  background-size: 100%;
  background-attachment: fixed;
  -webkit-animation: bg 60s linear infinite;
          animation: bg 60s linear infinite;
  margin-left: 0;
}
.bg-color section {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-color ::-moz-selection {
  background: #65858C;
  color: #C1D4D9;
}
.bg-color ::selection {
  background: #65858C;
  color: #C1D4D9;
}
.bg-color *:hover {
  -webkit-transition: 0.3s ease-in-out;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color a:hover {
  -webkit-transition: 0.3s ease-in-out;
  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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 0;
}
.bg-color .item-container .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-color nav {
  width: 100%;
  height: auto;
  z-index: 399;
  font-family: industry, sans-serif;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bg-color nav .container {
  padding: 0;
  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;
}
.bg-color nav ul {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #F25C05;
}
.bg-color nav ul li .active {
  color: #F25C05;
}
.bg-color .chipset-nav {
  position: fixed;
  top: 0;
  background: #383E40;
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: #F25C05;
}
.bg-color .chipset-nav .container ul .active a {
  color: #F25C05;
}
.bg-color .chipset {
  display: none;
}
.bg-color .kv {
  width: 100%;
  height: 100vh;
  background: url(../images/amd800-bg-gray.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
}
.bg-color .kv .fog__imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40%;
  left: -1px;
  z-index: 2;
  background-image: url(../images/fog.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-animation: 50s fogAnim linear infinite;
          animation: 50s fogAnim linear infinite;
}
.bg-color .kv .mb-box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bg-color .kv .mb-box .mb-pd {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg-color .kv .mb-box .mb-pd [class^=pd-text-]:not(.pd-text-meg) {
  width: 300px;
  height: auto;
  position: relative;
}
.bg-color .kv .mb-box .mb-pd [class^=pd-text-]:not(.pd-text-meg) img:first-child {
  width: auto;
  height: 50%;
  position: absolute;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  left: 0;
  bottom: 8%;
  z-index: -1;
}
.bg-color .kv .mb-box .mb-pd .pd-text-meg {
  width: 250px;
  height: auto;
  position: relative;
}
.bg-color .kv .mb-box .mb-pd .pd-text-meg img:first-child {
  width: auto;
  height: 55%;
  position: absolute;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  right: 0;
  left: auto;
  bottom: 0;
  z-index: -1;
}
.bg-color .kv .pi-icon {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  position: absolute;
}
.bg-color .kv .pi-icon [class^=pi-] {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bg-color .kv .pi-icon [class^=pi-] img {
  width: 110px;
  height: auto;
  position: absolute;
  animation: shadow 1s infinite alternate-reverse ease-in-out;
}
.bg-color .kv .pi-icon .pi-mpg img {
  top: 42%;
  left: 12%;
}
.bg-color .kv .pi-icon .pi-mag img {
  top: 14%;
  left: 47%;
}
.bg-color .kv .pi-icon .pi-meg img {
  top: 24%;
  right: 10%;
}
.bg-color .kv .slogan {
  width: 80%;
  height: auto;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.bg-color .kv .slogan h2 {
  color: #F25C05;
  letter-spacing: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg-color .kv .slogan h2 .one, .bg-color .kv .slogan h2 .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg-color .kv .slogan h2 .two p:first-child {
  padding-left: 2rem;
}
.bg-color .kv .slogan h2 p {
  background: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#4e00ff));
  background: linear-gradient(90deg, #d200ff, #4e00ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-animation: gradient-animation 2s infinite;
          animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
}
.bg-color .kv .slogan h2 #messenger1, .bg-color .kv .slogan h2 #messenger2 {
  color: #F25C05;
}
.bg-color .kv .slogan h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #383E40;
  font-weight: 500;
  font-size: 1rem;
}
.bg-color .kv .amd-icon {
  width: auto;
  height: 60px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.bg-color .kv .bg-cover {
  width: 100%;
  height: 100%;
  background: url(../images/amd800-bg-cover.jpg) center center no-repeat;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.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(../images/amd800-bg-gray.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));
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  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 .container {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 30px;
}
.bg-color .about .about-mb {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bg-color .about .about-detail {
  width: 100%;
  height: auto;
  color: #383E40;
  font-size: 1.2rem;
  opacity: 0;
}
.bg-color .about .about-detail p {
  padding-bottom: 2rem;
}
.bg-color .about .about-detail .about-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-align: center;
}
.bg-color .about .about-detail .about-icon ul li {
  color: white;
  padding: 5px 10px;
  position: relative;
}
.bg-color .about .about-detail .about-icon ul li::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(20deg);
          transform: translateY(-50%) skewX(20deg);
  background: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#4e00ff));
  background: linear-gradient(90deg, #d200ff, #4e00ff);
  -webkit-animation: gradient-animation 2s infinite;
          animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-color .about .about-detail .about-icon ul li:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#F25C05));
  background: linear-gradient(90deg, #d200ff, #F25C05);
  -webkit-transform: translateY(-50%) skewX(0);
          transform: translateY(-50%) skewX(0);
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: 3;
}
.bg-color .feature .feature_items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-color .feature .feature_items .feature_cover {
  width: 6%;
  height: auto;
  -webkit-transition: 0.3s;
  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;
}
.bg-color .feature .feature_items .feature_cover:nth-child(1) {
  background-image: url(../images/feature-ultra_performance-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(2) {
  background-image: url(../images/feature-trilink-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(3) {
  background-image: url(../images/feature-frozr_design-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(4) {
  background-image: url(../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 #C1D4D9;
  border-radius: 1rem;
  text-align: center;
  background: black;
  overflow: hidden;
}
.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: -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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          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 #65858C;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
          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: 1.2rem;
  font-weight: bold;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img h5 span {
  font-size: 2rem;
  padding: 0 2px;
  color: #F25C05;
}
.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: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#F25C05));
  background: linear-gradient(90deg, #d200ff, #F25C05);
  -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;
  -webkit-transition: 0.3s ease-in-out;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link a:hover {
  border: 2px solid #C1D4D9;
  -webkit-transition: 0.3s ease-in-out;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  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;
  -webkit-transition: 0.3s ease-in-out;
  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(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: 3;
}
.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(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: 3;
}
.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(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: 3;
}
.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 h4 {
  font-size: 1.4rem;
}
.bg-color .feature .feature_items .active {
  width: 82%;
  height: auto;
  background-size: contain;
  padding: 1rem 2rem;
}
.bg-color .feature .feature_items .active h3 {
  width: 100%;
  height: auto;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  color: #F25C05;
}
.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;
  -ms-flex-negative: 2;
      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 #C1D4D9;
  padding: 10px;
  margin: 15px 0;
  background: rgba(193, 212, 217, 0.5);
  cursor: pointer;
}
.bg-color .feature .feature_items .feature_item .item_text .set h4:hover {
  background: #c1d4d9;
}
.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;
  -ms-flex-negative: 1;
      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: 2;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.bg-color .feature .feature_items #performance .content_img {
  margin: auto;
}
.bg-color .feature .feature_items #performance .content_img:not(:first-child) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.bg-color .feature .feature_items #frozr .content_img:nth-last-child(1), .bg-color .feature .feature_items #frozr .content_img:nth-last-child(2) {
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: none;
          animation: none;
}
.bg-color .feature .feature_items .feature_cover.active .feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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(193, 212, 217, 0.25), 0 0 1rem rgba(193, 212, 217, 0.25), 0 0 2rem rgba(193, 212, 217, 0.25), 0 0 3rem rgba(193, 212, 217, 0.25), 0 0 4rem rgba(193, 212, 217, 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: 4rem;
  font-weight: bold;
}
.bg-color .models ul {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #383E40;
  margin: 2% auto;
  cursor: pointer;
  padding: 0;
}
.bg-color .models ul li img {
  width: 60%;
  height: auto;
}
.bg-color .models ul li:hover {
  background: white;
}
.bg-color .models ul li:hover img {
  mix-blend-mode: difference;
}
.bg-color .models ul .active {
  background: white;
}
.bg-color .models ul .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;
  display: none;
  padding-bottom: 5%;
}
.bg-color .models .models_box .products:nth-child(1) {
  background: radial-gradient(circle farthest-corner at top, black 80%, #e9c582);
}
.bg-color .models .models_box .products:nth-child(1) .cornered {
  background-image: url(../images/meg-border.png);
}
.bg-color .models .models_box .products:nth-child(2) {
  background: radial-gradient(circle farthest-corner at top, black 80%, #e81f76);
}
.bg-color .models .models_box .products:nth-child(2) .cornered {
  background-image: url(../images/mpg-border.png);
}
.bg-color .models .models_box .products:nth-child(3) {
  background: radial-gradient(circle farthest-corner at top, black 80%, #d3e736);
}
.bg-color .models .models_box .products:nth-child(3) .cornered {
  background-image: url(../images/mag-border.png);
}
.bg-color .models .models_box .products:nth-child(4) {
  background: radial-gradient(circle farthest-corner at top, black 80%, #58a4eb);
}
.bg-color .models .models_box .products:nth-child(4) .cornered {
  background-image: url(../images/pro-border.png);
}
.bg-color .models .models_box .products .item_container {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2% 0;
  margin: auto;
}
.bg-color .models .models_box .products .item_container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bg-color .models .models_box .products .item_container .item_content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bg-color .models .models_box .products .item_container .item_content .model_name {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-color .models .models_box .products .item_container .item_content .model_name h3 {
  font-size: 4rem;
}
.bg-color .models .models_box .products .item_container .item_content .model_name img {
  width: 30%;
  height: auto;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item {
  width: 40%;
  height: auto;
  position: relative;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered {
  width: 100%;
  height: auto;
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 10px;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item .cornered h4 {
  font-weight: bold;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
  cursor: default;
}
.bg-color .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul:hover li {
  background: transparent;
}
.bg-color .models .models_box .products .item_container .item_content .model_link {
  width: 60%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.bg-color .models .models_box .products .item_container .item_content .model_link a {
  color: white;
  border: 1px solid white;
  display: block;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#F25C05));
  background: linear-gradient(90deg, #d200ff, #F25C05);
  font-family: industry, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 2rem;
  background-size: 100% 100%;
}
.bg-color .models .models_box .products .item_container .item_content .model_link a:hover {
  -webkit-animation: gradient-animation 0.5s infinite ease-in-out;
          animation: gradient-animation 0.5s infinite ease-in-out;
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bg-color .models .models_box .products .item_container .model_img {
  width: 100%;
  height: auto;
}
.bg-color .models .models_box .products .item_container .model_img .pics {
  width: 80%;
  height: auto;
  position: relative;
  display: block;
  margin: auto;
}
.bg-color .models .models_box .products .item_container .model_img .pics picture {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.bg-color .models .models_box .products .item_container .model_img .pics picture:first-child {
  position: relative;
}
.bg-color .models .models_box .products .item_container .model_img .pics picture:last-child {
  position: absolute;
  top: 0;
  opacity: 0;
}
.bg-color .models .models_box .products .item_container .model_img img {
  max-width: 600px;
}
.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: -webkit-gradient(linear, left top, right top, from(#d200ff), to(#F25C05));
  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: 3;
  -webkit-transition: 0.3s ease-in-out;
  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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg-color .info .info_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-color .info .info_nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bg-color .info .info_nav ul li {
  background: #383E40;
  padding: 5px 15px;
  margin: 10px;
  cursor: pointer;
}
.bg-color .info .info_nav ul .active {
  background: #F25C05;
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.bg-color .info .info_group a .info_wrapper .info_block .info_tags .tag {
  padding: 5px 10px;
  background: #C1D4D9;
  color: #383E40;
  font-weight: bold;
}
.bg-color .info .info_group a .info_wrapper .info_block h5 {
  padding: 15px 0;
  font-weight: bold;
}
.bg-color .event {
  width: 100%;
  height: 50vh;
  background: black;
  overflow-y: auto;
}
.bg-color .event .sideqik-promotion {
  width: 50%;
  height: auto;
  margin: auto;
}
.bg-color .giveaway {
  width: 90px;
  height: 90px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  opacity: 0;
  -webkit-animation: giveawayScale 2s infinite ease;
          animation: giveawayScale 2s infinite ease;
}
.bg-color .giveaway:hover {
  -webkit-animation: none;
          animation: none;
}

@media all and (max-width: 1600px) {
  #amd800 .feature .feature_items .content_img:not(:first-child) {
    top: 15px;
  }
  #amd800 h2 {
    font-size: 2.5rem;
  }
  #amd800 .chipset-nav .container ul {
    width: 60%;
    height: auto;
  }
  #amd800 .container {
    width: 90%;
    height: auto;
  }
  #amd800 .kv .fog__imgBox {
    -webkit-animation: 50s fogAnim-m linear infinite;
            animation: 50s fogAnim-m linear infinite;
  }
  #amd800 .kv .mb-box .mb-pd {
    top: 20%;
  }
  #amd800 .kv .slogan {
    bottom: 15%;
  }
  #amd800 .kv .amd-icon {
    bottom: 5%;
  }
  #amd800 .kv .pi-icon {
    width: 100%;
    height: 100%;
  }
  #amd800 .kv .pi-icon [class^=pi-] {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #amd800 .kv .pi-icon [class^=pi-] img {
    width: 60px;
    height: auto;
    position: absolute;
    animation: shadow 1s infinite alternate-reverse ease-in-out;
  }
  #amd800 .kv .pi-icon .pi-mpg img {
    left: 26%;
  }
  #amd800 .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #amd800 .models h4.title {
    font-size: 3rem;
  }
}
@media all and (max-width: 1300px) {
  #amd800 .chipset-nav .container ul {
    width: 80%;
    height: auto;
  }
  #amd800 .kv {
    background: url(../images/amd800-bg-gray-mobile.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #amd800 .kv .bg-cover {
    background: url(../images/amd800-bg-mobile.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #amd800 .kv .pi-icon {
    width: 100%;
    height: 100%;
  }
  #amd800 .kv .pi-icon [class^=pi-] {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #amd800 .kv .pi-icon [class^=pi-] img {
    width: 100px;
    height: auto;
    position: absolute;
    animation: shadow 1s infinite alternate-reverse ease-in-out;
  }
  #amd800 .kv .pi-icon .pi-meg img {
    top: 10%;
    left: 20%;
  }
  #amd800 .kv .pi-icon .pi-mpg img {
    top: 40%;
    left: 20%;
  }
  #amd800 .kv .pi-icon .pi-mag img {
    top: 60%;
    left: 18%;
  }
  #amd800 .kv .mb-box .mb-pd {
    width: 100%;
    height: 100%;
    top: 5%;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-] {
    width: 40%;
    height: auto;
    position: absolute;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-]:nth-child(1) {
    left: 0;
    top: 10%;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-]:nth-child(2) {
    left: 20%;
    top: 5%;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-]:nth-child(3) {
    left: 40%;
    top: 0%;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-]:nth-child(4) {
    top: 20%;
    left: 50%;
  }
  #amd800 .kv .amd-icon {
    width: 80%;
    height: auto;
    left: 50%;
  }
  #amd800 .kv .slogan {
    width: 100%;
    height: auto;
  }
  #amd800 .kv .slogan h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4rem;
  }
  #amd800 .kv .slogan h2 p {
    display: inline-block;
    padding: 0;
  }
  #amd800 .kv .slogan h1 {
    font-size: 2rem;
  }
  #amd800 .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #amd800 .about::before {
    background: url(../images/amd800-bg-gray-mobile.jpg) center center no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  #amd800 .about .about-detail .about-icon ul {
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #amd800 .about .about-detail .about-icon ul li {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px;
  }
  #amd800 .feature .feature_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #amd800 .feature .feature_items .feature_cover {
    width: 100%;
    height: auto;
    padding: 10% 0;
  }
  #amd800 .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;
  }
  #amd800 .feature .feature_items .feature_cover .feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
  }
  #amd800 .feature .feature_items .feature_cover .feature_item .item_text {
    background: rgba(0, 0, 0, 0.7);
  }
  #amd800 .feature .feature_items .feature_cover .feature_item h4 {
    text-align: center;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items {
    display: grid;
    width: 90%;
    height: auto;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items li h4 {
    font-size: 1.2rem;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content {
    padding: 10px 0;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img h5 {
    font-size: 0.8rem;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img h5 span {
    font-size: 1rem;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img ul {
    top: -30%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.9rem;
  }
  #amd800 .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;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #dd {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    top: -50%;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #dd li {
    width: 90%;
    height: auto;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #conn {
    top: -30%;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #ezdebug {
    top: -15%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #amd800 .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #ezdebug li {
    width: calc(33.3333333333% - 5px);
    height: auto;
  }
  #amd800 .feature .feature_items #trilink .grid_items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(13, 1fr);
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(1) {
    grid-area: 1/1/4/5;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(1) .feature_frame {
    width: 100%;
    height: auto;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(2) {
    grid-area: 4/1/6/5;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(3) {
    grid-area: 6/1/8/5;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(4) {
    grid-area: 8/1/10/5;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(5) {
    grid-area: 10/1/12/5;
  }
  #amd800 .feature .feature_items #trilink .grid_items li:nth-child(6) {
    grid-area: 12/1/14/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(13, 1fr);
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(1) {
    grid-area: 1/1/4/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(2) {
    grid-area: 4/1/6/3;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(3) {
    grid-area: 4/3/6/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(4) {
    grid-area: 6/1/10/3;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(5) {
    grid-area: 10/1/14/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(6) {
    grid-area: 6/3/10/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(7) {
    grid-area: 14/1/16/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(8) {
    grid-area: 16/1/18/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(9) {
    grid-area: 18/1/20/3;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(10) {
    grid-area: 18/3/20/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(11) {
    grid-area: 20/1/22/3;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(12) {
    grid-area: 20/3/22/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(13) {
    grid-area: 22/1/24/5;
  }
  #amd800 .feature .feature_items #ezdiy .grid_items li:nth-child(13) .feature_content_img {
    position: relative;
  }
  #amd800 .feature .feature_items #performance .feature_item, #amd800 .feature .feature_items #frozr .feature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  #amd800 .models h3, #amd800 .info h3 {
    font-size: 2rem;
  }
  #amd800 .models h4.title {
    font-size: 2.2rem;
  }
  #amd800 .models ul {
    width: 100%;
    height: auto;
  }
  #amd800 .models ul li {
    padding: 15px 10px;
  }
  #amd800 .models ul li img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #amd800 .models .models_box .products .item_container {
    width: 90%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #amd800 .models .models_box .products .item_container .item_content .featureFlex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #amd800 .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item {
    width: calc(50% - 10px);
    height: auto;
  }
  #amd800 .models .models_box .products .item_container .item_content .featureFlex .featureFlex_item ul li {
    padding: 5px 0;
  }
  #amd800 .models .models_box .products .item_container .item_content .model_name {
    padding: 15px 0;
  }
  #amd800 .models .models_box .products .item_container .item_content .model_name img {
    width: 50%;
    height: auto;
  }
  #amd800 .models .models_box .products .item_container .model_img {
    padding: 15px 0;
  }
  #amd800 .info .info_block p {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  #amd800 h4 {
    font-size: 1.2rem;
  }
  #amd800 .chipset-nav {
    padding: 0;
    padding-top: 15px;
  }
  #amd800 .chipset-nav .container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #amd800 .chipset-nav .container .nav-button {
    width: 35px;
    height: 35px;
    margin: 15px;
  }
  #amd800 .chipset-nav .container .nav-button svg {
    fill: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #amd800 .chipset-nav .container .nav-button svg:hover {
    fill: #65858C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #amd800 .chipset-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;
  }
  #amd800 .chipset-nav .container ul li {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  #amd800 .chipset-nav .container ul li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0;
  }
  #amd800 .kv .amd-icon {
    width: 100%;
    height: auto;
  }
  #amd800 .kv .slogan, #amd800 .kv .amd-icon, #amd800 .kv .pi-icon {
    width: 100%;
    height: auto;
  }
  #amd800 .kv .slogan h2 {
    font-size: 2rem;
  }
  #amd800 .kv .slogan h2 p:nth-child(3) {
    padding-left: 1rem;
  }
  #amd800 .kv .amd-icon {
    width: 90%;
    height: auto;
    left: 50%;
  }
  #amd800 .kv .mb-box .mb-pd {
    width: 100%;
    height: 100%;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-] {
    width: 40%;
    height: auto;
    position: absolute;
  }
  #amd800 .kv .mb-box .mb-pd [class^=pd-text-]:nth-child(4) {
    left: 50%;
    top: 15%;
  }
  #amd800 .kv .pi-icon {
    width: 100%;
    height: 100%;
  }
  #amd800 .kv .pi-icon [class^=pi-] {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #amd800 .kv .pi-icon [class^=pi-] img {
    width: 50px;
    height: auto;
    position: absolute;
    animation: shadow 1s infinite alternate-reverse ease-in-out;
  }
  #amd800 .kv .pi-icon .pi-meg img {
    top: 20%;
    left: 5%;
  }
  #amd800 .kv .pi-icon .pi-mpg img {
    top: 25%;
    left: 20%;
  }
  #amd800 .kv .pi-icon .pi-mag img {
    top: 35%;
    left: 2%;
  }
  #amd800 .kv .container {
    padding-top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #amd800 .models ul li img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media all and (max-width: 576px) {
  #amd800 {
    background: black;
  }
  #amd800 p {
    text-align: center;
  }
  #amd800 h2 {
    font-size: 2rem;
    text-align: center;
  }
  #amd800 .kv .mb-box .mb-pd {
    top: 20%;
  }
  #amd800 .kv .slogan h1 {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */