<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-nav-tab .active a:after {
    border-color: #001eff;
}
.product-nav.fixed {
    opacity: .9;
}

.main-content {
    overflow-x: initial;
}
.page-content {
    color: #000;
    position: relative;
    z-index: 1;
}
.page-content p {
    margin-bottom: 0;
}
.page-content ul, .page-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.font-display {
    font-size: 100px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-display {
        font-size:60px
    }
}

@media screen and (max-width: 768px) {
    .font-display {
        font-size:52px
    }
}

.font-headline-4 {
    font-size: 60px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-4 {
        font-size:36px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-4 {
        font-size:32px
    }
}

.font-headline-3 {
    font-size: 48px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-3 {
        font-size:34px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-3 {
        font-size:28px
    }
}

.font-headline-2 {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-2 {
        font-size:32px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-2 {
        font-size:28px
    }
}

.font-headline-1 {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-1 {
        font-size:24px;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    .font-headline-1 {
        font-size:20px;
        line-height: 1.5
    }
}

.font-title {
    font-size: 24px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-title {
        font-size:20px
    }
}

@media screen and (max-width: 768px) {
    .font-title {
        font-size:20px
    }
}

.font-subheading {
    font-size: 20px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subheading {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    .font-subheading {
        font-size:18px
    }
}

.font-subtitle {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subtitle {
        font-size:16px
    }
}

@media screen and (max-width: 768px) {
    .font-subtitle {
        font-size:16px
    }
}

.font-body-2 {
    line-height: 1.5;
    font-size: 16px
}

.font-body-1 {
    font-size: 14px;
    line-height: 1.7
}

.font-descriptions {
    font-size: 12px;
    line-height: 1.7
}

.font-body-1,.font-body-2,.font-descriptions,.font-display,.font-headline-1,.font-headline-2,.font-headline-3,.font-headline-4,.font-subheading,.font-subtitle,.font-title {
    line-height: 1.2
}

.font-light {
    font-weight: 400
}

.font-blod {
    font-weight: 400
}

.divider-wrapper {
    overflow: hidden
}

.text--col .detail {
    margin-top: 40px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .text--col .detail {
        margin-top:30px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .text--col .detail {
        margin-top:24px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .text--col .detail {
        margin-top:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .text--col .detail {
        margin-top:28px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .text--row .detail {
        margin-top:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .text--row .detail {
        margin-top:28px
    }
}

.text--row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) and (orientation:portrait) {
    .text--row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        align-items: stretch
    }
}

.text--row .link {
    margin-top: 10px
}

@media (min-width: 1800px) {
    .text--row .link {
        margin-top:20px
    }
}

.divider-wrapper {
    overflow: hidden
}

.g--divider {
    background-color: #001eff;
    width: 100%;
    height: 40px;
    margin: 0;
    border: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.g--divider.show {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width: 1200px) and (max-width:1799px) {
    .g--divider {
        height:30px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .g--divider {
        height:24px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .g--divider {
        height:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .g--divider {
        height:28px
    }
}

.g--center,.g--container,.g--sub-container {
    margin: 0 auto
}

.g--container {
    width: 1496px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .g--container {
        width:1036px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .g--container {
        width:896px
    }
}

@media (orientation: portrait) and (max-width:720px) {
    .g--container {
        width:88.88888888888889vw
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    .g--container {
        width:93.75vw
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .g--pt-hidden {
        display:none!important
    }
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    .g--ls-hidden {
        display:none!important
    }
}

@media (orientation: portrait) and (max-width:720px) {
    .g--mb-hidden {
        display:none!important
    }
}

@media not screen and (orientation: portrait) and (max-width:720px) {
    .g--mb-show {
        display:none!important
    }
}


.page-content .font--white {
    color: #fff
}

.page-content .font--h1,.page-content .font--kv-h1 {
    white-space: pre-line;
    font-size: 60px;
    line-height: 72px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--h1,.page-content .font--kv-h1 {
        font-size:40px;
        line-height: 48px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--h1,.page-content .font--kv-h1 {
        font-size:36px;
        line-height: 43px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--h1 {
        font-size:32px;
        line-height: 38px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--kv-h1 {
        font-size:30px;
        line-height: 36px
    }
}

.page-content .font--h1-detail {
    white-space: pre-line;
    font-size: 24px;
    line-height: 29px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--h1-detail {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--h1-detail {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--h1-detail {
        font-size:20px;
        line-height: 24px
    }
}

.page-content .font--h1-detail sup {
    top: -7.200000000000001px;
    vertical-align: middle;
    font-size: 9px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--h1-detail sup {
        top:-6.000000000000001px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--h1-detail sup {
        top:-6.000000000000001px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--h1-detail sup {
        top:-6.000000000000001px
    }
}

.page-content .font--h2,.page-content .font--kv-h2 {
    white-space: pre-line;
    font-size: 38px;
    line-height: 48px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--h2,.page-content .font--kv-h2 {
        font-size:32px;
        line-height: 38px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--h2,.page-content .font--kv-h2 {
        font-size:28px;
        line-height: 34px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--h2 {
        font-size:28px;
        line-height: 34px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--kv-h2 {
        font-size:20px;
        line-height: 24px
    }
}

.page-content .font--p {
    white-space: pre-line;
    font-size: 18px;
    line-height: 22px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--p {
        font-size:16px;
        line-height: 19px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--p {
        font-size:14px;
        line-height: 19px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--p {
        font-size:14px;
        line-height: 19px
    }
}

.page-content .font--p sup {
    top: -5.4px;
    vertical-align: middle;
    font-size: 9px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--p sup {
        top:-4.800000000000001px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--p sup {
        top:-4.200000000000001px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--p sup {
        top:-4.200000000000001px
    }
}

.page-content .font--link {
    font-size: 20px;
    line-height: 30px;
    color: #001eff
}

.page-content .font--note {
    font-size: 12px;
    line-height: 1.7;
    line-height: 1.2
}

.page-content .font--display-note {
    font-size: 12px;
    line-height: 1.4
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--display-note {
        font-size:10px
    }
}

.page-content .font--ksp-title {
    white-space: pre-line;
    font-size: 93px;
    line-height: 120px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--ksp-title {
        font-size:60px;
        line-height: 72px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--ksp-title {
        font-size:32px;
        line-height: 38px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--ksp-title {
        font-size:29px;
        line-height: 38px
    }
}

.page-content .font--ksp-desc {
    font-size: 18px;
    line-height: 22px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--ksp-desc {
        font-size:18px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--ksp-desc {
        font-size:14px;
        line-height: 19px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--ksp-desc {
        font-size:16px;
        line-height: 19px
    }
}

.page-content .font--pic-ind {
    font-size: 60px;
    line-height: 72px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .page-content .font--pic-ind {
        font-size:36px;
        line-height: 43px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .page-content .font--pic-ind {
        font-size:32px;
        line-height: 38px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .font--pic-ind {
        font-size:29px;
        line-height: 38px
    }
}

.page-content {
    font-size: 16px
}

.page-content * {
    box-sizing: border-box
}

.page-content a {
    text-decoration: none
}

.page-content img {
    display: block;
    max-width: none
}

.page-content canvas img {
    display: none
}

.page-content video {
    display: block;
    max-width: none
}

.page-content br {
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,"sans-serif"
}

.page-content sup {
    top: -1.2em;
    font-size: 35%
}

body.no-scroll {
    overflow-y: hidden
}

.page-content .vertical-center {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.page-content .vertical-center&gt;* {
    width: 100%
}

.page-content .horizontal-center {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.page-content .horizontal-center&gt;* {
    height: 100%
}

.page-content .text-center {
    text-align: center
}

.page-content .g--sticky-container,.page-content .relative,.page-content .sticky-container {
    position: relative
}

.page-content .sticky,.page-content .sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.page-content .absolute {
    position: absolute;
    top: 0;
    left: 0
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    .page-content .absolute-ls {
        position:absolute;
        top: 0;
        left: 0
    }
}

.page-content .fixed {
    position: fixed;
    top: 0;
    left: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    .page-content .fixed-pt {
        position:fixed;
        top: 0;
        left: 0
    }
}

.g--image-wrapper {
    position: relative;
    width: 100%;
    height: 0
}

.g--image-wrapper&gt;img {
    position: absolute;
    width: 100%;
    height: 100%
}

.g--full,.g--full-width {
    width: 100%
}

.g--full,.g--full-height {
    height: 100%
}

.gap--top-200 {
    margin-top: 200px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .gap--top-200 {
        margin-top:160px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .gap--top-200 {
        margin-top:120px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .gap--top-200 {
        margin-top:90px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .gap--top-200 {
        margin-top:126px
    }
}

.gap--top-100 {
    margin-top: 100px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .gap--top-100 {
        margin-top:80px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .gap--top-100 {
        margin-top:60px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .gap--top-100 {
        margin-top:40px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .gap--top-100 {
        margin-top:56px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .gap--top-100-pt {
        margin-top:40px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .gap--top-100-pt {
        margin-top:56px
    }
}

.pad--left {
    padding-left: 77px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .pad--left {
        padding-left:53px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .pad--left {
        padding-left:46px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .pad--left {
        padding-left:0
    }
}

.pad--right {
    padding-right: 77px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .pad--right {
        padding-right:53px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .pad--right {
        padding-right:46px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .pad--right {
        padding-right:0
    }
}

.g--row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) and (orientation:portrait) {
    .g--row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .g--row:before {
        content: "";
        -webkit-box-ordinal-group: 3;
        order: 2;
        height: 40px
    }

    .g--row&gt;:last-child {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .g--row:before {
        height:56px
    }
}

.row--top {
    -webkit-box-align: start;
    align-items: flex-start
}

.row--mid,.row--middle {
    -webkit-box-align: center;
    align-items: center
}

.row--bottom,.row--btm {
    -webkit-box-align: end;
    align-items: flex-end
}

.row--center {
    -webkit-box-pack: center;
    justify-content: center
}

.row--left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.row--right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media (max-width: 1024px) and (orientation:portrait) {
    .row--reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .row--reverse-mb {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.col--12 {
    width: 100%
}

.col--10 {
    width: 1496px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--10 {
        width:1036px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--10 {
        width:896px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .col--10 {
        width:100%
    }
}

.col--8 {
    width: 1222px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--8 {
        width:844px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--8 {
        width:732px
    }
}

.col--6 {
    width: 888px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--6 {
        width:613px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--6 {
        width:532px
    }
}

.col--4 {
    width: 580px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--4 {
        width:402px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--4 {
        width:347px
    }
}

.col--3 {
    width: 428px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--3 {
        width:297px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--3 {
        width:256px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    .col--3,.col--4,.col--6,.col--8 {
        width:calc(100vw - 80px)
    }
}

@media (orientation: portrait) and (max-width:720px) {
    .col--3,.col--4,.col--6,.col--8 {
        width:calc(100vw - 40px)
    }
}

.col--container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.col--container&gt;:last-child {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.col--container:before {
    content: "";
    -webkit-box-ordinal-group: 3;
    order: 2;
    height: 100px
}

@media (min-width: 1200px) and (max-width:1799px) {
    .col--container:before {
        height:80px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .col--container:before {
        height:60px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .col--container:before {
        height:40px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    .col--container:before {
        height:56px
    }
}

.col--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

@media (max-width: 1024px) and (orientation:portrait) {
    .col--reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (orientation: portrait) and (max-width:720px) {
    .top-container {
        margin-top:-50px
    }

    #section-kv {
        padding-top: 50px
    }
}

#section-kv {
    overflow: hidden
}

#section-kv .absolute-fill,#section-kv:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#section-kv:before {
    content: "";
    background: #001eff;
    z-index: 4
}

.show#section-kv:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 1.3s ease;
    -webkit-transition: -webkit-transform 1.3s ease;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease,-webkit-transform 1.3s ease
}

@media (orientation: portrait) and (max-width:720px) {
    .show#section-kv:before {
        -webkit-transition-duration:.8s;
        transition-duration: .8s
    }
}

#section-kv .kv-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    padding-top: 60px
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-kv .kv-container {
        min-height:900px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-kv .kv-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .kv-container {
        padding-top:50px;
        transition: -webkit-transform .6s ease-out;
        -webkit-transition: -webkit-transform .6s ease-out;
        transition: transform .6s ease-out;
        transition: transform .6s ease-out,-webkit-transform .6s ease-out;
        -webkit-box-pack: end;
        justify-content: flex-end;
        height: calc(100vh - 50px);
        height: calc(var(--vh, 1vh)*100 - 50px);
        min-height: 686px
    }

    #section-kv .kv-container.move {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: none;
        transition: none
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-kv .kv-container {
        min-height:623px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-kv .kv-container {
        min-height:539px
    }
}

#section-kv .bg {
    z-index: 2;
    width: 100%;
    height: 580px;
    overflow: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-kv .bg {
        height:402px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-kv .bg {
        height:347px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-kv .bg {
        height:auto
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .bg {
        -webkit-box-pack:start;
        justify-content: flex-start;
        -webkit-box-align: end;
        align-items: flex-end;
        padding-bottom: 50px;
        height: 100%;
        max-height: 149.03vw
    }
}

#section-kv .phone-container0 {
    width: 1513px;
    height: 757px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-kv .phone-container0 {
        width:1048px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-kv .phone-container0 {
        width:906px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-kv .phone-container0 {
        height:524px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-kv .phone-container0 {
        height:453px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-kv .phone-container0 {
        width:634px;
        height: 317px
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .phone-container0 {
        -webkit-box-flex:0;
        flex: 0 0 auto;
        width: 522px;
        height: 553px;
        margin-left: 10px
    }
}

#section-kv .phone-container0 .without-clip-path {
    display: none
}

#section-kv .phone-container0 .no-clip-path .without-clip-path {
    display: block
}

#section-kv .phone-container0 .no-clip-path&gt;:not(.without-clip-path) {
    display: none
}

#section-kv .phone:first-child {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw)
}

#section-kv .phone:nth-child(2) {
    -webkit-transform: translateX(120vw);
    transform: translateX(120vw)
}

#section-kv .phone:nth-child(3) {
    -webkit-transform: translateX(140vw);
    transform: translateX(140vw)
}

.show#section-kv .phone {
    transition: -webkit-transform 1.2s ease-out .3s;
    -webkit-transition: -webkit-transform 1.2s ease-out .3s;
    transition: transform 1.2s ease-out .3s;
    transition: transform 1.2s ease-out .3s,-webkit-transform 1.2s ease-out .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .phone:first-child {
        -webkit-transform:translateX(100vw) rotate(0);
        transform: translateX(100vw) rotate(0)
    }

    #section-kv .phone:nth-child(2) {
        -webkit-transform: translateX(160vw) rotate(0);
        transform: translateX(160vw) rotate(0)
    }

    #section-kv .phone:nth-child(3) {
        -webkit-transform: translateX(220vw) rotate(-39deg);
        transform: translateX(220vw) rotate(-39deg)
    }

    .show#section-kv .phone {
        transition: -webkit-transform .7s ease-out .1s;
        -webkit-transition: -webkit-transform .7s ease-out .1s;
        transition: transform .7s ease-out .1s;
        transition: transform .7s ease-out .1s,-webkit-transform .7s ease-out .1s;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#section-kv .phone-top {
    width: 1152px;
    height: 448px;
    left: auto;
    right: 0;
    top: 2.75%;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-kv .phone-top {
        width:798px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-kv .phone-top {
        width:690px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-kv .phone-top {
        height:310px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-kv .phone-top {
        height:268px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-kv .phone-top {
        width:483px;
        height: 188px
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .phone-top {
        width:598px;
        height: 233px;
        left: 5.172413793103448%;
        top: 6.50994575045208%
    }

    .show#section-kv .phone-top {
        -webkit-transform: translateX(0) rotate(-39deg);
        transform: translateX(0) rotate(-39deg)
    }
}

#section-kv .phone-top .frame,#section-kv .phone-top .wallpaper {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#section-kv .phone-top.not-ready .frame,#section-kv .phone-top.not-ready .wallpaper {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

#section-kv .phone-top video {
    opacity: 0
}

#section-kv .phone-top video.loaded {
    opacity: 1
}

#section-kv .wallpaper {
    overflow: hidden;
    background: linear-gradient(99deg,#236999,#b8cbe0);
    -webkit-clip-path: polygon(3.904% 1.879%,87.149% 7.098%,89.549% 12.004%,88.817% 7.202%,99.634% 92.067%,8.055% 93.633%,2% 7.411%);
    clip-path: polygon(3.904% 1.879%,87.149% 7.098%,89.549% 12.004%,88.817% 7.202%,99.634% 92.067%,8.055% 93.633%,2% 7.411%)
}

#section-kv .wallpaper .static {
    display: none
}

#section-kv .fg {
    position: relative;
    z-index: 3;
    width: 50%;
    margin-left: 50%;
    padding-left: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-kv .fg {
        margin-left:0;
        width: calc(100% - 80px);
        margin-bottom: 100px
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .fg {
        position:absolute;
        top: 20px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#section-kv .gap-top-10 {
    margin-top: 10px
}

#section-kv .gap-btm-10 {
    margin-bottom: 10px
}

#section-kv .line {
    opacity: 0
}

#section-kv .line:first-child {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .line:first-child {
        -webkit-transform:translateY(-70px);
        transform: translateY(-70px)
    }
}

#section-kv .line:nth-child(2) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .line:nth-child(2) {
        -webkit-transform:translateY(-80px);
        transform: translateY(-80px)
    }
}

#section-kv .line:nth-child(3) {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .line:nth-child(3) {
        -webkit-transform:translateY(-90px);
        transform: translateY(-90px)
    }
}

#section-kv .line:nth-child(4) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

@media (orientation: portrait) and (max-width:720px) {
    #section-kv .line:nth-child(4) {
        -webkit-transform:translateY(-100px);
        transform: translateY(-100px)
    }
}

.show#section-kv .line {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.show#section-kv .line:first-child {
    transition: opacity .2s ease-out 1.3s,-webkit-transform .8s ease-out 1.3s;
    -webkit-transition: opacity .2s ease-out 1.3s,-webkit-transform .8s ease-out 1.3s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.3s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.3s,-webkit-transform .8s ease-out 1.3s
}

@media (orientation: portrait) and (max-width:720px) {
    .show#section-kv .line:first-child {
        transition:opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        -webkit-transition: opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s
    }
}

.show#section-kv .line:nth-child(2) {
    transition: opacity .2s ease-out 1.4s,-webkit-transform .8s ease-out 1.3s;
    -webkit-transition: opacity .2s ease-out 1.4s,-webkit-transform .8s ease-out 1.3s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.4s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.4s,-webkit-transform .8s ease-out 1.3s
}

@media (orientation: portrait) and (max-width:720px) {
    .show#section-kv .line:nth-child(2) {
        transition:opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        -webkit-transition: opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s
    }
}

.show#section-kv .line:nth-child(3) {
    transition: opacity .2s ease-out 1.5s,-webkit-transform .8s ease-out 1.3s;
    -webkit-transition: opacity .2s ease-out 1.5s,-webkit-transform .8s ease-out 1.3s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.5s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.5s,-webkit-transform .8s ease-out 1.3s
}

@media (orientation: portrait) and (max-width:720px) {
    .show#section-kv .line:nth-child(3) {
        transition:opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        -webkit-transition: opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s
    }
}

.show#section-kv .line:nth-child(4) {
    transition: opacity .2s ease-out 1.6s,-webkit-transform .8s ease-out 1.3s;
    -webkit-transition: opacity .2s ease-out 1.6s,-webkit-transform .8s ease-out 1.3s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.6s;
    transition: transform .8s ease-out 1.3s,opacity .2s ease-out 1.6s,-webkit-transform .8s ease-out 1.3s
}

@media (orientation: portrait) and (max-width:720px) {
    .show#section-kv .line:nth-child(4) {
        transition:opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        -webkit-transition: opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s;
        transition: transform .8s ease-out .8s,opacity .4s ease-out 1s,-webkit-transform .8s ease-out .8s
    }
}

#section-overview .part-1 {
    background: #001eff;
    padding: 120px 0;
    color: #fff
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .part-1 {
        padding:90px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .part-1 {
        padding:70px 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .part-1 {
        padding:0
    }
}

#section-overview .bg {
    opacity: 0;
    z-index: 2;
    background: #001eff
}

#section-overview .overviews {
    width: 1190px;
    margin: 0 auto;
    z-index: 3
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .overviews {
        width:824px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .overviews {
        width:712.69px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .overviews {
        width:100%
    }
}

#section-overview .gap {
    background: #001eff;
    height: 60px
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .gap-top {
        -webkit-transform-origin:bottom;
        transform-origin: bottom
    }

    #section-overview .gap-btm {
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .divider,#section-overview .gap,#section-overview .overview {
        z-index:3;
        will-change: transform
    }
}

#section-overview .bg,#section-overview .board,#section-overview .divider {
    pointer-events: none
}

#section-overview .divider {
    z-index: 1;
    margin: 0;
    border: none;
    height: 2px;
    width: 100%;
    overflow: hidden;
    background: #001eff;
    display: -webkit-box;
    display: flex
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .divider {
        z-index:3;
        width: 100%;
        margin: 0 auto
    }
}

#section-overview .divider:after,#section-overview .divider:before {
    content: "";
    display: block;
    position: relative;
    height: 100%
}

#section-overview .divider:before {
    z-index: 2;
    background: #001eff;
    width: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .divider:before {
        width:10px
    }
}

#section-overview .divider:after {
    z-index: 1;
    background: #fff;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    width: 100%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .divider:after {
        width:calc(100% - 20px)
    }
}

#section-overview .divider.show:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

#section-overview .title {
    padding: 60px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#section-overview .title small {
    font-size: 80%;
    font-family: Roman-55,MYingHei W5,Microsoft Yahei,sans-serif;
    line-height: 1;
    vertical-align: top
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .title {
        padding:40px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .title {
        padding:30px 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .title {
        padding:30px 24px 30px 0
    }
}

#section-overview .overview {
    z-index: 1
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .overview {
        z-index:3;
        background: #001eff;
        padding: 0 10px
    }
}

#section-overview .overview.active {
    z-index: 3
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .overview.active .icon-arrow {
        -webkit-transform:rotate(45deg);
        transform: rotate(45deg)
    }
}

#section-overview .icon-arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-image: url(../_images/arrow-down-748954.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

#section-overview .board {
    z-index: 2;
    width: 100%;
    height: 0;
    padding-bottom: 59%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .board {
        padding:0;
        background: #001eff;
        overflow: hidden;
        height: 100%;
        opacity: 0;
        -webkit-clip-path: inset(50% 0);
        clip-path: inset(50% 0)
    }
}

#section-overview .board.moving {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

#section-overview .detail-container {
    z-index: 2;
    top: -50%;
    left: -50%;
    opacity: 0
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-overview .detail-container {
        -webkit-transform:rotate(15deg);
        transform: rotate(15deg)
    }

    #section-overview .detail-container:nth-child(odd) {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .detail-container {
        top:0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    #section-overview .detail-container .img {
        width: 100%;
        height: auto;
        min-height: 1px
    }
}

#section-overview .detail-container.show {
    opacity: 1
}

#section-overview .desc {
    top: auto;
    bottom: 60px;
    padding: 0 60px
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .desc {
        bottom:auto;
        top: 30px;
        padding: 0 10px
    }
}

#section-overview .part-2 {
    overflow: visible;
    padding: 60px 60px 60px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .part-2 {
        padding:42px 42px 42px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .part-2 {
        padding:36px 36px 36px 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .part-2 {
        padding:60px 10px 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .part-2 {
        padding:84px 14px 84px 0
    }
}

#section-overview .indicators,#section-overview .panel {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    clear: both
}

#section-overview .panel {
    overflow: hidden;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 0 15px 0 48px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .panel {
        padding:0 10px 0 33px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .panel {
        padding:0 9px 0 29px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .panel {
        padding:0 0 15px;
        margin: 20px 0 0 10px;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .panel {
        padding:0 0 21px;
        margin: 28px 0 0 14px
    }
}

#section-overview .indicators {
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    white-space: nowrap;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 256px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .indicators {
        width:177px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .indicators {
        width:153px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicators {
        -webkit-transform:rotate(0);
        transform: rotate(0);
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-box-align: start;
        align-items: flex-start;
        width: auto
    }
}

#section-overview .indicators.play&gt;* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicators.play&gt;* {
        -webkit-transform:translate(0);
        transform: translate(0)
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-overview .indicators {
        max-width:220px
    }
}

#section-overview .indicator-0 {
    transition: color .2s ease-out,opacity 1.5s 0s,-webkit-transform 1s;
    -webkit-transition: color .2s ease-out,opacity 1.5s 0s,-webkit-transform 1s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s 0s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s 0s,-webkit-transform 1s;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator-0 {
        -webkit-transform:translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px)
    }
}

#section-overview .indicator-1 {
    transition: color .2s ease-out,opacity 1.5s .3s,-webkit-transform 1s;
    -webkit-transition: color .2s ease-out,opacity 1.5s .3s,-webkit-transform 1s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s .3s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s .3s,-webkit-transform 1s;
    opacity: 0;
    -webkit-transform: translateY(-220px);
    transform: translateY(-220px)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator-1 {
        -webkit-transform:translateY(0) translateX(-280px);
        transform: translateY(0) translateX(-280px)
    }
}

#section-overview .indicator-2 {
    transition: color .2s ease-out,opacity 1.5s .6s,-webkit-transform 1s;
    -webkit-transition: color .2s ease-out,opacity 1.5s .6s,-webkit-transform 1s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s .6s;
    transition: color .2s ease-out,transform 1s,opacity 1.5s .6s,-webkit-transform 1s;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator-2 {
        -webkit-transform:translateY(0) translateX(-460px);
        transform: translateY(0) translateX(-460px)
    }
}

#section-overview .indicator {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    text-align: start;
    position: relative;
    cursor: pointer
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator {
        width:auto
    }
}

#section-overview .indicator:after {
    content: "";
    position: absolute;
    background: #001eff;
    opacity: 0;
    transition: -webkit-transform .6s ease-out;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out,-webkit-transform .6s ease-out;
    width: 2px;
    height: 100%;
    top: 0;
    left: -7px;
    -webkit-transform: translateY(101%);
    transform: translateY(101%)
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .indicator:after {
        left:-5px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .indicator:after {
        left:-4px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator:after {
        width:100%;
        height: 2px;
        top: auto;
        left: 0;
        bottom: -5px;
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }
}

#section-overview .indicator.active {
    color: #001eff
}

#section-overview .indicator.active:after {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-overview .indicator:not(:first-child) {
        margin-right:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .indicator:not(:first-child) {
        margin-top:10px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-overview .indicator:not(:first-child) {
        margin-right:14px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-overview .indicator:not(:first-child) {
        margin-right:12px
    }
}

#section-overview .bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end
}

#section-overview .controller {
    position: relative;
    width: 123px;
    height: 87px;
    margin-top: auto;
    margin-left: 30px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller {
        width:85px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller {
        width:74px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller {
        height:60px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller {
        height:52px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller {
        margin-left:21px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller {
        margin-left:18px
    }
}

#section-overview .controller .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 42px solid
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller .arrow {
        border:29.085px solid
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller .arrow {
        border:25.1538px solid
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-overview .controller .arrow {
        border:25px solid
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .controller .arrow {
        border:35px solid
    }
}

#section-overview .controller .prev {
    left: -42px;
    border-color: transparent #001eff transparent transparent
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller .prev {
        left:-29px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller .prev {
        left:-25px
    }
}

#section-overview .controller .next {
    right: -42px;
    border-color: transparent transparent transparent #001eff
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .controller .next {
        right:-29px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .controller .next {
        right:-25px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .controller {
        width:70px;
        height: 49px;
        margin-left: 10px
    }

    #section-overview .controller .prev {
        left: -25px
    }

    #section-overview .controller .next {
        right: -25px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .controller {
        width:98px;
        height: 69px;
        margin-left: 14px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .controller .prev {
        left:-35px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .controller .next {
        right:-35px
    }
}

#section-overview .view {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    min-width: 0;
    height: 960px;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .view {
        height:665px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .view {
        height:575px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .view {
        -webkit-box-flex:1;
        flex: 1 1 auto;
        height: 450px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .view {
        height:630px
    }
}

#section-overview .picture {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 580px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture {
        width:402px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture {
        width:347px
    }
}

#section-overview .picture .t-poster {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 200px;
    line-height: 200px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture .t-poster {
        font-size:138.5px;
        line-height: 138.5px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture .t-poster {
        font-size:119.78px;
        line-height: 119.78px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .picture .t-poster {
        font-size:56px;
        line-height: 56px
    }
}

#section-overview .picture.full {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture.full {
        width:calc(100% - 21px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture.full {
        width:calc(100% - 18px)
    }
}

#section-overview .picture.full .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .picture {
        width:250px
    }

    #section-overview .picture.full {
        width: calc(100% - 10px)
    }
}

#section-overview .picture .play {
    position: absolute;
    bottom: 50px;
    right: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    color: #fff;
    white-space: nowrap
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture .play {
        bottom:35px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture .play {
        bottom:30px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture .play {
        right:69px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture .play {
        right:60px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-overview .picture .play {
        bottom:20px;
        right: 20px
    }
}

#section-overview .picture .play .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture .play .icon {
        margin-right:7px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture .play .icon {
        margin-right:6px
    }
}

#section-overview .picture .play .tips {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

#section-overview .picture .play .tips .f-tip {
    font-size: 16px;
    line-height: 24px
}

#section-overview .picture .play .tips .border {
    margin-top: 5px;
    width: 100%;
    height: 2px;
    background: #fff
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-overview .picture .play .tips .border {
        margin-top:3px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-overview .picture .play .tips .border {
        margin-top:3px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .picture .play {
        bottom:28px;
        right: 28px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .picture {
        width:350px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-overview .picture.full {
        width:calc(100% - 14px)
    }
}

#section-charge {
    overflow: hidden
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge {
        padding-bottom:0;
        margin-bottom: -20px
    }
}

#section-charge .video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    color: #fff
}

#section-charge .video-wrapper .replay {
    position: absolute;
    bottom: 60px;
    right: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay {
        bottom:42px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay {
        bottom:36px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay {
        right:42px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay {
        right:36px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .video-wrapper .replay {
        bottom:20px;
        right: 16px
    }
}

#section-charge .video-wrapper .replay.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#section-charge .video-wrapper .replay .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay .icon {
        width:15px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay .icon {
        width:13px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay .icon {
        height:15px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay .icon {
        height:13px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay .icon {
        margin-right:7px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay .icon {
        margin-right:6px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .video-wrapper .replay .icon {
        width:17px;
        height: 17px;
        margin-right: 5px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .video-wrapper .replay .icon {
        width:24px;
        height: 24px;
        margin-right: 7px
    }
}

#section-charge .video-wrapper .replay .text {
    font-size: 18px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .video-wrapper .replay .text {
        font-size:12px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .video-wrapper .replay .text {
        font-size:11px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .video-wrapper .replay .text {
        font-size:14px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .video-wrapper .replay .text {
        font-size:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .video-wrapper .replay {
        bottom:28px;
        right: 22px
    }
}

#section-charge .content-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 1108px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper {
        height:767px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper {
        height:664px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .content-wrapper {
        height:998px;
        margin-top: 46px
    }
}

#section-charge .content-wrapper .bg {
    height: 1108px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .bg {
        height:767px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .bg {
        height:664px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .content-wrapper .bg {
        width:375px;
        height: auto;
        margin-left: 20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .bg {
        width:525px
    }
}

#section-charge .content-wrapper .content {
    position: absolute;
    top: 120px;
    left: 762px;
    width: 438px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .content {
        top:83px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .content {
        top:72px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .content {
        left:528px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .content {
        left:456px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .content {
        width:303px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .content {
        width:262px
    }
}

#section-charge .content-wrapper .fgs {
    position: absolute;
    bottom: 60px;
    left: 950px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs {
        bottom:42px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs {
        bottom:36px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs {
        left:658px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs {
        left:569px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .content-wrapper .fgs {
        left:0;
        top: 655px;
        width: 100vw;
        margin-left: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper {
    margin: 30px 0;
    width: auto
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper {
        margin:21px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper {
        margin:18px 0
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper:first-child .fg {
    height: 66px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:first-child .fg {
        height:46px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:first-child .fg {
        height:40px
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper:nth-child(2) .fg {
    height: 36px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(2) .fg {
        height:25px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(2) .fg {
        height:22px
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper:nth-child(3) .fg {
    height: 73px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(3) .fg {
        height:51px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(3) .fg {
        height:44px
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper:nth-child(4) .fg {
    height: 37px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(4) .fg {
        height:26px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(4) .fg {
        height:22px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .content-wrapper .fgs .fg-wrapper {
        margin:0 10px;
        display: inline-block
    }

    #section-charge .content-wrapper .fgs .fg-wrapper .fg {
        height: auto!important;
        margin-left: 24px
    }

    #section-charge .content-wrapper .fgs .fg-wrapper:first-child .fg {
        width: 37px
    }

    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(2) .fg {
        width: 20px
    }

    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(3) .fg {
        width: 41px
    }

    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(4) .fg {
        width: 22px
    }
}

#section-charge .content-wrapper .fgs .fg-wrapper .text {
    color: #001eff;
    margin-bottom: 10px;
    white-space: nowrap
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-charge .content-wrapper .fgs .fg-wrapper .text {
        margin-bottom:7px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-charge .content-wrapper .fgs .fg-wrapper .text {
        margin-bottom:6px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-charge .content-wrapper .fgs .fg-wrapper .text {
        -webkit-transform:rotate(-90deg) translateX(-100%);
        transform: rotate(-90deg) translateX(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper {
        margin:0 14px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper .fg {
        margin-left:34px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:first-child .fg {
        width:52px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(2) .fg {
        width:28px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(3) .fg {
        width:57px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs .fg-wrapper:nth-child(4) .fg {
        width:31px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper .fgs {
        top:917px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge .content-wrapper {
        height:1397px;
        margin-top: 64px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-charge {
        margin-bottom:-28px
    }
}

#section-performance {
    background-color: #000;
    color: #fff
}

#section-performance .sticky-container.part-3 {
    height: 200vh;
    height: calc(var(--vh, 1vh)*200)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .sticky-container.part-3 {
        margin-top:90px
    }
}

#section-performance .sticky-container.part-3 .sticky-item {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#section-performance .sticky-container.part-3 .sticky-item .g--row {
    width: 100%
}

#section-performance .sticky-container.part-5 {
    height: 220vh;
    height: calc(var(--vh, 1vh)*220)
}

#section-performance .sticky-container.part-5 .sticky-item {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

#section-performance .perf0-wrapper {
    width: 100%;
    height: 842px;
    position: relative;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf0-wrapper {
        height:583px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf0-wrapper {
        height:504px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf0-wrapper {
        height:111.1111vw
    }
}

#section-performance .perf0-wrapper img {
    width: 100%;
    height: 100%
}

#section-performance .perf0-wrapper .perf0-0 {
    z-index: 2
}

#section-performance .perf0-wrapper .perf0-1 {
    z-index: 3;
    position: relative;
    height: 842px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf0-wrapper .perf0-1 {
        height:583px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf0-wrapper .perf0-1 {
        height:504px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf0-wrapper .perf0-1 {
        height:111.1111vw
    }
}

#section-performance .perf0-wrapper .perf0-1.show {
    opacity: 1
}

#section-performance .perf0-wrapper .perf0-0,#section-performance .perf0-wrapper .perf0-2 {
    position: absolute;
    top: 0;
    left: 0
}

#section-performance .perf0-wrapper .perf0-2 {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

#section-performance .perf0-wrapper .perf0-2.show {
    opacity: 1
}

#section-performance .perf0-wrapper .hidden-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#section-performance .perf2 {
    height: 600px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf2 {
        height:416px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf2 {
        height:359px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf2 {
        height:111.1111vw
    }
}

#section-performance .perf3 {
    height: 622px;
    width: 100%
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf3 {
        height:430px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf3 {
        height:372px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf3 {
        height:80.65vw;
        width: 100vw;
        margin-left: 20px
    }
}

#section-performance .perf4-wrapper-hidden {
    height: 600px;
    width: 886px;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf4-wrapper-hidden {
        height:416px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf4-wrapper-hidden {
        height:359px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf4-wrapper-hidden {
        width:614px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf4-wrapper-hidden {
        width:531px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf4-wrapper-hidden {
        height:150vw;
        overflow: unset;
        width: 100vw
    }
}

#section-performance .perf4-wrapper-hidden .perf4-0,#section-performance .perf4-wrapper-hidden .perf4-1 {
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf4-wrapper-hidden .perf4-0 {
        height:83.3333vw
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .perf4-wrapper-hidden .perf4-1 {
        height:66.6667vw
    }
}

#section-performance .perf6 {
    height: 700px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .perf6 {
        height:485px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .perf6 {
        height:419px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-performance .perf6 {
        width:calc(100vw - 40px);
        height: calc(46.7vw - 18.68px);
        margin: 0 auto
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-performance .perf6 {
        height:260px;
        width: 557px
    }
}

#section-performance .part-0 .title {
    z-index: 1
}

#section-performance .part-0 .sticky-container {
    height: 160vh;
    height: calc(var(--vh, 1vh)*160)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-0 .sticky-container {
        height:110vh;
        height: calc(var(--vh, 1vh)*110)
    }
}

#section-performance .part-0 .sticky-container .sticky-item {
    height: 492px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-0 .sticky-container .sticky-item {
        height:341px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .part-0 .sticky-container .sticky-item {
        height:295px;
        height: 300px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-0 .sticky-container .sticky-item {
        height:350px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-0 .sticky-container .sticky-item {
        height:120vh;
        height: calc(var(--vh, 1vh)*120);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

#section-performance .part-0 .sticky-container .g--row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-0 .sticky-container .g--row {
        position:relative;
        margin-top: 40px;
        height: auto
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-0 .sticky-container .g--row:before {
        height:0
    }
}

#section-performance .part-0 .sticky-container .g--row .detail,#section-performance .part-0 .sticky-container .g--row .topic {
    opacity: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-2 {
        overflow:hidden
    }
}

#section-performance .part-2 .logo {
    width: 177px;
    height: 30px;
    margin-top: 20px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-2 .logo {
        width:123px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .part-2 .logo {
        width:106px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-2 .logo {
        height:21px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .part-2 .logo {
        height:18px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-2 .logo {
        width:118px;
        height: 20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-2 .logo {
        width:118px;
        height: 20px
    }
}

#section-performance .part-4 .container4 {
    position: relative;
    width: 100%;
    height: 39.0625vw
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-4 .container4 {
        height:auto
    }
}

#section-performance .part-4 .container4 .text-container {
    position: absolute;
    z-index: 1;
    left: calc(50% - 748px + 4vw);
    top: 30px;
    width: 428px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-4 .container4 .text-container {
        left:calc(50% - 518px + 4vw)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .part-4 .container4 .text-container {
        left:calc(50% - 448px + 4vw);
        width: 297px;
        top: 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-4 .container4 .text-container {
        position:relative;
        margin-bottom: 40px;
        width: calc(100vw - 40px);
        left: 0
    }
}

#section-performance .part-4 .container4 .video {
    position: relative;
    width: 100%;
    height: 39.0625vw
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-4 .container4 .video {
        height:77.7778vw
    }
}

#section-performance .part-5 .col--container {
    overflow: hidden
}

#section-performance .part-5 .perf6 {
    position: relative
}

#section-performance .part-5 .perf6 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-performance .part-5 .perf6 img {
        margin-left:0
    }
}

@media (orientation: portrait) and (max-width:720px) {
    #section-performance .part-5 .perf6 img {
        margin-left:20px
    }
}

#section-performance .part-5 .perf6 img.content {
    width: 98%;
    left: 1%;
    height: 94.6%;
    top: 2.7%;
    border-radius: 75px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-performance .part-5 .perf6 img.content {
        border-radius:60px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-performance .part-5 .perf6 img.content {
        border-radius:50px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-performance .part-5 .perf6 img.content {
        border-radius:14px
    }
}

#section-performance .part-5 .perf6 .frame {
    position: relative
}

#section-performance .part-5 .perf6 .box {
    -webkit-transform-origin: 25px 25px;
    transform-origin: 25px 25px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

#section-performance .part-5 .perf6 .box.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#section-performance .part-5 .perf6 .popup {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

#section-performance .part-5 .perf6 .popup.show {
    opacity: 1
}

#section-design .sticky-container {
    position: relative;
    width: 100%;
    height: 420vh;
    height: calc(var(--vh, 1vh)*420)
}

#section-design .sticky-container .sticky-item {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

#section-design .sticky-container .sticky-item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#section-design .sticky-container .sticky-item .content .life {
    position: absolute;
    z-index: 1;
    top: 35.8vh;
    top: calc(var(--vh, 1vh)*35.8);
    left: calc(50vw - 44vh);
    left: calc(50vw - var(--vh, 1vh)*44);
    width: 65vh;
    width: calc(var(--vh, 1vh)*65);
    height: 48.4vh;
    height: calc(var(--vh, 1vh)*48.4)
}

#section-design .sticky-container .sticky-item .content .up {
    top: 8.7vh;
    top: calc(var(--vh, 1vh)*8.7);
    left: calc(50vw + 4vh);
    left: calc(50vw + var(--vh, 1vh)*4);
    height: 65.3vh;
    height: calc(var(--vh, 1vh)*65.3)
}

#section-design .sticky-container .sticky-item .content .down,#section-design .sticky-container .sticky-item .content .up {
    position: absolute;
    z-index: 2;
    width: 23.15vh;
    width: calc(var(--vh, 1vh)*23.15);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#section-design .sticky-container .sticky-item .content .down {
    top: 27.72vh;
    top: calc(var(--vh, 1vh)*27.72);
    left: calc(50vw + 1vh);
    left: calc(50vw + var(--vh, 1vh)*1);
    height: 68.4vh;
    height: calc(var(--vh, 1vh)*68.4)
}

#section-design .sticky-container .sticky-item .content .phone {
    position: absolute;
    z-index: 2;
    top: 57vh;
    top: calc(var(--vh, 1vh)*57);
    left: calc(50vw - 4vh);
    left: calc(50vw - var(--vh, 1vh)*4);
    width: 23.15vh;
    width: calc(var(--vh, 1vh)*23.15);
    height: 68.4vh;
    height: calc(var(--vh, 1vh)*68.4);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
}

#section-design .sticky-container .sticky-item .content .text-container {
    position: absolute;
    z-index: 2;
    top: 30vh;
    top: calc(var(--vh, 1vh)*30);
    left: 14vw;
    width: 428px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .sticky-container .sticky-item .content .text-container {
        width:296px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .sticky-container .sticky-item .content .text-container {
        width:256px
    }
}

#section-design .sticky-container .sticky-item .content .text-container .title {
    white-space: nowrap
}

#section-design .sticky-container .sticky-item .content .text-container .detail {
    margin-top: 30px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .sticky-container .sticky-item .content .text-container .detail {
        margin-top:21px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .sticky-container .sticky-item .content .text-container .detail {
        margin-top:18px
    }
}

#section-design .sticky-container .sticky-item .content .tag-box {
    position: absolute;
    z-index: 1;
    font-size: 5vh;
    font-size: calc(var(--vh, 1vh)*5);
    width: 35vh;
    width: calc(var(--vh, 1vh)*35);
    overflow: hidden
}

#section-design .sticky-container .sticky-item .content .tag-box.silver-tag {
    color: #d0d9dd;
    top: 10.5vh;
    top: calc(var(--vh, 1vh)*10.5);
    left: calc(50vw - 2vh);
    left: calc(50vw - var(--vh, 1vh)*2)
}

#section-design .sticky-container .sticky-item .content .tag-box.blue-tag {
    color: #77e0cb;
    top: 60vh;
    top: calc(var(--vh, 1vh)*60);
    left: calc(50vw - 47vh);
    left: calc(50vw - var(--vh, 1vh)*47);
    text-align: right
}

#section-design .sticky-container .sticky-item .content.blue {
    z-index: 2
}

#section-design .sticky-container .sticky-item .content.silver {
    z-index: 1;
    opacity: 0
}

#section-design .mobile-content {
    position: relative;
    width: 100%;
    overflow: hidden
}

#section-design .mobile-content .blue1 {
    position: relative;
    z-index: 1;
    width: 56.1vw;
    height: 157.8vw;
    margin-left: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 70% 12%;
    transform-origin: 70% 12%
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .blue1 {
        margin-left:14px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .blue1 {
        margin-left:12px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-design .mobile-content .blue1 {
        margin-left:40px
    }
}

#section-design .mobile-content .blue2 {
    position: absolute;
    z-index: 2;
    top: 41vw;
    left: calc(2vw + 20px);
    width: 53.6vw;
    height: 158vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 70% 12%;
    transform-origin: 70% 12%
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .blue2 {
        left:calc(2vw + 14px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .blue2 {
        left:calc(2vw + 12px)
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-design .mobile-content .blue2 {
        left:calc(2vw + 40px)
    }
}

#section-design .mobile-content .life {
    width: calc(100vw - 40px);
    height: 94.6vw;
    margin: -50vw auto 90px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .life {
        width:calc(100vw - 28px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .life {
        width:calc(100vw - 24px)
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .life {
        margin:-50vw auto 62px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .life {
        margin:-50vw auto 54px
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-design .mobile-content .life {
        width:calc(100vw - 80px);
        height: 94.8vw
    }
}

#section-design .mobile-content .text-container {
    width: calc(100vw - 40px);
    margin: 0 auto
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .text-container {
        width:calc(100vw - 28px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .text-container {
        width:calc(100vw - 24px)
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-design .mobile-content .text-container {
        width:calc(100vw - 80px)
    }
}

#section-design .mobile-content .text-container .detail {
    margin-top: 20px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .text-container .detail {
        margin-top:14px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .text-container .detail {
        margin-top:12px
    }
}

#section-design .mobile-content .phone-container0 {
    position: relative;
    width: calc(100vw - 40px);
    height: 170vw;
    margin: 40px auto 0
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .phone-container0 {
        width:calc(100vw - 28px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .phone-container0 {
        width:calc(100vw - 24px)
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .phone-container0 {
        margin:28px auto 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .phone-container0 {
        margin:24px auto 0
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-design .mobile-content .phone-container0 {
        width:calc(100vw - 80px)
    }
}

#section-design .mobile-content .phone-container0 .phone {
    position: absolute;
    z-index: 2;
    width: 43.6vw;
    height: 128.6vw
}

#section-design .mobile-content .phone-container0 .phone.s {
    top: 0;
    left: 0
}

#section-design .mobile-content .phone-container0 .phone.b {
    top: 33.33vw;
    right: 0
}

#section-design .mobile-content .phone-container0 .tag {
    position: absolute;
    z-index: 1;
    font-size: 30px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-design .mobile-content .phone-container0 .tag {
        font-size:21px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-design .mobile-content .phone-container0 .tag {
        font-size:18px
    }
}

#section-design .mobile-content .phone-container0 .tag.s {
    top: 0;
    left: 42vw;
    color: #d0d9dd
}

#section-design .mobile-content .phone-container0 .tag.b {
    bottom: -2vw;
    right: 42vw;
    color: #77e0cb;
    text-align: right
}

#section-camera {
    color: #fff;
    background: #000
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera {
        padding-bottom:0
    }
}

#section-camera .dark-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .col--container:before {
        height:0
    }
}

#section-camera .main-text-wrapper {
    position: relative;
    z-index: 50
}

#section-camera .back-camera-phone-wrapper {
    position: relative;
    bottom: 0;
    left: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper {
        position:relative;
        overflow: hidden;
        z-index: 25;
        left: 10px;
        width: calc(100vw - 20px);
        height: calc(117vw - 23px);
        -webkit-transform: scaleX(1.05) scaleY(.95) translateY(3%);
        transform: scaleX(1.05) scaleY(.95) translateY(3%)
    }
}

#section-camera .back-camera-phone-wrapper .camera-phone-wrapper {
    width: 99.2%;
    padding-bottom: 56.2%;
    z-index: 25
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .camera-phone-wrapper {
        position:absolute;
        width: 100%;
        bottom: -14.3%;
        padding-bottom: 0;
        height: 100%
    }
}

#section-camera .back-camera-phone-wrapper .camera-phone-wrapper img {
    width: 99%
}

#section-camera .back-camera-phone-wrapper .camera-phone-wrapper img.shell {
    top: 0
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .camera-phone-wrapper img.shell {
        -webkit-transform:scaleX(.59) scaleY(.99) translateY(.5%);
        transform: scaleX(.59) scaleY(.99) translateY(.5%);
        -webkit-transform-origin: 25% 50%;
        transform-origin: 25% 50%
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .camera-phone-wrapper img.shell {
        -webkit-transform:scaleX(.945) scaleY(.857);
        transform: scaleX(.945) scaleY(.857);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .camera-phone-wrapper img.capture {
        height:100.7%
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .camera-phone-wrapper img.capture {
        height:101.7%;
        width: 99.5%;
        -webkit-transform: translate(-.2%,-.4%);
        transform: translate(-.2%,-.4%)
    }
}

#section-camera .back-camera-phone-wrapper canvas.camera-video {
    position: absolute;
    top: 0;
    left: -1.1%;
    width: 100%;
    height: 100%;
    z-index: 26;
    -webkit-transform: scaleX(1.26) scaleY(1.28);
    transform: scaleX(1.26) scaleY(1.28);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .back-camera-phone-wrapper canvas.camera-video {
        -webkit-transform:scaleX(1.26) scaleY(1.28);
        transform: scaleX(1.26) scaleY(1.28)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper canvas.camera-video {
        -webkit-transform:scaleX(2.03) scaleY(1.1);
        transform: scaleX(2.03) scaleY(1.1);
        -webkit-transform-origin: 34% bottom;
        transform-origin: 34% bottom
    }
}

#section-camera .back-camera-phone-wrapper .items {
    width: 100%;
    opacity: 1
}

#section-camera .back-camera-phone-wrapper .item {
    position: absolute;
    z-index: 30;
    color: #fff;
    left: 79.46%;
    width: 51.9%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item {
        -webkit-transform:translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item {
        z-index:30;
        left: 58.24%;
        width: 41.77%;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#section-camera .back-camera-phone-wrapper .item .dashed {
    position: absolute;
    top: 50%;
    margin-left: -101%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    -webkit-transition: width .5s;
    transition: width .5s
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item .dashed {
        top:10px;
        margin-left: -60.4%;
        width: 56.4%
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item .dashed {
        top:14px
    }
}

#section-camera .back-camera-phone-wrapper .item .text {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .item .text {
        width:40%
    }
}

#section-camera .back-camera-phone-wrapper .item.item-camera-sub {
    top: 26%
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-sub {
        -webkit-transform:translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-sub {
        top:33.5%
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-sub {
        top:38.3%
    }
}

#section-camera .back-camera-phone-wrapper .item.item-camera-main {
    top: 35%
}

@media (min-width: 1800px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-main {
        top:38%
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-main {
        top:52.5%
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-main {
        top:57.3%
    }
}

#section-camera .back-camera-phone-wrapper .item.item-camera-micro {
    top: 68%
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-micro br {
        display:none
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-micro {
        top:67%
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-micro {
        top:72.5%
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-micro {
        top:75%
    }
}

#section-camera .back-camera-phone-wrapper .item.item-camera-black-white {
    top: 71%;
    width: 43.63%
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-black-white br {
        display:none
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-black-white {
        top:75.5%;
        width: 29.4%
    }

    #section-camera .back-camera-phone-wrapper .item.item-camera-black-white .dashed {
        margin-left: -50.4%;
        width: 43.4%
    }
}

@media (orientation: portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper .item.item-camera-black-white {
        top:78%
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .back-camera-phone-wrapper {
        left:14px;
        width: calc(100vw - 28px);
        height: calc(117vw - 33px)
    }
}

#section-camera .night-container {
    position: relative;
    width: 100%;
    z-index: 10
}

#section-camera .night-container.sticky-container {
    height: 500vh;
    height: calc(var(--vh, 1vh)*500)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container.sticky-container {
        height:550vh;
        height: calc(var(--vh, 1vh)*550)
    }
}

#section-camera .night-container .night-item-wrapper {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    background: #000
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .night-item-wrapper {
        overflow:visible;
        left: 10px;
        width: calc(100vw - 20px);
        height: calc(117vw - 23px);
        bottom: 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .night-container .night-item-wrapper {
        left:14px;
        width: calc(100vw - 28px);
        height: calc(117vw - 33px)
    }
}

#section-camera .night-container .bg-wrapper {
    position: absolute;
    z-index: 18;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh)*100 - 100px)
}

#section-camera .night-container .bg-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#section-camera .night-container .text-camera {
    position: relative;
    z-index: 50
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .clip-wrapper {
        position:absolute;
        z-index: 19;
        overflow: hidden;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .clip {
        position:absolute;
        width: 100vw;
        height: 149vw;
        bottom: -15.3vw;
        left: 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .clip-rest {
        position:absolute;
        width: 100vw;
        height: calc(100vh - 133.7vw);
        height: calc(var(--vh, 1vh)*100 - 133.7vw);
        bottom: 133.7vw;
        background: #000
    }
}

#section-camera .night-container .image-clip,#section-camera .night-container .image-night {
    position: absolute;
    width: 100%;
    height: 100%
}

#section-camera .night-container .image-clip.image-clip,#section-camera .night-container .image-night.image-clip {
    top: -.4%;
    height: 101.6%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .image-clip.image-clip,#section-camera .night-container .image-night.image-clip {
        top:-.7%;
        box-shadow: inset 0 0 5px 5px #000
    }
}

#section-camera .night-container .night-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40
}

#section-camera .night-container .night-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 45;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

#section-camera .night-container .night-after.show {
    opacity: 1
}

#section-camera .night-container .image-clip {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transform-origin: 26% 50%;
    transform-origin: 26% 50%;
    box-shadow: 0 0 0 20px #000
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .image-clip {
        -webkit-transform-origin:30% 60%;
        transform-origin: 30% 60%
    }
}

#section-camera .night-container .night-text {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

#section-camera .night-container .night-text .detail,#section-camera .night-container .night-text .topic {
    opacity: 0
}

#section-camera .night-container .night-item-inner {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -2%;
    padding-bottom: 56.2%;
    z-index: 1
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .night-item-inner {
        padding-bottom:0;
        height: 100%
    }
}

#section-camera .night-container .dark-mask {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
    z-index: 50
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .dark-mask {
        top:auto;
        bottom: 0;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px)
    }
}

#section-camera .night-container .views-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 45;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .night-container .views-image {
        top:auto;
        bottom: 0;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px)
    }
}

#section-camera .night-container .views-image img {
    min-width: 100%;
    min-height: 100%
}

#section-camera .night-container .text {
    z-index: 55;
    color: #fff
}

#section-camera .views-container.sticky-container {
    height: 160vh;
    height: calc(var(--vh, 1vh)*160)
}

#section-camera .views-container .dark-mask {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 50
}

#section-camera .views-container .sticky-item-views {
    width: 100%;
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh)*100 - 100px)
}

#section-camera .views-container .views-image {
    margin-top: 90px;
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .views-container .views-image {
        margin-top:62px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .views-container .views-image {
        margin-top:54px
    }
}

#section-camera .views-container .views-image img {
    min-width: 100%;
    min-height: 100%
}

#section-camera .views-container .text {
    z-index: 55;
    color: #fff
}

#section-camera .sights-video-container {
    position: relative
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container {
        top:0
    }
}

#section-camera .sights-video-container.sticky-container {
    height: 500vh;
    height: calc(var(--vh, 1vh)*500)
}

#section-camera .sights-video-container .relative-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

#section-camera .sights-video-container .image-phone-wrapper {
    position: absolute;
    overflow: hidden;
    top: calc((100vh - 745.49712px)/2);
    top: calc((var(--vh, 1vh)*100 - 745.49712px)/2);
    left: calc(50% - 748px);
    width: 1496px;
    z-index: 50;
    padding-bottom: 685px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        top:calc((100vh - 534.71592px)/2);
        top: calc((var(--vh, 1vh)*100 - 534.71592px)/2)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        top:calc((100vh - 470.56512px)/2);
        top: calc((var(--vh, 1vh)*100 - 470.56512px)/2)
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        left:calc(50% - 518px)
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        left:calc(50% - 448px)
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        width:1036px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        width:896px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        padding-bottom:475px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        padding-bottom:411px
    }
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .image-phone-wrapper {
        margin-top:-30px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-phone-wrapper {
        top:calc((100vh - 100px)/2 - 77.67354vw);
        top: calc((var(--vh, 1vh)*100 - 100px)/2 - 77.67354vw);
        width: 72.66vw;
        left: 13.67vw;
        padding-bottom: 155.34707999999998vw;
        -webkit-transform-origin: 50% 30%;
        transform-origin: 50% 30%
    }
}

#section-camera .sights-video-container .image-phone-wrapper .canvas-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-phone-wrapper .canvas-wrapper {
        border-radius:11vw;
        -webkit-transform: scaleX(.96);
        transform: scaleX(.96)
    }
}

#section-camera .sights-video-container .image-phone-wrapper .boating,#section-camera .sights-video-container .image-phone-wrapper canvas {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 52;
    -webkit-transform: scale(.98);
    transform: scale(.98);
    background: #000
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .image-phone-wrapper .boating,#section-camera .sights-video-container .image-phone-wrapper canvas {
        border-radius:50px;
        -webkit-transform: scaleX(.98) scaleY(.96);
        transform: scaleX(.98) scaleY(.96)
    }

    #section-camera .sights-video-container .image-phone-wrapper .boating video,#section-camera .sights-video-container .image-phone-wrapper canvas video {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-phone-wrapper .boating,#section-camera .sights-video-container .image-phone-wrapper canvas {
        -webkit-transform:scaleX(1.2);
        transform: scaleX(1.2)
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .image-phone-wrapper .boating,#section-camera .sights-video-container .image-phone-wrapper canvas {
        border-radius:35px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .image-phone-wrapper .boating,#section-camera .sights-video-container .image-phone-wrapper canvas {
        border-radius:30px
    }
}

#section-camera .sights-video-container .image-phone-wrapper img.image-phone,#section-camera .sights-video-container .image-phone-wrapper img.image-sign {
    z-index: 54
}

#section-camera .sights-video-container .image-phone-wrapper .image-icon-close,#section-camera .sights-video-container .image-phone-wrapper img.image-icon-open {
    left: 1%;
    top: 0;
    z-index: 55;
    -webkit-transform-origin: 6.8% 70%;
    transform-origin: 6.8% 70%;
    -webkit-transform: scale(.97);
    transform: scale(.97)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-phone-wrapper .image-icon-close,#section-camera .sights-video-container .image-phone-wrapper img.image-icon-open {
        width:5.5%;
        height: 2.4%;
        left: 27%;
        top: 6.6%;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

#section-camera .sights-video-container .image-phone-wrapper .image-phone-cover {
    z-index: 53;
    -webkit-transform: scaleX(.97) scaleY(.95);
    transform: scaleX(.97) scaleY(.95)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-phone-wrapper .image-phone-cover {
        -webkit-transform:scaleX(.93) scaleY(.97);
        transform: scaleX(.93) scaleY(.97)
    }
}

#section-camera .sights-video-container .mask-wrapper {
    overflow: hidden;
    position: absolute;
    top: 20.585vw;
    z-index: 20;
    width: 100%;
    height: 50vw
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .mask-wrapper {
        margin-top:calc((100vh - 41.17vw)/2 - 25vw - 60px);
        margin-top: calc((var(--vh, 1vh)*100 - 41.17vw)/2 - 25vw - 60px)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .mask-wrapper {
        margin-top:0;
        top: auto;
        bottom: calc((100vh - 100px)/2 - 100vw);
        bottom: calc((var(--vh, 1vh)*100 - 100px)/2 - 100vw);
        width: 100vw;
        height: 200vw
    }
}

#section-camera .sights-video-container .mask-wrapper img.mask {
    box-shadow: inset 0 0 0 5px #000
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        width:2394px;
        height: 1029px;
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: content-box;
        border: 200px solid #000;
        -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
        transform: scale(1) translateX(-50%) translateY(-50%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        width:100%;
        height: 100%;
        -webkit-transform: scale(1.014);
        transform: scale(1.014)
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        width:1658px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        width:1434px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        height:713px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-camera .sights-video-container .mask-wrapper img.mask {
        height:616px
    }
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .dark-mask {
        top:0
    }
}

#section-camera .sights-video-container .num-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .num-wrapper {
        margin-top:-30px;
        height: calc(100vh - 60px);
        height: calc(var(--vh, 1vh)*100 - 60px)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .num-wrapper {
        top:0;
        z-index: 50;
        width: 100vw;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px);
        background: rgba(0,0,0,.2)
    }
}

#section-camera .sights-video-container .num-wrapper .num {
    font-size: 142.29px;
    color: #001eff;
    text-align: center;
    line-height: 142.29px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .num-wrapper .num {
        font-size:100px;
        text-align: center;
        line-height: 100px;
        margin-left: 5vw
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-camera .sights-video-container .num-wrapper .num {
        font-size:140px;
        line-height: 140px
    }
}

#section-camera .sights-video-container .image-sights-wrapper {
    width: 100%;
    padding-bottom: 41.17%
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .image-sights-wrapper {
        margin-top:calc((100vh - 41.17vw)/2 - 60px);
        margin-top: calc((var(--vh, 1vh)*100 - 41.17vw)/2 - 60px)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .image-sights-wrapper {
        width:100vw;
        padding-bottom: 0;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px)
    }
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sights-video-container .text-wrapper {
        display:-webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: absolute;
        z-index: 51;
        top: -60px;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100)
    }

    #section-camera .sights-video-container .text-after {
        position: relative;
        z-index: 52
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sights-video-container .text,#section-camera .sights-video-container .text-after {
        top:50%;
        left: 50%;
        position: absolute;
        z-index: 51
    }
}

#section-camera .portrait-container {
    position: relative;
    height: 0
}

#section-camera .portrait-container.sticky-container {
    height: 300vh;
    height: calc(var(--vh, 1vh)*300)
}

#section-camera .portrait-container .sticky-item-portrait {
    padding-bottom: 45.31%
}

#section-camera .portrait-container .image-camera-wrapper {
    overflow: hidden;
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    width: 57.3vw;
    padding-bottom: 36.528749999999995vw
}

#section-camera .portrait-container .image-camera-wrapper .image-phone {
    position: absolute;
    z-index: 47
}

#section-camera .portrait-container .image-camera-wrapper .image-phone-camera {
    position: absolute
}

#section-camera .portrait-container .image-camera-wrapper .image-phone-clip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 45;
    opacity: 1;
    -webkit-transform-origin: 37% 45%;
    transform-origin: 37% 45%
}

#section-camera .portrait-container .portrait-text {
    position: absolute;
    top: 205px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .portrait-container .portrait-text {
        top:142px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .portrait-container .portrait-text {
        top:123px
    }
}

#section-camera .portrait-container .portrait-text .detail,#section-camera .portrait-container .portrait-text .topic {
    opacity: 0
}

#section-camera .portrait-container .portrait-image-left {
    position: absolute;
    top: 0;
    left: 42.7vw;
    width: 22.7vw;
    height: 30.9628vw;
    opacity: 1
}

#section-camera .portrait-container .portrait-image-right {
    position: absolute;
    z-index: 50;
    top: 3vw;
    right: 1.56vw;
    width: 30.2vw;
    height: 42.0988vw;
    opacity: 0
}

#section-camera .sticky-item-camera {
    overflow: hidden;
    height: auto
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sticky-item-camera {
        overflow:visible;
        position: -webkit-sticky;
        position: sticky;
        top: 100%;
        bottom: 0;
        margin-top: 0;
        height: auto
    }
}

#section-camera .portrait-container-pt.sticky-container {
    height: 300vh;
    height: calc(var(--vh, 1vh)*300)
}

#section-camera .portrait-container-pt .sticky-item-portrait {
    margin-bottom: 180vw;
    width: 100%
}

#section-camera .portrait-container-pt .portrait-text {
    position: relative;
    z-index: 6
}

#section-camera .portrait-container-pt .image-camera-wrapper {
    width: 100vw;
    padding-bottom: 62vw
}

#section-camera .portrait-container-pt .image-camera-wrapper .clip-wrapper {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 200%;
    overflow: hidden
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .portrait-container-pt .image-camera-wrapper .clip-wrapper {
        -webkit-transform:scale(.96) translateX(-1.4%) translateY(-3.8%);
        transform: scale(.96) translateX(-1.4%) translateY(-3.8%);
        -webkit-transform-origin: 35% 42%;
        transform-origin: 35% 42%
    }
}

#section-camera .portrait-container-pt .image-camera-wrapper img.image-phone,#section-camera .portrait-container-pt .image-camera-wrapper img.image-phone-camera {
    left: 2vw;
    width: 98vw;
    z-index: 10
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .portrait-container-pt .image-camera-wrapper img.image-phone {
        width:98vw;
        height: 150%
    }
}

#section-camera .portrait-container-pt .image-camera-wrapper img.image-phone-clip {
    z-index: 5;
    width: 100%;
    -webkit-transform-origin: 33% 37%;
    transform-origin: 33% 37%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .portrait-container-pt .image-camera-wrapper img.image-phone-clip img {
        width:100%
    }
}

#section-camera .portrait-container-pt .image-camera-wrapper img.portrait-image-left {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 11.625vw;
    width: 76.75vw;
    height: 104.68700000000001vw
}

#section-camera .portrait-container-pt .image-camera-wrapper img.portrait-image-right {
    position: absolute;
    z-index: 0;
    top: 112vw;
    right: 0;
    width: 75vw;
    height: 104.55vw
}

#section-camera .sticky-item-video {
    overflow: hidden
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-camera .sticky-item-video {
        overflow:visible;
        height: auto
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sticky-item-video {
        height:calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px)
    }
}

#section-camera .sticky-item-video .c-hidden-x {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(var(--vh, 1vh)*100 - 60px)
}

#section-camera .sticky-item-video .text-wrapper {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-camera .sticky-item-video .text {
        position:absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

#section-camera .gap-200 {
    height: 200px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-camera .gap-200 {
        height:139px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-camera .gap-200 {
        height:120px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .video {
        margin-top:0
    }
}

#section-display .item {
    width: 887px;
    height: 600px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .item {
        width:614px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .item {
        width:531px
    }
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .item {
        height:416px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .item {
        height:359px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .item {
        width:100vw;
        height: 127.78vw
    }
}

#section-display .insert {
    height: auto;
    margin-top: 60px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .insert {
        margin-top:30px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .insert {
        margin-top:20px
    }
}

#section-display .insert.insert-1 {
    width: 325px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .insert.insert-1 {
        width:225px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .insert.insert-1 {
        width:195px
    }
}

#section-display .insert.insert-2 {
    width: 488px;
    height: 178px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .insert.insert-2 {
        width:407px;
        height: 148px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .insert.insert-2 {
        width:100%;
        height: 148px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .insert {
        margin-top:20px
    }

    #section-display .insert.insert-1 {
        width: 259px
    }

    #section-display .insert.insert-2 {
        width: 315px;
        height: 127px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-display .insert {
        margin-top:28px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-display .insert.insert-1 {
        width:363px
    }
}

#section-display .caption {
    color: rgba(0,0,0,.6);
    margin-top: 40px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .caption {
        margin-top:30px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .caption {
        margin-top:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .caption {
        margin-top:20px
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .brightness {
        margin-top:200px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:1200px) and (max-width:1799px) {
    #section-display .brightness {
        margin-top:160px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:1024px) and (max-width:1199px) {
    #section-display .brightness {
        margin-top:120px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (max-width:1024px) and (orientation:portrait) {
    #section-display .brightness {
        margin-top:90px
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (max-width:1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-display .brightness {
        margin-top:126px
    }
}

#section-display .sights-video-container {
    position: relative;
    top: 0;
    left: 0
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sights-video-container {
        top:0
    }
}

#section-display .sights-video-container.sticky-container {
    height: 300vh;
    height: calc(var(--vh, 1vh)*300)
}

#section-display .sights-video-container .relative-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

#section-display .sights-video-container .image-phone-wrapper {
    position: absolute;
    top: 10vw;
    left: 10.5vw;
    width: 79vw;
    z-index: 50;
    padding-bottom: 36.19938vw;
    -webkit-transform-origin: center;
    transform-origin: center
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sights-video-container .image-phone-wrapper {
        top:8vw;
        width: 72.66vw;
        left: 13.67vw;
        padding-bottom: 155.34707999999998vw
    }
}

#section-display .sights-video-container .image-phone-wrapper .boating,#section-display .sights-video-container .image-phone-wrapper canvas {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8%/6%;
    z-index: 52;
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-display .sights-video-container .image-phone-wrapper .boating video,#section-display .sights-video-container .image-phone-wrapper canvas video {
        width:100%;
        height: 100%;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

#section-display .sights-video-container .image-phone-wrapper img.image-phone {
    z-index: 53
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-display .sights-video-container .image-phone-wrapper img.image-phone {
        -webkit-transform:rotate(180deg);
        transform: rotate(180deg)
    }
}

#section-display .sights-video-container .image-phone-wrapper .image-phone-cover {
    z-index: 54
}

#section-display .sights-video-container .mask {
    position: absolute;
    top: 20.585vw;
    margin-top: -25vw;
    z-index: 20;
    width: 100vw;
    height: 50vw;
    -webkit-transform: scale(1.014);
    transform: scale(1.014)
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sights-video-container .mask {
        margin-top:0;
        top: auto;
        bottom: calc((100vh - 100px)/2 - 88.6vw);
        bottom: calc((var(--vh, 1vh)*100 - 100px)/2 - 88.6vw);
        width: 100vw;
        height: 177.2vw
    }
}

#section-display .sights-video-container .image-sights-wrapper {
    width: 100vw;
    padding-bottom: 41.17vw
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sights-video-container .image-sights-wrapper {
        width:100vw;
        padding-bottom: 0;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh)*100 - 100px)
    }
}

#section-display .sights-video-container .text {
    position: relative;
    top: 10vw;
    height: 36.19938vw;
    z-index: 51;
    color: #fff;
    opacity: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sights-video-container .text {
        top:8vw;
        left: 20vw;
        width: 60vw;
        height: 155.34707999999998vw
    }

    #section-display .sights-video-container .text * {
        width: 100%
    }
}

#section-display .views-image {
    margin-top: 90px;
    width: 100vw;
    height: 150vw
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .views-image {
        margin-top:62px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .views-image {
        margin-top:54px
    }
}

#section-display .views-image .text {
    position: relative;
    top: 76px;
    z-index: 40
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-display .views-image .text {
        top:53px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-display .views-image .text {
        top:46px
    }
}

#section-display .sticky-item-video {
    height: 46.19938vw
}

#section-display .sticky-item-video .overflow-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    overflow: hidden
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sticky-item-video {
        height:165vw;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh)*100);
        margin-bottom: calc(-100vh + 165vw);
        margin-bottom: calc(var(--vh, 1vh)*-100 + 165vw)
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-display .sticky-item-video .text {
        position:absolute
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-display .sticky-item-video {
        margin-bottom:0
    }
}

#section-os {
    color: #000;
    padding-bottom: 0
}

#section-os .hidden {
    display: none!important
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-os .col--8-ls {
        width:1222px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-os .col--8-ls {
        width:844px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-os .col--8-ls {
        width:732px
    }
}

#section-os .s-section {
    position: relative
}

#section-os .mobile-double-wrapper {
    width: 48%;
    padding-bottom: 54.72%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .mobile-double-wrapper {
        width:100%;
        padding-bottom: 113.99999999999999%
    }
}

#section-os .mobile-double-wrapper img.left,#section-os .mobile-double-wrapper img.right {
    position: absolute;
    width: 47%
}

#section-os .mobile-double-wrapper img.left {
    left: 0;
    top: 0
}

#section-os .mobile-double-wrapper img.right {
    right: 0;
    bottom: 0
}

@media (orientation: landscape) and (min-width:1024px),(orientation:portrait) and (min-width:1025px) {
    #section-os .s-section-display .col--8-ls {
        width:1222px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1200px) and (max-width:1799px),(orientation:portrait) and (min-width:1025px) and (min-width:1200px) and (max-width:1799px) {
    #section-os .s-section-display .col--8-ls {
        width:844px
    }
}

@media (orientation: landscape) and (min-width:1024px) and (min-width:1024px) and (max-width:1199px),(orientation:portrait) and (min-width:1025px) and (min-width:1024px) and (max-width:1199px) {
    #section-os .s-section-display .col--8-ls {
        width:732px
    }
}

#section-os .s-section-display .mobiles-wrapper {
    padding-bottom: 55%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .s-section-display .mobiles-wrapper {
        width:100vw;
        overflow: hidden;
        padding-bottom: 72vw;
        margin-bottom: -6vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#section-os .s-section-display .mobiles-wrapper .mobiles-inner {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .s-section-display .mobiles-wrapper .mobiles-inner {
        left:-10%;
        width: 120%
    }
}

#section-os .s-section-display .mobiles-wrapper .mobiles-inner img.mobile {
    display: inline-block;
    width: 23.5%
}

#section-os .s-section-display .mobiles-wrapper .mobiles-inner img.mobile+img.mobile {
    margin-left: 1.3%
}

#section-os .gallery-text {
    position: absolute;
    z-index: 5;
    top: 11%;
    left: 5%;
    width: 428px
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-os .gallery-text {
        width:296px
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-os .gallery-text {
        width:256px
    }
}

#section-os .gallery-image-wrapper {
    width: 100%;
    padding-bottom: 66.72%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .gallery-image-wrapper {
        margin-top:40px;
        width: 100%;
        padding-bottom: 93.2%
    }
}

#section-os .gallery-image-wrapper .gallery {
    width: 75%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .gallery-image-wrapper .gallery {
        width:100%
    }
}

#section-os .gallery-image-wrapper .gallery-phone {
    right: 0;
    width: 31%
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-os .gallery-image-wrapper .gallery-phone {
        width:44.4%
    }
}

@media (max-width: 1024px) and (orientation:portrait) and (min-width:721px) and (max-width:1024px) {
    #section-os .gallery-image-wrapper {
        margin-top:56px
    }
}

#section-caption {
    padding: 100px 0;
    color: rgba(0,0,0,.4)
}

@media (min-width: 1200px) and (max-width:1799px) {
    #section-caption {
        padding:80px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    #section-caption {
        padding:60px 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    #section-caption {
        padding:60px 0
    }
}

#section-caption li {
    margin-left: 1em
}

#section-caption li,#section-caption ol {
    list-style: decimal
}

.page-content .top-container {
    width: 100%;
    overflow: hidden
}

.page-content img.loading,.page-content img:not([src]) {
    opacity: 0
}

.page-content img.loaded {
    opacity: 1
}

.page-content .g--popup-user {
    display: none
}

.g--clickable {
    cursor: pointer
}

.pad--260 {
    padding: 260px 0
}

@media (min-width: 1200px) and (max-width:1799px) {
    .pad--260 {
        padding:200px 0
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .pad--260 {
        padding:156px 0
    }
}

@media (max-width: 1024px) and (orientation:portrait) {
    .pad--260 {
        padding:120px 0
    }
}

.hidden {
    display: none
}

@media screen and (max-width: 735px) {
    .hidden-xs {
        display:none
    }
}

@media screen and (min-width: 736px) {
    .hidden-not-xs {
        display:none
    }
}

.one-video-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
    left: 0;
    top: 0;
    background-color: #000
}

.one-video-container.embedded {
    position: relative;
    z-index: 3
}

.one-video-container.mobile {
    position: fixed;
    z-index: 15000
}

.one-video-container .close-btn {
    position: absolute;
    z-index: 110;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px
}
@media screen and (max-width: 768px) {
    .one-video-container .close-btn {
        top: 100px;
    }
}

.one-video-container .close-btn:after,.one-video-container .close-btn:before {
    content: "";
    display: block;
    background-color: #fff
}

.one-video-container .close-btn:hover:after,.one-video-container .close-btn:hover:before {
    background-color: #fff;
    border-color: #ccc
}

.one-video-container .close-btn:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px
}

.one-video-container .close-btn:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px
}

.one-video-container .close-btn:after,.one-video-container .close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.one-video-container .video-areas {
    position: absolute;
    padding: 60px 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
    background-color: #000
}

.one-video-container .video-areas iframe {
    width: 100%;
    height: 100%;
    background-color: #000
}

/*------------------------------- inline */
.flex,
.design-canvas &gt; .section-row{
  display: flex;
}

.design-canvas{
  flex-direction: column;
}

.design-canvas &gt; .section-row{
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.design-canvas .section-row .sections{
  width: 100%;
  height: 100%;
  display: flex;
}

.section-row .sections .section-container{
  position: relative;
  height: 100%;
}

.page-content .font--kv-p {
    color: #001eff;
    font-size: 18px;
    line-height: 22px;
  }
  @media (max-width: 1024px) and (orientation: portrait) {
    .page-content .font--kv-p {
      font-size: 14px;
      line-height: 17px;
    }
  }
  
  #section-kv .wallpaper {
    overflow: hidden;
    background: #000;
    -webkit-clip-path: polygon(3.904% 1.879%, 87.149% 7.098%, 89.549% 12.004%, 88.817% 7.202%, 99.634% 92.067%, 8.055% 93.633%, 2% 7.411%);
            clip-path: polygon(3.904% 1.879%, 87.149% 7.098%, 89.549% 12.004%, 88.817% 7.202%, 99.634% 92.067%, 8.055% 93.633%, 2% 7.411%);
    z-index: 1;
  }
  @media not screen and (orientation: portrait) and (max-width: 720px) {
    #section-kv .wallpaper .can-play {
      -webkit-transform: translateX(-0.5%) scale(1.02);
              transform: translateX(-0.5%) scale(1.02);
    }
  }
  @media not screen and (orientation: portrait) and (max-width: 720px) {
    #section-kv .wallpaper .can-play {
      -webkit-transform: translateX(-0.5%) scale(1.02);
              transform: translateX(-0.5%) scale(1.02);
    }
  }
  #section-kv .wallpaper .static {
    display: none;
  }
  #section-kv .frame {
    z-index: 2;
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
  }
  
  #section-kv .line {
    opacity: 0;
    white-space: nowrap;
  }
  @media (max-width: 1024px) and (orientation: portrait) {
    #section-kv .line {
      width: 100%;
      white-space: normal;
    }
  }
  .show#section-kv .line:nth-child(5) {
    transition: opacity 0.2s ease-out 1.7s, -webkit-transform 0.8s ease-out 1.3s;
    transition: transform 0.8s ease-out 1.3s, opacity 0.2s ease-out 1.7s;
    transition: transform 0.8s ease-out 1.3s, opacity 0.2s ease-out 1.7s, -webkit-transform 0.8s ease-out 1.3s;
  }
  @media (orientation: portrait) and (max-width: 720px) {
    .show#section-kv .line:nth-child(5) {
      transition: opacity 0.4s ease-out 1s, -webkit-transform 0.8s ease-out 0.8s;
      transition: transform 0.8s ease-out 0.8s, opacity 0.4s ease-out 1s;
      transition: transform 0.8s ease-out 0.8s, opacity 0.4s ease-out 1s, -webkit-transform 0.8s ease-out 0.8s;
    }
  }
  
  #section-performance .part-2 .logo {
    margin-top: 20px;
    width: 81px;
    height: 20px;
  }
  @media (min-width: 1800px) {
    #section-performance .part-2 .logo {
      width: 121px !important;
      height: 30px !important;
    }
  }
  
  #section-design .mobile-content .phone-container0 {
    position: relative;
    width: calc(100vw - 40px);
    height: 173vw;
    margin: 40px auto 0;
  }
  
  #section-design .mobile-content .phone-container0 .tag.b {
    bottom: 1vw;
    right: 42vw;
    color: #77e0cb;
    text-align: right;
  }
  
  @media (max-width: 1024px) and (orientation: portrait) {
    #section-camera .sights-video-container .image-phone-wrapper .canvas-wrapper {
      border-radius: 11vw;
      -webkit-transform: scaleX(0.96) scaleY(0.99);
              transform: scaleX(0.96) scaleY(0.99);
    }
  }
   #section-kv .phone-top .wallpaper .can-play {
      transform: none;
    }
    #section-kv .phone-top .frame {
      transform: scale(0.996) translateZ(1px);
    }
  
  @media (max-width: 1024px) and (orientation: portrait) {
   .open-sale-time{
      max-width: 50%;
    }
  }</pre></body></html>