.main-container{
    font-weight: 500;
    line-height: 1.6;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container .section{
    position: relative;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: 76px;
}
.full-height{
    height: calc(100vh - 76px);
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-200{
    height: 200px;
}
.space-160{
    height: 160px;
}
.space-120{
    height: 120px;
}
.space-100{
    height: 100px;
}
.space-80{
    height: 80px;
}
.space-60{
    height: 60px;
}
.space-40{
    height: 40px;
}
.space-30{
    height: 30px;
}
.space-20{
    height: 20px;
}
.main-container sup{
    font-size: .6em;
    cursor: pointer;
}
sup.half-sup{
    font-size: .4em;
}
.main-container sup a{
    color: inherit;
}
.main-container .big-title{
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h2{
    font-size: 4.16vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .small-title{
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h3{
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container .h4{
    font-size: 1.66vw;
    font-weight: bold;
    line-height: 1.25;
}
.main-container p{
    font-size: 1.14vw;
    line-height: 1.6;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: .83vw;
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
    position: relative;
}
.space-50vh{
    height: 50vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    top: 76px;
}
.sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.kv-container{
    background-color: #141414;
}
.kv-viewport{
    background-color: #FFFFFF;
    /* border-radius: 0 0 5.5vw 5.5vw; */
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.kv-content{
    flex: none;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 62%;
    transform: translateY(-60%);
    width: 29%;
    z-index: 1;
}
.product-title{
    padding: 0 .5em;
}
.product-title svg{
    width: 100%;
    height: auto;
}
.product-subtitle{
    display: none;
    font-size: 3.33vw;
    position: relative;
    z-index: 1;
}
.product-feature{
    font-size: 1.4vw;
    letter-spacing: .15em;
}
.product-video{
    cursor: pointer;
    font-size: 1vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 3.5vw;
}
.product-video svg{
    width: 1.25em;
    height: auto;
    margin-left: .5em;
}
.product-price-container{
    display: none;
    margin-top: 4.16vw;
}
.product-price{
    font-size: 1.46vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    display: block;
}
.product-price span{
    font-size: .45em;
    font-weight: 500;
}
.product-price-btn{
    background-color: #000000;
    color: white;
    font-size: 13px;
    border: 2px solid #000;
    display: inline-block;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
    margin-top: 24px;
}
.product-price-btn:hover {
    opacity: .8;
}
.product-kv-image{
    width: 100%;
    padding-top: 3.125vw;
}
.kv-sequence-container{
    /* display: none; */
    background-color: #141414;
    position: relative;
}
.kv-sequence-viewport{
    display: flex;
    flex-direction: column;
}
.kv-sequence-end{
    background-color: #FFFFFF;
    border-radius: 0 0 5.5vw 5.5vw;
    margin-top: -1px;
    overflow: hidden;
}
.kv-hm-icon{
    position: absolute;
    top: 70vh;
    right: 2%;
    width: 7vw;
}
.kv-hm-icon svg{
    width: 100%;
    height: auto;
}
.reason-to-buy-container{
    position: relative;
    z-index: 4;
}
.reason-to-buy{
    background-color: #151516;
    color: #FFFFFF; 
    position: relative;
}
.reason-row{
    background-color: #151516;
    display: flex;
    justify-content: space-between;
    width: 63.5%;
    margin: 0 auto 1vw;
    top: 20vh;
    transform-origin: 50% 0;
}
.reason-row:last-child{
    margin-bottom: 0;
}
.reason-row .reason-item:first-child{
    width: 43.1%;
}
.reason-row .reason-item:nth-of-type(2){
    width: 55.7%;
}
.single-item .reason-item:first-child{
    width: 100%;
}
.mini-tm{
    font-size: .5em;
    vertical-align: top;
    vertical-align: super;
}
.reason-item{
    position: relative;
    cursor: pointer;
}
.reason-row-1 .reason-item-content{
    left: auto;
    right: 3.125vw;
}
.reason-item-content{
    position: absolute;
    top: 3.125vw;
    left: 3.125vw;
}
.reason-item-disclaimer{
    color: #7F7F84;
    margin-top: .83vw;
    position: absolute;
    bottom: .8vw;
    left: 5%;
}
.reason-item-content-text{
    color: #7F7F84;
    margin-top: .78vw;
}
.reason-item-background{
    font-size: 0;
    line-height: 0;
}
.reason-row-2 .reason-item-content{
    width: 30%;
}
.reason-row-3 .reason-item-content{
    width: 30%;
}
.reason-row-3 .reason-item:nth-of-type(2) .reason-item-content{
    width: 85%;
}
.reason-row-4 .reason-item{
    color: #FFFFFF;
}
.reason-row-4 .reason-item-content-text{
    color: #FFFFFF;
}
.reason-row-4 .reason-item:nth-of-type(2) .reason-item-content{
    width: 60%;
}
.reason-row-4 .reason-item:nth-of-type(2) .reason-item-text{
    width: 63%;
}
.reason-to-buy-end{
    background-color: #151516;
    border-radius: 0 0 5.5vw 5.5vw;
    margin-top: -1px;
    overflow: hidden;
}
.reason-item-jump{
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
    cursor: pointer;
    background-color: #393939;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9;
    transform: translate3d(0, 0, 0);
}
.reason-item-jump svg {
    width: 100%;
    height: auto;
    transition: all 1s;
    transform: translateY(-46%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.reason-item:hover .reason-item-jump svg{
    transform: translateY(0);
}
.design-video-container{
    margin-top: -100vh;
    position: relative;
    z-index: 3;
}
.design-video-viewport{
    background-color: #000000;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(100vh - 76px);
}
.design-video-viewport picture{
    height: 100%;
}
.design-video-viewport img{
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.design-video-viewport canvas{
    flex: none;
    height: 100vh;
    height: calc(100vh - 76px);
}
.design-video-content{
    color: #FFFFFF;
    flex: none;
    margin-top: 20vh;
    margin-right: 14.4vw;
    position: absolute;
    width: 80%;
    z-index: 2;
}
.design-video-content .small-title{
    font-size: 3.33vw;
}
.design-video-content .design-video-content-text{
    font-weight: 500;
    line-height: 1.6;
    width: 42%;
    margin-top: 1.6vw;
}
.video-popup-play{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.125vw;
}
.video-popup-play svg{
    width: 2em;
    height: auto;
    margin-left: 1em;
}
.design-video-play{
    color: #FFFFFF;
    display: inline-flex;
    margin-top: 3.125vw;
}
.design-intro-container{
    position: relative;
    background-color: #000000;
    margin-top: -100vh;
    z-index: 1;
}
.design-intro-viewport{
    display: flex;
    flex-direction: column;
    opacity: 1;
}
.design-intro-background{
    background-color: #000000;
    flex: none;
    width: 100%;
    position: relative;
}
.design-intro-background img{
    position: relative;
}
.design-intro-background video,.design-intro-background .inline-video-fallback img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.design-intro-content-container{
    background-color: #000000;
    color: white;
    display: flex;
    flex: none;
    justify-content: space-between;
    margin-top: 2.5vw;
    padding: 0 15% 3.125vw;
}
.design-intro-content{
    flex: none;
    width: 48%;
    position: relative;
    z-index: 1;
}
.design-intro-text{
    color: #7F7F84;
    margin-top: 1.6vw;
    width: 100%;
}
.design-intro-feature-container{
    margin-top: 10%;
    overflow: hidden;
}
.design-intro-feature{
    color: white;
    display: flex;
    flex: none;
    flex-wrap: wrap;
    margin-top: 5vw;
    width: 42%;
    position: relative;
    z-index: 1;
}
.design-intro-feature-row{
    display: flex;
    margin-bottom: 1.6vw;
}
.design-intro-feature-row:last-child .design-intro-feature-item:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.design-intro-feature-item{
    margin-left: 3.2vw;
    white-space: nowrap;
}
.design-intro-feature-title{
    color: #ABAAAB;
    font-size: .83vw;
    margin-bottom: .78vw;
}
.design-phone-case-container{
    background-color: #000000;
}
.design-phone-case-viewport{
    height: 100vh;
    overflow: hidden;
}
.design-color-container{
    position: relative;
}
.design-color-viewport{
    overflow: hidden;
    position: relative;
}
.design-color-background{
    margin-left: 32%;
    width: 68%;
}
.design-color-content-container{
    color: #FFFFFF;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 14%;
    width: 25%;
    z-index: 1;
}
.design-color-text{
    color: #7F7F84;
    margin: 1.6vw 0 0;
}
#design-color-canvas-trigger{
    transform: translateY(-50vh);
}
.design-screen-container{
    direction: ltr;
    position: relative;
}
.design-screen-container #design-screen-trigger{
    position: absolute;
    top: 80vh;
}
.design-screen-container #design-screen-big-title-trigger{
    direction: rtl;
    position: absolute;
    top: 100vh;
}
.design-screen-viewport{
    background-color: #141414;
    height: 100vh;
    height: calc(100vh - 76px);
    padding-bottom: 120px;
    overflow: hidden;
    z-index: 2;
}
.design-screen-row{
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 100%;
    transform: translateX(30vw);
    will-change: transform;
}
.design-screen-big-title{
    color: #F2F2F2;
    display: flex;
    direction: rtl;
    justify-content: center;
    font-size: 7.8vw;
    font-weight: bold;
    line-height: 1.2;
    height: 60%;
    flex: none;
    will-change: transform;
}
.design-screen-weight{
    flex: none;
    position: relative;
    width: 50vw;
    margin-left: -5vw;
}
.design-screen-weight-mask{
    background: linear-gradient(to left,rgba(20,20,20,255),rgba(20,20,20,0));
    background: linear-gradient(to left,#141414FF,#14141400);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-99%);
    height: 33vw;
    width: 10.4vw;
}
.design-screen-weight-content .h3{
    flex: none;
    width: 30%;
}
.design-screen-weight-content p{
    flex: none;
    margin-right: 5%;
    width: 65%;
}
.design-screen-weight-content .disclaimer{
    display: block;
    margin-top: 1.6vw;
}
.design-screen-row p{
    color: #7F7F84;
    flex: none;
    margin-right: 5%;
    width: 65%;
}
.design-screen-weight-content{
    direction: rtl;
    display: flex;
    margin-top: 1.6vw;
    position: relative;
}
.design-screen-chain{
    display: flex;
    flex-direction: column-reverse;
    flex: none;
    position: relative;
    width: 60vw;
    margin-left: 12.5vw;
}
.design-screen-chain-image{
    position: relative;
}
.design-screen-chain-video-popup{
    cursor: pointer;
    position: absolute;
    right: 2.5%;
    bottom: 5%;
}
.design-screen-chain-video-popup svg{
    margin: 0;
}
.design-screen-chain-content{
    display: flex;
    direction: rtl;
    margin-bottom: 1.6vw;
}
.design-screen-chain-content .h3{
    width: 30%;
}
.design-screen-structure{
    display: flex;
    flex: none;
    flex-direction: row-reverse;
    position: relative;
    margin-left: 12.5vw;
}
.design-screen-structure-image{
    flex: none;
    width: 45vw
}
.design-screen-structure-content {
    direction: rtl;
    margin-right: 5vw;
    width: 30vw;
    flex: none;
}
.design-screen-structure-content p{
    margin: 0;
    width: 100%;
}
.design-screen-structure-content .disclaimer{
    color: #7F7F84;
    margin-top: 3.125vw;
}
.design-screen-structure-title{
    margin-bottom: 1.6vw;
}
.design-screen-structure-content{
    margin-bottom: 1.6vw;
}
.design-screen-structure-feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.925vw;
}
.design-screen-structure-feature .design-screen-structure-feature-text{
    line-height: 1;
    margin-top: .78vw;
}
.design-screen-structure-feature-item{
    flex: none;
    width: 50%;
}
.design-screen-structure-feature-item:last-child{
    margin-top: 1.6vw;
}
.design-screen-structure-feature-text span{
    font-size: .7em;
}
.connect-signal-container{
    background-color: #000000;
    margin-top: -100vh;
}
.connect-signal-viewport{
    height: 100vh;
    overflow: hidden;
}
.connect-signal-viewport img{
    height: 100%;
    opacity: .4;
    object-fit: cover;
}
.connect-harmony-transition{
    background: linear-gradient(to bottom,#18181A00,#18181AFF);
    height: 12vw;
}
.connect-signal-content{
    color: #FFFFFF;
    height: 100vh;
    height: calc(100vh - 76px);
    position: relative;
}
.connect-signal-title{
    position: absolute;
    top: 16%;
    right: 16%;
}
.connect-signal-content .connect-signal-text{
    font-weight: 500;
    position: absolute;
    left: 16%;
    bottom: 4%;
    width: 32%;
}
.connect-harmony-container{
    margin-top: -100vh;
    position: relative;
    z-index: 1;
}
.connect-harmony-viewport{
    background-color: #000000;
    height: 100vh;
    height: calc(100vh - 76px);
    overflow: hidden;
}
.connect-harmony-viewport img{
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.connect-harmony-row{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 160px 0;
}
.connect-harmony-title-container{
    margin-left: 16%;
    width: 32%;
}
.connect-harmony-title-container .h2{
    position: sticky;
    margin-top: 20vw;
    top: 10vw;
}
.connect-harmony-title-container .h2:first-child{
    margin-top: 20vw;
}
.connect-harmony-card-container{
    margin-right: 16%;
    width: 32%;
}
.connect-harmony-card-item{
    background-color: #212123;
    box-sizing: border-box;
    margin-top: 1vw;
    padding: 3.125vw;
    position: sticky;
    top: 10vw;
    transform-origin: 50% 0;
    will-change: transform,opacity;
}
.connect-harmony-card-icon{
    width: 5.2vw;
}
.connect-harmony-card-icon svg{
    width: 100%;
    height: auto;
}
.connect-harmony-card-title{
    font-weight: bold;
    margin: 3.125vw 0 1.6vw;
}
.connect-harmony-card-text{
    color: #7F7F84;
    width: 90%;
}
.connect-harmony-card-text span{
    display: inline-block;
    white-space: nowrap;
}
.connect-harmony-card-content .disclaimer{
    color: #7F7F84;
    margin-top: 1.6vw;
    width: 90%;
}
.connect-harmony-end{
    background-color: #151515;
    border-radius: 0 0 5.5vw 5.5vw;
    height: 10vw;
    margin-top: -1px;
    overflow: hidden;
}
.camera-video-container{
    margin-top: -100vh;
}
.camera-video-viewport{
    background-color: #000000;
    height: 100vh;
    height: calc(100vh - 76px);
}
.camera-video-bg{
    height: 100%;
}
.camera-video-viewport img{
    height: 100%;
    object-fit: cover;
}
.camera-video-viewport canvas{
    width: 100%;
    height: 100vh;
    height: calc(100vh - 76px);
}
#camera-video-trigger{
    transform: translateY(-30vh);
}
.camera-video-content{
    background-color: #000000;
    color: #FFFFFF;
    flex: none;
    margin-top: -1px;
    padding: 3vw 0 0;
    position: relative;
    text-align: center;
}

.camera-video-content .camera-video-text{
    color: #7F7F84;
    font-weight: 500;
    line-height: 1.6;
    margin: 1.6vw auto 0;
    width: 47%;
}
.camera-intro-container{
    background-color: #000000;
    position: relative;
}
.camera-intro-viewport{
    overflow: hidden;
}
.camera-lens-container{
    position: relative;
    z-index: 2;
}
.camera-front-container{
    position: relative;
}
.camera-front-container img{
    width: 50%;
}
.camera-rear-container{
    margin-top: -40vw;
    position: relative;
}
.camera-rear-container img{
    width: 48vw;
    margin-left: 40vw;
}
.camera-front-lens{
    position: absolute;
    top: 3.25vw;
    left: 49.75vw;
    width: 35vw;
    white-space: nowrap;
    text-align: right;
}
.camera-rear-lens{
    position: absolute;
    top: 22.5vw;
    left: 17%;
    white-space: nowrap;
    width: 31vw;
    text-align: left;
}
.camera-intro-len-line{
    background-color: #707070;
    height: 2px;
    width: 100%;
}
.camera-lens-content{
    display: inline-block;
}
.camera-intro-len-title{
    color: #FFFFFF;
    margin: 1.6vw 0 0;
}
.camera-intro-len-text{
    color: #7F7F84;
}
.camera-intro-len:nth-of-type(2){
    position: absolute;
    top: 7.6vw;
    width: 100%;
}
.camera-intro-len:nth-of-type(3){
    position: absolute;
    top: 15vw;
    width: 100%;
}
.camera-intro-disclaimer {
    color: #ABAAAB;
    position: absolute;
    top: 27vw;
    width: 75%;
    white-space: normal;
}
.camera-sample-container{
    background-color: #000000;
    position: relative;
    padding-bottom: 160px;
    padding-bottom: calc(27.958vw - 50vh + 38px);
    z-index: 2;
}
.camera-sample-feature-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    width: 71%;
}
.camera-sample-feature-item{
    position: relative;
}
.camera-sample-item-01{
    width: 58.54vw;
}
.camera-sample-item-02{
    display: flex;
    flex-direction: column-reverse;
    width: 36.5vw;
}
.camera-sample-item-special .camera-sample-feature-item-content{
    display: flex;
    justify-content: space-between;
    margin-top: 1.6vw;
}
.camera-sample-item-special .camera-sample-feature-item-title{
    margin-top: 0;
    width: 30%;
}
.camera-sample-item-special .camera-sample-feature-item-text{
    width: 65%;
}
.camera-sample-item-02 .camera-sample-feature-item-content{
    margin-top: 0;
    margin-bottom: 1.6vw;
}
.camera-sample-feature-item-content{
    color: #FFFFFF;
    direction: rtl;
}

.camera-sample-feature-item-title svg{
    width: 1em;
    height: auto;
    margin-left: .5em;
}
.camera-sample-feature-item-text{
    color: #7F7F84;
}
.camera-sample-viewport{
    height: 100vh;
    height: calc(100vh - 76px);
    overflow: hidden;
}
.camera-sample-row{
    display: flex;
    direction: ltr;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.camera-sample-item{
    flex: none;
    margin-left: 10.4vw;
}
.camera-sample-item-content{
    color: #FFFFFF;
    direction: rtl;
}
.camera-sample-item-text{
    color: #7F7F84;
}
.camera-sample-item-1{
    width: 36.5%;
    margin-left: 10.4vw;
    position: relative;
}
.camera-sample-item-1 .camera-sample-item-content{
    color: #FFFFFF;
}
.camera-sample-item-special .camera-sample-item-content{
    display: flex;
    justify-content: space-between;
    margin-top: 1.6vw;
}
.camera-sample-item-special .camera-sample-item-title{
    margin-top: 0;
    width: 30%;
}
.camera-sample-item-special .camera-sample-item-text{
    width: 65%;
}
.camera-sample-item-title{
    margin: 1.6vw 0;
}
.show-content-btn{
    line-height: 0;
    transition: opacity 0.5s;
}
.camera-sample-item-title svg{
    width: 1em;
    height: auto;
    margin-left: .5em;
}
.camera-sample-item-2{
    display: flex;
    flex-direction: column-reverse;
    width: 52%;
    position: relative;
}
.camera-sample-item-2 .camera-sample-item-title{
    margin-top: 0;
}
.camera-sample-item-2 .camera-sample-item-content{
    margin-bottom: 1.6vw;
}
.camera-sample-item-3{
    width: 60%;
}
.camera-sample-item-4{
    display: flex;
    flex-direction: column-reverse;
    width: 52.1%;
}
.camera-sample-item-4 .camera-sample-item-content{
    margin-bottom: 1.6vw;
}
.camera-sample-item-4 .camera-sample-item-title{
    margin-top: 0;
}
.camera-sample-item-5{
    width: 24%;
}
.camera-sample-item-5{
    text-align: center;
}
.hide-content .camera-sample-item-content{
    max-height: 0;
    padding: 0 7% 0 5%;
}
.section-system{
    position: relative;
    z-index: 1;
}
.system-intro-viewport canvas{
    height: 100vh;
    height: calc(100vh - 76px);
}
.system-intro-viewport .video-popup-play{
    bottom: 0;
    left: 50%;
}
#system-intro-trigger{
    transform: translateY(-30vh);
}
.system-intro-container{
    margin-top: -100vh;
    position: relative;
}
.system-intro-viewport{
    height: calc(100vh - 76px);
}
.system-intro-viewport video{
    height: 90%;
    margin-top: 4vh;
    object-fit: cover;
}
.system-intro-content{
    color: #000000;
    flex: none;
    margin-top: calc(6.25vw - 6vh - 7.6px);
    padding: 0;
    position: relative;
    text-align: center;
}
.system-intro-content .system-intro-content-text{
    font-weight: 500;
    line-height: 1.6;
    margin: 1.6vw auto 0;
    width: 54%;
}
.system-feature-container{
    background-color: #FFFFFF;
    padding: 0 16%;
    position: relative;
}
.system-feature-content{
    display: flex;
    justify-content: space-between;
    margin-top: 1.6vw;
    width: 100%;
}
.system-feature-title{
    margin-bottom: 1.6vw;
    width: 36%;
}
.system-feature-text{
    width: 53%;
}
.system-ui-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 68%;
}
.system-ui-image{
    width: 39vw;
    position: relative;
    transform: translateX(7%);
}
.system-ui-disclaimer{
    color: #7F7F84;
    position: absolute;
    bottom: 13%;
    left: 38%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}
.system-ui-content{
    width: 16.35vw;
    margin-left: 6.3vw;
}
.system-ui-text{
    color: #7F7F84;
    margin-top: 1.6vw;
}
.system-ui-text .disclaimer{
    color: #7F7F84;
    display: block;
    margin-top: 1.6vw;
}
.system-ui-video-popup{
    position: absolute;
    bottom: 5%;
    left: 39%;
    transform: translateX(-50%);
}
.system-gesture-container{
    background-color: #FFFFFF;
    display: flex;
    margin-top: -1px;
    padding: 0 13%;
    position: relative;
}
.system-gesture-image{
    margin-left: 6.3vw;
    width: 39vw;
    position: relative;
}
.system-gesture-content{
    margin-top: 5vw;
    width: 27vw;
}
.system-gesture-text{
    color: #7F7F84;
    margin-top: 1.6vw;
}
.system-gesture-disclaimer{
    color: #7F7F84;
}
.system-gesture-text span{
    display: inline-block;
    padding-top: .75em;
}
.system-gesture-text span:first-child{
    padding-top: 0;
}
.system-gesture-text .disclaimer{
    color: #7F7F84;
    display: block;
    margin-top: 1.6vw;
}
.system-gesture-video-popup{
    position: absolute;
    bottom: 7%;
    left: 39%;
    transform: translateX(-50%);
}
.system-privacy-container{
    margin-top: -1px;
    position: relative;
    z-index: 2;
}
.system-privacy-row{
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.system-privacy-title-container{
    margin-left: 15.8%;
    width: 25%;
}
.system-privacy-title-container .h2{
    position: sticky;
    margin-top: 20vw;
    top: 10vw;
}
.system-privacy-card-container{
    margin-right: 17.8%;
    width: 32%;
}
.system-privacy-card-item{
    background-color: #F4F4F4;
    box-sizing: border-box;
    margin-top: 1vw;
    padding: 3.125vw;
    position: sticky;
    top: 10vw;
    transform-origin: 50% 0;
    will-change: transform,opacity;
}
.system-privacy-card-icon{
    width: 5.2vw;
}
.system-privacy-card-icon svg{
    width: 100%;
    height: auto;
}
.system-privacy-card-title{
    font-weight: bold;
    margin: 3.125vw 0 1.6vw;
    width: 79%;
}
.system-privacy-card-text{
    color: #7F7F84;
    width: 90%;
}
.system-privacy-end{
    background-color: #FFFFFF;
    border-radius: 0 0 5.5vw 5.5vw;
    height: 10vw;
    margin-top: -1px;
    overflow: hidden;
}
.performance-battery-container{
    margin-top: -100vh;
}
.performance-battery-viewport{
    height: 100vh;
    height: calc(100vh - 76px);
}
.performance-battery-viewport{
    background-color: #000000;
    overflow: hidden;
}
.performance-battery-viewport img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.8);
    width: 100%;
    opacity: .1;
}
.performance-battery-content{
    color: #FFFFFF;
    margin-right: 16%;
    margin-top: 100vh;
    position: relative;
}
.performance-battery-title{
    opacity: 0;
    width: 50%;
}
.performance-battery-item{
    margin-top: 5vw;
    opacity: 0;
}
.performance-battery-item-icon svg{
    width: 5.2vw;
    height: auto;
}
.performance-battery-item-title{
    margin: .25em 0;
}
.performance-battery-item-text{
    color: #ABAAAB;
}
.performance-battery-item .disclaimer{
    color: #ABAAAB;
    margin-top: 1.6vw;
}
.performance-speaker-container{
    background-color: #000000;
    border-radius: 0 0 5.5vw 5.5vw;
    overflow: hidden;
    position: relative;
}
.performance-transition{
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,255));
    background: linear-gradient(to bottom,#00000000,#000000FF);
    margin-top: -100vh;
    position: relative;
    z-index: 1;
}
.performance-speaker-row{
    direction: ltr;
    position: relative;
}
.performance-speaker-content{
    color: #FFFFFF;
    direction: rtl;
    margin-left: 16%;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.performance-speaker-title{
    position: absolute;
    top: 0;
    left: 0;
}
.performance-speaker-text{
    position: absolute;
    bottom: 12%;
    left: 0;
    color: #898989;
    margin-top: 1.6vw;
}
.acs-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acs-title{
    display: inline-block;
}
.acs-container .acs-disclaimer{
    font-size: .67vw;
    color: #7F7F84;
    margin-top: 3.125vw;
    text-align: center;
}
.acs-item-container{
    display: flex;
    justify-content: center;
    width: 57.3%;
    margin: 0 auto;
    margin-top: 3.25vw;
}
.acs-item{
    margin-left: 2%;
    width: 31%;
    text-align: center;
}
.acs-item-name{
    margin: 1.6vw auto 1.6vw;
}
.acs-item-btn{
    display: inline-block;
    border: 2px solid rgba(0,0,0,0.3);
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    transition: .3s ease-out;
}
.acs-item-btn:hover{
    border: 2px solid rgba(0,0,0);
    opacity: .75;
}
.disclaimer-container{
    color: #989898;
    border-bottom: 1px solid #707070;
    font-size: 12px;
    margin: 0 auto;
    width: 68%;
    padding-bottom: 3vw;
}
@media (min-width:1920px){
    .disclaimer-container{
        font-size: .625vw;
    }
}
.disclaimer-container .active{
    color: #000000;
}
.disclaimer-container ol{
    list-style-type: decimal;
    padding-right: 2em;
}
.disclaimer-container li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    padding-left: 0.5em;
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
@media (max-width: 1366px) and (min-width: 1300px){
    .design-screen-row p{
        font-size: 1vw;
    }
}
@media (max-aspect-ratio: 9 / 5){
    .kv-hm-icon{
        top: auto;
        bottom: 7%;
    }
}
@media (max-aspect-ratio: 8/5){
    .design-screen-big-title{
        height: 50%;
    }
}
@media (min-width: 500px){
    .section-system .system-feature-container{
        margin-top: 0;
    }
}
@media (max-aspect-ratio: 678 / 669){
    .header-top{
        top: 96px;
    }
    .full-height{
        height: calc(100vh - 96px);
    }
    .hidden-web{
        display: block;
    }
    .hidden-mob{
        display: none;
    }
    .hidden-inline-web{
        display: inline-block;
    }
    .space-200{
        height: 120px;
    }
    .space-160{
        height: 80px;
    }
    .space-120{
        height: 80px;
    }
    .space-100{
        height: 60px;
    }
    .space-80{
        height: 40px;
    }
    .space-60{
        height: 30px;
    }
    .space-40{
        height: 20px;
    }
    .space-30{
        height: 15px;
    }
    .sticky-viewport{
        top: 96px;
    }

    .main-container{
        font-size: 3.6vw;
    }
    .main-container .big-title{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .small-title{
        font-size: 6.66vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h2{
        font-size: 6.6vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 6.6vw;
        line-height: normal;
    }
    .main-container .h4{
        font-size: 4.4vw;
        line-height: normal;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 6.6vw;
        line-height: normal;
    }
    .main-container .h4-xs{
        font-size: 4.4vw;
        line-height: normal;
    }
    .main-container p{
        font-size: 3.6vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .disclaimer{
        font-size: 3vw;
    }
    .kv-container{
        display: block;
    }
    .kv-sequence-container{
        display: none;
    }
    .kv-viewport{
        flex-direction: column;
        min-height: 0;
    }
    .kv-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 15vw;
        margin-right: 0;
        width: 100%;
        left: 0;
        top: 0;
        transform: none;
        position: relative;
    }
    .product-title{
        width: 69.6%;
        margin: 0 auto;
    }
    .product-subtitle{
        font-size: 7.25vw;
        margin: 4vw auto;
        line-height: 1;
    }
    .product-feature{
        font-size: 3.6vw;
        letter-spacing: .1em;
    }
    .product-video{
        font-size: 3.6vw;
        flex-direction: row-reverse;
        margin-top: 4vw;
    }
    .product-price-container{
        margin-top: -20vw;
        margin-bottom: 18vw;
        position: relative;
    }
    .product-price{
        font-size: 5.56vw;
    }
    .product-price span{
        font-size: .65em;
    }
    .product-kv-image{
        margin-top: 2vw;
        width: 100%;
    }
    .kv-hm-icon{
        position: absolute;
        bottom: 10%;
        right: 5%;
        width: 20vw;
        max-width: 100px;
        z-index: 2;
    }
    .reason-row .reason-item:first-child,.reason-row .reason-item:nth-of-type(2){
        width: 100%;
    }
    .reason-to-buy{
        height: auto;
    }
    .reason-row-container{
        width: 83.3%;
        margin: 0 auto;
    }
    .reason-row{
        background-color: transparent;
        flex-wrap: wrap;
        width: 100%;
    }
    .reason-item{
        background-color: #000000;
        position: sticky;
        top: 20vh;
        width: 83.3%;
        margin: 3vw auto 0;
        overflow: hidden;
        transform-origin: 50% 0;
        will-change: transform;
    }
    .reason-to-buy-container{
        will-change: transform;
    }
    .reason-item:first-child{
        margin-top: 0;
    }
    .reason-item-content{
        left: auto;
        right: 5.5vw;
        top: 4.8vw;
    }
    .reason-item-content .reason-item-content-text{
        font-size: 3.33vw;
    }
    .reason-item-content .white-text{
        color: #FFFFFF;
    }
    .reason-item-jump{
        width: 5.4vw;
        height: 5.4vw;
        bottom: 2.7vw;
        right: 2.7vw;
    }
    .reason-item-screen .reason-item-background{
        padding-top: 5vw;
    }
    .design-video-content{
        margin-left: 8.33vw;
    }
    .design-video-content .design-video-content-text{
        margin-top: 4.1vw;
        position: static;
        width: 100%;
    }
    .design-intro-content-container{
        flex-direction: column;
        padding: 0 8.33% 22.22vw;
    }
    .design-intro-feature-item{
        margin-left: 0;
    }
    .design-intro-content{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8.33%;
        position: relative;
    }
    .design-intro-viewport{
        overflow: hidden;
    }
    .design-intro-background{
        width: 124vw;
        transform: translate3d(20.5vw,0,0);
    }
    .video-popup-play{
        font-size: 4.44vw;
        flex-direction: row-reverse;
        justify-content: flex-end;
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 4.1vw;
    }
    .video-popup-play svg {
        margin-left: 0;
        margin-right: 1em;
    }
    .system-gesture-content .video-popup-play svg{
        margin-right: 0;
        margin-left: 1em;
    }
    .system-intro-viewport .video-popup-play svg{
        margin-right: 0;
        margin-left: 1em;
    }
    .design-intro-container{
        min-height: 100vh;
        min-height: calc(100vh - 76px);
    }
    .design-intro-feature-title{
        font-size: 3.33vw;
        margin-bottom: 1vw;
    }
    .design-intro-text{
        margin-top: 4.16vw;
    }
    .design-intro-feature-row{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 4vw;
        margin-left: 0;
    }
    .design-intro-feature-row:first-child .design-intro-feature-item:last-child{
        margin-top: 4vw;
    }
    .design-intro-content-2{
        width: 83.3%;
        margin: 0 auto;
        text-align: center;
    }
    .design-intro-content-description-title{
        margin-bottom: .5em;
    }
    .design-intro-feature{
        display: block;
        margin: 10% auto 0;
        width: 100%;
    }
    .design-intro-feature-container{
        margin-top: 20%;
    }
    .design-phone-case-content{
        width: 83.3%;
    }
    .design-color-viewport{
        height: auto;
    }
    .design-color-background{
        margin-left: 0;
        width: 100%;
    }
    .design-color-content-container{
        background-color: #000000;
        margin: 0 auto;
        width: 83.3%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .design-color-text{
        margin: 4.16vw auto 0;
    }
    .design-screen-container{
        margin-top: 0;
    }
    .design-screen-viewport{
        height: auto;
        margin-top: 0;
        padding-bottom: 0;
        position: relative;
        top: 0;
    }
    .design-screen-container #design-screen-trigger{
        top: 0;
    }
    .design-screen-row{
        background-color: #151515;
        display: block;
        padding: 22vw 0;
        transform: none;
    }
    .design-screen-big-title{
        color: #E9E9E9;
        font-size: 16.66vw;
        line-height: 1.1;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .design-screen-weight{
        width: 83.3%;
        margin: -2vw auto 0;
    }
    .design-screen-weight-mask{
        background: linear-gradient(to bottom,rgba(21,21,21,0),rgba(21,21,21,255));
        background: linear-gradient(to bottom,#15151500,#151515FF);
        left: 50%;
        transform: translate(-50%,-99%);
        width: 100vw;
        height: 14vw;
    }
    .design-screen-weight-content{
        display: block;
        width: 100%;
        margin: 0 auto 22vw;
    }
    .design-screen-weight-content .h3{
        width: 100%;
    }
    .design-screen-weight-content p{
        margin: 0;
        width: 100%;
    }
    .design-screen-weight-content .disclaimer{
        margin-top: 4.1vw;
    }
    .design-screen-chain{
        flex-direction: column;
        width: 83.3%;
        margin: 0 auto;
    }
    .design-screen-chain-video-popup{
        position: absolute;
        right: 5%;
        bottom: 7.5%;
    }
    .design-screen-chain-content{
        display: block;
        width: 100%;
        margin: 0 auto 22vw;
    }
    .design-screen-structure{
        display: block;
        width: 83.3%;
        margin: 0 auto;
    }
    .reason-screen-trigger{
        transform: translateY(-200vh);
    }
    .design-screen-structure-image{
        width: 100%;
    }
    .design-screen-structure-content{
        margin: 0 auto 0;
        width: 100%;
        overflow: hidden;
    }
    .design-screen-structure-feature{
        display: flex;
        justify-content: space-between;
        margin: 5vw auto 10vw;
    }
    .design-screen-structure-feature .design-screen-structure-feature-title{
        font-size: 3.33vw;
    }
    .design-screen-structure-feature-item{
        margin-top: 0;
    }
    .design-screen-container .space-100vh{
        display: none;
    }
    .design-screen-weight-content .h3-xs{
        margin: 8.3vw 0 4.1vw;
    }
    .design-screen-chain-content .h3-xs{
        margin: 8.3vw 0 4.1vw;
        width: 100%;
    }
    .design-screen-row p{
        margin: 0;
        width: 100%;
    }
    .design-screen-structure-title{
        margin: 8.3vw 0 4.1vw;
    }
    .connect-signal-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin: 0 auto;
        padding-top: 23vw;
        width: 83.3%;
    }
    .connect-signal-title{
        position: static;
    }
    .connect-signal-content .connect-signal-text{
        position: static;
        margin-top: 4.1vw;
        width: 100%;
    }
    .connect-harmony-transition{
        height: 20vh;
    }
    .connect-harmony-row{
        display: block;
        padding-top: 0;
    }
    .connect-harmony-title-container{
        margin: 0 auto;
        width: 83.3%;
        overflow: hidden;
    }
    .connect-harmony-title-container .h3{
        margin: 0;
        position: static;
    }
    .connect-harmony-card-container{
        margin: 10vw auto 0;
        width: 83.3%;
    }
    .connect-harmony-card-container .h2{
        margin: 10vw 0;
        position: relative;
    }
    .connect-harmony-card-item{
        background: none;
        display: flex;
        position: static;
        opacity: .2;
    }
    .connect-harmony-card-icon{
        flex: none;
        margin-right: 5%;
        width: 15%;
    }
    .connect-harmony-card-content .disclaimer{
        margin-top: 4.1vw;
    }
    .connect-harmony-card-title{
        margin-top: 0;
    }
    .connect-harmony-card-text{
        color: #B1B1B1;
    }
    .connect-harmony-card-text span{
        display: inline-block;
        white-space: nowrap
    }
    .connect-harmony-end{
        height: 20vw;
    }
    .camera-intro-content{
        margin: 0 auto;
        width: 83.3%;
        padding-top: 15vh;
    }
    .camera-video-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: -1px;
        padding: 0 5%;
        height: auto;
    }
    .camera-video-title{
        position: static;
    }
    .camera-video-content .camera-video-text{
        font-size: 4.2vw;
        position: static;
        margin-top: 4.1vw;
        width: 100%;
    }
    .camera-front-container img{
        width: 100%;
    }
    .camera-front-lens{
        top: 8vw;
        left: auto;
        right: 30vw;
        white-space: normal;
        width: 65vw;
    }
    .camera-rear-container img{
        margin: 0;
        width: 100%;
    }
    .camera-rear-lens{
        top: 60.5vw;
        left: 22%;
        width: 68vw;
        text-align: right;
    }
    .camera-rear-lens .camera-lens-content{
        margin-left: 16%;
        text-align: right;
    }
    .camera-intro-len-line{
        background-color: #707070;
        height: 1px;
    }
    .camera-intro-lens{
        top: 60vw;
    }
    .camera-intro-len:nth-of-type(2){
        top: 19.5vw;
    }
    .camera-intro-len:nth-of-type(3){
        top: 38vw;
    }
    .camera-lens-content .camera-intro-len-title{
        font-size: 4vw;
    }
    .camera-intro-len-title{
        margin: 2.8vw 0 1.5vw;
    }
    .camera-intro-disclaimer{
        top: 85vw;
        width: 77%;
        white-space: normal;
        left: 23%;
        text-align: left;
    }
    .camera-lens-content .camera-intro-len-text{
        font-size: 3.05vw;
    }
    .show-content-btn{
        display: none;
    }
    .camera-sample-feature-container{
        flex-direction: column-reverse;
        width: 83.3%;
    }
    .camera-sample-feature-item{
        width: 100%;
    }
    .camera-sample-background img{
        display: none;
    }
    .camera-sample-feature-item-content{
        margin-top: 5vw;
        position: static;
        width: 100%;
        max-height: none;
        padding: 0;
    }
    .camera-sample-feature-item-image{
        margin: 0 auto;
        width: 83.3%;
    }
    .hidden-content .camera-sample-feature-item-text{
        max-height: none;
    }
    .camera-sample-feature-item-text,.camera-sample-item-text{
        color: #898989;
    }
    .camera-sample-viewport{
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 0;
    }
    .camera-sample-container {
        padding-bottom: 0;
        min-height: 100vh;
        min-height: calc(100vh - 96px);
        margin-top: -1px;
    }
    .camera-sample-container .space-100vh{
        display: none;
    }
    .camera-sample-item{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
    }
    .camera-sample-item-special .camera-sample-feature-item-content{
        display: block;
        width: 83.3%;
        margin: 0 auto;
        text-align: center;
    }
    .camera-sample-item-special .camera-sample-feature-item-title{
        display: block;
        margin: 8.33vw 0 4.1vw;
        width: 100%;
    }
    .camera-sample-item-special .camera-sample-feature-item-text{
        width: 100%;
    }
    .camera-sample-item-special .camera-sample-item-content{
        display: block;
        margin: 0 auto;
        width: 83.3%;
        text-align: center;
    }
    .camera-sample-item-special .camera-sample-item-title{
        display: block;
        margin: 8.33vw 0 4.1vw;
        width: 100%;
    }
    .camera-sample-item-special .camera-sample-item-text{
        width: 100%;
    }
    .camera-sample-item-image{
        margin: 0 auto;
        width: 83.3%;
    }
    .camera-sample-item-content{
        margin: 0 auto;
        width: 83.3%;
    }
    .camera-sample-item-title{
        display: block;
        text-align: center;
        margin: 8.33vw 0 4.1vw;
    }
    .camera-sample-item-1 .camera-sample-item-content{
        position: static;
        padding: 0;
    }
    .camera-sample-item-1 .camera-sample-item-text{
        max-height: none;
    }
    .camera-sample-item-2{
        opacity: 2;
    }
    .camera-sample-item-2 .camera-sample-item-content{
        position: relative;
    }
    .camera-sample-item-2 .camera-sample-item-title{
        margin-top: 8.33vw;
    }
    .camera-sample-item-4{
        margin-bottom: 10vw;
    }
    .camera-sample-item-4 .camera-sample-item-title{
        margin-top: 8.33vw;
    }
    .camera-sample-row{
        display: flex;
        direction: rtl;
        align-items: flex-start;
        height: auto;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .camera-sample-item-content{
        text-align: center;
    }
    .camera-sample-item-nav{
        background-color: #808080;
        width: 62.5%;
        height: 1px;
        margin: 0 auto;
        position: relative;
    }
    .camera-sample-item-nav-dot{
        background-color: #FFFFFF;
        height: 3px;
        width: 14.3%;
        position: absolute;
        top: -1px;
        right: 0;
        transition: transform .5s;
    }
    .camera-sample-item-nav[data-index="0"] .camera-sample-item-nav-dot{
        transform: translateX(0);
    }
    .camera-sample-item-nav[data-index="1"] .camera-sample-item-nav-dot{
        transform: translateX(-100%);
    }
    .camera-sample-item-nav[data-index="2"] .camera-sample-item-nav-dot{
        transform: translateX(-200%);
    }
    .camera-sample-item-nav[data-index="3"] .camera-sample-item-nav-dot{
        transform: translateX(-300%);
    }
    .camera-sample-item-nav[data-index="4"] .camera-sample-item-nav-dot{
        transform: translateX(-400%);
    }
    .camera-sample-item-nav[data-index="5"] .camera-sample-item-nav-dot{
        transform: translateX(-500%);
    }
    .camera-sample-item-nav[data-index="6"] .camera-sample-item-nav-dot{
        transform: translateX(-600%);
    }
    .system-intro-viewport{
        height: auto;
    }
    .system-intro-viewport video{
        height: auto;
        margin-top: 0;
        padding-top: 5vh;
        object-fit: contain;
    }
    .system-intro-viewport .video-popup-play{
        bottom: -2.5vw;
    }
    .system-intro-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 8.33vw;
        margin-left: auto;
        margin-right: auto;
        width: 83.3%;
        height: auto;
        padding-top: 0;
    }
    .system-intro-content.hidden-mob{
        display: none;
    }
    .system-intro-content-title{
        position: static;
    }
    .system-intro-content .system-intro-content-text{
        position: static;
        margin-top: 4.1vw;
        width: 100%;
    }
    .system-feature-container{
        padding: 0 8.35%;
    }
    .system-feature-content{
        color: #000000;
        display: block;
        position: static;
        text-align: center;
        width: 100%;
    }
    .system-feature-image{
        margin: 2.5vw auto 7.5vw;
    }
    .system-feature-title{
        margin-bottom: 4.1vw;
        width: 100%;
    }
    .system-feature-text{
        width: 100%;
    }
    .system-ui-container{
        width: 100%;
        text-align: center;
    }
    .system-ui-content{
        display: block;
        color: #000000;
        position: static;
        margin: 0 auto;
        width: 100%;
    }
    .system-ui-title{
        width: 83.3%;
        margin: 0 auto;
    }
    .system-ui-text{
        width: 83.3%;
        margin: 4.1vw auto 0;
    }
    .system-ui-image{
        margin: 4.1vw auto;
        transform: none;
        width: 100%;
    }
    .system-ui-disclaimer{
        bottom: 10%;
        left: 3%;
        width: 94%;
        transform: none;
        text-align: center;
        white-space: normal;
    }
    .system-ui-video-popup{
        flex-direction: row;
        margin-top: 0;
        position: absolute;
        left: 50%;
        right: auto;
    }
    .system-ui-video-popup svg{
        margin-left: 0;
        margin-right: 1em;
    }
    .system-gesture-container{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        z-index: 1;
    }
    .system-gesture-content{
        display: block;
        color: #000000;
        position: static;
        width: 100%;
        margin: 0 auto;
    }
    .system-gesture-title{
        width: 83.3%;
        margin: 0 auto;
    }
    .system-gesture-text{
        margin: 4.1vw auto 0;
        width: 85%;
    }
    .system-gesture-text span{
        padding-top: .5em;
    }
    .system-gesture-disclaimer{
        margin: 0 auto;
        width: 85%;
    }
    .system-gesture-image{
        margin: 4.1vw auto;
        transform: none;
        width: 100%;
    }
    .system-gesture-video-popup{
        flex-direction: row;
        margin-top: 0;
        position: absolute;
        left: 50%;
        right: auto;
        white-space: nowrap;
    }
    .system-privacy-card-container{
        margin: 10vw auto 0;
        width: 83.3%;
    }
    .system-privacy-card-item{
        background: none;
        display: flex;
        position: static;
        opacity: .2;
    }
    .system-privacy-card-icon{
        flex: none;
        margin-right: 5%;
        width: 15%;
    }
    .system-privacy-card-title{
        margin-top: 0;
    }
    .system-privacy-card-text{
        width: 97%;
    }
    .system-privacy-row{
        display: block;
    }
    .system-privacy-title-container{
        margin: 0 auto;
        width: 83.3%;
        overflow: hidden;
    }
    .system-privacy-title-container .h2{
        margin: 0;
        position: static;
    }
    .system-privacy-end{
        height: 22vw;
    }
    .performance-battery-title{
        width: 100%;
    }
    .performance-battery-content{
        margin-right: 7.3%;
    }
    .performance-battery-item-icon svg{
        width: 10vw;
        height: auto;
    }
    .performance-battery-item{
        margin-top: 10vw;
    }
    .performance-battery-item-text{
        width: 90%;
    }
    .performance-battery-viewport img{
        width: 150%;
        transform: translate(-50%,-50%) scale(1);
    }
    .performance-battery-item-title{
        margin: 0;
    }
    .performance-transition{
        margin-top: -50vw;
    }
    .performance-speaker-container{
        margin-top: -1px;
    }
    .performance-speaker-content{
        width: 83.3%;
        margin: 0 auto 10vw;
        text-align: center;
        position: static;
    }
    .performance-speaker-title{
        position: static;
    }
    .performance-speaker-text{
        position: static;
        margin-top: 2.5vw;
    }
    .performance-speaker-image{
        width: 100%;
    }
    .acs-container{
        overflow: hidden;
        padding-bottom: 1vw;
    }
    .acs-container .acs-disclaimer{
        font-size: 2.22vw;
        margin-top: 8.33vw;
        width: 80%;
    }
    .acs-item-container{
        justify-content: flex-start;
        margin-top: 8.3vw;
        width: 100%;
    }
    .acs-item-container[data-active="1"]{
        transform: translateX(0);
    }
    .acs-item-container[data-active="2"]{
        transform: translateX(-100%);
    }
    .acs-item-container[data-active="3"]{
        transform: translateX(-200%);
    }
    .acs-item{
        flex: none;
        margin: 0;
        width: 100%;
    }
    .acs-item-image{
        width: 83.3%;
        margin: 2.5vw auto 0;
    }
    .acs-item-name{
       margin: 8.3vw auto 4.1vw; 
    }
    .acs-item-nav{
        background-color: #707070;
        width: 62.5%;
        height: 1px;
        margin: 10vw auto 0;
        position: relative;
    }
    .acs-item-nav-dot{
        background-color: #000000;
        height: 3px;
        width: 50%;
        position: absolute;
        top: -1px;
        right: 0;
        transition: transform .5s;
    }
    .acs-item-nav[data-index="0"] .acs-item-nav-dot{
        transform: translateX(0);
    }
    .acs-item-nav[data-index="1"] .acs-item-nav-dot{
        transform: translateX(-100%);
    }
    .acs-item-nav[data-index="2"] .acs-item-nav-dot{
        transform: translateX(-200%);
    }
    .acs-item-nav-dot.active{
        background-color: #000000;
    }
    .disclaimer-container{
        font-size: 3vw;
        width: 83.3%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}
@media (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 13 / 20){
    .design-color-content-container{
        margin-top: -1px;
    }
}
@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 9 / 10){
    .design-intro-content{
        opacity: 1!important;
    }
    .design-intro-feature{
        opacity: 1!important;
    }
    .design-video-content{
        padding-top: 8.33vw;
    }
    .camera-video-content{
        padding-top: 4.1vw;
    }
    .design-color-content-container{
        margin-top: 0;
        padding-top: 8.33vw;
        padding-bottom: 22.2vw;
    }
    .system-intro-content{
        margin-top: 0;
    }
}
.no-sticky .sticky-viewport{
    top: 0;
    position: relative;
}
.no-sticky canvas{
    display: none;
}
.no-sticky .canvas-fallback{
    display: flex;
}
.no-sticky .kv-sequence-container .space-100vh{
    display: none;
}
.no-sticky .product-title svg{
    height: 2.5vw;
}
.no-sticky .product-video svg{
    height: 1.25em;
}
.no-sticky .reason-item-jump svg{
    height: 4.34vw;
}
.no-sticky .reason-screen-trigger{
    transform: translateY(-245vh);
}
.no-sticky .design-intro-content{
    margin-top: 0;
    opacity: 1!important;
}
.no-sticky .design-intro-feature{
    opacity: 1!important;
    overflow: hidden;
}
.no-sticky .design-video-viewport{
    height: auto;
}
.no-sticky .design-video-viewport img{
    height: auto;
    opacity: 1;
}
.no-sticky .design-video-container{
    background-color: #000000;
    margin-top: 0;
}
.no-sticky .design-video-content{
    top: 7%;
}
.no-sticky .design-video-play{
    display: inline-flex;
}
.no-sticky .design-video-viewport .canvas-fallback{
    display: block;
    flex: none;
}
.no-sticky .design-video-container .space-100vh{
    display: none;
}
.no-sticky .design-video-container .space-120{
    display: none;
}
.no-sticky .design-intro-container{
    margin-top: 0;
}
.no-sticky .design-intro-background video{
    display: none;
}
.no-sticky .design-intro-background .inline-video-fallback{
    display: block;
    position: static;
}
.no-sticky .design-intro-container .space-100vh{
    display: none;
}
.no-sticky .design-intro-container .space-50vh{
    display: none;
}
.no-sticky .design-color-container{
    margin-top: 0;
}
.no-sticky .design-color-viewport{
    height: auto;
}
.no-sticky .design-color-content-container{
    opacity: 1;
}
.no-sticky .design-color-container .space-100vh{
    display: none;
}
.no-sticky .design-screen-container{
    margin: 0;
}
.no-sticky .design-screen-weight-mask{
    display: none;
}
.no-sticky .design-screen-viewport{
    background-color: #000000;
    height: auto;
}
.no-sticky .design-screen-row{
    display: block;
    height: auto;
    transform: none;
}
.no-sticky .design-screen-big-title{
    margin: 2vw 0;
    text-align: center;
}
.no-sticky .design-screen-weight,.no-sticky .design-screen-chain,.no-sticky .design-screen-structure{
    margin: 5vw auto 0;
    width: 80%;
}
.no-sticky .design-screen-weight-content{
    margin-left: 0;
    width: 100%;
}
.no-sticky .design-screen-structure{
    padding-bottom: 20vh;
}
.no-sticky .design-screen-container .space-100vh{
    display: none;
}
.no-sticky .connect-signal-container{
    margin-top: 0;
}
.no-sticky .connect-signal-container .space-100vh{
    display: none;
}
.no-sticky .connect-signal-content{
    margin-top: -100vh
}
.no-sticky .connect-harmony-container{
    margin-top: 0;
}
.no-sticky .connect-harmony-transition{
    display: none;
}
.no-sticky  .connect-harmony-container .space-100vh{
    display: none;
}
.no-sticky .camera-intro-container .camera-transition{
    display: none;
}
.no-sticky .connect-harmony-title-container .h2{
    color: #000000;
    margin-top: 5vw;
}
.no-sticky .connect-harmony-title-container .h2:nth-of-type(2){
    margin-top: 65vw;
}
.no-sticky .camera-video-container{
    margin-top: 0;
}
.no-sticky .camera-video-container .space-100vh{
    display: none;
}
.no-sticky .camera-video-title{
   position: static;
}
.no-sticky .camera-video-viewport{
    height: auto;
}
.no-sticky .camera-video-content{
    background-color: #000;
    height: auto;
    padding-top: 3.125vw;
    text-align: center;
}
.no-sticky .camera-video-content .camera-video-text{
    position: static;
    margin: 1.6vw auto 0;
}
.no-sticky .camera-intro-container{
    margin-top: 0;
}
.no-sticky .connect-harmony-end{
    border-radius: 0;
}
.no-sticky .camera-video-container .space-120{
    display: none;
}
.no-sticky .camera-intro-viewport{
    height: auto;
}
.no-sticky .camera-front-lens{
    opacity: 1;
}
.no-sticky .camera-rear-container{
    position: relative;
    transform: none;
    opacity: 1;
}
.no-sticky .camera-rear-lens{
    opacity: 1;
}
.no-sticky .camera-intro-container .space-100vh{
    display: none;
}
.no-sticky .camera-sample-viewport{
    height: auto;
}
.no-sticky .camera-sample-row{
    display: block;
}
.no-sticky .camera-sample-item{
    margin: 5vw auto 0;
}
.no-sticky .camera-sample-container{
    padding-bottom: 6.25vw;
}
.no-sticky .camera-sample-container .space-100vh{
    display: none;
}
.no-sticky .camera-sample-container .space-160{
    display: none;
}
.no-sticky .system-intro-container{
    margin-top: 0;
}
.no-sticky .system-intro-container .space-100vh{
    display: none;
}
.no-sticky .video-popup-play svg{
    height: 2em;
}
.no-sticky .system-intro-viewport{
    height: auto;
}
.no-sticky .system-intro-viewport video{
    display: none;
}
.no-sticky .system-intro-viewport .inline-video-fallback{
    display: block;
}
.no-sticky .system-intro-viewport .inline-video-fallback img{
    display: block;
    margin: 0 auto;
    width: 50%;
}
.no-sticky .system-intro-content{
    color: #000000;
}
.no-sticky .performance-speaker-content{
    left: 16%;
    margin-left: 0;
}
.no-sticky .performance-battery-container{
    margin-top: 0;
}
.no-sticky .performance-battery-viewport img{
    opacity: 1;
}
.no-sticky .performance-battery-container{
    background-color: #000000;
}
.no-sticky .performance-battery-content{
    margin-top: 5vw;
}
.no-sticky .performance-battery-title{
    opacity: 1;
}
.no-sticky .performance-battery-item{
    opacity: 1;
}
.no-sticky .performance-battery-content .space-200{
    display: none;
}
.no-sticky .reason-to-buy-end{
    border-radius: 0;
}
.no-sticky .section-accessories .space-60{
    height: 160px;
}
.no-sticky .performance-battery-item-icon svg{
    width: 5.2vw;
    height: 5.2vw;
}
.no-sticky .connect-harmony-card-icon svg{
    height: 5.2vw;
}
.no-sticky .system-privacy-card-icon svg{
    height: 5.2vw;
}
.isWeChat .reason-item-background video{
    display: none;
}
.isWeChat .reason-item-background .inline-video-fallback{
    display: block;
}
.isWeChat .design-screen-chain-image video{
    display: none;
}
.isWeChat .design-screen-chain-image .inline-video-fallback{
    display: block;
}
.isWeChat .system-intro-viewport video{
    display: none;
}
.isWeChat .system-intro-viewport .inline-video-fallback{
    display: block;
}
.isWeChat .system-intro-viewport .system-gesture-video-popup{
    position: static;
    left: auto;
    transform: none;
    justify-content: center;
}