/*** Global ***/
html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.3; }

.inline__block {
  display: inline-block; }

/* stylelint-disable rule */
/* stylelint-enable rule */
.product_list {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
  font-size: 0; }
  .product_list .product {
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    height: 350px;
    vertical-align: top; }
    .product_list .product .product-img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -128px;
      width: 256px;
      height: 350px; }
      .product_list .product .product-img .img {
        width: 256px;
        height: 350px; }
    .product_list .product .content-link {
      display: block;
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 1.1875rem; }
      .product_list .product .content-link .link-text {
        display: inline-block; }
    .product_list .product .product-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .product_list .product .product-content {
      position: absolute;
      z-index: 9;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .product_list .product .product-content .content-title {
        position: relative;
        padding: 0 30px;
        color: #fff;
        font-size: 1.75rem;
        letter-spacing: 0.1px;
        line-height: 1.2;
        text-shadow: 0 0 9px #000; }
      .product_list .product .product-content .content-hidden {
        position: relative;
        overflow: hidden;
        height: 100%; }
        .product_list .product .product-content .content-hidden .content-info {
          display: block;
          position: relative;
          margin-top: 19px;
          margin-right: auto;
          margin-left: auto;
          width: 90%;
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.6; }
    .product_list .product .product-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .product_list .product .product-frame > div {
        position: absolute; }
      .product_list .product .product-frame .frame-top {
        top: 0;
        left: 0;
        height: 2px;
        background: linear-gradient(to right, #f6f61c, #3ffb5e); }
      .product_list .product .product-frame .frame-right {
        top: 0;
        right: 0;
        width: 2px;
        background: linear-gradient(to bottom, #3ffb5e, #3627fe); }
      .product_list .product .product-frame .frame-bottom {
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to left, #3627fe, #f40e2b); }
      .product_list .product .product-frame .frame-left {
        bottom: 0;
        left: 0;
        width: 2px;
        background: linear-gradient(to top, #f40e2b, #f6f61c); }

.product_list .product .product-mask {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms; }

.product_list .product .product-content .content-hidden {
  opacity: 0;
  max-height: 0; }

.product_list .product .product-frame .frame-top {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-right {
  height: 0%;
  transition: height 400ms; }

.product_list .product .product-frame .frame-bottom {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-left {
  height: 0%;
  transition: height 400ms; }

@keyframes hideToShow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product_list .product.hover .product-mask {
  z-index: 9;
  opacity: 1; }

.product_list .product.hover .product-content .content-title {
  transition: transform 0ms 200ms;
  animation: hideToShow 1s; }

.product_list .product.hover .product-content .content-hidden {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; }

@media (min-width: 1280px) {
  .product_list .product:hover .product-frame {
    z-index: 12; }
    .product_list .product:hover .product-frame .frame-top {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-right {
      height: 100%;
      transition: height 400ms 800ms; }
    .product_list .product:hover .product-frame .frame-bottom {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-left {
      height: 100%;
      transition: height 400ms 800ms; }
  .product_list .product:hover .product-mask {
    z-index: 9;
    opacity: 1; }
  .product_list .product:hover .product-content .content-title {
    transition: transform 0ms 200ms;
    animation: hideToShow 1s; }
  .product_list .product:hover .product-content .content-hidden {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; } }

@media all and (max-width: 1279.5px) and (min-width: 731px) {
  .product_list {
    text-align: center; }
    .product_list .product .product-content .content-title {
      margin-bottom: -10px;
      padding: 0 55px;
      font-size: 1.875rem; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 365px;
      height: 250px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        transform: translate(-50%, -50%); } }

@media all and (max-width: 730.5px) {
  .product_list {
    text-align: center; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 100%;
      height: 300px; }
      .product_list .product .content-title {
        margin-bottom: -10px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        width: 320px;
        height: 300px;
        transform: translate(-50%, -50%); }
        .product_list .product .product-img .img {
          width: 320px;
          height: 300px; } }

.chart-content .content-row .row-item .item-info .info-name {
  color: #b3b3b3; }

.chart-content .content-row .row-item .item-info.colorful .info-name {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #ede27c 31%, #e87d7e 57%, #d93377 75%); }

.chart-content .content-row .row-item .item-container {
  position: absolute;
  top: 0;
  left: 0; }
  .chart-content .content-row .row-item .item-container .container-data {
    position: absolute;
    width: 100px;
    font-size: 0;
    text-align: left; }
    .chart-content .content-row .row-item .item-container .container-data .data-value,
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      display: inline-block;
      vertical-align: bottom;
      color: #b3b3b3; }
    .chart-content .content-row .row-item .item-container .container-data .data-value {
      font-size: 1.625rem; }
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      position: relative;
      top: -4px;
      padding-left: 2px;
      font-size: 1rem; }
  .chart-content .content-row .row-item .item-container.colorful .container-data {
    text-align: right; }
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-value,
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-unit {
      color: #fdea88; }

.chart-content .content-row.content-row-y .row-item {
  position: absolute;
  width: 130px;
  text-align: left; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.5rem; }

.chart-content .content-row.content-row-x .row-item {
  position: absolute;
  left: 50%;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 1rem; }

.chart-content .content-row.content-value .row-item {
  position: absolute;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-value .row-item .item-info .info-name {
    color: #fff;
    font-size: 1rem; }

.chart-disclaimer .disclaimer-text {
  display: inline-block;
  position: relative;
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.4; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1.5625rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: -4px;
    padding-left: 2px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.375rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.9375rem; }
  .chart-disclaimer .disclaimer-text {
    font-size: 0.9375rem; } }

@media all and (max-width: 730.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: 0;
    padding-left: 1px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.0625rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.75rem; }
  .chart-disclaimer {
    margin-right: auto;
    margin-left: auto;
    max-width: 65%; }
    .chart-disclaimer .disclaimer-text {
      font-size: 0.75rem; } }

.odin ol li,
.odin ul li {
  margin: 0; }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-right: auto;
    margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .large__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__title::after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    margin-left: 0;
    text-align: left; }
  .wd__section .large__text-left.wd__content .content__slogan::after {
    left: 0;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__title::after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-right: 58px;
    margin-left: 0; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan::after {
    right: 0;
    margin-right: 0; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-right: 0;
    margin-left: 58px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__section .medium__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .medium__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-right: 50px;
      margin-left: 0; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .medium__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-right: 30px;
      margin-left: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730.5px) {
  .wd__section .small__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .small__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-right: 20px;
      margin-left: 0; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
        text-align: center; }
      .wd__section .small__text-center.wd__content .content__slogan::after {
        margin-right: auto;
        margin-left: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-right: 14px;
        margin-left: 14px; } }

#CMD .wd__section .section_content.text-white .modal-button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-color: white; }
  #CMD .wd__section .section_content.text-white .modal-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6); }

#CMD .wd__section .section_content.text-white .wd__content .content__comment,
#CMD .wd__section .section_content.text-white .wd__content .content__info,
#CMD .wd__section .section_content.text-white .wd__content .content__title {
  color: #fff; }

#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top * {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__comment {
  color: #999; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__info,
#CMD .wd__section .section_content .wd__content.theme-dark .content__title {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap,
.modal-button-container.bg-gray .modal-button .modal-button-scaler,
.modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap,
.modal-button-container.bg-white .modal-button .modal-button-scaler,
.modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

@media all and (min-width: 1280px) {
  html #CMD .section__audioTemplat {
    margin-top: -2px;
    padding-top: 114px;
    padding-bottom: 130px; }
    html #CMD .section__audioTemplat .col.pd {
      position: relative; }
  html #CMD .section__audioTemplat .wd__content {
    width: 1000px; }
    html #CMD .section__audioTemplat .wd__content .content__info {
      width: 880px; }
  html #CMD .section__audioTemplat .wd__content.clip_content {
    left: 50%;
    margin-top: 25px;
    margin-left: -544px;
    width: 570px; }
    html #CMD .section__audioTemplat .wd__content.clip_content .content__title {
      margin-top: -7px;
      font-size: 1.875rem; }
    html #CMD .section__audioTemplat .wd__content.clip_content .content__info {
      width: 100%; }
  html #CMD .section__audioTemplat .wd__feature__list .feature-2 {
    width: 150px;
    transform: translateY(26px); }
    html #CMD .section__audioTemplat .wd__feature__list .feature-2 .feature-icon {
      margin-bottom: 10px; }
  html #CMD .section__audioTemplat .wd__feature__list .feature-3 {
    transform: translateY(2px); }
  html #CMD .section__audioTemplat .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 832px; }
    #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/1x/pd.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/pd.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/pd.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__audioTemplat .img__pd2 {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: 60px;
    width: 480px;
    height: 307px; }
    #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/1x/chip.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/chip.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/chip.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__audioTemplat .slick-tab-content {
    margin-top: 120px;
    max-width: 1000px; }
    html #CMD .section__audioTemplat .slick-tab-content .img-slick,
    html #CMD .section__audioTemplat .slick-tab-content .slick-image {
      width: 1000px;
      height: 608px; }
    html #CMD .section__audioTemplat .slick-tab-content .slick-image {
      margin-top: 50px; }
    #CMD .section__audioTemplat .img-slick-1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/1x/table_01_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img-slick-1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_01_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img-slick-1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_01_main.jpg"); } }

@media all and (min-width: 1280px) {
    #CMD .section__audioTemplat .img-slick-2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/1x/table_02_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img-slick-2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_02_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img-slick-2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_02_main.jpg"); } }

@media all and (min-width: 1280px) {
    #CMD .section__audioTemplat .img-slick-3 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/1x/table_03_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img-slick-3 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_03_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img-slick-3 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/large/2x/table_03_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__audioTemplat .slick-tab-content .slick-title .title-nav .title-nav {
    padding-bottom: 20px;
    width: 33.33333%;
    font-size: 20px; }
  html #CMD .section__audioTemplat .slick-tab-content .slick-info-item {
    padding-top: 50px; }
    html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-info {
      margin-top: 0; }
  html #CMD .large_use {
    display: block !important; }
  html #CMD .large_unuse {
    display: none; }
  html #CMD .small_use {
    display: none; }
  html #CMD .wd__content.main-content .content__slogan {
    padding-left: 42px;
    font-size: 1.5rem; }
  html #CMD .wd__content.main-content .content__title {
    margin-top: 10px;
    font-size: 2.875rem; }
  html #CMD .wd__content.main-content .content__info {
    margin-top: 25px;
    font-size: 1.25rem;
    line-height: 1.47; }
  html #CMD .wd__content.main-content.large__text-center .content__slogan {
    left: -5px; }
  html #CMD .wd__feature__list .wd__feature__data {
    font-size: 3rem; }
    html #CMD .wd__feature__list .wd__feature__data *.no__wrap {
      font-size: 3rem; }
  html #CMD .wd__feature__list .wd__feature .wd__feature__data {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
    html #CMD .wd__feature__list .wd__feature .wd__feature__data sup {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
  html #CMD .wd__feature__list .wd__feature .wd__feature__describe__top,
  html #CMD .wd__feature__list .wd__feature .wd__feature__describe__top *,
  html #CMD .wd__feature__list .wd__feature .wd__feature__describe,
  html #CMD .wd__feature__list .wd__feature .wd__feature__describe * {
    color: #fff; }
  html #CMD .modal-button-container .modal-button {
    padding: 6px 29px; }
    html #CMD .modal-button-container .modal-button .modal-button-text,
    html #CMD .modal-button-container .modal-button .modal-inner-text {
      top: -4px;
      font-size: 1.25rem; }
  html #CMD .section__kv {
    margin-top: 0;
    padding-top: 0; }
  html #CMD .section__kv .wd__content {
    width: 90%;
    max-width: 1250px; }
  html #CMD .section__kv .kv__logo {
    width: 1170px; }
  html #CMD .section__kv .bottom__content {
    margin-top: 0;
    padding-top: 1152px;
    padding-bottom: 0; }
  html #CMD .section__kv .wd__content.bottom-content {
    margin-top: 0; }
    html #CMD .section__kv .wd__content.bottom-content .content__slogan {
      left: 0;
      padding-left: 0;
      font-size: 2.9375rem; }
    html #CMD .section__kv .wd__content.bottom-content .content__title {
      padding-left: 0;
      font-size: 2.3125rem; }
    html #CMD .section__kv .wd__content.bottom-content .content__info {
      margin-top: 51px;
      max-width: 960px;
      font-size: 1.75rem; }
  html #CMD .section__kv .vr__screen {
    top: -19px;
    margin-top: 0;
    margin-bottom: 0; }
  html #CMD .section__kv .img__bg {
    background-size: contain; }
    #CMD .section__kv .img__bg {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/bg.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .img__bg {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/70p/2x/s1/bg.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .img__bg {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/70p/2x/s1/bg.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__pd_left {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/pd_left.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__pd_left {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_left.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__pd_left {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_left.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__pd_left_shadow {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/pd_left_shadow.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__pd_left_shadow {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_left_shadow.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__pd_left_shadow {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_left_shadow.png"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__pd_right {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/pd_right.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__pd_right {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_right.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__pd_right {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_right.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__pd_right_morsecode {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/pd_right_morsecode.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__pd_right_morsecode {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_right_morsecode.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__pd_right_morsecode {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s1/pd_right_morsecode.png"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__circle-1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__circle-2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__circle-3 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-3 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-3 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__kv .img__circle-4 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-4 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-4 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__kv .video_control {
    top: 930px; }
  html #CMD .section__ksp {
    margin-top: 0;
    padding-top: 179px;
    padding-bottom: 120px; }
    html #CMD .section__ksp .ksp__layout .wd__content .content__title,
    html #CMD .section__ksp .ksp__layout .wd__content .content__title * {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
    html #CMD .section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
  html #CMD .section__ksp .ksp__layout .grid-item-wdFeature .grid-item-ie {
    min-height: 1px; }
  html #CMD .section__ksp .ksp__layout .grid-item-wdContent {
    min-height: 290px; }
    html #CMD .section__ksp .ksp__layout .grid-item-wdContent .item_block.text-center {
      padding-bottom: 44px; }
  html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .item_block {
    height: 100%; }
  html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .item_content {
    width: 69%; }
  html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .item_image {
    width: 31%; }
  html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .img__block {
    position: absolute;
    top: -2px;
    top: 50%;
    left: -27px;
    margin-top: 1px;
    width: 440px;
    height: 300px;
    transform: translateY(-50%); }
    #CMD .section__ksp .grid-item-0 .img__block {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__pd.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__ksp .grid-item-0 .img__block {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pd.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__ksp .grid-item-0 .img__block {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pd.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center {
    align-items: flex-start;
    justify-content: flex-start; }
    html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center .item_content {
      order: 2;
      padding-top: 64px; }
    html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center .item_image {
      order: 1;
      height: 102px; }
  html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .img__block {
    position: absolute;
    top: unset;
    bottom: -30px;
    width: 510px;
    height: 229px; }
    #CMD .section__ksp .grid-item-2 .img__block {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__keyboard.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__ksp .grid-item-2 .img__block {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__keyboard.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__ksp .grid-item-2 .img__block {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__keyboard.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent {
    min-height: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent.large-span-12 .item_block {
      max-width: 100%; }
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .item_block {
      min-height: 361px; }
      html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .item_block.text-right .img__block {
        right: 12px; }
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .item_content {
      padding-left: 40px;
      width: 50%; }
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .item_image {
      width: 50%; }
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .img__block {
      position: absolute;
      top: 139px;
      width: 830px;
      height: 610px;
      transform: translateY(-50%); }
      #CMD .section__ksp .grid-item-4 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover.jpg"); }
      #CMD .section__ksp .grid-item-4 .img__block {
        mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover_mask.png");
        mask-position: center;
        mask-size: contain;
        -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover_mask.png");
        -webkit-mask-position: center;
        -webkit-mask-size: contain; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-4 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__cover.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-4 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__cover.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent {
    min-height: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent.large-span-12 .item_block {
      max-width: 100%; }
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .item_block {
      min-height: 361px; }
      html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .item_block.text-right .img__block {
        right: 23px; }
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .item_content {
      padding-left: 38px;
      width: 50%; }
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .item_image {
      width: 49%; }
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .img__block {
      position: absolute;
      top: unset;
      bottom: -70px;
      left: 50%;
      margin-left: -291px;
      width: 625px;
      height: 340px; }
      #CMD .section__ksp .grid-item-5 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen.jpg"); }
      #CMD .section__ksp .grid-item-5 .img__block {
        mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen_mask.png");
        mask-position: center;
        mask-size: contain;
        -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen_mask.png");
        -webkit-mask-position: center;
        -webkit-mask-size: contain; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-5 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__screen.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-5 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__screen.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent {
    min-height: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_block {
      min-height: 296px; }
      html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_block.text-right .img__block {
        right: 23px; }
    html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_content {
      width: 60%; }
    html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_image {
      width: 39%; }
    html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .img__block {
      position: absolute;
      top: -62px;
      left: 50%;
      margin-left: -134px;
      width: 300px;
      height: 260px;
      background-size: contain; }
      #CMD .section__ksp .grid-item-9 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__pdOpen.png"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-9 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pdOpen.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-9 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pdOpen.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent {
    min-height: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_block {
      min-height: 296px;
      height: 100%; }
      html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_block.text-right .img__block {
        right: unset; }
    html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_content {
      width: 61%;
      min-width: 350px; }
      html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_content .wd__content .content__title {
        text-align: center; }
      html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_content .wd__content .content__info {
        text-align: center; }
    html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .item_image {
      width: 39%; }
    html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .img__block {
      position: absolute;
      top: calc(50% - 55px);
      margin-left: -106px;
      width: 480px;
      height: 340px;
      transform: translateY(-50%); }
      #CMD .section__ksp .grid-item-10 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__thin.png"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-10 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__thin.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-10 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__thin.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__2 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1475px;
    min-height: 1000px; }
  html #CMD .section__2 .wd__content {
    left: 50%;
    margin-top: 482px;
    margin-left: 11px;
    width: 550px; }
    html #CMD .section__2 .wd__content .content__info {
      width: 510px; }
  html #CMD .section__2 .image__container {
    position: absolute;
    top: -916px;
    width: 100%; }
  html #CMD .section__2 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 2451px; }
    #CMD .section__2 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/s2_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/s2_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/s2_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__2 .img__spaceedition {
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 200px;
    position: absolute;
    top: 115px; }
    #CMD .section__2 .img__spaceedition {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/spaceedition.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__spaceedition {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceedition.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__spaceedition {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceedition.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__2 .img__spaceman {
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 514px;
    margin-left: -294px; }
    #CMD .section__2 .img__spaceman {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/spaceman.jpg"); }
    #CMD .section__2 .img__spaceman {
      mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/spaceman_mask.png");
      mask-position: center;
      mask-size: contain;
      -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/spaceman_mask.png");
      -webkit-mask-position: center;
      -webkit-mask-size: contain; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__spaceman {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceman.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__spaceman {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceman.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__2 .imgDesc {
    z-index: 9;
    top: 0;
    left: 0; }
    html #CMD .section__2 .imgDesc__item {
      position: absolute;
      left: 50%; }
      html #CMD .section__2 .imgDesc__item .imgDesc__content {
        transform: scale(1.45, 1); }
      html #CMD .section__2 .imgDesc__item .imgDesc__text {
        display: inline-block; }
  html #CMD .section__2 .imgDesc__text-year {
    margin-bottom: 30px;
    font-size: 90px;
    line-height: 1; }
  html #CMD .section__2 .imgDesc__text-title {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.3; }
  html #CMD .section__2 .imgDesc__text-info {
    font-size: 18px; }
  html #CMD .section__2 .imgDesc__item-0 {
    top: 1295px;
    left: 50%;
    margin-left: -580px;
    transform-origin: right;
    width: 524px;
    text-align: right; }
    html #CMD .section__2 .imgDesc__item-0 .imgDesc__text-year {
      position: relative;
      right: -4px; }
    html #CMD .section__2 .imgDesc__item-0 .imgDesc__content {
      position: relative;
      right: -170px;
      width: 356px; }
  html #CMD .section__2 .imgDesc__item-1 {
    top: 1392px;
    left: 50%;
    margin-left: 137px;
    transform-origin: left;
    width: 380px;
    text-align: left; }
    html #CMD .section__2 .imgDesc__item-1 .imgDesc__text-year {
      position: relative;
      left: -4px; }
  html #CMD .section__2 .imgDesc__item .space__man {
    top: 0;
    left: 0;
    margin-top: -41px;
    width: 600px; }
    html #CMD .section__2 .imgDesc__item .space__man .space__man_info {
      position: relative;
      top: -46px;
      left: 73px;
      width: 450px;
      color: #fff;
      font-size: 16px;
      text-align: right; }
  html #CMD .section__3 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    min-height: 1280px; }
  html #CMD .section__3 .wd__content {
    left: 50%;
    margin-top: 726px;
    margin-left: 169px;
    width: 400px;
    min-height: 400px; }
  html #CMD .section__3 .ani_enter_detect {
    top: 738px; }
  #CMD .section__3 .img__step0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/step_0.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_0.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__3 .img__descLine-0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/descline_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_0.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__3 .image__container .img__step0,
  html #CMD .section__3 .image__container .img__descLine-0 {
    z-index: 3; }
  #CMD .section__3 .img__step1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/step_1.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_1.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__3 .img__descLine-1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/descline_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_1.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__3 .image__container .img__step1,
  html #CMD .section__3 .image__container .img__descLine-1 {
    z-index: 4; }
  #CMD .section__3 .img__step2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/step_2.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/step_2.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__3 .img__descLine-2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s3/descline_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s3/descline_2.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__3 .image__container .img__step2,
  html #CMD .section__3 .image__container .img__descLine-2 {
    z-index: 5; }
  html #CMD .section__3 .image__container {
    position: absolute;
    top: -1289px;
    left: 50%; }
    html #CMD .section__3 .image__container .img__descLine-0 {
      width: 498px;
      height: 90px; }
    html #CMD .section__3 .image__container .img__descLine-1 {
      width: 404px;
      height: 250px; }
    html #CMD .section__3 .image__container .img__descLine-2 {
      width: 290px;
      height: 108px; }
  html #CMD .section__3 .imgDesc__item {
    top: 0;
    left: 50%; }
  html #CMD .section__3 .imgDesc__text {
    position: absolute;
    top: 0;
    text-align: left; }
  html #CMD .section__3 .imgDesc__item-0 {
    top: 416px;
    left: 50%;
    margin-left: -311px; }
    html #CMD .section__3 .imgDesc__item-0 .imgDesc__text {
      top: -26px;
      left: 111px;
      width: 389px; }
  html #CMD .section__3 .imgDesc__item-1 {
    top: 631px;
    left: 50%;
    margin-left: -60px; }
    html #CMD .section__3 .imgDesc__item-1 .imgDesc__text {
      top: -25px;
      left: 253px;
      width: 155px; }
  html #CMD .section__3 .imgDesc__item-2 {
    top: 1121px;
    left: 50%;
    margin-left: -572px; }
    html #CMD .section__3 .imgDesc__item-2 .imgDesc__text {
      top: 72px;
      left: -16px;
      width: 200px;
      text-align: right; }
  html #CMD .section__3 .video_control-button {
    top: -115px;
    margin-left: -172px; }
  html #CMD .section__4 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    min-height: auto; }
  html #CMD .section__4 .wd__content {
    margin-top: 779px;
    margin-bottom: 403px;
    width: 1000px; }
    html #CMD .section__4 .wd__content .content__info {
      width: 780px; }
  #CMD .section__4 .img__bg {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/bg.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/bg.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__bg {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/bg.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__4 .img__step0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_light.jpg"); }
  #CMD .section__4 .img__step0 {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_light_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_light_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_light.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_light.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__4 .img__step1 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_dark.jpg"); }
  #CMD .section__4 .img__step1 {
    mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_dark_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_dark_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_dark.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_dark.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__4 .img__step2 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_backpart.jpg"); }
  #CMD .section__4 .img__step2 {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_backpart_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_backpart_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_backpart.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/pd_backpart.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/decline_front.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/decline_front.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/decline_front.png"); } }

@media all and (min-width: 1280px) {
  #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/decline_back.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/decline_back.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s4/decline_back.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__4 .img__bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1544px;
    background-size: contain; }
  html #CMD .section__4 .image__container-top,
  html #CMD .section__4 .img__step0,
  html #CMD .section__4 .img__step1 {
    position: absolute;
    top: 0;
    width: 1280px;
    height: 500px; }
  html #CMD .section__4 .image__container-top {
    left: 50%;
    margin-left: -640px; }
  html #CMD .section__4 .img__step0,
  html #CMD .section__4 .img__step1 {
    position: absolute;
    mask: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_mask.png);
    -webkit-mask-image: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s4/pd_mask.png); }
  html #CMD .section__4 .img__step0 {
    z-index: 1; }
  html #CMD .section__4 .img__step1 {
    z-index: 3; }
  html #CMD .section__4 .img__step2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -900px;
    width: 1800px;
    height: 304px; }
  html #CMD .section__4 .image__container .imgDesc__item {
    position: absolute;
    overflow: visible;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border: 1px solid rgbba(0, 0, 0, 0); }
  html #CMD .section__4 .image__container .imgDesc__text {
    position: absolute;
    left: 50%;
    width: 400px;
    transform: translateX(-50%);
    transform-origin: top center; }
  html #CMD .section__4 .image__container-top .img__descLine {
    position: absolute;
    top: 129px;
    left: 50%;
    margin-left: -461px;
    width: 940px;
    height: 480px; }
  html #CMD .section__4 .image__container-top .imgDesc__item {
    top: 500px; }
    html #CMD .section__4 .image__container-top .imgDesc__item .imgDesc__text {
      top: -22px;
      left: 22px;
      margin-top: 0;
      padding-left: 6px;
      text-align: left;
      transform: translateX(0) translateY(0) rotate(45deg);
      transform-origin: top left; }
  html #CMD .section__4 .image__container-top .imgDesc__item-0 {
    margin-left: -445px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-1 {
    top: 513px;
    margin-left: -233px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-1 .imgDesc__text {
      width: 180px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-2 {
    top: 506px;
    margin-left: 57px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-2 .imgDesc__text {
      width: 146px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-3 {
    top: 510px;
    margin-left: 224px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-4 {
    top: 510px;
    margin-left: 400px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-4 .imgDesc__text {
      width: 146px; }
  html #CMD .section__4 .image__container-bottom .img__descLine {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 190px; }
  html #CMD .section__4 .image__container-bottom .imgDesc__item-0 {
    bottom: 327px; }
    html #CMD .section__4 .image__container-bottom .imgDesc__item-0 .imgDesc__text {
      bottom: 0;
      width: 470px; }
  html #CMD .section__5 {
    overflow: hidden;
    margin-top: -6px;
    padding-top: 0;
    padding-bottom: 623px;
    min-height: 500px; }
  html #CMD .section__5 .wd__content {
    left: 50%;
    margin-top: 168px;
    margin-left: 59px;
    width: 550px; }
  html #CMD .section__5 .image__container {
    position: absolute;
    top: -877px;
    width: 100%; }
  html #CMD .section__5 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1500px; }
    #CMD .section__5 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s5_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__5 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s5_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__5 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s5_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__6 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 171px; }
  html #CMD .section__6 .wd__content {
    width: 1000px; }
  html #CMD .section__6 .image__container {
    position: relative;
    top: 0;
    margin-top: -299px;
    width: 100%; }
  html #CMD .section__6 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1330px; }
    #CMD .section__6 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s6_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__6 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s6_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__6 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s6_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__7 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 500px; }
  html #CMD .section__7 .colContent {
    display: flex;
    position: absolute;
    z-index: 9;
    align-items: center;
    width: 100%;
    height: 100%; }
  html #CMD .section__7 .wd__content {
    display: flex;
    left: 50%;
    justify-content: center;
    margin-top: -400px;
    margin-left: -500px;
    width: 408px;
    flex-direction: column; }
  html #CMD .section__7 .image__container {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 100%; }
  html #CMD .section__7 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1338px; }
    #CMD .section__7 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s7_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__7 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s7_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__7 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s7_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .test {
    color: #fffaed; }
  html #CMD .section__8 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 144px;
    min-height: 500px; }
  html #CMD .section__8 .colbg {
    position: absolute;
    width: 100%;
    height: 100%; }
  html #CMD .section__8 .img__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-left: -1811px;
    width: 3273px;
    height: 2527px;
    transform: translateY(-50%);
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s8/bg.jpg");
    transform-origin: center; }
  html #CMD .section__8 .colMainContent {
    position: relative;
    min-height: 843px; }
    html #CMD .section__8 .colMainContent .wd__content.main-content-0 {
      margin-top: 168px; }
    html #CMD .section__8 .colMainContent .wd__content.main-content-1 {
      margin-top: 23px; }
    html #CMD .section__8 .colMainContent .wd__content {
      left: 50%;
      margin-left: -31px;
      width: 550px; }
    html #CMD .section__8 .colMainContent .zenvision__container {
      position: relative;
      left: 50%;
      margin-left: -31px;
      width: 680px; }
    html #CMD .section__8 .colMainContent .image__container {
      position: absolute;
      z-index: 9;
      top: 158px;
      left: 50%;
      margin-left: -1157px;
      width: 1000px;
      height: 720px; }
    html #CMD .section__8 .colMainContent #visionScreen {
      position: absolute;
      top: 299px;
      left: 0;
      opacity: 1;
      margin-left: 695px;
      width: 258px;
      height: 65px; }
    html #CMD .section__8 .colMainContent .img__main {
      top: 0;
      margin-left: 0;
      width: 1000px;
      height: 720px; }
      #CMD .section__8 .colMainContent .img__main {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s8/main.jpg"); }
      #CMD .section__8 .colMainContent .img__main {
        mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s8/main_mask.png");
        mask-position: center;
        mask-size: contain;
        -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s8/main_mask.png");
        -webkit-mask-position: center;
        -webkit-mask-size: contain; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__8 .colMainContent .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s8/main.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__8 .colMainContent .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s8/main.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__8 .colMainContent .img__lcd {
      display: none; }
    html #CMD .section__8 .colMainContent .feature-icon .wd__feature__data {
      overflow: hidden;
      padding: 8px;
      border: 2px solid #fff;
      border-radius: 3px; }
    html #CMD .section__8 .colMainContent .feature-icon .video__container {
      box-sizing: content-box;
      width: 256px;
      height: 64px;
      border: 1px solid #fff; }
    html #CMD .section__8 .colMainContent .feature-icon .videoItem {
      position: relative;
      width: 256px;
      height: 64px; }
    html #CMD .section__8 .colMainContent .feature-icon .wd__feature__describe {
      margin-top: 9px; }
    html #CMD .section__8 .colMainContent .img__icon2 {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      margin-left: 0;
      width: 256px;
      height: 64px;
      border: 1px solid #fff; }
  html #CMD .section__8 .colContentMyAsus {
    padding-top: 171px; }
    html #CMD .section__8 .colContentMyAsus .wd__content {
      left: 50%;
      margin-top: 74px;
      margin-left: -341px;
      width: 916px; }
    html #CMD .section__8 .colContentMyAsus .image__container {
      position: relative;
      left: 50%;
      margin-left: -341px;
      width: 916px;
      height: 612px; }
    html #CMD .section__8 .colContentMyAsus .img__main {
      z-index: 9;
      top: 0;
      width: 916px;
      height: 612px; }
      #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s8/myasus.jpg"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s8/myasus.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s8/myasus.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__8 .colContentMyAsus .img__myasusLogo {
      top: 0;
      margin-left: -693px;
      width: 194px;
      height: 190px; }
  html #CMD .section__8 .video_control {
    top: 776px;
    left: 464px; }
  html #CMD .section__9 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 78px; }
  html #CMD .section__9 .wd__content {
    left: 50%;
    margin-top: 171px;
    margin-left: -68px;
    width: 640px;
    min-height: 940px; }
  html #CMD .section__9 .featurelist_caption-0 {
    width: 65%; }
  html #CMD .section__9 .featurelist_caption-1 {
    width: 65%; }
  html #CMD .section__9 .wd__feature__list {
    margin-top: 0;
    width: 730px; }
    html #CMD .section__9 .wd__feature__list .wd__feature {
      margin-right: 34px;
      vertical-align: top; }
    html #CMD .section__9 .wd__feature__list .feature-0,
    html #CMD .section__9 .wd__feature__list .feature-3 {
      width: 156px; }
    html #CMD .section__9 .wd__feature__list .feature-1,
    html #CMD .section__9 .wd__feature__list .feature-4 {
      width: 182px; }
    html #CMD .section__9 .wd__feature__list .feature-2,
    html #CMD .section__9 .wd__feature__list .feature-5 {
      width: 179px; }
  html #CMD .section__9 .wd__feature__list.featureTop .wd__feature .wd__feature__describe .point__text {
    font-size: 22px; }
  html #CMD .section__9 .wd__feature__list.featureTop .feature-99 {
    display: block;
    margin-top: -37px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    width: 80%; }
    html #CMD .section__9 .wd__feature__list.featureTop .feature-99 .wd__feature__data {
      padding-left: 34px;
      font-size: 16px; }
  html #CMD .section__9 .wd__feature__list.featureBottom {
    margin-top: 0; }
  html #CMD .section__9 .colImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  html #CMD .section__9 .image__container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
  html #CMD .section__9 .img__main {
    left: 50%;
    margin-top: 174px;
    margin-left: -1385px;
    width: 1496px;
    height: 1046px; }
    #CMD .section__9 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s9_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__9 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s9_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__9 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s9_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__10 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 62px; }
  html #CMD .section__10 .wd__content {
    width: 1200px; }
    html #CMD .section__10 .wd__content .content__info {
      max-width: 1000px; }
  html #CMD .section__10 .modal-button-container {
    margin-top: -237px; }
  html #CMD .section__oled_menu {
    margin-top: 0;
    padding-top: 172px;
    padding-bottom: 0; }
  html #CMD .section__oled_menu .wd__content.bottom-content {
    margin-top: 61px;
    margin-bottom: 61px; }
  html #CMD .section__oled_menu .img__main {
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 1px; }
    #CMD .section__oled_menu .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__oled_menu .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__oled_menu .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__12 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 78px;
    min-height: 1208px; }
  html #CMD .section__12 .wd__content {
    left: 50%;
    margin-top: 171px;
    margin-left: -555px;
    width: 530px;
    min-height: 940px; }
  html #CMD .section__12 .wd__feature__list .wd__feature {
    vertical-align: bottom; }
  html #CMD .section__12 .wd__feature__list .img__icon {
    top: -7px; }
  html #CMD .section__12 .wd__feature__list .img__icon0 {
    top: 4px; }
  html #CMD .section__12 .colImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  html #CMD .section__12 .image__container {
    position: absolute;
    top: 0;
    left: 150px;
    width: 100%; }
  html #CMD .section__12 .img__main {
    left: 50%;
    margin-top: 144px;
    margin-left: -1280px;
    width: 1496px;
    height: 1046px; }
    #CMD .section__12 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s12_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__12 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s12_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__12 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s12_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__12 .video_item {
    margin-left: -1280px;
    width: 2560px;
    height: 1208px; }
  html #CMD .section__12 .modal-button-container {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-left: 0; }
  html #CMD .section__13 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__13 .wd__content {
    display: flex;
    left: 50%;
    justify-content: center;
    margin-top: 88px;
    margin-left: -554px;
    width: 670px;
    min-height: 801px;
    flex-direction: column; }
  html #CMD .section__13 .wd__feature__list {
    width: 550px; }
  html #CMD .section__13 .image__container {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%; }
  html #CMD .section__13 .img__main {
    left: 50%;
    margin-top: -1012px;
    margin-left: -741px;
    width: 1786px;
    height: 1698px; }
    #CMD .section__13 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s13_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__13 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s13_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__13 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s13_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__13 .modal-button-container {
    margin-top: -187px; }
  html #CMD .section__14 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 82px; }
  html #CMD .section__14 .wd__content {
    width: 1000px; }
  html #CMD .section__14 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    width: 900px; }
  html #CMD .section__14 .image__container {
    position: relative;
    top: 0;
    margin-top: -147px;
    width: 100%; }
  html #CMD .section__14 .img__main {
    left: 50%;
    margin-left: -786px;
    width: 1572px;
    height: 974px; }
    #CMD .section__14 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s14_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__14 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s14_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__14 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s14_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__15 {
    overflow: hidden;
    margin-top: -100px;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__15 .wd__content {
    left: 50%;
    margin-top: 133px;
    margin-left: 1px;
    width: 464px;
    min-height: 450px; }
  html #CMD .section__16 {
    overflow: hidden;
    margin-top: -40px;
    padding-top: 0;
    min-height: auto; }
  html #CMD .section__16 .wd__content {
    margin-top: 0;
    margin-bottom: 0;
    width: 1000px; }
  #CMD .section__16 .img__bg {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s16/bg.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__16 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s16/bg.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__16 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s16/bg.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD .section__16 .image__container .img__descLine {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s16/descline.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__16 .image__container .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s16/descline.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__16 .image__container .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s16/descline.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__16 .img__bg {
    top: 0;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1457px;
    background-size: contain; }
  html #CMD .section__16 .image__container {
    margin-top: -309px;
    width: 100%; }
  html #CMD .section__16 .image__container .imgDesc {
    position: absolute;
    top: 388px;
    left: 50%;
    margin-left: -363px;
    width: 700px;
    height: 548px; }
  html #CMD .section__16 .image__container .img__descLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 548px; }
  html #CMD .section__16 .image__container .imgDesc__item {
    position: absolute;
    overflow: visible;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border: 1px solid rgba(255, 0, 0, 0); }
    html #CMD .section__16 .image__container .imgDesc__item .imgDesc__text {
      position: absolute;
      top: 5px;
      left: 50%;
      padding-left: 13px;
      width: 400px;
      text-align: left;
      background-color: rgba(0, 255, 0, 0); }
  html #CMD .section__16 .image__container .imgDesc__item-0 {
    top: 527px;
    margin-left: -232px; }
  html #CMD .section__16 .image__container .imgDesc__item-1 {
    top: 426px;
    margin-left: -59px; }
  html #CMD .section__16 .image__container .imgDesc__item-2 {
    top: 364px;
    margin-left: 51px; }
  html #CMD .section__16 .image__container .imgDesc__item-3 {
    top: 307px;
    margin-left: 141px; }
  html #CMD .section__16 .image__container .imgDesc__item-4 {
    top: 243px;
    margin-left: 244px; }
  html #CMD .section__16 .image__container .imgDesc__item-5 {
    top: 194px;
    margin-left: 329px; }
  html #CMD .section__17 {
    overflow: hidden;
    z-index: 10;
    margin-top: -130px;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__17 .wd__content {
    left: 50%;
    margin-top: 171px;
    margin-left: 58px;
    width: 540px;
    min-height: 400px; }
  html #CMD .section__17 .image__container {
    top: 0;
    left: 0;
    margin-top: -733px;
    width: 100%; }
  html #CMD .section__17 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1060px;
    margin-top: 144px; }
    #CMD .section__17 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s17_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__17 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s17_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__17 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s17_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__18 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0; }
  html #CMD .section__18 .wd__content {
    width: 1000px; }
  html #CMD .section__18 .image__container {
    top: 0;
    left: 0;
    margin-top: -276px;
    width: 100%; }
  html #CMD .section__18 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1064px;
    margin-top: 144px; }
    #CMD .section__18 .img__main {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s18_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__18 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s18_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__18 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s18_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__keyboard {
    margin-top: 0;
    padding-top: 0; }
  html #CMD .section__keyboard .wd__content {
    max-width: 940px; }
  html #CMD .section__20 {
    margin-top: 0;
    padding-top: 160px; }
  html #CMD .section__20 .wd__content.main-content {
    width: 1020px; }
  html #CMD .section__20 .grid__table {
    margin-top: 117px;
    max-width: 1156px; }
    html #CMD .section__20 .grid__table .row {
      display: flex;
      align-items: stretch;
      margin-top: 35px; }
      html #CMD .section__20 .grid__table .row .table__container {
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 618px; }
        html #CMD .section__20 .grid__table .row .table__container .wd__content {
          width: 100%; }
      html #CMD .section__20 .grid__table .row .col-item-img {
        padding: 41px; }
      html #CMD .section__20 .grid__table .row::before {
        top: 0;
        width: 22px;
        height: 651px; }
    html #CMD .section__20 .grid__table img.table {
      position: absolute;
      top: -37px;
      margin-right: 0;
      margin-left: 0;
      width: 618px;
      height: 618px; }
    html #CMD .section__20 .grid__table .row::before {
      left: -9px; }
    html #CMD .section__20 .grid__table .row .col[class*='push-'] .img.table {
      right: 41px; }
    html #CMD .section__20 .grid__table .row .table__container {
      padding-right: 150px;
      padding-left: 78px; }
    html #CMD .section__20 .grid__table .row .col-item-img {
      position: relative;
      z-index: 9; }
    html #CMD .section__20 .grid__table .row .col-item-content {
      position: relative;
      z-index: 3; }
      html #CMD .section__20 .grid__table .row .col-item-content::after, html #CMD .section__20 .grid__table .row .col-item-content::before {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #000;
        content: ''; }
      html #CMD .section__20 .grid__table .row .col-item-content::before {
        top: -4px; }
      html #CMD .section__20 .grid__table .row .col-item-content::after {
        bottom: -7px;
        background-color: #000; }
    html #CMD .section__20 .grid__table .row.odd::before {
      right: -14px;
      left: unset; }
    html #CMD .section__20 .grid__table .row.odd .table__container {
      padding-right: 78px;
      padding-left: 150px; }
    html #CMD .section__20 .grid__table .row::before {
      top: 50%;
      transform: translateY(-50%); }
    html #CMD .section__20 .grid__table .row:first-child {
      margin-top: 0; }
      html #CMD .section__20 .grid__table .row:first-child .col-item-content::before {
        display: none; }
      html #CMD .section__20 .grid__table .row:first-child::before {
        top: -5px;
        transform: none; }
    html #CMD .section__20 .grid__table .row:last-child .col-item-content::after {
      display: none; }
    html #CMD .section__20 .grid__table .row:last-child::before {
      top: unset;
      bottom: -5px;
      transform: none; }
  html #CMD .section__noise {
    display: block;
    display: inline-block;
    padding-top: 230px; }
    html #CMD .section__noise .nav__item {
      border-radius: 0 !important; }
      html #CMD .section__noise .nav__item:hover {
        opacity: 0.6; }
    html #CMD .section__noise .nav__noise {
      margin-top: 66px;
      width: 900px;
      margin-left: auto;
      margin-right: auto; }
    html #CMD .section__noise .noise__switcher {
      margin-top: 0; }
      html #CMD .section__noise .noise__switcher.js-showed {
        padding-top: 60px;
        padding-bottom: 0;
        color: #fff; }
    html #CMD .section__noise #noiseContainter {
      margin-top: 37px; }
    html #CMD .section__noise .modal-button-container {
      margin-top: 17px; }
  html #CMD .section__myasus {
    margin-top: 0;
    padding-top: 115px; }
  html #CMD .section__myasus .wd__content {
    width: 1000px; }
  html #CMD .section__myasus .myasus_content .wd__content {
    position: relative;
    z-index: 33; }
  html #CMD .section__myasus .wd__feature__list .wd__feature .wd__feature__describe {
    padding: 0;
    text-align: left; }
  html #CMD .section__myasus .myasus_container .img__icon {
    background-position: left; }
  html #CMD .section__myasus .myasus_container .myasus-0 .myasus_image .img__main {
    margin-top: 0;
    margin-bottom: -20px; }
  html #CMD .section__myasus .myasus_container .myasus-1 .myasus_image .img__main {
    margin-top: 10px;
    margin-bottom: -20px; }
  html #CMD .section__31 {
    padding-top: 127px; }
  html #CMD .section__31 .wd__content .content__info {
    width: 634px; }
  html #CMD .section__31 .ani_enter_detect {
    top: 103px; }
  html #CMD .section__31 .image__container {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 712px;
    margin-top: -40px; }
  html #CMD .section__31 .desc__text {
    position: absolute;
    top: 112px;
    font-size: 2rem;
    text-align: center; }
  html #CMD .section__31 .img_left,
  html #CMD .section__31 .img_right {
    padding-top: 51px; }
  html #CMD .section__31 .img_left {
    margin-left: -653px;
    width: 632px; }
  html #CMD .section__31 .img__main_0 {
    width: 632px;
    height: 712px; }
    #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s31_left_screen.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s31_left_screen.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s31_left_screen.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__31 .img_right {
    margin-left: -43px;
    width: 687px; }
  html #CMD .section__31 .img__main_1 {
    width: 687px;
    height: 712px; }
    #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s31_right_screen.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s31_right_screen.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s31_right_screen.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__comment {
    margin-top: 0;
    padding-top: 52px;
    padding-bottom: 67px; }
  html #CMD .inner-view {
    background: rgba(0, 0, 0, 0); }
    html #CMD .inner-view .inner-view-container {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 2560px;
      background-color: #17181a; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
        color: #333; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::after,
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::before,
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::after {
        display: none; }
    html #CMD .inner-view .section__btn__home::before {
      background: none; }
    html #CMD .inner-view .modal-design {
      margin-bottom: -140px;
      padding-bottom: 0; }
    html #CMD .inner-view .icon {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/inner/icon_def.png") ;
      margin-top: -10px;
      margin-bottom: 10px;
      width: 62px;
      height: 62px;
      background-size: contain; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      html #CMD .inner-view .icon {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/inner/icon_def.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .inner-view #active__modal-s13inner {
      background-color: #000; }
      html #CMD .inner-view #active__modal-s13inner .inner-modal,
      html #CMD .inner-view #active__modal-s13inner section {
        background-color: #000; }
        html #CMD .inner-view #active__modal-s13inner .inner-modal .wd__section,
        html #CMD .inner-view #active__modal-s13inner section .wd__section {
          background-color: #000; }
  html #CMD .inner-view.fortest {
    position: relative;
    visibility: visible;
    opacity: 1; }
    html #CMD .inner-view.fortest * {
      opacity: 1 !important; }
    html #CMD .inner-view.fortest .inner-view-container {
      overflow: unset;
      visibility: visible;
      height: auto; }
      html #CMD .inner-view.fortest .inner-view-container .inner-modal {
        display: block;
        overflow: unset;
        visibility: visible;
        margin-top: 0;
        margin-bottom: 0; }
  html #CMD .section__space {
    padding-top: 107px;
    padding-bottom: 170px; }
    html #CMD .section__space .wd__content .content__info {
      max-width: 840px; }
  html #CMD .section__audioTemplat {
    padding-top: 99px;
    padding-bottom: 170px; }
  html #CMD .section__s13inner1 {
    margin-top: 0;
    padding-top: 106px; }
  html #CMD .section__s13inner1 .image__container {
    position: relative;
    margin-top: -226px; }
  html #CMD .section__s13inner1 .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1138px; }
    #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/inner/s13inner1.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/inner/s13inner1.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/inner/s13inner1.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__KeyboardInner__1 {
    margin-top: 0;
    padding-top: 104px; }
  html #CMD .section__KeyboardInner__1 .img__main {
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 1px; }
    #CMD .section__KeyboardInner__1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__KeyboardInner__1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__KeyboardInner__1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__adobeBanner {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__adobeBanner .banner__container .banner__item {
    min-height: 702px; }
  html #CMD .section__adobeBanner .banner__container .wd__content {
    top: 0;
    left: 50%;
    margin-left: -560px;
    padding-top: 185px;
    padding-bottom: 60px;
    width: 450px; }
  html #CMD .section__adobeBanner .banner__container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 2560px; }
    html #CMD .section__adobeBanner .banner__container .banner__item {
      position: relative;
      left: 50%;
      margin-left: -1280px;
      width: 2560px; }
    html #CMD .section__adobeBanner .banner__container .img__main {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 0;
      width: 2560px;
      height: 702px;
      background-position: bottom; }
      #CMD .section__adobeBanner .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/adobe_banner_creativecloud.jpg"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__adobeBanner .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/adobe_banner_creativecloud.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__adobeBanner .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/adobe_banner_creativecloud.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__adobeBanner + .section__comment {
    margin-top: 0; } }