@font-face {
    font-family: Kairos-Sans-W06-Cond-Medium;
    src: url(fonts/Kairos-Sans-W06-Cond-Medium.eot);
    src: local("Kairos Sans W06 Cond Medium");
    src: local("Kairos-Sans-W06-Cond-Medium");
    src: url(fonts/Kairos-Sans-W06-Cond-Medium.eot) format("embedded-opentype");
    src: url(fonts/Kairos-Sans-W06-Cond-Medium.ttf) format("truetype");
    src: url(fonts/Kairos-Sans-W06-Cond-Medium.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: DIN-Condensed-Bold;
    src: url(fonts/DIN-Condensed-Bold.eot);
    src: local("DIN Condensed Bold");
    src: local("DIN-Condensed-Bold");
    src: url(fonts/DIN-Condensed-Bold.eot) format("embedded-opentype");
    src: url(fonts/DIN-Condensed-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(fonts/MYRIADPRO-REGULAR.eot);
    src: local("MYRIADPRO REGULAR");
    src: local("MYRIADPRO-REGULAR");
    src: url(fonts/MYRIADPRO-REGULAR.eot) format("embedded-opentype");
    src: url(fonts/MYRIADPRO-REGULAR.OTF) format("opentype");
    font-display: swap
}

@font-face {
    font-family: MYRIADPRO-BOLDCOND;
    src: local("MYRIADPRO REGULAR");
    src: local("MYRIADPRO-REGULAR");
    src: url(fonts/MYRIADPRO-BOLDCOND.OTF) format("opentype");
    font-display: swap
}

@font-face {
    font-family: CHAKRA-PETCH-700;
    src: local("CHAKRA-PETCH BOLD");
    src: local("CHAKRA-PETCH-BOLD");
    src: url(fonts/mars/Chakra_Petch/ChakraPetch-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-100;
    src: local("ROBOTO THIN");
    src: local("ROBOTO-THIN");
    src: url(fonts/mars/Roboto/Roboto-Thin.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-300;
    src: local("ROBOTO LIGHT");
    src: local("ROBOTO-LIGHT");
    src: url(fonts/mars/Roboto/Roboto-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-400;
    src: local("ROBOTO REGULAR");
    src: local("ROBOTO-REGULAR");
    src: url(fonts/mars/Roboto/Roboto-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-500;
    src: local("ROBOTO MEDIUM");
    src: local("ROBOTO-MEDIUM");
    src: url(fonts/mars/Roboto/Roboto-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-700;
    src: local("ROBOTO BOLD");
    src: local("ROBOTO-BOLD");
    src: url(fonts/mars/Roboto/Roboto-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: ROBOTO-900;
    src: local("ROBOTO BLACK");
    src: local("ROBOTO-BLACK");
    src: url(fonts/mars/Roboto/Roboto-Black.ttf) format("truetype");
    font-display: swap
}

@-webkit-keyframes thermal_fans {
    0% {
        opacity: 0
    }

    25% {
        opacity: .05
    }

    40% {
        opacity: .08
    }

    60% {
        opacity: .1
    }

    70% {
        opacity: .15
    }

    85% {
        opacity: .1
    }

    100% {
        opacity: 0
    }
}

@keyframes thermal_fans {
    0% {
        opacity: 0
    }

    25% {
        opacity: .05
    }

    40% {
        opacity: .08
    }

    60% {
        opacity: .1
    }

    70% {
        opacity: .15
    }

    85% {
        opacity: .1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes thermal_heat {
    0% {
        opacity: 0
    }

    15% {
        opacity: .3
    }

    30% {
        opacity: .3
    }

    45% {
        opacity: .2
    }

    60% {
        opacity: .2
    }

    75% {
        opacity: .2
    }

    85% {
        opacity: .2
    }

    100% {
        opacity: 0
    }
}

@keyframes thermal_heat {
    0% {
        opacity: 0
    }

    15% {
        opacity: .3
    }

    30% {
        opacity: .3
    }

    45% {
        opacity: .2
    }

    60% {
        opacity: .2
    }

    75% {
        opacity: .2
    }

    85% {
        opacity: .2
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes audio_anima {
    0% {
        opacity: 1;
        transform: translateY(650px)
    }

    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

@keyframes audio_anima {
    0% {
        opacity: 1;
        transform: translateY(650px)
    }

    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

@-webkit-keyframes audio_anima_mobile {
    0% {
        opacity: 1;
        transform: translateY(600px)
    }

    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

@keyframes audio_anima_mobile {
    0% {
        opacity: 1;
        transform: translateY(600px)
    }

    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.overviewContent .animated {
    opacity: 0;
    transition: all linear .5s
}

.overviewContent .fade {
    opacity: 1
}

.overviewContent .bg-wrap {
    width: 730px;
    position: relative;
    margin: 0 auto;
    left: 50%;
    margin-left: -365px
}

@media(min-width:731px) {
    .overviewContent .bg-wrap {
        width: 1280px;
        margin-left: -640px
    }
}

@media(min-width:1200px) {
    .overviewContent .bg-wrap {
        width: 2560px;
        margin-left: -1280px
    }
}

.overviewContent .bg-cover {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block
}

.overviewContent .bg-contain {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.overviewContent .img-cover {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.overviewContent .img-hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.overviewContent .d-none {
    display: none !important
}

@media(min-width:731px) {
    .overviewContent .d-md-none {
        display: none !important
    }
}

@media(min-width:1200px) {
    .overviewContent .d-lg-none {
        display: none !important
    }
}

@media(min-width:1200px) {
    .overviewContent .d-lg-flex {
        display: flex !important
    }
}

.container1{
    max-width: unset;
    padding: 0
}

.mainSections .main-container {
    position: relative;
    width: calc(100% - 30px);
    max-width: 320px;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 56px
}

@media(min-width:731px) {
    .mainSections .main-container {
        max-width: 470px
    }
}

@media(min-width:1200px) {
    .mainSections .main-container {
        max-width: 944px
    }
}

.overviewContent .title {
    text-transform: uppercase;
    color: #fff;
    font-family: Kairos-Sans-W06-Cond-Medium, Roboto, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 35px;
    line-height: 2.8125rem
}

@media(min-width:731px) {
    .overviewContent .title {
        font-size: 90px;
        line-height: 3.125rem
    }
}

@media(min-width:1200px) {
    .overviewContent .title {
        font-size: 90px;
        line-height: 99px
    }
}

.overviewContent .subTitle {
    color: #ff9e1b;
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    letter-spacing: .0005em;
    font-size: 20px;
    line-height: 1.1875rem;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .03em
}

@media(min-width:731px) {
    .overviewContent .subTitle {
        font-size: 1.5rem
    }
}

@media(min-width:1200px) {
    .overviewContent .subTitle {
        font-size: 30px;
        line-height: 2.5rem
    }
}

.overviewContent .text {
    font-family: MYRIADPRO-REGULAR, Roboto, sans-serif;
    font-weight: lighter;
    font-size: 19px;
    line-height: 25px;
}

@media(min-width:731px) {
    .overviewContent .text {
        font-size: 19px;
        line-height: 25px;
    }
}

@media(min-width:1200px) {
    .overviewContent .text {
        font-size: 19px;
        line-height: 30px;
    }
}

.overviewContent .subText {
    font-size: 19px;
    line-height: 25px;;
    color: #c4c4c4;
    margin-top: 20px
}

@media(min-width:731px) {
    .overviewContent .subText {
        font-size: 19px;
        line-height: 25px;;
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .overviewContent .subText {
        font-size: 19px;
        line-height: 30px;
    }
}

.overviewContent .mark {
    text-align: center;
    color: #ff9e1b;
    white-space: nowrap;
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .03em
}

@media(min-width:731px) {
    .overviewContent .mark {
        font-size: 35px;
        line-height: 1.5rem
    }
}

@media(min-width:1200px) {
    .overviewContent .mark {
        font-size: 35px;
        line-height: 35px;
    }
}

.overviewContent .mark .subMark:first-child {
    padding-bottom: 7px
}

.overviewContent .subMark {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-family: MYRIADPRO-REGULAR, Roboto, sans-serif;
    font-weight: lighter
}

.overviewContent .performance .subMark.hint {
    font-size: 19px;
    line-height: 1.125rem;
    margin-top: 0
}

@media(min-width:731px) {
    .overviewContent .subMark {
        font-size: 19px;
        line-height: 30px;
    }

    .overviewContent .performance .subMark.hint {
        font-size: 1rem
    }
}

@media(min-width:1200px) {
    .overviewContent .subMark {
        font-size: 19px;
        line-height: 30px;
    }

    .overviewContent .performance .subMark.hint {
        font-size: 1.125rem
    }
}

.overviewContent .btn {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    color: #c4c4c4;
    width: 122px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all linear .5s
}

@media(min-width:731px) {
    .overviewContent .btn {
        width: 178px;
        height: 56px
    }
}

@media(min-width:1200px) {
    .overviewContent .btn {
        width: 236px;
        height: 63px
    }
}

.overviewContent .btn .btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #c4c4c4;
    transition: all linear .5s;
    transform: translate(-50%, -42%);
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    font-size: 19px;
    line-height: 1rem
}

@media(min-width:731px) {
    .overviewContent .btn .btn-text {
        font-size: 35px;
        line-height: 1.5rem
    }
}

@media(min-width:1200px) {
    .overviewContent .btn .btn-text {
        font-size: 30px;
        line-height: 30px;
    }
}

.overviewContent .btn:hover .btn-text {
    color: #ff9e1b;
    transition: all linear .5s
}

.overviewContent .btn.active .btn-bg {
    fill: #ff9e1b;
    stroke: none;
    transition: all linear .5s
}

.overviewContent .btn.active .btn-line {
    stroke: #ff9e1b
}

.overviewContent .btn.active .btn-text {
    color: #111
}

.overviewContent .l-kspL {
    background-image: url(images/TUF_l.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 71px;
    position: fixed;
    left: 29px;
    bottom: 32px;
    z-index: 99;
    display: none;
    opacity: 0;
    z-index: -1;
    transition: all ease-in .3s
}

@media(min-width:731px) {
    .overviewContent .l-kspL {
        display: block
    }
}

@media(min-width:1200px) {
    .overviewContent .l-kspL {
        width: 12vw;
        height: 12vh;
        max-width: 200px;
        max-height: 180px;
        left: 60px;
        bottom: 79px
    }
}

.overviewContent .l-kspL.fade {
    opacity: 1;
    transition: all ease-in .3s;
    z-index: 20
}

.overviewContent .l-kspR {
    background-image: url(images/TUF_r.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 85px;
    height: 50px;
    position: fixed;
    right: 23px;
    bottom: 43px;
    z-index: 99;
    display: none;
    opacity: 0;
    z-index: -1;
    transition: all ease-in .3s
}

@media(min-width:731px) {
    .overviewContent .l-kspR {
        display: block
    }
}

@media(min-width:1200px) {
    .overviewContent .l-kspR {
        width: 15vw;
        height: 15vh;
        max-width: 250px;
        max-height: 145px;
        right: 60px;
        bottom: 79px
    }
}

.overviewContent .l-kspR.fade {
    opacity: 1;
    transition: all ease-in .3s;
    z-index: 20
}

.overviewContent .l-anchorList {
    text-decoration: none;
    position: fixed;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.125rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(225, 225, 225, .7);
    display: none;
    opacity: 0;
    text-shadow: 0 0 3.75px rgba(255, 224, 115, .25);
    transition: all ease-in-out .3s
}

@media(min-width:1680px) {
    .overviewContent .l-anchorList {
        display: none
    }
}

@media(min-width:1680px) {
    .overviewContent .l-anchorList.fade {
        transition: all ease-in-out .3s;
        opacity: 1
    }
}

@media(min-width:1680px) {
    .overviewContent .l-anchorList.active {
        transition: all ease-in-out .3s;
        display: flex;
        flex-direction: column
    }
}

.overviewContent .l-anchorList .l-anchorList__item:last-child {
    margin-bottom: 0
}

.overviewContent .l-anchorList__item {
    color: rgba(225, 225, 225, .7);
    position: relative;
    background-color: unset;
    border: unset;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease .3s
}

.overviewContent .l-anchorList__item:hover {
    text-decoration: none
}

.overviewContent .l-anchorList__item__name {
    margin-right: 5px;
    display: inline
}

.overviewContent .l-anchorList__item__line {
    background-image: url(images/arrow.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    transition: all ease .3s
}

.overviewContent .l-anchorList__item__line::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -2px;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0;
    transition: all ease .3s
}

.overviewContent .l-anchorList__item:hover .l-anchorList__item__line::after {
    opacity: 1;
    width: 30px;
    height: 10px;
    transition: all ease .3s
}

.overviewContent .l-anchorList__item.active .l-anchorList__item__name {
    margin-right: 25px;
    font-weight: 700;
    font-size: 30px;
    transition: all ease .3s
}

.overviewContent .l-anchorList__item.active {
    color: #ff9e1b
}

.overviewContent .l-anchorList__item.active .l-anchorList__item__line {
    background-image: url(images/arrow_active.svg);
    width: 30px;
    height: 10px;
    transition: all ease .3s
}

.overviewContent .l-tl {
    background-image: url(images/l_tl.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 49px;
    left: 40px;
    z-index: 99;
    display: none;
    transition: all ease-in .3s;
    opacity: 0
}

@media(min-width:1200px) {
    .overviewContent .l-tl {
        display: block;
        width: 7vw;
        height: 7vh;
        max-width: 90px;
        max-height: 90px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-tl {
        width: 90px;
        height: 90px
    }
}

.overviewContent .l-tl.fade {
    transition: all ease-in .3s;
    top: 59px;
    left: 50px;
    opacity: 1
}

.overviewContent .l-tr {
    background-image: url(images/l_tr.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 49px;
    right: 40px;
    z-index: 99;
    display: none;
    transition: all ease-in .3s;
    opacity: 0
}

@media(min-width:1200px) {
    .overviewContent .l-tr {
        display: block;
        width: 7vw;
        height: 7vh;
        max-width: 90px;
        max-height: 90px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-tr {
        width: 90px;
        height: 90px
    }
}

.overviewContent .l-tr.fade {
    transition: all ease-in .3s;
    top: 59px;
    right: 50px;
    opacity: 1
}

.overviewContent .l-bl {
    background-image: url(images/l_bl.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 76px;
    left: 40px;
    z-index: 99;
    display: none;
    transition: all ease-in .3s;
    opacity: 0
}

@media(min-width:1200px) {
    .overviewContent .l-bl {
        display: block;
        width: 7vw;
        height: 7vh;
        max-width: 90px;
        max-height: 90px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-bl {
        width: 90px;
        height: 90px
    }
}

.overviewContent .l-bl.fade {
    transition: all ease-in .3s;
    bottom: 86px;
    left: 50px;
    opacity: 1
}

.overviewContent .l-br {
    background-image: url(images/l_br.png);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 76px;
    right: 40px;
    z-index: 99;
    display: none;
    transition: all ease-in .3s;
    opacity: 0
}

@media(min-width:1200px) {
    .overviewContent .l-br {
        display: block;
        width: 7vw;
        height: 7vh;
        max-width: 90px;
        max-height: 90px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-br {
        width: 90px;
        height: 90px
    }
}

.overviewContent .l-br.fade {
    transition: all ease-in .3s;
    bottom: 86px;
    right: 50px;
    opacity: 1
}

.overviewContent .l-tag {
    overflow: hidden;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 50px;
    left: 27px;
    height: 48px;
    opacity: 0;
    transition: all linear .5s;
    transition-duration: .2s
}

@media(min-width:731px) {
    .overviewContent .l-tag {
        left: 29px
    }
}

@media(min-width:1200px) {
    .overviewContent .l-tag {
        top: 102px;
        left: 103px;
        height: 81px
    }
}

.overviewContent .l-tag.fade {
    transition: all linear .5s;
    transition-duration: .2s;
    width: 140px;
    opacity: 1
}

@media(min-width:1200px) {
    .overviewContent .l-tag.fade {
        width: 235px
    }
}

.overviewContent .l-tag__group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .3s
}

@media(min-width:1200px) {
    .overviewContent .l-tag__group {
        width: 15vw;
        height: 10vh;
        max-width: 236px;
        max-height: 63px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-tag__group {
        width: 236px;
        height: 63px
    }
}

.overviewContent .l-tag__group__bg {
    fill: #ff9e1b
}

.overviewContent .l-tag__group__num {
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    font-size: .625rem;
    line-height: .625rem;
    position: absolute;
    top: -5px;
    left: 3px
}

@media(min-width:1200px) {
    .overviewContent .l-tag__group__num {
        font-size: 18px;
        line-height: 1.125rem;
        top: -19px
    }
}

@media(min-width:1680px) {
    .overviewContent .l-tag__group__num {
        top: -15px
    }
}

.overviewContent .l-tag__group__title {
    font-family: DIN-Condensed-Bold, Roboto, sans-serif;
    font-weight: lighter;
    color: #111;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%)
}

@media(min-width:1200px) {
    .overviewContent .l-tag__group__title {
        font-size: 35px;
        line-height: 35px;
    }
}

.mainSections {
    transition: all linear .5s;
    position: relative;
    overflow: hidden
}

@media(min-width:731px) {
    .mainSections .title {
        margin-bottom: -50px
    }
}

@media(min-width:1200px) {
    .mainSections .title {
        position: relative;
        text-align: center;
        margin-bottom: 0
    }
}

.mainSections .text {
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    max-width: 320px
}

@media(min-width:731px) {
    .mainSections .text {
        max-width: 610px;
        margin-top: 54px
    }
}

@media(min-width:1200px) {
    .mainSections .text {
        max-width: 1000px;
        margin-bottom: 30px
    }
}

@media(min-width:1680px) {
    .mainSections .text {
        max-width: 1279px
    }
}

.mainSections .subText {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    max-width: 320px
}

@media(min-width:731px) {
    .mainSections .subText {
        margin-top: 97px;
        max-width: 610px
    }
}

@media(min-width:1200px) {
    .mainSections .subText {
        max-width: 100%
    }
}

.mainSections .mark {
    background-color: unset
}

.mainSections .kv {
    margin-bottom: 13px;
    height: 303px
}

@media(min-width:731px) {
    .mainSections .kv {
        margin-bottom: 16px;
        height: 432px
    }
}

@media(min-width:1200px) {
    .mainSections .kv {
        margin-bottom: 0;
        height: 900px
    }
}

@media(min-width:1680px) {
    .mainSections .kv {
        height: 1081px
    }
}

.mainSections .kv.bg {
    background-image: url(images/kv.jpg)
}

@media(min-width:731px) {
    .mainSections .kv.bg {
        background-image: url(images/kv.jpg)
    }
}

@media(min-width:1200px) {
    .mainSections .kv.bg {
        background-image: url(images/kv.jpg)
    }
}

.mainSections .kv.bg-webp {
    background-image: url(images/kv.webp)
}

@media(min-width:731px) {
    .mainSections .kv.bg-webp {
        background-image: url(images/kv.webp)
    }
}

@media(min-width:1200px) {
    .mainSections .kv.bg-webp {
        background-image: url(images/kv.webp)
    }
}

.mainSections .kvGradual {
    position: absolute;
    top: 280px;
    z-index: 10;
    height: 46px;
    width: 100%
}

@media(min-width:599px) {
    .mainSections .kvGradual {
        top: 295px
    }
}

@media(min-width:731px) {
    .mainSections .kvGradual {
        top: 395px;
        height: 86px
    }
}

@media(min-width:1200px) {
    .mainSections .kvGradual {
        top: 850px;
        height: 186px
    }
}

@media(min-width:1680px) {
    .mainSections .kvGradual {
        top: 950px
    }
}

.mainSections .kvGradual.bg {
    background-image: url(images/kv_gradual.png)
}

.mainSections .kvGradual.bg-webp {
    background-image: url(images/kv_gradual.webp)
}

.mainSections .ksp {
    position: relative
}

.mainSections .ksp__info__bg img {
    width: 100%;
    position: absolute
}

.mainSections .ksp__info__container {
    padding-top: calc(150px + 55vw);
    width: 100%;
    height: 100%;
    width: calc(100vw - 39px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 15
}

@media(min-width:731px) {
    .mainSections .ksp__info__container {
        padding-top: 80vw;
        max-width: 452px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container {
        max-width: 938px
    }
}

@media(min-width:2099px) {
    .mainSections .ksp__info__container {
        padding-top: 70vw
    }
}

.mainSections .ksp__info__container .ksp__info_tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: .75rem
}

.mainSections .ksp__info__container .ksp__info_tit h2 {
    margin-bottom: unset;
    width: 270px;
    overflow: hidden;
    max-height: 100px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container .ksp__info_tit h2 {
        width: 90%
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container .ksp__info_tit h2 {
        width: 71%
    }
}

.mainSections .ksp__info__container .ksp__info_tit .title_span {
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.mainSections .ksp__info__container__title {
    width: 15%;
    position: relative;
    z-index: 20;
    height: 28px;
    bottom: 2px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__title {
        height: 59px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__title {
        margin-bottom: .2rem;
        height: 70px
    }
}

.mainSections .ksp__info__container__title.bg {
    background-image: url(images/ksp_info_title.png)
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__title.bg {
        background-image: url(images/ksp_info_title.png)
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__title.bg {
        background-image: url(images/ksp_info_title.png)
    }
}

.mainSections .ksp__info__container__title.bg-webp {
    background-image: url(images/ksp_info_title.svg)
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__title.bg-webp {
        background-image: url(images/ksp_info_title.svg)
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__title.bg-webp {
        background-image: url(images/ksp_info_title.svg)
    }
}

.mainSections .ksp__info__container__heading {
    font-size: 19px;
    font-family: Kairos-Sans-W06-Cond-Medium, Roboto, sans-serif;
    font-weight: lighter;
    color: #c4c4c4;
    margin-bottom: 25px;
    text-align: center
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__heading {
        font-size: 23px;
        margin-bottom: 22px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__heading {
        font-size: 40px;
        margin-bottom: 50px
    }
}

.mainSections .ksp__info__container__RTXbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    margin-bottom: 52px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__RTXbox {
        width: 359px;
        margin-bottom: 46px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__RTXbox {
        width: 35.9vw;
        margin-bottom: 86px
    }
}

.mainSections .ksp__info__container__RTXbox__RTX {
    margin-right: 28px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__RTXbox__RTX {
        margin-right: 79px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__RTXbox__RTX {
        margin-right: 72px
    }
}

.mainSections .ksp__info__container__RTXbox__RTX img {
    height: 30px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__RTXbox__RTX img {
        height: 38px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__RTXbox__RTX img {
        height: 63px
    }
}

.mainSections .ksp__info__container__RTXbox__GPS img {
    height: 27px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__RTXbox__GPS img {
        height: 36px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__RTXbox__GPS img {
        height: 68px
    }
}

.mainSections .ksp__info__container__list {
    display: flex;
    flex-direction: column
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__list {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 600px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list {
        width: 1170px;
        margin-left: 50px
    }
}

.mainSections .ksp__info__container__list__item {
    display: flex;
    margin-bottom: 20px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__list__item {
        margin-bottom: 30px;
        width: 48%
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item {
        align-items: start;
        margin-bottom: 50px;
        height: auto
    }
}

.mainSections .ksp__info__container__list__item a {
    text-decoration: none;
    color: #fff
}

.mainSections .ksp__info__container__list__item:nth-child(1) .ksp__info__container__list__item__icon img {
    width: 100%;
    padding: 10%
}

.mainSections .ksp__info__container__list__item:nth-child(2) .ksp__info__container__list__item__icon img {
    width: 100%
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item:nth-child(2) .ksp__info__container__list__item__icon img {
        transform: translate3d(0, 20px, 0)
    }
}

.mainSections .ksp__info__container__list__item:nth-child(3) .ksp__info__container__list__item__icon img {
    width: 100%
}

.mainSections .ksp__info__container__list__item:nth-child(4) .ksp__info__container__list__item__icon img {
    width: 100%
}

.mainSections .ksp__info__container__list__item:nth-child(5) .ksp__info__container__list__item__icon img {
    height: 100%;
    transform: translateX(8px)
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item:nth-child(5) .ksp__info__container__list__item__icon img {
        transform: translateX(15px)
    }
}

.mainSections .ksp__info__container__list__item:nth-child(6) .ksp__info__container__list__item__icon img {
    height: 100%;
    transform: translateX(8px)
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item:nth-child(6) .ksp__info__container__list__item__icon img {
        transform: translateX(15px)
    }
}

.mainSections .ksp__info__container__list__item__intro {
    flex: 1;
    max-width: 350px
}

.mainSections .ksp__info__container__list__item__intro__text {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;;
    font-family: MYRIADPRO-REGULAR, Roboto, sans-serif;
    font-weight: lighter
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__list__item__intro__text {
        font-size: 19px;
        line-height: 25px;
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item__intro__text {
        font-size: 18px;
        line-height: 30px;
    }
}

.mainSections .ksp__info__container__list__item__icon {
    margin-right: 17px;
    width: 60px;
    height: 51px
}

@media(min-width:731px) {
    .mainSections .ksp__info__container__list__item__icon {
        margin-right: 20px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info__container__list__item__icon {
        margin-right: 32px;
        width: 130px;
        height: 122px
    }
}

.mainSections .ksp__info .ksp__gradual {
    position: absolute;
    display: none;
    z-index: 10
}

@media(min-width:731px) {
    .mainSections .ksp__info .ksp__gradual {
        top: 840px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info .ksp__gradual {
        display: block;
        top: 1150px
    }
}

.mainSections .ksp__info .ksp__gradual.bg {
    background-image: url(images/kv_gradual.png);
    width: 100%
}

@media(min-width:731px) {
    .mainSections .ksp__info .ksp__gradual.bg {
        height: 86px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info .ksp__gradual.bg {
        height: 186px
    }
}

.mainSections .ksp__info .ksp__gradual.bg-webp {
    background-image: url(images/kv_gradual.webp);
    width: 100%
}

@media(min-width:731px) {
    .mainSections .ksp__info .ksp__gradual.bg-webp {
        height: 86px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__info .ksp__gradual.bg-webp {
        height: 186px
    }
}

.mainSections .ksp__award .ksp__gradual {
    position: absolute;
    top: 120vw;
    z-index: 10
}

@media(min-width:731px) {
    .mainSections .ksp__award .ksp__gradual {
        top: 915px
    }
}

@media(min-width:849px) {
    .mainSections .ksp__award .ksp__gradual {
        top: 1100px
    }
}

@media(min-width:949px) {
    .mainSections .ksp__award .ksp__gradual {
        top: 1200px
    }
}

@media(min-width:949px) {
    .mainSections .ksp__award .ksp__gradual {
        top: 1355px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__award .ksp__gradual {
        display: block;
        top: calc(126vw + 45px)
    }
}

@media(min-width:1680px) {
    .mainSections .ksp__award .ksp__gradual {
        top: calc(65vw + 1190px)
    }
}

@media(min-width:2099px) {
    .mainSections .ksp__award .ksp__gradual {
        top: calc(65vw + 1010px)
    }
}

@media(min-width:2499px) {
    .mainSections .ksp__award .ksp__gradual {
        top: calc(65vw + 970px)
    }
}

.mainSections .ksp__award .ksp__gradual.bg {
    background-image: url(images/kv_gradual.png);
    width: 100%;
    height: 200px
}

@media(min-width:731px) {
    .mainSections .ksp__award .ksp__gradual.bg {
        height: 400px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__award .ksp__gradual.bg {
        height: 250px
    }
}

@media(min-width:1680px) {
    .mainSections .ksp__award .ksp__gradual.bg {
        height: 230px
    }
}

@media(min-width:2499px) {
    .mainSections .ksp__award .ksp__gradual.bg {
        height: 380px
    }
}

.mainSections .ksp__award .ksp__gradual.bg-webp {
    background-image: url(images/kv_gradual.webp);
    width: 100%;
    height: 200px
}

@media(min-width:731px) {
    .mainSections .ksp__award .ksp__gradual.bg-webp {
        height: 400px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__award .ksp__gradual.bg-webp {
        height: 250px
    }
}

@media(min-width:1680px) {
    .mainSections .ksp__award .ksp__gradual.bg-webp {
        height: 230px
    }
}

@media(min-width:2499px) {
    .mainSections .ksp__award .ksp__gradual.bg-webp {
        height: 380px
    }
}

.mainSections .ksp__award__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width:731px) {
    .mainSections .ksp__award__container {
        max-width: 604px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__award__container {
        max-width: 950px
    }
}

.mainSections .ksp__award__container__video {
    position: relative;
    transition: all ease .3s
}

.mainSections .ksp__award__container__video:hover .ksp__award__container__video__btn.pause {
    transition: all ease .3s;
    opacity: 1
}

.mainSections .ksp__award__container__video__btn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease .3s
}

@media(min-width:731px) {
    .mainSections .ksp__award__container__video__btn {
        width: 80px;
        height: 80px
    }
}

@media(min-width:1200px) {
    .mainSections .ksp__award__container__video__btn {
        width: 100px;
        height: 100px
    }
}

.mainSections .ksp__award__container__video__btn.bg {
    background-image: url(images/play.png)
}

.mainSections .ksp__award__container__video__btn.bg-webp {
    background-image: url(images/play.webp);
}

.mainSections .ksp__award__container__video__btn.pause {
    transition: all ease .3s;
    opacity: 0
}

@media(min-width:1200px) {
    .mainSections .design {
        margin-bottom: 126px
    }
}

.mainSections .design__bg {
    min-height: 800px
}

.mainSections .design__bg img {
    height: 1000px;
    left: -50%;
    position: absolute;
    min-height: 800px
}

@media(min-width:731px) {
    .mainSections .design__bg img {
        top: unset;
        left: 0;
        min-height: unset
    }
}

@media(min-width:1200px) {
    .mainSections .design__bg img {
        width: 100%;
        padding-top: 0
    }
}

@media(min-width:731px) {
    .mainSections .design__bg img.fixed {
        position: fixed;
        top: 0
    }
}

@media(min-width:1200px) {
    .mainSections .design__bg img.fixed {
        left: 50%
    }
}

.mainSections .design .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    margin-top: 0;
    flex-direction: column-reverse;
    padding-bottom: 40px
}

@media(min-width:731px) {
    .mainSections .design .main-container {
        margin-top: 120px
    }
}

@media(min-width:1200px) {
    .mainSections .design .main-container {
        max-width: 80%;
        flex-direction: row;
        margin-top: 240px;
        padding-bottom: 190px
    }
}

.mainSections .design .container1{
    z-index: 2;
    max-width: 60.5%;
    margin: auto;
    min-height: 550px
}

@media(min-width:731px) {
    .mainSections .design .container1{
        padding-bottom: 64px
    }
}

@media(min-width:1200px) {
    .mainSections .design .container1{
        min-height: 600px
    }
}

.mainSections .design .title {
    position: absolute;
    top: 15px;
    text-align: center;
    margin-bottom: 10px
}

@media(min-width:731px) {
    .mainSections .design .title {
        margin-bottom: 16px;
        top: 0
    }
}

@media(min-width:1200px) {
    .mainSections .design .title {
        position: relative;
        text-align: start;
        margin-bottom: 32px
    }
}

.mainSections .design .text {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 64px;
    max-width: 342px
}

@media(min-width:731px) {
    .mainSections .design .text {
        margin-left: unset;
        margin-right: unset;
        text-align: start;
        margin-top: 95px;
        margin-bottom: 30px;
        max-width: 452px
    }
}

@media(min-width:1200px) {
    .mainSections .design .text {
        margin-top: 64px;
        margin-bottom: 32px;
        max-width: 944px
    }
}

.mainSections .design .subTitle {
    text-align: center;
    margin-bottom: 10px
}

@media(min-width:1200px) {
    .mainSections .design .subTitle {
        margin-bottom: 30px
    }
}

@media(min-width:731px) {
    .mainSections .design__mark__fix {
        width: 116.5px
    }
}

@media(min-width:1200px) {
    .mainSections .design__mark__fix {
        width: 170px
    }
}

.mainSections .design__btnGroup {
    position: absolute;
    top: 280px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 44px
}

@media(min-width:731px) {
    .mainSections .design__btnGroup {
        top: 370px
    }
}

@media(min-width:1200px) {
    .mainSections .design__btnGroup {
        position: relative;
        top: 0;
        justify-content: flex-start;
        margin-bottom: 0
    }
}

.mainSections .design__btnGroup button:nth-child(1) {
    margin-right: 30px
}

@media(min-width:731px) {
    .mainSections .design__btnGroup button:nth-child(1) {
        margin-right: 40px
    }
}

@media(min-width:1200px) {
    .mainSections .design__btnGroup button:nth-child(1) {
        margin-right: 90px
    }
}

.mainSections .design__btnGroup span {
    background: rgba(255, 255, 255, 0);
    color: #000
}

.mainSections .design__pd {
    width: 100%
}

@media(min-width:1200px) {
    .mainSections .design__pd {
        width: 51%;
        position: relative
    }
}

.mainSections .design__pd__mecha {
    display: none;
    justify-content: center;
    opacity: 0;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
    transition-duration: .4s;
    transform: translateX(0)
}

@media(min-width:731px) {
    .mainSections .design__pd__mecha {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd__mecha {
        margin-bottom: 128px
    }
}

.mainSections .design__pd__mecha.active {
    display: flex;
    transform: translateX(280px);
    transition-duration: .8s
}

.mainSections .design__pd__mecha.fade {
    opacity: 1;
    transition: all ease-in-out .3s;
    transition-duration: .4s;
    transform: translateX(0)
}

.mainSections .design__pd__mecha img {
    filter: drop-shadow(-8px -8px 23px rgba(0, 0, 0, .7));
    height: 217px
}

@media(min-width:731px) {
    .mainSections .design__pd__mecha img {
        height: 317px
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd__mecha img {
        height: 460px
    }
}

@media(min-width:1680px) {
    .mainSections .design__pd__mecha img {
        height: 580px
    }
}

.mainSections .design__pd__jaeger {
    display: none;
    justify-content: center;
    opacity: 0;
    transition: all ease-in-out .3s;
    transition-duration: .4s;
    transform: translateX(0);
    margin-bottom: 20px
}

@media(min-width:731px) {
    .mainSections .design__pd__jaeger {
        margin-bottom: 14px
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd__jaeger {
        margin-bottom: 128px
    }
}

.mainSections .design__pd__jaeger.active {
    display: flex;
    transform: translateX(-280px);
    transition-duration: .8s
}

.mainSections .design__pd__jaeger.fade {
    opacity: 1;
    transition: all ease-in-out .3s;
    transition-duration: .4s;
    transform: translateX(0)
}

.mainSections .design__pd__jaeger img {
    filter: drop-shadow(-8px -8px 23px rgba(0, 0, 0, .7));
    height: 217px
}

@media(min-width:731px) {
    .mainSections .design__pd__jaeger img {
        height: 317px
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd__jaeger img {
        height: 460px
    }
}

@media(min-width:1680px) {
    .mainSections .design__pd__jaeger img {
        height: 580px
    }
}

.mainSections .design__pd .subTitle {
    margin-bottom: 8px
}

@media(min-width:731px) {
    .mainSections .design__pd .subTitle {
        margin-bottom: 15px
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd .subTitle {
        margin-bottom: 20px
    }
}

.mainSections .design__pd .text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    max-width: 281px;
    text-align: start
}

@media(min-width:731px) {
    .mainSections .design__pd .text {
        margin-bottom: 30px;
        max-width: 452px
    }
}

@media(min-width:1200px) {
    .mainSections .design__pd .text {
        max-width: 627px;
        margin-bottom: 192px
    }
}

.mainSections .design__info {
    display: flex;
    justify-content: center
}

@media(min-width:1200px) {
    .mainSections .design__info {
        display: block;
        width: 47.2005208333%
    }
}

.mainSections .design__info .text {
    margin-top: 64px
}

@media(min-width:1200px) {
    .mainSections .design__info .text {
        margin-top: 0
    }
}

.mainSections .design__swiperInfo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

@media(min-width:1200px) {
    .mainSections .design__swiperInfo {
        width: 44.8805460751%;
        padding-left: 90px;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.mainSections .design__swiperInfo .subTitle {
    margin-bottom: 20px
}

.mainSections .design__swiperInfo .text {
    margin: unset
}

.mainSections .design .design_swiper_img {
    width: 100%
}

.mainSections .design .swiper {
    margin: auto
}

.mainSections .design .swiper-design-pagination {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
    bottom: -25px;
    padding-left: 8vw
}

@media(min-width:1200px) {
    .mainSections .design .swiper-design-pagination {
        bottom: 10px;
        width: 40%;
        margin-right: unset;
        margin-left: auto;
        padding-left: 30px
    }
}

.mainSections .design .swiper-design-pagination .swiper-pagination-bullet {
    background: #c4c4c4;
    opacity: 1;
    width: 20%;
    border-radius: unset;
    height: 3px;
    margin-right: 4.5px
}

@media(min-width:1680px) {
    .mainSections .design .swiper-design-pagination .swiper-pagination-bullet {
        width: 23%
    }
}

.mainSections .design .swiper-design-pagination .swiper-pagination-bullet-active {
    background: #ff9e1b
}

.mainSections .design .swiper .swiper-wrapper {
    align-items: center
}

.mainSections .design .swiper .design__swiper__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media(min-width:1200px) {
    .mainSections .design .swiper .design__swiper__box {
        flex-wrap: nowrap;
        flex-direction: row
    }
}

.mainSections .design .swiper .swiper-fade {
    opacity: 0;
    transition: all 250ms 250ms
}

.mainSections .design .swiper .swiper-slide-prev>.swiper-fade {
    transform: translateX(85px)
}

.mainSections .design .swiper .swiper-slide-next>.swiper-fade {
    transform: translateX(-85px)
}

.mainSections .design .swiper .swiper-slide-active>.swiper-fade {
    transform: none;
    opacity: 1;
    transition-duration: .2s
}

.mainSections .design .swiper .delay-extra {
    transition-delay: 375ms
}

.mainSections .design .swiper-arrow-group {
    display: flex;
    position: relative;
    height: 100px;
    top: -330px;
    width: 100%
}

@media(min-width:731px) {
    .mainSections .design .swiper-arrow-group {
        top: -265px
    }
}

@media(min-width:1200px) {
    .mainSections .design .swiper-arrow-group {
        top: -40px;
        margin-left: 43.5%;
        width: 15%
    }
}

.mainSections .design .swiper-arrow-group .design_btn_prev {
    background-image: none;
    right: -40px
}

@media(min-width:731px) {
    .mainSections .design .swiper-arrow-group .design_btn_prev {
        right: 0
    }
}

.mainSections .design .swiper-arrow-group .design_btn_next {
    background-image: none;
    left: -40px
}

@media(min-width:731px) {
    .mainSections .design .swiper-arrow-group .design_btn_next {
        left: 0
    }
}

.mainSections .design .swiper-arrow-bar {
    width: 55.625%
}

.mainSections .design .swiper-arrow-bar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.0524344569vw;
    background-repeat: no-repeat
}

@media(min-width:1200px) {
    .mainSections .design .swiper-arrow-bar::after {
        background-image: url(images/bar_long.svg);
        margin-top: -195px;
        left: calc(54vw - 1030px)
    }
}

@media(min-width:1680px) {
    .mainSections .design .swiper-arrow-bar::after {
        left: calc(40vw - 810px)
    }
}

.mainSections .design .swiper picture {
    width: 85%
}

@media(min-width:731px) {
    .mainSections .design .swiper picture {
        width: 50%
    }
}

@media(min-width:1200px) {
    .mainSections .design .swiper picture {
        width: 55.1194539249%
    }
}

.mainSections .performance__bg {
    z-index: 0;
    position: absolute;
    height: 602px
}

@media(min-width:731px) {
    .mainSections .performance__bg {
        height: 0;
        padding-top: 78.3854166667%
    }
}

@media(min-width:1200px) {
    .mainSections .performance__bg {
        height: 100vh;
        padding-top: 0
    }

    .mainSections .performance__bg.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateY(0) translateX(0)
    }
}

.mainSections .performance__bg.bg {
    background-image: url(images/performance_bg.png)
}

@media(min-width:731px) {
    .mainSections .performance__bg.bg {
        background-image: url(images/performance_bg.png)
    }
}

@media(min-width:1200px) {
    .mainSections .performance__bg.bg {
        background-image: url(images/performance_bg.png)
    }
}

.mainSections .performance__bg.bg-webp {
    background-image: url(images/performance_bg.png)
}

@media(min-width:731px) {
    .mainSections .performance__bg.bg-webp {
        background-image: url(images/performance_bg.webp)
    }
}

@media(min-width:1200px) {
    .mainSections .performance__bg.bg-webp {
        background-image: url(images/performance_bg.webp)
    }
}

.mainSections .performance .main-container {
    z-index: 30
}

.mainSections .performance .container1{
    width: 350px;
    padding-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .performance .container1{
        width: calc(100% - 50px);
        padding-top: 115px;
        max-width: 452px;
        padding-bottom: 35px
    }
}

@media(min-width:1200px) {
    .mainSections .performance .container1{
        padding-top: 99px;
        padding-bottom: 40px;
        max-width: 952px
    }
}

.mainSections .performance .title {
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .mainSections .performance .title {
        margin-bottom: 45px
    }
}

.mainSections .performance .subText,
.mainSections .performance .text {
    text-align: center
}

.mainSections .performance .subText {
    font-size: 15px;
}

.mainSections .performance .hint {
    text-align: center;
    margin-top: 24px;
    color: #c4c4c4;
    font-family: MYRIADPRO-REGULAR, Roboto, sans-serif;
    font-weight: lighter;
    font-size: 1.125rem
}

.mainSections .performance__feature {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 15px
}

@media(min-width:731px) {
    .mainSections .performance__feature {
        max-width: 768px
    }
}

@media(min-width:1029px) {
    .mainSections .performance__feature {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__feature {
        max-width: 1144px
    }
}

.mainSections .performance__feature .mark {
    width: 50%;
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .performance__feature .mark {
        width: 33.3333333333%;
        margin-bottom: 35px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__feature .mark {
        margin-bottom: 40px
    }
}

.mainSections .performance .swiper {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 1420px;
    height: 540px
}

@media(min-width:731px) {
    .mainSections .performance .swiper {
        height: unset
    }
}

@media(min-width:1029px) {
    .mainSections .performance .swiper {
        margin-left: 100px;
        margin-right: 100px
    }
}

@media(min-width:1200px) {
    .mainSections .performance .swiper {
        width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 107px
    }
}

@media(min-width:1680px) {
    .mainSections .performance .swiper {
        width: calc(100% - 776px)
    }
}

.mainSections .performance .swiper-arrow-group {
    display: flex;
    justify-content: center;
    position: relative;
    width: 95%;
    height: 100px;
    margin: auto;
    top: -360px
}

@media(min-width:731px) {
    .mainSections .performance .swiper-arrow-group {
        top: -200px
    }
}

@media(min-width:1200px) {
    .mainSections .performance .swiper-arrow-group {
        justify-content: flex-end;
        top: 0;
        margin: unset
    }
}

.mainSections .performance .swiper-arrow-group::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.0524344569vw;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -30px
}

@media(min-width:1200px) {
    .mainSections .performance .swiper-arrow-group::after {
        background-image: url(images/bar_long.svg)
    }
}

.mainSections .performance .swiper-arrow-group .group {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media(min-width:449px) {
    .mainSections .performance .swiper-arrow-group .group {
        width: 90%
    }
}

@media(min-width:549px) {
    .mainSections .performance .swiper-arrow-group .group {
        width: 80%
    }
}

@media(min-width:731px) {
    .mainSections .performance .swiper-arrow-group .group {
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .performance .swiper-arrow-group .group {
        width: 18.0412371134%
    }
}

.mainSections .performance .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px
}

@media(min-width:731px) {
    .mainSections .performance .swiper-slide {
        height: 300px
    }
}

@media(min-width:731px) {
    .mainSections .performance .swiper-slide {
        flex-direction: row
    }
}

@media(min-width:1200px) {
    .mainSections .performance .swiper-slide {
        height: 386px
    }
}

.mainSections .performance .swiper-slide .subTitle {
    margin-bottom: 11px
}

@media(min-width:1200px) {
    .mainSections .performance .swiper-slide .subTitle {
        margin-bottom: 25px
    }
}

@media(min-width:731px) {
    .mainSections .performance .swiper-slide .text {
        text-align: left
    }
}

.mainSections .performance__swiperImg1 {
    max-width: 400px
}

.mainSections .performance__swiperImg1 img {
    width: 100%;
    height: 214px;
    z-index: -1;
    transform: translateX(50px)
}

@media(min-width:731px) {
    .mainSections .performance__swiperImg1 img {
        transform: scale(1.4) translateX(50px)
    }
}

@media(min-width:1200px) {
    .mainSections .performance__swiperImg1 img {
        transform: scale(1.5) translateX(50px)
    }
}

@media(min-width:1680px) {
    .mainSections .performance__swiperImg1 img {
        transform: scale(1.6) translateX(50px)
    }
}

@media(min-width:1919px) {
    .mainSections .performance__swiperImg1 img {
        transform: scale(1.66) translateX(30px)
    }
}

.mainSections .performance__swiperImg2 {
    max-width: 400px
}

.mainSections .performance__swiperImg2 img {
    width: 100%;
    height: 170px;
    transform: scale(1.1);
    transform: translateX(30px)
}

@media(min-width:731px) {
    .mainSections .performance__swiperImg2 img {
        transform: scale(1.3) translateX(30px)
    }
}

@media(min-width:1200px) {
    .mainSections .performance__swiperImg2 img {
        height: 235px
    }
}

@media(min-width:1680px) {
    .mainSections .performance__swiperImg2 img {
        transform: scale(1.3) translateX(30px)
    }
}

@media(min-width:1919px) {
    .mainSections .performance__swiperImg2 img {
        transform: scale(1.3) translateY(30px)
    }
}

.mainSections .performance__swiperImg3 {
    max-width: 400px
}

.mainSections .performance__swiperImg3 img {
    width: 100%;
    height: 200px;
    transform: scale(.75) translateX(0)
}

@media(min-width:731px) {
    .mainSections .performance__swiperImg3 img {
        margin-bottom: 0;
        transform: translateX(10px)
    }
}

@media(min-width:1200px) {
    .mainSections .performance__swiperImg3 img {
        height: 235px;
        transform: scale(1.2) translateX(5px)
    }
}

@media(min-width:1680px) {
    .mainSections .performance__swiperImg3 img {
        transform: scale(1.5) translateX(-5px)
    }
}

.mainSections .performance__swiperInfo {
    max-width: 400px;
    text-align: center
}

.mainSections .performance__swiperInfo .hint {
    font-size: inherit;
    text-align: inherit
}

@media(min-width:731px) {
    .mainSections .performance__swiperInfo {
        text-align: left;
        width: 50%
    }
}

@media(min-width:1029px) {
    .mainSections .performance__swiperInfo {
        flex: 1
    }
}

@media(min-width:1200px) {
    .mainSections .performance__swiperInfo {
        z-index: 50;
        max-width: 612px
    }
}

@media(min-width:1680px) {
    .mainSections .performance__swiperInfo {
        max-width: 612px
    }
}

@media(min-width:731px) {
    .mainSections .performance__swiperInfo .text {
        margin-top: 0;
        margin-left: 0
    }
}

.mainSections .performance .swiper-button-next,
.mainSections .performance .swiper-button-prev {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 19px;
    height: 38px;
    transform: translateY(-50%)
}

@media(min-width:731px) {

    .mainSections .performance .swiper-button-next,
    .mainSections .performance .swiper-button-prev {
        width: 38px;
        height: 76px
    }
}

@media(min-width:1200px) {

    .mainSections .performance .swiper-button-next,
    .mainSections .performance .swiper-button-prev {
        width: 26px;
        height: 52px
    }
}

.mainSections .performance .swiper-button-next .arrow,
.mainSections .performance .swiper-button-prev .arrow {
    stroke: #ff9e1b
}

.mainSections .performance .swiper-button-next:focus:not(:focus-visible),
.mainSections .performance .swiper-button-prev:focus:not(:focus-visible) {
    outline: 0 solid transparent
}

.mainSections .performance .swiper-button-next:focus,
.mainSections .performance .swiper-button-prev:focus {
    outline: 0
}

.mainSections .performance .swiper-button-next:focus:focus-visible,
.mainSections .performance .swiper-button-prev:focus:focus-visible {
    outline: 2px solid #ff9e1b
}

.mainSections .performance .swiper-notification {
    display: none
}

.mainSections .performance__riveting {
    text-align: center
}

.mainSections .performance__riveting.container1{
    z-index: 30;
    position: relative;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 280px
}

@media(min-width:449px) {
    .mainSections .performance__riveting.container1{
        max-width: unset
    }
}

@media(min-width:731px) {
    .mainSections .performance__riveting.container1{
        max-width: 768px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__riveting.container1{
        max-width: 1143px;
        margin-bottom: 112px
    }
}

.mainSections .performance__riveting .subTitle {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .performance__riveting .subTitle {
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 2.125rem
    }
}

@media(min-width:1200px) {
    .mainSections .performance__riveting .subTitle {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 2.5rem
    }
}

.mainSections .performance__riveting .text {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 616px;
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .mainSections .performance__riveting .text {
        max-width: 950px;
        margin-bottom: 63px
    }
}

.mainSections .performance__riveting__feature {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 350px;
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .performance__riveting__feature {
        margin-bottom: 35px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__feature {
        max-width: 385px;
        margin-bottom: 40px
    }
}

.mainSections .performance__riveting__title {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
}

@media(min-width:731px) {
    .mainSections .performance__riveting__title {
        font-size: 36px;
        line-height: 30px;
    }
}

.mainSections .performance__riveting__sub {
    font-size: 19px;
    line-height: .875rem
}

@media(min-width:731px) {
    .mainSections .performance__riveting__sub {
        font-size: 35px;
        line-height: 30px;
    }
}

.mainSections .performance__riveting__logo {
    height: 31px;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__logo {
        height: 45px;
        margin-bottom: 35px
    }
}

.mainSections .performance__riveting__logo.bg {
    background-image: url(images/icon_logo.png)
}

.mainSections .performance__riveting__logo.bg-webp {
    background-image: url(images/icon_logo.webp)
}

.mainSections .performance__riveting__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width:731px) {
    .mainSections .performance__riveting__row {
        flex-direction: row
    }
}

.mainSections .performance__riveting__row__card {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:731px) {
    .mainSections .performance__riveting__row__card {
        width: calc(33.3333333333% - 19px);
        margin-bottom: 0
    }
}

.mainSections .performance__riveting__row__card:last-child {
    margin-bottom: 0
}

.mainSections .performance__riveting__row__card .subTitle {
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 0
}

@media(min-width:731px) {
    .mainSections .performance__riveting__row__card .subTitle {
        margin-bottom: 10px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__row__card .subTitle {
        font-size: 23px;
        line-height: 1.4375rem;
        margin-bottom: 13px
    }
}

.mainSections .performance__riveting__row__card .text {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__row__card .text {
        width: 307px
    }
}

.mainSections .performance__riveting__row__card .title__box {
    display: flex;
    align-items: center
}

@media(min-width:731px) {
    .mainSections .performance__riveting__row__card .title__box {
        height: 60px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__row__card .title__box {
        height: 80px
    }
}

.mainSections .performance__riveting__row__card .title__box h4 {
    color: #fff;
    font-family: unset;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.mainSections .performance__riveting__row__card__img {
    width: 100%
}

.mainSections .performance__riveting__row__card__img img {
    width: 100%;
    margin-bottom: 15px
}

@media(min-width:1200px) {
    .mainSections .performance__riveting__row__card__img img {
        margin-bottom: 24px
    }
}

.mainSections .performance__crank {
    text-align: center
}

.mainSections .performance__crank.container1{
    padding-top: 0;
    padding-bottom: 0
}

@media(min-width:731px) {
    .mainSections .performance__crank.container1{
        max-width: 768px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__crank.container1{
        margin-bottom: 118px;
        max-width: 950px
    }
}

.mainSections .performance__crank .subTitle {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .performance__crank .subTitle {
        font-size: 40px;
        line-height: 2.125rem;
        margin-bottom: 35px
    }
}

@media(min-width:1200px) {
    .mainSections .performance__crank .subTitle {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 2.5rem
    }
}

.mainSections .performance__crank .text {
    margin: 0 auto;
    max-width: 616px
}

@media(min-width:1200px) {
    .mainSections .performance__crank .text {
        max-width: 950px;
        font-size: 18.5px;
    }
}

.mainSections .performance__crank__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .mainSections .performance__crank__row {
        flex-direction: column-reverse;
        margin-bottom: 55px
    }
}

.mainSections .performance__crank__row .text {
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .mainSections .performance__crank__row .text {
        margin-bottom: 40px
    }
}

.mainSections .performance__crank__row__feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 319px;
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .mainSections .performance__crank__row__feature {
        max-width: 586px;
        margin-bottom: 0
    }
}

.mainSections .performance__crank__row__feature__group {
    display: flex;
    align-items: center
}

.mainSections .performance__crank__row__feature__group__icon {
    width: 48px;
    height: 48px;
    margin-right: 10px
}

@media(min-width:1200px) {
    .mainSections .performance__crank__row__feature__group__icon {
        width: 70px;
        height: 70px;
        margin-right: 15px
    }
}

.mainSections .performance__crank__row__feature__group__icon.bg {
    background-image: url(images/icon.png)
}

.mainSections .performance__crank__row__feature__group__icon.bg-webp {
    background-image: url(images/icon.webp)
}

.mainSections .performance__crank__img {
    width: 100%
}

.mainSections .performance__crank__img img {
    width: 100%
}

.mainSections .thermal {
    min-height: 1400px
}

@media(min-width:731px) {
    .mainSections .thermal {
        min-height: 1300px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal {
        min-height: 1500px
    }
}

.mainSections .thermal__bg {
    position: absolute;
    height: 847px
}

@media(min-width:731px) {
    .mainSections .thermal__bg {
        width: 100%;
        height: 0
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__bg {
        height: 100vh;
        padding-top: 0
    }
}

.mainSections .thermal__bg img {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

@media(min-width:731px) {
    .mainSections .thermal__bg img {
        width: 100%
    }
}

.mainSections .thermal__bg.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0)
}

.mainSections .thermal .container1{
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: auto
}

.mainSections .thermal .main-container {
    z-index: 30;
    max-width: 960px;
    min-height: 680px
}

@media(min-width:1200px) {
    .mainSections .thermal .main-container {
        min-height: 750px
    }
}

.mainSections .thermal .main-container .info__lg {
    display: none
}

@media(min-width:731px) {
    .mainSections .thermal .main-container .info__lg {
        display: flex
    }
}

.mainSections .thermal .main-container .info__mb {
    display: flex
}

@media(min-width:731px) {
    .mainSections .thermal .main-container .info__mb {
        display: none
    }
}

.mainSections .thermal__container {
    transform: translateY(0) translateX(0);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px)
}

@media(min-width:731px) {
    .mainSections .thermal__container {
        width: calc(100% - 100px);
        max-width: 707px;
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__container {
        max-width: 1048px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__container {
        max-width: 1336px
    }
}

.mainSections .thermal__container.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.mainSections .thermal__swiper__container {
    width: 95%;
    margin: auto;
    height: 705px;
    margin-top: -150px
}

@media(min-width:731px) {
    .mainSections .thermal__swiper__container {
        margin-top: -100px;
        width: 72.1875%;
        height: 750px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__swiper__container {
        margin-top: 0;
        max-width: unset;
        width: 90%;
        height: 750px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__swiper__container {
        max-width: 1330px
    }
}

.mainSections .thermal .swiper-wrapper {
    min-height: 650px
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-wrapper {
        min-height: 650px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-wrapper {
        align-items: center;
        min-height: unset;
        width: 100%
    }
}

.mainSections .thermal .swiper-slide {
    min-height: 650px
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-slide {
        min-height: 650px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-slide {
        min-height: unset;
        min-width: 480px;
        width: 100%
    }
}

.mainSections .thermal .thermal__row {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .mainSections .thermal .thermal__row {
        align-items: flex-start
    }
}

.mainSections .thermal .swiper-fade {
    opacity: 0;
    transition: all 150ms 150ms
}

.mainSections .thermal .swiper-fade-up {
    transform: translateY(45px)
}

.mainSections .thermal .swiper-slide-active>.swiper-fade {
    transform: none;
    opacity: 1
}

.mainSections .thermal .delay-extra {
    transition-delay: 225ms
}

.mainSections .thermal .swiper-arrow-group {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 285px;
    z-index: 300
}

@media(min-width:499px) {
    .mainSections .thermal .swiper-arrow-group {
        top: 365px
    }
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-arrow-group {
        top: 280px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group {
        width: 82.5396825397%;
        top: 550px
    }
}

@media(min-width:1399px) {
    .mainSections .thermal .swiper-arrow-group {
        justify-content: flex-end;
        top: 580px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal .swiper-arrow-group {
        width: 93.7950937951%;
        top: 675px
    }
}

.mainSections .thermal .swiper-arrow-group .swiper-flex-control {
    display: flex;
    flex-direction: column-reverse
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group .swiper-flex-control {
        flex-direction: row
    }
}

.mainSections .thermal .swiper-arrow-group .arrow-group {
    display: flex;
    justify-content: space-between;
    transform: translate3d(0, 130px, 0)
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-arrow-group .arrow-group {
        transform: unset;
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group .arrow-group {
        max-width: 174px;
        width: 21.5909090909%
    }
}

.mainSections .thermal .swiper-arrow-group .swiper-pagination {
    width: 100%;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
    margin-top: 360px
}

@media(min-width:499px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination {
        margin-top: 280px
    }
}

@media(min-width:699px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination {
        margin-top: 330px
    }
}

@media(min-width:849px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination {
        margin-top: 340px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination {
        width: 78.4090909091%;
        margin-bottom: 0;
        margin-top: auto;
        margin-right: 2rem
    }
}

.mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet {
    background: #c4c4c4;
    opacity: 1;
    width: 13.3333333333%;
    border-radius: unset;
    height: 3px;
    margin-right: 6px;
    margin-left: 6px;
    transition: width .5s
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet {
        width: 13.3333333333%
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet {
        width: 14.8232611174%
    }
}

@media(min-width:1680px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet {
        width: 17.1037628278%;
        margin-right: 12px;
        margin-left: 12px
    }
}

.mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet-active {
    background: #ff9e1b;
    width: 41.6666666667%
}

@media(min-width:731px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet-active {
        width: 41.6666666667%
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet-active {
        width: 47.8905359179%
    }
}

@media(min-width:1680px) {
    .mainSections .thermal .swiper-arrow-group .swiper-pagination-bullet-active {
        width: 54.732041049%
    }
}

.mainSections .thermal__row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative
}

@media(min-width:731px) {
    .mainSections .thermal__row {
        flex-direction: row
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row {
        margin-bottom: 150px
    }
}

.mainSections .thermal__row .swiper-button-next,
.mainSections .thermal__row .swiper-button-prev {
    z-index: 300;
    position: relative;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 38px;
    transform: translateY(-50%)
}

@media(min-width:731px) {

    .mainSections .thermal__row .swiper-button-next,
    .mainSections .thermal__row .swiper-button-prev {
        width: 38px;
        height: 76px
    }
}

@media(min-width:1200px) {

    .mainSections .thermal__row .swiper-button-next,
    .mainSections .thermal__row .swiper-button-prev {
        width: 26px;
        height: 52px
    }
}

.mainSections .thermal__row .title {
    margin-bottom: 10px
}

@media(min-width:731px) {
    .mainSections .thermal__row .title {
        text-align: left;
        margin-bottom: 16px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .title {
        margin-bottom: 0
    }
}

.mainSections .thermal__row .arc_lg {
    display: none
}

@media(min-width:1200px) {
    .mainSections .thermal__row .arc_lg {
        display: block
    }
}

.mainSections .thermal__row .arc_mb {
    display: block
}

@media(min-width:1200px) {
    .mainSections .thermal__row .arc_mb {
        display: none
    }
}

.mainSections .thermal__row .thermal_animate_origi {
    display: none;
    width: 100%;
    position: relative;
    z-index: 50;
    height: 380px
}

@media(min-width:731px) {
    .mainSections .thermal__row .thermal_animate_origi {
        height: 380px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .thermal_animate_origi {
        position: absolute;
        transform: scale(1.08);
        top: -12px;
        left: -2px;
        position: relative;
        width: 100%;
        height: 500px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row .thermal_animate_origi {
        height: 630px
    }
}

.mainSections .thermal__row .thermal_animate_origi.bg {
    background-image: url(images/thermal_pd.png)
}

@media(min-width:731px) {
    .mainSections .thermal__row .thermal_animate_origi.bg {
        background-image: url(images/thermal_pd.png)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .thermal_animate_origi.bg {
        background-image: url(images/thermal_pd.png)
    }
}

.mainSections .thermal__row .thermal_animate_origi.bg-webp {
    background-image: url(images/thermal_pd.webp)
}

@media(min-width:731px) {
    .mainSections .thermal__row .thermal_animate_origi.bg-webp {
        background-image: url(images/thermal_pd.webp)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .thermal_animate_origi.bg-webp {
        background-image: url(images/thermal_pd.webp)
    }
}

.mainSections .thermal__row .thermal_animate_control {
    display: none;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.mainSections .thermal__row .fans_animate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(21vw + 13px);
    top: calc(-8.5vw - 303px)
}

@media(min-width:599px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(21vw + 13px);
        top: calc(-8.5vw - 303px)
    }
}

@media(min-width:699px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(21vw + 18px);
        top: calc(-8.5vw - 295px)
    }
}

@media(min-width:731px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(20vw - 11px);
        top: calc(-3vw - 136px)
    }
}

@media(min-width:849px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(20vw - 16px);
        top: calc(-14.5vw - 38px)
    }
}

@media(min-width:899px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(20vw - 22px);
        top: calc(-14.5vw - 35px)
    }
}

@media(min-width:949px) {
    .mainSections .thermal__row .fans_animate {
        left: calc(20vw - 20px);
        top: calc(-14.5vw - 25px)
    }
}

@media(min-width:999px) {
    .mainSections .thermal__row .fans_animate {
        top: calc(-6vw - 107px);
        left: calc(19vw - 6px)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate {
        height: 32.5rem;
        top: -15px;
        left: calc(20vw - 270px)
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row .fans_animate {
        height: 40rem;
        top: -25px;
        left: -3px
    }
}

.mainSections .thermal__row .fans_animate .thermal_fans_animate {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    width: 50%;
    height: 100%;
    -webkit-animation: thermal_fans 2.5s ease-out infinite;
    animation: thermal_fans 2.5s ease-out infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
    top: -74px;
    left: -6px;
    transform: scale(2)
}

@media(min-width:699px) {
    .mainSections .thermal__row .fans_animate .thermal_fans_animate {
        transform: scale(1.7)
    }
}

@media(min-width:731px) {
    .mainSections .thermal__row .fans_animate .thermal_fans_animate {
        transform: scale(1.35)
    }
}

@media(min-width:849px) {
    .mainSections .thermal__row .fans_animate .thermal_fans_animate {
        transform: scale(1.4)
    }
}

@media(min-width:999px) {
    .mainSections .thermal__row .fans_animate .thermal_fans_animate {
        transform: scale(1.3)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .thermal_fans_animate {
        transform: scale(1.5)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame1 {
    z-index: 51
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame1.bg {
    background-image: url(images/thermal_fans_01.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame1.bg {
        background-image: url(images/thermal_fans_01.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame1.bg-webp {
    background-image: url(images/thermal_fans_01.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame1.bg-webp {
        background-image: url(images/thermal_fans_01.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame2 {
    z-index: 52
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame2.bg {
    background-image: url(images/thermal_fans_02.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame2.bg {
        background-image: url(images/thermal_fans_02.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame2.bg-webp {
    background-image: url(images/thermal_fans_02.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame2.bg-webp {
        background-image: url(images/thermal_fans_02.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame3 {
    z-index: 53
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame3.bg {
    background-image: url(images/thermal_fans_03.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame3.bg {
        background-image: url(images/thermal_fans_03.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame3.bg-webp {
    background-image: url(images/thermal_fans_03.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame3.bg-webp {
        background-image: url(images/thermal_fans_03.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame4 {
    z-index: 54
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame4.bg {
    background-image: url(images/thermal_fans_04.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame4.bg {
        background-image: url(images/thermal_fans_04.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame4.bg-webp {
    background-image: url(images/thermal_fans_04.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame4.bg-webp {
        background-image: url(images/thermal_fans_04.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame5 {
    z-index: 55
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame5.bg {
    background-image: url(images/thermal_fans_05.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame5.bg {
        background-image: url(images/thermal_fans_05.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame5.bg-webp {
    background-image: url(images/thermal_fans_05.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame5.bg-webp {
        background-image: url(images/thermal_fans_05.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame6 {
    z-index: 56
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame6.bg {
    background-image: url(images/thermal_fans_06.png);
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame6.bg {
        background-image: url(images/thermal_fans_06.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame6.bg-webp {
    background-image: url(images/thermal_fans_06.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame6.bg-webp {
        background-image: url(images/thermal_fans_06.webp)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame7 {
    z-index: 57
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame7.bg {
    background-image: url(images/thermal_fans_07.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame7.bg {
        background-image: url(images/thermal_fans_07.png)
    }
}

.mainSections .thermal__row .fans_animate .fans_animate_flow_frame7.bg-webp {
    background-image: url(images/thermal_fans_07.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .fans_animate .fans_animate_flow_frame7.bg-webp {
        background-image: url(images/thermal_fans_07.webp)
    }
}

.mainSections .thermal__row .heat_animate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-2vw + 3px);
    top: calc(-5.5vw - 387px)
}

@media(min-width:731px) {
    .mainSections .thermal__row .heat_animate {
        top: -232px;
        left: calc(45px - 6vw)
    }
}

@media(min-width:849px) {
    .mainSections .thermal__row .heat_animate {
        top: calc(3vw - 275px);
        left: calc(55px - 6vw)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate {
        height: 32.5rem;
        top: -88px;
        left: calc(2vw - 340px)
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row .heat_animate {
        height: 40rem;
        top: -93px;
        left: -348px
    }
}

.mainSections .thermal__row .heat_animate .thermal_heat_animate {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    width: 100%;
    height: 100%;
    -webkit-animation: thermal_heat 2.5s ease-out infinite;
    animation: thermal_heat 2.5s ease-out infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
    mix-blend-mode: screen;
    transform: scale(2.2)
}

@media(min-width:731px) {
    .mainSections .thermal__row .heat_animate .thermal_heat_animate {
        transform: scale(1.5)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .thermal_heat_animate {
        transform: scale(2.5)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame1 {
    z-index: 51
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame1.bg {
    background-image: url(images/thermal_heat_01.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame1.bg {
        background-image: url(images/thermal_heat_01.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame1.bg-webp {
    background-image: url(images/thermal_heat_01.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame1.bg-webp {
        background-image: url(images/thermal_heat_01.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame2 {
    z-index: 52
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame2.bg {
    background-image: url(images/thermal_heat_02.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame2.bg {
        background-image: url(images/thermal_heat_02.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame2.bg-webp {
    background-image: url(images/thermal_heat_02.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame2.bg-webp {
        background-image: url(images/thermal_heat_02.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame3 {
    z-index: 53
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame3.bg {
    background-image: url(images/thermal_heat_03.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame3.bg {
        background-image: url(images/thermal_heat_03.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame3.bg-webp {
    background-image: url(images/thermal_heat_03.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame3.bg-webp {
        background-image: url(images/thermal_heat_03.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame4 {
    z-index: 54
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame4.bg {
    background-image: url(images/thermal_heat_04.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame4.bg {
        background-image: url(images/thermal_heat_04.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame4.bg-webp {
    background-image: url(images/thermal_heat_01.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame4.bg-webp {
        background-image: url(images/thermal_heat_01.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame5 {
    z-index: 55
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame5.bg {
    background-image: url(images/thermal_heat_05.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame5.bg {
        background-image: url(images/thermal_heat_05.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame5.bg-webp {
    background-image: url(images/thermal_heat_05.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame5.bg-webp {
        background-image: url(images/thermal_heat_05.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame6 {
    z-index: 56
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame6.bg {
    background-image: url(images/thermal_heat_06.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame6.bg {
        background-image: url(images/thermal_heat_06.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame6.bg-webp {
    background-image: url(images/thermal_heat_06.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame6.bg-webp {
        background-image: url(images/thermal_heat_06.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame7 {
    z-index: 57
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame7.bg {
    background-image: url(images/thermal_heat_07.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame7.bg {
        background-image: url(images/thermal_heat_07.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame7.bg-webp {
    background-image: url(images/thermal_heat_07.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame7.bg-webp {
        background-image: url(images/thermal_heat_07.webp)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame8 {
    z-index: 58;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame8.bg {
    background-image: url(images/thermal_heat_08.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame8.bg {
        background-image: url(images/thermal_heat_08.png)
    }
}

.mainSections .thermal__row .heat_animate .heat_animate_flow_frame8.bg-webp {
    background-image: url(images/thermal_heat_08.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .heat_animate .heat_animate_flow_frame8.bg-webp {
        background-image: url(images/thermal_heat_08.webp)
    }
}

.mainSections .thermal__row .copper_animate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(4vw - 15px);
    top: calc(-8vw - 350px)
}

@media(min-width:599px) {
    .mainSections .thermal__row .copper_animate {
        left: calc(40vw - 140px);
        top: calc(-8.5vw - 325px)
    }
}

@media(min-width:731px) {
    .mainSections .thermal__row .copper_animate {
        left: calc(19.5vw - 55px);
        top: calc(-3vw - 175px)
    }
}

@media(min-width:849px) {
    .mainSections .thermal__row .copper_animate {
        left: calc(20vw - 50px);
        top: calc(-14.5vw - 80px)
    }
}

@media(min-width:899px) {
    .mainSections .thermal__row .copper_animate {
        left: calc(21vw - 40px);
        top: calc(-14.5vw - 60px)
    }
}

@media(min-width:999px) {
    .mainSections .thermal__row .copper_animate {
        left: calc(40vw - 230px);
        top: calc(-8vw - 115px)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate {
        height: 32.5rem;
        top: -20px;
        left: calc(40vw - 510px)
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row .copper_animate {
        height: 40rem;
        top: -20px;
        left: -5px
    }
}

.mainSections .thermal__row .copper_animate .thermal_copper_animate {
    height: 100%;
    opacity: 1;
    position: absolute;
    mix-blend-mode: screen;
    z-index: 100;
    transform: scale(.7)
}

@media(min-width:599px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: unset;
        width: 375px
    }
}

@media(min-width:731px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: scale(.75)
    }
}

@media(min-width:799px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: scale(.8)
    }
}

@media(min-width:849px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: scale(.88)
    }
}

@media(min-width:899px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: scale(.95)
    }
}

@media(min-width:999px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        transform: unset;
        width: 375px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        width: 560px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row .copper_animate .thermal_copper_animate {
        width: 690px
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame.bg {
    background-image: url(images/thermal_copper.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame.bg {
        background-image: url(images/thermal_copper.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame.bg-webp {
    background-image: url(images/thermal_copper.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame.bg-webp {
        background-image: url(images/thermal_copper.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame1 {
    z-index: 51
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame1.bg {
    background-image: url(images/thermal_copper_01.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame1.bg {
        background-image: url(images/thermal_copper_01.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame1.bg-webp {
    background-image: url(images/thermal_copper_01.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame1.bg-webp {
        background-image: url(images/thermal_copper_01.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame2 {
    z-index: 52
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame2.bg {
    background-image: url(images/thermal_copper_02.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame2.bg {
        background-image: url(images/thermal_copper_02.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame2.bg-webp {
    background-image: url(images/thermal_copper_02.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame2.bg-webp {
        background-image: url(images/thermal_copper_02.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame3 {
    z-index: 53
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame3.bg {
    background-image: url(images/thermal_copper_03.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame3.bg {
        background-image: url(images/thermal_copper_03.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame3.bg-webp {
    background-image: url(images/thermal_copper_03.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame3.bg-webp {
        background-image: url(images/thermal_copper_03.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame4 {
    z-index: 54
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame4.bg {
    background-image: url(images/thermal_copper_04.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame4.bg {
        background-image: url(images/thermal_copper_04.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame4.bg-webp {
    background-image: url(images/thermal_copper_04.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame4.bg-webp {
        background-image: url(images/thermal_copper_04.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame5 {
    z-index: 55
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame5.bg {
    background-image: url(images/thermal_copper_05.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame5.bg {
        background-image: url(images/thermal_copper_05.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame5.bg-webp {
    background-image: url(images/thermal_copper_05.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame5.bg-webp {
        background-image: url(images/thermal_copper_05.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame6 {
    z-index: 56
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame6.bg {
    background-image: url(images/thermal_copper_06.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame6.bg {
        background-image: url(images/thermal_copper_06.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame6.bg-webp {
    background-image: url(images/thermal_copper_06.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame6.bg-webp {
        background-image: url(images/thermal_copper_06.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame7 {
    z-index: 56
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame7.bg {
    background-image: url(images/thermal_copper_07.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame7.bg {
        background-image: url(images/thermal_copper_07.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame7.bg-webp {
    background-image: url(images/thermal_copper_07.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame7.bg-webp {
        background-image: url(images/thermal_copper_07.webp)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame8 {
    z-index: 56;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame8.bg {
    background-image: url(images/thermal_copper_08.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame8.bg {
        background-image: url(images/thermal_copper_08.png)
    }
}

.mainSections .thermal__row .copper_animate .copper_animate_flow_frame8.bg-webp {
    background-image: url(images/thermal_copper_08.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row .copper_animate .copper_animate_flow_frame8.bg-webp {
        background-image: url(images/thermal_copper_08.webp)
    }
}

.mainSections .thermal__row .text {
    margin: 0;
    text-align: center;
    max-width: 250px
}

@media(min-width:449px) {
    .mainSections .thermal__row .text {
        max-width: 65%
    }
}

@media(min-width:731px) {
    .mainSections .thermal__row .text {
        text-align: left
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row .text {
        margin-bottom: 50px;
        text-align: center;
        max-width: 980px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.mainSections .thermal__row .subMark:last-child {
    padding-bottom: 0
}

.mainSections .thermal__row:last-child {
    flex-direction: column
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child {
        flex-direction: row
    }
}

.mainSections .thermal__row:last-child .title {
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child .title {
        text-align: left;
        margin-bottom: 52px
    }
}

.mainSections .thermal__row:last-child .text {
    margin-bottom: 30px;
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child .text {
        text-align: left;
        margin-bottom: 52px
    }
}

.mainSections .thermal__row:last-child .thermal__row__anima__info {
    max-width: 538px;
    height: 760px;
    z-index: 2;
    margin-left: 0
}

@media(min-width:731px) {
    .mainSections .thermal__row:last-child .thermal__row__anima__info {
        height: 400px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child .thermal__row__anima__info {
        position: relative;
        margin-top: 0;
        width: 50%;
        height: auto
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row:last-child .thermal__row__anima__info {
        width: 39.6825396825%
    }
}

.mainSections .thermal__row:last-child .thermal__row__info__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child .thermal__row__info__content {
        align-items: unset;
        max-width: 453px
    }
}

.mainSections .thermal__row:last-child .thermal__row__info__content__feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 262px
}

@media(min-width:1200px) {
    .mainSections .thermal__row:last-child .thermal__row__info__content__feature {
        max-width: unset
    }
}

.mainSections .thermal__row:last-child .thermal__row__info__content__feature .mark:last-child {
    transform: translateY(3px)
}

.mainSections .thermal__row__info {
    margin-top: 40px
}

@media(min-width:731px) {
    .mainSections .thermal__row__info {
        margin-top: 20px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__info {
        margin-top: 100px
    }
}

@media(min-width:1919px) {
    .mainSections .thermal__row__info {
        width: auto
    }
}

.mainSections .thermal__row__info .title {
    text-align: center;
    margin-bottom: 22px
}

@media(min-width:731px) {
    .mainSections .thermal__row__info .title {
        margin-bottom: 52px
    }
}

.mainSections .thermal__row__info .text {
    margin: 0 auto 15px auto;
    text-align: center
}

@media(min-width:731px) {
    .mainSections .thermal__row__info .text {
        margin-bottom: 52px
    }
}

.mainSections .thermal__row__anima {
    width: 70%
}

@media(min-width:731px) {
    .mainSections .thermal__row__anima {
        width: 50%
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__anima {
        width: 52.2088353414%;
        margin-right: 4.5%
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row__anima {
        margin-right: 9.7991967871%
    }
}

.mainSections .thermal__row__info__feature {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 93px
}

@media(min-width:1200px) {
    .mainSections .thermal__row__info__feature {
        max-width: 595px;
        margin: auto;
        justify-content: space-between
    }
}

.mainSections .thermal__row__info__feature .mark {
    width: 50%;
    margin-bottom: 15px
}

@media(min-width:731px) {
    .mainSections .thermal__row__info__feature .mark {
        width: auto;
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__info__feature .mark {
        margin-bottom: 30px
    }
}

.mainSections .thermal__row__info__feature .mark:last-child .subMark {
    padding-bottom: 0
}

.mainSections .thermal__row__info__feature .mark:last-child {
    margin-top: 21px;
    margin-bottom: 0
}

@media(min-width:731px) {
    .mainSections .thermal__row__info__feature .mark:last-child {
        margin-top: 37px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__info__feature .mark:last-child {
        margin-top: 5px
    }
}

.mainSections .thermal__row__imgGroup {
    width: 100%
}

.mainSections .thermal__row__imgGroup__pd {
    width: 325px;
    height: 408px;
    transition: all linear .5s;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%)
}

@media(min-width:731px) {
    .mainSections .thermal__row__imgGroup__pd {
        left: 0;
        transform: translateX(0)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pd {
        width: 40%;
        height: 835px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row__imgGroup__pd {
        width: 621px
    }
}

.mainSections .thermal__row__imgGroup__pd.show {
    transition: all linear .5s;
    opacity: 1;
    visibility: visible
}

.mainSections .thermal__row__imgGroup__pd.bg {
    background-image: url(images/thermal_pd.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pd.bg {
        background-image: url(images/thermal_pd.png)
    }
}

.mainSections .thermal__row__imgGroup__pd.bg-webp {
    background-image: url(images/thermal_pd.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pd.bg-webp {
        background-image: url(images/thermal_pd.webp)
    }
}

.mainSections .thermal__row__imgGroup__pdAfter {
    width: 325px;
    height: 408px;
    transition: all linear .5s;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%)
}

@media(min-width:731px) {
    .mainSections .thermal__row__imgGroup__pdAfter {
        left: 0;
        transform: translateX(0)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pdAfter {
        width: 40%;
        height: 835px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal__row__imgGroup__pdAfter {
        width: 621px
    }
}

.mainSections .thermal__row__imgGroup__pdAfter.show {
    transition: all linear .5s;
    opacity: 1;
    visibility: visible
}

.mainSections .thermal__row__imgGroup__pdAfter.bg {
    background-image: url(images/thermal_pd_after.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pdAfter.bg {
        background-image: url(images/thermal_pd_after.png)
    }
}

.mainSections .thermal__row__imgGroup__pdAfter.bg-webp {
    background-image: url(images/thermal_pd_after.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__imgGroup__pdAfter.bg-webp {
        background-image: url(images/thermal_pd_after.webp)
    }
}

.mainSections .thermal__row__infoImg {
    width: 368px;
    height: 339px;
    margin-top: -90px
}

@media(min-width:731px) {
    .mainSections .thermal__row__infoImg {
        width: 618px;
        height: 589px;
        margin-top: -200px
    }
}

@media(min-width:1200px) {
    .mainSections .thermal__row__infoImg {
        margin-top: 0;
        width: 910px;
        height: 912px
    }
}

.mainSections .thermal__row__infoImg.bg {
    background-image: url(images/thermal_info.png)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__infoImg.bg {
        background-image: url(images/thermal_info.png)
    }
}

.mainSections .thermal__row__infoImg.bg-webp {
    background-image: url(images/thermal_info.webp)
}

@media(min-width:1200px) {
    .mainSections .thermal__row__infoImg.bg-webp {
        background-image: url(images/thermal_info.webp)
    }
}

.mainSections .thermal .thermal__player {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 100px;
    transform: translate3d(95px, -710px, 0);
    cursor: pointer;
    background-color: unset;
    z-index: 500
}

@media(min-width:449px) {
    .mainSections .thermal .thermal__player {
        transform: translate3d(135px, -710px, 0)
    }
}

@media(min-width:731px) {
    .mainSections .thermal .thermal__player {
        transform: translate3d(130px, -355px, 0);
        width: 40px;
        height: 40px
    }
}

@media(min-width:999px) {
    .mainSections .thermal .thermal__player {
        transform: translate3d(185px, -330px, 0)
    }
}

@media(min-width:1200px) {
    .mainSections .thermal .thermal__player {
        transform: translate3d(-20px, 0, 0);
        width: 70px;
        height: 70px
    }
}

@media(min-width:1680px) {
    .mainSections .thermal .thermal__player {
        width: 80px;
        height: 80px
    }
}

.mainSections .thermal .thermal__player__status {
    visibility: hidden;
    position: absolute
}

.mainSections .thermal .thermal__player .outline {
    background-image: url(images/outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainSections .thermal .thermal__player .outline .player__change {
    background-image: url(images/pause.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 38.5714285714%
}

.mainSections .thermal .thermal__player .outline .paused {
    background-image: url(images/play.svg);
    width: 37.1428571429%;
    height: 44.2857142857%;
    transform: translate3d(3px, 0, 0)
}

@media(min-width:1200px) {
    .mainSections .thermal .thermal__player .outline .paused {
        transform: translate3d(3px, 0, 0)
    }
}

.mainSections .display {
    overflow: unset;
    min-height: 700px
}

@media(min-width:731px) {
    .mainSections .display {
        min-height: 800px
    }
}

@media(min-width:1200px) {
    .mainSections .display {
        min-height: 1000px
    }
}

.mainSections .display__bg img {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    width: 100%;
    height: 790px
}

@media(min-width:731px) {
    .mainSections .display__bg img {
        height: 810px
    }
}

@media(min-width:1200px) {
    .mainSections .display__bg img {
        margin-top: -725px;
        height: 2060px
    }
}

.mainSections .display__gradual {
    background-image: url(images/display_gradual.png);
    height: 1095px;
    margin-top: -1150px
}

@media(min-width:1200px) {
    .mainSections .display__gradual {
        height: 1270px
    }
}

.mainSections .display__info {
    display: flex;
    width: 74.4385026738%;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto
}

@media(min-width:731px) {
    .mainSections .display__info {
        margin: 90px auto -30px
    }
}

@media(min-width:1200px) {
    .mainSections .display__info {
        margin: 15px auto 30px
    }
}

.mainSections .display__info .mark:nth-child(3) {
    width: 30%
}

.mainSections .display__gsync__icon img {
    width: 80%
}

.mainSections .display__pd {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 10px
}

@media(min-width:731px) {
    .mainSections .display__pd {
        margin-top: 60px
    }
}

@media(min-width:1200px) {
    .mainSections .display__pd {
        margin-top: 10px
    }
}

.mainSections .display__pd__video {
    position: absolute;
    width: 65%;
    bottom: 430px
}

@media(min-width:731px) {
    .mainSections .display__pd__video {
        bottom: 368px
    }
}

@media(min-width:1200px) {
    .mainSections .display__pd__video {
        bottom: 398px
    }
}

.mainSections .display__pd__video #display_video {
    aspect-ratio: 16/9;
    display: none
}

.mainSections .display__pd__img {
    width: 85.9110169492%
}

.mainSections .display__pd__gsync {
    width: 50px
}

@media(min-width:1200px) {
    .mainSections .display__pd__gsync {
        width: 110px
    }
}

.mainSections .display__pd .G-Sync {
    background: #ff9e1b;
    color: #000;
    text-align: center;
    width: 25%;
    position: absolute;
    bottom: 395px;
    right: 60px;
    height: 17px;
    line-height: 1.0625rem
}

@media(min-width:731px) {
    .mainSections .display__pd .G-Sync {
        line-height: 1.375rem;
        height: 22px;
        bottom: 335px;
        right: 85px
    }
}

@media(min-width:1200px) {
    .mainSections .display__pd .G-Sync {
        height: unset;
        padding: .2rem;
        width: 15%;
        bottom: 335px;
        right: 170px
    }
}

.mainSections .display .main-container {
    max-width: 337px;
    padding-top: 72px
}

@media(min-width:731px) {
    .mainSections .display .main-container {
        max-width: 490px
    }
}

@media(min-width:1200px) {
    .mainSections .display .main-container {
        max-width: 945px;
        padding-top: 255px
    }
}

.mainSections .display__player {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    background-color: unset;
    z-index: 500
}

@media(min-width:499px) {
    .mainSections .display__player {
        left: 50%
    }
}

@media(min-width:731px) {
    .mainSections .display__player {
        top: 100%;
        left: calc(-43vw + 150px);
        width: 40px;
        height: 40px
    }
}

@media(min-width:1200px) {
    .mainSections .display__player {
        left: calc(-38vw + 240px);
        width: 70px;
        height: 70px
    }
}

@media(min-width:1680px) {
    .mainSections .display__player {
        left: -28vw;
        width: 80px;
        height: 80px
    }
}

.mainSections .display__player__status {
    visibility: hidden;
    position: absolute
}

.mainSections .display__player .outline {
    background-image: url(images/outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainSections .display__player .outline .display__player__change {
    background-image: url(images/pause.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 38.5714285714%
}

.mainSections .display__player .outline .paused {
    background-image: url(images/play.svg);
    width: 37.1428571429%;
    height: 44.2857142857%;
    transform: translate3d(3px, 0, 0)
}

@media(min-width:1200px) {
    .mainSections .display__player .outline .paused {
        transform: translate3d(3px, 0, 0)
    }
}

@media(min-width:1200px) {
    .mainSections .durability {
        margin-bottom: 70px;
        margin-top: 100px;
        height: 935px
    }
}

.mainSections .durability__bg img {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    height: 904px
}

@media(min-width:731px) {
    .mainSections .durability__bg img {
        height: 1024px
    }
}

@media(min-width:1200px) {
    .mainSections .durability__bg img {
        height: 1270px;
        width: 100%
    }
}

@media(min-width:1999px) {
    .mainSections .durability__bg img {
        height: 1760px
    }
}

.mainSections .durability .main-container {
    width: calc(100% - 47px);
    max-width: 300px;
    min-height: 790px
}

@media(min-width:731px) {
    .mainSections .durability .main-container {
        max-width: 586px;
        padding-top: 115px;
        padding-bottom: 101px
    }
}

@media(min-width:1200px) {
    .mainSections .durability .main-container {
        max-width: 1048px;
        padding-top: 0;
        padding-bottom: 29px;
        min-height: 900px
    }
}

.mainSections .durability__badge {
    position: absolute;
    top: 140px;
    right: 5px;
    width: 47px;
    height: 75px
}

@media(min-width:731px) {
    .mainSections .durability__badge {
        width: 95px;
        height: 123px;
        top: 180px;
        right: 0
    }
}

@media(min-width:1200px) {
    .mainSections .durability__badge {
        top: 145px;
        right: 5px;
        width: 122px;
        height: 150px
    }
}

.mainSections .durability__badge.bg {
    background-image: url(images/icon06.png)
}

.mainSections .durability__badge.bg-webp {
    background-image: url(images/icon06.webp)
}

.mainSections .durability__pd {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px 0;
    position: relative
}

@media(min-width:731px) {
    .mainSections .durability__pd {
        width: 81.7748091603%;
        margin-bottom: 50px;
        margin-top: 100px;
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:1200px) {
    .mainSections .durability__pd {
        height: 515px;
        margin-top: 83px;
        margin-bottom: 35px
    }
}

.mainSections .durability__pd img {
    width: 100%;
    height: auto
}

@media(min-width:731px) {
    .mainSections .durability__pd img {
        display: block;
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:1200px) {
    .mainSections .durability__pd img {
        height: 515px
    }
}

.mainSections .durability .text {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    max-width: 296px
}

@media(min-width:731px) {
    .mainSections .durability .text {
        max-width: 570px
    }
}

@media(min-width:1200px) {
    .mainSections .durability .text {
        max-width: 1010px
    }
}

@media(min-width:731px) {
    .mainSections .durability__bottom {
        margin-top: -20px
    }
}

@media(min-width:1200px) {
    .mainSections .durability__bottom {
        margin-top: -30px
    }
}

.mainSections .durability__bottom__iconGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px
}

@media(min-width:731px) {
    .mainSections .durability__bottom__iconGroup {
        max-width: 570px
    }
}

.mainSections .durability__bottom__iconGroup .durability__bottom__iconGroup__icon {
    width: 44px;
    height: 62px;
    margin: auto
}

@media(min-width:731px) {
    .mainSections .durability__bottom__iconGroup .durability__bottom__iconGroup__icon {
        width: 53px;
        height: 74px
    }
}

@media(min-width:1200px) {
    .mainSections .durability__bottom__iconGroup .durability__bottom__iconGroup__icon {
        width: 60px;
        height: 84px
    }
}

.mainSections .durability__bottom__iconGroup .durability__bottom__iconGroup__icon img {
    width: 100%
}

.mainSections .durability__bottom__iconGroup .durability__bottom__iconGroup__icon:last-child img {
    margin-right: 0
}

.mainSections .control {
    position: relative;
    z-index: 2;
    overflow: visible
}

.mainSections .control__bg img {
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    height: 450px
}

@media(min-width:731px) {
    .mainSections .control__bg img {
        height: 670px
    }
}

@media(min-width:1200px) {
    .mainSections .control__bg img {
        height: 1097px
    }
}

.mainSections .control__bg__target {
    min-height: 300px
}

@media(min-width:731px) {
    .mainSections .control__bg__target {
        min-height: 508px
    }
}

@media(min-width:1200px) {
    .mainSections .control__bg__target {
        min-height: 904px
    }
}

.mainSections .control__bg__target img {
    position: absolute;
    left: -99px;
    bottom: 500px;
    width: 328px;
    height: 328px
}

@media(min-width:731px) {
    .mainSections .control__bg__target img {
        left: -92px;
        bottom: 385px;
        width: 508px;
        height: 508px
    }
}

@media(min-width:1200px) {
    .mainSections .control__bg__target img {
        left: -158px;
        bottom: 77px;
        width: 904px;
        height: 904px
    }
}

.mainSections .control .main-container {
    width: calc(100% - 52px);
    max-width: 300px;
    min-height: 900px
}

@media(min-width:731px) {
    .mainSections .control .main-container {
        max-width: 657px;
        padding-top: 115px;
        padding-bottom: 67px;
        min-height: 1000px
    }
}

@media(min-width:1200px) {
    .mainSections .control .main-container {
        max-width: 1338px;
        padding-top: 112px;
        padding-bottom: 88px
    }
}

.mainSections .control__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width:1200px) {
    .mainSections .control__row {
        flex-direction: row;
        align-items: start
    }
}

.mainSections .control__row__pd {
    flex: 1;
    width: 70%
}

@media(min-width:1200px) {
    .mainSections .control__row__pd {
        width: 80%;
        max-width: 55.6801195815%
    }
}

.mainSections .control__row__pd img {
    width: 100%;
    filter: drop-shadow(0 20px 50px #000);
    margin-bottom: 50px
}

@media(min-width:731px) {
    .mainSections .control__row__pd img {
        margin-bottom: 80px
    }
}

.mainSections .control__row__content {
    max-width: 574px;
    margin-top: 20px;
    min-height: 450px
}

@media(min-width:731px) {
    .mainSections .control__row__content {
        margin-top: -30px;
        min-height: 350px
    }
}

@media(min-width:1200px) {
    .mainSections .control__row__content {
        margin-top: 16px;
        padding-left: 90px;
        min-height: 500px
    }
}

.mainSections .control__row__content__top {
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 29px
}

@media(min-width:731px) {
    .mainSections .control__row__content__top {
        margin-bottom: 40px;
        max-width: 389px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {
    .mainSections .control__row__content__top {
        max-width: 100%;
        margin-bottom: 45px
    }
}

.mainSections .control__row__content__bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 31px
}

@media(min-width:731px) {
    .mainSections .control__row__content__bottom {
        margin-bottom: 34px;
        max-width: 389px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {
    .mainSections .control__row__content__bottom {
        max-width: 100%;
        margin-bottom: 55px
    }
}

.mainSections .control__row__content__bottom .subMark:first-child {
    padding-bottom: 0
}

.mainSections .control .title {
    margin-bottom: 35px
}

@media(min-width:731px) {
    .mainSections .control .title {
        margin-bottom: 63px
    }
}

@media(min-width:1200px) {
    .mainSections .control .title {
        margin-bottom: 140px
    }
}

.mainSections .control .text {
    text-align: center;
    margin: 0 auto;
    max-width: 100%
}

@media(min-width:731px) {
    .mainSections .control .text {
        max-width: 570px
    }
}

@media(min-width:1200px) {
    .mainSections .control .text {
        text-align: left;
        max-width: 100%
    }
}

.mainSections .portability {
    position: relative;
    z-index: 1
}

@media(min-width:1200px) {
    .mainSections .portability {
        margin-top: -160px
    }
}

@media(min-width:1999px) {
    .mainSections .portability {
        overflow: visible
    }
}

.mainSections .portability__bg {
    position: absolute;
    height: 580px
}

@media(min-width:731px) {
    .mainSections .portability__bg {
        height: 1024px
    }
}

@media(min-width:1200px) {
    .mainSections .portability__bg {
        height: 1125px
    }
}

@media(min-width:1999px) {
    .mainSections .portability__bg {
        height: 1750px
    }
}

.mainSections .portability__bg img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

@media(min-width:731px) {
    .mainSections .portability__bg img {
        width: 100%
    }
}

.mainSections .portability .main-container {
    margin-bottom: 0
}

@media(min-width:731px) {
    .mainSections .portability .main-container {
        max-width: 569px;
        padding-top: 115px;
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .mainSections .portability .main-container {
        max-width: 1000px;
        padding-top: 335px;
        padding-bottom: 49px
    }
}

@media(min-width:1680px) {
    .mainSections .portability .main-container {
        max-width: 1270px
    }
}

.mainSections .portability__row {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width:1200px) {
    .mainSections .portability__row {
        height: 749px;
        flex-direction: row;
        align-items: start
    }
}

@media(min-width:1680px) {
    .mainSections .portability__row {
        transform: translateX(-80px)
    }
}

@media(min-width:1200px) {
    .mainSections .portability__row__title {
        display: none
    }
}

@media(min-width:1200px) {
    .mainSections .portability__row__content {
        width: 50%;
        margin-top: 25px;
        position: relative
    }
}

@media(min-width:1680px) {
    .mainSections .portability__row__content {
        margin-left: 5.4838709677%
    }
}

.mainSections .portability__row__content .title {
    text-align: left;
    display: none
}

@media(min-width:1200px) {
    .mainSections .portability__row__content .title {
        margin-bottom: 36px;
        display: block
    }
}

.mainSections .portability__row__content__featureGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
}

@media(min-width:1200px) {
    .mainSections .portability__row__content__featureGroup {
        max-width: 650px;
        justify-content: space-between
    }
}

.mainSections .portability__row__content__featureGroup .mark:first-child .subMark {
    padding-bottom: 0
}

.mainSections .portability__row__content__featureGroup .mark:nth-child(even) {
    margin-top: 30px
}

@media(min-width:1200px) {
    .mainSections .portability__row__content__featureGroup .mark:nth-child(even) {
        margin-top: 25px
    }
}

.mainSections .portability__row__pd {
    display: none;
    width: 280px;
    height: 375px
}

@media(min-width:731px) {
    .mainSections .portability__row__pd {
        width: 400px;
        height: 380px;
        transform: translateX(-30px);
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .mainSections .portability__row__pd {
        margin-top: -120px;
        height: 730px;
        position: relative
    }
}

@media(min-width:1680px) {
    .mainSections .portability__row__pd {
        transform: translateX(0);
        width: 49.2913385827%;
        height: 760px
    }
}

.mainSections .portability__row__pd.bg {
    background-image: url(images/portability_pd.png)
}

@media(min-width:1200px) {
    .mainSections .portability__row__pd.bg {
        background-image: url(images/portability_pd.png)
    }
}

.mainSections .portability__row__pd.bg-webp {
    background-image: url(images/portability_pd.webp)
}

@media(min-width:1200px) {
    .mainSections .portability__row__pd.bg-webp {
        background-image: url(images/portability_pd.webp)
    }
}

.mainSections .portability .text {
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .portability .text {
        text-align: left;
        max-width: 593px
    }
}

.mainSections .portability .subText {
    text-align: center;
    margin-bottom: 30px
}

@media(min-width:731px) {
    .mainSections .portability .subText {
        margin-top: 50px
    }
}

@media(min-width:1200px) {
    .mainSections .portability .subText {
        margin-top: 40px;
        margin-bottom: 48px;
        text-align: left
    }
}

.mainSections .audio {
    position: relative;
    z-index: 2
}

@media(min-width:1200px) {
    .mainSections .audio {
        margin-top: -165px
    }
}

@media(min-width:1999px) {
    .mainSections .audio {
        margin-top: 0
    }
}

.mainSections .audio__bg {
    display: none;
    position: absolute;
    height: 250px;
    margin-top: 130px;
    background-position: top center;
    -webkit-animation: audio_anima_mobile 4s ease-out infinite;
    animation: audio_anima_mobile 4s ease-out infinite;
    transition-timing-function: cubic-bezier(1, .005, .3, .87);
    background-size: inherit
}

@media(min-width:439px) {
    .mainSections .audio__bg {
        -webkit-animation: audio_anima 4s ease-out infinite;
        animation: audio_anima 4s ease-out infinite;
        height: 50%;
        margin-top: 60px
    }
}

@media(min-width:731px) {
    .mainSections .audio__bg {
        background-size: contain;
        height: 592px;
        margin-top: 100px
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bg {
        height: 1060px;
        margin-top: 50px
    }
}

.mainSections .audio__bg.bg {
    background-image: url(images/mobile/audio/audio_bg.png)
}

@media(min-width:731px) {
    .mainSections .audio__bg.bg {
        background-image: url(images/tablet/audio/audio_bg.png)
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bg.bg {
        background-image: url(images/desktop/audio/audio_bg.png)
    }
}

.mainSections .audio__bg.bg-webp {
    background-image: url(images/mobile/audio/audio_bg.webp)
}

@media(min-width:731px) {
    .mainSections .audio__bg.bg-webp {
        background-image: url(images/tablet/audio/audio_bg.webp)
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bg.bg-webp {
        background-image: url(images/desktop/audio/audio_bg.webp)
    }
}

.mainSections .audio .main-container {
    padding-top: 50px
}

@media(min-width:731px) {
    .mainSections .audio .main-container {
        max-width: 657px;
        padding-top: 115px;
        padding-bottom: 52px
    }
}

@media(min-width:1200px) {
    .mainSections .audio .main-container {
        max-width: 1000px;
        padding-top: 152px;
        padding-bottom: 76px
    }
}

@media(min-width:1680px) {
    .mainSections .audio .main-container {
        max-width: 1276px
    }
}

.mainSections .audio__pd {
    display: flex;
    width: 100%
}

.mainSections .audio__pd img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 10px 30px #000)
}

@media(min-width:731px) {
    .mainSections .audio__pd img {
        width: 500px
    }
}

@media(min-width:1200px) {
    .mainSections .audio__pd img {
        width: 57.0980392157%
    }
}

.mainSections .audio__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px
}

@media(min-width:731px) {
    .mainSections .audio__bottom {
        margin-top: 85px
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom {
        margin-top: 64px;
        margin-bottom: 30px
    }
}

.mainSections .audio__bottom__mark {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3px;
    max-width: 380px
}

@media(min-width:731px) {
    .mainSections .audio__bottom__mark {
        max-width: 100%;
        margin-bottom: 15px
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom__mark {
        margin-bottom: 0
    }
}

@media(min-width:731px) {
    .mainSections .audio__bottom .audio__bottom__mark__group {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom .audio__bottom__mark__group {
        margin-bottom: 64px
    }
}

@media(min-width:1680px) {
    .mainSections .audio__bottom .audio__bottom__mark__group {
        max-width: 830px
    }
}

.mainSections .audio__bottom .audio__bottom__mark__group .subMark {
    padding-bottom: 0
}

.mainSections .audio__bottom__mark__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 32px
}

@media(min-width:731px) {
    .mainSections .audio__bottom__mark__group {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom__mark__group {
        flex-direction: row;
        justify-content: space-between
    }
}

.mainSections .audio__bottom__mark__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 24px
}

@media(min-width:731px) {
    .mainSections .audio__bottom__mark__item {
        height: 40px;
        margin-bottom: 20px
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom__mark__item {
        height: 54px;
        width: auto;
        height: auto;
        margin-bottom: 0
    }
}

@media(min-width:1680px) {
    .mainSections .audio__bottom__mark__item {
        margin-right: 0
    }
}

.mainSections .audio__bottom__mark__item:nth-child(1) .audio__bottom__mark__item__icon {
    width: 40px;
    height: 33px;
    margin-right: 13px
}

@media(min-width:731px) {
    .mainSections .audio__bottom__mark__item:nth-child(1) .audio__bottom__mark__item__icon {
        transform: translateY(-5px)
    }
}

@media(min-width:1200px) {
    .mainSections .audio__bottom__mark__item:nth-child(1) .audio__bottom__mark__item__icon {
        width: 45.7px;
        height: 60px;
        transform: translateY(0)
    }
}

.mainSections .audio__bottom__mark__item:nth-child(1) .audio__bottom__mark__item__icon.bg {
    background-image: url(images/icon01-2.png)
}

.mainSections .audio__bottom__mark__item:nth-child(1) .audio__bottom__mark__item__icon.bg-webp {
    background-image: url(images/icon01-2.webp)
}

.mainSections .audio__bottom__mark__item:nth-child(2) .audio__bottom__mark__item__icon {
    width: 28px;
    height: 36px;
    margin-bottom: 12px;
    margin-right: 13px
}

@media(min-width:1200px) {
    .mainSections .audio__bottom__mark__item:nth-child(2) .audio__bottom__mark__item__icon {
        width: 56px;
        height: 55px;
        margin-right: 22px
    }
}

.mainSections .audio__bottom__mark__item:nth-child(2) .audio__bottom__mark__item__icon.bg {
    background-image: url(images/icon02-2.png)
}

.mainSections .audio__bottom__mark__item:nth-child(2) .audio__bottom__mark__item__icon.bg-webp {
    background-image: url(images/icon02-2.webp)
}

.mainSections .audio .text {
    margin: 0 auto;
    text-align: center;
    max-width: 281px;
    margin-top: 3px
}

@media(min-width:731px) {
    .mainSections .audio .text {
        max-width: 570px;
        margin-top: -7px
    }
}

@media(min-width:1200px) {
    .mainSections .audio .text {
        max-width: 784px;
        margin-bottom: 53px;
        line-height: 35px;
    }
}

.mainSections .audio__player {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 92.5%;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    background-color: unset;
    z-index: 500
}

@media(min-width:731px) {
    .mainSections .audio__player {
        top: 80%;
        left: calc(-25vw + 175px);
        width: 40px;
        height: 40px
    }
}

@media(min-width:899px) {
    .mainSections .audio__player {
        left: calc(-25vw + 150px)
    }
}

@media(min-width:1200px) {
    .mainSections .audio__player {
        left: calc(-20vw + 240px);
        width: 70px;
        height: 70px
    }
}

@media(min-width:1680px) {
    .mainSections .audio__player {
        left: -10vw;
        width: 80px;
        height: 80px
    }
}

.mainSections .audio__player__status {
    visibility: hidden;
    position: absolute
}

.mainSections .audio__player .outline {
    background-image: url(images/outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainSections .audio__player .outline .audio__player__change {
    background-image: url(images/pause.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 38.5714285714%
}

.mainSections .audio__player .outline .paused {
    background-image: url(images/play.svg);
    width: 37.1428571429%;
    height: 44.2857142857%;
    transform: translate3d(3px, 0, 0)
}

@media(min-width:1200px) {
    .mainSections .audio__player .outline .paused {
        transform: translate3d(3px, 0, 0)
    }
}

.mainSections .mobile__pic {
    display: flex;
    flex-direction: column
}

@media(min-width:731px) {
    .mainSections .mobile__pic {
        flex-direction: column
    }
}

@media(min-width:1200px) {
    .mainSections .mobile__pic {
        display: none
    }
}

.mainSections .port__text {
    margin-top: 30px
}

@media(min-width:1200px) {
    .mainSections .port__text {
        margin-top: -150px
    }
}

.mainSections .port__main {
    position: absolute;
    top: 417px;
    left: 20px;
    width: 100%
}

@media(min-width:731px) {
    .mainSections .port__main {
        top: 328px;
        left: 110px;
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .port__main {
        top: 465px;
        left: 40px;
        width: 100%
    }
}

@media(min-width:1680px) {
    .mainSections .port__main {
        left: 37.5px
    }
}

.mainSections .port__main__contain {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    font-family: MYRIADPRO-BOLDCOND;
    letter-spacing: 0.8px
}

@media(min-width:731px) {
    .mainSections .port__main__contain {
        width: 50%
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain {
        width: 100%;
        flex-direction: row;
        width: 67.5%
    }
}

@media(min-width:1680px) {
    .mainSections .port__main__contain {
        width: 60%
    }
}

.mainSections .port__main__contain h3 {
    color: #ff9e1b
}

.mainSections .port__main__contain .left {
    text-align: end;
    position: relative;
    top: 160px;
    right: 140px
}

@media(min-width:731px) {
    .mainSections .port__main__contain .left {
        top: 120px;
        right: 220px
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .left {
        position: unset;
        top: unset;
        right: unset
    }
}

.mainSections .port__main__contain .left h3 {
    font-size: .875rem
}

@media(min-width:731px) {
    .mainSections .port__main__contain .left h3 {
        font-size: 1rem
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .left h3 {
        font-size: 23px
    }
}

.mainSections .port__main__contain .left h3:nth-child(1) {
    margin-bottom: 96px;
    margin-top: 40px
}

@media(min-width:731px) {
    .mainSections .port__main__contain .left h3:nth-child(1) {
        margin-bottom: 93px;
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .left h3:nth-child(1) {
        margin-top: 0;
        margin-bottom: 140px
    }
}

.mainSections .port__main__contain .right {
    text-align: start;
    margin-top: 15px;
    margin-left: 100px
}

@media(min-width:731px) {
    .mainSections .port__main__contain .right {
        margin-left: 0;
        margin-top: 90px
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .right {
        margin-top: 125px
    }
}

.mainSections .port__main__contain .right h3 {
    line-height: 27.6px;
    font-size: 19px;
    margin-bottom: .25rem
}

@media(min-width:731px) {
    .mainSections .port__main__contain .right h3 {
        margin-bottom: .25rem;
        font-size: 1rem
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .right h3 {
        margin-bottom: .5rem;
        font-size: 23px
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .right .r-fix {
        margin-bottom: .8rem
    }
}

.mainSections .port__main__contain .right .r-fix-mb {
    margin-bottom: .8rem
}

@media(min-width:731px) {
    .mainSections .port__main__contain .right .r-fix-mb {
        margin-bottom: .35rem
    }
}

.mainSections .port__main__contain .right .r-fix-mb-space {
    font-size: .8125rem;
    white-space: nowrap
}

@media(min-width:731px) {
    .mainSections .port__main__contain .right .r-fix-mb-space {
        white-space: normal;
        font-size: 1rem
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .right .r-fix-mb-space {
        font-size: 23px
    }
}

.mainSections .port__main__contain .right .r-fix-mb-break {
    margin-bottom: .3rem;
    display: block;
    font-size: .75rem
}

@media(min-width:731px) {
    .mainSections .port__main__contain .right .r-fix-mb-break {
        font-size: .875rem
    }
}

@media(min-width:1200px) {
    .mainSections .port__main__contain .right .r-fix-mb-break {
        font-size: 20px
    }
}

.mainSections .port {
    position: relative;
    overflow: visible
}

.mainSections .port__bg {
    position: absolute;
    height: 500px
}

@media(min-width:731px) {
    .mainSections .port__bg {
        height: 643px
    }
}

@media(min-width:1200px) {
    .mainSections .port__bg {
        height: 1004px
    }
}

.mainSections .port__bg.bg {
    background-image: url(images/port_bg.png)
}

@media(min-width:731px) {
    .mainSections .port__bg.bg {
        background-image: url(images/port_bg.png)
    }
}

@media(min-width:1200px) {
    .mainSections .port__bg.bg {
        background-image: url(images/port_bg.png)
    }
}

.mainSections .port__bg.bg-webp {
    background-image: url(images/port_bg.webp)
}

@media(min-width:731px) {
    .mainSections .port__bg.bg-webp {
        background-image: url(images/port_bg.webp)
    }
}

@media(min-width:1200px) {
    .mainSections .port__bg.bg-webp {
        background-image: url(images/port_bg.webp)
    }
}

.mainSections .port__bg.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

@media(min-width:1200px) {
    .mainSections .port__bg.fixed {
        transform: unset
    }
}

.mainSections .port .main-container {
    z-index: 2
}

@media(min-width:731px) {
    .mainSections .port .main-container {
        padding-top: 81px;
        max-width: 610px
    }
}

@media(min-width:1200px) {
    .mainSections .port .main-container {
        max-width: 1000px;
        padding-top: 58px;
        padding-bottom: 0
    }
}

@media(min-width:1680px) {
    .mainSections .port .main-container {
        max-width: 1125px
    }
}

.mainSections .port .title {
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .mainSections .port .title {
        margin-bottom: 19px
    }
}

.mainSections .port .text {
    text-align: center;
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .mainSections .port .text {
        margin-top: 0;
        margin-bottom: 22px
    }
}

.mainSections .port .subText {
    color: #c4c4c4;
    margin-top: 0;
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .port__pd {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 975px;
        width: 1179px;
        margin-top: -180px;
        transform: translateY(60px)
    }
}

@media(min-width:1680px) {
    .mainSections .port__pd {
        transform: translateY(60px)
    }
}

.mainSections .port__pd.bg {
    display: none;
    background-image: url(images/port_pd.png)
}

.mainSections .port__pd.bg-webp {
    /* display: none; */
    background-image: url(images/port_pd.webp)
}

.mainSections .port__pd__mobileL {
    display: none;
    height: 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/port_pd_left.png)
}

.mainSections .port__pd__mobileR {
    height: 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/port_pd_right.png)
}

.mainSections .software {
    position: relative;
    min-height: 1400px
}

@media(min-width:1200px) {
    .mainSections .software {
        min-height: 2000px
    }
}

.mainSections .software .main-container {
    padding-top: 30px
}

@media(min-width:731px) {
    .mainSections .software .main-container {
        max-width: 610px
    }
}

@media(min-width:1200px) {
    .mainSections .software .main-container {
        max-width: 1000px;
        padding-top: 182px;
        padding-bottom: 101px
    }
}

@media(min-width:1680px) {
    .mainSections .software .main-container {
        max-width: 1274px
    }
}

.mainSections .software .title {
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .software .title {
        margin-bottom: 25px
    }
}

@media(min-width:1200px) {
    .mainSections .software .title {
        margin-bottom: 26px
    }
}

@media(min-width:1680px) {
    .mainSections .software .title {
        margin-bottom: 103px
    }
}

.mainSections .software .subTitle {
    text-align: center;
    margin-bottom: 16px
}

@media(min-width:731px) {
    .mainSections .software .subTitle {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .mainSections .software .subTitle {
        margin-bottom: 45px
    }
}

.mainSections .software .text {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .mainSections .software .text {
        margin-bottom: 100px
    }
}

@media(min-width:1680px) {
    .mainSections .software .text {
        max-width: 1111px;
        margin-left: auto;
        margin-right: auto
    }
}

.mainSections .software__layout {
    display: flex
}

.mainSections .software__layout img {
    height: 158px;
    margin-bottom: 20px
}

@media(min-width:731px) {
    .mainSections .software__layout img {
        margin-left: auto;
        margin-right: auto;
        height: 308px;
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .mainSections .software__layout img {
        height: 483px;
        margin-bottom: 50px
    }
}

.mainSections .software__row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px
}

@media(min-width:1680px) {
    .mainSections .software__row {
        flex-direction: row;
        margin-bottom: 0
    }
}

.mainSections .software__game img {
    height: 158px;
    margin-bottom: 20px
}

@media(min-width:731px) {
    .mainSections .software__game img {
        height: 328px;
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .mainSections .software__game img {
        width: 626px;
        height: 354px;
        margin-right: 33px
    }
}

.mainSections .software__row__info {
    flex: 1;
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .software__row__info {
        text-align: left
    }
}

.mainSections .software__row__info .text {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .mainSections .software__row__info .text {
        text-align: center
    }
}

@media(min-width:1680px) {
    .mainSections .software__row__info .text {
        text-align: left
    }
}

.mainSections .software__row__info .subText {
    margin-top: 10px
}

@media(min-width:1200px) {
    .mainSections .software__row__info .subText {
        text-align: center;
        margin-top: 0
    }
}

@media(min-width:1680px) {
    .mainSections .software__row__info .subText {
        text-align: left
    }
}

.mainSections .software__row__info__text__lg {
    display: block
}

@media(min-width:1680px) {
    .mainSections .software__row__info__text__lg {
        display: none
    }
}

.mainSections .software__row__info__text__xl {
    display: none
}

@media(min-width:1680px) {
    .mainSections .software__row__info__text__xl {
        display: block;
        margin-bottom: 95px;
        margin-top: 10px
    }
}

.mainSections .bundles {
    position: relative;
    min-height: 1100px
}

@media(min-width:1200px) {
    .mainSections .bundles {
        margin-top: -200px;
        min-height: 1500px
    }
}

.mainSections .bundles .title_bar {
    position: relative;
    display: flex;
    flex-direction: column
}

@media(min-width:1200px) {
    .mainSections .bundles .title_bar {
        width: 45%;
        position: absolute;
        width: 45%;
        left: 200px
    }
}

.mainSections .bundles .title_bar .title {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .mainSections .bundles .title_bar .title {
        text-align: left
    }
}

.mainSections .bundles .title_bar .text {
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:1200px) {
    .mainSections .bundles .title_bar .text {
        text-align: left;
        margin-right: 0;
        margin-left: 0
    }
}

.mainSections .bundles .subText {
    margin-top: 2rem
}

.mainSections .bundles__info {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 37px;
    margin-top: 47px
}

@media(min-width:731px) {
    .mainSections .bundles__info {
        margin-bottom: 15px
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__info {
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: row;
        min-width: 1000px;
        width: 90%
    }
}

@media(min-width:1680px) {
    .mainSections .bundles__info {
        width: 1365px
    }
}

.mainSections .bundles__info div,
.mainSections .bundles__info picture {
    z-index: 300
}

.mainSections .bundles__info__text {
    width: 410px;
    text-align: center
}

@media(min-width:1200px) {
    .mainSections .bundles__info__text {
        text-align: left;
        width: 600px;
        max-width: 600px
    }
}

.mainSections .bundles__info__text .subText {
    margin: unset;
    text-align: center;
    margin: auto
}

@media(min-width:1200px) {
    .mainSections .bundles__info__text .subText {
        margin: unset;
        text-align: left
    }
}

.mainSections .bundles__info .subTitle {
    font-size: 30px;
    line-height: 30px;
}

@media(min-width:731px) {
    .mainSections .bundles__info .subTitle {
        font-size: 1.5rem
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__info .subTitle {
        margin-bottom: 13px;
        font-size: 30px;
        line-height: 30px;
    }
}

.mainSections .bundles__info .bundles_link {
    width: 100%
}

@media(min-width:731px) {
    .mainSections .bundles__info .bundles_link {
        width: unset
    }
}

.mainSections .bundles__info .bundles__line__bar {
    display: block;
    background-image: url(images/bundles_line_bar.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40px
}

@media(min-width:499px) {
    .mainSections .bundles__info .bundles__line__bar {
        width: 60%
    }
}

@media(min-width:731px) {
    .mainSections .bundles__info .bundles__line__bar {
        width: 60%
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__info .bundles__line__bar {
        width: 39.4257703081%;
        height: 7.5vw
    }
}

.mainSections .bundles__info .bundles_qrcode {
    display: none
}

@media(min-width:731px) {
    .mainSections .bundles__info .bundles_qrcode {
        display: block;
        margin: 0 25px
    }
}

.mainSections .bundles__info .bundles_qrcode img {
    width: 190px
}

.mainSections .bundles__info .bundles_ar {
    background-image: url(images/bundles_ar.png);
    background-position: center center;
    background-size: cover;
    height: 100px;
    width: 58.9743589744%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 30px auto
}

@media(min-width:731px) {
    .mainSections .bundles__info .bundles_ar {
        display: none
    }
}

.mainSections .bundles__info .bundles_ar_btn {
    background: #fff;
    color: #73371d;
    font-family: "DIN Condensed";
    font-size: 18px;
    line-height: 40px;
    width: 71.7391304348%;
    height: 36.8932038835%;
    border-radius: 5px;
    text-align: center
}

.mainSections .bundles__bg img {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    height: 1250px
}

@media(min-width:731px) {
    .mainSections .bundles__bg img {
        width: 100%
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__bg img {
        height: 1632px
    }
}

@media(min-width:1680px) {
    .mainSections .bundles__bg img {
        height: 2000px
    }
}

.mainSections .bundles .container1{
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    position: relative
}

@media(min-width:499px) {
    .mainSections .bundles .container1{
        padding-top: 50px
    }
}

@media(min-width:731px) {
    .mainSections .bundles .container1{
        padding-top: 10px;
        padding-bottom: 96px
    }
}

@media(min-width:1200px) {
    .mainSections .bundles .container1{
        height: 1550px;
        padding-top: 100px;
        max-width: 1428px;
        padding-bottom: 154px
    }
}

.mainSections .bundles__pos {
    position: relative
}

@media(min-width:1200px) {
    .mainSections .bundles__pos {
        margin-top: 90px
    }
}

.mainSections .bundles__pos__pd {
    display: flex
}

.mainSections .bundles__pos__pd img {
    margin: auto;
    width: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media(min-width:731px) {
    .mainSections .bundles__pos__pd img {
        padding-top: 120px;
        transform: translateY(-50px);
        width: 75.1400560224%
    }
}

.mainSections .bundles__pos__btn {
    display: flex;
    text-decoration: none;
    font-family: MYRIADPRO-BOLDCOND;
    font-size: 19px;
    line-height: 14px;
    color: #ff9e1b;
    letter-spacing: .05rem
}

@media(min-width:731px) {
    .mainSections .bundles__pos__btn {
        line-height: 23px;
        font-size: 23px
    }
}

.mainSections .bundles__pos__mouseBtn {
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -45px;
    left: 110px;
    width: 220px;
    height: 65px
}

@media(min-width:399px) {
    .mainSections .bundles__pos__mouseBtn {
        bottom: -8px;
        align-items: flex-end;
        height: 50px
    }
}

@media(min-width:731px) {
    .mainSections .bundles__pos__mouseBtn {
        bottom: 5%;
        left: 10vw;
        width: 20vw;
        height: 110px
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__pos__mouseBtn {
        align-items: flex-start;
        justify-content: flex-start;
        bottom: 8%;
        left: 45px;
        width: 22vw;
        height: 110px
    }
}

@media(min-width:1427px) {
    .mainSections .bundles__pos__mouseBtn {
        bottom: 60px;
        width: 300px;
        height: 100px
    }
}

.mainSections .bundles__pos__backpackBtn {
    justify-content: flex-start;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 20px;
    right: 95px;
    width: 260px;
    height: 170px
}

@media(min-width:374px) {
    .mainSections .bundles__pos__backpackBtn {
        height: 180px
    }
}

@media(min-width:399px) {
    .mainSections .bundles__pos__backpackBtn {
        top: 35px
    }
}

@media(min-width:731px) {
    .mainSections .bundles__pos__backpackBtn {
        top: 90px;
        height: 230px;
        width: 300px;
        bottom: 50px
    }
}

@media(min-width:999px) {
    .mainSections .bundles__pos__backpackBtn {
        height: 250px;
        top: 105px
    }
}

@media(min-width:1200px) {
    .mainSections .bundles__pos__backpackBtn {
        justify-content: flex-end;
        padding-top: 32%;
        right: 80px;
        width: 500px;
        height: 580px;
        bottom: 100px
    }
}

@media(min-width:1427px) {
    .mainSections .bundles__pos__backpackBtn {
        bottom: 100px;
        right: 80px;
        width: 500px;
        height: 600px
    }
}

.overviewContent .modal {
    background-color: rgba(0, 0, 0, .3)
}

.overviewContent .modal__box {
    position: relative;
    width: 340px;
    height: 500px;
    max-height: 960px;
    padding: 20px 28px 25px 25px;
    background: linear-gradient(313.28deg, #000 6.15%, #363636 70.63%)
}

@media(min-width:731px) {
    .overviewContent .modal__box {
        width: 70%;
        height: 97%;
        padding: 40px 50px 20px 51px
    }
}

@media(min-width:1200px) {
    .overviewContent .modal__box {
        height: 90%;
        padding: unset
    }
}

.overviewContent .modal__box__img {
    width: 350px;
    height: 350px
}

.overviewContent .modal__box .title {
    display: none
}

@media(min-width:731px) {
    .overviewContent .modal__box .title {
        margin-bottom: 30px;
        font-size: 2.8125rem;
        line-height: 2.8125rem
    }
}

@media(min-width:1200px) {
    .overviewContent .modal__box .title {
        font-size: 90px;
        line-height: 5.625rem;
        align-self: flex-start;
        width: 50%;
        text-align: left;
        margin-bottom: 115px
    }
}

.overviewContent .modal__box__closeBtn {
    background-image: url(images/bundles/closeBtn.svg);
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease .3s
}

@media(min-width:731px) {
    .overviewContent .modal__box__closeBtn {
        top: 40px;
        right: 40px
    }
}

@media(min-width:1200px) {
    .overviewContent .modal__box__closeBtn {
        width: 70px;
        height: 70px
    }
}

.overviewContent .modal__box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media(min-width:731px) {
    .overviewContent .modal__box__content {
        margin: 168px 90px 68px 90px
    }
}

.overviewContent .modal__box__content__inner {
    text-align: center;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .8) #fff;
    scrollbar-base-color: rgba(0, 0, 0, .3);
    scrollbar-track-color: #666
}

@media(min-width:731px) {
    .overviewContent .modal__box__content__inner {
        max-height: calc(100% - 30px)
    }
}

.overviewContent .modal__box__content__inner::-webkit-scrollbar {
    border-radius: 50px;
    width: 3px;
    background-clip: content-box
}

.overviewContent .modal__box__content__inner::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: rgba(0, 0, 0, .8);
    background-clip: content-box
}

.overviewContent .modal__box__content__inner::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #fff;
    background-clip: content-box
}

.overviewContent .modal__box__content__inner__main {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(min-width:731px) {
    .overviewContent .modal__box__content__inner__main {
        height: 200px;
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .overviewContent .modal__box__content__inner__main {
        width: 726px;
        height: 220px
    }
}

.overviewContent .modal__box__content__inner__list {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:499px) {
    .overviewContent .modal__box__content__inner__list {
        max-width: 50%
    }
}

@media(min-width:731px) {
    .overviewContent .modal__box__content__inner__list {
        max-width: 100%
    }
}

.overviewContent .modal__box__content__inner__list__btn {
    width: 31.25%;
    height: 15vw;
    border: 1px solid #ff9e1b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

@media(min-width:499px) {
    .overviewContent .modal__box__content__inner__list__btn {
        height: 10vw
    }
}

@media(min-width:731px) {
    .overviewContent .modal__box__content__inner__list__btn {
        padding: 15px
    }
}

@media(min-width:1200px) {
    .overviewContent .modal__box__content__inner__list__btn {
        height: 8vw
    }
}

.overviewContent .modal__box__content__inner__list__btn:nth-child(1) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(min-width:1200px) {
    .overviewContent .modal__box__content__inner__list__btn:nth-child(1) .modal__box__content__inner__list__btn__img {
        width: 100%
    }
}

.overviewContent .modal__box__content__inner__list__btn:nth-child(2) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(min-width:1200px) {
    .overviewContent .modal__box__content__inner__list__btn:nth-child(2) .modal__box__content__inner__list__btn__img {
        width: 100%
    }
}

.overviewContent .modal__box__content__inner__list__btn:nth-child(3) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(min-width:1200px) {
    .overviewContent .modal__box__content__inner__list__btn:nth-child(3) .modal__box__content__inner__list__btn__img {
        width: 90%
    }
}

.overviewContent .modal-dialog {
    margin: auto;
    max-width: unset;
    justify-content: center
}

.overviewContent .js-modal .modal_img_list {
    display: flex;
    flex-wrap: nowrap
}

.overviewContent .js-modal .modal_img_list .modal__backpack {
    border: 1px solid #ff9e1b;
    background: rgba(115, 55, 29, .1);
    margin-left: 16px
}

.overviewContent .js-modal .modal_img_list .modal__backpack:nth-child(1) {
    margin: unset
}

.overviewContent .js-modal .modal_img_list .modal__mouse {
    border: 1px solid #ff9e1b;
    background: rgba(115, 55, 29, .1);
    margin-left: 16px
}

.overviewContent .js-modal .modal_img_list .modal__mouse:nth-child(1) {
    margin: unset
}

.overviewContent .js-modal .modal_img_list img {
    width: 100%
}

.overviewContent .js-modal .modal_bg {
    position: absolute;
    right: 0;
    top: 0;
    background-position: top right;
    height: 100%
}

.overviewContent .js-modal .modal_bg_mouse {
    background-image: url(images/bundles_modal_bg.png)
}

@media(min-width:731px) {
    .overviewContent .js-modal .modal_bg_mouse {
        background-image: url(images/modal_bg_mouse.png)
    }
}

.overviewContent .js-modal .modal_bg_backpack {
    background-image: url(images/bundles_modal_bg.png)
}

@media(min-width:731px) {
    .overviewContent .js-modal .modal_bg_backpack {
        background-image: url(images/modal_bg_backpack.png)
    }
}

.win .btn .btn-text {
    transform: translate(-50%, -55%)
}

@media(min-width:1200px) {
    .win .l-kspR {
        width: 12vw;
        height: 12vh
    }
}

@media(min-width:1200px) {
    .win .l-tag__group {
        width: 11vw;
        height: 5vh;
        max-width: 235px;
        max-height: 46px
    }
}

@media(min-width:1200px) {
    .win .l-tag__group__num {
        font-size: 1rem
    }
}

@media(min-width:1680px) {
    .win .l-tag__group__num {
        font-size: 1.125rem
    }
}

.win .l-tag__group__title {
    transform: translate(-50%, -50%)
}

@media(min-width:1200px) {
    .win .l-tag__group__title {
        font-size: 20px
    }
}

@media(min-width:1680px) {
    .win .l-tag__group__title {
        font-size: 35px;
    }
}

.ie * {
    font-weight: 700
}

.ie .btn .btn-text {
    font-size: 1rem
}

@media(min-width:1200px) {
    .ie .btn .btn-text {
        font-size: 1.5rem
    }
}

.ie .l-tag__group__title {
    font-size: 1rem
}

@media(min-width:1200px) {
    .ie .l-tag__group__title {
        font-size: 1.5rem
    }
}

.ie .ksp__info__container__list__end,
.ie .ksp__info__container__list__start {
    width: 300px
}

@media(min-width:731px) {

    .ie .ksp__info__container__list__end,
    .ie .ksp__info__container__list__start {
        width: 400px
    }
}

@media(min-width:1200px) {

    .ie .ksp__info__container__list__end,
    .ie .ksp__info__container__list__start {
        width: 45%
    }
}

.ie .mainSections .performance .swiper-slide {
    height: 400px;
    padding-left: 100px;
    padding-right: 100px
}

@media(min-width:731px) {
    .ie .mainSections .performance .swiper-slide {
        height: 400px
    }
}

@media(min-width:1200px) {
    .ie .mainSections .performance .swiper-slide {
        padding-left: 280px;
        padding-right: 235px
    }
}

@media(min-width:1439px) {
    .ie .mainSections .performance .swiper-slide {
        padding-left: 300px;
        padding-right: 335px
    }
}

.ie .mainSections .performance__swiperImg1 {
    width: 268px;
    transform: scale(1.2)
}

@media(min-width:731px) {
    .ie .mainSections .performance__swiperImg1 {
        width: 40%;
        transform: scale(1.4) translateX(20px)
    }
}

@media(min-width:1200px) {
    .ie .mainSections .performance__swiperImg1 {
        transform: scale(1.6)
    }
}

@media(min-width:1680px) {
    .ie .mainSections .performance__swiperImg1 {
        transform: scale(1.6) translateX(30px)
    }
}

@media(min-width:1919px) {
    .ie .mainSections .performance__swiperImg1 {
        transform: scale(1.6) translateX(0)
    }
}

.ie .mainSections .performance__swiperInfo {
    flex: none
}

@media(min-width:1200px) {
    .ie .mainSections .performance__swiperInfo {
        flex: 1
    }
}

.ie .mainSections .performance__swiperImg2 {
    transform: translateX(40px) scale(1)
}

@media(min-width:731px) {
    .ie .mainSections .performance__swiperImg2 {
        width: 40%;
        transform: scale(1.3) translateX(25px)
    }
}

@media(min-width:1200px) {
    .ie .mainSections .performance__swiperImg2 {
        transform: scale(1.3) translateX(0)
    }
}

@media(min-width:731px) {
    .ie .mainSections .performance__swiperImg2 .mainSections .performance__swiperImg3 {
        width: 40%
    }
}

@media(min-width:1200px) {
    .ie .mainSections .performance__swiperImg2 .mainSections .performance__swiperImg3 {
        width: 364px;
        height: 186px
    }
}

.ie .mainSections .performance__riveting__row__card .subTitle {
    width: 100%;
    white-space: pre-wrap
}

.ie .mainSections .performance__riveting__row__card .text {
    width: 100%
}

.ie .mainSections .portability__row__content {
    width: 100%
}

.ie .mainSections .performance__crank__row .text {
    width: 100%
}

.ie .mainSections :last-child.thermal__row .thermal__row__info {
    width: 100%
}

.ie .mainSections .control__row__content {
    width: 100%
}

.ie .mainSections .audio__bottom :first-child.audio__bottom__mark__group {
    margin-right: 50px
}

@media(min-width:1200px) {
    .ie .mainSections .audio__bottom :first-child.audio__bottom__mark__group {
        margin-right: 60px
    }
}

.ie .mainSections .software__row__info {
    width: 100%
}

.ie .mainSections .software .container1{
    padding-bottom: 600px
}

@media(min-width:1200px) {
    .ie .mainSections .software .container1{
        padding-bottom: 350px
    }
}

.ie .modal__box__content__inner__main {
    width: 100%;
    height: auto
}

@media(min-width:1200px) {
    .ie .modal__box__content__inner__main {
        width: 726px;
        height: 458px
    }
}

.ie .modal__box__content__inner__list__btn {
    height: 150px
}

@media(min-width:731px) {
    .ie .modal__box__content__inner__list__btn {
        height: 180px
    }
}

@media(min-width:1200px) {
    .ie .modal__box__content__inner__list__btn {
        height: 233px
    }
}

.ie .modal__box__content__inner__list__btn:nth-child(1) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: auto
}

@media(min-width:1200px) {
    .ie .modal__box__content__inner__list__btn:nth-child(1) .modal__box__content__inner__list__btn__img {
        width: 256px;
        height: 161.4986225895px
    }
}

.ie .modal__box__content__inner__list__btn:nth-child(2) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: auto
}

@media(min-width:1200px) {
    .ie .modal__box__content__inner__list__btn:nth-child(2) .modal__box__content__inner__list__btn__img {
        width: 292px;
        height: 191.4490358127px
    }
}

.ie .modal__box__content__inner__list__btn:nth-child(3) .modal__box__content__inner__list__btn__img {
    width: 90%;
    height: auto
}

@media(min-width:1200px) {
    .ie .modal__box__content__inner__list__btn:nth-child(3) .modal__box__content__inner__list__btn__img {
        width: 229px;
        height: 150.1432506887px
    }
}

.overviewContent {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    transition: all linear .5s;
    font-family: MYRIADPRO-REGULAR, Roboto, sans-serif;
    font-weight: lighter
}

.overviewContent * {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.overviewContent :focus:not(:focus-visible) {
    outline: 0 solid transparent
}

.overviewContent :focus:focus-visible {
    outline: 2px solid #ff9e1b
}

.overviewContent ul {
    list-style: none
}

.overviewContent h2 {
    margin: 0
}

.overviewContent p {
    margin-bottom: 0
}

.overviewContent button {
    background-color: teansparent;
    border-width: 0;
    cursor: pointer
}

.overviewContent section {
    overflow: hidden
}

.overviewContent #pdc .carousel-item {
    display: block;
}