@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap);
@font-face {
    font-family: Xolonium;
    src: url(fonts/Xolonium.woff) format("woff"), url(fonts/Xolonium.ttf) format("truetype"), url(fonts/Xolonium.svg#svgFontName) format("svg")
}

@font-face {
    font-family: D-DINCondensed-Bold;
    src: url(fonts/D-DINCondensed-Bold.woff) format("woff"), url(fonts/D-DINCondensed-Bold.ttf) format("truetype"), url(fonts/D-DINCondensed-Bold.svg#svgFontName) format("svg")
}

@font-face {
    font-family: DINPro-CondBold;
    src: url(fonts/DINPro-CondBold.woff) format("woff"), url(fonts/DINPro-CondBold.ttf) format("truetype"), url(fonts/DINPro-CondBold.svg#svgFontName) format("svg")
}

@font-face {
    font-family: Kairos;
    src: url(fonts/KairosSansW1G-CnMedium.ttf) format("truetype")
}

@font-face {
    font-family: MyriadPro;
    src: url(fonts/MyriadPro-Regular.otf) format("opentype")
}

.main-inner .page-content {
    width: 100%;
    max-width: 100%
}

.main-inner .page-content .main-content .modules-content .container {
    padding: 0
}

.overviewContent {
    display: block;
    width: 100%;
    overflow-x: visible;
    background-color: #000;
    color: #fff
}

.overviewContent .seo_img {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    pointer-events: none
}

.overviewContent .mainSections {
    transition: .3s opacity;
    will-change: margin-top, top
}

.overviewContent .moreSections {
    background-color: #000;
    overflow: hidden
}

.overviewContent .mainSection,
.overviewContent .moreSection {
    position: relative
}

.overviewContent .maskSection {
    width: 2560px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px
}

.overviewContent .image {
    position: relative;
    z-index: 0;
    margin-right: auto
}

.overviewContent .image .imageContent {
    display: block;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.overviewContent .image.button {
    z-index: 11;
    font-family: Kairos, Roboto, 'Segoe UI', sans-serif
}

.overviewContent .section {
    position: relative
}

.overviewContent .section .textBox {
    position: relative;
    z-index: 1;
    font-family: MyriadPro, Roboto, 'Segoe UI', sans-serif !important;
    width: 840px;
    margin: 0 auto;
    box-sizing: border-box
}

.overviewContent .section .textBox .subTitle {
    font-size: 36px;
    line-height: 32px;
    height: 25px;
    padding: 0 7px;
    text-transform: uppercase;
    font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px
}

.overviewContent .section .textBox .title {
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    color: #ff9e1b;
    font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important
}

.overviewContent .section .textBox .smallTitle {
    font-size: 35px;
    color: #ff9e1b;
    font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
    text-transform: uppercase;
    font-weight: 500
}

.overviewContent .section .textBox .dec {
    font-size: 16px;
    line-height: 2
}

.overviewContent .section .textBox .note {
    font-size: 16px;
    line-height: 1.5;
    color: #999
}

.overviewContent .section .textBox .float {
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all, .5s
}

.overviewContent .section .textBox .float.open {
    top: 0;
    opacity: 1
}

.overviewContent .section .textBox .link {
    color: #ff9e1b
}

.overviewContent .section .highlights {
    position: relative;
    font-size: 0;
    padding: 0 8px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.overviewContent .section .highlights .highlight {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
    font-family: D-DINCondensed-Bold, Roboto, 'Segoe UI', sans-serif !important
}

.overviewContent .section .highlights .highlight .top {
    height: 12px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px
}

.overviewContent .section .highlights .highlight .mid {
    height: 40px;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #ff9e1b;
    text-transform: uppercase;
    letter-spacing: 2px
}

.overviewContent .section .highlights .highlight .mid span {
    font-size: 42px;
    line-height: 1
}

.overviewContent .section .highlights .highlight .mid small {
    font-size: 28px;
    line-height: 1
}

.overviewContent .section .highlights .highlight .btm {
    margin-top: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500
}

.overviewContent .section .highlights .highlight .lowcase {
    text-transform: lowercase
}

.overviewContent .section .highlights .highlight:last-child {
    margin-right: 0
}

.overviewContent .section .highlights.float {
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all, .5s
}

.overviewContent .section .highlights.float.open {
    top: 0;
    opacity: 1
}

.overviewContent .section .button {
    position: relative;
    font-family: Kairos, Roboto, 'Segoe UI', sans-serif;
    text-align: center;
    width: 372px;
    line-height: 84px;
    cursor: pointer;
    font-size: 36px;
    z-index: 11
}

.overviewContent .section .button.close {
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -168px;
    z-index: 1
}

.overviewContent .section .swiper .swiper-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ff9e1b;
    overflow: hidden;
    opacity: 1;
    position: relative;
    margin: 0 3px;
    vertical-align: middle;
    transform: skewX(-30deg)
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet::before {
    transform: skewX(-30deg);
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 0;
    left: 0
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #ff9e1b;
    -webkit-animation: slide-progress 3s cubic-bezier(.3, 0, .3, 1) forwards;
    animation: slide-progress 3s cubic-bezier(.3, 0, .3, 1) forwards
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-paused::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pause-btn {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-left: 15px;
    opacity: .55;
    text-indent: -9999px;
    transition: background-color ease .2s, opacity ease .2s
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pause-btn[title=Pause] {
    background-image: url(images/PC/icon-pause.svg)
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pause-btn[title=Play] {
    background-image: url(images/PC/icon-play.svg)
}

.overviewContent .section .swiper .swiper-pagination-wrapper .swiper-pause-btn:hover {
    opacity: 1
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.overviewContent .sectionMore {
    overflow: hidden;
    z-index: 100;
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    z-index: 11
}

.overviewContent .sectionMore:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000
}

.overviewContent sup {
    font-size: 60%;
    top: -.5em;
    position: relative;
    line-height: 0;
    vertical-align: baseline
}

.overviewContent video {
    width: 100%
}

.overviewContent .colorPicker {
    direction: ltr
}

.overviewContent .colorPicker canvas {
    position: absolute;
    box-sizing: border-box
}

@media screen and (min-width:1281px) {
    .desktopHide {
        display: none !important
    }
    .desktopTogether {
        white-space: nowrap
    }
    .overviewContent .section .highlights {
        margin-top: 48px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .tabletHide {
        display: none !important
    }
    .tabletTogether {
        white-space: nowrap
    }
    .overviewContent {
        overflow-x: visible
    }
    .overviewContent .section .textBox {
        position: relative;
        z-index: 1;
        font-family: Roboto, 'Segoe UI', sans-serif;
        font-weight: 100;
        width: 640px
    }
    .overviewContent .section .textBox .title {
        font-size: 48px
    }
    .overviewContent .section .textBox .smallTitle {
        font-size: 42px
    }
    .overviewContent .section .textBox .dec {
        font-size: 14px;
        line-height: 1.6
    }
    .overviewContent .section .textBox .note {
        font-size: 14px
    }
    .overviewContent .section .highlights {
        margin-top: 48px
    }
    .overviewContent .section .highlights .highlight {
        font-family: Kairos, Roboto, 'Segoe UI', sans-serif;
        margin-right: 40px;
        margin-bottom: 20px
    }
    .overviewContent .section .highlights .highlight .top {
        font-size: 12px;
        margin-bottom: 9px
    }
    .overviewContent .section .highlights .highlight .mid {
        height: 30px;
        font-size: 30px
    }
    .overviewContent .section .highlights .highlight .mid small {
        font-size: 24px
    }
    .overviewContent .section .highlights .highlight .btm {
        margin-top: 9px;
        font-size: 12px
    }
    .overviewContent .section .button {
        text-align: center;
        width: 186px;
        line-height: 42px;
        cursor: pointer;
        font-size: 16px;
        z-index: 11
    }
    .overviewContent .section .button.close {
        margin-left: -93px;
        bottom: 140px
    }
}

@media screen and (max-width:730px) {
    .mobileTogether {
        white-space: nowrap
    }
    .mobileHide {
        display: none !important
    }
    .overviewContent {
        overflow-x: visible
    }
    .overviewContent .section .textBox {
        width: calc(100% - 20px);
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
        box-sizing: border-box
    }
    .overviewContent .section .textBox .subTitle {
        font-size: 23px;
        line-height: 20px;
        height: 16px
    }
    .overviewContent .section .textBox .title {
        font-size: 30px;
        letter-spacing: 3px
    }
    .overviewContent .section .textBox .smallTitle {
        font-size: 22px
    }
    .overviewContent .section .textBox .dec {
        font-size: 12px;
        line-height: 1.5
    }
    .overviewContent .section .textBox .note {
        font-size: 12px
    }
    .overviewContent .section .highlights {
        padding: 0;
        text-align: left;
        margin: 30px auto 0;
        width: 300px
    }
    .overviewContent .section .highlights .highlight {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
        vertical-align: middle;
        font-family: Kairos, Roboto, 'Segoe UI', sans-serif
    }
    .overviewContent .section .highlights .highlight .top {
        font-size: 12px;
        margin-bottom: 6px
    }
    .overviewContent .section .highlights .highlight .mid {
        font-size: 30px;
        height: 30px
    }
    .overviewContent .section .highlights .highlight .mid small {
        font-size: 16px;
        line-height: 1;
        margin-left: 6px
    }
    .overviewContent .section .highlights .highlight .btm {
        font-size: 12px;
        margin-top: 6px
    }
    .overviewContent .section .button {
        text-align: center;
        width: 186px;
        line-height: 42px;
        cursor: pointer;
        font-size: 16px;
        z-index: 11
    }
    .overviewContent .section .button.close {
        margin-left: -93px;
        bottom: 65px
    }
}

body,
html {
    position: relative;
    overflow-x: hidden;
    height: 100%
}

.overviewContent.AsusTUFD15_2022 .overview {
    position: -webkit-sticky;
    position: sticky;
    will-change: margin-bottom, top;
    top: 0
}

.overviewContent.AsusTUFD15_2022 .overview .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 42.1875%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .background>.imageContent {
        padding-bottom: 55.41667%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .background.open_always .imageContent {
    background-image: url(images/PC/00_kv.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .background.open_always .imageContent {
        background-image: url(images/PC/00_kv.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .background.open_always .imageContent {
        background-image: url(images/PC/00_kv.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .background.open_always .imageContent {
        background-image: url(images/PC/00_kv.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .mask_cover>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 59.84375%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover>.imageContent {
        padding-bottom: 59.84375%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover>.imageContent {
        padding-bottom: 59.84375%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover>.imageContent {
        padding-bottom: 59.84375%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover>.imageContent {
        padding-bottom: 59.84375%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .mask_cover.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .mask_cover.open_always .imageContent {
    background-image: url(images/PC/00_mask.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open_always .imageContent {
        background-image: url(images/PC/00_mask.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open_always .imageContent {
        background-image: url(images/PC/00_mask.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .mask_cover.open_always .imageContent {
        background-image: url(images/PC/00_mask.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .mask_cover .mask_background {
    background-color: #ff9e1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1
}

.overviewContent.AsusTUFD15_2022 .overview .product_name>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 9.50855%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name>.imageContent {
        padding-bottom: 9.50855%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name>.imageContent {
        padding-bottom: 9.50855%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name>.imageContent {
        padding-bottom: 9.50855%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name>.imageContent {
        padding-bottom: 9.50855%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .product_name.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .product_name.open_always .imageContent {
    background-image: url(images/PC/00_F15_title.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open_always .imageContent {
        background-image: url(images/PC/00_F15_title.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open_always .imageContent {
        background-image: url(images/PC/00_F15_title.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .product_name.open_always .imageContent {
        background-image: url(images/PC/00_F15_title.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 100%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel>.imageContent {
        padding-bottom: 100%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open_always .imageContent {
    background-image: url(images/PC/00_1_i7.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 32.27273%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia>.imageContent {
        padding-bottom: 32.27273%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia>.imageContent {
        padding-bottom: 32.27273%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia>.imageContent {
        padding-bottom: 32.35294%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia>.imageContent {
        padding-bottom: 32.35294%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open_always .imageContent {
    background-image: url(images/PC/00_2_RX.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 99.03846%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox>.imageContent {
        padding-bottom: 99.03846%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox>.imageContent {
        padding-bottom: 99.03846%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox>.imageContent {
        padding-bottom: 100%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open_always .imageContent {
    background-image: url(images/PC/00_3_gamepass.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open_always .imageContent {
        background-image: url(images/PC/00_3_gamepass.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open_always .imageContent {
        background-image: url(images/PC/00_3_gamepass.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox.open_always .imageContent {
        background-image: url(images/PC/00_3_gamepass.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .award>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 139.74359%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award>.imageContent {
        padding-bottom: 139.74359%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award>.imageContent {
        padding-bottom: 139.74359%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award>.imageContent {
        padding-bottom: 139.66942%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award>.imageContent {
        padding-bottom: 139.66942%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open_always .imageContent {
    background-image: url(images/PC/00_4_CES.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open_always .imageContent {
        background-image: url(images/PC/00_4_CES.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open_always .imageContent {
        background-image: url(images/PC/00_4_CES.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award.open_always .imageContent {
        background-image: url(images/PC/00_4_CES.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 46.25%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
        padding-bottom: 46.25%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
        padding-bottom: 46.25%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
        padding-bottom: 46.25%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
        padding-bottom: 46.25%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_background.open_always .imageContent {
    background-image: url(images/PC/01_bg.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open_always .imageContent {
        background-image: url(images/PC/01_bg.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open_always .imageContent {
        background-image: url(images/PC/01_bg.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_background.open_always .imageContent {
        background-image: url(images/PC/01_bg.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox {
    box-sizing: border-box
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon1.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon1.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon1.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon1.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon2.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon2.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon2.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon2.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon3.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon3.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon3.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon3.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon4.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon4.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon4.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon4.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon5.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon5.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon5.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon5.png)
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 69.23077%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image>.imageContent {
        padding-bottom: 69.23077%
    }
}

.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open_always .imageContent {
    background-image: url(images/PC/01_icon6.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon6.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon6.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item:nth-child(6) .image.open_always .imageContent {
        background-image: url(images/PC/01_icon6.png)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .overview .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .overview .background .mask_cover {
        z-index: 10;
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
        position: absolute;
        top: 0;
        transform: scale(1);
        transition: .3s opacity;
        margin-top: -100px
    }
    .overviewContent.AsusTUFD15_2022 .overview .product_name {
        width: 936px;
        left: 50%;
        margin-left: -468px;
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .overview .textBox {
        text-align: center;
        margin-bottom: 120px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon {
        margin-right: 125px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel {
        width: 102px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia {
        width: 220px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox {
        width: 104px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award {
        width: 78px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon:last-child {
        margin-right: 0
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
        margin-top: -100px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: absolute;
        top: 220px;
        left: 50%;
        margin-left: -600px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item {
        width: 33.333%
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .image {
        width: 234px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox {
        width: 100%;
        padding-left: 42px;
        padding-right: 42px;
        margin-bottom: 90px;
        text-align: left
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .smallTitle {
        font-size: 22px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .dec {
        font-family: Roboto, 'Segoe UI bold', sans-serif;
        font-weight: 300
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .overview {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .overview .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .overview .background .mask_cover {
        z-index: 10;
        width: 1280px;
        left: 50%;
        margin-left: -640px;
        position: absolute;
        top: 0;
        transform: scale(1);
        transition: .3s opacity
    }
    .overviewContent.AsusTUFD15_2022 .overview .product_name {
        width: 468px;
        left: 50%;
        margin-left: -234px;
        margin-bottom: 20px
    }
    .overviewContent.AsusTUFD15_2022 .overview .textBox {
        text-align: center;
        margin-bottom: 60px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon {
        margin-right: 63px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel {
        width: 51px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia {
        width: 110px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox {
        width: 52px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award {
        width: 39px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon:last-child {
        margin-right: 0
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_background {
        width: 1280px;
        left: 50%;
        margin-left: -640px;
        margin-top: -50px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list {
        width: 600px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        position: absolute;
        top: 110px;
        left: 50%;
        margin-left: -300px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item {
        width: 33.333%
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .image {
        width: 117px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 32px;
        text-align: left
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .smallTitle {
        font-size: 20px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .dec {
        font-family: Roboto, 'Segoe UI bold', sans-serif;
        font-weight: 300
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .overview .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .overview .background .mask_cover {
        z-index: 10;
        width: 730px;
        left: 50%;
        margin-left: -365px;
        position: absolute;
        top: 0;
        transform: scale(1);
        transition: .3s opacity
    }
    .overviewContent.AsusTUFD15_2022 .overview .product_name {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        margin-bottom: 14px
    }
    .overviewContent.AsusTUFD15_2022 .overview .textBox {
        text-align: center;
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        z-index: 2;
        width: 300px;
        margin: 0 auto
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon {
        margin-right: 40px;
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .intel {
        width: 80px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .nvidia {
        width: 170px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .xbox {
        width: 82px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon .award {
        width: 62px
    }
    .overviewContent.AsusTUFD15_2022 .overview .icons .icon:nth-child(2n+0) {
        margin-right: 0
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_background>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list {
        width: 320px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        left: 50%;
        margin-left: -160px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item {
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .image {
        width: 234px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox {
        width: 100%;
        padding-left: 42px;
        padding-right: 42px;
        margin-bottom: 30px;
        text-align: left
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .smallTitle {
        font-size: 20px
    }
    .overviewContent.AsusTUFD15_2022 .overview .feature_list .feature_item .textBox .dec {
        font-family: Roboto, 'Segoe UI bold', sans-serif;
        font-weight: 300
    }
}

.overviewContent.AsusTUFD15_2022 .design .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 40.78125%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .background>.imageContent {
        padding-bottom: 40.78125%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .background>.imageContent {
        padding-bottom: 40.78125%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .background>.imageContent {
        padding-bottom: 40.78125%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .background>.imageContent {
        padding-bottom: 69.30556%
    }
}

.overviewContent.AsusTUFD15_2022 .design .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .background.open_always .imageContent {
    background-image: url(images/PC/02_design.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .background.open_always .imageContent {
        background-image: url(images/PC/02_design.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .background.open_always .imageContent {
        background-image: url(images/PC/02_design.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .background.open_always .imageContent {
        background-image: url(images/PC/02_design.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 54.6875%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        padding-bottom: 54.6875%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        padding-bottom: 54.6875%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        padding-bottom: 54.6875%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        padding-bottom: 54.6875%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_background.open_always .imageContent {
    background-image: url(images/PC/02_bg.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open_always .imageContent {
        background-image: url(images/PC/02_bg.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open_always .imageContent {
        background-image: url(images/PC/02_bg.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_background.open_always .imageContent {
        background-image: url(images/PC/02_bg.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 51.92308%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 51.92308%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 51.92308%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 43.898%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 43.898%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
    background-image: url(images/PC/02_icon1.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon1.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon1.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon1.png)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 49.04215%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 49.04215%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 49.04215%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 46.63024%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 46.63024%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
    background-image: url(images/PC/02_icon2.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon2.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon2.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon2.png)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 90.7563%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 90.7563%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 90.7563%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 41.16576%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 41.16576%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
    background-image: url(images/PC/02_icon3.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon3.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon3.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon3.png)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 90.7563%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 90.7563%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 90.7563%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 41.37931%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image>.imageContent {
        padding-bottom: 41.37931%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
    background-image: url(images/PC/02_icon4.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon4.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon4.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon4.png)
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image {
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 98.96373%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 98.96373%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 98.96373%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 41.37931%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image>.imageContent {
        padding-bottom: 41.37931%
    }
}

.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
    background-image: url(images/PC/02_icon5.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon5.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon5.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .image.open_always .imageContent {
        background-image: url(images/PC/02_icon5.png)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .design .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
        margin-top: -150px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 1240px;
        left: 50%;
        top: 300px;
        margin-left: -620px;
        position: absolute
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item {
        position: relative;
        margin-bottom: 72px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .image {
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox {
        position: absolute;
        z-index: 2;
        width: auto
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox .smallTitle {
        margin-bottom: 0
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) {
        width: 520px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(1) .textBox {
        width: 160px;
        right: -100px;
        bottom: 5px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) {
        width: 520px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(2) .textBox {
        right: 20px;
        bottom: 10px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) {
        width: 360px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(3) .textBox {
        width: 166px;
        top: 30px;
        left: 20px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) {
        width: 360px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(4) .textBox {
        width: 150px;
        top: 30px;
        right: 10px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) {
        width: 360px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item:nth-child(5) .textBox {
        width: 200px;
        bottom: 32px;
        right: 18px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .design .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 620px;
        left: 50%;
        margin-left: -310px;
        margin-top: 120px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item {
        position: relative;
        width: 550px;
        margin: 0 auto 50px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .image {
        width: 100%;
        margin-bottom: 14px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox {
        position: relative;
        z-index: 2;
        width: auto;
        text-align: center
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox .smallTitle {
        margin-bottom: 0
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .design .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_background>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        left: 50%;
        margin-left: -150px;
        margin-top: 60px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item {
        position: relative;
        width: 275px;
        margin: 0 auto 30px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .image {
        width: 100%;
        margin-bottom: 14px
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox {
        position: relative;
        z-index: 2;
        width: auto;
        text-align: center
    }
    .overviewContent.AsusTUFD15_2022 .design .feature_list .feature_item .textBox .smallTitle {
        margin-bottom: 0
    }
}

.overviewContent.AsusTUFD15_2022 .performance .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 42.1875%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .background.open_always .imageContent {
    background-image: url(images/PC/03_performance1.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .background.open_always .imageContent {
        background-image: url(images/PC/03_performance1.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .background.open_always .imageContent {
        background-image: url(images/PC/03_performance1.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .background.open_always .imageContent {
        background-image: url(images/PC/03_performance1.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 100%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7>.imageContent {
        padding-bottom: 100%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7>.imageContent {
        padding-bottom: 100%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open_always .imageContent {
    background-image: url(images/PC/00_1_i7.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_i7.open_always .imageContent {
        background-image: url(images/PC/00_1_i7.png)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 32.27273%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX>.imageContent {
        padding-bottom: 32.27273%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX>.imageContent {
        padding-bottom: 32.27273%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX>.imageContent {
        padding-bottom: 32.35294%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX>.imageContent {
        padding-bottom: 32.35294%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open_always .imageContent {
    background-image: url(images/PC/00_2_RX.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .icons .icon_RX.open_always .imageContent {
        background-image: url(images/PC/00_2_RX.png)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 30.53557%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        padding-bottom: 30.53557%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        padding-bottom: 30.53557%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        padding-bottom: 30.53557%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        padding-bottom: 30.53557%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open_always .imageContent {
    background-image: url(images/PC/03_performance2_icon.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open_always .imageContent {
        background-image: url(images/PC/03_performance2_icon.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open_always .imageContent {
        background-image: url(images/PC/03_performance2_icon.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons.open_always .imageContent {
        background-image: url(images/PC/03_performance2_icon.png)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 59.49367%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open_always .imageContent {
    background-image: url(images/PC/03_icon1.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon1.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon1.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon1.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 59.49367%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open_always .imageContent {
    background-image: url(images/PC/03_icon2.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon2.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon2.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon2.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 59.49367%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image>.imageContent {
        padding-bottom: 59.49367%
    }
}

.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open_always .imageContent {
    background-image: url(images/PC/03_icon3.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon3.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon3.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/03_icon3.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .performance .highlights {
    margin-top: 0
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .performance {
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .performance .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox {
        width: 500px;
        position: relative;
        left: 50%;
        margin-left: -420px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons {
        position: absolute;
        left: 620px;
        top: 110px;
        display: flex
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_i7 {
        width: 102px;
        margin-right: 50px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_RX {
        width: 220px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .highlights {
        position: absolute;
        top: 0;
        left: 620px;
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons {
        width: 1251px;
        left: 50%;
        margin-left: -626px;
        margin-top: 50px
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list {
        display: flex;
        width: 1251px;
        margin: -40px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item {
        width: 33.3333%;
        padding: 0 42px
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .image {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .textBox {
        width: 100%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .performance {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .performance .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox {
        position: relative;
        width: 420px;
        left: 50%;
        margin-left: -320px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons {
        position: absolute;
        left: 480px;
        top: 100px;
        display: flex;
        align-items: center
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_i7 {
        width: 51px;
        margin-right: 25px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_RX {
        width: 110px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .highlights {
        position: absolute;
        top: 0;
        left: 480px;
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 720px;
        margin: -20px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item {
        width: 550px;
        margin: 60px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .image {
        width: 100%;
        display: block
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .textBox {
        width: 100%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .performance {
        margin-bottom: 50px
    }
    .overviewContent.AsusTUFD15_2022 .performance .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox {
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons {
        position: relative;
        display: flex;
        align-items: center;
        width: 300px;
        margin-top: 20px;
        margin: 0 auto
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_i7 {
        width: 80px;
        margin-right: 25px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .icons .icon_RX {
        width: 170px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .highlights {
        margin-top: 20px
    }
    .overviewContent.AsusTUFD15_2022 .performance>.textBox .highlights .highlight {
        margin: 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_icons>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        margin: 0 auto 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item {
        width: 275px;
        margin: 30px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .image {
        width: 100%;
        display: block
    }
    .overviewContent.AsusTUFD15_2022 .performance .featrue_list .featrue_item .textBox {
        width: 100%
    }
}

.overviewContent.AsusTUFD15_2022 .nvidia .rx_background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 42.1875%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background>.imageContent {
        padding-bottom: 36.66667%
    }
}

.overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open_always .imageContent {
    background-image: url(images/PC/03_performance3.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open_always .imageContent {
        background-image: url(images/PC/03_performance3.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open_always .imageContent {
        background-image: url(images/PC/03_performance3.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background.open_always .imageContent {
        background-image: url(images/PC/03_performance3.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .nvidia .mux_background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 29.17969%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background>.imageContent {
        padding-bottom: 29.17969%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background>.imageContent {
        padding-bottom: 29.17969%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background>.imageContent {
        padding-bottom: 29.17969%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background>.imageContent {
        padding-bottom: 36.66667%
    }
}

.overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open_always .imageContent {
    background-image: url(images/PC/03_performance4.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open_always .imageContent {
        background-image: url(images/PC/03_performance4.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open_always .imageContent {
        background-image: url(images/PC/03_performance4.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background.open_always .imageContent {
        background-image: url(images/PC/03_performance4.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item.nvidia_item_1 .image {
    background-image: url(images/nvidia/1.jpg)
}

.overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item.nvidia_item_2 .image {
    background-image: url(images/nvidia/2.jpg)
}

.overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item.nvidia_item_3 .image {
    background-image: url(images/nvidia/3.jpg)
}

.overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox {
    line-height: 1.5
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_textBox {
        margin-top: -32px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_textBox {
        margin-top: 70px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1280px;
        height: 810px;
        margin: 0 auto;
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item {
        width: 400px;
        position: relative;
        margin-right: 24px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .image {
        width: 400px;
        height: 495px;
        background-size: cover
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox {
        position: absolute;
        padding: 32px 24px;
        left: 0;
        top: 224px;
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox .smallTitle {
        color: #76b900;
        font-size: 26px;
        margin-bottom: 5px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item:last-child {
        margin-right: 0
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_background {
        position: absolute;
        width: 2560px;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -1280px;
        background-image: url(images/nvidia/NV_bng.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_textBox {
        margin-top: 30px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_textBox {
        margin-top: 30px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 550px;
        margin: 0 auto 60px;
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item {
        width: 400px;
        position: relative;
        margin-top: 60px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .image {
        width: 400px;
        height: 495px;
        background-size: cover
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox {
        position: absolute;
        padding: 32px 24px;
        left: 0;
        top: 224px;
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox .smallTitle {
        color: #76b900;
        font-size: 26px;
        margin-bottom: 5px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .rx_textBox {
        margin-top: 20px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .mux_textBox {
        margin-top: 20px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 0 auto 30px;
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item {
        width: 280px;
        position: relative;
        margin-top: 30px
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .image {
        width: 280px;
        height: 347px;
        background-size: cover
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox {
        position: absolute;
        padding: 22px 17px;
        left: 0;
        top: 157px;
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .nvidia .nvidia_list .nvidia_item .textBox .smallTitle {
        color: #76b900;
        font-size: 18px;
        margin-bottom: 5px
    }
}

.overviewContent.AsusTUFD15_2022 .cooling .video_btn {
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
    cursor: pointer;
    opacity: .8;
    font-family: Roboto, 'Segoe UI bold', sans-serif;
    font-weight: 400;
    pointer-events: all;
    position: relative;
    z-index: 2
}

.overviewContent.AsusTUFD15_2022 .cooling .video_btn:hover {
    opacity: 1
}

.overviewContent.AsusTUFD15_2022 .cooling .video_btn.pause {
    background-image: url(images/icon-pause.svg)
}

.overviewContent.AsusTUFD15_2022 .cooling .video_btn.play {
    background-image: url(images/icon-play.svg)
}

.overviewContent.AsusTUFD15_2022 .cooling .video_btn.active {
    display: block
}

.overviewContent.AsusTUFD15_2022 .cooling .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 23.71094%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background>.imageContent {
        padding-bottom: 23.71094%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background>.imageContent {
        padding-bottom: 23.71094%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background>.imageContent {
        padding-bottom: 23.71094%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background>.imageContent {
        padding-bottom: 32.5%
    }
}

.overviewContent.AsusTUFD15_2022 .cooling .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .cooling .background.open_always .imageContent {
    background-image: url(images/PC/04_thermal2.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .cooling .background.open_always .imageContent {
        background-image: url(images/PC/04_thermal2.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .cooling .background.open_always .imageContent {
        background-image: url(images/PC/04_thermal2.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .cooling .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .cooling .background.open_always .imageContent {
        background-image: url(images/PC/04_thermal2.jpg)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .cooling {
        margin-bottom: 250px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video {
        margin-top: 50px;
        width: 1920px;
        height: 1020px;
        max-width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video::-webkit-media-text-track-display {
        font-size: 20px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_btn {
        background-size: 32px 32px;
        width: 100px;
        padding-left: 40px;
        font-size: 24px;
        height: 32px;
        line-height: 32px;
        margin-top: -120px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox {
        margin-top: 48px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox .highlights {
        margin-top: 48px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox .highlights .highlight {
        margin-bottom: 0
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox.fans_textBox {
        margin-top: 0;
        width: 500px;
        position: relative;
        left: 50%;
        margin-left: -420px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox.fans_textBox .highlights {
        position: absolute;
        width: 100%;
        left: 620px;
        top: 72px;
        margin-top: 0
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .cooling {
        margin-bottom: 80px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video {
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video::-webkit-media-text-track-display {
        font-size: 16px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_btn {
        background-size: 32px 32px;
        width: 100px;
        padding-left: 40px;
        font-size: 24px;
        height: 32px;
        line-height: 32px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .background {
        margin-top: 60px;
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox {
        margin-top: 40px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .cooling {
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video {
        width: 100%
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_box video::-webkit-media-text-track-display {
        font-size: 12px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .video_btn {
        background-size: 20px 20px;
        width: 72px;
        padding-left: 24px;
        font-size: 16px;
        height: 20px;
        line-height: 20px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .background {
        width: 730px;
        left: 50%;
        margin-top: 30px;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox {
        margin-top: 20px
    }
    .overviewContent.AsusTUFD15_2022 .cooling .textBox .highlights {
        display: flex;
        justify-content: center
    }
}

.overviewContent.AsusTUFD15_2022 .visuals .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 51.64062%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background>.imageContent {
        padding-bottom: 51.64062%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background>.imageContent {
        padding-bottom: 51.64062%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background>.imageContent {
        padding-bottom: 51.64062%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background>.imageContent {
        padding-bottom: 44.51389%
    }
}

.overviewContent.AsusTUFD15_2022 .visuals .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .visuals .background.open_always .imageContent {
    background-image: url(images/PC/05_visual.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .visuals .background.open_always .imageContent {
        background-image: url(images/PC/05_visual.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .visuals .background.open_always .imageContent {
        background-image: url(images/PC/05_visual.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .visuals .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .visuals .background.open_always .imageContent {
        background-image: url(images/PC/05_visual.jpg)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .visuals {
        margin-bottom: 250px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .textBox {
        margin-top: -240px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .visuals {
        margin-bottom: 150px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .textBox {
        margin-top: -100px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .visuals {
        margin-bottom: 75px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .visuals .textBox {
        margin-top: 0
    }
    .overviewContent.AsusTUFD15_2022 .visuals .textBox .highlights {
        display: flex;
        justify-content: center
    }
}

.overviewContent.AsusTUFD15_2022 .portability .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 38.08594%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .portability .background>.imageContent {
        padding-bottom: 38.08594%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .portability .background>.imageContent {
        padding-bottom: 38.08594%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .portability .background>.imageContent {
        padding-bottom: 38.08594%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .portability .background>.imageContent {
        padding-bottom: 40.34722%
    }
}

.overviewContent.AsusTUFD15_2022 .portability .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .portability .background.open_always .imageContent {
    background-image: url(images/PC/06_Portability.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .portability .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .portability .background.open_always .imageContent {
        background-image: url(images/PC/06_Portability.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .portability .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .portability .background.open_always .imageContent {
        background-image: url(images/PC/06_Portability.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .portability .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .portability .background.open_always .imageContent {
        background-image: url(images/PC/06_Portability.jpg)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .portability {
        margin-bottom: 70px
    }
    .overviewContent.AsusTUFD15_2022 .portability .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox {
        margin-top: 42px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox .highlights {
        margin-top: 76px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .portability {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .portability .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox {
        margin-top: 60px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox .highlights {
        margin-top: 60px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .portability {
        margin-bottom: 50px
    }
    .overviewContent.AsusTUFD15_2022 .portability .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox {
        margin-top: 30px
    }
    .overviewContent.AsusTUFD15_2022 .portability .textBox .highlights {
        margin-top: 30px
    }
}

.overviewContent.AsusTUFD15_2022 .audio .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 44.80469%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .background>.imageContent {
        padding-bottom: 44.80469%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .background>.imageContent {
        padding-bottom: 44.80469%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .background>.imageContent {
        padding-bottom: 44.80469%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .background>.imageContent {
        padding-bottom: 40.34722%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .background.open_always .imageContent {
    background-image: url(images/PC/07_sound.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .background.open_always .imageContent {
        background-image: url(images/PC/07_sound.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .background.open_always .imageContent {
        background-image: url(images/PC/07_sound.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .background.open_always .imageContent {
        background-image: url(images/PC/07_sound.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1)>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 25%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1)>.imageContent {
        padding-bottom: 25%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1)>.imageContent {
        padding-bottom: 25%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1)>.imageContent {
        padding-bottom: 25%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1)>.imageContent {
        padding-bottom: 25.8427%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open_always .imageContent {
    background-image: url(images/PC/07_icon1.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open_always .imageContent {
        background-image: url(images/PC/07_icon1.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open_always .imageContent {
        background-image: url(images/PC/07_icon1.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(1).open_always .imageContent {
        background-image: url(images/PC/07_icon1.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2)>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 101.38889%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2)>.imageContent {
        padding-bottom: 101.38889%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2)>.imageContent {
        padding-bottom: 101.38889%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2)>.imageContent {
        padding-bottom: 101.38889%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2)>.imageContent {
        padding-bottom: 101.49254%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open_always .imageContent {
    background-image: url(images/PC/07_icon2.jpg.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open_always .imageContent {
        background-image: url(images/PC/07_icon2.jpg.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open_always .imageContent {
        background-image: url(images/PC/07_icon2.jpg.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .icons .icon:nth-child(2).open_always .imageContent {
        background-image: url(images/PC/07_icon2.jpg.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 23.4375%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background>.imageContent {
        padding-bottom: 23.4375%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background>.imageContent {
        padding-bottom: 23.4375%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background>.imageContent {
        padding-bottom: 23.4375%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background>.imageContent {
        padding-bottom: 23.4375%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .audio_background.open_always .imageContent {
    background-image: url(images/PC/04_NV_belt.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open_always .imageContent {
        background-image: url(images/PC/04_NV_belt.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open_always .imageContent {
        background-image: url(images/PC/04_NV_belt.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_background.open_always .imageContent {
        background-image: url(images/PC/04_NV_belt.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off]>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 119.75684%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off]>.imageContent {
        padding-bottom: 119.75684%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open_always .imageContent {
    background-image: url(images/PC/06_audio_btn2.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn2.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn2.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn2.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on]>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 119.75684%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on]>.imageContent {
        padding-bottom: 119.75684%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on]>.imageContent {
        padding-bottom: 119.75684%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open_always .imageContent {
    background-image: url(images/PC/06_audio_btn3.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn3.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn3.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_status[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_btn3.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer {
    overflow-x: hidden
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off]>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 7.82186%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off]>.imageContent {
        padding-bottom: 7.82186%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off]>.imageContent {
        padding-bottom: 7.82186%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off]>.imageContent {
        padding-bottom: 7.82186%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off]>.imageContent {
        padding-bottom: 7.97101%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open_always .imageContent {
    background-image: url(images/PC/06_audio_wave1.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave1.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave1.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=off].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave1.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on]>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 4.31387%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on]>.imageContent {
        padding-bottom: 4.31387%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on]>.imageContent {
        padding-bottom: 4.31387%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on]>.imageContent {
        padding-bottom: 4.31387%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on]>.imageContent {
        padding-bottom: 3.98551%
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open .imageContent,
.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open_always .imageContent {
    background-image: url(images/PC/06_audio_wave2.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave2.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave2.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open .imageContent,
    .overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar[data-status=on].open_always .imageContent {
        background-image: url(images/PC/06_audio_wave2.png)
    }
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar .imageContent {
    width: 200%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-animation: audio_bar_ani 14s linear forwards infinite;
    animation: audio_bar_ani 14s linear forwards infinite
}

.overviewContent.AsusTUFD15_2022 .audio .audio_bar_outer .audio_bar.stop .imageContent {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.overviewContent.AsusTUFD15_2022 .audio .audio_btn {
    background-size: cover
}

.overviewContent.AsusTUFD15_2022 .audio .audio_btn[title=Play] {
    background-image: url(images/play.png)
}

.overviewContent.AsusTUFD15_2022 .audio .audio_btn[title=Pause] {
    background-image: url(images/pause.png)
}

@-webkit-keyframes audio_bar_ani {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -100%
    }
}

@keyframes audio_bar_ani {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -100%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .audio .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox {
        position: relative;
        width: 620px;
        left: 50%;
        margin-left: -420px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons {
        position: absolute;
        left: 660px;
        top: 110px;
        display: flex;
        align-items: flex-end
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(1) {
        width: 144px;
        margin-right: 60px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(2) {
        width: 72px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
        margin-top: 100px;
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -512px;
        width: 1024px;
        display: flex;
        justify-content: space-between
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status {
        position: relative;
        width: 329px;
        cursor: pointer
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status {
        width: 329px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .audio_btn {
        width: 126px;
        height: 126px;
        position: absolute;
        top: 102px;
        left: 102px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .btn_block {
        position: absolute;
        top: 0;
        left: 0;
        width: 329px;
        height: 320px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .off_block {
        position: absolute;
        width: 164px;
        top: 324px;
        left: 165px;
        height: 64px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .on_block {
        position: absolute;
        width: 164px;
        top: 324px;
        left: 0;
        height: 64px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox {
        width: 660px;
        padding-top: 30px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox .audio_bar_outer {
        margin-top: 48px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .audio .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox {
        position: relative;
        width: 420px;
        left: 50%;
        margin-left: -320px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons {
        position: absolute;
        left: 480px;
        top: 100px;
        display: flex;
        align-items: center
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(1) {
        width: 72px;
        margin-right: 30px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(2) {
        width: 36px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_background {
        width: 3840px;
        left: 50%;
        margin-left: -1920px;
        margin-top: 100px;
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box {
        background-color: #000;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status {
        width: 329px;
        margin: 0 auto;
        cursor: pointer;
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status {
        width: 329px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .audio_btn {
        width: 126px;
        height: 126px;
        position: absolute;
        top: 102px;
        left: 102px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .btn_block {
        position: absolute;
        top: 0;
        left: 0;
        width: 329px;
        height: 320px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .off_block {
        position: absolute;
        width: 164px;
        top: 324px;
        left: 165px;
        height: 64px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .on_block {
        position: absolute;
        width: 164px;
        top: 324px;
        left: 0;
        height: 64px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox {
        width: 660px;
        padding-top: 30px;
        margin-right: auto;
        margin-left: auto;
        left: auto
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox .audio_bar_outer {
        margin-top: 24px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .audio .background {
        width: 739px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox {
        position: relative
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        margin-top: 40px;
        margin: 0 auto
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(1) {
        width: 144px;
        margin-right: 50px
    }
    .overviewContent.AsusTUFD15_2022 .audio .textBox .icons .icon:nth-child(2) {
        width: 72px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
        margin-top: 100px;
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box {
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status {
        position: relative;
        width: 220px;
        margin: 0 auto;
        cursor: pointer
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status {
        width: 220px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .audio_btn {
        width: 84px;
        height: 84px;
        position: absolute;
        top: 68px;
        left: 68px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .btn_block {
        position: absolute;
        top: 0;
        left: 0;
        width: 220px;
        height: 212px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .off_block {
        position: absolute;
        width: 110px;
        top: 215px;
        left: 110px;
        height: 44px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .status .audio_status .on_block {
        position: absolute;
        width: 110px;
        top: 215px;
        left: 0;
        height: 44px
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox {
        padding-top: 30px;
        margin-right: auto;
        margin-left: auto;
        left: auto
    }
    .overviewContent.AsusTUFD15_2022 .audio .audio_box .textBox .audio_bar_outer {
        margin-top: 12px
    }
}

.overviewContent.AsusTUFD15_2022 .control .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 42.1875%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .control .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .background>.imageContent {
        padding-bottom: 42.1875%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .background>.imageContent {
        padding-bottom: 40.34722%
    }
}

.overviewContent.AsusTUFD15_2022 .control .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .control .background.open_always .imageContent {
    background-image: url(images/PC/08_control.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .background.open_always .imageContent {
        background-image: url(images/PC/08_control.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .background.open_always .imageContent {
        background-image: url(images/PC/08_control.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .background.open_always .imageContent {
        background-image: url(images/PC/08_control.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 66.66667%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open_always .imageContent {
    background-image: url(images/PC/08_control_21.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_21.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_21.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(1) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_21.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 66.66667%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open_always .imageContent {
    background-image: url(images/PC/08_control_22.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_22.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_22.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(2) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_22.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 66.66667%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image>.imageContent {
        padding-bottom: 66.66667%
    }
}

.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open_always .imageContent {
    background-image: url(images/PC/08_control_23.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_23.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_23.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .control .feature_item:nth-child(3) .image.open_always .imageContent {
        background-image: url(images/PC/08_control_23.jpg)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .control .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .control .textBox {
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .imageContent {
        width: 100%;
        background-image: url(images/PC/08_control_2.jpg);
        padding-bottom: 39.57%
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item {
        position: absolute
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .image {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .name {
        font-size: 64px;
        line-height: 64px;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        font-weight: 500;
        text-transform: uppercase;
        color: #ff9e1b
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item:nth-child(1) {
        margin-right: 20px;
        right: 50%;
        top: 80px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item:nth-child(2) {
        left: 50%;
        top: 460px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item:nth-child(3) {
        right: 50%;
        width: 285px;
        top: 710px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .control {
        margin-bottom: 150px
    }
    .overviewContent.AsusTUFD15_2022 .control .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .control .textBox {
        margin-bottom: 40px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item {
        margin-top: 84px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .image {
        width: 465px;
        margin: 0 auto
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .name {
        position: relative;
        margin-top: -32px;
        font-size: 48px;
        line-height: 48px;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        font-weight: 500;
        text-transform: uppercase;
        color: #ff9e1b;
        text-align: center
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .control {
        margin-bottom: 75px
    }
    .overviewContent.AsusTUFD15_2022 .control .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .control .textBox {
        margin-bottom: 20px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background>.imageContent {
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item {
        margin-top: 42px
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .image {
        width: 233px;
        margin: 0 auto
    }
    .overviewContent.AsusTUFD15_2022 .control .feature_background .feature_item .name {
        position: relative;
        margin-top: -16px;
        font-size: 24px;
        line-height: 24px;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        font-weight: 500;
        text-transform: uppercase;
        color: #ff9e1b;
        text-align: center
    }
}

.overviewContent.AsusTUFD15_2022 .connectivity .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 46.95313%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background>.imageContent {
        padding-bottom: 46.95313%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background>.imageContent {
        padding-bottom: 46.95313%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background>.imageContent {
        padding-bottom: 46.95313%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background>.imageContent {
        padding-bottom: 71.45833%
    }
}

.overviewContent.AsusTUFD15_2022 .connectivity .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .connectivity .background.open_always .imageContent {
    background-image: url(images/PC/09_IO.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open_always .imageContent {
        background-image: url(images/PC/09_IO.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open_always .imageContent {
        background-image: url(images/PC/09_IO.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .background.open_always .imageContent {
        background-image: url(images/PC/09_IO.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .connectivity .icon>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 31.91489%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon>.imageContent {
        padding-bottom: 31.91489%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon>.imageContent {
        padding-bottom: 31.91489%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon>.imageContent {
        padding-bottom: 31.91489%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon>.imageContent {
        padding-bottom: 31.91489%
    }
}

.overviewContent.AsusTUFD15_2022 .connectivity .icon.open .imageContent,
.overviewContent.AsusTUFD15_2022 .connectivity .icon.open_always .imageContent {
    background-image: url(images/PC/09_IO_WIFI_icon.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open_always .imageContent {
        background-image: url(images/PC/09_IO_WIFI_icon.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open_always .imageContent {
        background-image: url(images/PC/09_IO_WIFI_icon.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .connectivity .icon.open_always .imageContent {
        background-image: url(images/PC/09_IO_WIFI_icon.png)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .connectivity .textBox .icon {
        top: 100px;
        right: 60px;
        position: absolute;
        width: 188px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .connectivity .textBox {
        margin-top: 100px
    }
    .overviewContent.AsusTUFD15_2022 .connectivity .textBox .icon {
        top: 100px;
        right: 60px;
        position: absolute;
        width: 120px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .connectivity .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .connectivity .textBox {
        margin-top: 50px
    }
    .overviewContent.AsusTUFD15_2022 .connectivity .textBox .icon {
        margin: 30px auto;
        position: relative;
        width: 120px
    }
}

.overviewContent.AsusTUFD15_2022 .software .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 39.0625%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .background>.imageContent {
        padding-bottom: 39.0625%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .background>.imageContent {
        padding-bottom: 39.0625%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .background>.imageContent {
        padding-bottom: 39.0625%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .background>.imageContent {
        padding-bottom: 39.02778%
    }
}

.overviewContent.AsusTUFD15_2022 .software .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .background.open_always .imageContent {
    background-image: url(images/PC/10_software_bg.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .background.open_always .imageContent {
        background-image: url(images/PC/10_software_bg.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .background.open_always .imageContent {
        background-image: url(images/PC/10_software_bg.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .background.open_always .imageContent {
        background-image: url(images/PC/10_software_bg.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 52.95139%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open_always .imageContent {
    background-image: url(images/PC/10_software_1.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_1.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_1.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-1 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_1.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 52.95139%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open_always .imageContent {
    background-image: url(images/PC/10_software_2.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_2.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_2.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-2 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_2.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 52.95139%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open_always .imageContent {
    background-image: url(images/PC/10_software_3.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_3.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_3.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-3 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_3.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 52.95139%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open_always .imageContent {
    background-image: url(images/PC/10_software_4.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_4.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_4.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-4 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_4.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 52.95139%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image>.imageContent {
        padding-bottom: 52.95139%
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open_always .imageContent {
    background-image: url(images/PC/10_software_5.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_5.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_5.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide.swiper-slide-5 .image.open_always .imageContent {
        background-image: url(images/PC/10_software_5.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button {
    position: absolute;
    top: 0;
    background-image: none;
    margin-top: 0;
    z-index: 2;
    pointer-events: all
}

.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button::after,
.overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button::before {
    background-image: none;
    display: none
}

@media screen and (min-width:1281px) {
    /* .overviewContent.AsusTUFD15_2022 .software {
        margin-bottom: 100px
    } */
    .overviewContent.AsusTUFD15_2022 .software .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper {
        width: 1152px;
        margin: -860px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide .image {
        width: 1152px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-pagination-wrapper {
        margin-top: 56px;
        margin-bottom: 120px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .software {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .software .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper {
        width: 576px;
        margin: -387px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide .image {
        width: 576px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-pagination-wrapper {
        margin-top: 28px;
        margin-bottom: 60px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button-next {
        width: 50%;
        height: 305px;
        right: 0
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button-prev {
        width: 50%;
        height: 305px;
        left: 0
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .software {
        margin-bottom: 75px
    }
    .overviewContent.AsusTUFD15_2022 .software .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper {
        width: 288px;
        margin: -194px auto 0
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-slide .image {
        width: 288px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-pagination-wrapper {
        margin-top: 14px;
        margin-bottom: 30px
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button-next {
        position: absolute;
        width: 50%;
        height: 150px;
        top: 0;
        right: 0
    }
    .overviewContent.AsusTUFD15_2022 .software .software_swiper .swiper-button-prev {
        position: absolute;
        width: 50%;
        height: 150px;
        top: 0;
        left: 0
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 45.15625%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background>.imageContent {
        padding-bottom: 45.15625%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background>.imageContent {
        padding-bottom: 45.15625%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background>.imageContent {
        padding-bottom: 45.15625%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background>.imageContent {
        padding-bottom: 42.08333%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .background.open_always .imageContent {
    background-image: url(images/PC/11_bundle1.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .background.open_always .imageContent {
        background-image: url(images/PC/11_bundle1.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .background.open_always .imageContent {
        background-image: url(images/PC/11_bundle1.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .background.open_always .imageContent {
        background-image: url(images/PC/11_bundle1.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .arrow>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 105.21739%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow>.imageContent {
        padding-bottom: 105.21739%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow>.imageContent {
        padding-bottom: 105.21739%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow>.imageContent {
        padding-bottom: 105.21739%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow>.imageContent {
        padding-bottom: 104.3956%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .arrow.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .arrow.open_always .imageContent {
    background-image: url(images/PC/11_arrow.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open_always .imageContent {
        background-image: url(images/PC/11_arrow.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open_always .imageContent {
        background-image: url(images/PC/11_arrow.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .arrow.open_always .imageContent {
        background-image: url(images/PC/11_arrow.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99;
    box-sizing: border-box
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox.active {
    display: flex
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner {
    position: relative;
    display: none;
    z-index: 2;
    transform: scale(0);
    transition: .3s transform;
    background-color: #000;
    border: 2px solid #999
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner.active {
    transform: scale(1)
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close {
    cursor: pointer
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 72.22222%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close>.imageContent {
        padding-bottom: 72.22222%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close>.imageContent {
        padding-bottom: 72.22222%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close>.imageContent {
        padding-bottom: 71.11111%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close>.imageContent {
        padding-bottom: 71.11111%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open_always .imageContent {
    background-image: url(images/PC/14_l2_close.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open_always .imageContent {
        background-image: url(images/PC/14_l2_close.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open_always .imageContent {
        background-image: url(images/PC/14_l2_close.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_close.open_always .imageContent {
        background-image: url(images/PC/14_l2_close.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item {
    margin: 0 auto
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_01.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_01.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_01.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_01.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_02.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_02.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_02.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_02.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_03.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_03.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_03.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_03.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_04.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_04.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_04.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_04.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_05.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_05.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_05.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_05.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_06.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_06.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_06.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_06.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_07.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_07.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_07.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_07.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_08.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_08.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_08.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_08.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 83.16268%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image>.imageContent {
        padding-bottom: 83.16268%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image>.imageContent {
        padding-bottom: 171.42857%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_09.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_09.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_09.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .product_item.product_item_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_09.jpg)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab {
    cursor: pointer;
    border: 2px solid #999
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i01.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i01.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i01.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_1 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i01.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i02.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i02.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i02.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_2 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i02.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i03.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i03.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i03.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_3 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i03.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i04.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i04.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i04.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_4 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i04.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i05.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i05.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i05.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_5 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i05.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image>.imageContent {
        padding-bottom: 79.77099%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i06.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i06.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i06.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_6 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i06.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i07.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i07.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i07.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_7 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i07.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i08.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i08.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i08.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_8 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i08.png)
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 78.03468%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image>.imageContent {
        padding-bottom: 78.03468%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image>.imageContent {
        padding-bottom: 106.63265%
    }
}

.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open .imageContent,
.overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open_always .imageContent {
    background-image: url(images/PC/14_l2_i09.png)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i09.png)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i09.png)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .bundle .tabs .tab.tab_9 .image.open_always .imageContent {
        background-image: url(images/PC/14_l2_i09.png)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .bundle {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow {
        position: absolute;
        width: 91px;
        transform: translate(0, 0);
        animation: arrow_ani 1s forwards alternate-reverse infinite linear;
        cursor: pointer
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.box_arrow {
        top: 160px;
        left: 1024px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.bag_arrow {
        top: 425px;
        left: 1245px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.mouse_arrow {
        top: 285px;
        left: 1514px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox {
        padding: 20px 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner {
        max-height: calc(100vh - 40px);
        height: 800px;
        width: 100vh;
        max-width: 879px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .title {
        width: 100%;
        font-size: 60px;
        color: #ff9e1b;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 2;
        text-align: center
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item {
        width: 100%;
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item.active {
        display: block
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs {
        width: 100%;
        top: auto;
        bottom: 10px;
        left: 0;
        display: flex
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs .tab {
        width: 173px;
        margin: 0 20px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .lightbox_close {
        position: absolute;
        width: 36px;
        top: 10px;
        right: 10px;
        z-index: 2
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .bundle {
        margin-bottom: 100px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow {
        position: absolute;
        width: 46px;
        transform: translate(0, 0);
        animation: arrow_ani 1s forwards alternate-reverse infinite linear;
        cursor: pointer
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.box_arrow {
        top: 80px;
        left: 512px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.bag_arrow {
        top: 213px;
        left: 623px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.mouse_arrow {
        top: 143px;
        left: 757px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox {
        padding: 20px 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner {
        max-height: calc(100vh - 40px);
        height: 750px;
        width: 100vh;
        max-width: 440px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .title {
        width: 100%;
        font-size: 40px;
        color: #ff9e1b;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 2;
        text-align: center
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item {
        width: 100%;
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item.active {
        display: block
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs {
        width: 100%;
        top: auto;
        bottom: 10px;
        left: 0;
        display: flex
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs .tab {
        width: 87px;
        margin: 0 20px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .lightbox_close {
        position: absolute;
        width: 36px;
        top: 10px;
        right: 10px;
        z-index: 2
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .bundle {
        margin-bottom: 75px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow {
        position: absolute;
        width: 46px;
        transform: translate(0, 0);
        animation: arrow_ani 1s forwards alternate-reverse infinite linear;
        cursor: pointer
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.box_arrow {
        top: 0;
        left: 300px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.bag_arrow {
        top: 80px;
        left: 390px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .background .arrow.mouse_arrow {
        top: 42px;
        left: 480px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox {
        padding: 20px 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner {
        max-height: calc(100vh - 40px);
        height: 477px;
        width: 100vh;
        max-width: 280px;
        overflow: hidden
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .title {
        width: 100%;
        font-size: 30px;
        color: #ff9e1b;
        font-family: DINPro-CondBold, Roboto, 'Segoe UI', sans-serif !important;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 2;
        text-align: center
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item {
        width: 100%;
        display: none
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .products .product_item.active {
        display: block
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs {
        width: 100%;
        top: auto;
        bottom: 10px;
        left: 0;
        display: flex
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .tabs .tab {
        width: 66px;
        margin: 0 10px
    }
    .overviewContent.AsusTUFD15_2022 .bundle .lightbox .lightbox_inner .lightbox_close {
        position: absolute;
        width: 36px;
        top: 10px;
        right: 10px;
        z-index: 2
    }
}

@-webkit-keyframes arrow_ani {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(8px, -12px)
    }
}

@keyframes arrow_ani {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(8px, -12px)
    }
}

.overviewContent.AsusTUFD15_2022 .section.xbox .background>.imageContent {
    transition: background-image, .3s;
    background-image: url(images/PC/black.png);
    padding-bottom: 32.38281%
}

@media screen and (min-width:1921px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background>.imageContent {
        padding-bottom: 32.38281%
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background>.imageContent {
        padding-bottom: 32.38281%
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background>.imageContent {
        padding-bottom: 32.38281%
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background>.imageContent {
        padding-bottom: 60.82172%
    }
}

.overviewContent.AsusTUFD15_2022 .section.xbox .background.open .imageContent,
.overviewContent.AsusTUFD15_2022 .section.xbox .background.open_always .imageContent {
    background-image: url(images/PC/12_XBOX.jpg)
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open_always .imageContent {
        background-image: url(images/PC/12_XBOX.jpg)
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open_always .imageContent {
        background-image: url(images/PC/12_XBOX.jpg)
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open .imageContent,
    .overviewContent.AsusTUFD15_2022 .section.xbox .background.open_always .imageContent {
        background-image: url(images/PC/12_XBOX.jpg)
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox {
        padding-bottom: 250px
    }
    .overviewContent.AsusTUFD15_2022 .section.xbox .background {
        width: 2560px;
        left: 50%;
        margin-left: -1280px
    }
}

@media screen and (min-width:731px) and (max-width:1280px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox {
        padding-bottom: 150px
    }
    .overviewContent.AsusTUFD15_2022 .section.xbox .background {
        width: 1280px;
        left: 50%;
        margin-left: -640px
    }
}

@media screen and (max-width:730px) {
    .overviewContent.AsusTUFD15_2022 .section.xbox {
        padding-bottom: 75px
    }
    .overviewContent.AsusTUFD15_2022 .section.xbox .background {
        width: 730px;
        left: 50%;
        margin-left: -365px
    }
}

@media screen and (min-width:1281px) {
    .overviewContent.AsusTUFD15_2022 {
        margin-top: 90px
    }
}

.LevelFourProductPageHeader__wrapper__1tvNu.LevelFourProductPageHeader__stick__2Daul {
    position: fixed;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -o-transition: .5s background-color, .3s backdrop-filter;
    transition: background-color .5s, backdrop-filter .3s;
    background-color: rgba(0, 0, 0, .6)
}

.LevelFourProductPage__wrapper__1C9P7 .asusOfficialProductMenu .LevelFourProductPageHeader__wrapper__1tvNu {
    position: fixed !important;
}


/* .asusOfficialProductMenu {
  position:fixed !important;
} */

.overviewContent.AsusTUFD15_2022 .overview .background .mask_cover {
    transition: all 600ms ease 0s;
}