/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.col_BGC_black {
  background-color: #000;
}
.grayText {
  color: #999;
}
.textShadowBlue {
  text-shadow: 0 0.05em 0.2em #0080ff;
}
@font-face {
  font-family: Trade-Gothic-LT-Bold;
  src: url(../font/Trade-Gothic-LT-Bold.woff2) format("woff2"),
    url(../font/Trade-Gothic-LT-Bold.woff) format("woff"),
    url(../font/Trade-Gothic-LT-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Regular;
  src: local(Roboto Regular), local(Roboto-Regular),
    url(../font/Roboto-Regular.woff2) format("woff2"),
    url(../font/Roboto-Regular.woff) format("woff"),
    url(../font/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto Condensed;
  src: local(Roboto Condensed), local(Roboto-Condensed),
    url(../font/RobotoCondensed-Regular.woff2) format("woff2"),
    url(../font/RobotoCondensed-Regular.woff) format("woff"),
    url(../font/RobotoCondensed-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: rogfonts-regular;
  src: url(../font/ROGFonts-Regular_PL.woff) format("woff"),
    url(../font/ROGFonts-Regular_PL.OTF?#iefix) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NVIDIASans_W_Bd;
  src: url(../font/NVIDIASans_W_Bd.woff2) format("woff2"),
    url(../font/NVIDIASans_W_Bd.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NVIDIASans_W_Rg;
  src: url(../font/NVIDIASans_W_Rg.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
}
body.js-no-scroll,
html.js-no-scroll {
  overflow: hidden;
}
sup.sign-tm {
  top: -0.5em;
  font-size: 56%;
  line-height: 1.2;
}
sup.sign-fnum {
  top: -0.25em;
}
.lowerCase {
  text-transform: lowercase;
}
.infoWord {
  vertical-align: top;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.numCircle {
  width: 20px;
  height: 20px;
  font-family: Trade-Gothic-LT-Bold, Roboto Light, Arial, Microsoft JhengHei,
    LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  color: #000;
  margin-right: 5px;
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #000;
  font-display: optional;
}
.outer-view {
  color: #fff;
  font-size: calc(16px + 0.1vw);
  line-height: 1.4;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 2560px) {
  .outer-view {
    font-size: 15.36px;
    line-height: 24.576px;
  }
}
@media (max-width: 736px) {
  .outer-view {
    font-size: calc(16px + 0.1vw);
  }
}
.outer-view sup {
  font-size: 50%;
  vertical-align: super;
  top: 0;
}
.outer-view h2,
.outer-view h3,
.outer-view h4 {
  color: #fff;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
.outer-view a,
.outer-view button,
.outer-view p {
  color: #fff;
  font-size: 1vw;
  line-height: 1.5;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
.outer-view p.top,
.outer-view p.describe{
  color: #9066FF;
}
@media (min-width: 2560px) {
  .outer-view a,
  .outer-view button,
  .outer-view p {
    font-size: 15.36px;
    line-height: 24.576px;
    letter-spacing: 0.512px;
  }
}
@media (max-width: 1024px) {
  .outer-view a,
  .outer-view button,
  .outer-view p {
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .outer-view a,
  .outer-view button,
  .outer-view p {
    font-size: calc(16px + 0.1vw);
  }
}
.outer-view .note {
  color: #c9c9c9 !important;
  display: block;
  font-size: 0.7vw;
  line-height: 1.5;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  margin-top: 0.8vw !important;
}
.outer-view .note a{
  font-size: inherit;
  text-decoration: none;
}
@media (min-width: 2560px) {
  .outer-view .note {
    font-size: 12.36px;
    line-height: 24.576px;
  }
}
@media (max-width: 1024px) {
  .outer-view .note {
    font-size: calc(13px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .outer-view .note {
    font-size: calc(13px + 0.1vw);
  }
}
.outer-view a {
  color: #fff;
  transition: color 0.4s ease;
}
.outer-view a.link {
  text-decoration: underline;
}
.outer-view .rog-font {
  font-family: rogfonts-regular, Microsoft JhengHei, "sans-serif" !important;
}
.outer-view .geforce-font {
  font-family: GeForce-Bold, Microsoft JhengHei, "sans-serif" !important;
}
.bold {
  font-weight: 700;
}
.grid-block {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 0;
}
.grid-block.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-block.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-block.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.brief-container {
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 1s ease, transform 1s ease;
}
.brief-container.active {
  opacity: 1;
  transform: translateY(0);
}
.section__base:not(#section-kv) {
  transition: opacity 0.5s ease-in-out;
}
.section__base.navShow {
  opacity: 1;
  display: block;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0.5s ease-in-out;
}
.section__base > .img {
  position: relative;
  left: 50%;
}
.outer-view section {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
}
@media (min-width: 2561px) {
  .outer-view section {
    padding-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 2560px) {
  .outer-view section {
    padding-top: 10vw;
  }
}
@media (max-width: 735px) {
  .outer-view section {
    padding-top: 160px;
  }
}
.outer-view section .will-change-transform {
  will-change: transform;
}
.outer-view section .container {
  margin: 0;
}
.outer-view section .img__ada {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.outer-view section .img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.outer-view section .underline {
  text-decoration: underline;
}
.outer-view section .flex-block {
  display: flex;
  display: -webkit-flex;
}
.outer-view section .flex-block.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.outer-view section button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.outer-view section button.btn-pause {
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/icon_pause_w.svg);
  background-size: cover;
  filter: drop-shadow(0 0 2px #000);
  opacity: 0.65;
  text-indent: -9999999px;
  z-index: 50;
  transition: opacity 0.25s ease;
}
.outer-view section button.btn-pause.dark {
  filter: brightness(0);
}
.outer-view section button.btn-pause[data-status="play"] {
  background-image: url(../images/svg/icon_play_w.svg);
}
@media (hover: hover) {
  .outer-view section button.btn-pause:hover {
    opacity: 1;
  }
}
@media (max-width: 735px) {
  .outer-view section button.btn-pause {
    width: 20px;
    height: 20px;
  }
}
.outer-view section button.btn-rainbow-border {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1vw;
  line-height: 1.5;
  margin-right: 40px;
  padding: 10px 30px;
  position: relative;
  transition: transform 0.2s ease;
}
@media (min-width: 2560px) {
  .outer-view section button.btn-rainbow-border {
    font-size: 0.6vw;
    line-height: 1.6;
    letter-spacing: 0.512px;
  }
}
@media (max-width: 735px) {
  .outer-view section button.btn-rainbow-border {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (hover: hover) {
  .outer-view section button.btn-rainbow-border:hover {
    transform: scale(1.05);
  }
  .outer-view section button.btn-rainbow-border:hover:before {
    background-image: linear-gradient(
      90deg,
      #fff,
      #fff,
      #fff,
      #fff,
      #fff,
      #fff
    );
  }
}
.outer-view section button.btn-rainbow-border:before {
  content: "";
  inset: 0;
  border-radius: 50px;
  background-position: 0 0;
  background-size: 100%;
  background-image: linear-gradient(
    90deg,
    #be68f5,
    #6e0dff,
    #52c8f3,
    #fff,
    #f992ea,
    #be68f5
  );
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  position: absolute;
  transition: background-image 0.2s ease;
}
.outer-view section .w-2560 {
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .w-1920 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .w-1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .w-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .w-1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .w-920 {
  max-width: 920px;
}
.outer-view section .content-frame,
.outer-view section .w-920 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.outer-view section .wd-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1.172vw;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.outer-view section .wd-content.large-text-center {
  text-align: center;
}
.outer-view section .wd-content.large-text-left {
  text-align: left;
}
.outer-view section .wd-content.large-text-right {
  text-align: right;
}
@media (max-width: 1279px) {
  .outer-view section .wd-content.medium-text-center {
    text-align: center;
  }
  .outer-view section .wd-content.medium-text-left {
    text-align: left;
  }
  .outer-view section .wd-content.medium-text-right {
    text-align: right;
  }
}
@media (max-width: 735px) {
  .outer-view section .wd-content.small-text-center {
    text-align: center;
  }
  .outer-view section .wd-content.small-text-left {
    text-align: left;
  }
  .outer-view section .wd-content.small-text-right {
    text-align: right;
  }
}
@media (max-width: 736px) {
  .outer-view section .wd-content {
    width: 95vw;
    text-align: left;
    margin: calc(14.5px + 0.1vw) auto;
    padding: 0 calc(19.5px + 0.1vw);
  }
}
.outer-view section .wd-content > * {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.outer-view section .wd-content > * .icon_slogan {
  margin-left: 0;
  margin-right: 0;
}
.outer-view section .wd-content > .content-slogan {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-size: 2vw;
  line-height: 0.7;
  text-transform: uppercase;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  color: #9066FF;
}
@media (min-width: 2560px) {
  .outer-view section .wd-content > .content-slogan {
    font-size: 33.28px;
  }
}
@media (max-width: 1440px) {
  .outer-view section .wd-content > .content-slogan {
    font-size: 2.4vw;
  }
}
@media (max-width: 1024px) {
  .outer-view section .wd-content > .content-slogan {
    font-size: calc(30px + 0.1vw);
    width: 100%;
    margin: calc(9.5px + 0.1vw) 0 calc(19.5px + 0.1vw);
    line-height: 1.1;
  }
}
@media (max-width: 736px) {
  .outer-view section .wd-content > .content-slogan {
    font-size: calc(22.5px + 0.1vw);
  }
}
.outer-view section .wd-content > .icon_title {
  display: none;
}
.outer-view section .wd-content > .content-title {
  font-size: 3.3vw;
  margin-top: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}
@media (min-width: 2560px) {
  .outer-view section .wd-content > .content-title {
    font-size: 53.76px;
    margin-top: 28.16px;
  }
}
@media (max-width: 1440px) {
  .outer-view section .wd-content > .content-title {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
@media (max-width: 1024px) {
  .outer-view section .wd-content > .content-title {
    font-size: calc(49px + 0.1vw);
    letter-spacing: 0.17vw;
    line-height: 1.2;
    margin: calc(11px + 0.1vw) 0 0;
  }
}
@media (max-width: 736px) {
  .outer-view section .wd-content > .content-title {
    width: 100%;
    font-size: calc(34.5px + 0.1vw);
    letter-spacing: 0.17vw;
    line-height: 1.2;
    margin: calc(11px + 0.1vw) 0 0;
  }
}
.outer-view section .wd-content > .content-info {
  width: 80%;
  margin-top: 0.8vw;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 1vw;
  line-height: 1.5;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .outer-view section .wd-content > .content-info {
    font-size: 1vw;
    line-height: 1.5;
  }
}
@media (min-width: 2560px) {
  .outer-view section .wd-content > .content-info {
    font-size: 15.36px;
    line-height: 24.576px;
    letter-spacing: 0.512px;
    margin-top: 15.36px;
  }
}
@media (max-width: 1440px) {
  .outer-view section .wd-content > .content-info {
    width: 80%;
    letter-spacing: 0.05vw;
    margin-top: 1.1vw;
    font-size: 1.25vw;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .outer-view section .wd-content > .content-info {
    width: 80%;
    margin-top: calc(10px + 0.1vw);
    line-height: 1.5;
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .outer-view section .wd-content > .content-info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: calc(16px + 0.1vw);
  }
}
.outer-view section .wd-content > .content-comment {
  margin-left: auto;
  margin-right: auto;
  color: #999;
  margin-top: 0.8vw;
  font-size: 0.7vw;
  line-height: 1.5;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  position: relative;
}
@media (min-width: 2560px) {
  .outer-view section .wd-content > .content-comment {
    font-size: 12.36px;
    line-height: 24.576px;
    letter-spacing: 0.512px;
    margin-top: 15.36px;
  }
}
@media (max-width: 1440px) {
  .outer-view section .wd-content > .content-comment {
    font-size: 0.95vw;
    line-height: 1.7;
  }
}
@media (max-width: 1024px) {
  .outer-view section .wd-content > .content-comment {
    font-size: calc(13px + 0.1vw);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.45;
    margin-top: calc(13px + 0.1vw);
  }
}
@media (max-width: 480px) {
  .outer-view section .wd-content > .content-comment {
    max-width: 350px;
    font-size: calc(13px + 0.1vw);
  }
}
.outer-view section .wd-content > .content-comment a {
  text-decoration: underline;
}
.outer-view section .wd-content > .content-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8vw;
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 2560px) {
  .outer-view section .wd-content > .content-link {
    font-size: 15.36px;
    line-height: 24.576px;
    letter-spacing: 0.512px;
    margin-top: 15.36px;
  }
}
@media (max-width: 1440px) {
  .outer-view section .wd-content > .content-link {
    font-size: 1.25vw;
    line-height: 1.7;
  }
}
@media (max-width: 1024px) {
  .outer-view section .wd-content > .content-link {
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .outer-view section .wd-content > .content-link {
    font-size: calc(16px + 0.1vw);
  }
}
.outer-view section > figure.img {
  position: relative;
}
.outer-view section .brief-container {
  padding: 0 1.172vw;
}
@media (max-width: 1280px) {
  .outer-view section .brief-container {
    padding: 0 30px;
  }
}
.outer-view section .text-block {
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  margin-bottom: 20px;
  position: relative;
}
.outer-view section .text-block h2 {
  font-size: 2.344vw;
  line-height: 1.2;
  margin-bottom: calc(18px + 0.1vw);
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .outer-view section .text-block h2 {
    font-size: 53.76px;
  }
}
@media (max-width: 1920px) {
  .outer-view section .text-block h2 {
    font-size: 4vw;
  }
}
@media (max-width: 1280px) {
  .outer-view section .text-block h2 {
    font-size: 4vw;
  }
}
@media (max-width: 1024px) {
  .outer-view section .text-block h2 {
    font-size: calc(49px + 0.1vw);
  }
}
@media (max-width: 735px) {
  .outer-view section .text-block h2 {
    margin-bottom: calc(9.5px + 0.1vw);
    font-size: calc(34.5px + 0.1vw);
  }
}
@media (max-width: 480px) {
  .outer-view section .text-block h2 {
    font-size: calc(34.5px + 0.1vw);
  }
}
.outer-view section .text-block h3 {
  font-size: 1.563vw;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .outer-view section .text-block h3 {
    font-size: 3.3vw;
  }
}
@media (max-width: 1920px) {
  .outer-view section .text-block h3 {
    font-size: 4vw;
  }
}
@media (max-width: 1280px) {
  .outer-view section .text-block h3 {
    font-size: calc(49px + 0.1vw);
  }
}
@media (max-width: 735px) {
  .outer-view section .text-block h3 {
    font-size: calc(26px + 0.1vw);
  }
}
@media (max-width: 480px) {
  .outer-view section .text-block h3 {
    font-size: calc(22px + 0.1vw);
  }
}
.leftFixedLine {
  pointer-events: none;
  display: none;
  position: fixed;
  z-index: 299;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  opacity: 0;
  transition: 0.3s ease-in;
  width: 18px;
  height: 520px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/navigation/leftFixedLine.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .leftFixedLine {
    background-image: url(../images/large/2x/animation/navigation/leftFixedLine.webp);
  }
}
.leftFixedLine.show {
  opacity: 1;
  transition: 0.3s ease-in;
}
.section__base .wd__feature__list {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin-top: 4.1vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 2560px) {
  .section__base .wd__feature__list {
    margin-top: 66.56px;
  }
}
@media (max-width: 1440px) {
  .section__base .wd__feature__list {
    width: 75vw;
    margin-top: 5vw;
  }
}
@media (max-width: 1024px) {
  .section__base .wd__feature__list {
    width: 100%;
    margin: calc(24.5px + 0.1vw) auto calc(14.5px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .section__base .wd__feature__list {
    width: 95vw !important;
    text-align: left;
  }
}
.section__base .wd__feature__list .wd__feature {
  min-width: 100px;
  display: inline-block;
  margin: 0 1.2vw 2.4vw;
  vertical-align: bottom;
  line-height: 1;
  color: #fff;
}
@media (min-width: 2560px) {
  .section__base .wd__feature__list .wd__feature {
    margin-left: 17.92px;
    margin-right: 17.92px;
    margin-bottom: 61.44px;
  }
}
@media (max-width: 1440px) {
  .section__base .wd__feature__list .wd__feature {
    margin-bottom: 3vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .section__base .wd__feature__list .wd__feature {
    min-width: auto;
    text-align: left;
    margin: calc(9.5px + 0.1vw) calc(19.5px + 0.1vw);
  }
}
.section__base .wd__feature__list .wd__feature .wd__feature__top {
  font-size: 1vw;
  letter-spacing: 0.05vw;
  padding-bottom: 0.3vw;
  color: #9066FF;
  text-align: center;
  text-transform: none;
  font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC,
    Microsoft JhengHei, Microsoft YaHei, sans-serif;
}
@media (min-width: 2560px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__top {
    font-size: 15.36px;
    letter-spacing: 1.28px;
    padding-bottom: 5.12px;
  }
}
@media (max-width: 1440px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__top {
    font-size: 1.25vw;
    padding-bottom: 0.4vw;
  }
}
@media (max-width: 1024px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__top {
    font-size: calc(16px + 0.1vw);
    padding-bottom: calc(3.5px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__top {
    text-align: left;
    letter-spacing: 0.05vw;
    font-size: calc(16px + 0.1vw);
  }
}
.section__base .wd__feature__list .wd__feature .wd__feature__data {
  font-size: 2.8vw;
  text-align: center;
  text-transform: none;
  color: #fff;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
@media (min-width: 2560px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__data {
    font-size: 43.52px;
  }
}
@media (max-width: 1440px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__data {
    font-size: 3.5vw;
  }
}
@media (max-width: 1024px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__data {
    font-size: calc(37.5px + 0.1vw);
    line-height: 1.2em;
  }
}
@media (max-width: 736px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__data {
    text-align: left;
    font-size: calc(37.5px + 0.1vw);
  }
  .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .space-left-m,
  .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .space-right-m {
    font-size: calc(19.5px + 0.1vw);
  }
}
.section__base
  .wd__feature__list
  .wd__feature
  .wd__feature__data
  .space-left-m {
  font-size: 29px;
  padding-left: 0;
}
.section__base
  .wd__feature__list
  .wd__feature
  .wd__feature__data
  .space-right-m {
  font-size: 29px;
  padding-right: 0;
}
.section__base
  .wd__feature__list
  .wd__feature
  .wd__feature__data
  figure.img
  .img-icon {
  left: 0;
  margin-bottom: 14px;
  width: 192px;
  height: 104px;
}
.section__base .wd__feature__list .wd__feature .wd__feature__describe {
  font-size: 1vw;
  padding-top: 0.3vw;
  letter-spacing: 0.05vw;
  text-align: center;
  text-transform: none;
  color: #9066FF;
  font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC,
    Microsoft JhengHei, Microsoft YaHei, sans-serif;
}
@media (min-width: 2560px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__describe {
    font-size: 15.36px;
    padding-top: 5.12px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 1440px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__describe {
    font-size: 1.25vw;
    padding-top: 0.4vw;
  }
}
@media (max-width: 1024px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__describe {
    font-size: calc(16px + 0.1vw);
    padding-top: calc(3.5px + 0.1vw);
  }
}
@media (max-width: 736px) {
  .section__base .wd__feature__list .wd__feature .wd__feature__describe {
    text-align: left;
    letter-spacing: 0.05vw;
    font-size: calc(16px + 0.1vw);
  }
}
.lazyLoad {
  background-image: none !important;
}
.lazyLoad,
.opacityDefault {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fadeIn,
.lazyLoad,
.opacityDefault {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.fadeIn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  will-change: opacity;
}
.fadeIn.animated {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  will-change: null;
}
.navigation {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  min-width: 95px;
  z-index: 299;
  text-align: right;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1441px) {
  .navigation {
    top: 64%;
  }
}
@media (max-width: 735px) {
  .navigation {
    display: none;
  }
}
.navigation .topBtn {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 21px;
  height: 294px;
  top: 32px;
  right: -8px;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  background-image: url(../images/large/2x/nav_top.webp);
}
.navigation.show {
  opacity: 1;
}
.navigation ul.mainSideNav {
  transform: translateZ(0);
  transition: 0.5s ease-in-out;
  margin-top: 55.5px;
  height: 400px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  list-style: none;
}
.navigation ul.mainSideNav li.nav {
  position: relative;
  margin-top: -8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
.navigation ul.mainSideNav li.nav.nav1:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0 solid transparent;
  border-right-color: #ff7293;
  position: absolute;
  right: -30px;
  top: 4px;
  transition: border-width 0.2s ease;
}
.navigation ul.mainSideNav li.nav a {
  background-size: cover;
  background-repeat: no-repeat;
  color: #777;
  display: block;
  opacity: 0;
  height: 32px;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  will-change: opacity;
}
.navigation ul.mainSideNav li.nav a:before {
  content: "";
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  color: #ff7293;
  display: inline-block;
  margin-top: 6px;
  margin-right: 5px;
  position: absolute;
  right: -24px;
  vertical-align: text-top;
  transition: width 0.6s ease, height 0.6s ease, background-color 0.2s ease;
}
.navigation ul.mainSideNav li.nav a:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-color: #ff7293;
  position: absolute;
  right: -30px;
  top: 4px;
  transition: border-width 0.2s ease;
}
.navigation ul.mainSideNav li.nav a.active {
  will-change: opacity;
  animation: opacityShow 3s ease-in 1;
  opacity: 1;
}
@media (hover: hover) {
  .navigation ul.mainSideNav li.nav a:hover {
    opacity: 1;
  }
}
.navigation ul.mainSideNav li.nav .navDot {
  cursor: pointer;
  position: relative;
  right: -19px;
  width: 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul.mainSideNav li.nav .navDot:after {
  opacity: 1;
  position: relative;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25.5px;
  margin-left: -3.5px;
  margin-top: -2.55px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/large/2x/nav_dot.webp);
}
.navigation ul.mainSideNav li.nav .navDot.active:after {
  background-position: 50%;
  transition: padding 0.1s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/large/2x/nav_dot_active.webp);
  opacity: 1;
}
.navigation ul.mainSideNav li.nav:hover a {
  opacity: 1;
}
.navigation .bottomBar {
  position: absolute;
  transform: translateZ(0);
  transition: 0.5s ease-in-out;
  background-image: url(../images/large/2x/icon/barcode.webp);
  width: 64px;
  height: 450.1px;
  background-size: contain;
  top: 59px;
  right: -30px;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 735px) {
  .navigation .bottomBar {
    display: none;
  }
}
.navigation.active .topBtn {
  transform: rotateX(180deg);
  transition: 0.5s ease-in-out;
}
.navigation.active .bottomBar,
.navigation.active .mainSideNav {
  transform: translate3d(10vw, 0, 0);
  transition: 0.5s ease-in-out;
}
.subscribeEDM {
  background-color: #000;
  position: fixed;
  width: 19vw;
  height: 7vw;
  bottom: 1vw;
  right: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding: 1vw 1.5vw;
  z-index: 1001;
  border: 1px solid #666;
  visibility: hidden;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM {
    width: 430px;
    height: 179.2px;
    bottom: 25.6px;
    padding: 37.6px 37.8px;
    right: 110px;
  }
}
@media screen and (max-width: 1440px) {
  .subscribeEDM {
    width: 17vw;
    right: 8.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM {
    width: 36vw;
    height: 14vw;
    right: 12vw;
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM {
    width: 73vw;
    height: 28vw;
    left: 1vw;
    right: auto;
    padding: 4vw 6vw;
  }
}
.subscribeEDM .inputEmailTitleFrame {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3vw;
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmailTitleFrame {
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmailTitleFrame {
    margin-bottom: 1.2vw;
  }
}
.subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
  font-family: Roboto Condensed, Microsoft JhengHei, sans-serif;
  font-size: 0.8vw;
  color: #b5b5b5;
  text-transform: uppercase;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
    font-size: 3.2vw;
  }
}
.subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
  border: 0;
  width: 1.5vw;
  height: 0.85vw;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #b5b5b5;
  background: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  cursor: pointer;
  fill: #b5b5b5;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
    width: 38.4px;
    height: 21.76px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
    width: 3vw;
    height: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
    width: 6vw;
    height: 3.6vw;
  }
}
.subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
  fill: #b5b5b5;
  width: 1.5vw;
  height: 0.85vw;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
    width: 38.4px;
    height: 21.76px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
    width: 3vw;
    height: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
    width: 6vw;
    height: 3.6vw;
  }
}
.subscribeEDM .inputEmaiFrame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.subscribeEDM .inputEmaiFrame #inputEmail {
  background-color: #000;
  border: 1px solid #666;
  color: #fff;
  padding: 8px 12px;
  width: 71%;
  height: 2vw;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmaiFrame #inputEmail {
    font-size: 23.04px;
    width: 250px;
    height: 51.2px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmaiFrame #inputEmail {
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmaiFrame #inputEmail {
    height: 8vw;
  }
}
.subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
  font-size: 0.9vw;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
    font-size: 23.04px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
    font-size: 3.6vw;
  }
}
.subscribeEDM .inputEmaiFrame .inputEmailBtn {
  color: #fff;
  cursor: pointer;
  font-size: 0.9vw;
  background-color: #cc000e;
  width: 5vw;
  height: 2vw;
  border: 0;
  text-transform: uppercase;
  font-family: Roboto Condensed, Microsoft JhengHei, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: background-color 0.5s ease-in-out;
}
.subscribeEDM .inputEmaiFrame .inputEmailBtn:hover {
  background-color: #850007;
}
@media screen and (min-width: 2560px) {
  .subscribeEDM .inputEmaiFrame .inputEmailBtn {
    font-size: 23.04px;
    width: 128px;
    height: 51.2px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribeEDM .inputEmaiFrame .inputEmailBtn {
    font-size: 1.8vw;
    width: 10vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribeEDM .inputEmaiFrame .inputEmailBtn {
    font-size: 3.6vw;
    width: 20vw;
    height: 8vw;
  }
}
#ASUS-features .section__base .slick-arrow {
  z-index: 2;
}
#ASUS-features .section__base .slick-arrow.slick-disabled {
  display: none !important;
}
#ASUS-features .section__base .slick-arrow:before {
  content: none;
}
#ASUS-features .section__base .slick-arrow:after {
  color: #c7c7c7;
  font-family: rogfonts-regular, Microsoft JhengHei, "sans-serif";
  font-size: 2.4em;
  line-height: 2.4em;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  #ASUS-features .section__base .slick-arrow:hover {
    opacity: 1;
    will-change: opacity;
  }
}
#ASUS-features .section__base .slick-next,
#ASUS-features .section__base .slick-prev {
  width: 10vw;
  height: calc(100% - 60px);
  background-color: transparent;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  transform: none;
}
#ASUS-features .section__base .slick-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent);
}
@media (max-width: 735px) {
  #ASUS-features .section__base .slick-prev {
    background-image: none;
  }
}
#ASUS-features .section__base .slick-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.85), transparent);
}
@media (max-width: 735px) {
  #ASUS-features .section__base .slick-next {
    background-image: none;
  }
}
#ASUS-features .section__base .slider {
  max-width: 2560px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
#ASUS-features .section__base .slider.slick-dotted.slick-slider {
  margin: 0 auto;
}
#ASUS-features .section__base .slider .slick-list {
  z-index: 1;
}
#ASUS-features .section__base .slider .slick-dots {
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
#ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play) {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  transition: width 0.25s ease;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  li:not(.block-pause-play)
  button {
  width: 5px;
  height: 5px;
  background-color: #373737;
  border-radius: 1px;
  padding: 0;
  position: relative;
  bottom: 2px;
  transform: rotate(135deg);
  transform-origin: center;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  li:not(.block-pause-play)
  button:after {
  content: "";
  width: 0;
  height: 100%;
  background-color: transparent;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
#ASUS-features .section__base .slider .slick-dots li.slick-active {
  width: 70px;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  li.slick-active.animate-paused
  button:after {
  animation-play-state: paused;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  li.slick-active.animate-none
  button:after {
  animation-name: none;
}
#ASUS-features .section__base .slider .slick-dots li.slick-active button {
  width: 70px;
  height: 3px;
  transform: rotate(0deg);
  transition: width 0.4s ease;
}
#ASUS-features .section__base .slider .slick-dots li.slick-active button:after {
  background-color: #c7c7c7;
  animation-name: slickDurationAnimation;
}
#ASUS-features .section__base .slider .slick-dots .slide-switcher {
  width: 28px;
  height: 28px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 0;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  .slide-switcher[data-status="play"]:before,
#ASUS-features
  .section__base
  .slider
  .slick-dots
  .slide-switcher[title="play"]:before {
  width: 0;
  height: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #999;
  border-style: solid;
  border-width: 8px 0 8px 14px;
}
#ASUS-features
  .section__base
  .slider
  .slick-dots
  .slide-switcher[data-status="play"]:after,
#ASUS-features
  .section__base
  .slider
  .slick-dots
  .slide-switcher[title="play"]:after {
  transform: translateY(28px);
}
#ASUS-features .section__base .slider .slick-dots .slide-switcher:after,
#ASUS-features .section__base .slider .slick-dots .slide-switcher:before {
  content: "";
  width: 3px;
  height: 16px;
  background-color: #999;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 6px;
}
#ASUS-features .section__base .slider .slick-dots .slide-switcher:before {
  left: 7px;
}
#ASUS-features .section__base .slider .slick-dots .slide-switcher:after {
  left: 15px;
}
@media (hover: hover) {
  #ASUS-features .section__base .slider .slick-dots .slide-switcher:hover {
    opacity: 1;
    will-change: opacity;
  }
}
#ASUS-features .section__base .slider .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#ASUS-features .section__base .slider .slick-slide {
  float: none;
  padding: 0 0.5vw;
}
@media (min-width: 2560px) {
  #ASUS-features .section__base .slider .slick-slide {
    padding: 0 13px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__base .slider .slick-slide {
    padding: 0 1.5vw;
  }
}
#ASUS-features .section__base .slider .slick-slide > div {
  height: 100%;
}
#ASUS-features .section__base .slider .slide {
  position: relative;
  overflow: hidden;
}
#ASUS-features .section__base .slider .slide .pic {
  padding-bottom: 15px;
}
#ASUS-features .section__base .slider .slide .pic picture {
  display: block;
}
#ASUS-features .section__base .slider .slide .pic video {
  display: block;
  width: 100%;
}
#ASUS-features .section__base .slider .slide .pic.design_story_ui2 video {
  width: 125%;
  position: relative;
  left:50%;
  transform: translateX(-50%);
}
#ASUS-features .section__base .slider .slide:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image: linear-gradient(
    0deg,
    #a12eb8,
    #9b8dff,
    #00deff,
    #117dff,
    #00deff,
    #574aff,
    #b189f3
  );
  opacity: 0;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#ASUS-features .section__base .slider.horizontal-layout .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#ASUS-features .section__base .slider.horizontal-layout .container .content {
  width: 40%;
}
#ASUS-features .section__base .slider.horizontal-layout .container .pic {
  width: 60%;
}
#ASUS-features .section__base .slider .slick-current .slide:after {
  opacity: 1;
  transition: opacity 0.5s ease;
  will-change: opacity;
}
#ASUS-features .section__base .slider .text-block {
  width: 99%;
  overflow-y: scroll;
  margin: 0;
  padding: 0 3vw 15px;
  text-align: left;
}
@media (min-width: 2560px) {
  #ASUS-features .section__base .slider .text-block {
    padding: 0 50px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__base .slider .text-block {
    padding: 0 3vw;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section__base .slider .text-block {
    padding: 0 30px;
  }
}
#ASUS-features .section__base .slider .text-block h3 {
  font-size: clamp(26px, 2vw, 44px);
  font-weight: 400;
}
#ASUS-features .section__base .slider .text-block h3 span {
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
#ASUS-features .section__base .slider .text-block::-webkit-scrollbar {
  width: 3px;
}
#ASUS-features .section__base .slider .text-block::-webkit-scrollbar-track {
  background: transparent;
}
#ASUS-features .section__base .slider .text-block::-webkit-scrollbar-thumb {
  background: #444;
}
#ASUS-features
  .section__base
  .slider
  .text-block::-webkit-scrollbar-thumb:hover {
  background: #777;
}
@keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes slickDurationAnimation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-in {
  0% {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  }
  to {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
#ASUS-features .leftFixedBar {
  position: fixed;
  z-index: 998;
  left: 0.9%;
  background-size: contain;
  top: 52.2%;
  transform: translateY(-50%);
  width: 1.3vw;
  height: 25.9vw;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/icon/leftFixedBar.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .leftFixedBar {
    background-image: url(../images/large/2x/icon/leftFixedBar.webp);
  }
}
.noWebp #ASUS-features .leftFixedBar {
  background-image: url(../images/large/1x/icon/leftFixedBar.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .leftFixedBar {
    background-image: url(../images/large/2x/icon/leftFixedBar.webp);
  }
}
#ASUS-features .section__kv {
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .section__kv .section__1__videoFrame {
  transform: translateX(-50%);
  width: 100vw;
  height: 75vw;
  max-width: 2560px;
  max-height: 1920px;
  background-image: url(../images/large/1x/01__kv.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/large/1x/01__kv.webp);
  }
}
.noWebp #ASUS-features .section__kv .section__1__videoFrame {
  background-image: url(../images/large/1x/01__kv.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/large/1x/01__kv.jpg);
  }
}
#ASUS-features .section__kv .hardware_list {
  height: 109px;
  list-style: none;
  width: 1000px;
  min-height: 59px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 130px;
}
#ASUS-features .section__kv .hardware_list .hardware__img {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 39px 30px 0;
  width: 180px;
  height: 59px;
  background-size: contain;
}
#ASUS-features .section__kv .hardware_list .hardware__img.hard__2 {
  width: 180px;
  height: 81px;
}
#ASUS-features .section__kv .hardware_list .hardware__img.hard__3 {
  width: 180px;
  height: 66px;
}
#ASUS-features .section__kv .content-frame {
  position: absolute;
  bottom: 4vw;
}
#ASUS-features .section__kv .content-frame .img__kv__logo {
  z-index: 10;
  font-size: clamp(44.8px, 3.5vw, 89.6px);
  text-align: center;
  font-family: rogfonts-regular, Trade-Gothic-LT-Bold, robotocondensed-bold,
    Microsoft JhengHei, "sans-serif";
  color: #fff;
}
#ASUS-features .section__kv .content-frame .wd-content {
  opacity: 1;
  max-width: 1600px;
  min-height: 80px;
  text-align: center;
  transform: translateZ(0);
}
#ASUS-features .section__kv .content-frame .wd-content .content-slogan {
  opacity: 1;
  text-transform: uppercase;
  color: #c7c7c7;
  margin-top: 1vw;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#ASUS-features .section__kv .content-frame .wd-content .content-slogan .model {
  font-size: clamp(14.8px, 1.5vw, 30.86px);
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
@media (min-width: 2560px) {
  #ASUS-features .section__kv .content-frame .wd-content .content-slogan {
    margin-top: 2vw;
  }
}
@media (min-width: 2561px) {
  #ASUS-features .section__kv .content-frame .wd-content .content-slogan {
    margin-top: 53px;
  }
}
#ASUS-features .section__kv .content-frame .wd-content .content-info {
  margin-top: 21px;
  line-height: 1.9;
}
#ASUS-features .section__kv .wd__feature__list {
  max-width: 1600px;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 2560px) {
  #ASUS-features .section__kv .wd__feature__list {
    margin-top: 100px;
  }
}
#ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature
  .wd__feature__data
  .img {
  width: 10vw;
  height: 5vw;
  margin-left: 0;
  background-size: contain;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .img {
    width: 140px;
    height: 124px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature.feature-1
  .wd__feature__data
  .img__badge_for_screen_01 {
  background-image: url(../images/large/2x/icon/nv_logo.webp);
}
#ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature.feature-2
  .wd__feature__data
  .img__badge_for_screen_02 {
  background-image: url(../images/svg/badge_for_screen_02.svg);
}
#ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature.feature-3
  .wd__feature__data
  .img__badge_digital {
  background-image: url(../images/large/2x/icon/core9.webp);
}
#ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature.feature-4
  .wd__feature__data
  .img__xboxGamePass {
  width: 15vw;
  height: 5vw;
  background-image: url(../images/large/2x/icon/xboxpass.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__xboxGamePass {
    background-image: url(../images/large/2x/icon/xboxpass.webp);
  }
}
.noWebp
  #ASUS-features
  .section__kv
  .wd__feature__list
  .wd__feature.feature-4
  .wd__feature__data
  .img__xboxGamePass {
  background-image: url(../images/large/2x/icon/xboxpass.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__xboxGamePass {
    background-image: url(../images/large/2x/icon/xboxpass.webp);
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__xboxGamePass {
    width: 250px;
    height: 128px;
  }
}
#ASUS-features .section__kv .kvFeaturesTitle {
  margin: 105px auto 0;
  width: 66.59375%;
  font-size: clamp(24px, 3vw, 81px);
  text-align: center;
}
@media (min-width: 2560px) {
  #ASUS-features .section__kv .kvFeaturesTitle {
    line-height: 1.4;
    font-size: 50px;
    margin-bottom: 86px;
  }
}
#ASUS-features .section__kv .kvFeaturesFrame {
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  width: 90vw;
  min-height: 200px;
  max-width: 1320px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: content-box;
}
@media (min-width: 1600px) and (max-width: 3840px) {
  #ASUS-features .section__kv .kvFeaturesFrame {
    max-width: 1600px;
  }
}
@media (min-width: 1706px) and (max-width: 1708px) {
  #ASUS-features .section__kv .kvFeaturesFrame {
    max-width: 1650px;
  }
}
#ASUS-features .section__kv .kvFeaturesFrame .kvFeatures {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  box-sizing: content-box;
}
#ASUS-features .section__kv .kvFeaturesFrame .kvFeatures .featuresIcon {
  margin-left: 1vw;
}
@media (max-width: 737px) {
  #ASUS-features .section__kv .kvFeaturesFrame .kvFeatures .featuresIcon {
    margin-left: 0;
  }
}
#ASUS-features .section__kv .kvFeaturesFrame .kvFeatures .infoFrame {
  position: relative;
}
#ASUS-features
  .section__kv
  .kvFeaturesFrame
  .kvFeatures
  .infoFrame
  .featuresInfo {
  margin-left: 1.4vw;
  color: #fff;
  font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 278.344px;
    margin-left: 35.854px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 19.42vw;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 83%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 78%;
  }
}
#ASUS-features
  .section__kv
  .kvFeaturesFrame
  .kvFeatures
  .infoFrame
  .featuresLine {
  width: 90%;
  border-bottom: 1px solid #fff;
  margin-left: 1.4vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  opacity: 0.5;
}
@media (max-width: 3840px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    margin-left: 0.9vw;
  }
}
@media (max-width: 3190px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 301.3px;
    margin-left: 1vw;
  }
}
@media (max-width: 2900px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    margin-left: 1.3vw;
  }
}
@media (max-width: 2560px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 296.266px;
    margin-left: 1.4vw;
  }
}
@media (max-width: 2400px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 406.266px;
    margin-left: 35.854px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 381.3px;
  }
}
@media (max-width: 1706px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 400.3px;
    margin-left: 1.3vw;
  }
}
@media (max-width: 1550px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 302px;
    margin-left: 1.5vw;
  }
}
@media (max-width: 1450px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 303.1px;
  }
}
@media (max-width: 1281px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: auto;
  }
}
#ASUS-features
  .section__kv
  .kvFeaturesFrame
  .kvFeatures
  .infoFrame
  .readMoreBtn {
  width: 90%;
  margin-left: 1.4vw;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .readMoreBtn {
    width: 294.266px;
    margin-left: 35.854px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .readMoreBtn {
    width: 87%;
  }
}
#ASUS-features
  .section__kv
  .kvFeaturesFrame
  .kvFeatures
  .infoFrame
  .readMoreBtn:after {
  content: ">";
  display: inline-block;
}
#ASUS-features .section__kv .userFrame {
  display: flex;
  flex-direction: row;
  margin-top: 2vw;
  margin-bottom: 3vw;
}
@media (min-width: 2561px) {
  #ASUS-features .section__kv .userFrame {
    margin-top: 51.22px;
    margin-bottom: 76.83px;
  }
}
#ASUS-features .section__kv .userFrame .userImg {
  width: 33.438vw;
  height: 36.172vw;
  max-width: 853.33;
  max-height: 926px;
}
@media (min-width: 2561px) {
  #ASUS-features .section__kv .userFrame .userImg {
    width: 853.328px;
    height: 926.016px;
  }
}
#ASUS-features .section__kv .userFrame .userImg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000, transparent 21%);
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
#ASUS-features .section__kv .userFrame .userImg .userText {
  position: absolute;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  bottom: 0;
  left: 1vw;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(40px, 5vw, 113px);
  z-index: 3;
}
@media (min-width: 2561px) {
  #ASUS-features .section__kv .userFrame .userImg .userText {
    font-size: 113px;
    left: 25.61px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__kv .userFrame .userImg .userText {
    font-size: 3vw;
  }
}
#ASUS-features .section__kv .userFrame .userImg.user1 {
  background-image: url(../images/large/1x/user_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .userFrame .userImg.user1 {
    background-image: url(../images/large/2x/user_1.webp);
  }
}
.noWebp #ASUS-features .section__kv .userFrame .userImg.user1 {
  background-image: url(../images/large/1x/user_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__kv .userFrame .userImg.user1 {
    background-image: url(../images/large/2x/user_1.jpg);
  }
}
#ASUS-features .section__kv .userFrame .userImg.user2 {
  background-image: url(../images/large/1x/user_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .userFrame .userImg.user2 {
    background-image: url(../images/large/2x/user_2.webp);
  }
}
.noWebp #ASUS-features .section__kv .userFrame .userImg.user2 {
  background-image: url(../images/large/1x/user_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__kv .userFrame .userImg.user2 {
    background-image: url(../images/large/2x/user_2.jpg);
  }
}
#ASUS-features .section__kv .userFrame .userImg.user3 {
  background-image: url(../images/large/1x/user_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .userFrame .userImg.user3 {
    background-image: url(../images/large/2x/user_3.webp);
  }
}
.noWebp #ASUS-features .section__kv .userFrame .userImg.user3 {
  background-image: url(../images/large/1x/user_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__kv .userFrame .userImg.user3 {
    background-image: url(../images/large/2x/user_3.jpg);
  }
}
#ASUS-features .section__design .video-block {
  margin-top: -16vw;
}
@media (min-width: 2561px) {
  #ASUS-features .section__design .video-block {
    margin-top: -469.813px;
  }
}
#ASUS-features .section__design .video-block button.btn-pause {
  z-index: 2;
  width: 1.5vw;
  height: 1.5vw;
  left: 14vw;
  top: -7vw;
  position: relative;
  background-size: contain;
}
@media (min-width: 2561px) {
  #ASUS-features .section__design .video-block button.btn-pause {
    left: 358.54px;
    top: -179.27px;
  }
}
#ASUS-features .section__design .designSubTitle {
  position: absolute;
  bottom: 3vw;
  font-size: 0.8vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  z-index: 9;
}
@media (max-width: 3840px) {
  #ASUS-features .section__design .designSubTitle {
    font-size: 46.88px;
  }
}
@media (min-width: 2561px) {
  #ASUS-features .section__design .designSubTitle {
    font-size: 46.88px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__design .designSubTitle {
    font-size: 1.8vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__design .designSubTitle {
    font-size: calc(49px + 0.1vw);
  }
}
#ASUS-features .section__display {
  overflow: visible;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 5;
  height: 100%;
  padding-bottom: 11vw;
}
@media (max-width: 2560px) {
  #ASUS-features .section__display {
    min-height: 181vw;
    padding-bottom: 0;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__display {
    min-height: 203vw;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__display {
    min-height: 203vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display {
    min-height: 216vw;
  }
}
@media (min-width: 2561px) {
  #ASUS-features .section__display {
    min-height: 100%;
    padding-bottom: 100px;
  }
}
#ASUS-features .section__display .frameOver {
  margin-top: -8vw;
  position: relative;
  z-index: 10;
  width: 100vw;
  max-width: 3840px;
  height: auto;
  background-size: cover;
  background-position: top;
  background-image: url(../images/large/2x/display_mini_bg.webp);
}
@media (min-width: 2561px) {
  #ASUS-features .section__display .frameOver {
    width: 2560px;
    max-width: 3840px;
  }
}
#ASUS-features .section__display .frame_nb {
  position: relative;
  left: 50%;
  height: calc(96vw + 110vh);
}
@media (max-width: 1700px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(85vw + 145vh);
  }
}
@media (min-width: 2200px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(89vw + 100vh);
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(84vw + 120vh);
  }
}
@media (min-width: 3000px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(80vw + 100vh);
  }
}
@media (min-width: 3400px) and (max-width: 3841px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(74vw + 125vh);
  }
}
#ASUS-features .section__display .frame_nb .frame_scroller {
  position: absolute;
  transform: translateZ(0) scale(2.5);
  display: flex;
  justify-content: center;
  z-index: 250;
  will-change: transform;
  backface-visibility: hidden;
}
#ASUS-features .section__display .frame_nb .frame_scroller .video-block {
  position: absolute;
  margin-top: 5vw;
}
#ASUS-features
  .section__display
  .frame_nb
  .frame_scroller
  .video-block
  #video-nebula {
  position: absolute;
  width: 63vw;
  height: 31.9vw;
  transform: translateX(-50%);
}
#ASUS-features
  .section__display
  .frame_nb
  .frame_scroller
  .video-block
  .btn-pause {
  top: 28.9vw;
  left: 54.9vw;
  position: absolute;
  z-index: 350;
}
#ASUS-features .section__display .frame_nb .frame_scroller .nb-block {
  opacity: 0;
  position: absolute;
  width: 65vw;
  height: 55vw;
  background-size: contain;
  transition: transform 0.35s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/g14_nb.webp);
  z-index: 250;
}
#ASUS-features .section__display .beforeContent {
  z-index: 300;
}
#ASUS-features
  .section__display
  .afterContent
  .content-frame
  .wd-content
  .content-slogan,
#ASUS-features
  .section__display
  .afterContent
  .content-frame
  .wd-content
  .content-title,
#ASUS-features .section__display .beforeContent .content-comment,
#ASUS-features .section__display .beforeContent .content-info {
  display: none;
}
#ASUS-features
  .section__display
  .afterContent
  .content-frame
  .wd-content
  .content-comment {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#ASUS-features .section__display .afterContent .wd__feature__list {
  max-width: 1400px;
  padding: 0 calc(19.5px + 0.1vw);
}
#ASUS-features .section__display .afterContent .wd__feature__list .wd__feature {
  margin-left: 0.8vw;
  margin-right: 0.8vw;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__display
    .afterContent
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__display
    .afterContent
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features
  .section__display
  .afterContent
  .wd__feature__list
  .wd__feature
  .img__gsync {
  width: 160px;
  height: 68px;
  background-size: contain;
  background-image: url(../images/svg/nvidia-g-sync.svg);
}
#ASUS-features
  .section__display
  .afterContent
  .wd__feature__list
  .wd__feature
  .img__pantone {
  width: 58px;
  height: 80px;
  background-size: contain;
  background-image: url(../images/svg/pantoneLogo.svg);
}
#ASUS-features
  .section__display
  .afterContent
  .wd__feature__list
  .wd__feature
  .img__dolby {
  width: 174px;
  height: 71px;
  background-size: contain;
}
#ASUS-features
  .section__display
  .afterContent
  .wd__feature__list
  .wd__feature
  .img__dipspayHDRicon {
  width: 300px;
  height: 80px;
  background-size: contain;
}
#ASUS-features .section__display .wd__feature__list {
  width: 68%;
  margin-top: 5vw;
  max-width: 1256px;
}
#ASUS-features
  .section__display
  .wd__feature__list
  .wd__feature.feature-9
  .img__dipspayHDRicon {
  width: 300px;
  height: 80px;
  background-size: contain;
}
#ASUS-features .section__display .wd__feature__list .img__dipspayHDRicon {
  background-image: url(../images/large/1x/icon/dipspayHDRicon1000.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__display .wd__feature__list .img__dipspayHDRicon {
    background-image: url(../images/large/2x/icon/dipspayHDRicon1000.webp);
  }
}
.noWebp
  #ASUS-features
  .section__display
  .wd__feature__list
  .img__dipspayHDRicon {
  background-image: url(../images/large/1x/icon/dipspayHDRicon1000.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__display
    .wd__feature__list
    .img__dipspayHDRicon {
    background-image: url(../images/large/2x/icon/dipspayHDRicon1000.webp);
  }
}
#ASUS-features
  .section__display
  .wd__feature__list
  .wd__feature.feature-10
  .img__gsync {
  width: 180px;
  height: 80px;
  background-size: contain;
  background-image: url(../images/svg/nvidia-g-sync.svg);
}
#ASUS-features
  .section__display
  .wd__feature__list
  .wd__feature.feature-12
  .img__pantone {
  width: 58px;
  height: 80px;
  background-size: contain;
  background-image: url(../images/svg/pantoneLogo.svg);
}
#ASUS-features
  .section__display
  .wd__feature__list
  .wd__feature.feature-11
  .img__dolby {
  width: 192px;
  height: 80px;
  background-size: contain;
}
#ASUS-features .section__display .wd__feature__list .img__dolby {
  background-image: url(../images/large/1x/icon/dolby.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__display .wd__feature__list .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.webp);
  }
}
.noWebp #ASUS-features .section__display .wd__feature__list .img__dolby {
  background-image: url(../images/large/1x/icon/dolby.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__display .wd__feature__list .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.webp);
  }
}
#ASUS-features .section__display_parallax {
  overflow: visible;
  padding-top: 0;
}
@media (min-width: 2561px) {
  #ASUS-features .section__display_parallax {
    padding-top: 0;
  }
}
@media (max-width: 1100px) {
  #ASUS-features .section__display_parallax {
    padding-bottom: 800px;
  }
}
#ASUS-features .section__display_parallax .img {
  height: 100%;
  position: relative;
  z-index: 1;
}
#ASUS-features .section__display_parallax .img__display_bg1 {
  background-image: url(../images/large/1x/display_bg1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__display_parallax .img__display_bg1 {
    background-image: url(../images/large/2x/display_bg1.webp);
  }
}
.noWebp #ASUS-features .section__display_parallax .img__display_bg1 {
  background-image: url(../images/large/1x/display_bg1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__display_parallax .img__display_bg1 {
    background-image: url(../images/large/2x/display_bg1.jpg);
  }
}
#ASUS-features .section__display_parallax .img__display_bg2 {
  background-image: url(../images/large/1x/display_bg2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__display_parallax .img__display_bg2 {
    background-image: url(../images/large/2x/display_bg2.webp);
  }
}
.noWebp #ASUS-features .section__display_parallax .img__display_bg2 {
  background-image: url(../images/large/1x/display_bg2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__display_parallax .img__display_bg2 {
    background-image: url(../images/large/2x/display_bg2.jpg);
  }
}
#ASUS-features .section__display_parallax .img__display_bg3 {
  background-image: url(../images/large/1x/display_bg3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__display_parallax .img__display_bg3 {
    background-image: url(../images/large/2x/display_bg3.webp);
  }
}
.noWebp #ASUS-features .section__display_parallax .img__display_bg3 {
  background-image: url(../images/large/1x/display_bg3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__display_parallax .img__display_bg3 {
    background-image: url(../images/large/2x/display_bg3.jpg);
  }
}
#ASUS-features .section__display_parallax .info-container {
  position: relative;
}
#ASUS-features .section__display_parallax .section-media {
  width: 50%;
  height: 100vh;
  position: absolute;
  left: 46%;
  top: 0;
  z-index: 2;
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .section-media {
    width: 1280px;
    height: 1440px;
    left: 50%;
  }
}
#ASUS-features .section__display_parallax .section-media .inner-text-m {
  display: none;
}
#ASUS-features .section__display_parallax .section-media .inner {
  width: 80vh;
  position: relative;
  transform: translateX(16%) translateY(40%);
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .section-media .inner {
    width: 896px;
    transform: translateX(16%) translateY(50.5%);
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__display_parallax .section-media .inner {
    width: 75vh;
    transform: translateX(14%) translateY(45.5%);
  }
}
#ASUS-features .section__display_parallax .section-media .media {
  width: 81%;
  position: absolute;
  left: 9.7%;
  top: 2.6%;
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .section-media .media {
    width: 725px;
    height: 460px;
  }
}
#ASUS-features .section__display_parallax .section-media .media.media-1 {
  z-index: 4;
}
#ASUS-features .section__display_parallax .section-media .media.media-2 {
  z-index: 3;
}
#ASUS-features .section__display_parallax .section-media .media.media-3 {
  z-index: 2;
}
#ASUS-features .section__display_parallax .section-media .display_laptop {
  position: relative;
  z-index: 1;
}
#ASUS-features .section__display_parallax .section-media .display_laptop .img {
  width: 100%;
  display: block;
}
#ASUS-features .section__display_parallax .section-main {
  position: relative;
  z-index: 1;
}
#ASUS-features .section__display_parallax .section-main .section {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .section-main .section {
    height: 1440px;
  }
}
#ASUS-features .section__display_parallax .section-main .section .content {
  width: 50vw;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-25%, -50%);
  z-index: 2;
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .section-main .section .content {
    width: 1280px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__display_parallax .section-main .section .content {
    left: 15%;
    transform: translate(-15%, -50%);
  }
}
#ASUS-features .section__display_parallax .section-main .section .content .col {
  width: 75%;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  #ASUS-features
    .section__display_parallax
    .section-main
    .section
    .content
    .col {
    width: 85%;
  }
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .col
  .content-title {
  margin-top: clamp(20px, 1.5vh, 1.5vh);
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .col
  .content-info {
  width: 100%;
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .col
  .content-slogan {
  margin-bottom: 0;
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .col
  h3,
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .col
  p {
  text-align: left;
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .wd__feature__list {
  width: 100%;
  margin-top: clamp(20px, 1.5vh, 1.5vh);
  text-align: left;
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .wd__feature__list
  .wd__feature:not(.gsync) {
  margin: 0 16px 0 0;
}
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .wd__feature__list
  .wd__feature:not(.gsync)
  .wd__feature__data,
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .wd__feature__list
  .wd__feature:not(.gsync)
  .wd__feature__describe,
#ASUS-features
  .section__display_parallax
  .section-main
  .section
  .content
  .wd__feature__list
  .wd__feature:not(.gsync)
  .wd__feature__top {
  text-align: left;
}
#ASUS-features .section__display_parallax .section-main .section.section-1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 3;
}
#ASUS-features .section__display_parallax .section-main .section.section-2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
#ASUS-features .section__display_parallax .video-block button.btn-pause {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
#ASUS-features .section__display_parallax .feature-2.gsync {
  width: 9.5vw;
  margin-bottom: 0;
  vertical-align: top;
}
@media (min-width: 2560px) {
  #ASUS-features .section__display_parallax .feature-2.gsync {
    width: 172px;
  }
}
#ASUS-features .section__display_parallax .feature-2.gsync .gsync-logo {
  width: 100%;
  display: block;
}
#ASUS-features .section__display_slider .info-container .slider {
  height: 30vw;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1281px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 640px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: 480px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__display_slider .info-container .slider {
    height: calc(100vh - 80px);
  }
}
#ASUS-features .section__display_slider .info-container .slider .slick-track {
  height: calc(30vw - 60px);
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (min-width: 1281px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 580px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: 420px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-track {
    height: calc(100vh - 140px);
  }
}
#ASUS-features .section__display_slider .info-container .slider .slick-slide {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}
@media (max-width: 1920px) and (min-width: 1024px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__display_slider .info-container .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__display_slider .info-container .slider .slick-center {
  opacity: 1;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-2
  .pantone-color-bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-2
  .pic.bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-7
  .pantone-color-bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-7
  .pic.bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-4
  .pantone-color-bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-center
  .slide-4
  .pic.bright {
  display: none;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .inner,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-2
  .media-block
  .inner,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-3
  .media-block
  .inner,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-4
  .media-block
  .inner,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-5
  .media-block
  .inner {
  width: 70%;
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-2
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-3
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-4
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-5
    .media-block
    .inner {
    width: 60%;
  }
}
@media (max-width: 1660px) and (min-width: 1281px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-2
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-3
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-4
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-5
    .media-block
    .inner {
    width: 65%;
  }
}
@media (max-width: 1280px) and (min-width: 1101px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-2
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-3
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-4
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-5
    .media-block
    .inner {
    width: 60%;
  }
}
@media (max-width: 992px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-2
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-3
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-4
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-5
    .media-block
    .inner {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-2
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-3
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-4
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-5
    .media-block
    .inner {
    width: 100%;
  }
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-6
  .media-block
  .inner,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-8
  .media-block
  .inner {
  width: 55%;
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-6
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-8
    .media-block
    .inner {
    width: 45%;
  }
}
@media (max-width: 1660px) and (min-width: 1101px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-6
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-8
    .media-block
    .inner {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-6
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-8
    .media-block
    .inner {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-6
    .media-block
    .inner,
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-8
    .media-block
    .inner {
    width: 100%;
  }
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .media-block
  .inner {
  width: 50%;
  transform: translateY(5%);
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-7
    .media-block
    .inner {
    width: 40%;
  }
}
@media (max-width: 1280px) and (min-width: 1101px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-7
    .media-block
    .inner {
    width: 45%;
  }
}
@media (max-width: 992px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-7
    .media-block
    .inner {
    width: 65%;
  }
}
@media (max-width: 480px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .slider
    .slide-7
    .media-block
    .inner {
    width: 90%;
  }
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-6
  .pic.bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-8
  .pic.bright {
  display: none;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color-bright,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-logo {
  position: absolute;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color,
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color-bright {
  width: 130%;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color {
  opacity: 0;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.85);
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-color-bright {
  display: none;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-logo {
  width: 8%;
  opacity: 0;
  left: 12%;
  top: 64%;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide-7
  .pantone-G16 {
  transform: scale(1.1);
}
#ASUS-features .section__display_slider .info-container .slider .slide {
  width: 100%;
  height: 100%;
  background-color: #111;
  border: 1px solid #414141;
  padding: 0;
  transition: background-color 0.4s ease;
}
#ASUS-features .section__display_slider .info-container .slider .slide .pic {
  padding: 0;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide
  .pic
  picture {
  width: 100%;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slide
  .pic
  img {
  width: 100%;
  display: block;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-current
  .slide-7
  .pantone-color {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1.75s ease, transform 1.75s ease;
  will-change: opacity, transform;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-current
  .slide-7
  .pantone-logo {
  opacity: 1;
  transition: opacity 1.5s ease;
  will-change: opacity;
}
#ASUS-features
  .section__display_slider
  .info-container
  .slider
  .slick-current
  .slide-7
  .pantone-G16 {
  transform: scale(1);
  transition: transform 1.5s ease;
  will-change: transform;
}
#ASUS-features .section__display_slider .info-container .text-block {
  width: 99%;
  height: 47%;
  padding-bottom: 3vw;
  transition: background-color 0.4s ease;
}
#ASUS-features
  .section__display_slider
  .info-container
  .text-block
  .feature-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#ASUS-features
  .section__display_slider
  .info-container
  .text-block
  .feature-list
  .feature {
  padding: 2% 1.5%;
}
#ASUS-features
  .section__display_slider
  .info-container
  .text-block
  .feature-list
  .data {
  font-size: clamp(22px, 1.75vw, 29px);
  font-weight: 600;
  line-height: clamp(32px, 2.25vw, 39px);
}
@media (max-width: 735px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .feature-list {
    display: block;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .feature-list
    .feature {
    width: 49%;
    display: inline-block;
    padding: 4% 2.5%;
    vertical-align: top;
  }
}
#ASUS-features
  .section__display_slider
  .info-container
  .text-block
  .collapse-switcher {
  display: none;
}
@media (min-width: 1281px) {
  #ASUS-features .section__display_slider .info-container .text-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .inner-wrapper {
    width: 100%;
    background-image: linear-gradient(0, #111 80%, transparent);
    background-size: 200% 200%;
    background-position: 0 -100%;
    background-repeat: no-repeat;
    padding: 40px 3vw 20px;
    position: absolute;
    top: calc(66% - 40px);
    transition: transform 0.3s ease, background-position 0.5s ease;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .inner-wrapper.active {
    background-position: 0 0;
  }
  #ASUS-features .section__display_slider .info-container .text-block:after {
    content: "";
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0, #111 40%, transparent 77%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform-origin: center 44%;
    transition: transform 0.2s ease;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher
    span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px;
    position: relative;
    transition: height 0.2s cubic-bezier(1, 0, 0, 1),
      transform 0.2s cubic-bezier(1, 0, 0, 1);
  }
}
@media (min-width: 1281px) and (hover: hover) {
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher:hover {
    transform: rotate(180deg);
    will-change: height, transform;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:first-child {
    height: 12px;
    transform: translate(10px, -10px) rotate(40deg);
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:nth-child(2) {
    height: 20px;
    transform-origin: 0 0;
    transform: translateY(0);
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:last-child {
    height: 12px;
    transform: translate(-10px, -10px) rotate(-40deg);
  }
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(62.5% - 40px);
  }
}
@media (max-width: 1600px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(64% - 40px);
  }
}
@media (max-width: 1440px) and (min-width: 1281px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(68% - 40px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display_slider .info-container .text-block {
    height: 37%;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_slider .info-container .text-block {
    height: 40%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__display_slider .info-container .text-block {
    height: 65%;
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__display_slider .info-container .text-block {
    height: 54%;
  }
}
#ASUS-features .section__display_slider .info-container .media-block {
  width: 100%;
  height: 53%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
@media (min-width: 1281px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 66%;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 62.5%;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 64%;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 68%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 63%;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 60%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 35%;
    padding: 6%;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__display_slider .info-container .media-block {
    height: 46%;
  }
}
#ASUS-features .section__display_slider .info-container .media-block .inner {
  position: relative;
}
#ASUS-features .section__performance {
  margin-top: 0;
  overflow: visible;
  height: 100%;
  padding-bottom: 0;
  padding-top: 10vw;
  --card-count: 7;
}
@media (min-width: 737px) {
  #ASUS-features .section__performance {
    --card-move: 900px;
    --section-padding-top: 10vw;
    --section-padding-bottom: 10vw;
    --text-height: 550px;
    --card-height: 1115px;
    height: calc(
      var(--card-move) * var(--card-count) + var(--text-height) +
        var(--card-height) + var(--section-padding-top) +
        var(--section-padding-bottom)
    );
  }
}
@media (min-width: 1025px) {
  #ASUS-features .section__performance {
    --text-height: 595px;
    --card-height: 570px;
  }
}
@media (min-width: 1281px) {
  #ASUS-features .section__performance {
    --text-height: 670px;
    --card-height: 640px;
  }
}
@media (min-width: 1441px) {
  #ASUS-features .section__performance {
    --text-height: 620px;
    --card-height: 770px;
  }
}
@media (min-width: 2001px) {
  #ASUS-features .section__performance {
    --text-height: 660px;
    --card-height: 1070px;
  }
}
@media (min-width: 2401px) {
  #ASUS-features .section__performance {
    --text-height: 830px;
    --card-height: 1135px;
  }
}
@media (min-width: 2561px) {
  #ASUS-features .section__performance {
    --card-move: 1020px;
    --text-height: 666px;
    --card-height: 1118px;
    --section-padding-top: 200px;
    --section-padding-bottom: 200px;
    padding-top: 200px;
  }
}
#ASUS-features .section__performance.hide-2024 {
  --card-count: 3;
}
#ASUS-features .section__performance > .col .wd-content.fadeIn .content-slogan,
#ASUS-features
  .section__thermal
  .info-container
  > .col
  .wd-content.fadeIn
  .content-slogan,
#ASUS-features
  .section__control
  .control_bg_Frame
  > .col
  .wd-content.fadeIn
  .content-slogan,
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  > .col
  .wd-content.fadeIn
  .content-slogan,
#ASUS-features
  .section__audio
  .info-container
  > .col
  .wd-content.fadeIn
  .content-slogan,
#ASUS-features
  .section__software
  .info-container
  > .col
  .wd-content.fadeIn
  .content-slogan {
  background: linear-gradient(-60deg, #bebebe 40%, #eeeeee 50%, #d2d2d2 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#ASUS-features
  .section__portability
  .imgFrame
  .leftFlex
  > .col
  .wd-content.fadeIn
  .content-slogan {
  background: linear-gradient(-60deg, #818181 40%, #a1a1a1 50%, #8e8e8e 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#ASUS-features
  .section__performance
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  vertical-align: baseline;
}
#ASUS-features
  .section__performance
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature.feature-2
  .wd__feature__data
  .img__CopilotPC_DarkCoolBG_Icon {
  width: 12vw;
  height: 4vw;
  background-image: url(../images/svg/CopilotPC_DarkCoolBG_Icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__performance
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__CopilotPC_DarkCoolBG_Icon {
    width: 17vw;
    height: 7vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__performance
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__performance
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features .section__performance .userFrame {
  display: flex;
  flex-direction: row;
  margin-top: 2vw;
  margin-bottom: 3vw;
}
@media (min-width: 2561px) {
  #ASUS-features .section__performance .userFrame {
    margin-top: 51.22px;
    margin-bottom: 76.83px;
  }
}
#ASUS-features .section__performance .userFrame .userImg {
  width: 33.438vw;
  height: 36.172vw;
  max-width: 853.33;
  max-height: 926px;
}
@media (min-width: 2561px) {
  #ASUS-features .section__performance .userFrame .userImg {
    width: 853.328px;
    height: 926.016px;
  }
}
#ASUS-features .section__performance .userFrame .userImg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000, transparent 21%);
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
#ASUS-features .section__performance .userFrame .userImg .userText {
  position: absolute;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  bottom: 0;
  left: 1vw;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(40px, 5vw, 113px);
  z-index: 3;
}
@media (min-width: 2561px) {
  #ASUS-features .section__performance .userFrame .userImg .userText {
    font-size: 113px;
    left: 25.61px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__performance .userFrame .userImg .userText {
    font-size: 3vw;
  }
}
#ASUS-features .section__performance .userFrame .userImg.user1 {
  background-image: url(../images/large/1x/user_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/large/2x/user_1.webp);
  }
}
.noWebp #ASUS-features .section__performance .userFrame .userImg.user1 {
  background-image: url(../images/large/1x/user_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/large/2x/user_1.jpg);
  }
}
#ASUS-features .section__performance .userFrame .userImg.user2 {
  background-image: url(../images/large/1x/user_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/large/2x/user_2.webp);
  }
}
.noWebp #ASUS-features .section__performance .userFrame .userImg.user2 {
  background-image: url(../images/large/1x/user_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/large/2x/user_2.jpg);
  }
}
#ASUS-features .section__performance .userFrame .userImg.user3 {
  background-image: url(../images/large/1x/user_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/large/2x/user_3.webp);
  }
}
.noWebp #ASUS-features .section__performance .userFrame .userImg.user3 {
  background-image: url(../images/large/1x/user_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/large/2x/user_3.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame {
  width: 365.936vw;
  display: flex;
  flex-direction: row;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame {
    width: 9525px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame.hide-2024 {
  width: 365vw;
}
@media (min-width: 375px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame.hide-2024 {
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame.hide-2024 {
    width: 72.656vw;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame.hide-2024 {
    width: 9131px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance {
  width: 72.656vw;
  height: 44.6vw;
  max-width: 1860px;
  max-height: 1118px;
  margin-left: 0.8vw;
  margin-bottom: 5vw;
  border: 1px solid #373737;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance {
    width: 1805px;
    height: 1118px;
    margin-left: 100px;
    margin-bottom: 100px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText {
  position: absolute;
  width: 30vw;
  max-width: 770px;
  left: 32.5vw;
  top: -1vw;
  opacity: 1;
  transform: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  will-change: opacity, translate;
  transform: translate3d(0, 5vw, 0);
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText {
    width: 770px;
    max-width: 770px;
    left: 832.325px;
    top: -25.61px;
    transform: translate3d(0, 128.05px, 0);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .content-frame
  .wd-content
  .content-title {
  font-size: 2.1vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-title {
    font-size: 53.781px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .content-frame
  .wd-content
  .content-info {
  font-size: clamp(14px, 0.8vw, 20.48px);
  margin-left: 0;
  line-height: 1.5;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .content-frame
  .wd-content
  .content-comment {
  font-size: clamp(14px, 0.8vw, 20.48px);
  line-height: 1.2;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .wd__feature__list {
  margin-top: 2vw;
  text-align: left;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list {
    margin-top: 51.22px;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature {
    margin-right: 17.92px;
    margin-bottom: 61.44px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  font-size: 1vw;
  text-align: left;
  color: #9066FF;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__top {
    font-size: clamp(16px, 0.8vw, 20.48px);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .wd__feature__list
  .wd__feature
  .wd__feature__data {
  font-size: 2.1vw;
  text-align: left;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 49.9395px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance
  .performanceText
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  font-size: 1vw;
  text-align: left;
  color: #9066FF;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: clamp(16px, 0.8vw, 20.48px);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance1 {
  background-image: url(../images/large/1x/performance_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/large/2x/performance_1.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance1 {
  background-image: url(../images/large/1x/performance_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/large/2x/performance_1.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .performanceText
  .content-frame
  .wd-content
  .content-info {
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 1281px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    width: 37vw;
    max-width: 935px;
    top: -5.2vw;
    left: 34.5vw;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    width: 829px;
    top: -23.12px;
    left: 868.4px;
  }
}
@media (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    top: 0.5vw;
    min-height: 49vw;
  }
}
@media (max-width: 1445px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    top: -0.4vw;
  }
}
@media (max-width: 1281px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    top: -0.4vw;
  }
}
@media (max-width: 1445px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .content-frame
    .wd-content
    .content-info {
    margin-top: 0.6vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .content-frame
  .wd-content
  .content-comment {
  font-size: clamp(12px, 0.7vw, 18px);
  line-height: 1.2;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .content-frame
    .wd-content
    .content-comment {
    font-size: 18px;
  }
}
@media (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .content-frame
    .wd-content
    .content-comment {
    width: 90%;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list {
  width: 38vw;
  margin-left: 0;
  margin-top: 0.7vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list {
    width: 604px;
    margin-top: 17.92px;
  }
}
@media (max-width: 1445px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list {
    width: 41vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature {
  margin-bottom: 1.4vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature {
    margin-bottom: 35.84px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  font-size: 0.8vw;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-1,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-2,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-5,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-6,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-7,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-8 {
  margin-left: 0;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-1 {
  display: block;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-3,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature.feature-4 {
  min-width: auto;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance1
  .wd__feature__list
  .wd__feature:last-child {
  margin-left: 0;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance2 {
  background-image: url(../images/large/1x/performance_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/2x/performance_2.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance2 {
  background-image: url(../images/large/1x/performance_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/2x/performance_2.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .performanceText,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .performanceText {
  position: absolute;
  width: 96%;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: -1vw;
  transform: translate3d(-50%, 0, 0);
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .content-frame
  .wd-content,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content {
  position: relative;
  max-width: 1490px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content {
    margin-top: -0.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .content-frame
  .wd-content
  .content-title,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content
  .content-title {
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-title,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content
    .content-title {
    margin-top: 1vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .content-frame
  .wd-content
  .content-info,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content
  .content-info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .content-frame
  .wd-content
  .amd_ryzen_AI,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content
  .amd_ryzen_AI {
  background-image: url(../images/svg/AMD_Ryzen_AI_Lockup.svg);
  width: 6.8vw;
  height: 2.6vw;
  margin-top: 1vw;
  background-size: contain;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .amd_ryzen_AI,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content
    .amd_ryzen_AI {
    margin-top: 40px;
    width: 260px;
    height: 100px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .featureFrame,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.8vw;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame {
    margin-top: 40px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .featureFrame
  .feature,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature {
  color: #fff;
  width: 28vw;
  margin-left: 20px;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .featureFrame
  .feature
  .featureImg,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureImg {
  width: 100%;
  height: 10.9vw;
  background-size: cover;
  border: 2px solid #494949;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureImg,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureImg {
    width: 574.55px;
    height: 279.03px;
  }
}
#ASUS-features .section__performance .performance2 .featureFrame .featureImg1 {
  background-image: url(../images/large/1x/s5_4_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/s5_4_1.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance2
  .featureFrame
  .featureImg1 {
  background-image: url(../images/large/1x/s5_4_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/s5_4_1.jpg);
  }
}
#ASUS-features .section__performance .performance2 .featureFrame .featureImg2 {
  background-image: url(../images/large/1x/s5_4_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/s5_4_2.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance2
  .featureFrame
  .featureImg2 {
  background-image: url(../images/large/1x/s5_4_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/s5_4_2.jpg);
  }
}
#ASUS-features .section__performance .performance2 .featureFrame .featureImg3 {
  background-image: url(../images/large/1x/s5_4_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/s5_4_3.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance2
  .featureFrame
  .featureImg3 {
  background-image: url(../images/large/1x/s5_4_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/s5_4_3.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .featureFrame
  .feature
  .featureTitle,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureTitle {
  width: 92%;
  font-size: 1.3vw;
  margin-top: 0.5vw;
  line-height: 2vw;
  letter-spacing: -0.11px;
  text-transform: uppercase;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureTitle,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureTitle {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance2
  .featureFrame
  .feature
  .featureInfo,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureInfo {
  width: 86%;
  margin-top: 0.1vw;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: clamp(16px, 0.8vw, 20.48px);
  line-height: 1.3;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureInfo,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureInfo {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureInfo,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureInfo {
    font-size: 1vw;
    width: 95%;
  }
}
@media screen and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-title {
    margin-top: 5.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance3 {
  background-image: url(../images/large/1x/performance_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/large/2x/performance_3.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance3 {
  background-image: url(../images/large/1x/performance_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/large/2x/performance_3.jpg);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.webp);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.webp);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.jpg);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.jpg);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.webp);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.webp);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.jpg);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .performanceText {
  left: 2.5vw;
  top: -1vw;
}
@media (min-width: 1025px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list {
    max-width: 34vw;
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list {
    width: 78vw;
    max-width: 830px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .wd__feature__list
  .wd__feature.feature-1,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .wd__feature__list
  .wd__feature.feature-2,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .wd__feature__list
  .wd__feature.feature-3,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .wd__feature__list
  .wd__feature.feature-4 {
  margin-bottom: 1.5vw;
}
@media (min-width: 2133px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  color: #9066FF;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 49.9395px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance3
  .content-info {
  width: 100%;
}

#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance11 {
  background-image: url(../images/large/1x/performance_11.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/large/2x/performance_11.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance11 {
  background-image: url(../images/large/1x/performance_11.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/large/2x/performance_11.jpg);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.webp);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.webp);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.jpg);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.jpg);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.webp);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.webp);
  }
}
@media screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.jpg);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 1.5dppx),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (min-width: 1030px) and (max-width: 1800px) and (min-width: 1030px) and (max-width: 1800px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .performanceText {
  left: 2.5vw;
  top: 8vw;
}
@media (min-width: 1025px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list {
    max-width: 34vw;
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list {
    width: 78vw;
    max-width: 830px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .wd__feature__list
  .wd__feature.feature-1,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .wd__feature__list
  .wd__feature.feature-2,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .wd__feature__list
  .wd__feature.feature-3,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .wd__feature__list
  .wd__feature.feature-4 {
  margin-bottom: 1.5vw;
}
@media (min-width: 2133px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  color: #9066FF;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 49.9395px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .content-info {
  width: 100%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: 120%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance4 {
  background-image: url(../images/large/1x/performance__NV.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/large/2x/performance__NV.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance4 {
  background-image: url(../images/large/1x/performance__NV.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/large/2x/performance__NV.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame {
    left: 51.22px;
    top: 558px;
    transform: translateY(-259.5px);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame
  .wd-content {
  position: relative;
  max-width: 1490px;
  margin-left: 0;
  margin-top: 0;
  width: 52%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame
  .wd-content
  .content-slogan {
  text-transform: none;
  font-family: NVIDIASans_W_Bd, Trade-Gothic-LT-Bold, Microsoft JhengHei,
    "sans-serif";
  color: #fff;
  font-size: 2.35vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-slogan {
    font-size: 60.1835px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame
  .wd-content
  .content-title {
  text-transform: none;
  font-family: NVIDIASans_W_Bd, Trade-Gothic-LT-Bold, Microsoft JhengHei,
    "sans-serif";
  font-size: 2.55vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-title {
    font-size: 65.3055px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame
  .wd-content
  .content-info {
  width: 83%;
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
  line-height: 1.5;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-info {
    font-size: calc(16px + 0.1vw);
    width: 78%;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance4
  .content-frame:before {
  display: block;
  content: "";
  margin-bottom: 2.1vw;
  width: 9.7vw;
  height: 6vw;
  background-image: url(../images/svg/nvidia-studio.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.172vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame:before {
    width: 248.406px;
    height: 153.656px;
    margin-left: 30.0149px;
    margin-bottom: 53.781px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame {
  position: relative;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .rtxAI {
  position: relative;
  width: 100%;
  max-width: 2560px;
  height: 45.313vw;
  max-height: 1119px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50%;
  background-size: cover;
}
#ASUS-features .section__performance .rtxAI__frame .rtxAI {
  background-image: url(../images/large/1x/rtxAI.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/large/2x/rtxAI.webp);
  }
}
.noWebp #ASUS-features .section__performance .rtxAI__frame .rtxAI {
  background-image: url(../images/large/1x/rtxAI.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/large/2x/rtxAI.jpg);
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .rtxAI {
    width: 1858px;
    height: 1119px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .infoFrame {
  width: 42%;
  top: 20%;
  left: 5%;
  position: absolute;
}
@media (min-width: 1451px) and (max-width: 1919px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    top: 9vw;
  }
}
@media (min-width: 1300px) and (max-width: 1450px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    top: 7vw;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 39%;
    left: 14%;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 780.359px;
    left: 92.8906px;
    top: 223.797px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .infoFrame
  .title {
  margin-bottom: 30px;
  font-size: 2.1vw;
  font-size: clamp(24px, 2.1vw, 60.16px);
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: NVIDIASans_W_Bd, Trade-Gothic-LT-Bold, Microsoft JhengHei,
    "sans-serif";
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .title {
    font-size: 36px;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .title {
    font-size: 53.781px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .infoFrame
  .subTitle {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-family: NVIDIASans_W_Bd, Trade-Gothic-LT-Bold, Microsoft JhengHei,
    "sans-serif";
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .subTitle {
    font-size: 20px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .infoFrame
  .info {
  width: 90%;
  margin-bottom: 1.2vw;
  margin-left: 0;
  margin-right: auto;
  color: #fff;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 1vw;
  line-height: 1.5;
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    width: 97%;
    font-size: 1vw;
  }
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    font-size: calc(16px + 0.1vw);
    width: 702.312px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    font-size: 1vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance5
  .rtxAI__frame
  .infoFrame
  .nvLogo {
  width: 10vw;
  height: 5vw;
  margin-left: 0;
  background-size: contain;
  background-image: url(../images/svg/nvidia-geforce.svg);
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .nvLogo {
    width: 350px;
    height: 196px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #303040, #415159);
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .winNB {
  width: 39.0625vw;
  height: 27.656vw;
  max-width: 1000px;
  max-height: 708px;
  margin-top: 7vw;
}
#ASUS-features
  .section__performance
  .performance.performance6
  .winFrame
  .winNB {
  background-image: url(../images/large/1x/performance_6_nb.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/large/2x/performance_6_nb.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance.performance6
  .winFrame
  .winNB {
  background-image: url(../images/large/1x/performance_6_nb.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/large/2x/performance_6_nb.webp);
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .winNB {
    margin-top: 179.27px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .textFrame {
  width: 35%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .textFrame
  .winTitle {
  text-transform: capitalize;
  font-size: 1.6vw;
  font-size: clamp(24px, 1.6vw, 40.96px);
  letter-spacing: -0.11px;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  margin-bottom: 0.8vw;
  line-height: 1.2;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winTitle {
    font-size: 53.781px;
    margin-bottom: 15.36px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winTitle {
    font-size: 2.1vw;
    margin-bottom: 1.1vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .textFrame
  .winText {
  width: 89%;
  margin-top: 0.1vw;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: clamp(16px, 0.8vw, 20.48px);
  line-height: 1.5;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .textFrame
  .winText
  a {
  text-decoration: underline;
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText {
    font-size: 1vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance6
  .winFrame
  .textFrame
  .winText.winSubTitle {
  font-size: clamp(18px, 1vw, 25.6px);
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText.winSubTitle {
    font-size: clamp(15px, 1vw, 25.6px);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance7 {
  background-image: url(../images/large/1x/performance_7.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/large/2x/performance_7.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance7 {
  background-image: url(../images/large/1x/performance_7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/large/2x/performance_7.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .performanceText {
  position: absolute;
  width: 96%;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: -1vw;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .performanceText {
    width: 1579.14px;
    top: -25.6px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .content-frame
  .wd-content {
  position: relative;
  max-width: 1490px;
  margin-top: 2.4vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content {
    margin-top: 61.44px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content {
    margin-top: -0.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .content-frame
  .wd-content
  .content-title {
  text-transform: uppercase;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .content-frame
  .wd-content
  .content-info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .featureFrame {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame {
    margin-top: 40px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .featureFrame
  .feature {
  color: #fff;
  width: 28vw;
  margin-left: 20px;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature {
    width: 374.781px;
    margin-left: 15px;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature.feature1 {
    margin-left: 0;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .featureFrame
  .feature
  .featureImg {
  width: 100%;
  height: 10.9vw;
  background-size: cover;
  border: 2px solid #494949;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureImg {
    width: 374.781px;
    height: 279.03px;
  }
}
#ASUS-features .section__performance .performance7 .featureFrame .featureImg1 {
  background-image: url(../images/large/1x/s5_7_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/s5_7_1.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance7
  .featureFrame
  .featureImg1 {
  background-image: url(../images/large/1x/s5_7_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/s5_7_1.jpg);
  }
}
#ASUS-features .section__performance .performance7 .featureFrame .featureImg2 {
  background-image: url(../images/large/1x/s5_7_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/s5_7_2.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance7
  .featureFrame
  .featureImg2 {
  background-image: url(../images/large/1x/s5_7_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/s5_7_2.jpg);
  }
}
#ASUS-features .section__performance .performance7 .featureFrame .featureImg3 {
  background-image: url(../images/large/1x/s5_7_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/s5_7_3.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance7
  .featureFrame
  .featureImg3 {
  background-image: url(../images/large/1x/s5_7_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/s5_7_3.jpg);
  }
}
#ASUS-features .section__performance .performance7 .featureFrame .featureImg4 {
  background-image: url(../images/large/1x/s5_7_4.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/large/2x/s5_7_4.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance7
  .featureFrame
  .featureImg4 {
  background-image: url(../images/large/1x/s5_7_4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/large/2x/s5_7_4.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .featureFrame
  .feature
  .featureTitle {
  width: 92%;
  font-size: 1.6vw;
  margin-top: 1vw;
  line-height: 2vw;
  letter-spacing: -0.11px;
  text-transform: uppercase;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureTitle {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance7
  .featureFrame
  .feature
  .featureInfo {
  width: 86%;
  margin-top: 0.1vw;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: clamp(16px, 0.8vw, 20.48px);
  line-height: 1.5;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureInfo {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureInfo {
    font-size: 1vw;
    width: 95%;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance8 {
  background-image: url(../images/large/1x/performance_NV_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/large/2x/performance_NV_bg.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance8 {
  background-image: url(../images/large/1x/performance_NV_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/large/2x/performance_NV_bg.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .performanceText {
  top: 4vw;
}
@media screen and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .performanceText {
    top: 7.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content
  .content-title {
  font-family: NVIDIASans_W_Bd, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .content-frame
  .wd-content
  .content-info {
  margin-top: 0.5vw;
  font-family: NVIDIASans_W_Rg, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureInfo,
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureTitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureTitle {
  font-family: NVIDIASans_W_Bd, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureInfo {
  font-family: NVIDIASans_W_Rg, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .featureFrame
  .feature
  .featureImg {
  width: 20vw;
  height: 20vw;
  background-size: cover;
  border: 2px solid #494949;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureImg {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureImg {
    width: 16vw;
    height: 16vw;
    background-size: contain;
  }
}
#ASUS-features .section__performance .performance8 .featureFrame .featureImg1 {
  background-image: url(../images/large/1x/performance_NV_01.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/performance_NV_01.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance8
  .featureFrame
  .featureImg1 {
  background-image: url(../images/large/1x/performance_NV_01.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/large/2x/performance_NV_01.jpg);
  }
}
#ASUS-features .section__performance .performance8 .featureFrame .featureImg2 {
  background-image: url(../images/large/1x/performance_NV_02.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/performance_NV_02.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance8
  .featureFrame
  .featureImg2 {
  background-image: url(../images/large/1x/performance_NV_02.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/large/2x/performance_NV_02.jpg);
  }
}
#ASUS-features .section__performance .performance8 .featureFrame .featureImg3 {
  background-image: url(../images/large/1x/performance_NV_03.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/performance_NV_03.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performance8
  .featureFrame
  .featureImg3 {
  background-image: url(../images/large/1x/performance_NV_03.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/large/2x/performance_NV_03.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance8
  .nvLogo {
  background-image: url(../images/svg/nvidia-geforce.svg);
  width: 6vw;
  height: 3vw;
  margin-top: 0.5vw;
  margin-right: 0;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .nvLogo {
    width: 210px;
    height: 117.6px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance11
  .nvLogo {
  background-image: url(../images/svg/nvidia-geforce.svg);
  width: 10vw;
  height: 5vw;
  margin-top: 0.5vw;
  margin-left: 1.172vw;
  background-size: contain;
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .nvLogo {
      width: 15vw;
      height: 7.5vw;
  }
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .nvLogo {
    width: 210px;
    height: 117.6px;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 9vw;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9 {
    padding-top: 230.4px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9 {
    flex-direction: column;
    padding-top: 15vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9
  .performanceText {
  padding-left: 2vw;
  position: relative;
  width: 37%;
  max-width: 770px;
  left: unset;
  top: unset;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText {
    width: 100%;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9
  .performanceText
  .content-frame
  .wd-content {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9
  .performanceText
  .content-frame
  .wd-content
  .content-info {
  width: 100%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9
  .performanceText
  .nvLogo {
  width: 10vw;
  height: 5vw;
  margin-left: 0;
  background-size: contain;
  background-image: url(../images/svg/nvidia-geforce.svg);
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText
    .nvLogo {
    width: 256px;
    height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText
    .nvLogo {
    width: 15vw;
    height: 7.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance9
  .img__performance9 {
  width: 66%;
  height: 30vw;
  background-size: contain;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .img__performance9 {
    width: 1189.58px;
    height: 768px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .img__performance9 {
    width: 100%;
    height: 61vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 2vw;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10 {
    padding-top: 51.2px;
    margin-left: 20.48px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10 {
    flex-direction: column;
    padding-top: 15vw;
    justify-content: flex-start;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .video-block {
  width: 40vw;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block {
    width: 80vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .video-block
  .nvLogo {
  width: 10vw;
  height: 5vw;
  margin-left: 0;
  background-size: contain;
  background-image: url(../images/svg/nvidia-geforce.svg);
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .nvLogo {
    width: 256px;
    height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .nvLogo {
    width: 15vw;
    height: 7.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .video-block
  #video-Professional {
  width: 40vw;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    #video-Professional {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    #video-Professional {
    width: 80vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .video-block
  .btn-pause {
  top: 39.8vw;
  left: 41.4vw;
  position: absolute;
  z-index: 350;
  filter: brightness(1);
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .btn-pause {
    top: 880px;
    left: 1101px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .btn-pause {
    left: 82vw;
    top: 64.8vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .performanceText {
  padding-left: 2vw;
  position: relative;
  width: 37%;
  max-width: 770px;
  left: unset;
  top: unset;
  transform: translateZ(0);
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText {
    padding-left: 51.2px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText {
    width: 100%;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .performanceText
  .content-frame
  .wd-content {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .performanceText
  .content-frame
  .wd-content
  .content-info {
  width: 100%;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .performanceText
  .nvLogo {
  width: 10vw;
  height: 6vw;
  margin-left: 0;
  background-size: contain;
  background-image: url(../images/svg/nvidia-studio-badge.png);
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText
    .nvLogo {
    width: 256px;
    height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText
    .nvLogo {
    width: 15vw;
    height: 7.5vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance.performance10
  .img__performance10 {
  width: 60%;
  height: 30vw;
  background-size: contain;
}
@media screen and (min-width: 2560px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .img__performance10 {
    width: 1189.58px;
    height: 768px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .img__performance10 {
    width: 100%;
    height: 61vw;
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance9
  .img__performance9 {
  background-image: url(../images/large/1x/performance_9.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance9
    .img__performance9 {
    background-image: url(../images/large/2x/performance_9.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance9
  .img__performance9 {
  background-image: url(../images/large/1x/performance_9.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance9
    .img__performance9 {
    background-image: url(../images/large/2x/performance_9.jpg);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance10
  .img__performance10 {
  background-image: url(../images/large/1x/performance_10.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance10
    .img__performance10 {
    background-image: url(../images/large/2x/performance_10.webp);
  }
}
.noWebp
  #ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .performance.performance10
  .img__performance10 {
  background-image: url(../images/large/1x/performance_10.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance10
    .img__performance10 {
    background-image: url(../images/large/2x/performance_10.png);
  }
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f1f;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance::-webkit-scrollbar {
  width: 3px;
  background-color: #555;
}
#ASUS-features
  .section__performance
  .performanceFrame
  .scrollFrame
  .blockFrame
  .performance::-webkit-scrollbar-thumb {
  background-color: #555;
}
#ASUS-features .section__performance_slider {
  padding-top: 0;
}
@media (width: 820px) and (height: 1180px) {
  #ASUS-features .section__performance_slider {
    padding-bottom: 24vw;
  }
}
@media (width: 768px) and (height: 1024px) {
  #ASUS-features .section__performance_slider {
    padding-bottom: 24vw;
  }
}
#ASUS-features .section__performance_slider .slider {
  width: 100%;
  height: 30vw;
  gap: 0 1vw;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1281px) {
  #ASUS-features .section__performance_slider .slider {
    height: 640px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance_slider .slider {
    height: 600px;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section__performance_slider .slider {
    height: 600px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__performance_slider .slider {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__performance_slider .slider {
    height: 480px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__performance_slider .slider {
    height: calc(100vh - 80px);
  }
}
#ASUS-features .section__performance_slider .slider .slick-track {
  height: calc(30vw - 60px);
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (min-width: 1281px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 580px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: 420px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__performance_slider .slider .slick-track {
    height: calc(100vh - 140px);
  }
}
#ASUS-features .section__performance_slider .slider .slick-slide {
  opacity: 0.6;
}
@media (max-width: 1920px) and (min-width: 1280px) {
  #ASUS-features .section__performance_slider .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__performance_slider .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__performance_slider .slider .slick-cloned .slide-1 .pic,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-cloned
  .slide-3
  .pic {
  transition: transform 0.5s cubic-bezier(0, 0.5, 0.5, 1);
  will-change: opacity, transform;
}
#ASUS-features
  .section__performance_slider
  .slider
  .slick-cloned
  .slide-1
  .pic.blur,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-cloned
  .slide-3
  .pic.blur {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#ASUS-features .section__performance_slider .slider .slide {
  width: 33.333%;
  height: 100%;
  border: 1px solid #414141;
  padding: 0;
  position: relative;
  transition: opacity 0.3s ease;
}
#ASUS-features .section__performance_slider .slider .slide .pic {
  padding: 0;
}
#ASUS-features .section__performance_slider .slider .slide .pic img {
  width: 100%;
  display: block;
}
#ASUS-features
  .section__performance_slider
  .slider
  .slide-1
  .media-block:before,
#ASUS-features
  .section__performance_slider
  .slider
  .slide-3
  .media-block:before {
  content: "";
  display: block;
  background-image: radial-gradient(rgba(7, 126, 209, 0.5), transparent);
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-y: -100px;
  mask-image: linear-gradient(#000, transparent);
  -webkit-mask-image: linear-gradient(#000, transparent);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
#ASUS-features .section__performance_slider .slider .slide-1 .pic,
#ASUS-features .section__performance_slider .slider .slide-3 .pic {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 1024px) {
  #ASUS-features .section__performance_slider .slider .slide-1 .pic,
  #ASUS-features .section__performance_slider .slider .slide-3 .pic {
    max-width: 640px;
  }
}
#ASUS-features .section__performance_slider .slider .slide-1 .pic.blur,
#ASUS-features .section__performance_slider .slider .slide-3 .pic.blur {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#ASUS-features .section__performance_slider .slider .slide-1 .pic {
  transform: translate(20%, 10%);
}
#ASUS-features .section__performance_slider .slider .slide-1 .pic.blur {
  transform: translate(-30%, 10%);
}
#ASUS-features .section__performance_slider .slider .slide-3 .pic {
  transform: translate(15%, -10%);
}
#ASUS-features .section__performance_slider .slider .slide-3 .pic.blur {
  transform: translate(-35%, -10%);
}
#ASUS-features .section__performance_slider .slider .slide-2 .pic {
  position: relative;
}
#ASUS-features .section__performance_slider .slider .slide-2 .pic:before {
  content: "";
  width: 100%;
  height: 40%;
  background-image: linear-gradient(0deg, #000 50%, transparent);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#ASUS-features .section__performance_slider .slider.active,
#ASUS-features
  .section__performance_slider
  .slider.active
  .slide-1
  .media-block:before,
#ASUS-features
  .section__performance_slider
  .slider.active
  .slide-3
  .media-block:before,
#ASUS-features .section__performance_slider .slider .slick-center,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-center
  .slide-1
  .media-block:before,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-center
  .slide-3
  .media-block:before {
  opacity: 1;
  will-change: opacity;
}
#ASUS-features .section__performance_slider .slider.active .slide-1 .pic,
#ASUS-features .section__performance_slider .slider.active .slide-3 .pic,
#ASUS-features .section__performance_slider .slider .slick-center .slide-1 .pic,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-center
  .slide-3
  .pic {
  transform: translate(0);
  transition: transform 0.5s cubic-bezier(0, 0.5, 0.5, 1);
  will-change: opacity, transform;
}
#ASUS-features .section__performance_slider .slider.active .slide-1 .pic.blur,
#ASUS-features .section__performance_slider .slider.active .slide-3 .pic.blur,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-center
  .slide-1
  .pic.blur,
#ASUS-features
  .section__performance_slider
  .slider
  .slick-center
  .slide-3
  .pic.blur {
  opacity: 1;
  transform: translate(-50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#ASUS-features .section__performance_slider .info-container .text-block {
  width: 99%;
  height: 47%;
  padding-bottom: 3vw;
  transition: background-color 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .collapse-switcher {
  display: none;
}
@media (min-width: 1281px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .inner-wrapper {
    width: 100%;
    background-image: linear-gradient(0, #000 80%, transparent);
    background-size: 200% 200%;
    background-position: 0 -100%;
    background-repeat: no-repeat;
    padding: 40px 3vw 20px;
    position: absolute;
    top: calc(66% - 40px);
    transition: transform 0.3s ease, background-position 0.5s ease;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .inner-wrapper.active {
    background-position: 0 0;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block:after {
    content: "";
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0, #000 40%, transparent 77%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform-origin: center 44%;
    transition: transform 0.2s ease;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher
    span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px;
    position: relative;
    transition: height 0.2s cubic-bezier(1, 0, 0, 1),
      transform 0.2s cubic-bezier(1, 0, 0, 1);
  }
}
@media (min-width: 1281px) and (hover: hover) {
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher:hover {
    transform: rotate(180deg);
    will-change: height, transform;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:first-child {
    height: 12px;
    transform: translate(10px, -10px) rotate(40deg);
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:nth-child(2) {
    height: 20px;
    transform-origin: 0 0;
    transform: translateY(0);
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:last-child {
    height: 12px;
    transform: translate(-10px, -10px) rotate(-40deg);
  }
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(62.5% - 40px);
  }
}
@media (max-width: 1440px) and (min-width: 1281px) {
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(68% - 40px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 32%;
  }
}
@media (width: 1024px) and (height: 1366px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 35%;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 42%;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 50%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 72%;
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__performance_slider .info-container .text-block {
    height: 64%;
  }
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content
  .inner {
  width: 65%;
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content
  .feature-list {
  width: 35%;
  padding-left: 5%;
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content
  .feature-list
  .data {
  font-size: clamp(24px, 1.75vw, 36px);
  font-weight: 600;
  line-height: clamp(32px, 2.25vw, 46px);
}
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content
  .feature-list
  .feature
  .describe,
#ASUS-features
  .section__performance_slider
  .info-container
  .text-block
  .content
  .feature-list
  .feature
  .top {
  color: #9066FF;
}
@media (max-width: 600px) {
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .content {
    display: block;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .content
    .feature-list,
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .content
    .inner {
    width: 100%;
  }
  #ASUS-features
    .section__performance_slider
    .info-container
    .text-block
    .content
    .feature-list {
    padding-left: 0;
    padding-top: 20px;
  }
}
#ASUS-features .section__performance_slider .info-container .media-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@keyframes blurMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#ASUS-features .section__thermal #btn-video-thermal-mb1,
#ASUS-features .section__thermal #btn-video-thermal-mb2 {
  display: none;
}
#ASUS-features .section__thermal .info-container .wd__feature__list {
  max-width: 1240px;
}
#ASUS-features
  .section__thermal
  .info-container
  .wd__feature__list
  .note-block {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__thermal
    .info-container
    .wd__feature__list
    .note-block {
    margin: 0 calc(19.5px + 0.1vw) 20px;
  }
}
#ASUS-features
  .section__thermal
  .info-container
  .wd__feature__list
  .note-block
  .note {
  display: inline-block;
  text-align: left;
  text-transform: none;
}
#ASUS-features
  .section__thermal
  .info-container
  .wd__feature__list
  .wd__feature {
  vertical-align: middle;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__thermal
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__thermal
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features
  .section__thermal
  .info-container
  .wd__feature__list
  .wd__feature.feature-3
  .img__grizzly_bear {
  width: 10.6vw;
  height: 3.3vw;
  background-size: contain;
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__thermal
    .info-container
    .wd__feature__list
    .wd__feature.feature-3
    .img__grizzly_bear {
    width: 15.6vw;
    height: 5.3vw;
  }
}
@media (max-width: 736px) {
  #ASUS-features
    .section__thermal
    .info-container
    .wd__feature__list
    .wd__feature.feature-3
    .img__grizzly_bear {
    width: 180px;
    height: 60px;
  }
}
#ASUS-features .section__thermal .switch-wrapper {
  padding: 2vw 2vw 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal .switch-wrapper {
    padding: 20px 20px 0;
  }
}
#ASUS-features .section__thermal .switch-wrapper .btn-switcher {
  max-width: 620px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#ASUS-features .section__thermal .switch-wrapper .btn-switcher span {
  background-color: #530fd1;
  height: 100%;
  opacity: 0.8;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1vw, 20px);
  padding: 3px 15px;
  text-align: center;
}
#ASUS-features .section__thermal .switch-wrapper .btn-switcher span.active {
  opacity: 1;
}
#ASUS-features .section__thermal .exploded-view-wrapper {
  width: 56.25vw;
  height: 31.64vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 2560px) {
  #ASUS-features .section__thermal .exploded-view-wrapper {
    width: 1440px;
    height: 810px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal .exploded-view-wrapper {
    width: 40vw;
    height: 22.5vw;
  }
}
#ASUS-features .section__thermal .exploded-view-wrapper .video-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#ASUS-features .section__thermal .exploded-view-wrapper .video-block:after,
#ASUS-features .section__thermal .exploded-view-wrapper .video-block:before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}
#ASUS-features .section__thermal .exploded-view-wrapper .video-block:before {
  background-image: linear-gradient(180deg, #000 10%, transparent);
  top: 0;
}
#ASUS-features .section__thermal .exploded-view-wrapper .video-block:after {
  background-image: linear-gradient(0deg, #000 20%, transparent);
  bottom: 0;
}
#ASUS-features .section__thermal .exploded-view-wrapper .video-block video {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  z-index: 1;
}
#ASUS-features .section__thermal .exploded-view-wrapper .main-block {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#ASUS-features .section__thermal .exploded-view-wrapper .main-block .explode {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center top;
  transform: translateY(0) scale(1);
  transition: transform 0.3s ease;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode
  .img {
  width: 100%;
  height: auto;
  display: block;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-1 {
  z-index: 1;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-2 {
  z-index: 2;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-3 {
  z-index: 3;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-4 {
  z-index: 4;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-5 {
  z-index: 5;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-6 {
  z-index: 6;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-7 {
  z-index: 7;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.explode-8 {
  z-index: 8;
}
#ASUS-features
  .section__thermal
  .exploded-view-wrapper
  .main-block
  .explode.active {
  transform: translateY(-4vw) scale(1.2);
  opacity: 1;
  will-change: transform;
  z-index: 10;
}
#ASUS-features .section__thermal .slider {
  height: 25vw;
  opacity: 0;
  position: relative;
  transform: translateX(-20%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
@media (min-width: 1920px) {
  #ASUS-features .section__thermal .slider {
    height: 430px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal .slider {
    height: 24vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal .slider {
    height: 25vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__thermal .slider {
    height: 300px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal .slider {
    height: 440px;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__thermal .slider {
    height: 320px;
  }
}
#ASUS-features .section__thermal .slider .slick-track {
  height: calc(25vw - 60px);
}
@media (min-width: 1920px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: 370px;
  }
}
@media (max-width: 1700px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: calc(24vw - 60px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: calc(25vw - 60px);
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: 240px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: 380px;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__thermal .slider .slick-track {
    height: 260px;
  }
}
#ASUS-features .section__thermal .slider.slick-dotted.slick-slider {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal .slider.slick-dotted.slick-slider {
    margin-top: 10px;
  }
}
#ASUS-features .section__thermal .slider .slick-slide {
  /* opacity: 0.6; */
  transition: opacity 0.4s ease;
}
@media (max-width: 1920px) and (min-width: 1280px) {
  #ASUS-features .section__thermal .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__thermal .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__thermal .slider .slick-center {
  opacity: 1;
}
#ASUS-features .section__thermal .slider .slide {
  height: 100%;
  background-color: #111;
}
#ASUS-features .section__thermal .slider .slide h3,
#ASUS-features .section__thermal .slider .slide p {
  transform: translateX(10%);
}
#ASUS-features .section__thermal .slider .slide .wd__feature__list {
  width: 100%;
  margin: 1vw 0 0;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature {
  margin-bottom: 2vw;
  margin-left: auto;
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature.feature-6
  .img__grizzly_bear {
  width: 233px;
  height: 234px;
  background-size: contain;
}
#ASUS-features .section__thermal .wd__feature__list .img__grizzly_bear {
  background-image: url(../images/large/1x/icon/thermal_bear_logo.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__thermal .wd__feature__list .img__grizzly_bear {
    background-image: url(../images/large/2x/icon/thermal_bear_logo.webp);
  }
}
.noWebp #ASUS-features .section__thermal .wd__feature__list .img__grizzly_bear {
  background-image: url(../images/large/1x/icon/thermal_bear_logo.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__thermal
    .wd__feature__list
    .img__grizzly_bear {
    background-image: url(../images/large/2x/icon/thermal_bear_logo.webp);
  }
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__data,
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__describe,
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  text-align: left;
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  color: #9066FF;
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__data {
  font-size: clamp(24px, 1.875vw, 44px);
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  font-size: 0.8vw;
  color: #915FFF;
}
#ASUS-features
  .section__thermal
  .slider
  .slide
  .wd__feature__list
  .wd__feature
  .wd__feature__describe:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0.4rem;
}
#ASUS-features .section__thermal .slider .text-block {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  padding: 1.9vw 3vw 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 2560px) {
  #ASUS-features .section__thermal .slider .text-block {
    padding: 30px 50px;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section__thermal .slider .text-block {
    padding: 30px 30px 10px;
  }
}
#ASUS-features .section__thermal .explosion-outer {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
#ASUS-features .section__thermal .explosion-container {
  width: 200%;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  position: relative;
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
  will-change: transform;
}
#ASUS-features
  .section__thermal
  .explosion-container.active
  .exploded-view-wrapper
  .main-block {
  opacity: 1;
  will-change: opacity;
}
#ASUS-features
  .section__thermal
  .explosion-container.active
  .exploded-view-wrapper
  .video-block
  video {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#ASUS-features .section__thermal .explosion-container.active .slider {
  opacity: 1;
  transform: translateX(0);
  will-change: opacity, transform;
}
#ASUS-features .section__thermal .explosion-container.active .slider .slide h3,
#ASUS-features .section__thermal .explosion-container.active .slider .slide p {
  transform: translateX(0);
  transition: transform 0.5s ease;
  will-change: transform;
}
#ASUS-features .section__thermal .explosion-container.active .slider .slide h3 {
  transition-delay: 0.15s;
}
#ASUS-features .section__thermal .explosion-container.active .slider .slide p {
  transition-delay: 0.25s;
  line-height: 1.2;
}
#ASUS-features
  .section__thermal
  .explosion-container.active
  .slider
  .slide
  .wd__feature__list {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0.25s;
  will-change: opacity, transform;
}
#ASUS-features .section__thermal .explosion-container .mb1,
#ASUS-features .section__thermal .explosion-container .mb2 {
  width: 50%;
  overflow: hidden;
  position: relative;
}
#ASUS-features .section__thermal_slider .wd-content {
  padding-bottom: 30px;
}
#ASUS-features .section__thermal_slider .info-container .slider {
  height: 30vw;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1281px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 760px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 680px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 680px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 800px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 800px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .slider {
    height: calc(100vh - 80px);
  }
}
#ASUS-features .section__thermal_slider .info-container .slider .slick-track {
  height: calc(30vw - 60px);
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (min-width: 1281px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 700px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 620px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 620px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 740px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 740px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-track {
    height: calc(100vh - 140px);
  }
}
#ASUS-features .section__thermal_slider .info-container .slider .slick-slide {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}
@media (max-width: 1920px) and (min-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__thermal_slider .info-container .slider .slick-center {
  opacity: 1;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-2
  .pantone-color-bright,
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-2
  .pic.bright,
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-3
  .pantone-color-bright,
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-3
  .pic.bright,
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-4
  .pantone-color-bright,
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-center
  .slide-4
  .pic.bright {
  display: none;
}
#ASUS-features .section__thermal_slider .info-container .slider .slide {
  width: 100%;
  height: 100%;
  background-color: #111;
  border: 1px solid #414141;
  padding: 0;
  transition: background-color 0.4s ease;
}
#ASUS-features .section__thermal_slider .info-container .slider .slide .pic {
  width: 70%;
  padding: 0;
}
@media (max-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slide .pic {
    width: 85%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .slider .slide .pic {
    width: 100%;
  }
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slide
  .pic
  picture {
  width: 100%;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slide
  .pic
  img {
  width: 100%;
  display: block;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-current
  .slide-3
  .pantone-color {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1.75s ease, transform 1.75s ease;
  will-change: opacity, transform;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-current
  .slide-3
  .pantone-logo {
  opacity: 1;
  transition: opacity 1.5s ease;
  will-change: opacity;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .slider
  .slick-current
  .slide-3
  .pantone-G16 {
  transform: scale(1);
  transition: transform 1.5s ease;
  will-change: transform;
}
#ASUS-features .section__thermal_slider .info-container .text-block {
  width: 99%;
  height: 47%;
  padding-bottom: 3vw;
  transition: background-color 0.4s ease;
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 20%;
    padding-bottom: 1.5vw;
    top: 0;
  }
  #ASUS-features .section__thermal_slider .info-container .text-block h3 {
    margin-bottom: 7px;
  }
}
@media (max-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 42%;
    top: 0;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 67%;
  }
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .text-block
  .collapse-switcher {
  display: none;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .text-block
  .feature-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .text-block
  .feature-list
  .feature {
  padding: 2% 1.5%;
}
#ASUS-features
  .section__thermal_slider
  .info-container
  .text-block
  .feature-list
  .data {
  font-size: clamp(22px, 1.75vw, 29px);
  font-weight: 600;
  line-height: clamp(32px, 2.25vw, 39px);
}
@media (max-width: 735px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .feature-list {
    display: block;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .feature-list
    .feature {
    width: 49%;
    display: inline-block;
    padding: 4% 2.5%;
    vertical-align: top;
  }
}
@media (min-width: 1281px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    width: 100%;
    background-image: linear-gradient(0, #111 80%, transparent);
    background-size: 200% 200%;
    background-position: 0 -100%;
    background-repeat: no-repeat;
    padding: 40px 3vw 20px;
    position: absolute;
    top: calc(66% - 40px);
    transition: transform 0.3s ease, background-position 0.5s ease;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper.active {
    background-position: 0 0;
  }
  #ASUS-features .section__thermal_slider .info-container .text-block:after {
    content: "";
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0, #111 40%, transparent 77%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform-origin: center 44%;
    transition: transform 0.2s ease;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher
    span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px;
    position: relative;
    transition: height 0.2s cubic-bezier(1, 0, 0, 1),
      transform 0.2s cubic-bezier(1, 0, 0, 1);
  }
}
@media (min-width: 1281px) and (hover: hover) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher:hover {
    transform: rotate(180deg);
    will-change: height, transform;
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:first-child {
    height: 12px;
    transform: translate(10px, -10px) rotate(40deg);
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:nth-child(2) {
    height: 20px;
    transform-origin: 0 0;
    transform: translateY(0);
  }
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:last-child {
    height: 12px;
    transform: translate(-10px, -10px) rotate(-40deg);
  }
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(70% - 40px);
  }
}
@media (max-width: 1920px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(68% - 40px);
  }
}
@media (max-width: 1600px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(68% - 40px);
  }
}
@media (max-width: 1440px) and (min-width: 1281px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(75% - 40px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__thermal_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(75% - 40px);
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 48%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 65%;
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__thermal_slider .info-container .text-block {
    height: 54%;
  }
}
#ASUS-features .section__thermal_slider .info-container .media-block {
  width: 100%;
  height: 53%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
@media (min-width: 1281px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 66%;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 70%;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 68%;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 68%;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 75%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 75%;
  }
}
@media (max-width: 1080px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 58%;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 52%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 33%;
    padding: 6%;
  }
}
@media (max-width: 380px) {
  #ASUS-features .section__thermal_slider .info-container .media-block {
    height: 46%;
  }
}
#ASUS-features .section__thermal_slider .info-container .media-block .inner {
  position: relative;
}
#ASUS-features .section__control {
  background-color: #000;
  padding-bottom: 0;
}
#ASUS-features .section__control .control_bg_Frame {
  width: 100vw;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  background-image: url(../images/large/1x/control_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__control .control_bg_Frame {
    background-image: url(../images/large/2x/control_bg.webp);
  }
}
.noWebp #ASUS-features .section__control .control_bg_Frame {
  background-image: url(../images/large/1x/control_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__control .control_bg_Frame {
    background-image: url(../images/large/2x/control_bg.jpg);
  }
}
#ASUS-features .section__control .control_bg_Frame .img__control__nb {
  position: relative;
  width: 60.547vw;
  height: 40.414vw;
  margin-left: -30.5vw;
  left: 50%;
  top: 14vw;
  background-size: contain;
}
@media (max-width: 1024px) {
  #ASUS-features .section__control .control_bg_Frame .img__control__nb {
    width: 60vw;
    height: 61.414vw;
    margin-left: -30vw;
  }
}
#ASUS-features .section__control .img__control__nb {
  background-image: url(../images/large/1x/control_nb.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__control .img__control__nb {
    background-image: url(../images/large/2x/control_nb.webp);
  }
}
.noWebp #ASUS-features .section__control .img__control__nb {
  background-image: url(../images/large/1x/control_nb.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__control .img__control__nb {
    background-image: url(../images/large/2x/control_nb.webp);
  }
}
#ASUS-features .section__control .control_bg_Frame .content-frame {
  margin-top: 20vw;
}
@media (max-width: 1281px) {
  #ASUS-features .section__control .control_bg_Frame .content-frame {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__control .control_bg_Frame .content-frame {
    width: 80%;
    padding-bottom: 13vw;
  }
}
#ASUS-features
  .section__control
  .control_bg_Frame
  .content-frame
  .wd-content
  .content-info {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features
  .section__control
  .control_bg_Frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature.feature-10
  .img__aura {
  width: 5.6vw;
  height: 5.6vw;
  background-size: contain;
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-10
    .img__aura {
    width: 11.6vw;
    height: 11.6vw;
  }
}
@media (max-width: 736px) {
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-10
    .img__aura {
    width: 66px;
    height: 66px;
  }
}
#ASUS-features .section__control_slider {
  background-color: #000;
}
#ASUS-features .section__control_slider .info-container .slider {
  height: 360px;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 480px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 340px;
  }
}
@media (min-width: 600px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 400px;
  }
}
@media (min-width: 735px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 440px;
  }
}
@media (min-width: 860px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 550px;
  }
}
@media (min-width: 1441px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 570px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 660px;
  }
}
@media (min-width: 2200px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 660px;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__control_slider .info-container .slider {
    height: 640px;
  }
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slick-dots
  li:not(.block-pause-play)
  button {
  background-color: #777;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slick-dots
  .slide-switcher[title="play"]:before {
  background-color: transparent;
  border-color: transparent transparent transparent #222;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slick-dots
  li.slick-active
  button:after {
  background-color: #222;
}
@media (max-width: 1920px) and (min-width: 1280px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__control_slider .info-container .slider .slick-next,
#ASUS-features .section__control_slider .info-container .slider .slick-prev {
  background-image: none;
}
#ASUS-features .section__control_slider .info-container .slider .inner {
  height: 100%;
  position: relative;
}
#ASUS-features .section__control_slider .info-container .slider .slick-track {
  height: 300px;
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (min-width: 480px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 280px;
  }
}
@media (min-width: 600px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 340px;
  }
}
@media (min-width: 735px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 380px;
  }
}
@media (min-width: 860px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 490px;
  }
}
@media (min-width: 1441px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 510px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 600px;
  }
}
@media (min-width: 2200px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 600px;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__control_slider .info-container .slider .slick-track {
    height: 580px;
  }
}
#ASUS-features .section__control_slider .info-container .slider .media-block {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .media-block
  .pic {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .media-block
  .pic
  img {
  width: 100%;
  display: block;
  -webkit-mask-image: linear-gradient(0deg, transparent 15%, #000 50%);
  mask-image: linear-gradient(0deg, transparent 15%, #000 50%);
  transform: translateY(-6%);
}
#ASUS-features .section__control_slider .info-container .slider .text-block {
  width: 99%;
  height: 39%;
  padding-top: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 480px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 39%;
  }
}
@media (min-width: 600px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 39%;
  }
}
@media (min-width: 735px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 29%;
  }
}
@media (min-width: 860px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 25%;
  }
}
@media (min-width: 992px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 27%;
  }
}
@media (min-width: 1100px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 22%;
  }
}
@media (min-width: 1281px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 25%;
  }
}
@media (min-width: 1441px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 26%;
  }
}
@media (min-width: 1600px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 29%;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 28%;
  }
}
@media (min-width: 2200px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 32%;
  }
}
@media (min-width: 2400px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 33%;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    height: 30%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__control_slider .info-container .slider .text-block {
    padding: 0 3vw;
  }
}
#ASUS-features .section__control_slider .info-container .slider .slide {
  height: 100%;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide
  .text-block
  h3 {
  margin-bottom: 5px;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-3
  .text-block
  h3,
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-3
  .text-block
  p,
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-5
  .text-block
  h3,
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-5
  .text-block
  p {
  color: #020202;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .pic
  img {
  transform: translateY(-10%);
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-4
  .text-block {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.95), transparent);
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-4
  .inner {
  background-color: #000;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-3
  .inner,
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-5
  .inner {
  background-color: #fff;
}
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-3
  .text-block,
#ASUS-features
  .section__control_slider
  .info-container
  .slider
  .slide-5
  .text-block {
  width: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(188, 196, 212, 0.5),
    transparent
  );
}
#ASUS-features .section__designStory .designStory_bg_frame {
  position: relative;
  width: 100vw;
  min-height: 39.688vw;
  max-width: 2560px;
  max-height: 1016px;
  background-position: top;
  background-size: contain;
  transform: translateX(-50%);
  background-image: url(../images/large/1x/designStory_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/large/2x/designStory_bg.webp);
  }
}
.noWebp #ASUS-features .section__designStory .designStory_bg_frame {
  background-image: url(../images/large/1x/designStory_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/large/2x/designStory_bg.jpg);
  }
}
@media (min-width: 3840px) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    min-height: 1016px;
    max-height: 2000px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    width: 100vw;
    min-height: 72.56vw;
    max-width: 1440px;
    max-height: auto;
    background-image: url(../images/medium/1x/designStory_bg.webp);
  }
}
@media (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1440px) and (min-resolution: 144dpi) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.webp);
  }
}
@media (max-width: 1440px) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/1x/designStory_bg.jpg);
  }
}
@media (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1440px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.jpg);
  }
}
#ASUS-features .section__designStory .designStory_bg_frame .colorText {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  font-size: clamp(20px, 1.3vw, 30.7px);
  position: static;
}
#ASUS-features .section__designStory .designStory_bg_frame .circle {
  display: inline-block;
  vertical-align: middle;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
}
#ASUS-features .section__designStory .designStory_bg_frame .circle.circle1 {
  background-color: #5f5f61;
}
#ASUS-features .section__designStory .designStory_bg_frame .circle.circle2 {
  margin-left: 2vw;
  background-color: #bebebe;
}
#ASUS-features .section__designStory .designStory_bg_frame .content-frame {
  position: relative;
  width: 38%;
  margin-left: 60vw;
  margin-top: 0;
  top: 5vw;
  padding-bottom: 5vw;
}
@media (min-width: 3840px) {
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    top: 110px;
    margin-left: 1536px;
    padding-bottom: 0;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    margin-left: 1520px;
    top: 150px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    position: relative;
    width: 38%;
    margin-left: 59vw;
    margin-top: 0;
    top: 6vw;
  }
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .content-slogan {
  color: #fff;
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .content-info {
  margin-bottom: 1vw;
  margin-left: 0;
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .wd__feature__list {
  text-align: left;
  margin-left: -1.2vw;
  max-width: 1000px;
  margin-top: 2vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: -0.7vw;
  }
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: -28px;
  }
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__data {
  text-align: left;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  text-align: left;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2 {
    display: block;
  }
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature.feature-1 {
  display: block;
}
#ASUS-features
  .section__designStory
  .designStory_bg_frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature.feature-9
  .img__aura {
  width: 5.6vw;
  height: 4.6vw;
  background-size: contain;
}
#ASUS-features .section__control .wd__feature__list .img__aura {
  background-image: url(../images/large/1x/icon/aura.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__control .wd__feature__list .img__aura {
    background-image: url(../images/large/2x/icon/aura.webp);
  }
}
.noWebp #ASUS-features .section__control .wd__feature__list .img__aura {
  background-image: url(../images/large/1x/icon/aura.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__control .wd__feature__list .img__aura {
    background-image: url(../images/large/2x/icon/aura.webp);
  }
}
#ASUS-features .section__designStory .slice_bg_frame {
  width: 100vw;
  min-height: 69.688vw;
  max-width: 2560px;
  background-position: center center;
  background-size: contain;
  transform: translateX(-50%);
  background-image: url(../images/large/1x/slice_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__designStory .slice_bg_frame {
    background-image: url(../images/large/2x/slice_bg.webp);
  }
}
.noWebp #ASUS-features .section__designStory .slice_bg_frame {
  background-image: url(../images/large/1x/slice_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__designStory .slice_bg_frame {
    background-image: url(../images/large/2x/slice_bg.jpg);
  }
}
@media (min-width: 2560px) and (max-width: 3841px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    height: 52vw;
    min-height: 1600px;
    max-height: 1900px;
  }
}
@media (min-width: 3840px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    min-height: 1800px;
  }
}
#ASUS-features .section__designStory .slice_bg_frame .aniMeMatrix_frame {
  margin-top: 5vw;
  direction: ltr;
}
#ASUS-features
  .section__designStory
  .slice_bg_frame
  .aniMeMatrix_frame
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__data {
  color: #fff;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features
  .section__designStory
  .slice_bg_frame
  .aniMeMatrix_frame
  #video-aniMeMatrix {
  margin-top: clamp(-90px, -7vw, -170px);
  position: relative;
  width: 50%;
  max-width: 2560px;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 736px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    #video-aniMeMatrix {
    width: 85%;
  }
}
#ASUS-features
  .section__designStory
  .slice_bg_frame
  .aniMeMatrix_frame
  .video-block
  button.btn-pause {
  z-index: 2;
  width: 1.5vw;
  height: 1.5vw;
  left: 24vw;
  top: -7vw;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .video-block
    button.btn-pause {
    left: 670px;
    top: -180px;
  }
}
@media (max-width: 736px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .video-block
    button.btn-pause {
    left: -75vw;
    width: 4.5vw;
    height: 4.5vw;
  }
}
#ASUS-features .section__designStory .control2 {
  background-color: #000;
}
#ASUS-features .section__designStory .control2 .control_bg_frame2 {
  width: 100vw;
  height: 50.195vw;
  max-width: 2560px;
  max-height: 1285px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding-bottom: 73vw;
}
@media (min-width: 3840px) {
  #ASUS-features .section__designStory .control2 .control_bg_frame2 {
    padding-bottom: 2022px;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__designStory .control2 .control_bg_frame2 {
    padding-bottom: 63vw;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__designStory .control2 .control_bg_frame2 {
    padding-bottom: 98vw;
  }
}
#ASUS-features .section__designStory .control_bg_frame2 {
  background-image: url(../images/large/1x/control_bg2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/large/2x/control_bg2.webp);
  }
}
.noWebp #ASUS-features .section__designStory .control_bg_frame2 {
  background-image: url(../images/large/1x/control_bg2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/large/2x/control_bg2.jpg);
  }
}
#ASUS-features .section__designStory .control2 .content-frame {
  width: 40%;
  margin-top: 0;
  top: 10vw;
  margin-left: 48vw;
  position: relative;
  padding-bottom: 22vw;
}
@media (max-width: 3840px) {
  #ASUS-features .section__designStory .control2 .content-frame {
    top: 5vw;
    margin-left: 35vw;
  }
}
@media (max-width: 2560px) {
  #ASUS-features .section__designStory .control2 .content-frame {
    top: 10vw;
    margin-left: 46vw;
  }
}
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .content-slogan,
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .content-title {
  color: #fff;
}
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .content-info {
  color: #fff;
  margin-left: 0;
  width: 100%;
}
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .wd__feature__list {
  text-align: left;
  margin-left: -1.2vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__designStory
    .control2
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: -0.7vw;
  }
}
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__data {
  text-align: left;
  color: #fff;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .control2
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
#ASUS-features
  .section__designStory
  .control2
  .content-frame
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  text-align: left;
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__designStory
    .control2
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features .section__designStory .control2 .imgFrame {
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-top: -7vw;
}
#ASUS-features .section__designStory .control2 .imgFrame .cncFrame {
  width: 23.9vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
#ASUS-features .section__designStory .control2 .imgFrame .cncFrame .picCNC {
  width: 23.9vw;
  height: 21.48vw;
}
#ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc1
  .picCNC.picCNC1 {
  background-image: url(../images/large/1x/control_CNC_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc1
    .picCNC.picCNC1 {
    background-image: url(../images/large/2x/control_CNC_1.webp);
  }
}
.noWebp
  #ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc1
  .picCNC.picCNC1 {
  background-image: url(../images/large/1x/control_CNC_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc1
    .picCNC.picCNC1 {
    background-image: url(../images/large/2x/control_CNC_1.jpg);
  }
}
#ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc2
  .picCNC.picCNC2 {
  background-image: url(../images/large/1x/control_CNC_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc2
    .picCNC.picCNC2 {
    background-image: url(../images/large/2x/control_CNC_2.webp);
  }
}
.noWebp
  #ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc2
  .picCNC.picCNC2 {
  background-image: url(../images/large/1x/control_CNC_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc2
    .picCNC.picCNC2 {
    background-image: url(../images/large/2x/control_CNC_2.jpg);
  }
}
#ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc3
  .picCNC.picCNC3 {
  background-image: url(../images/large/1x/control_CNC_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc3
    .picCNC.picCNC3 {
    background-image: url(../images/large/2x/control_CNC_3.webp);
  }
}
.noWebp
  #ASUS-features
  .section__designStory
  .control2
  .imgFrame
  .cncFrame.cnc3
  .picCNC.picCNC3 {
  background-image: url(../images/large/1x/control_CNC_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc3
    .picCNC.picCNC3 {
    background-image: url(../images/large/2x/control_CNC_3.jpg);
  }
}
#ASUS-features .section__designStory .control2 .imgFrame .cncFrame .CNCtext {
  margin-top: 1vw;
  font-size: 1vw;
  line-height: 1.5;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 2560px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .CNCtext {
    font-size: 15.36px;
    line-height: 24.576px;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .CNCtext {
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 736px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .CNCtext {
    font-size: calc(16px + 0.1vw);
  }
}
#ASUS-features .section__audio .img__audio_bg {
  width: 100%;
  height: 700px;
  filter: url(#goovey);
  mask-image: radial-gradient(#e66465, transparent 70%);
  -webkit-mask-image: radial-gradient(#e66465, transparent 70%);
  mask-size: 0;
  -webkit-mask-size: 0;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transform: translateY(-50%) scale(0.75);
  position: absolute;
  left: 0;
  top: 65%;
  z-index: 1;
  background-image: url(../images/large/1x/audio_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__audio .img__audio_bg {
    background-image: url(../images/large/2x/audio_bg.webp);
  }
}
.noWebp #ASUS-features .section__audio .img__audio_bg {
  background-image: url(../images/large/1x/audio_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__audio .img__audio_bg {
    background-image: url(../images/large/2x/audio_bg.jpg);
  }
}
#ASUS-features .section__audio .img__audio_bg:after,
#ASUS-features .section__audio .img__audio_bg:before {
  content: "";
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#ASUS-features .section__audio .img__audio_bg:before {
  background-image: linear-gradient(90deg, #000, transparent);
  left: 0;
}
#ASUS-features .section__audio .img__audio_bg:after {
  background-image: linear-gradient(90deg, transparent, #000);
  right: 0;
}
#ASUS-features .section__audio .img__audio_bg.active {
  mask-size: 200%;
  -webkit-mask-size: 200%;
  transform: translateY(-50%) scale(1);
  transition: mask-size 1.9s ease, -webkit-mask-size 1.9s ease,
    transform 1.9s ease;
  will-change: mask-size, -webkit-mask-size, transform;
}
#ASUS-features .section__audio .info-container h3 {
  padding-bottom: 30px;
}
#ASUS-features .section__audio .info-container .content-info {
  max-width: 870px;
  margin-top: 12vw;
  text-shadow: 0 0 3px #000;
}
@media (max-width: 736px) {
  #ASUS-features .section__audio .info-container .wd__feature__list,
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__data,
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: center;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature__data {
    font-size: 1.8vw;
  }
}
@media (min-width: 1441px) {
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature__describe {
    font-size: 0.8vw;
  }
}
#ASUS-features .section__audio .demo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#ASUS-features .section__audio .demo-container .laptop-wrapper {
  width: 840px;
  min-height: 780px;
  position: relative;
  transform: scale(1.4);
}
#ASUS-features .section__audio .demo-container .laptop-wrapper .btn-pause {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#ASUS-features .section__audio .demo-container .laptop-wrapper .pic img {
  width: 100%;
  display: block;
}
#ASUS-features .section__audio .demo-container .audio_laptop_solid,
#ASUS-features .section__audio .demo-container .audio_laptop_translucent {
  opacity: 0;
}
#ASUS-features .section__audio .demo-container .audio_laptop_translucent {
  width: 100%;
  position: absolute;
  z-index: 1;
}
#ASUS-features .section__audio .demo-container .audio_laptop_solid {
  position: relative;
  z-index: 2;
  transition: opacity 0.75s ease;
  transition-delay: 3s;
}
#ASUS-features .section__audio .demo-container .audio-wave-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
#ASUS-features .section__audio .demo-container .audio-wave-wrapper ul {
  position: absolute;
  transform-style: preserve-3d;
  perspective: 80em;
  transition: opacity 0.3s ease;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:first-child {
  left: 6%;
  top: 90%;
  transform: rotateY(0deg) rotateX(70deg) rotate(0deg) scale(0.1);
  transform-origin: center bottom;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(2) {
  left: 94%;
  top: 90%;
  transform: rotateY(0deg) rotateX(70deg) rotate(0deg) scale(0.1);
  transform-origin: center bottom;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(3) {
  left: 6%;
  top: 100%;
  transform: rotateY(0deg) rotateX(-70deg) rotate(0deg) scale(0.1);
  transform-origin: center top;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(3)
  li:nth-child(2) {
  animation-delay: 0.4s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(3)
  li:nth-child(3) {
  animation-delay: 0.6s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(3)
  li:nth-child(4) {
  animation-delay: 0.7s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(3)
  li:nth-child(5) {
  animation-delay: 0.75s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(4) {
  left: 94%;
  top: 100%;
  transform: rotateY(0deg) rotateX(-70deg) rotate(0deg) scale(0.1);
  transform-origin: center top;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(4)
  li:nth-child(2) {
  animation-delay: 0.4s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(4)
  li:nth-child(3) {
  animation-delay: 0.6s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(4)
  li:nth-child(4) {
  animation-delay: 0.7s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul:nth-child(4)
  li:nth-child(5) {
  animation-delay: 0.75s;
}
#ASUS-features .section__audio .demo-container .audio-wave-wrapper ul li {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(2) {
  transform: translateZ(1vw);
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(2)
  span {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  z-index: -2;
  animation-delay: 0.2s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(3) {
  transform: translateZ(2.5vw);
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(3)
  span {
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  z-index: -3;
  animation-delay: 0.4s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(4) {
  transform: translateZ(4vw);
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(4)
  span {
  border: 1px solid hsla(0, 0%, 100%, 0.45);
  width: 250px;
  height: 250px;
  margin-top: -125px;
  margin-left: -125px;
  z-index: -4;
  animation-delay: 0.5s;
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(5) {
  transform: translateZ(6vw);
}
#ASUS-features
  .section__audio
  .demo-container
  .audio-wave-wrapper
  ul
  li:nth-child(5)
  span {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  z-index: -5;
  animation-delay: 0.55s;
}
#ASUS-features .section__audio .demo-container .audio-wave-wrapper ul li span {
  background-color: transparent;
  box-shadow: inset 3px 3px 6px #a883ff, inset 0 0 6px #a883ff,
    inset -3px -3px 6px #a883ff;
  border-radius: 55%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  animation-iteration-count: infinite;
}
#ASUS-features .section__audio .demo-container.active .laptop-wrapper {
  transform: scale(1);
  transition: transform 1s cubic-bezier(1, 0.2, 0, 0.8);
  will-change: transform;
}
#ASUS-features
  .section__audio
  .demo-container.active
  .laptop-wrapper
  .btn-pause {
  opacity: 0.5;
  transition: opacity 1s cubic-bezier(1, 0.2, 0, 0.8);
  transition-delay: 1s;
  will-change: opacity;
}
#ASUS-features
  .section__audio
  .demo-container.active
  .audio_laptop_translucent {
  opacity: 1;
  transition: opacity 0.4s ease;
  will-change: opacity;
}
#ASUS-features .section__audio .demo-container.active .audio-wave-wrapper {
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 0.75s;
  will-change: opacity;
}
#ASUS-features .section__audio .demo-container.active .audio-wave-wrapper ul {
  transition: transform 0.4s ease;
  transition-delay: 0.75s;
  will-change: transform;
}
#ASUS-features
  .section__audio
  .demo-container.active
  .audio-wave-wrapper
  ul:first-child,
#ASUS-features
  .section__audio
  .demo-container.active
  .audio-wave-wrapper
  ul:nth-child(2) {
  transform: rotateY(0deg) rotateX(70deg) rotate(0deg) scale(0.55);
}
#ASUS-features
  .section__audio
  .demo-container.active
  .audio-wave-wrapper
  ul:nth-child(3),
#ASUS-features
  .section__audio
  .demo-container.active
  .audio-wave-wrapper
  ul:nth-child(4) {
  transform: rotateY(0deg) rotateX(-70deg) rotate(0deg) scale(0.55);
}
#ASUS-features .section__audio .demo-container.active2 .audio_laptop_solid {
  opacity: 1;
  will-change: opacity;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    top: 10%;
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    top: 10%;
  }
}
@keyframes spin {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  20% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  40% {
    transform: translateY(5px) scale(1.55);
    opacity: 1;
  }
  60% {
    transform: translateY(5px) scale(1.65);
    opacity: 1;
  }
  to {
    transform: translateY(5px) scale(1.7);
    opacity: 0;
  }
}
#ASUS-features .section__audio_slider .info-container {
  padding: 15px 0;
}
#ASUS-features .section__audio_slider .info-container .slider {
  height: 30vw;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1921px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 680px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 640px;
  }
}
@media (max-width: 1700px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 580px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 840px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: 480px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__audio_slider .info-container .slider {
    height: calc(80vh - 80px);
  }
}
#ASUS-features .section__audio_slider .info-container .slider .slick-track {
  height: calc(30vw - 60px);
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (min-width: 1921px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 620px;
  }
}
@media (max-width: 1920px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 580px;
  }
}
@media (max-width: 1700px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 520px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 840px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 600px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: 420px;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-track {
    height: calc(80vh - 140px);
  }
}
#ASUS-features .section__audio_slider .info-container .slider figure.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ASUS-features .section__audio_slider .img__audio_slide_dolby_atmos {
  background-image: url(../images/large/1x/audio_slide_dolby_atmos.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__audio_slider .img__audio_slide_dolby_atmos {
    background-image: url(../images/large/2x/audio_slide_dolby_atmos.webp);
  }
}
.noWebp #ASUS-features .section__audio_slider .img__audio_slide_dolby_atmos {
  background-image: url(../images/large/1x/audio_slide_dolby_atmos.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__audio_slider .img__audio_slide_dolby_atmos {
    background-image: url(../images/large/2x/audio_slide_dolby_atmos.jpg);
  }
}
#ASUS-features .section__audio_slider .info-container .slider .slick-slide {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}
@media (max-width: 1920px) and (min-width: 1280px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-slide {
    width: 960px;
  }
}
@media (min-width: 1921px) {
  #ASUS-features .section__audio_slider .info-container .slider .slick-slide {
    width: 1100px;
  }
}
#ASUS-features .section__audio_slider .info-container .slider .slick-center {
  opacity: 1;
}
#ASUS-features .section__audio_slider .info-container .slider .slide {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
#ASUS-features .section__audio_slider .info-container .slider .slide .inner {
  height: 100%;
  border: 1px solid #414141;
  padding: 0;
  position: relative;
}
#ASUS-features .section__audio_slider .info-container .slider .slide .pic {
  padding: 0;
}
#ASUS-features .section__audio_slider .info-container .slider .slide .pic img {
  width: 100%;
  display: block;
}
#ASUS-features .section__audio_slider .info-container .slider .slide-1 .inner {
  position: relative;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .inner:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #302f3f 20%, transparent);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .text-block {
  z-index: 3;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .text-block:after {
  background-image: linear-gradient(0deg, #302f3f 20%, transparent);
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block {
  position: relative;
  z-index: 2;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  img {
  transform-origin: 0 0;
  transform: scale(0.88);
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag {
  width: 30%;
  position: absolute;
  left: 57%;
  top: 28%;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag:after,
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag:after {
  width: 60%;
  height: 1px;
}
@media (max-width: 480px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .tag {
    top: 60px;
  }
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-1
  .media-block
  .tag
  span {
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-3
  .dolby-atmos-logo {
  width: 16%;
  position: absolute;
  top: 3%;
  right: 3%;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-3
  .video-block
  #video-audio-dolby {
  position: relative;
  mask-image: linear-gradient(0deg, transparent, #000 50%);
  -webkit-mask-image: linear-gradient(0deg, transparent, #000 50%);
}
#ASUS-features .section__audio_slider .info-container .slider .slide-4 {
  background-color: #111;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-4
  .media-block
  img {
  transform: translateY(-5%);
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-4
    .media-block
    img {
    width: 85%;
  }
}
@media (max-width: 1800px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-4
    .media-block
    img {
    width: 90%;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-4
    .media-block
    img {
    transform: translateY(-5%);
  }
}
@media (max-width: 480px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-4
    .media-block
    img {
    width: 100%;
    transform: none;
  }
}
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-2
  .video-block
  video,
#ASUS-features
  .section__audio_slider
  .info-container
  .slider
  .slide-3
  .video-block
  video {
  transform: translateY(-8%);
}
@media (max-width: 480px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-2
    .video-block
    video,
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-3
    .video-block
    video {
    transform: none;
  }
}
#ASUS-features .section__audio_slider .info-container .text-block {
  width: 99%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1281px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .inner-wrapper {
    width: 100%;
    background-size: 200% 200%;
    background-position: 0 -100%;
    background-repeat: no-repeat;
    padding: 40px 3vw 20px;
    position: absolute;
    top: calc(62% - 40px);
    transition: transform 0.3s ease, background-position 0.5s ease;
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .inner-wrapper.active {
    background-position: 0 0;
  }
  #ASUS-features .section__audio_slider .info-container .text-block:after {
    content: "";
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0, #000 20%, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1281px) and (min-width: 2560px) {
  #ASUS-features .section__audio_slider .info-container .text-block:after {
    height: 70px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  #ASUS-features .section__audio_slider .info-container .text-block:after {
    height: 70px;
  }
}
@media (min-width: 1281px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform-origin: center 44%;
    transition: transform 0.2s ease;
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher
    span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px;
    position: relative;
    transition: height 0.2s cubic-bezier(1, 0, 0, 1),
      transform 0.2s cubic-bezier(1, 0, 0, 1);
  }
}
@media (min-width: 1281px) and (hover: hover) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher:hover {
    transform: rotate(180deg);
    will-change: height, transform;
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:first-child {
    height: 12px;
    transform: translate(10px, -10px) rotate(40deg);
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:nth-child(2) {
    height: 20px;
    transform-origin: 0 0;
    transform: translateY(0);
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .collapse-switcher:hover
    span:last-child {
    height: 12px;
    transform: translate(-10px, -10px) rotate(-40deg);
  }
}
@media (min-width: 1921px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(67% - 40px);
  }
}
@media (max-width: 1700px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(66% - 40px);
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .text-block
    .inner-wrapper {
    top: calc(70% - 40px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 26%;
  }
}
@media (max-width: 1080px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 33%;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 42%;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 50%;
    padding-bottom: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 55%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    height: 70%;
    margin-top: 10%;
  }
}
@media (max-width: 376px) {
  #ASUS-features .section__audio_slider .info-container .text-block {
    margin-top: 10px;
  }
}
#ASUS-features .section__audio_slider .info-container .media-block,
#ASUS-features .section__audio_slider .info-container .video-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  #ASUS-features .section__audio_slider .info-container .media-block,
  #ASUS-features .section__audio_slider .info-container .video-block {
    height: 50%;
  }
}
@media (max-width: 640px) {
  #ASUS-features .section__audio_slider .info-container .media-block,
  #ASUS-features .section__audio_slider .info-container .video-block {
    height: 45%;
  }
}
@media (max-width: 480px) {
  #ASUS-features .section__audio_slider .info-container .media-block,
  #ASUS-features .section__audio_slider .info-container .video-block {
    height: 30%;
  }
}
#ASUS-features .section__audio_slider .info-container .video-block .btn-pause {
  position: absolute;
  left: 10px;
  top: 10px;
}
#ASUS-features
  .section__audio_slider
  .info-container
  .video-block
  .dolby-atmos-logo {
  width: 20%;
  max-width: 130px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#ASUS-features .section__portability {
  padding-bottom: 0;
}
#ASUS-features .section__portability .contentMobileFrame {
  display: none;
}
#ASUS-features .section__portability .contentMobileFrame .wd__feature__list,
#ASUS-features
  .section__portability
  .contentMobileFrame
  .wd__feature__list
  .wd__feature {
  text-align: left;
}
#ASUS-features
  .section__portability
  .contentMobileFrame
  .wd__feature__list
  .wd__feature.feature-1 {
  margin-left: 0;
}
#ASUS-features
  .section__portability
  .contentMobileFrame
  .wd__feature__list
  .wd__feature
  .wd__feature__data,
#ASUS-features
  .section__portability
  .contentMobileFrame
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  text-align: left;
}
#ASUS-features .section__portability .sectionBgFrame {
  background-position: bottom;
  transform: translateX(-50%);
  background-image: url(../images/large/1x/portability_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .sectionBgFrame {
    background-image: url(../images/large/2x/portability_bg.jpg);
  }
}
.noWebp #ASUS-features .section__portability .sectionBgFrame {
  background-image: url(../images/large/1x/portability_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .sectionBgFrame {
    background-image: url(../images/large/2x/portability_bg.jpg);
  }
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame {
  display: flex;
  justify-content: center;
  gap: 1vw;
  position: relative;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 190px;
  padding-bottom: 140px;
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame .img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame .img:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame .img .textFrame {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: 1.3vw;
  margin-bottom: 1.3vw;
  z-index: 3;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame {
    margin-left: 33.293px;
    margin-bottom: 33.293px;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .img
  .textFrame
  .title {
  font-size: 2.8vw;
  margin-bottom: 5px;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    font-size: 64px;
    margin-bottom: 25.6px;
    font-size: 43.52px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    font-size: 3vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    font-size: calc(37.5px + 0.1vw);
  }
}
@media (max-width: 736px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    font-size: calc(37.5px + 0.1vw);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .img
  .textFrame
  .info {
  font-size: 1vw;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .info {
    font-size: 15.36px;
    line-height: 24.576px;
  }
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .info {
    font-size: calc(16px + 0.1vw);
  }
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame .leftFlex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 2560px) {
  #ASUS-features .section__portability .sectionBgFrame .imgFrame .leftFlex {
    margin-right: 12.8px;
    margin-top: 84.48px;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame {
  width: 25.6vw;
  margin: 0 0 2vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame {
    width: 630px;
    margin-bottom: 30px;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd-content {
  margin: 0 auto;
  width: 95%;
  padding: 0;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd-content
  .content-title {
  text-transform: math-auto;
  color: #000;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd-content
  .content-info {
  width: 100%;
  color: #000;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd-content
  .content-info
  a {
  text-decoration: underline;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd__feature__list,
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd__feature__list
  .wd__feature {
  text-align: left;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd__feature__list
  .wd__feature.feature-1 {
  margin-left: 0;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd__feature__list
  .wd__feature
  .wd__feature__data,
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .content-frame
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  text-align: left;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .img__portability__1 {
  position: relative;
  width: 25.6vw;
  height: 16.3vw;
  background-size: contain;
  align-items: center;
  margin-bottom: 1.3vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1 {
    width: 630px;
    height: 400px;
    margin-bottom: 30px;
  }
}
#ASUS-features .section__portability .imgFrame .img__portability__1 {
  background-image: url(../images/large/1x/portability_1.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .imgFrame .img__portability__1 {
    background-image: url(../images/large/2x/portability_1.webp);
  }
}
.noWebp #ASUS-features .section__portability .imgFrame .img__portability__1 {
  background-image: url(../images/large/1x/portability_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .imgFrame .img__portability__1 {
    background-image: url(../images/large/2x/portability_1.jpg);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .img__portability__1
  .textFrame {
  margin-bottom: -12.25vw;
  margin-right: 1vw;
  width: 100%;
  text-align: right;
  color: #fff;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1
    .textFrame {
    margin-bottom: -8.25vw;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .img__portability__2 {
  position: relative;
  width: 25.6vw;
  height: 16.3vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2 {
    width: 630px;
    height: 400px;
  }
}
#ASUS-features .section__portability .imgFrame .img__portability__2 {
  background-image: url(../images/large/1x/portability_2.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .imgFrame .img__portability__2 {
    background-image: url(../images/large/2x/portability_2.webp);
  }
}
.noWebp #ASUS-features .section__portability .imgFrame .img__portability__2 {
  background-image: url(../images/large/1x/portability_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .imgFrame .img__portability__2 {
    background-image: url(../images/large/2x/portability_2.jpg);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .leftFlex
  .img__portability__2
  .textFrame {
  margin-top: 12.5vw;
  margin-right: 1vw;
  width: 100%;
  text-align: right;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2
    .textFrame {
    margin-top: 8.5vw;
  }
}
#ASUS-features .section__portability .sectionBgFrame .imgFrame .rightFlex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__3 {
  position: relative;
  width: 23.8vw;
  height: 16.3vw;
  margin-bottom: 4vw;
  flex-direction: column;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    width: 585px;
    height: 400px;
    margin-bottom: 70px;
  }
}
#ASUS-features .section__portability .imgFrame .img__portability__3 {
  background-image: url(../images/large/1x/portability_3.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .imgFrame .img__portability__3 {
    background-image: url(../images/large/2x/portability_3.webp);
  }
}
.noWebp #ASUS-features .section__portability .imgFrame .img__portability__3 {
  background-image: url(../images/large/1x/portability_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .imgFrame .img__portability__3 {
    background-image: url(../images/large/2x/portability_3.jpg);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__3
  .textFrame.textFrame1 {
  color: #fff;
  text-align: right;
  position: absolute;
  top: 75%;
  right: 5%;
  margin: 0;
  width: 100%;
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3
    .textFrame.textFrame1 {
    right: 5%;
  }
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3
    .textFrame.textFrame1 {
    top: 85%;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__3
  .textFrame.textFrame2,
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__5
  .textFrame.textFrame2 {
  color: #000;
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 95%;
  text-align: left;
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__4 {
  position: relative;
  width: 23.8vw;
  height: 16.3vw;
  flex-direction: column;
  margin-bottom: 1.3vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4 {
    width: 585px;
    height: 400px;
  }
}
#ASUS-features .section__portability .imgFrame .img__portability__4 {
  background-image: url(../images/large/1x/portability_4.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .imgFrame .img__portability__4 {
    background-image: url(../images/large/2x/portability_4.webp);
  }
}
.noWebp #ASUS-features .section__portability .imgFrame .img__portability__4 {
  background-image: url(../images/large/1x/portability_4.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .imgFrame .img__portability__4 {
    background-image: url(../images/large/2x/portability_4.webp);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__4
  .textFrame {
  width: 95%;
  text-align: right;
  margin-top: 12.3vw;
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4
    .textFrame {
    margin-top: 8.3vw;
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__5 {
  position: relative;
  width: 23.8vw;
  height: 16.3vw;
  margin-bottom: 0;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5 {
    width: 585px;
    height: 400px;
    margin-bottom: 30px;
  }
}
#ASUS-features .section__portability .imgFrame .img__portability__5 {
  background-image: url(../images/large/1x/portability_5.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__portability .imgFrame .img__portability__5 {
    background-image: url(../images/large/2x/portability_5.webp);
  }
}
.noWebp #ASUS-features .section__portability .imgFrame .img__portability__5 {
  background-image: url(../images/large/1x/portability_5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__portability .imgFrame .img__portability__5 {
    background-image: url(../images/large/2x/portability_5.jpg);
  }
}
#ASUS-features
  .section__portability
  .sectionBgFrame
  .imgFrame
  .rightFlex
  .img__portability__5
  .textFrame {
  width: 95%;
  text-align: right;
  margin-top: 12.3vw;
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 3840px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5
    .textFrame {
    margin-top: 8.3vw;
  }
}
#ASUS-features .section__ioPort {
  z-index: 5;
  max-width: none;
}
#ASUS-features .section__ioPort .frame_preloader {
  position: absolute;
  visibility: hidden;
}
#ASUS-features .section__ioPort .frame_nb {
  background-position: top;
  max-height: 2538px;
  transform: translateX(-50%);
  background-image: url(../images/large/1x/io_bg.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__ioPort .frame_nb {
    background-image: url(../images/large/2x/io_bg.webp);
  }
}
.noWebp #ASUS-features .section__ioPort .frame_nb {
  background-image: url(../images/large/1x/io_bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__ioPort .frame_nb {
    background-image: url(../images/large/2x/io_bg.jpg);
  }
}
#ASUS-features .section__ioPort .frame_nb .textFrame {
  position: absolute;
  width: 46.9%;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.9%;
}
@media (max-width: 1441px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame {
    width: 50.9%;
  }
}
#ASUS-features .section__ioPort .frame_nb .textFrame .scrollText {
  color: #fff;
  z-index: 250;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 0.9vw;
  line-height: 1.4;
}
@media (min-width: 2561px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText {
    font-size: 23.04px;
  }
}
#ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText1 {
  position: relative;
  width: 100%;
  opacity: 1;
  padding-bottom: 100px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText1 {
    margin-top: -2vw;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollText1
  .scrollTitle1 {
  margin-top: 0;
  text-align: center;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  font-size: 2vw;
  will-change: opacity;
  background: linear-gradient(-60deg, #bebebe 40%, #eeeeee 50%, #d2d2d2 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    font-size: 33.28px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    font-size: 2.4vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    font-size: calc(30px + 0.1vw);
    line-height: 1.1;
  }
}
@media (max-width: 736px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    font-size: calc(22.5px + 0.1vw);
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollText1
  .scrollTitle2 {
  text-align: center;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  font-size: 3.3vw;
  color: #fff;
  will-change: opacity;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle2 {
    font-size: 53.76px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle2 {
    font-size: 4vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle2 {
    font-size: calc(49px + 0.1vw);
  }
}
#ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  font-size: 1vw;
  line-height: 1.5;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollText2.active {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    font-size: 1vw;
    line-height: 1.5;
  }
}
@media (min-width: 2560px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    font-size: 15.36px;
    line-height: 24.576px;
    letter-spacing: 0.512px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    letter-spacing: 0.05vw;
    font-size: 1.25vw;
    line-height: 1.7;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    margin-top: calc(10px + 0.1vw);
    line-height: 1.45;
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 736px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    width: 100%;
    font-size: calc(16px + 0.1vw);
  }
}
#ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText3 {
  width: 50vw;
  font-size: 3.3vw;
  line-height: 1;
  text-align: left;
  margin-left: 49.3vw;
  margin-top: -21.6vw;
  opacity: 0;
  transition: opacity 50ms ease-in-out, transform 50ms ease-in-out;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollText3.active {
  transition: opacity 50ms ease-in-out;
  opacity: 1;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine {
  margin-top: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  will-change: opacity;
  width: 80%;
  max-width: 2560px;
  height: 1213px;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.show
  .ioPortLine:before {
  content: "";
  background-color: #fff;
  position: absolute;
  margin-left: -0.222vw;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.1s ease-in-out 0.1s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.show
    .ioPortLine:before {
    width: 10.2344px;
    height: 10.2344px;
    margin-left: -5.1px;
    height: -4.122px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line1 {
  margin-top: 22.3vw;
  margin-left: 46.5vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line1 {
    margin-top: 570.88px;
    margin-left: 1190.4px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line1.ioPortLine:after {
  height: 0%;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line2 {
  margin-top: 0;
  margin-left: 50.4vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line2 {
    margin-left: 1290.24px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line2.ioPortLine:after {
  height: 0%;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line3 {
  margin-top: 0;
  margin-left: 54vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line3 {
    margin-top: 0;
    margin-left: 1382.4px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1
  .ioPortLine.line3.ioPortLine:after {
  height: 0%;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1.show
  .ioPortLine.line1.ioPortLine:after {
  height: 4vw;
  transition: height 50ms ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1.show
    .ioPortLine.line1.ioPortLine:after {
    height: 102.438px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1.show
  .ioPortLine.line2.ioPortLine:after {
  height: 8vw;
  transition: height 0.25s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1.show
    .ioPortLine.line2.ioPortLine:after {
    height: 204.875px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine1.show
  .ioPortLine.line3.ioPortLine:after {
  height: 4vw;
  transition: height 0.5s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1.show
    .ioPortLine.line3.ioPortLine:after {
    height: 102.438px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line4 {
  margin-top: 22.3vw;
  margin-left: 25.6vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line4 {
    margin-left: 655.36px;
    margin-top: 568.32px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line4.ioPortLine:after {
  height: 0;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line5 {
  margin-top: 0;
  margin-left: 29.5vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line5 {
    margin-left: 755.2px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line5.ioPortLine:after {
  height: 0;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line6 {
  margin-top: 0;
  margin-left: 33.2vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line6 {
    margin-left: 849.92px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line6.ioPortLine:after {
  height: 0;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line7 {
  margin-top: 0;
  margin-left: 36.7vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line7 {
    margin-left: 939.52px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line7.ioPortLine:after {
  height: 0;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line8 {
  margin-top: 0;
  margin-left: 39.8vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line8 {
    margin-left: 1018.88px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2
  .ioPortLine.line8.ioPortLine:after {
  height: 0;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2.show
  .ioPortLine.line4.ioPortLine:after {
  height: 2vw;
  transition: height 50ms ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line4.ioPortLine:after {
    height: 76.7917px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2.show
  .ioPortLine.line5.ioPortLine:after {
  height: 5vw;
  transition: height 0.25s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line5.ioPortLine:after {
    height: 125px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2.show
  .ioPortLine.line6.ioPortLine:after {
  height: 8vw;
  transition: height 0.5s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line6.ioPortLine:after {
    height: 307.198px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2.show
  .ioPortLine.line7.ioPortLine:after {
  height: 5vw;
  transition: height 0.75s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line7.ioPortLine:after {
    height: 192px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine.scrollIoPortLine2.show
  .ioPortLine.line8.ioPortLine:after {
  height: 2vw;
  transition: height 1s ease-in-out 0.25s;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line8.ioPortLine:after {
    height: 76.7917px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine
  .ioPortLine:before {
  content: "";
  background-color: #fff;
  position: absolute;
  margin-left: -0.222vw;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  transition: opacity 0.1s ease-in-out 0.1s;
  opacity: 0;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine
    .ioPortLine:before {
    width: 10.2344px;
    height: 10.2344px;
    margin-left: -5.122px;
    height: -4.122px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollIoPortLine
  .ioPortLine:after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  width: 2px;
  height: 10vw;
  transition: height 0.2s ease-in-out 0.2s;
}
#ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollTextIo {
  will-change: opacity;
  width: 80%;
  max-width: 2560px;
  height: 1213px;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.1s ease-in-out;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show {
  transition: opacity 50ms ease-in-out;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort {
  opacity: 1;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort1 {
  transition: opacity 0.25s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort2 {
  transition: opacity 0.5s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort3 {
  transition: opacity 0.75s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort4 {
  transition: opacity 50ms ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort5 {
  transition: opacity 0.25s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort6 {
  transition: opacity 0.5s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort7 {
  transition: opacity 0.75s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo.show
  .ioPort8 {
  transition: opacity 1s ease-in-out 0.25s;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort {
  position: absolute;
  opacity: 0;
  width: 22%;
  text-align: left;
  transition: opacity 0.1s ease-in-out;
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort1 {
  width: 14vw;
  margin-top: 26.7vw;
  margin-left: 32.8vw;
  text-align: right;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort1 {
    width: 358.391px;
    margin-left: 839.68px;
    margin-top: 683.52px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort2 {
  margin-top: 30.6vw;
  margin-left: 50.3vw;
  width: 9vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort2 {
    width: 230.391px;
    margin-left: 1287.68px;
    margin-top: 783.36px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort3 {
  width: 8.8vw;
  margin-top: 26.7vw;
  margin-left: 54vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort3 {
    width: 320px;
    margin-left: 1382.4px;
    margin-top: 683.52px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort4 {
  width: 17vw;
  margin-top: 24.8vw;
  margin-left: 16.9vw;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort4 {
    width: 435.188px;
    margin-top: 659px;
    margin-left: 340.64px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort5 {
  margin-left: 25.7vw;
  margin-top: 27.8vw;
  width: 4vw;
  text-align: right;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort5 {
    width: 102.391px;
    margin-top: 710px;
    margin-left: 657.92px;
    text-align: right;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort6 {
  margin-left: 33.1vw;
  margin-top: 30.9vw;
  width: 18vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    width: 460.797px;
    margin-left: 393px;
    margin-top: 888px;
    text-align: right;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort7 {
  margin-top: 27.8vw;
  margin-left: 36.7vw;
  width: 17%;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort7 {
    margin-left: 939.52px;
    margin-top: 774px;
    width: 232px;
  }
}
#ASUS-features
  .section__ioPort
  .frame_nb
  .textFrame
  .scrollText.scrollTextIo
  .ioPort.ioPort8 {
  margin-top: 24.8vw;
  margin-left: 39.8vw;
  width: 13vw;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort8 {
    margin-top: 659px;
    margin-left: 1018.88px;
    width: 332.797px;
  }
}
#ASUS-features .section__ioPort .frame_nb .frame_scroller {
  position: relative;
  width: 100vw;
  height: 90vw;
  top: 3%;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.45s ease-in-out;
}
@media (min-width: 2560px) {
  #ASUS-features .section__ioPort .frame_nb .frame_scroller {
    width: 2560px;
    max-height: 1920px;
  }
}
#ASUS-features .section__ioPort .frame_nb .frame_scroller #ioPort_frame_canvas {
  position: relative;
  width: 80%;
  height: auto;
  max-width: 2043px;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .frame_scroller
    #ioPort_frame_canvas {
    width: 2043px;
    height: 1149.19px;
  }
}
#ASUS-features .section__ioPort .content-frame .wd-content {
  margin-top: 100px;
}
#ASUS-features .section__ioPort .ioPortMobileFrame {
  display: block;
}
#ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile {
  width: 100%;
  background-size: contain;
  background-position: top;
}
#ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile.ioPortMobile1 {
  height: 24vw;
  min-height: 195px;
  max-height: 750px;
}
#ASUS-features
  .section__ioPort
  .textFrame
  .ioPortMobileFrame
  .ioPortMobile.ioPortMobile1 {
  background-image: url(../images/large/1x/io_01.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/large/2x/io_01.webp);
  }
}
.noWebp
  #ASUS-features
  .section__ioPort
  .textFrame
  .ioPortMobileFrame
  .ioPortMobile.ioPortMobile1 {
  background-image: url(../images/large/1x/io_01.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/large/2x/io_01.webp);
  }
}
#ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile.ioPortMobile2 {
  height: 23vw;
  min-height: 155px;
  max-height: 750px;
}
#ASUS-features
  .section__ioPort
  .textFrame
  .ioPortMobileFrame
  .ioPortMobile.ioPortMobile2 {
  background-image: url(../images/large/1x/io_02.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/large/2x/io_02.webp);
  }
}
.noWebp
  #ASUS-features
  .section__ioPort
  .textFrame
  .ioPortMobileFrame
  .ioPortMobile.ioPortMobile2 {
  background-image: url(../images/large/1x/io_02.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/large/2x/io_02.webp);
  }
}
#ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
  color: #fff;
  z-index: 250;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  line-height: 1.3;
}
@media (min-width: 2560px) {
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
    font-size: 15.36px;
  }
}
@media (max-width: 1440px) {
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
    font-size: 1.25vw;
  }
}
@media (max-width: 1024px) {
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
    margin-top: calc(10px + 0.1vw);
  }
}
@media (max-width: 736px) {
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
    font-size: calc(16px + 0.1vw);
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine {
  margin-top: 2vw;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  will-change: opacity;
  visibility: visible;
  width: 80%;
  max-width: 2560px;
  height: 47.4vw;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine
  .ioPortLine:before {
  content: "";
  display: block;
  background-color: #fff;
  position: relative;
  margin-left: -0.3vw;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 50%;
  opacity: 1;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1 {
  position: absolute;
  opacity: 1;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line1 {
  margin-top: -0.5%;
  margin-left: 14.5%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line1.ioPortLine:after {
  height: 8%;
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line1 {
    margin-top: -0.2%;
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line2 {
  margin-top: -1.865%;
  margin-left: 24.4%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line2.ioPortLine:after {
  height: 14%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line3 {
  margin-top: -1.865%;
  margin-left: 34.8%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line3.ioPortLine:after {
  height: 27%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line4 {
  margin-top: -1.865%;
  margin-left: 43.6%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line4.ioPortLine:after {
  height: 18%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line5 {
  margin-top: -1.865%;
  margin-left: 51%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
  .ioPortLine.line5.ioPortLine:after {
  height: 5.5%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line6 {
  margin-top: -0.2%;
  margin-left: 54.7%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line6.ioPortLine:after {
  height: 15%;
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line6 {
    margin-top: 0.2%;
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line7 {
  margin-top: -1.8%;
  margin-left: 70%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line7.ioPortLine:after {
  height: 25%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line8 {
  margin-top: -1.8%;
  margin-left: 81.5%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
  .ioPortLine.line8.ioPortLine:after {
  height: 8.5%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo {
  will-change: opacity;
  width: 80%;
  max-width: 2560px;
  height: 1213px;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.1s ease-in-out;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort {
  position: absolute;
  opacity: 1;
  width: 22%;
  text-align: left;
  transition: opacity 0.1s ease-in-out;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort1 {
  width: 47%;
  margin-left: -28%;
  margin-top: 18.7%;
  text-align: right;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort2 {
  margin-left: 20%;
  margin-top: 26.7%;
  width: 25%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort3 {
  width: 48%;
  margin-left: 25%;
  margin-top: 42%;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort4 {
  width: 68%;
  margin-left: 40.6%;
  margin-top: 31%;
}
@media (min-width: 2560px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort4 {
    margin-left: 42%;
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort5 {
  margin-left: 49%;
  margin-top: 15.5%;
  width: 41%;
  text-align: left;
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort6 {
  margin-left: 8%;
  margin-top: 29%;
  width: 50%;
  text-align: right;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    margin-left: 6.2%;
  }
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    margin-top: 27%;
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort7 {
  margin-left: 61%;
  margin-top: 41%;
  width: 45%;
}
@media (min-width: 2561px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort7 {
    margin-left: 61%;
  }
}
@media (max-width: 1441px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort7 {
    margin-top: 39%;
  }
}
#ASUS-features
  .section__ioPort
  .ioPortMobileFrame
  .ioPortMobile
  .scrollText.scrollTextIo
  .ioPort.ioPort8 {
  margin-left: 76.6%;
  margin-top: 20.2%;
  width: 58%;
}
#ASUS-features .section__software {
  background-image: linear-gradient(0deg, #404040, transparent);
}
#ASUS-features .section__software img,
#ASUS-features .section__designStory img {
  width: 100%;
  height: auto;
  display: block;
}
#ASUS-features .section__software .info-container {
  padding-bottom: 50px;
}
#ASUS-features .section__software .demo-container,
#ASUS-features .section__designStory .demo-container {
  position: relative;
}
#ASUS-features .section__software .pic-wrapper,
#ASUS-features .section__designStory .pic-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#ASUS-features .section__software .pic-wrapper .software_laptop {
  width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#ASUS-features .section__designStory .pic-wrapper #designStory-slider{
  padding-bottom: 0;
}
#ASUS-features .section__designStory .pic-wrapper #designStory-slider .pic{
  width: 840px;
  height: 840px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 2560px) {
  #ASUS-features .section__software .pic-wrapper .software_laptop {
    width: 1024px;
  }
  #ASUS-features .section__designStory .pic-wrapper #designStory-slider .pic{
    width: 1024px;
  } 
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .pic-wrapper .software_laptop {
    width: 640px;
  }
  #ASUS-features .section__designStory .pic-wrapper #designStory-slider .pic{
    width: 640px;
    height: 640px;
  } 
}
#ASUS-features .section__software .pic-wrapper #software-slider {
  height: 430px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 30%,
    #000 70%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 30%,
    #000 70%,
    transparent
  );
  -webkit-mask-size: 100%;
  mask-size: 100%;
  padding-bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 3.2%;
  z-index: 3;
}
@media (min-width: 2560px) {
  #ASUS-features .section__software .pic-wrapper #software-slider {
    height: 520px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .pic-wrapper #software-slider{
    height: 325px;
  }
}
#ASUS-features .section__designStory .video-play-pause-box {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  z-index: 3;
}
@media (max-width: 1600px) {
  #ASUS-features .section__designStory .video-play-pause-box {
    max-width: 920px;
    padding: 0 5px;
  }
}
#ASUS-features .section__designStory .video-play-pause-btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/icon_pause_w.svg);
  background-size: cover;
  filter: drop-shadow(0 0 2px #000);
  opacity: 0.65;
  text-indent: -9999999px;
  z-index: 50;
  transition: opacity 0.25s ease;
}
#ASUS-features
  .section__designStory
  .video-play-pause-btn[data-status="play"] {
    background-image: url(../images/svg/icon_play_w.svg);
}
@media (hover: hover) {
  #ASUS-features .section__designStory .video-play-pause-btn:hover {
    opacity: 1;
  }
}
#ASUS-features .section__software .pic-wrapper #software-slider .slick-slide{
  width: 640px;
  filter: blur(2px);
  padding: 0;
  opacity: 0.4;
  transform: scale(0.9);
  transform-origin: center center;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
#ASUS-features
  .section__designStory
  .pic-wrapper
  #designStory-slider
  .slick-slide {
  filter: blur(2px);
  padding: 0;
  opacity: 0.4;
  transform: scale(0.9);
  transform-origin: center center;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
@media (min-width: 2560px) {
  #ASUS-features .section__software .pic-wrapper #software-slider .slick-slide{
    width: 830px;
  }
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .pic-wrapper #software-slider .slick-slide{
    width: 490px;
  }
}
#ASUS-features .section__software .pic-wrapper #software-slider .slick-current,
#ASUS-features
  .section__designStory
  .pic-wrapper
  #designStory-slider
  .slick-current {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  will-change: filter, opacity, transform;
}
#ASUS-features
  .section__software
  .pic-wrapper
  #software-slider
  .slick-current
  .slide:after,
#ASUS-features
  .section__designStory
  .pic-wrapper
  #designStory-slider
  .slick-current
  .slide:after {
  content: none;
  display: none;
}
#ASUS-features .section__software .pic-wrapper #software-slider .slide,
#ASUS-features .section__software .pic-wrapper #software-slider .slide .pic,
#ASUS-features .section__designStory .pic-wrapper #designStory-slider .slide,
#ASUS-features
  .section__designStory
  .pic-wrapper
  #designStory-slider
  .slide
  .pic {
  padding: 0;
}
#ASUS-features .section__software .software-toggle-nav-wrapper,
#ASUS-features .section__designStory .software-toggle-nav-wrapper {
  max-width: 930px;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding: 0 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
#ASUS-features .section__software .software-toggle-nav-wrapper .text-block,
#ASUS-features .section__designStory .software-toggle-nav-wrapper .text-block {
  width: calc(100% - 60px);
  color: #fff;
  position: relative;
  text-align: left;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 30px;
}
#ASUS-features
  .section__software
  .software-toggle-nav-wrapper
  .text-block
  .content-comment,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block
  .content-comment {
  color: #777;
}
#ASUS-features .section__software .software-toggle-nav-wrapper .text-block h3,
#ASUS-features .section__software .software-toggle-nav-wrapper .text-block p,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block
  h3,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block
  p {
  transform: translateX(10%);
  opacity: 0;
}
#ASUS-features .section__software .software-toggle-nav-wrapper .text-block h3,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block
  h3 {
  font-size: clamp(24px, 1.875vw, 44px);
}
#ASUS-features
  .section__software
  .software-toggle-nav-wrapper
  .text-block:first-child,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block:first-child {
  width: 100%;
  position: relative;
  left: auto;
}
#ASUS-features
  .section__software
  .software-toggle-nav-wrapper
  .text-block.active
  h3,
#ASUS-features
  .section__software
  .software-toggle-nav-wrapper
  .text-block.active
  p,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block.active
  h3,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block.active
  p {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}
#ASUS-features
  .section__software
  .software-toggle-nav-wrapper
  .text-block.active
  p,
#ASUS-features
  .section__designStory
  .software-toggle-nav-wrapper
  .text-block.active
  p {
  transition-delay: 0.2s;
}
#ASUS-features .section__software .nav-wrapper,
#ASUS-features .section__designStory .nav-wrapper {
  position: relative;
  z-index: 3;
}
#ASUS-features .section__software .nav-bar-frame,
#ASUS-features .section__designStory .nav-bar-frame {
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .section__software .nav-bar-frame .nav-bar,
#ASUS-features .section__designStory .nav-bar-frame .nav-bar {
  max-width: 1280px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  transition: transform 0.3s ease;
  align-items: stretch;
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar {
    max-width: 920px;
  }
}
#ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
#ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
  width: 240px;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: clamp(16px, 1vw, 20px);
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  padding: 10px 3px;
  text-align: center;
  transition: color 0.35s ease, opacity 0.35s ease-in-out;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
#ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base{
  width: auto;
  flex: 1;
  padding: 10px 5px;
}
#ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base:before,
#ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.25s ease;
}
#ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base.active,
#ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base.active {
  opacity: 1;
}
#ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base span,
#ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base {
    width: 200px;
  }
}
#ASUS-features .section__software .nav-line-box,
#ASUS-features .section__designStory .nav-line-box {
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  margin-top: 0;
  background-color: #fff;
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .nav-line-box,
  #ASUS-features .section__designStory .nav-line-box {
    max-width: 920px;
  }
}
#ASUS-features .section__software .nav-line-box .nav-line,
#ASUS-features .section__designStory .nav-line-box .nav-line {
  width: 240px;
  height: 5px;
  background-color: #7a7a7a;
  position: relative;
  top: -5px;
  transition: transform 0.2s ease;
}
@media (max-width: 1600px) {
  #ASUS-features .section__software .nav-line-box .nav-line,
  #ASUS-features .section__designStory .nav-line-box .nav-line {
    width: 200px;
  }
}
@keyframes glowing_breath_cycle {
  0% {
    box-shadow: 0 0 15px 3px rgba(125, 213, 251, 0.5);
  }
  to {
    box-shadow: 0 0 0 3px rgba(82, 92, 192, 0.5);
  }
}
#ASUS-features .section__xbox {
  background-color: #181818;
}
#ASUS-features .section__xbox .info-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
}
#ASUS-features .section__xbox .info-container .pic {
  width: 50%;
  padding-right: 1.5vw;
}
#ASUS-features .section__xbox .info-container .pic img {
  width: 100%;
  display: block;
}
#ASUS-features .section__xbox .info-container .text-block {
  width: 50%;
  padding-left: 1.5vw;
}
#ASUS-features .section__xbox .info-container .text-block h3 {
  font-size: clamp(24px, 1.875vw, 44px);
}
#ASUS-features .section__bundle {
  background-color: #181818;
  padding-bottom: 0;
  margin-top: -2px;
}
#ASUS-features .section__bundle:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #f7f7f7 90%, transparent);
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
#ASUS-features .section__bundle .content-frame {
  position: relative;
  margin-top: 0;
  top: 5vw;
}
@media (min-width: 3840px) {
  #ASUS-features .section__bundle .content-frame {
    padding-bottom: 0;
  }
}
#ASUS-features .section__bundle .content-frame .wd-content {
  max-width: 1146px;
}
#ASUS-features .section__bundle .content-frame .wd-content .content-title {
  color: #272727;
}
#ASUS-features .section__bundle .content-frame .wd-content .content-info {
  color: #272727;
  margin-left: 0;
  width: 75%;
}
#ASUS-features .section__bundle .content-frame .wd-content .content-comment {
  color: #565656;
}
#ASUS-features .section__bundle .img__bundle {
  width: 100vw;
  height: 58.594vw;
  max-height: 1500px;
  max-width: 2560px;
  transform: translateX(-50%);
  background-image: url(../images/large/1x/bundle.webp);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__bundle .img__bundle {
    background-image: url(../images/large/2x/bundle.webp);
  }
}
.noWebp #ASUS-features .section__bundle .img__bundle {
  background-image: url(../images/large/1x/bundle.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .noWebp #ASUS-features .section__bundle .img__bundle {
    background-image: url(../images/large/2x/bundle.jpg);
  }
}
@media (max-width: 3841px) {
  #ASUS-features .section__bundle .img__bundle {
    top: 0;
  }
}
#ASUS-features .section-template {
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 30px 100px;
}
@media (min-width: 1480px) {
  #ASUS-features .section-template {
    width: 1480px;
  }
}
@media (max-width: 992px) {
  #ASUS-features .section-template {
    margin-top: 0;
  }
}
@media (max-width: 736px) {
  #ASUS-features .section-template {
    padding-bottom: 50px;
    padding-top: 160px;
  }
}
#ASUS-features .section-template * {
  box-sizing: border-box;
}
#ASUS-features .section-template h2,
#ASUS-features .section-template h3,
#ASUS-features .section-template h4,
#ASUS-features .section-template p {
  color: #fff;
  line-height: 1.4;
}
#ASUS-features .section-template h2,
#ASUS-features .section-template h3,
#ASUS-features .section-template h4 {
  font-family: Trade-Gothic-LT-Bold, Helvetica, Arial, Microsoft JhengHei,
    LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .section-template a,
#ASUS-features .section-template p {
  font-size: inherit;
  font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .section-template a.note,
#ASUS-features .section-template p.note {
  color: #bbb;
  font-size: 88%;
  padding-top: 15px;
}
#ASUS-features .section-template a {
  color: inherit;
  opacity: 0.6;
  text-decoration: underline;
}
@media (hover: hover) {
  #ASUS-features .section-template a:hover {
    opacity: 1;
  }
}
#ASUS-features .section-template .btn-pause {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 4vw;
  right: 6px;
  z-index: 3;
}
@media (min-width: 2560px) {
  #ASUS-features .section-template .btn-pause {
    bottom: 100px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section-template .btn-pause {
    bottom: auto;
    top: 4vw;
  }
}
#ASUS-features .section-template .main-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  #ASUS-features .section-template .main-wrapper {
    min-height: auto;
  }
}
#ASUS-features .section-template .main-wrapper .text-block {
  width: 100%;
  height: 100%;
  z-index: 2;
}
#ASUS-features .section-template .main-wrapper .text-block.stable {
  min-height: 50.337vw;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1480px) {
  #ASUS-features .section-template .main-wrapper .text-block.stable {
    min-height: 745px;
  }
}
#ASUS-features .section-template .main-wrapper .text-block.stable .inner {
  width: 60%;
  padding: 15px 15px 15px 0;
}
@media (max-width: 735px) {
  #ASUS-features .section-template .main-wrapper .text-block.stable .inner {
    width: 100%;
    padding: 0 0 30px;
  }
}
#ASUS-features .section-template .main-wrapper .text-block.stable p {
  opacity: 0;
  transform: translateX(-15%);
}
@media (max-width: 735px) {
  #ASUS-features .section-template .main-wrapper .text-block.stable p {
    opacity: 1;
    transform: none;
  }
}
#ASUS-features .section-template .main-wrapper .text-block.stable h2 {
  font-size: clamp(18px, 1.3vw, 22px);
  margin-bottom: 0;
}
#ASUS-features .section-template .main-wrapper .text-block.stable h3 {
  font-size: clamp(30px, 1.8vw, 36px);
  margin-bottom: 15px;
}
#ASUS-features .section-template .main-wrapper .video-block {
  width: 100%;
  height: 50.337vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1480px) {
  #ASUS-features .section-template .main-wrapper .video-block {
    height: 745px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section-template .main-wrapper .video-block {
    position: relative;
  }
}
#ASUS-features .section-template .main-wrapper .video-block:after,
#ASUS-features .section-template .main-wrapper .video-block:before {
  content: "";
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}
#ASUS-features .section-template .main-wrapper .video-block:before {
  background-image: linear-gradient(0deg, #000 10%, transparent);
  bottom: 0;
}
#ASUS-features .section-template .main-wrapper .video-block:after {
  background-image: linear-gradient(0deg, transparent, #000 90%);
  top: 0;
}
#ASUS-features .section-template .main-wrapper .video-block video {
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  #ASUS-features .section-template .main-wrapper .video-block video {
    transform: scale(1.4);
  }
}
#ASUS-features .section-template .feature-wrapper {
  width: 100%;
  margin-top: -4vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 2560px) {
  #ASUS-features .section-template .feature-wrapper {
    margin-top: -100px;
  }
}
#ASUS-features .section-template .feature-wrapper ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media (max-width: 992px) {
  #ASUS-features .section-template .feature-wrapper ul {
    display: block;
  }
}
#ASUS-features .section-template .feature-wrapper ul li {
  display: block;
  padding: 30px 0;
}
#ASUS-features .section-template .feature-wrapper .content-block h3 {
  font-size: clamp(24px, 1.8vw, 30px);
  margin-bottom: 10px;
  text-transform: uppercase;
}
#ASUS-features .section-template .video-block {
  height: 100%;
  overflow: hidden;
}
#ASUS-features .section-template .words-wrapper {
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 1s;
}
#ASUS-features .section-template .words-wrapper span {
  mask-position-x: 0;
  -webkit-mask-position-x: 0;
  will-change: mask-position-x, -webkit-mask-position-x;
  transition: mask-position-x 1s cubic-bezier(0.95, 0.3, 0.08, 0.7),
    -webkit-mask-position-x 1s cubic-bezier(0.95, 0.3, 0.08, 0.7);
}
#ASUS-features .section-template .words-wrapper:nth-child(2) .glitch-wrapper {
  transition-delay: 0.2s;
}
#ASUS-features .section-template .words-wrapper:nth-child(3) .glitch-wrapper {
  transition-delay: 0.4s;
}
#ASUS-features .section-template .glitch-wrapper {
  display: inline-block;
  position: relative;
  transition: transform 0.5s cubic-bezier(1, 0.5, 0, 1);
}
#ASUS-features .section-template .glitch-title {
  position: relative;
  z-index: 3;
}
#ASUS-features .section-template .glitch-title:nth-child(2),
#ASUS-features .section-template .glitch-title:nth-child(3) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation-timing-function: linear, linear;
  animation-fill-mode: forwards, forwards;
  animation-iteration-count: 1, 1;
  animation-direction: alternate-reverse, alternate;
  animation-duration: 2s, 2s;
}
#ASUS-features .section-template .glitch-title:nth-child(2) {
  left: 2px;
  text-shadow: -1px 0 #00b3ff;
  clip: rect(24px, 550px, 90px, 0);
  animation-delay: 0s, 0.75s;
}
#ASUS-features .section-template .glitch-title:nth-child(3) {
  left: -2px;
  text-shadow: -1px 0 #af4cff;
  clip: rect(85px, 550px, 140px, 0);
  animation-delay: 0s, 0.75s;
}
#ASUS-features .section-template button.btn-pause {
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/icon_pause_w.svg);
  background-size: cover;
  filter: drop-shadow(0 0 2px #000);
  opacity: 0.65;
  text-indent: -9999999px;
  z-index: 50;
  transition: opacity 0.25s ease;
}
#ASUS-features .section-template button.btn-pause.dark {
  filter: brightness(0);
}
#ASUS-features .section-template button.btn-pause[data-status="play"] {
  background-image: url(../images/svg/icon_play_w.svg);
}
@media (hover: hover) {
  #ASUS-features .section-template button.btn-pause:hover {
    opacity: 1;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section-template button.btn-pause {
    width: 20px;
    height: 20px;
  }
}
#ASUS-features .section-template.active .main-wrapper .text-block.effect {
  opacity: 1;
  transition: opacity 1s ease;
  will-change: opacity;
}
#ASUS-features
  .section-template.active
  .main-wrapper
  .text-block.effect
  .first
  .words-wrapper {
  animation-name: glitch-scale;
}
#ASUS-features
  .section-template.active
  .main-wrapper
  .text-block.effect
  .first
  .glitch-title:nth-child(2),
#ASUS-features
  .section-template.active
  .main-wrapper
  .text-block.effect
  .first
  .glitch-title:nth-child(3) {
  animation-name: glitch-anim, fade-out;
  animation-delay: 0.5s, 0s;
}
#ASUS-features
  .section-template.active2
  .main-wrapper
  .text-block.effect
  .first {
  opacity: 0;
}
#ASUS-features
  .section-template.active2
  .main-wrapper
  .text-block.effect
  .second
  .words-wrapper {
  animation-name: glitch-scale-2;
}
#ASUS-features
  .section-template.active2
  .main-wrapper
  .text-block.effect
  .second
  .glitch-title:nth-child(2),
#ASUS-features
  .section-template.active2
  .main-wrapper
  .text-block.effect
  .second
  .glitch-title:nth-child(3) {
  animation-name: glitch-anim, fade-out;
  animation-delay: 0.5s, 0s;
}
#ASUS-features .section-template.active3 .main-wrapper .text-block.stable h2,
#ASUS-features .section-template.active3 .main-wrapper .text-block.stable h3,
#ASUS-features .section-template.active3 .main-wrapper .text-block.stable p {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.95, 0.3, 0.08, 0.7),
    transform 0.5s cubic-bezier(0.95, 0.3, 0.08, 0.7);
  will-change: opacity, transform;
}
#ASUS-features .section-template.active3 .main-wrapper .text-block.stable p {
  transition-delay: 0.3s;
}
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .first
  .glitch-title:nth-child(2),
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .first
  .glitch-title:nth-child(3),
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .second
  .glitch-title:nth-child(2),
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .second
  .glitch-title:nth-child(3) {
  animation-name: glitch-anim, fade-out;
  animation-delay: 0.5s, 0s;
}
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .first
  .words-wrapper {
  animation-name: glitch-scale;
}
#ASUS-features
  .section-template.active3
  .main-wrapper
  .text-block.stable
  .second
  .words-wrapper {
  animation-name: glitch-scale-2;
}
@media (min-width: 736px) {
  #ASUS-features .section-template.active3 .main-wrapper .video-block {
    transform: translateX(30%);
    transition: transform 0.5s cubic-bezier(0.95, 0.3, 0.08, 0.7);
    will-change: transform;
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(16px, 9999px, 103px, 0);
  }
  5% {
    clip: rect(62px, 9999px, 144px, 0);
  }
  10% {
    clip: rect(74px, 9999px, 109px, 0);
  }
  15% {
    clip: rect(141px, 9999px, 108px, 0);
  }
  20% {
    clip: rect(59px, 9999px, 20px, 0);
  }
  25% {
    clip: rect(153px, 9999px, 96px, 0);
  }
  30% {
    clip: rect(149px, 9999px, 139px, 0);
  }
  35% {
    clip: rect(44px, 9999px, 13px, 0);
  }
  40% {
    clip: rect(111px, 9999px, 82px, 0);
  }
  45% {
    clip: rect(156px, 9999px, 166px, 0);
  }
  50% {
    clip: rect(111px, 9999px, 152px, 0);
  }
  55% {
    clip: rect(41px, 9999px, 167px, 0);
  }
  60% {
    clip: rect(80px, 9999px, 48px, 0);
  }
  65% {
    clip: rect(11px, 9999px, 130px, 0);
  }
  70% {
    clip: rect(55px, 9999px, 85px, 0);
  }
  75% {
    clip: rect(74px, 9999px, 53px, 0);
  }
  80% {
    clip: rect(86px, 9999px, 3px, 0);
  }
  85% {
    clip: rect(55px, 9999px, 110px, 0);
  }
  90% {
    clip: rect(8px, 9999px, 79px, 0);
  }
  95% {
    clip: rect(21px, 9999px, 39px, 0);
  }
  to {
    clip: rect(143px, 9999px, 40px, 0);
  }
}
@keyframes glitch-scale {
  30% {
    opacity: 1;
    transform: scale(1) translate(0);
  }
  31% {
    opacity: 1;
    transform: scale(0.9) translate(1%, 1%);
  }
  60% {
    opacity: 1;
    transform: scale(0.9) translate(1%, 1%);
  }
  61% {
    opacity: 1;
    transform: scale(1.1) translate(3%);
  }
  99% {
    opacity: 1;
    transform: scale(1.1) translate(3%);
  }
  to {
    opacity: 1;
    transform: scale(1) translate(0);
  }
}
@keyframes glitch-scale-2 {
  30% {
    opacity: 1;
    transform: scale(1) translate(0);
  }
  31% {
    opacity: 1;
    transform: scale(0.9) translate(-1%, -1%);
  }
  60% {
    opacity: 1;
    transform: scale(0.9) translate(-1%, -1%);
  }
  61% {
    opacity: 1;
    transform: scale(1.1) translate(1%, 1%);
  }
  99% {
    opacity: 1;
    transform: scale(1.1) translate(1%, 1%);
  }
  to {
    opacity: 1;
    transform: scale(1) translate(0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes typewriter {
  0% {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  0% {
    border-right-color: hsla(0, 0%, 100%, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
#ASUS-features .section__base .animate-player .content-frame2 .draw-line:after,
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .draw-line:before {
  opacity: 0;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .draw-line:before {
  transition: opacity 0.8s ease 0.8s;
}
#ASUS-features .section__base .animate-player .content-frame2 .draw-line:after {
  transform: translateX(30%);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
#ASUS-features .section__base .animate-player .content-frame2 .draw-line span {
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .draw-line
  span.deco {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.8s ease;
}
#ASUS-features .section__base .animate-player .content-frame2 .content-info,
#ASUS-features .section__base .animate-player .content-frame2 .note {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-1 {
  opacity: 0;
  transition: opacity 0.6s ease 0.2s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-2 {
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-3 {
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-4 {
  opacity: 0;
  transition: opacity 0.6s ease 0.8s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-5 {
  opacity: 0;
  transition: opacity 0.6s ease 1s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-6 {
  opacity: 0;
  transition: opacity 0.6s ease 1.2s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-7 {
  opacity: 0;
  transition: opacity 0.6s ease 1.4s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-8 {
  opacity: 0;
  transition: opacity 0.6s ease 1.6s;
}
#ASUS-features
  .section__base
  .animate-player
  .content-frame2
  .wd__feature__list
  .feature-9 {
  opacity: 0;
  transition: opacity 0.6s ease 1.8s;
}
#ASUS-features
  .section__base
  .animate-player.animated
  .content-frame2
  .content-info,
#ASUS-features .section__base .animate-player.animated .content-frame2 .note {
  opacity: 1;
  transform: translateY(0);
}
#ASUS-features .section__base .animate-player.animated .icon-arrow,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-1,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-2,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-3,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-4,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-5,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-6,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-7,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-8,
#ASUS-features
  .section__base
  .animate-player.animated
  .wd__feature__list
  .feature-9 {
  opacity: 1;
}
#ASUS-features .section__base .animate-player.animated .icon-arrow.down {
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#ASUS-features .section__base .animate-player.animated .gradient-text {
  animation-name: gradient_text;
}
#ASUS-features .section__base .gradient-text {
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent 5%,
    #000,
    transparent 95%
  );
  mask-image: linear-gradient(0deg, transparent 5%, #000, transparent 95%);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
@keyframes gradient_text {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 0 -160px;
    mask-position: 0 -160px;
  }
}
#ASUS-features .section__base .wd-content.animate-player {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
#ASUS-features .section__base .wd-content.fadeIn {
  opacity: 1;
  transition: transform 50ms ease 50ms, opacity 0.15s ease 50ms;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .content-slogan,
#ASUS-features .section__base .wd-content.fadeIn .img__kv__logo {
  transition: transform 50ms ease 50ms, opacity 50ms ease 50ms;
  opacity: 1;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .content-title {
  transition: transform 50ms ease 0.15s, opacity 50ms ease 50ms;
  opacity: 1;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .content-info {
  transition: transform 50ms ease 0.18s, opacity 50ms ease 80ms;
  opacity: 1;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .content-comment {
  transition: transform 50ms ease 0.21s, opacity 50ms ease 0.1s;
  opacity: 1;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .wd__feature__list {
  transition: transform 0.1s ease, opacity 0.15s ease 0.25s;
  opacity: 1;
  transform: translateZ(0);
}
#ASUS-features .section__base .wd-content.fadeIn .icon {
  transition: transform 0.12s ease, opacity 0.15s ease 0.25s;
  opacity: 1;
}
#ASUS-features .section__base .wd__feature__list.animate-player {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
#ASUS-features .section__base .wd__feature__list.fadeIn {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 1280px) {
  #ASUS-features .section__base .slider .text-block h3 {
    font-size: clamp(24px, 2.9vw, 32px);
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1199px) {
  #ASUS-features .leftFixedBar {
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/medium/1x/01__kv.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/medium/1x/01__kv.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/medium/1x/01__kv.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/medium/1x/01__kv.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__kv .content-frame {
    bottom: -2vw;
  }
}
@media (max-width: 1280px) and (min-width: 1024px) and (max-width: 1300px) {
  #ASUS-features .section__kv .content-frame {
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__kv .content-frame .img__kv__logo {
    font-size: clamp(41.3px, 3.5vw, 89.6px);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__kv .content-frame .wd__feature__list {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__kv .hardware_list {
    width: 90vw;
  }
  #ASUS-features .section__kv .kvFeaturesFrame {
    width: 1165px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1024px) {
  #ASUS-features .section__kv .kvFeaturesFrame {
    width: 95vw;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__kv .kvFeaturesFrame .kvFeatures {
    margin-top: 10px;
  }
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 90%;
  }
  #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/medium/1x/user_1.webp);
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__design {
    min-height: 810px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__design .content-frame .wd-content {
    width: 83%;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__design .content-frame .wd-content {
    width: 95vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__design .video-block {
    margin-top: -20vw;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__design .video-block video {
    width: 150vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__design .video-block button.btn-pause {
    width: 20px;
    height: 20px;
    top: -14vw;
  }
  #ASUS-features .section__design .designSubTitle {
    width: 72%;
    font-size: calc(35px + 0.1vw);
    bottom: 3vw;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__design .designSubTitle {
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display {
    height: 100%;
    min-height: auto;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__display .frameOver {
    margin-top: -15vw;
  }
}
@media (max-width: 1280px) and (width: 1024px) and (height: 1366px) {
  #ASUS-features .section__display .frameOver {
    margin-top: -20vw;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display .frameOver {
    margin-top: 2vw;
    background-image: url(../images/small/2x/display_mini_bg.webp);
    background-position: 50%;
  }
  #ASUS-features .section__display .frameOver:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #000 90%, transparent);
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(45vw + 87vh + 840px);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__display .frame_nb {
    height: calc(45vw + 146vh + 840px);
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display .frame_nb {
    height: 70vw;
  }
}
@media (max-width: 1280px) and (min-width: 737px) and (max-width: 1024px) {
  #ASUS-features .section__display .frame_nb .frame_scroller {
    transform: translateZ(0) scale(12);
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display .frame_nb .frame_scroller .video-block {
    margin-top: 2.7vw;
  }
  #ASUS-features
    .section__display
    .frame_nb
    .frame_scroller
    .video-block
    #video-nebula {
    width: 36vw;
    height: 17.3vw;
  }
}
@media (max-width: 1280px) and (max-width: 736px) and (max-width: 736px) {
  #ASUS-features
    .section__display
    .frame_nb
    .frame_scroller
    .video-block
    .btn-pause {
    width: 10px;
    height: 10px;
    top: 22vw;
    left: -16.8vw;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display .frame_nb .frame_scroller .nb-block {
    width: 35vw;
    height: 32vw;
    opacity: 1;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__display
    .afterContent
    .content-frame
    .wd-content
    .content-comment {
    width: 80%;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features
    .section__display
    .afterContent
    .content-frame
    .wd-content
    .content-comment {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display .wd__feature__list {
    width: 72%;
  }
}
@media (max-width: 1280px) and (max-width: 736px) {
  #ASUS-features .section__display .wd__feature__list {
    width: 95vw;
  }
  #ASUS-features .section__display .wd__feature__list .wd__feature .img__gsync {
    width: 144px;
    height: 61px;
  }
  #ASUS-features
    .section__display
    .wd__feature__list
    .wd__feature
    .img__pantone {
    width: 52px;
    height: 72px;
  }
  #ASUS-features .section__display .wd__feature__list .wd__feature .img__dolby {
    width: 156px;
    height: 64px;
  }
  #ASUS-features
    .section__display
    .wd__feature__list
    .wd__feature
    .img__dipspayHDRicon {
    width: 270px;
    height: 72px;
  }
}
@media (max-width: 1280px) and (max-width: 1100px) {
  #ASUS-features .section__display_parallax .info-container {
    position: relative;
  }
  #ASUS-features .section__display_parallax .section-media {
    width: 100%;
    height: 100vh;
    display: block;
    left: 0;
  }
  #ASUS-features .section__display_parallax .section-media .inner-text-m {
    width: 100%;
    height: 45vh;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 14% 0 7%;
    mask-image: linear-gradient(
      0deg,
      transparent 2%,
      #000 5%,
      #000 95%,
      transparent 99%
    );
    -webkit-mask-image: linear-gradient(
      0deg,
      transparent 2%,
      #000 5%,
      #000 95%,
      transparent 99%
    );
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section-wrapper {
    transition: transform 0.4s ease;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section {
    width: 100%;
    height: 45vh;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .content {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content {
    padding: 5vw 1.6vw;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-info,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-slogan,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-title,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .wd__feature__list {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-slogan {
    font-size: clamp(24px, 2.4vw, 30px);
    margin-bottom: 0;
    margin-top: 0;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-title {
    font-size: clamp(26px, 3.5vw, 48px);
    margin-top: 1vh;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd__feature__list {
    width: 100%;
    margin-top: 2vh;
    text-align: left;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd__feature__list
    .wd__feature {
    margin-left: 0;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: clamp(26px, 3.5vw, 48px);
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-info,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-slogan,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-title,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .wd__feature__list {
    opacity: 1;
    transform: translateY(0);
    will-change: opacity, transform;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-slogan {
    transition-delay: 0.1s;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-title {
    transition-delay: 0.2s;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .content-info {
    transition-delay: 0.3s;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section.active
    .wd-content
    .wd__feature__list {
    transition-delay: 0.4s;
  }
  #ASUS-features .section__display_parallax .section-media .inner {
    width: 80%;
    transform: translateX(11%) translateY(0%);
  }
  #ASUS-features .section__display_parallax .section-media .media {
    mask-image: linear-gradient(180deg, #000 36%, transparent 50%);
    -webkit-mask-image: linear-gradient(180deg, #000 36%, transparent 50%);
    mask-size: 400% 400%;
    -webkit-mask-size: 400% 400%;
    mask-position-y: 0;
    -webkit-mask-position-y: 0;
    transition: mask-position-y 1s ease, -webkit-mask-position-y 1s ease;
    transition-delay: 0.05s;
  }
  #ASUS-features .section__display_parallax .section-media .media.active {
    mask-position-y: 100%;
    -webkit-mask-position-y: 100%;
    will-change: mask-position-y, -webkit-mask-position-y;
    z-index: 2;
  }
  #ASUS-features .section__display_parallax .section-main .section .content {
    display: none;
  }
  #ASUS-features .section__display_parallax .section-main .section.section-3 {
    height: 120vh;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__display_parallax .feature-2.gsync {
    width: 10.5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1100px) {
  #ASUS-features .section__display_parallax .feature-2.gsync {
    width: 140px;
  }
}
@media (max-width: 1280px) and (max-width: 1028px) {
  #ASUS-features
    .section__performance
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__CopilotPC_DarkCoolBG_Icon {
    width: 18vw;
    height: 8vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/medium/1x/user_1.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/medium/2x/user_1.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/medium/1x/user_1.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user1 {
    background-image: url(../images/medium/2x/user_1.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/medium/1x/user_2.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/medium/2x/user_2.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/medium/1x/user_2.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user2 {
    background-image: url(../images/medium/2x/user_2.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/medium/1x/user_3.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/medium/2x/user_3.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/medium/1x/user_3.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__performance .userFrame .userImg.user3 {
    background-image: url(../images/medium/2x/user_3.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame {
    width: 368.936vw;
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame {
    width: 650vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance {
    width: 90vw;
    height: 131vw;
    max-width: 1860px;
    max-height: auto;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 5vw;
    background-position: bottom;
    background-size: contain;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText {
    position: absolute;
    width: 90%;
    max-width: 820px;
    left: auto;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-title {
    font-size: 2.1vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-title {
    font-size: 4.1vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    font-size: clamp(16px, 0.8vw, 20.48px);
    line-height: 1.5;
  }
}
@media (max-width: 1280px) and (min-width: 736px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    font-size: 1vw;
    width: 94%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    font-size: calc(16px + 0.1vw);
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-comment {
    font-size: clamp(16px, 0.8vw, 20.48px);
    line-height: 1.2;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list {
    margin-top: 1.2vw;
    text-align: left;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__top {
    text-align: left;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__top {
    font-size: clamp(14px, 0.8vw, 20.48px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 1.95vw;
    text-align: left;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 3.65vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: left;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: clamp(14px, 1vw, 20.48px);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/medium/1x/performance_1.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/medium/2x/performance_1.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/medium/1x/performance_1.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/medium/2x/performance_1.jpg);
  }
}
@media (max-width: 1280px) and (min-width: 768px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    top: -1vw;
    position: absolute;
    width: 90%;
    max-width: 820px;
    left: auto;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .content-frame
    .wd-content
    .content-comment {
    font-size: clamp(8.5px, 0.6vw, 20.48px);
    line-height: 1.2;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list {
    width: 33.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-2,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-5 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-3,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-6 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-5 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-5 {
    display: inline-block;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-4 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .performanceText {
    position: absolute;
    width: 96%;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 2.4vw;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame {
    margin-top: 2vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content {
    position: relative;
    max-width: 1490px;
    margin-top: 2.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content {
    margin-top: -0.5vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-title {
    text-transform: uppercase;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .amd_ryzen_AI {
    width: 17.8vw;
    height: 5.6vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureImg {
    height: 12.9vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/1x/s5_4_1.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/2x/s5_4_1.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/1x/s5_4_1.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/2x/s5_4_1.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/1x/s5_4_2.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/2x/s5_4_2.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/1x/s5_4_2.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/2x/s5_4_2.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/1x/s5_4_3.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/2x/s5_4_3.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/1x/s5_4_3.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/2x/s5_4_3.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureTitle {
    font-size: 3vw;
    margin-top: 1vw;
    line-height: 3vw;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureInfo {
    font-size: 1vw;
    width: 95%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureInfo {
    font-size: calc(14px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.webp);
  }
}
@media (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3_nb.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .performanceText {
    left: auto;
    top: 1vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (min-width: 1020px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-4 {
    margin-left: 0;
  }
}

@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.webp);
  }
}
@media (min-width: 1030px) and (max-width: 1800px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .performanceText {
    left: auto;
    top: 1vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (min-width: 1020px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-4 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4 {
    background-size: 150%;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/medium/1x/performance__NV.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/medium/2x/performance__NV.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/medium/1x/performance__NV.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/medium/2x/performance__NV.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4 {
    justify-content: flex-start;
    background-size: 157vw;
    background-position: 80% -160%;
  }
}
@media (max-width: 1280px) and (max-width: 830px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4 {
    justify-content: flex-start;
    background-size: 210%;
    background-position: 80% -1660%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame {
    left: 6vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content {
    width: 78%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-slogan {
    font-size: 3.8vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-title {
    margin-top: 0.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-title {
    font-size: 4.1vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-info {
    width: 80%;
    font-size: 1vw;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-info {
    font-size: calc(16px + 0.1vw);
    width: 100%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame:before {
    display: block;
    content: "";
    margin-bottom: 1.8vw;
    width: 11.6vw;
    height: 7vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame {
    position: relative;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .rtxAI {
    height: 59.313vw;
  }
  #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/medium/1x/performance_5.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/medium/2x/performance_5.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/medium/1x/performance_5.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__performance .rtxAI__frame .rtxAI {
    background-image: url(../images/medium/2x/performance_5.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 42%;
    top: 20%;
    left: 5%;
    position: absolute;
  }
}
@media (max-width: 1280px) and (min-width: 1024px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 39%;
    top: 7vw;
    left: 14%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 91%;
    top: 107%;
    left: 5%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .title {
    margin-bottom: calc(10px + 0.1vw);
    font-size: 2.1vw;
    font-size: clamp(24px, 2.1vw, 60.16px);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .title {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .subTitle {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    color: #fff;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .subTitle {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    width: 90%;
    margin-bottom: 1.2vw;
    margin-left: 0;
    margin-right: auto;
    color: #fff;
    font-size: clamp(16px, 0.8vw, 20.48px);
    line-height: 1.4;
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    width: 97%;
    font-size: 1vw;
    line-height: 1.2;
    margin-bottom: 2.4vw;
  }
}
@media (max-width: 1280px) and (min-width: 736px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .nvLogo {
    width: 200px;
    height: 60px;
    margin-left: 0;
    background-size: contain;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/1x/performance_6_nb.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/2x/performance_6_nb.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/1x/performance_6_nb.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/2x/performance_6_nb.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .winNB {
    width: 63.047vw;
    height: 50.469vw;
    max-width: 1102px;
    max-height: 780px;
    margin-top: -2vw;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame {
    width: 35%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winTitle {
    font-size: 4.1vw;
    margin-bottom: calc(10px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText {
    font-size: 1vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText {
    margin-top: 0.3vw;
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText.winSubTitle {
    font-size: clamp(18px, 1vw, 25.6px);
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText.winSubTitle {
    font-size: clamp(15px, 1vw, 25.6px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .performanceText {
    position: absolute;
    width: 96%;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 2.4vw;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame {
    margin-top: 2vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content {
    position: relative;
    max-width: 1490px;
    margin-top: 2.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content {
    margin-top: -0.5vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .content-title {
    text-transform: uppercase;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .content-info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .amd_ryzen_AI {
    width: 17.8vw;
    height: 5.6vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureImg {
    height: 20vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/1x/s5_7_1.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/2x/s5_7_1.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/1x/s5_7_1.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/medium/2x/s5_7_1.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/1x/s5_7_2.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/2x/s5_7_2.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/1x/s5_7_2.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/medium/2x/s5_7_2.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/1x/s5_7_3.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/2x/s5_7_3.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/1x/s5_7_3.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/medium/2x/s5_7_3.jpg);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/medium/1x/s5_7_4.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/medium/2x/s5_7_4.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/medium/1x/s5_7_4.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/medium/2x/s5_7_4.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureTitle {
    font-size: 3vw;
    margin-top: 1vw;
    line-height: 3vw;
  }
}
@media (max-width: 1280px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureInfo {
    font-size: 1vw;
    width: 95%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureInfo {
    font-size: calc(14px + 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__thermal .exploded-view-wrapper {
    width: 50vw;
    height: 28.125vw;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features .section__thermal .exploded-view-wrapper {
    width: 90vw;
    height: 50.63vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__designStory {
    background: none;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory {
    margin-top: -2vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    position: relative;
    width: 100vw;
    min-height: 72.56vw;
    max-width: 1440px;
    max-height: 1045px;
    background-image: url(../images/medium/1x/designStory_bg.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.webp);
  }
}
@media (max-width: 1280px) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/1x/designStory_bg.jpg);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    min-height: 166.36vw;
    max-width: 1450px;
    max-height: 1075px;
    padding-bottom: 10vw;
    background-image: url(../images/medium/1x/designStory_bg.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/1x/designStory_bg.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/medium/2x/designStory_bg.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 800px) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    min-height: 174.36vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .colorText.colorText1 {
    left: 33.5vw;
    top: 3vw;
  }
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .colorText.colorText2 {
    left: 28.5vw;
    top: 6.3vw;
  }
  #ASUS-features .section__designStory .designStory_bg_frame .circle {
    width: 1.5vw;
    height: 1.5vw;
  }
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    position: relative;
    width: 38%;
    margin-left: 60vw;
    margin-top: 0;
    top: 5vw;
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    width: 77%;
    margin-left: 13vw;
    margin-top: 0;
    top: 91vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: calc(-19.5px - 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2 {
    display: inline-block;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2 {
    display: inline-block;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-3 {
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-3 {
    display: inline-block;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    margin-top: 5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    margin-top: -20vw;
  }
}
@media (max-width: 1280px) and (max-width: 950px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    margin-top: -10vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features .section__designStory .slice_bg_frame {
    margin-top: -5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    #video-aniMeMatrix {
    margin-top: clamp(20px, -6vw, -110px);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    color: #fff;
  }
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    .video-block
    button.btn-pause {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .control_bg_frame2 {
    height: auto;
    max-height: max-content;
    padding-bottom: 18vw;
  }
  #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/medium/1x/control_bg2.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/medium/2x/control_bg2.webp);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .noWebp #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/medium/1x/control_bg2.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (max-width: 1024px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__designStory .control_bg_frame2 {
    background-image: url(../images/medium/2x/control_bg2.jpg);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .content-frame {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 70vw;
    padding-bottom: 70vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame {
    overflow-x: scroll;
    margin-top: 5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame {
    width: 66.9vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame.cnc1 {
    margin-left: 76vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame.cnc3 {
    padding-right: 5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .picCNC {
    width: 48.9vw;
    height: 43.48vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .CNCtext {
    letter-spacing: 0.05vw;
    margin-top: 1.1vw;
    line-height: 1.45;
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1f1f1f;
  }
  #ASUS-features .section__designStory .control2 .imgFrame::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #555;
  }
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame::-webkit-scrollbar-thumb {
    background-color: #555;
  }
  #ASUS-features .section__audio .img__audio_bg {
    width: 125%;
    background-position: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
  }
  #ASUS-features .section__audio .img__audio_bg.active {
    transform: translate(-50%, -50%) scale(1);
  }
  #ASUS-features .section__audio .demo-container .laptop-wrapper {
    width: 730px;
    min-height: 678px;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features .section__audio .demo-container .laptop-wrapper {
    width: 73.588vw;
    min-height: 68.346vw;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features
    .section__audio
    .demo-container
    .audio-wave-wrapper
    ul
    li:nth-child(2)
    span {
    width: 10.08vw;
    height: 10.08vw;
    margin-top: -5.04vw;
    margin-left: -5.04vw;
  }
  #ASUS-features
    .section__audio
    .demo-container
    .audio-wave-wrapper
    ul
    li:nth-child(3)
    span {
    width: 15.12vw;
    height: 15.12vw;
    margin-top: -7.56vw;
    margin-left: -7.56vw;
  }
  #ASUS-features
    .section__audio
    .demo-container
    .audio-wave-wrapper
    ul
    li:nth-child(4)
    span {
    width: 25.2vw;
    height: 25.2vw;
    margin-top: -12.6vw;
    margin-left: -12.6vw;
  }
  #ASUS-features
    .section__audio
    .demo-container
    .audio-wave-wrapper
    ul
    li:nth-child(5)
    span {
    width: 40.322vw;
    height: 40.322vw;
    margin-top: -20.161vw;
    margin-left: -20.161vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__audio .info-container .content-info {
    margin-top: 120px;
  }
  #ASUS-features .section__portability .contentMobileFrame {
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 1280px) {
  #ASUS-features .section__portability .contentMobileFrame {
    display: none;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__portability .contentMobileFrame .content-frame {
    width: 80%;
    margin-bottom: 5vw;
  }
  #ASUS-features
    .section__portability
    .contentMobileFrame
    .content-frame
    .wd-content
    .content-info {
    margin-left: 0;
  }
  #ASUS-features .section__portability .sectionBgFrame .imgFrame {
    padding-top: 100px;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame {
    margin-left: 2vw;
    margin-right: 2.5vw;
    margin-bottom: 1.6vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    margin-bottom: 0.1vw;
    font-size: calc(30.5px + 0.1vw);
  }
  #ASUS-features .section__portability .sectionBgFrame .imgFrame .leftFlex {
    margin-top: 0;
    justify-content: flex-end;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame {
    width: 38.73vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd-content {
    max-width: 495px;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd__feature__list,
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd__feature__list
    .wd__feature {
    text-align: left;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd__feature__list
    .wd__feature.feature-1 {
    margin-left: 0;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd__feature__list
    .wd__feature
    .wd__feature__data,
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: left;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1 {
    width: 38.73vw;
    height: 24.516vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1
    .textFrame {
    margin-top: 20vw;
    margin-bottom: 0;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2 {
    width: 38.73vw;
    height: 24.516vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2
    .textFrame {
    margin-top: 19vw;
  }
}
@media (max-width: 1280px) and (min-width: 1280px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .content-frame {
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .content-frame {
    display: none;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    width: 38.73vw;
    height: 26.516vw;
    margin-bottom: 4.5vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 6.5vw;
  }
}
@media (max-width: 1280px) and (max-width: 999px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 9vw;
  }
}
@media (max-width: 1280px) and (max-width: 899px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 9.5vw;
  }
}
@media (max-width: 1280px) and (max-width: 799px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 10vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3
    .textFrame {
    width: 95%;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3
    .textFrame.textFrame1 {
    top: 81%;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4 {
    width: 38.73vw;
    height: 26.516vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4
    .textFrame {
    margin-top: 21.5vw;
    margin-right: 0;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5 {
    width: 38.73vw;
    height: 26.516vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5
    .textFrame {
    margin-top: 21.5vw;
    margin-right: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText {
    font-size: calc(14px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    margin-top: 12%;
    font-size: calc(30px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle2 {
    font-size: calc(49px + 0.1vw);
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    width: 72.3vw;
    margin-top: 0;
    font-size: calc(16px + 0.1vw);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.show
    .ioPortLine:before {
    content: "";
    margin-left: -0.25vw;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line1 {
    margin-top: 38.2vw;
    margin-left: 50.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line1 {
    margin-top: 38.2vw;
    margin-left: 50.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line2 {
    margin-top: 0;
    margin-left: 57.3vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1
    .ioPortLine.line3 {
    margin-top: 0;
    margin-left: 63.1vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine1.show
    .ioPortLine.line2.ioPortLine:after {
    height: 12.2vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line4 {
    margin-top: 38.2vw;
    margin-left: 16vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line4 {
    margin-top: 38.3vw;
    margin-left: 16.1vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line5 {
    margin-top: 0;
    margin-left: 22.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line5 {
    margin-top: 0;
    margin-left: 22.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line6 {
    margin-top: 0;
    margin-left: 28.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line6 {
    margin-top: 0;
    margin-left: 28.6vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line7 {
    margin-top: 0;
    margin-left: 34.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line7 {
    margin-top: 0;
    margin-left: 34.4vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line8 {
    margin-top: 0;
    margin-left: 39.6vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2
    .ioPortLine.line8 {
    margin-top: 0;
    margin-left: 39.6vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line5.ioPortLine:after {
    height: 7.1vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line5.ioPortLine:after {
    height: 9vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line6.ioPortLine:after {
    height: 12vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line6.ioPortLine:after {
    height: 16vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line7.ioPortLine:after {
    height: 7.1vw;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine.scrollIoPortLine2.show
    .ioPortLine.line7.ioPortLine:after {
    height: 9vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollIoPortLine
    .ioPortLine:before {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort2 {
    margin-left: 10%;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort2 {
    margin-left: 9%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort3 {
    width: 75%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort4 {
    margin-left: 40.6%;
    width: 90%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    margin-left:0;
    width: 60%;
  }
}
@media (max-width: 1280px) and (max-width: 820px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    margin-left: 1%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollTextIo
    .ioPort.ioPort8 {
    margin-left: 77%;
    width: 78%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__ioPort .frame_nb .frame_scroller {
    width: 133vw;
    height: 110vw;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features
    .section__ioPort
    .frame_nb
    .frame_scroller
    #ioPort_frame_canvas {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2043px;
    margin-left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features .section__software .pic-wrapper .software_laptop {
    width: 84.67741vw;
  }
  #ASUS-features .section__designStory .pic-wrapper #designStory-slider .slide .pic {
    width: 84.67741vw;
    height:84.67741vw;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features .section__software .pic-wrapper #software-slider .slick-slide {
    width: 64vw;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
    width: 200px;
  }
}
@media (max-width: 1280px) and (min--width: 736px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
    font-size: 18px;
    line-height: 44px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__software .nav-line-box .nav-line,
  #ASUS-features .section__designStory .nav-line-box .nav-line {
    width: 200px;
    height: 4px;
    top: -4px;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  #ASUS-features .section__xbox .info-container {
    display: block;
    padding: 0 60px;
  }
  #ASUS-features .section__xbox .info-container .pic {
    width: 100%;
    padding-right: 0;
  }
  #ASUS-features .section__xbox .info-container .text-block {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }
}
@media (max-width: 1280px) and (max-width: 920px) {
  #ASUS-features .section__xbox .info-container {
    padding: 0 30px;
  }
}
@media (max-width: 1280px) {
  #ASUS-features .section__bundle:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #f7f7f7 90%, transparent);
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__bundle .content-frame {
    width: 80%;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #ASUS-features .section__bundle .content-frame .wd-content .content-info {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-slogan,
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .img__kv__logo {
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-title {
    transition: transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-info {
    transition: transform 0.3s ease 0.35s, opacity 0.3s ease 0.35s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-comment {
    transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .wd__feature__list {
    transition: transform 0.7s ease 0.7s, opacity 0.4s ease 0.7s;
    opacity: 1;
  }
  #ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
    transition: transform 0.4s ease 0.7s, opacity 0.4s ease 0.7s;
    opacity: 1;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping {
    width: 590px;
    top: 136px;
    left: 10px;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping
    .typing.typing2 {
    margin-top: 94px;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping
    .typing.typing2
    p {
    text-shadow: 0 0.05em 1.05em #0080ff;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.typingFrame2 {
    top: 401px;
    left: 471px;
    display: block;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.typingFrame2
    .typing.typing1 {
    direction: rtl;
    text-align: right;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1 {
    display: block;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    top: 134px;
    left: 71px;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2 {
    top: 635px;
    left: 696px;
    direction: rtl;
    text-align: right;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p {
    position: absolute;
    font-size: 13px;
    letter-spacing: 2px;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
    margin: -2.1px 0;
    transition: opacity 50ms ease-in-out;
    opacity: 0;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p.p1:first-child {
    animation: slideY1 0.7s linear 0.263s infinite;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p.p2:nth-child(2) {
    animation: slideY2 0.7s linear 0.526s infinite;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p.p3:nth-child(3) {
    animation: slideY3 0.7s linear 0.789s infinite;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p.p4:nth-child(4) {
    animation: slideY4 0.7s linear 1.052s infinite;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing2
    p.p5:nth-child(5) {
    animation: slideY5 0.7s linear 1.315s infinite;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.verticalTyping {
    top: 448px;
    left: 199px;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.verticalTyping
    .typing.typing2 {
    margin-top: 94px;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.verticalTyping
    .typing.typing2
    p {
    text-shadow: 0 0.05em 1.05em #0080ff;
  }
  #ASUS-features .section__26 .section__26__videoFrame {
    position: absolute;
    margin-left: 10px;
    margin-top: 11.187px;
    width: 835px;
    height: 565px;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4.videoShow {
    visibility: visible;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame {
    position: relative;
    transform: translate3d(181px, 383px, 0) scale(0.8);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__bg {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    width: 835px;
    height: 570px;
    background-color: #000;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask__point {
    position: absolute;
    width: 855px;
    height: 587px;
    z-index: 1;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask {
    position: absolute;
    width: 855px;
    height: 587px;
    z-index: 999;
    opacity: 1;
    background-image: url(../images/large/1x/03_nb_maslk.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask {
    background-image: url(../images/large/2x/03_nb_maslk.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .img__nb__mask__point {
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rogLogo_light {
    position: absolute;
    transform: translate3d(331.5px, 124.2px, 0);
    width: 341px;
    height: 189px;
    z-index: 1;
    background-image: url(../images/large/1x/animation/s26/rogLogo_light.webp);
    animation: KeyMusic__2 2.5s linear infinite;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rogLogo_light {
    background-image: url(../images/large/2x/animation/s26/rogLogo_light.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rogWord_light {
    position: absolute;
    transform: translate3d(525.6px, 335.2px, 0);
    width: 257px;
    height: 196px;
    z-index: 1;
    background-image: url(../images/large/1x/animation/s26/rogWord_light.webp);
    animation: KeyMusic__2 3s linear infinite;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rogWord_light {
    background-image: url(../images/large/2x/animation/s26/rogWord_light.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock {
    position: absolute;
    width: 10px;
    height: 70px;
    background-color: #fff;
    transform: translateZ(0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainAnimation__1 {
    background: linear-gradient(
      400deg,
      #000 15%,
      #fff 30%,
      #000 45%,
      #fff 60%,
      #000 75%,
      #000 90%
    );
    background-size: 7678% 187%;
    background-position: 0 0;
    animation: GA14_akey_rain_1 6s linear infinite reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainAnimation__2 {
    background: linear-gradient(
      400deg,
      #000 15%,
      #fff 30%,
      #000 45%,
      #fff 60%,
      #000 75%,
      #000 90%
    );
    background-size: 9000% 187%;
    background-position: 0 0;
    animation: GA14_akey_rain_1 4s linear infinite reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainAnimation__3 {
    background: linear-gradient(
      400deg,
      #000 15%,
      #fff 30%,
      #000 45%,
      #fff 60%,
      #000 75%,
      #000 90%
    );
    background-size: 9000% 187%;
    background-position: 0 0;
    animation: GA14_akey_rain_1 3s linear infinite reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__1 {
    height: 170px;
    transform: translate3d(110px, 34px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__2 {
    height: 100px;
    transform: translate3d(199px, 62px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__3 {
    height: 111px;
    transform: translate3d(280px, 30px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__4 {
    height: 40px;
    transform: translate3d(310px, 50px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__5 {
    height: 100px;
    transform: translate3d(270px, 157px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__6 {
    height: 34px;
    transform: translate3d(280px, 152px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__7 {
    height: 70px;
    transform: translate3d(460px, 85px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__8 {
    height: 35px;
    transform: translate3d(550px, 77px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__9 {
    height: 170px;
    transform: translate3d(395px, 232px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__10 {
    height: 60px;
    transform: translate3d(613px, 69px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__11 {
    height: 60px;
    transform: translate3d(666px, 69px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__12 {
    height: 35px;
    transform: translate3d(696px, 132px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__13 {
    height: 110px;
    transform: translate3d(715px, 176px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__14 {
    height: 20px;
    transform: translate3d(671px, 220px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__15 {
    height: 54px;
    transform: translate3d(672px, 287px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__16 {
    height: 110px;
    transform: translate3d(715px, 176px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__17 {
    height: 56px;
    transform: translate3d(755px, 255px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .animationFrame
    .rainFrame
    .rainBlock.rainBlock__18 {
    height: 40px;
    transform: translate3d(763px, 487px, 0) rotate(-55deg);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .img__nb__mask__point {
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame {
    position: relative;
    width: 835px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame
    .eqBar {
    position: absolute;
    width: 36px;
    height: 320px;
    background-image: url(../images/large/1x/animation/s26/blackBar__2.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame
    .eqBar {
    background-image: url(../images/large/2x/animation/s26/blackBar__2.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame
    .eqBarBG {
    position: absolute;
    width: 36px;
    height: 320px;
    background-image: url(../images/large/1x/animation/s26/blackBar__1.webp);
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame
    .eqBarBG {
    background-image: url(../images/large/2x/animation/s26/blackBar__1.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__1 {
    animation: lightMove_1 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__2 {
    animation: lightMove_7 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__3 {
    animation: lightMove_1 2s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__4,
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__5 {
    animation: lightMove_6 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__6 {
    animation: lightMove_7 2s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__7 {
    animation: lightMove_8 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__8 {
    animation: lightMove_9 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__9 {
    animation: lightMove_1 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__10 {
    animation: lightMove_8 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__11 {
    animation: lightMove_7 1.5s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__12 {
    animation: lightMove_1 0.8s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__13 {
    animation: lightMove_6 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__14 {
    animation: lightMove_8 1.5s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__15 {
    animation: lightMove_8 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__16 {
    animation: lightMove_10 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__17 {
    animation: lightMove_1 0.5s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter.js-active
    .audioFrame
    .eqBarFrame
    .eqBar__18 {
    animation: lightMove_1 1s infinite forwards;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.systemFilter
    .img__nb__mask__point,
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .img__nb__mask__point {
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure {
    opacity: 0;
    position: absolute;
    transform: translateZ(0);
    width: 856px;
    height: 587px;
    z-index: 1;
    -webkit-transition: opacity none;
    transition: opacity none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.showed {
    opacity: 1;
    transition: none;
    -webkit-transition: opacity none;
    transition: opacity none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__1 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-01.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__1 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-01.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__2 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-02.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__2 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-02.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__3 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-03.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__3 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-03.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__4 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-04.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__4 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-04.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__5 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-05.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__5 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-05.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__6 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-06.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__6 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-06.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__7 {
    background-image: url(../images/large/1x/animation/s26/virtualPet-07.webp);
    -webkit-transition: opacity none;
    transition: opacity none;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .virtualPetFrame
    figure.virtualPet__light__7 {
    background-image: url(../images/large/2x/animation/s26/virtualPet-07.webp);
  }
}
@media (max-width: 1280px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame {
    top: 1390px;
    left: 840px;
    pointer-events: none;
    z-index: 9999;
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow
    .typing {
    width: 300px;
    position: relative;
    transform: scale(0.8);
    text-align: left;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow
    .typing.typing2 {
    top: 226px;
    left: 648px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping {
    top: 40px;
    left: 13px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping
    .typing.typing2 {
    margin-top: 94px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping
    .typing.typing2
    p {
    text-shadow: 0 0.05em 1.05em #0080ff;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.typingFrame1 {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    width: 500px;
    top: 552px;
    left: 370px;
    direction: rtl;
    text-align: right;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame
    .typing.typing1 {
    top: 25px;
    left: 175px;
    transform: scale(1);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame
    .typing.typing1
    p {
    font-size: 13px;
  }
  #ASUS-features .section__26 .img__nb .img__nb__bg.animated .typingFrame {
    display: block;
    transform: none;
  }
  #ASUS-features
    .section__26
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing {
    width: 400px;
    transform: scale(0.8);
  }
  #ASUS-features
    .section__26
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing.typing1 {
    top: -46px;
    left: -20px;
    z-index: 99999;
    width: 400px;
  }
  #ASUS-features
    .section__26
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing.typing2 {
    top: 487px;
    left: 455px;
    z-index: 99999;
    direction: rtl;
    text-align: right;
  }
  #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
    display: block;
    top: -710px;
    left: 751px;
    position: relative;
    z-index: 9999;
  }
  #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing {
    width: 300px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing1 {
    top: 250px;
    left: -189px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing2 {
    top: 657px;
    left: -709px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing3 {
    top: 790px;
    left: -710px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing3
    p {
    font-size: 33px;
  }
  #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
    display: block;
    top: -710px;
    left: 751px;
    position: relative;
    z-index: 9999;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing1 {
    top: 290px;
    left: -197px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing2 {
    top: 645px;
    left: -685px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing3 {
    top: 732px;
    left: -776px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing4 {
    top: 249px;
    left: -629px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing4
    p {
    font-size: 32px;
  }
  #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
    display: block;
    top: -710px;
    left: 751px;
    position: relative;
    z-index: 9999;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing1 {
    top: 249px;
    left: -190px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing2 {
    top: 629px;
    left: -688px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing3 {
    top: 795px;
    left: -771px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing4 {
    top: 656px;
    left: -232px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5 {
    top: 795px;
    left: -192px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5
    P {
    font-size: 32px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__base .slick-arrow:after {
    font-size: 1.8em;
    line-height: 1.8em;
  }
  #ASUS-features .section__base .slick-prev:after {
    left: 5px;
  }
  #ASUS-features .section__base .slick-next:after {
    right: 5px;
  }
  #ASUS-features .section__base .slider .text-block h3 {
    font-size: calc(16px + 3vw);
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .leftFixedBar {
    display: none;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__kv {
    margin-top: 0;
    min-height: 0;
  }
  #ASUS-features .section__kv .section__1__videoFrame {
    width: 100vw;
    height: 108vw;
    margin-left: auto;
    left: 50%;
    background-image: url(../images/small/1x/01__kv.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/small/2x/01__kv.webp);
  }
}
@media (max-width: 735px) {
  .noWebp #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/small/1x/01__kv.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__kv .section__1__videoFrame {
    background-image: url(../images/small/2x/01__kv.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__kv .content-frame {
    margin-top: 0;
    bottom: 7vw;
  }
  #ASUS-features .section__kv .content-frame .img__kv__logo {
    font-size: clamp(27.3px, 3.5vw, 89.6px);
    margin-top: 0;
    min-width: auto;
    width: auto;
    height: auto;
  }
  #ASUS-features .section__kv .content-frame .wd-content {
    max-width: 100vw;
    margin-top: 0;
    height: auto;
    min-height: auto;
  }
  #ASUS-features
    .section__kv
    .content-frame
    .wd-content
    .content-slogan.content-slogan__kv {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  #ASUS-features .section__kv .wd__feature__list {
    text-align: center;
    transform: none;
    margin-top: 40px;
  }
}
@media (max-width: 735px) and (max-width: 500px) {
  #ASUS-features .section__kv .wd__feature__list {
    margin-top: 22px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__xboxGamePass,
  #ASUS-features
    .section__kv
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .img {
    width: 100px;
    height: 45px;
  }
  #ASUS-features .section__kv .hardware_list {
    flex-direction: column;
    width: 320px;
    margin-top: 110px;
  }
  #ASUS-features .section__kv .kvFeaturesTitle {
    font-size: 5vw;
    width: 95%;
    margin: 10vw auto 0;
  }
}
@media (max-width: 735px) and (max-width: 602px) {
  #ASUS-features .section__kv .kvFeaturesTitle {
    margin: 140px auto 0;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__kv .kvFeaturesFrame {
    display: block;
    min-height: auto;
    margin-top: 18px;
    width: 85vw;
    grid-template-columns: 1fr;
  }
  #ASUS-features .section__kv .kvFeaturesFrame .kvFeatures {
    margin-top: 30px;
    margin-bottom: 37px;
  }
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresInfo {
    width: 100%;
    font-size: 14px;
  }
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 1.4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    opacity: 0.5;
    /* min-width: 235px; */
  }
}
@media (max-width: 735px) and (min-width: 400px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .featuresLine {
    min-width: 240px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .readMoreBtn {
    margin-left: 1.4vw;
    font-size: 14px;
  }
  #ASUS-features
    .section__kv
    .kvFeaturesFrame
    .kvFeatures
    .infoFrame
    .readMoreBtn:after {
    content: ">";
    display: inline-block;
    margin-left: auto;
    right: 0;
    position: absolute;
  }
  #ASUS-features .section__kv .userFrame {
    flex-direction: column;
  }
  #ASUS-features .section__kv .userFrame .userImg {
    width: 100vw;
    height: 108vw;
    background-size: contain;
    margin-bottom: 3vw;
  }
  #ASUS-features .section__kv .userFrame .userImg .userText {
    font-size: 14vw;
  }
  #ASUS-features .section__display_parallax .wd-content {
    width: 96vw;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features .section__display_parallax .section-media .inner-text-m {
    height: 70vh;
    padding: 90px 0 0;
  }
}
@media (max-width: 735px) and (max-width: 380px) {
  #ASUS-features .section__display_parallax .section-media .inner-text-m {
    height: 70vh;
    padding: 90px 0 0;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-slogan {
    font-size: 20px;
  }
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .content-title,
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd-content
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 28px;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section {
      height: 60vh;
      overflow-y: auto;
  }
}
@media (max-width: 735px) and (max-width: 380px) {
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section {
    height: 60vh;
    overflow-y: auto;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__display_parallax
    .section-media
    .inner-text-m
    .section
    .wd__feature__list {
    width: 100% !important;
    margin-top: 0;
  }
}
@media (max-width: 735px) and (max-width: 380px) {
  #ASUS-features .section__display_parallax .section-media .inner {
    width: 65%;
    transform: translateX(26%) translateY(-10%);
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_parallax .feature-2.gsync {
    width: 130px;
  }
}
@media (max-width: 735px) and (max-width: 360px) {
  #ASUS-features .section__display_parallax .feature-2.gsync {
    width: 120px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__display_slider {
    padding-top: 0;
  }
  #ASUS-features .section__display_slider .info-container {
    padding-top: 20px;
  }
  #ASUS-features .section__display_slider .info-container .button-block {
    position: relative;
  }
  #ASUS-features
    .section__display_slider
    .info-container
    .button-block
    .btn-buy {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features
    .section__display_slider
    .info-container
    .button-block
    .btn-buy {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__performance {
    height: auto;
    padding-bottom: 160px;
  }
  #ASUS-features
    .section__performance
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__CopilotPC_DarkCoolBG_Icon {
    width: 198px;
    height: 88px;
  }
  #ASUS-features .section__performance .wd__feature__list .wd__feature {
    margin: calc(18px + 0.1vw) calc(19.5px + 0.1vw) calc(18px + 0.1vw) 0;
  }
  #ASUS-features .section__performance .userFrame {
    flex-direction: column;
  }
  #ASUS-features .section__performance .userFrame .userImg {
    width: 100vw;
    height: 108vw;
    background-size: contain;
    margin-bottom: 3vw;
  }
  #ASUS-features .section__performance .userFrame .userImg .userText {
    font-size: 14vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame {
    width: 100vw;
    display: block;
    flex-direction: column;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance {
    display: block;
    width: 100vw;
    height: max-content;
    max-height: max-content;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText {
    position: relative;
    width: 90%;
    top: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-title {
    font-size: calc(30.5px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .content-frame
    .wd-content
    .content-comment {
    font-size: calc(16px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: calc(37.5px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: left;
  }
}
@media (max-width: 735px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance
    .performanceText
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    font-size: clamp(14px, 0.8vw, 20.48px);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1 {
    padding-bottom: 91vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/small/1x/performance_1.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/small/2x/performance_1.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/small/1x/performance_1.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance1 {
    background-image: url(../images/small/2x/performance_1.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .performanceText {
    width: 90%;
    top: 0;
    left: auto;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .content-frame
    .wd-content
    .content-info {
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-2 {
    margin-left: 0;
  }
}
@media (max-width: 735px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-1 {
    display: inline-block;
  }
}
@media (max-width: 735px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (max-width: 735px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-5 {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 735px) and (max-width: 1440px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance1
    .wd__feature__list
    .wd__feature.feature-5 {
    display: inline-block;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8 {
    background-size: cover;
    padding-bottom: 10vw;
    display: block;
    margin-bottom: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/1x/performance_2.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/2x/performance_2.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/1x/performance_2.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance2 {
    background-image: url(../images/large/2x/performance_2.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .performanceText,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .performanceText {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame {
    display: block;
    position: relative;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content {
    margin-top: 0;
    display: block;
    position: relative;
    text-align: left;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-info,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content
    .content-info {
    margin-left: 0;
    margin-right: 0;
    width: 99%;
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .content-comment,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content
    .content-comment {
    line-height: 1.45;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .content-frame
    .wd-content
    .amd_ryzen_AI,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .content-frame
    .wd-content
    .amd_ryzen_AI {
    width: 26.8vw;
    margin-top: 6vw;
    height: 13vw;
    margin-bottom: 9vw;
    margin-left: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame {
    display: block;
    flex-direction: column;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature {
    display: block;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureImg,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureImg {
    height: 41.2vw;
  }
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/s5_4_1.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/s5_4_1.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/s5_4_1.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/s5_4_1.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/s5_4_2.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/s5_4_2.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/s5_4_2.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/s5_4_2.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/s5_4_3.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/s5_4_3.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/s5_4_3.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance2
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/s5_4_3.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureTitle,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureTitle {
    margin-top: 4.5vw;
    line-height: 1;
    font-size: clamp(25px, 1.3vw, 33px);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance2
    .featureFrame
    .feature
    .featureInfo,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureInfo {
    width: 98%;
    line-height: 1.45;
    margin-top: 2vw;
    margin-bottom: 4.5vw;
    font-size: calc(16px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3 {
    padding-bottom: 91vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.webp);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11 {
    padding-bottom: 60vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/1x/performance_3.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance3 {
    background-image: url(../images/medium/2x/performance_3.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .content-frame
    .wd-content
    .content-info {
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list {
    max-width: 95vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (max-width: 735px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance3
    .wd__feature__list
    .wd__feature.feature-3 {
    display: block;
  }
}

@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/1x/performance_11.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance11 {
    background-image: url(../images/medium/2x/performance_11.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .content-frame
    .wd-content
    .content-info {
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list {
    max-width: 95vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-1,
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-3 {
    margin-left: 0;
  }
}
@media (max-width: 735px) and (max-width: 1440px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .wd__feature__list
    .wd__feature.feature-3 {
    display: block;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4 {
    margin-top: 20vw;
    background-size: contain;
    justify-content: flex-start;
    background-position: top;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/small/1x/performance__NV.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/small/2x/performance__NV.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/small/1x/performance__NV.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance4 {
    background-image: url(../images/small/2x/performance__NV.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame {
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translateX(0);
    padding-top: 110vw;
    padding-bottom: 25vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content {
    width: 95vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-slogan {
    width: 84%;
    font-size: clamp(25px, 1.3vw, 33px);
    margin-bottom: 1.5vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-title {
    margin-top: 0;
    font-size: clamp(27px, 1.3vw, 33px);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance4
    .content-frame:before {
    display: block;
    content: "";
    margin-bottom: 1.8vw;
    width: 20vw;
    height: 13vw;
    margin-left: calc(19.5px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 735px) and (max-width: 1024px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .rtxAI {
    height: 59.313vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    position: relative;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .title {
    width: 100%;
    font-size: calc(30.5px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .subTitle {
    font-size: clamp(25px, 1.3vw, 33px);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .info {
    width: 84.7vw;
    margin-bottom: 1.2vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: clamp(16px, 0.8vw, 20.48px);
    line-height: 1.45;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance5
    .rtxAI__frame
    .infoFrame
    .nvLogo {
    margin-left: 0.3vw;
    width: 37.4vw;
    height: 16vw;
    margin-bottom: 5vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame {
    flex-direction: column-reverse;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .winNB {
    width: 91.047vw;
    height: 75.469vw;
    margin-top: 5vw;
  }
  #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/1x/performance_6_nb.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/2x/performance_6_nb.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/1x/performance_6_nb.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance.performance6
    .winFrame
    .winNB {
    background-image: url(../images/medium/2x/performance_6_nb.webp);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame {
    margin-top: 10vw;
    width: 84vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winTitle {
    font-size: calc(30.5px + 0.1vw);
    margin-bottom: calc(10px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText {
    width: 100%;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance6
    .winFrame
    .textFrame
    .winText.winSubTitle {
    font-size: clamp(18px, 1vw, 25.6px);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7 {
    background-size: cover;
    padding-bottom: 10vw;
    display: block;
    margin-bottom: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/small/1x/performance_7.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/small/2x/performance_7.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/small/1x/performance_7.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance7 {
    background-image: url(../images/small/2x/performance_7.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .performanceText {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame {
    display: block;
    position: relative;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content {
    margin-top: 0;
    display: block;
    position: relative;
    text-align: left;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .content-info {
    margin-left: 0;
    margin-right: 0;
    width: 99%;
    line-height: 1.5;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .content-comment {
    line-height: 1.45;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .content-frame
    .wd-content
    .amd_ryzen_AI {
    width: 26.8vw;
    margin-top: 6vw;
    height: 13vw;
    margin-bottom: 9vw;
    margin-left: 0;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame {
    display: block;
    flex-direction: column;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature {
    display: block;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureImg {
    height: 41.2vw;
  }
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/s5_7_1.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/s5_7_1.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/s5_7_1.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/s5_7_1.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/s5_7_2.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/s5_7_2.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/s5_7_2.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/s5_7_2.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/s5_7_3.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/s5_7_3.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/s5_7_3.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/s5_7_3.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/small/1x/s5_7_4.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/small/2x/s5_7_4.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/small/1x/s5_7_4.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance7
    .featureFrame
    .featureImg4 {
    background-image: url(../images/small/2x/s5_7_4.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureTitle {
    margin-top: 4.5vw;
    line-height: 1;
    font-size: clamp(25px, 1.3vw, 33px);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance7
    .featureFrame
    .feature
    .featureInfo {
    width: 98%;
    line-height: 1.45;
    margin-top: 2vw;
    margin-bottom: 4.5vw;
    font-size: calc(16px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/small/1x/performance_NV_bg.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/small/2x/performance_NV_bg.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/small/1x/performance_NV_bg.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .performance.performance8 {
    background-image: url(../images/small/2x/performance_NV_bg.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .featureFrame
    .feature
    .featureImg {
    width: 80vw;
    height: 80vw;
  }
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/performance_NV_01.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/performance_NV_01.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/1x/performance_NV_01.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg1 {
    background-image: url(../images/small/2x/performance_NV_01.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/performance_NV_02.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/performance_NV_02.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/1x/performance_NV_02.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg2 {
    background-image: url(../images/small/2x/performance_NV_02.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/performance_NV_03.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/performance_NV_03.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/1x/performance_NV_03.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__performance
    .performance8
    .featureFrame
    .featureImg3 {
    background-image: url(../images/small/2x/performance_NV_03.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance8
    .nvLogo {
    width: 35vw;
    height: 17vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance11
    .nvLogo {
    width: 35vw;
    height: 17vw;
    margin-left: calc(19.5px + 0.1vw);
    margin-right: auto;
    position: relative;
  }
  #ASUS-features .section__performance .performanceFrame .scrollFrame .blockFrame .performance.performance10 .performanceText .nvLogo {
    width: 35vw;
    height: 17vw;
    margin-left: calc(19.5px + 2.6vw);
    margin-right: auto;
    position: relative;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 9vw;
    padding-bottom: 10vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText {
    padding-left: 0;
    position: relative;
    width: 90%;
    max-width: 770px;
    left: unset;
    top: unset;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText
    .content-frame
    .wd-content {
    width: 95vw;
    text-align: left;
    margin: calc(14.5px + 0.1vw) auto;
    padding: 0 calc(19.5px + 0.1vw);
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .performanceText
    .nvLogo {
    width: 30vw;
    height: 15vw;
    margin-left: 5vw;
    background-size: contain;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance9
    .img__performance9 {
    width: 100%;
    height: 77vw;
    background-size: contain;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 9vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block {
    width: 87vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .nvLogo {
    width: 30vw;
    height: 15vw;
    margin-left: 0;
    margin-bottom: 3vw;
    background-size: contain;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    #video-Professional {
    width: 87vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .video-block
    .btn-pause {
    top: 73.8vw;
    left: 86.4vw;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText {
    padding-left: unset;
    width: 100%;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText
    .content-frame
    .wd-content {
    padding: 0 calc(19.5px + 0.1vw);
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .performanceText
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features
    .section__performance
    .performanceFrame
    .scrollFrame
    .blockFrame
    .performance.performance10
    .img__performance10 {
    width: 90%;
    height: 60vw;
    background-size: contain;
  }
  #ASUS-features .section__thermal .exploded-view-wrapper {
    width: 100vw;
    height: 56.25vw;
  }
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-position: top;
    background-size: cover;
    min-height: 186.36vw;
    max-width: 1450px;
    max-height: max-content;
    background-image: url(../images/small/1x/designStory_bg.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/small/2x/designStory_bg.webp);
  }
}
@media (max-width: 735px) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/small/1x/designStory_bg.jpg);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp #ASUS-features .section__designStory .designStory_bg_frame {
    background-image: url(../images/small/2x/designStory_bg.jpg);
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__designStory .designStory_bg_frame .colorText {
    visibility: inherit;
  }
  #ASUS-features .section__designStory .designStory_bg_frame .circle {
    width: 2.5vw;
    height: 2.5vw;
  }
  #ASUS-features .section__designStory .designStory_bg_frame .content-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    top: 0;
    padding-top: 114vw;
  }
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content {
    width: 95vw;
  }
  #ASUS-features
    .section__designStory
    .designStory_bg_frame
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features .section__designStory .slice_bg_frame {
    background-image: none;
  }
}
@media (max-width: 735px) and (max-width: 1024px) {
  #ASUS-features
    .section__designStory
    .slice_bg_frame
    .aniMeMatrix_frame
    #video-aniMeMatrix {
    margin-top: clamp(-40px, -7vw, -170px);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__designStory
    .aniMeMatrix_frame
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: calc(-19.5px - 0.1vw);
  }
  #ASUS-features .section__designStory .aniMeMatrix_frame #video-aniMeMatrix {
    width: 90vw;
    padding-bottom: 5vw;
    z-index: 1;
  }
  #ASUS-features
    .section__designStory
    .aniMeMatrix_frame
    .video-block
    button.btn-pause {
    left: 8.9vw;
    top: -10vw;
  }
  #ASUS-features .section__designStory .control2 .control_bg_frame2 {
    padding-bottom: 8vw;
  }
  #ASUS-features .section__designStory .control2 .content-frame {
    width: 100%;
    top: 0;
    padding-top: 80vw;
    padding-bottom: 6vw;
  }
  #ASUS-features .section__designStory .control2 .content-frame .wd-content {
    padding-left: 0;
    padding-right: 0;
    width: 86vw !important;
  }
  #ASUS-features
    .section__designStory
    .control2
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: calc(-19.5px - 0.1vw);
  }
  #ASUS-features .section__designStory .control2 .imgFrame {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame {
    width: 243.9vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame.cnc1 {
    margin-left: 10vw;
  }
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame.cnc1
    .CNCtext {
    margin-left: 158.8vw;
  }
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame.cnc3 {
    padding-right: 5vw;
  }
  #ASUS-features .section__designStory .control2 .imgFrame .cncFrame .picCNC {
    width: 80vw;
    height: 80vw;
  }
  #ASUS-features
    .section__designStory
    .control2
    .imgFrame
    .cncFrame
    .picCNC.picCNC1 {
    margin-left: 158.8vw;
  }
  #ASUS-features .section__audio .info-container .wd-content .content-info,
  #ASUS-features .section__audio .info-container .wd__feature__list,
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__data,
  #ASUS-features
    .section__audio
    .info-container
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: left;
  }
  #ASUS-features .section__audio .img__audio_bg {
    width: 115%;
  }
}
@media (max-width: 735px) and (max-width: 600px) {
  #ASUS-features .section__audio .img__audio_bg {
    top: 50%;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .tag:after {
    width: 45%;
  }
  #ASUS-features
    .section__audio_slider
    .info-container
    .slider
    .slide-1
    .media-block
    .tag
    span {
    left: 45%;
  }
  #ASUS-features .section__control {
    overflow-x: hidden !important;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__control .control_bg_Frame .img__control__nb {
    position: relative;
    width: 86vw;
    height: 71.25vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    background-size: contain;
    top: 14vw;
  }
  #ASUS-features .section__control .control_bg_Frame .content-frame,
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list {
    margin-left: calc(-19.5px - 0.1vw);
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-10 {
    display: block;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .content-frame
    .wd-content
    .wd__feature__list
    .wd__feature.feature-10
    .img__aura {
    margin-left: 0;
    width: 25.6vw;
    height: 20.6vw;
  }
  #ASUS-features .section__control .control_bg_Frame .img_Frame {
    justify-content: start;
    overflow-x: scroll;
  }
  #ASUS-features .section__control .control_bg_Frame .img_Frame .leftFlex {
    flex-direction: row;
    margin-right: 0;
  }
  #ASUS-features .section__control .control_bg_Frame .img_Frame .leftFlex .img {
    margin-right: 1.5vw;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .img_Frame
    .leftFlex
    .img__control__1 {
    margin-left: 1.5vw;
    position: relative;
    width: 95.669vw;
    height: 92.2162vw;
    margin-bottom: 1vw;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .img_Frame
    .leftFlex
    .img__control__2 {
    position: relative;
    width: 95.669vw;
    height: 74.7162vw;
  }
  #ASUS-features .section__control .control_bg_Frame .img_Frame .rightFlex {
    flex-direction: row;
    margin-right: 0;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .img_Frame
    .rightFlex
    .img {
    margin-right: 1.5vw;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .img_Frame
    .rightFlex
    .img__control__3 {
    position: relative;
    width: 80.6645vw;
    height: 70.616vw;
  }
  #ASUS-features
    .section__control
    .control_bg_Frame
    .img_Frame
    .rightFlex
    .img__control__4 {
    position: relative;
    width: 80.6645vw;
    height: 96.93425vw;
  }
  #ASUS-features .section__control .control2 {
    background-color: #000;
  }
  #ASUS-features .section__control .control2 .content-frame {
    width: 90%;
    margin-top: 21vw;
    top: 50vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22vw;
  }
  #ASUS-features .section__control .control2 .imgFrame {
    overflow-x: scroll;
    justify-content: start;
  }
  #ASUS-features .section__control .control2 .imgFrame .cncFrame {
    width: 83.65vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  #ASUS-features .section__control .control2 .imgFrame .cncFrame .picCNC {
    width: 83.65vw;
    height: 75.18vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  #ASUS-features .section__control .control2 .imgFrame .cncFrame .CNCtext {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    font-size: calc(16px + 0.1vw);
  }
  #ASUS-features .section__portability {
    overflow-x: hidden !important;
  }
  #ASUS-features .section__portability .contentMobileFrame .content-frame,
  #ASUS-features
    .section__portability
    .contentMobileFrame
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features .section__portability .sectionBgFrame {
    width: 100vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__portability {
    overflow-x: hidden !important;
  }
  #ASUS-features .section__portability .contentMobileFrame .content-frame,
  #ASUS-features
    .section__portability
    .contentMobileFrame
    .content-frame
    .wd-content
    .content-info {
    width: 100%;
  }
  #ASUS-features .section__portability .sectionBgFrame {
    width: 100vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__portability .sectionBgFrame .imgFrame {
    width: 100vw;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 0;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame {
    margin-left: 4vw;
    margin-right: 5.5vw;
    margin-bottom: 5.6vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .title {
    font-size: calc(30.5px + 0.1vw);
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .img
    .textFrame
    .info {
    line-height: 1.45;
  }
  #ASUS-features .section__portability .sectionBgFrame .imgFrame .leftFlex {
    width: 100vw;
    flex-direction: column;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame {
    width: 86.4vw;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .content-frame
    .wd-content {
    max-width: none;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1 {
    width: 86.4vw;
    height: 55vw;
    margin-bottom: 6vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1
    .textFrame {
    margin-top: 47vw;
    margin-left: 0;
    margin-right: 3vw;
  }
}
@media (max-width: 735px) and (max-width: 620px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1
    .textFrame {
    margin-top: 46vw;
  }
}
@media (max-width: 735px) and (max-width: 436px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__1
    .textFrame {
    margin-top: 43vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2 {
    width: 86.4vw;
    height: 55vw;
    margin-top: 0;
    margin-bottom: 6vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2
    .textFrame {
    margin: 48vw 3vw 0 0;
  }
}
@media (max-width: 735px) and (max-width: 620px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2
    .textFrame {
    margin-top: 46vw;
  }
}
@media (max-width: 735px) and (max-width: 436px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .leftFlex
    .img__portability__2
    .textFrame {
    margin-top: 43vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__portability .sectionBgFrame .imgFrame .rightFlex {
    width: 100vw;
    padding-right: 0;
    flex-direction: column;
    justify-content: flex-end;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    width: 86.4vw;
    height: 59vw;
    margin-bottom: 14vw;
  }
}
@media (max-width: 735px) and (max-width: 433px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 20vw;
  }
}
@media (max-width: 735px) and (max-width: 400px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__3 {
    margin-bottom: 22vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4 {
    width: 86.4vw;
    height: 59vw;
    margin-top: 0;
    margin-bottom: 6vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4
    .textFrame {
    margin: 52vw 3vw 0 0;
  }
}
@media (max-width: 735px) and (max-width: 620px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4
    .textFrame {
    margin-top: 51vw;
  }
}
@media (max-width: 735px) and (max-width: 436px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__4
    .textFrame {
    margin-top: 48vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5 {
    width: 86.4vw;
    height: 59vw;
  }
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5
    .textFrame {
    margin: 52vw 3vw 0 0;
  }
}
@media (max-width: 735px) and (max-width: 620px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5
    .textFrame {
    margin-top: 51vw;
  }
}
@media (max-width: 735px) and (max-width: 436px) {
  #ASUS-features
    .section__portability
    .sectionBgFrame
    .imgFrame
    .rightFlex
    .img__portability__5
    .textFrame {
    margin-top: 48vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__ioPort {
    padding-top: 0;
  }
  #ASUS-features .section__ioPort .mobileHide {
    display: none;
  }
  #ASUS-features .section__ioPort .frame_preloader {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__ioPort .frame_nb .textFrame {
    top: 20vw;
    position: relative;
    margin-top: 0;
    left: auto;
    transform: none;
    width: 100%;
  }
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText1 {
    position: relative;
    width: 100%;
    opacity: 1;
  }
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle1 {
    margin-top: 0;
    font-size: calc(22.5px + 0.1vw);
  }
  #ASUS-features
    .section__ioPort
    .frame_nb
    .textFrame
    .scrollText.scrollText1
    .scrollTitle2 {
    opacity: 1;
    font-size: calc(34.5px + 0.1vw);
  }
  #ASUS-features .section__ioPort .frame_nb .textFrame .scrollText.scrollText2 {
    position: relative;
    width: 90vw;
    text-align: left;
    margin-top: 16vw;
    padding-bottom: 20vw;
    opacity: 1;
    margin-left: auto;
    transform: none;
  }
  #ASUS-features .section__ioPort .frame_nb .frame_scroller,
  #ASUS-features
    .section__ioPort
    .frame_nb
    .frame_scroller
    #ioPort_frame_canvas {
    display: none;
  }
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile {
    width: 100vw;
    background-size: contain;
    background-position: top;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    height: 41vw;
    min-height: 194px;
  }
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/small/1x/IO_port_m_1.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/small/2x/IO_port_m_1.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/small/1x/IO_port_m_1.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile1 {
    background-image: url(../images/small/2x/IO_port_m_1.webp);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    height: 30vw;
    min-height: 154px;
  }
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/small/1x/IO_port_m_2.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/small/2x/IO_port_m_2.webp);
  }
}
@media (max-width: 735px) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/small/1x/IO_port_m_2.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  .noWebp
    #ASUS-features
    .section__ioPort
    .textFrame
    .ioPortMobileFrame
    .ioPortMobile.ioPortMobile2 {
    background-image: url(../images/small/2x/IO_port_m_2.webp);
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__ioPort .ioPortMobileFrame .ioPortMobile .scrollText {
    color: #fff;
    z-index: 250;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
    font-size: 11px;
    line-height: 1.3;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine
    .ioPortLine:before {
    content: "";
    margin-left: -0.5vw;
    width: 1.1vw;
    height: 1.1vw;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1 {
    position: absolute;
    opacity: 1;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line1 {
    margin-top: 13%;
    margin-left: 20%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line1.ioPortLine:after {
    height: 10%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line2 {
    margin-top: -1%;
    margin-left: 35.7%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line2.ioPortLine:after {
    height: 15%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line3 {
    margin-top: -1%;
    margin-left: 52%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line3.ioPortLine:after {
    height: 34%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line4 {
    margin-top: -1%;
    margin-left: 66%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line4.ioPortLine:after {
    height: 24%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line5 {
    margin-top: -1%;
    margin-left: 76.8%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_1
    .ioPortLine.line5.ioPortLine:after {
    height: 7%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line6 {
    margin-top: 14.8%;
    margin-left: 29.7%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line6.ioPortLine:after {
    height: 10%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line7 {
    margin-top: -1.6%;
    margin-left: 45.9%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line7.ioPortLine:after {
    height: 43%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line8 {
    margin-top: -1.2%;
    margin-left: 59.9%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollIoPortLine.scrollIoPortLineMobile_2
    .ioPortLine.line8.ioPortLine:after {
    height: 17%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo {
    will-change: opacity;
    width: 80%;
    max-width: 2560px;
    height: 1213px;
    margin-left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: opacity 0.1s ease-in-out;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort {
    position: absolute;
    opacity: 1;
    width: 22%;
    text-align: left;
    transition: opacity 0.1s ease-in-out;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort1 {
    width: 47%;
    margin-left: -22%;
    margin-top: 20.7%;
    text-align: right;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort2 {
    margin-left: 32%;
    margin-top: 24.7%;
    width: 17%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort3 {
    width: 31%;
    margin-left: 28%;
    margin-top: 36.3%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort4 {
      width: 40%;
      margin-left: 58.6%;
      margin-top: 32%;
  }
}
@media (max-width: 735px) and (max-width: 501px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort4 {
      margin-left: 62%;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort5 {
    margin-left: 70.6%;
    margin-top: 20.5%;
    width: 41%;
    text-align: left;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
      margin-left: 0;
      margin-top: 23%;
      width: 35%;
  }
}
@media (max-width: 735px) and (max-width: 501px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort6 {
    margin-left: 4%;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort7 {
    margin-left: 38%;
    margin-top: 43%;
    width: 35%;
  }
  #ASUS-features
    .section__ioPort
    .ioPortMobileFrame
    .ioPortMobile
    .scrollText.scrollTextIo
    .ioPort.ioPort8 {
    margin-left: 53.6%;
    margin-top: 27.2%;
    width: 51%;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features .section__software .nav-bar-frame,
  #ASUS-features .section__designStory .nav-bar-frame {
    padding: 0;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar {
    width: 150vw;
    max-width: none;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    left: 25vw;
  }
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar {
    width: 300vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
    width: 160px;
  }
}
@media (max-width: 735px) and (max-width: 600px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
    width: 140px;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features .section__software .nav-bar-frame .nav-bar .btn-base,
  #ASUS-features .section__designStory .nav-bar-frame .nav-bar .btn-base {
    width: 50vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__software .nav-line-box .nav-line,
  #ASUS-features .section__designStory .nav-line-box .nav-line {
    width: 160px;
  }
}
@media (max-width: 735px) and (max-width: 600px) {
  #ASUS-features .section__software .nav-line-box .nav-line,
  #ASUS-features .section__designStory .nav-line-box .nav-line {
    width: 140px;
  }
}
@media (max-width: 735px) and (max-width: 480px) {
  #ASUS-features .section__software .nav-line-box .nav-line,
  #ASUS-features .section__designStory .nav-line-box .nav-line {
    width: 50vw;
    left: 25vw;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__bundle .content-frame {
    width: 94%;
  }
  #ASUS-features .section__bundle .content-frame .wd-content .content-comment,
  #ASUS-features .section__bundle .content-frame .wd-content .content-info {
    width: 100%;
  }
  #ASUS-features .section__bundle .img__bundle {
    height: 84.594vw;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-slogan,
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .img__kv__logo {
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-title {
    transition: transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-info {
    transition: transform 0.3s ease 0.35s, opacity 0.3s ease 0.35s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .content-comment {
    transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
    opacity: 1;
  }
  #ASUS-features
    .section__base
    .wd-content.text-animate.text-showed
    .wd__feature__list {
    transition: transform 0.7s ease 0.7s, opacity 0.4s ease 0.7s;
    opacity: 1;
  }
  #ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
    transition: transform 0.4s ease 0.7s, opacity 0.4s ease 0.7s;
    opacity: 1;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping {
    transform: scale(0.3);
    top: 26px;
    left: -101px;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping
    .typing.typing2 {
    margin-top: 94px;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.verticalTyping
    .typing.typing2
    p {
    text-shadow: 0 0.05em 1.05em #0080ff;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.typingFrame2 {
    top: 171px;
    left: 233px;
  }
  #ASUS-features
    .section__2
    .img__02__design1.animated
    .typingFrame.typingFrame2
    .typing.typing1 {
    direction: rtl;
    text-align: right;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1 {
    display: block;
  }
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    top: 179px;
    left: 74px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    top: 263px;
    left: 154px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__2
    .img__02__design2.animated
    .typingFrame.verticalTyping {
    top: 168px;
    left: -62px;
  }
  #ASUS-features .section__26 .section__26__videoFrame {
    position: absolute;
    margin-left: 10px;
    margin-top: 11.187px;
    width: 835px;
    height: 565px;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3.videoShow {
    visibility: visible;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4 {
    position: absolute;
    visibility: hidden;
  }
  #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4.videoShow {
    visibility: visible;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame {
    position: relative;
    transform: translate3d(-21px, 124px, 0) scale(0.35);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__bg {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    width: 835px;
    height: 570px;
    background-color: #000;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask__point {
    position: absolute;
    width: 855px;
    height: 587px;
    z-index: 1;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask {
    position: absolute;
    width: 855px;
    height: 587px;
    background-image: url(../images/small/1x/03_nb_maslk.webp);
  }
}
@media (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame
    .img__nb__mask {
    background-image: url(../images/small/2x/03_nb_maslk.webp);
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.animationFilter
    .img__nb__mask__point,
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .img__nb__mask__point {
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.audioFilter
    .audioFrame {
    position: relative;
    width: 835px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.systemFilter
    .img__nb__mask__point,
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb.lightAnimationFrame.virtualPetFilter
    .img__nb__mask__point {
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb
    .img__nb__bg.animated
    .typingFrame {
    display: block;
    transform: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing {
    transform: scale(0.9);
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing.typing1 {
    top: -46px;
    left: -20px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__nb
    .img__nb__bg.animated
    .typingFrame
    .typing.typing2 {
    top: 487px;
    left: 455px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame {
    top: 1390px;
    left: 840px;
    pointer-events: none;
    z-index: 9999;
    display: none;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow
    .typing {
    width: 300px;
    position: relative;
    transform: scale(0.8);
    text-align: left;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__keybordFrame
    .typingFrame.typingShow
    .typing.typing2 {
    top: 226px;
    left: 648px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping {
    top: -11px;
    left: -117px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping
    .typing.typing2 {
    margin-top: 94px;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.verticalTyping
    .typing.typing2
    p {
    text-shadow: 0 0.05em 1.05em #0080ff;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.typingFrame1 {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    top: 702px;
    left: 587px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__speakFrame
    .img__speak.animated
    .typingFrame.typingFrame1
    .typing.typing1 {
    top: 842px;
    left: 789px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame {
    display: block;
  }
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame
    .typing.typing1 {
    top: 41px;
    left: 334px;
    transform: scale(1.45);
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__26
    .img__personalization
    .img__designBottomFrame
    .img__designBottom.animated
    .typingFrame
    .typing.typing1 {
    top: 48px;
    left: 434px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
    display: block;
    top: -298px;
    left: 204px;
    position: relative;
    z-index: 9999;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
    left: 223px;
  }
}
@media (max-width: 735px) {
  #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing {
    width: 300px;
  }
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing1 {
    top: 264px;
    left: -189px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing1 {
    top: 324px;
    left: -269px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing2 {
    top: 687px;
    left: -789px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing2 {
    top: 847px;
    left: -1069px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing3 {
    top: 850px;
    left: -504px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing3 {
    top: 1020px;
    left: -784px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-1.typingShow
    .typing.typing3
    p {
    font-size: 33px;
    transform: scale(2.9);
  }
  #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
    display: block;
    top: -298px;
    left: 201px;
    position: relative;
    z-index: 9999;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
    left: 213px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing1 {
    top: 283px;
    left: -117px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing1 {
    top: 343px;
    left: -206px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing2 {
    top: 745px;
    left: -768px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing2 {
    top: 918px;
    left: -1064px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing3 {
    top: 822px;
    left: -856px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing3 {
    top: 1003px;
    left: -1156px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing4 {
    top: 272px;
    left: -452px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing4 {
    top: 330px;
    left: -712px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-2.typingShow
    .typing.typing4
    p {
    font-size: 32px;
    transform: scale(2.9);
  }
  #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
    display: block;
    top: -298px;
    left: 205px;
    position: relative;
    z-index: 9999;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
    left: 191px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing1 {
    top: 249px;
    left: -143px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing1 {
    top: 249px;
    left: -190px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing2 {
    top: 679px;
    left: -791px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing2 {
    top: 879px;
    left: -971px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing3 {
    top: 864px;
    left: -864px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing3 {
    top: 1071px;
    left: -1024px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing4 {
    top: 656px;
    left: -182px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing4 {
    top: 864px;
    left: -179px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5 {
    top: 865px;
    left: -298px;
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5 {
    top: 1039px;
    left: -346px;
  }
}
@media (max-width: 735px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5
    P {
    font-size: 32px;
    transform: scale(2);
  }
}
@media (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features
    .section__17
    .typingFrame.typingS17-3.typingShow
    .typing.typing5
    P {
    transform: scale(2.4);
  }
}
#global-where-to-buy {
  width: 80vw;
  height: 776px;
  max-width: 1300px;
  background-color: #000;
  line-height: 1.4;
  position: relative;
}
#global-where-to-buy a {
  text-decoration: none;
}
#global-where-to-buy button {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
}
#global-where-to-buy .region-toggler {
  display: none;
}
#global-where-to-buy .region-box {
  height: 20%;
  background-color: #fff;
  padding: 2vw;
}
#global-where-to-buy .region-box .region-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#global-where-to-buy .region-box .region-list .region {
  color: #000;
  padding: 10px 1vw;
}
#global-where-to-buy .region-box .region-list .region button {
  background-color: transparent;
  color: inherit;
  font-size: 30px;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  padding: 15px;
  opacity: 0.5;
  position: relative;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
#global-where-to-buy .region-box .region-list .region button.btn-back {
  display: none;
}
#global-where-to-buy .region-box .region-list .region button:after {
  content: "";
  display: block;
  width: 4px;
  height: 120%;
  background-color: #000;
  margin-left: -2px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top;
}
@media (hover: hover) {
  #global-where-to-buy .region-box .region-list .region button:hover {
    background-color: #dfdfdf;
    opacity: 0.75;
  }
}
#global-where-to-buy .region-box .region-list .region button.active {
  background-color: #000;
  color: #fff;
  opacity: 1;
  will-change: background-color, opacity;
}
#global-where-to-buy .region-box .region-list .region button.active:after {
  transform: scaleY(1);
  transition: transform 0.5s ease;
  will-change: transform;
}
#global-where-to-buy .country-box {
  height: 80%;
  background-color: #000;
  overflow-y: auto;
}
#global-where-to-buy .country-box .country-list-group {
  overflow: hidden;
  position: relative;
}
#global-where-to-buy .country-box .country-list {
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0;
  padding: 1vw;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#global-where-to-buy .country-box .country-list.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  transition: opacity 0.75s ease;
  will-change: opacity;
}
#global-where-to-buy .country-box .country-list .country {
  width: 25%;
  padding: 2% 1vw;
}
#global-where-to-buy .country-box .country-list .country .country-name {
  color: #fff;
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  font-size: 27px;
  position: relative;
}
#global-where-to-buy .country-box .country-list .country .country-name:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.6);
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#global-where-to-buy .country-box .country-list .country .country-name span {
  background-color: #000;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
#global-where-to-buy .country-box .country-list .country .links {
  font-size: 18.6px;
}
#global-where-to-buy .country-box .country-list .country .links a {
  color: #b7fffa;
  background-image: linear-gradient(
    90deg,
    #ffe2c0,
    #ffbaf2 20%,
    #e0c2ff 40%,
    #c3dbff 60%,
    #b7fffa 80%,
    #e3ffbe
  );
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#global-where-to-buy .country-box .country-list .country .links a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  color: #b7fffa;
  background-image: linear-gradient(
    90deg,
    #ffe2c0,
    #ffbaf2 20%,
    #e0c2ff 40%,
    #c3dbff 60%,
    #b7fffa 80%,
    #e3ffbe
  );
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.13, 1);
}
@media (hover: hover) {
  #global-where-to-buy
    .country-box
    .country-list
    .country
    .links
    a:hover:after {
    transform: scaleX(1);
    will-change: transform;
  }
}
#global-where-to-buy .country-box .country-list .country .links .coming-soon {
  color: #fff;
  font-size: 16.5px;
  font-family: Roboto Condensed, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  opacity: 0.5;
}
@media (max-width: 992px) {
  #global-where-to-buy {
    height: 90vh;
    overflow: hidden;
  }
  #global-where-to-buy .region-toggler {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 30px;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    padding: 10px 5vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
  #global-where-to-buy .region-box {
    height: auto;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.13, 1);
  }
  #global-where-to-buy .region-box .region-list {
    display: block;
  }
  #global-where-to-buy .region-box .region-list .region {
    padding: 0;
  }
  #global-where-to-buy .region-box .region-list .region button:not(.btn-back) {
    display: inline-block;
    font-size: 24px;
    padding: 15px 15px 15px 5vw;
  }
  #global-where-to-buy .region-box .region-list .region button:after {
    content: none;
  }
  #global-where-to-buy .region-box .region-list .region button.active.btn-back {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    font-size: 18px;
  }
  #global-where-to-buy .country-box {
    height: 85%;
    background-color: #000;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.13, 1);
    z-index: 2;
  }
  #global-where-to-buy .country-box .country-list {
    display: block;
  }
  #global-where-to-buy .country-box .country-list .country {
    width: 100%;
  }
  #global-where-to-buy .country-box .country-list .country .country-name {
    font-size: 22.5px;
  }
  #global-where-to-buy .country-box .country-list .country .links {
    font-size: 16.5px;
  }
  #global-where-to-buy .country-box .country-list .country .links a:after {
    transform: scaleX(1);
  }
  #global-where-to-buy .country-box .country-list .country .links .coming-soon {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #global-where-to-buy .region-toggler {
    font-size: 24px;
  }
  #global-where-to-buy .region-box .region-list .region button:not(.btn-back) {
    font-size: 19.5px;
  }
  #global-where-to-buy .country-box .country-list .country .country-name,
  #global-where-to-buy .region-box .region-list .region button.active.btn-back {
    font-size: 18px;
  }
  #global-where-to-buy .country-box .country-list .country .links {
    font-size: 13.5px;
  }
  #global-where-to-buy .country-box .country-list .country .links .coming-soon {
    font-size: 12px;
  }
}
#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.overview-wrapper {
  width: 100%;
}
.popImg .twentytwenty-after-label:before,
.popImg .twentytwenty-before-label:before {
  display: none;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f1f;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #555;
}
body::-webkit-scrollbar-thumb {
  background-color: #555;
}
@media (min-width: 1025px) {
  #ASUS-features .section__pd {
    min-height: 2110px;
  }
}
@media (max-width: 768px) {
  #ASUS-features .section__pd {
    min-height: 1550px;
  }
}
@media (max-width: 541px) {
  #ASUS-features .section__pd {
    min-height: 1550px;
  }
}
@media (max-width: 540px) {
  #ASUS-features .section__pd {
    min-height: 1515px;
  }
}
@media (min-width: 1025px) {
  body.my #ASUS-features .section__pd {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  body.my #ASUS-features .section__pd {
    min-height: 0;
  }
}
@media (max-width: 541px) {
  body.my #ASUS-features .section__pd {
    min-height: 0;
  }
}
@media (max-width: 540px) {
  body.my #ASUS-features .section__pd {
    min-height: 0;
  }
}
.overContent .overview-wrapper {
  direction: ltr !important;
}
#mv__ryt {
  text-align: right !important;
}

.section__faq {
  background-color: #000000;
  color: #ffffff;
}
.section__faq .info-container {
  max-width: 2000px;
  width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
.section__faq h2 {
  font-family: 'Trade-Gothic-LT-Bold', 'robotocondensed-bold', 'Arial',
    'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section__faq .faq-block h3 {
  font-family: 'Trade-Gothic-LT-Bold', 'robotocondensed-bold', 'Arial',
    'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.section__faq .faq-block {
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin: 30px 0;
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

.section__faq .faq-block .question {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px;
  position: relative;
  background: transparent;
  border: 0;
  text-align: left;
}

/* 鍵盤聚焦樣式 */
.section__faq .faq-block .question:focus-visible {
  outline: 2px solid #aaa;
  outline-offset: 3px;
  border-radius: 15px;
}

.section__faq .faq-block .question .icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.section__faq .faq-block .question .icon::before,
.section__faq .faq-block .question .icon::after {
  content: "";
  width: 4px;
  height: 23px;
  display: block;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section__faq .faq-block .question .icon::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.15s ease, transform 0.3s ease;
}

.section__faq
  .faq-block
  .question[aria-expanded="true"]
  .icon::after {
  opacity: 0;
  transform: translate(-50%, 1000%) rotate(90deg);
  will-change: opacity, transform;
}

/* 預留 SVG 旋轉動畫（如果未來放 svg-icon） */
.section__faq .faq-block .question .icon .svg-icon {
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
  transform-origin: 50% 50%;
}

.section__faq
  .faq-block
  .question[aria-expanded="true"]
  .svg-icon {
  transform: rotate(180deg);
}

.section__faq .faq-block .info-box {
  position: relative;
  overflow: hidden; /* 配合 jQuery slideUp/Down */
  padding: 0 30px 10px 0;
}

.section__faq .faq-block .info-box[hidden] {
  display: none !important;
}

.section__faq .faq-block .info-box p {
  margin: 0 0 0.5em 0;
  line-height: 1.6;
  padding: 0 25px;
  color: #222;
  font-family: 'Roboto Condensed', 'Arial', 'Microsoft JhengHei',
    'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 20px;
}

.section__faq .faq-block .info-box p.faq-note {
  margin-top: 0;
  font-size: 16px;
  color: #666;
}

@media (prefers-reduced-motion: reduce) {
  .section__faq .faq-block .question .icon .svg-icon {
    transition: none;
  }
}

@media screen and (max-width: 1024px) {
  .info-container {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .info-container {
    width: 100%;
  }
}