.main-container {
    background-color: #000000;
    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;
}

.swiper-slide .blur-up {
    filter: blur(0)
}

.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-300 {
    height: 300px;
}

.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;
    line-height: 1;
}

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: 3.33vw;
    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 {
    color: #D9D9D9;
    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: 12px;
}

.canvas-fallback {
    display: none;
}

.inline-video-fallback {
    display: none;
}

.space-50vh {
    height: 50vh;
}

.space-100vh {
    height: 100vh;
}

.sticky-viewport {
    position: sticky;
    height: 100vh;
    height: calc(100vh - 76px);
    top: 76px;
}

.sequence-animation canvas {
    width: 100%;
    height: 100%;
}

.video-pop-play {
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    white-space: nowrap;
}

.video-pop-play svg {
    width: 1.25em;
    height: 1.25em;
    margin-left: .3em;
}

.auto-video-btn {
    color: #3174FF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
}

.auto-video-btn.show-btn {
    opacity: 1;
    visibility: visible;
}

.auto-video-btn svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em;
}

.video-fallback {
    display: none;
}

.ie-fallback {
    display: none;
}

.section-kv {
    background-color: #FFFFFF;
}

.kv-container {
    direction: ltr;
    display: flex;
    align-items: center;
    position: relative;
}

.kv-image {
    flex: none;
    margin-top: 7%;
    margin-left: 9%;
    width: 50%;
}

.kv-content {
    direction: rtl;
    flex: none;
    margin-left: 4%;
    width: 27.6%;
}

.kv-logo svg {
    width: 100%;
    height: auto;
}

.kv-subtitle {
    display: flex;
    justify-content: space-between;
    font-size: 3.5vw;
    margin: .25em auto 0;
    text-align: center;
    width: 75%;
}

.kv-feature {
    display: flex;
    justify-content: space-between;
    font-size: 1vw;
    margin-top: 2vw;
    position: relative;
}

.kv-feature-item {
    padding: 0 .5em;
    position: relative;
}

.kv-feature-line {
    background-color: #000000;
    margin-top: .4em;
    width: 1px;
    height: 1em;
}

.kv-feature-item:first-child {
    padding-left: 0;
}

.kv-feature-item:last-child {
    padding-right: 0;
}

.kv-feature-item:last-child:after {
    display: none;
}

.kv-content .video-pop-play {
    display: none;
    margin-top: 2vw;
}

.kv-hm-icon {
    position: absolute;
    bottom: 10%;
    right: 9%;
    width: 7vw;
}

.kv-hm-icon svg {
    width: 100%;
    height: auto;
}

.kv-sp-container {
    background-color: #000000;
    color: #FFFFFF;
    position: relative;
}

.kv-sp-sticky-container {
    position: sticky;
    top: 76px;
}

.kv-sp-bg {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.kv-sp-item-container {
    direction: ltr;
    display: block;
    margin: 0 auto;
    width: 56%;
    height: auto;
    padding-top: 1.5vw;
    position: relative;
    z-index: 1;
}

.kv-sp-trigger {
    position: absolute;
    top: calc(120px + 2.5%);
}

.kv-sp-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
    margin-bottom: -2vw;
    pointer-events: none;
}

.kv-sp-item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.kv-sp-content {
    direction: rtl;
    box-sizing: border-box;
    flex: none;
    text-align: center;
    width: 48%;
    pointer-events: all;
}

.kv-sp-item:nth-of-type(1) .kv-sp-content {
    transform: translate(54.16%, 0) scale(1.8);
}

.kv-sp-item:nth-of-type(2) .kv-sp-content {
    transform: translate(-54.16%, -7vw) scale(1.8);
}

.kv-sp-item:nth-of-type(3) .kv-sp-content {
    transform: translate(54.16%, -16.5vw) scale(1.8);
}

.kv-sp-item:nth-of-type(4) .kv-sp-content {
    transform: translate(-54.16%, -24.5vw) scale(1.8);
}

.kv-sp-title {
    background: linear-gradient(135deg, #7B7B7B 0%, #939393 10%, #F4F4F4 100%);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    font-size: 1.65vw;
    margin-bottom: .5em;
    position: relative;
    will-change: transform;
}

.kv-sp-text {
    background: linear-gradient(135deg, #7B7B7B 0%, #939393 10%, #F4F4F4 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: .937vw;
    overflow: hidden;
    opacity: 0;
    will-change: transform;
}

.kv-sp-image {
    border-radius: .5vw;
    overflow: hidden;
    width: 48%;
    flex: none;
    position: relative;
    opacity: 0;
    pointer-events: all;
    min-height: 10vw;
    will-change: transform;
}

.kv-sp-item:nth-of-type(odd) .kv-sp-image {
    transform: translateX(25%);
}

.kv-sp-item:nth-of-type(even) .kv-sp-image {
    transform: translateX(-25%);
}

.reason-item-jump {
    display: none;
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
    cursor: pointer;
    background-color: #393939;
    border-radius: 50%;
    opacity: 0;
    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;
}

.kv-sp-image:hover .reason-item-jump svg {
    transform: translateY(0);
}

.section-design {
    color: #FFFFFF;
}

.design-intro-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-intro-title {
    text-align: center;
}

.design-intro-title-row {
    display: inline-block;
    background: linear-gradient(to bottom, #C3C3C3 0%, #939393 60%, #7B7B7B 100%);
    color: transparent;
    -webkit-background-clip: text;
    will-change: transform;
}

.design-intro-image {
    margin-top: -100vh;
    margin-top: calc(76px - 100vh);
    position: relative;
    z-index: 1;
}

.desing-intro-text {
    margin: 0 12.7% 0 8%;
    width: 31%;
    position: relative;
    z-index: 1;
}

.design-color {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: -12vw;
    position: relative;
}

.design-color-content-container {
    display: none;
}

.design-color-content {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    padding-bottom: 2.5%;
    position: relative;
}

.design-color-content:first-child:after {
    display: none;
}

.design-color-content span {
    opacity: .54;
    transition: opacity .5s;
}

.design-color-content.active span {
    opacity: 1;
}

.design-color-image-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 30%;
}

.design-color-image {
    width: 45.6%;
}

.design-color-image:nth-of-type(odd) {
    order: 2;
}

.design-color-image:nth-of-type(even) {
    order: 1;
    margin-top: 10%;
}

.design-color-image:first-child {
    position: relative;
}

.design-color-image.active {
    opacity: 1;
}

.design-screen {
    position: relative;
}

.design-screen-content {
    position: absolute;
    top: 0;
    left: 20.5%;
    width: 46%;
    height: 100%;
    z-index: 2;
}

.design-screen-title {
    position: absolute;
    top: 20%;
}

.design-screen-text {
    position: absolute;
    bottom: 0%;
}

.design-screen-image {
    flex: none;
    width: 100%;
    padding-bottom: 5%;
}

.design-glass {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.design-glass-image {
    border-radius: .5vw;
    flex: none;
    margin-left: 10%;
    width: 40%;
    overflow: hidden;
}

.design-glass-content {
    flex: none;
    margin-right: 12.6%;
    width: 30%;
}

.design-glass-title {
    display: flex;
    align-items: flex-end;
}

.design-glass-title-icon {
    margin-bottom: 1.5625vw;
}

.design-glass-title-icon svg {
    width: 3.5vw;
    height: auto;
}

.design-glass-text {
    margin-top: 1.5625vw;
}

.design-ip68 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.design-ip68-image {
    border-radius: .5vw;
    margin-right: 9%;
    width: 51.25%;
    overflow: hidden;
    will-change: transform;
}

.design-ip68-content {
    margin-left: 9%;
    width: 20.88%;
}

.design-ip68-text {
    margin-top: 1.5625vw;
}

.design-kunlun-title {
    text-align: center;
}

.kunlun-title {
    background: linear-gradient(to bottom, #F0CCA9 0%, #F09B4B 60%, #572A00 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.mouseover-popup {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.mouseover-video-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.8vw;
    height: 4.8vw;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.mouseover-video-popup.active {
    opacity: 1;
}

.mouseover-video-popup svg {
    width: 100%;
    height: 100%;
}

.section-camera {
    background-color: #000000;
    color: #FFFFFF;
}

.camera-intro-content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.camera-intro-content-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 3;
}

.camera-intro-text-half-container {
    background-size: cover;
    background-position: 0 20%;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}

.camera-intro-text-bottom .camera-intro-text-half-container {
    background-position: 0 67%;
}

.camera-intro-text-container {
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
}

.camera-intro-text-left {
    margin-right: 2.78vw;
    text-align: right;
}

.camera-intro-content-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.camera-intro-content-3 {
    z-index: 1;
}

.camera-intro-text-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.camera-intro-sticky-viewport {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.camera-intro-text-container {
    font-size: 4vw;
    line-height: 1.8;
}

.camera-intro-content-2 {
    transform: scale(0);
    opacity: 0;
    text-align: center;
}

.camera-intro-xmage-logo {
    width: 32.5vw;
}

.camera-intro-xmage-logo svg {
    width: 32.5vw;
    height: auto;
}

.camera-intro-xmage-text {
    font-size: 4.16vw;
    font-weight: bold;
}

.camera-intro-background {
    opacity: 0;
}

.camera-intro-image {
    margin-top: -80vh;
    position: relative;
    z-index: 4;
}

.camera-xmage {
    margin-top: -1px;
    position: relative;
}

.camera-xmage-intro {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 68%;
    position: relative;
    z-index: 1;
}

.camera-xmage-intro-image-container {
    width: 56%;
}

.camera-xmage-intro-image-container img {
    border-radius: .5vw;
    overflow: hidden;
}

.swiper-pagination-background {
    display: flex;
    width: 100%;
}

.swiper-pagination-background svg {
    width: 100%;
    height: auto;
}

.camera-xmage-intro-pagination-container {
    direction: ltr;
    margin: 1.5625vw auto 0;
    width: 12.54vw;
    position: relative;
}

.camera-xmage-intro-image-container .swiper-pagination {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.camera-xmage-intro-pagination-circle {
    display: flex;
    width: 1.84vw;
    height: auto;
    margin-top: -.2vw;
    margin-left: 12.8%;
    transform: translate(0, -50%);
    transition: transform .5s ease;
}

.camera-xmage-intro-pagination-circle[data-index="1"] {
    transform: translate(0, -50%);
}

.camera-xmage-intro-pagination-circle[data-index="2"] {
    transform: translate(7.45vw, -50%);
}

.camera-xmage-intro-pagination-circle svg {
    width: 100%;
    height: auto;
}

.camera-xmage-intro-image-container .swiper-pagination span {
    cursor: pointer;
    display: inline-block;
    margin-left: 5vw;
    width: 17.5%;
    height: 100%;
    opacity: .22;
    transition: opacity .5s ease;
}

.camera-xmage-intro-image-container .swiper-pagination span.active {
    opacity: 1;
}

.camera-xmage-intro-image-container .swiper-pagination span:first-child {
    margin-left: 0;
}

.camera-xmage-intro-content {
    margin-top: 3%;
    width: 36%;
    z-index: 1;
}

.camera-xmage-intro-title {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .45em;
}

.camera-xmage-lens-text-item {
    opacity: .5;
    transition: opacity .5s ease;
}

.camera-xmage-lens-text-item.active {
    opacity: 1;
}

.camera-xmage-title-color {
    background: linear-gradient(140deg, #F0CCA9 0%, #F09B4B 60%, #572A00 100%);
    color: transparent;
    -webkit-background-clip: text;
    will-change: transform;
}

.camera-xmage-sample-container {
    position: relative;
}

.camera-xmage-sample-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.camera-xmage-sample {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 68%;
}

.camera-xmage-sample-3 {
    display: none;
}

.camera-xmage-sample .disclaimer {
    color: #838383;
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .disclaimer {
    margin-top: 1em;
}

.camera-xmage-sample-title-image img {
    border-radius: .5vw;
    overflow: hidden;
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(1) {
    width: 30.7%;
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) {
    width: 61.7%;
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(odd) {
    width: 62.1%;
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(2) {
    width: 31%;
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) {
    width: 48%;
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) {
    width: 48%;
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title {
    margin-bottom: 4vw;
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-text {
    margin-top: 1.5vw;
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title {
    margin-bottom: 4vw;
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-text {
    margin-top: 3vw;
}

.camera-xmage-sample-3 .camera-xmage-sample-title {
    margin-bottom: 1.5vw;
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-text {
    margin-bottom: 3vw;
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title {
    margin-top: 1.5vw;
}

.camera-xmage-sample-item .camera-xmage-sample-title-image {
    overflow: hidden;
}

.camera-xmage-sample-title-image {
    position: relative;
}

.camera-xmage-sample-title-image .video-popup-icon {
    cursor: pointer;
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 3.2vw;
    height: 3.2vw;
}

.camera-xmage-sample-title-image .video-popup-icon svg {
    width: 3.2vw;
    height: 3.2vw;
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image {
    transform: translateY(30%);
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) {
    transform: translateY(30%);
}

.camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image {
    transform: translateY(30%);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image {
    transform: translateY(30%);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(3) {
    transform: translateY(30%);
}

.camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(3) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image {
    transform: translateY(30%);
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) {
    opacity: 0;
    transform: translateY(25vh);
}

.camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image img {
    transform: scale(1.5);
}

.camera-xmage-lens-sticky {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.camera-xmage-lens-images {
    cursor: pointer;
    flex: none;
    margin-left: 17.9%;
    width: 27.7%;
}

.camera-xmage-lens-images .swiper-slide img {
    border-radius: .5vw;
    overflow: hidden;
}

.camera-xmage-lens-name-container {
    font-size: 1.14vw;
    color: #D0D0D0;
    margin-top: 1vw;
    text-align: center;
    position: relative;
}

.camera-xmage-lens-name {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: opacity .5s ease;
}

.camera-xmage-lens-name-container[data-active="1"] .camera-xmage-lens-name:nth-of-type(1) {
    opacity: 1;
}

.camera-xmage-lens-name-container[data-active="2"] .camera-xmage-lens-name:nth-of-type(2) {
    opacity: 1;
}

.camera-xmage-lens-name-container[data-active="3"] .camera-xmage-lens-name:nth-of-type(3) {
    opacity: 1;
}

.camera-xmage-lens-name:first-child {
    position: relative;
}

.camera-xmage-lens-content {
    flex: none;
    margin-right: 12%;
    width: 30%;
}

.camera-xmage-lens-text {
    margin-top: 1.5625vw;
}

.camera-xmage-lens-text-item {
    margin-bottom: 1.2em;
}

.camera-xmage-lens-text-item:last-child {
    margin-bottom: 0;
}

.camera-xmage-feature-overflow {
    overflow: hidden;
}

.camera-xmage-feature {
    margin: 0 auto;
    width: 73%;
}

.camera-xmage-feature-image img {
    border-radius: .52vw;
    overflow: hidden;
}

.camera-xmage-feature-container {
    perspective: 100vw;
    perspective-origin: right center;
    overflow: initial;
    -webkit-user-drag: none;
    position: relative;
}

.camera-xmage-feature-wrapper {
    direction: ltr;
    display: flex;
    perspective: 100vw;
    perspective-origin: 175% center;
}

.camera-xmage-feature-slide {
    cursor: pointer;
    flex: none;
    width: 56%;
    margin-left: -56%;
    user-select: none;
    transition: all .5s ease;
}

.camera-xmage-feature-content-container {
    font-size: 1.14vw;
    line-height: 1.6em;
    height: 1.6em;
    position: relative;
    transition: transform .5s ease;
}

.camera-xmage-feature-content {
    top: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.camera-xmage-feature-content sup {
    line-height: 1;
}

.camera-xmage-feature-content-container .camera-xmage-feature-content:nth-of-type(1) {
    position: relative;
}

.camera-xmage-feature-content-container[data-active="1"] {
    transform: translateY(0);
}

.camera-xmage-feature-content-container[data-active="2"] {
    transform: translateY(-100%);
}

.camera-xmage-feature-content-container[data-active="3"] {
    transform: translateY(-200%);
}

/* .camera-xmage-feature-content-container[data-active="4"] {
    transform: translateY(-300%);
} */

.camera-xmage-feature-content-container[data-active="1"] .camera-xmage-feature-content:nth-of-type(1) {
    opacity: 1;
}

.camera-xmage-feature-content-container[data-active="2"] .camera-xmage-feature-content:nth-of-type(2) {
    opacity: 1;
}

.camera-xmage-feature-content-container[data-active="3"] .camera-xmage-feature-content:nth-of-type(3) {
    opacity: 1;
}

/* .camera-xmage-feature-content-container[data-active="4"] .camera-xmage-feature-content:nth-of-type(4) {
    opacity: 1;
} */

.camera-xmage-feature-slide:first-child {
    margin-left: 0%;
}

/* .camera-xmage-feature-slide[data-index="-3"] {
    transform: translateZ(20vw) rotateY(0deg);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
} */

.camera-xmage-feature-slide[data-index="-2"] {
    transform: translateZ(20vw) rotateY(0deg);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.camera-xmage-feature-slide[data-index="-1"] {
    transform: translateZ(20vw) rotateY(0deg);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.camera-xmage-feature-slide[data-index="0"] {
    transform: translateZ(20vw) rotateY(0deg);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.camera-xmage-feature-slide[data-index="1"] {
    transform: translateZ(0) rotateY(0deg);
    z-index: 10;
}

.camera-xmage-feature-slide[data-index="1"] .camera-xmage-feature-text {
    opacity: 0;
}

.camera-xmage-feature-slide[data-index="2"] {
    transform: translateZ(-20vw) rotateY(0deg);
    z-index: 9;
}

.camera-xmage-feature-slide[data-index="3"] {
    transform: translateZ(-40vw) rotateY(0deg);
    z-index: 8;
}

.camera-xmage-feature-slide[data-index="4"] {
    transform: translateZ(-60vw) rotateY(0deg);
    opacity: 0;
    z-index: 7;
}

.camera-xmage-feature-slide[data-index="5"] {
    transform: translateZ(-80vw) rotateY(0deg);
    opacity: 0;
    z-index: 6;
}

.camera-xmage-feature-slide[data-index="6"] {
    transform: translateZ(-80vw) rotateY(0deg);
    opacity: 0;
    z-index: 6;
}

/* .camera-xmage-feature-slide[data-index="7"] {
    transform: translateZ(-80vw) rotateY(0deg);
    opacity: 0;
    z-index: 6;
}

.camera-xmage-feature-slide[data-index="8"] {
    transform: translateZ(-80vw) rotateY(0deg);
    opacity: 0;
    z-index: 6;
} */

.camera-xmage-feature-text {
    direction: rtl;
    color: #D0D0D0;
    font-size: 1.14vw;
    margin-top: .5vw;
    text-align: right;
    opacity: .5;
    transition: opacity .5s ease;
}

.camera-xmage-feature-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.camera-xmage-feature-nav-left {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 3vw;
    position: absolute;
    left: -4%;
    top: 40%;
    transform: translateY(-50%);
    outline: none;
    z-index: 20;
}

.camera-xmage-feature-nav-right {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 3vw;
    position: absolute;
    right: -3%;
    top: 40%;
    transform: translateY(-50%);
    outline: none;
    z-index: 20;
}


.section-tech {
    background-color: #000000;
    color: #FFFFFF;
}

.big-title-container {
    position: relative;
}

.big-title-container .sticky-viewport {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-big-title-image {
    margin-top: -100vh;
    margin-top: calc(76px - 100vh);
    position: relative;
    z-index: 1;
}

.big-title-container .intro-big-title>span {
    display: inline-block;
}

.tech-intro-title {
    text-align: center;
}

.intro-big-title-row {
    background: linear-gradient(to bottom, #C3C3C3 0%, #939393 60%, #7B7B7B 100%);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    will-change: transform;
}

.tech-intro-text {
    margin: 0 auto;
    text-align: center;
    width: 52%;
}

.tech-intro-text .disclaimer {
    opacity: .5;
}

.tech-connect-title {
    text-align: center;
}

.tech-connect-cards-swiper-container {
    background: linear-gradient(120deg, #100B04 0%, #0D0802 100%);
    border-radius: 1vw;
    box-sizing: border-box;
    margin: 0 auto;
    width: 68%;
    overflow: hidden;
    padding: 2% 4% 2% 7.5%;
    position: relative;
}

.tech-connect-cards-swiper-container .swiper-wrapper {
    align-items: stretch;
}

.tech-connect-card-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: auto;
}

.tech-connect-card-left-container {
    flex: none;
    width: 44%;
    height: 100%;
}

.tech-connect-card-content-item-text {
    color: #A8A0A0;
    font-size: .78125vw;
    margin-top: 1.5625vw;
    width: 80%;
    height: 100%;
}

.tech-connect-card-content-item {
    font-size: .9375vw;
    margin-top: 6vw;
}

.tech-connect-card-image-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: none;
    width: 50%;
}

.tech-connect-card-image-3 {
    width: 90%;
}

.tech-connect-cards-swiper-container .swiper-pagination-bullet {
    background-color: #FFFFFF;
    width: 13px;
    height: 13px;
    opacity: .27;
    outline: none;
}

.tech-connect-cards-swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.tech-connect-cards-swiper-container .tech-connect-card-nav {
    display: flex;
    justify-content: flex-end;
    width: 84%;
    margin: 0 auto;
}

.tech-connect-content-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 68%;
}

.tech-connect-content-item {
    background: linear-gradient(to right, #100B04 0%, #0D0802 100%);
    border-radius: 1vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48.5%;
    padding: 4% 2.5%;
}

.tech-connect-content-item-icon {
    flex: none;
    margin-right: 5%;
    width: 4.7vw;
}

.tech-connect-content-item-icon svg {
    width: 4.7vw;
    height: 4.7vw;
}

.tech-connect-content-item-title {
    color: #D0D0D0;
    margin-bottom: .625em;
}

.tech-connect-content-item-text {
    color: #A8A0A0;
    font-size: .833vw;
}

.tech-system {
    position: relative;
}

.tech-system-big-title-container {
    position: relative;
}

.tech-system-big-title-container .sticky-viewport {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-system-big-title-container .intro-big-title>span {
    display: inline-block;
}

.tech-system-title {
    display: flex;
    text-align: center;
}

.tech-system-container {
    margin-top: calc(38px + 17.38% - 50vh);
}

.tech-system-big-title-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-system-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 500px;
    overflow: hidden;
}

.tech-system-big-title-trigger {
    position: absolute;
    top: -35vh;
}

.tech-system-image {
    width: 74%;
    position: relative;
    will-change: transform;
    z-index: 2;
}

.tech-system-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tech-system-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tech-system-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(100%, -50%);
    width: 32%;
    will-change: transform;
    z-index: 1;
}

.tech-system-content-item-title {
    margin-bottom: .625em;
}

.tech-system-content-item-text {
    margin-bottom: 3.14em;
}

.tech-system-content-item:last-child .tech-system-content-item-text {
    margin-bottom: 0;
}

.tech-battery {
    position: relative;
    overflow: hidden;
}

.tech-battery-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.tech-battery-text {
    width: 42%;
}

.tech-battery-feature {
    display: flex;
    margin-top: 2.5%;
}

.tech-battery-feature-item-text {
    color: #B7B7B7;
    font-size: .9375vw;
    white-space: nowrap;
}

.tech-battery-feature-item:nth-of-type(1) {
    margin-right: 10%;
}

.tech-charge-content {
    margin: 0 auto;
    width: 36.8%;
    text-align: center;
}

.tech-charge-image {
    margin: 3% auto 0;
    width: 30.8%;
}

.section-system {
    background-color: #000000;
    color: #FFFFFF;
}

.system-intro-title {
    text-align: center;
}

.system-intro-title-row {
    background: linear-gradient(to bottom, #C3C3C3 0%, #939393 60%, #7B7B7B 100%);
    color: transparent;
    -webkit-background-clip: text;
    will-change: transform;
}

.system-intro-big-title-trigger {
    position: absolute;
    top: -35vh;
}

.system-cards-title {
    text-align: center;
}

.system-cards-container {
    margin: 0 auto;
    width: 68.2%;
}

.system-card-row-1 {
    display: flex;
    justify-content: space-between;
}

.system-card-row-1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.system-card-item {
    background: linear-gradient(to right, #0E0902 0%, #100B04 100%);
    border-radius: 1.5625vw;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.system-card-row-1 .system-card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.8%;
    height: auto;
    text-align: center;
}

.system-card-row-1 .system-card-item-img {
    margin: 3vw auto 0;
    width: 85%;
}

.system-card-item-img .auto-video-btn {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.system-card-row-1 .system-card-item:nth-child(2) .system-card-item-img {
    margin: 1.5vw auto 0;
    width: 85%;
}

.system-card-row-1 .system-card-item:nth-child(3) .system-card-item-img {
    margin: 2.5vw auto 0;
    width: 85%;
}

.system-card-item-text {
    margin: 2vw 0 3vw;
}

.system-card-item-img-swiper {
    margin-top: 17.5%;
    width: 100%;
}

.system-card-item-img-swiper .swiper-slide-2 video,
.system-card-item-img-swiper .swiper-slide-2 img {
    margin: 0 auto;
    width: 50%;
}

.system-card-item-img-swiper-nav.swiper-pagination-bullets {
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    transform: translateX(-50%);
}

.system-card-item-img-swiper-nav .swiper-pagination-bullet {
    background-color: #989898;
    cursor: pointer;
    margin: 0 4px;
    opacity: 1;
    outline: none;
}

.system-card-item-img-swiper-nav .swiper-pagination-bullet-active {
    background-color: #E2E2E2;
}

.system-card-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5%;
    position: relative;
}

.system-card-row-2 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.system-card-row-2 .system-card-item {
    box-sizing: border-box;
    width: 49%;
    height: auto;
    padding-top: 3vw;
    text-align: center;
}

.system-card-row-2 .system-card-item-img {
    margin: 0 auto;
    width: 65%;
}

.experoence-card-content-text {
    margin-top: 2.5%;
    margin-left: 2.5%;
    width: 64%;
    position: relative;
}

.system-card-gallery-container {
    background-color: #332316;
    border-radius: 1.5625vw;
    will-change: transform;
    padding: 7.25% 0;
    overflow: hidden;
}

.system-card-gallery-row {
    display: flex;
    margin-top: 1.5625vw;
}

.system-card-gallery-row:first-child {
    margin-top: 0;
}

.system-card-gallery-row:nth-of-type(2) {
    transform: translateX(-40vw);
}

.system-card-gallery-item {
    flex: none;
    height: 10.4vw;
    margin-left: 1.4vw;
}

.system-card-gallery-item img {
    height: 100%;
    width: auto;
}

.system-cards-text {
    margin: 0 auto;
    width: 41.875%;
    text-align: center;
}

.system-operate-title {
    text-align: center;
}

.system-operate-cards-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    width: 68.2%;
}

.system-operate-card {
    background: linear-gradient(to bottom, #100B04 0%, #0D0802 100%);
    border-radius: 1vw;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 48.8%;
    height: auto;
    padding: 3% 3%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    order: 2;
}

.system-operate-card-title {
    margin: 0 auto 7.25%;
}

.system-operate-card-text {
    color: #A8A0A0;
    font-size: .833vw;
    margin: 0 auto;
}

.system-operate-card-image {
    flex: none;
    margin-right: 7.5%;
    width: 37%;
}

.system-operate-card:nth-of-type(3) {
    transform-origin: 0% 100%;
    transform: rotate(7.5deg) translateX(-60%);
    z-index: 1;
    order: 3;
}

.system-operate-card:nth-of-type(3) .system-operate-card-image {
    margin-bottom: 5%;
}

.system-operate-card-content {
    flex: none;
    width: 55%;
}

.system-privacy-title {
    text-align: center;
}

.system-privacy-container {
    background: linear-gradient(120deg, #100B04 0%, #0D0802 100%);
    ;
    border-radius: 1vw;
    box-sizing: border-box;
    margin: 0 auto;
    width: 68%;
    overflow: hidden;
    padding: 2% 7.5%;
}

.system-privacy-container .swiper-wrapper {
    align-items: stretch;
}

.system-privacy-item {
    display: flex;
    flex-direction: row-reverse;
}

.system-privacy-left-container {
    flex: none;
    margin-top: 10%;
    margin-right: 15%;
    width: 50%;
}

.system-privacy-content-item-text {
    color: #A8A0A0;
    font-size: .9375vw;
    margin-top: 1.5625vw;
}

.system-privacy-image-container {
    flex: none;
    width: 23%;
}

.system-privacy-container .swiper-pagination-bullet {
    background-color: #FFFFFF;
    width: 13px;
    height: 13px;
    opacity: .27;
    outline: none;
}

.system-privacy-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.system-privacy-disclaimer {
    color: #838383;
    text-align: center;
}

.system-privacy-nav {
    display: flex;
    justify-content: flex-end;
}

.section-acs {
    background-color: #000000;
    color: #FFFFFF;
}

.acs-container {
    margin: 0 auto;
    width: 69%;
}

.acs-title-trigger {
    position: absolute;
    top: -35vh;
}

.acs-title {
    text-align: center;
}

.acs-item {
    background: linear-gradient(120deg, #100B04 0%, #0D0802 100%);
    border-radius: .5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 4% 20%;
    text-align: center;
    overflow: hidden;
}

.acs-item-title {
    color: #F4F3F3;
}

.acs-item-text {
    color: #D9D9D9;
    font-size: .9375vw;
}

.acs-item-image {
    display: flex;
}

.acs-phone-case-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -1%;
    width: 31.3%;
    height: auto;
}

.acs-phone-case-item-1 {
    margin-left: 6%;
}

.acs-phone-case-item-3 {
    margin-top: -.5%;
}

.acs-phone-case-item-4 {
    margin-right: 0;
}

.acs-item-link {
    color: #DED6CC;
    display: inline-block;
    font-size: .9375vw;
    margin-top: .8vw;
}

.acs-item-link a {
    color: #DED6CC;
}

.acs-disclaimer {
    color: #838383;
    text-align: center;
}

.section-disclaimer {
    background-color: #000000;
}

.disclaimer-container {
    color: #838383;
    font-size: 12px;
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
}

@media (min-width:1920px) {
    .disclaimer-container {
        font-size: .625vw;
    }
}

@media (max-width:1200px) {
    .main-container .disclaimer {
        font-size: 10px;
    }
}

.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;
    opacity: .75;
}

.disclaimer-container .active {
    color: #FFFFFF;
    opacity: 1;
}

@media (max-aspect-ratio: 9 / 5) {
    .kv-image {
        height: 80%;
    }
}

@media (any-hover:none) {
    .mouseover-video-popup {
        top: auto;
        right: 4%;
        bottom: 4%;
        left: auto;
        opacity: 1;
    }
}

@media (min-aspect-ratio: 678 / 669) {
    .tech-system-big-title-container {
        overflow: hidden;
    }
}

@media (min-aspect-ratio: 678 / 669) and (max-width:1366px) {
    .tech-system-image {
        width: 80%;
    }
}

@media (min-aspect-ratio: 678 / 669) and (max-width:1280px) {
    .tech-system-image {
        width: 85%;
    }
}

@media (min-aspect-ratio: 678 / 669) {
    .browser-safari .tech-system-sticky {
        height: auto;
    }

    .browser-safari .tech-system-content {
        top: 0;
        transform: translate(0, 0);
    }

    .browser-safari .tech-system-image {
        transform: translateX(50%) rotateY(-14deg);
    }

    .browser-safari .tech-system-bg {
        display: none;
    }

    .browser-safari .tech-system-container .space-50vh {
        display: none;
    }

    .browser-safari .tech-system-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-300 {
        height: 200px;
    }

    .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 {
        height: calc(100vh - 96px);
        top: 96px;
    }

    .main-container {
        font-size: 3.6vw;
    }

    .main-container .big-title {
        font-size: 11.1vw;
        line-height: normal;
    }

    .main-container .h2 {
        font-size: 8.89vw;
        line-height: normal;
    }

    .main-container .h3 {
        font-size: 6.67vw;
        line-height: normal;
    }

    .main-container .h4 {
        font-size: 4.44vw;
        line-height: normal;
    }

    .main-container .big-title-xs {
        font-size: 11.1vw;
        line-height: normal;
    }

    .main-container .h2-xs {
        font-size: 8.89vw;
        line-height: normal;
    }

    .main-container .h3-xs {
        font-size: 6.67vw;
        line-height: normal;
    }

    .main-container .h4-xs {
        font-size: 4.44vw;
        line-height: normal;
    }

    .main-container p {
        font-size: 3.88vw;
    }

    .main-container .smaller-text {
        font-size: 2.5vw;
        line-height: 1.6;
    }

    .main-container .disclaimer {
        font-size: 2.5vw;
    }

    .video-pop-play {
        font-size: 3.8vw;
    }

    .auto-video-btn {
        font-size: 3.8vw;
    }

    .kv-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: auto;
    }

    .kv-content {
        margin: 9% auto 15%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 75%;
    }

    .kv-subtitle {
        font-size: 9vw;
        margin-top: 0;
    }

    .kv-feature {
        font-size: 3.05vw;
        margin-top: 4vw;
    }

    .kv-feature-line {
        margin-top: .25em;
    }

    .kv-content .video-pop-play {
        margin-top: 4vw;
    }

    .kv-image {
        margin: 0;
        width: 100%;
    }

    .kv-hm-icon {
        width: 20%;
        top: auto;
        right: 4%;
        bottom: 2%;
    }

    .kv-sp-item-container {
        direction: rtl;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .kv-sp-item {
        flex: none;
        justify-content: space-between;
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }

    .kv-sp-item,
    .kv-sp-item:nth-of-type(even) {
        flex-direction: column;
    }

    .kv-sp-item:nth-of-type(odd) .kv-sp-content {
        transform: none;
        width: 100%;
        pointer-events: inherit;
    }

    .kv-sp-item:nth-of-type(even) .kv-sp-content {
        transform: none;
        width: 100%;
        pointer-events: inherit;
    }

    .kv-sp-title {
        font-size: 6.67vw;
        margin-top: 0;
        margin-bottom: .5em;
    }

    .kv-sp-text {
        font-size: 3.05vw;
        opacity: 1;
    }

    .kv-sp-image {
        border-radius: 1.4vw;
        margin-top: 10%;
        width: 100%;
        min-height: 0;
        pointer-events: none;
    }

    .kv-sp-item:nth-of-type(even) .kv-sp-image {
        opacity: 1;
        transform: none;
    }

    .kv-sp-item:nth-of-type(odd) .kv-sp-image {
        opacity: 1;
        transform: none;
    }

    .kv-sp-sticky-container {
        margin: 0 auto;
        width: 83.75%;
        position: relative;
        top: 0;
        min-height: 0;
        overflow: hidden;
    }

    .reason-item-jump {
        width: 6vw;
        height: 6vw;
        bottom: 2.5vw;
        right: 4vw;
        opacity: 1;
    }

    .kv-sp-bg {
        display: none;
        top: -80px;
        opacity: .7;
    }

    .kv-sp-item-nav-container {
        display: flex;
        justify-content: space-between;
        margin: 5.4% auto 0;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .kv-sp-item-nav {
        font-size: 2.78vw;
        width: 22%;
        text-align: center;
    }

    .kv-sp-item-nav-text {
        margin-top: 1vw;
        opacity: .5;
    }

    .kv-sp-item-nav.active .kv-sp-item-nav-text {
        opacity: 1;
    }

    .design-intro {
        overflow: hidden;
    }

    .design-intro-sticky {
        position: relative;
        top: 0;
        height: auto;
    }

    .design-intro-big-title-container {
        margin: 120px 0;
    }

    .design-intro-image {
        margin-top: 0;
    }

    .desing-intro-text {
        margin-bottom: 16.67%;
        margin-right: auto;
        width: 83.89%;
        text-align: center;
    }

    .design-color {
        display: block;
        margin-top: 0;
    }

    .design-color-image-container {
        width: 100%;
    }

    .design-color-image {
        position: relative;
        transition: none;
        width: 43%;
        text-align: center;
    }

    .design-color-image img {
        width: 43%;
    }

    .design-color-image:nth-of-type(even) {
        margin-top: 0;
        order: 1;
    }

    .design-color-image:nth-of-type(odd) {
        order: 1;
    }

    .design-color-content-container {
        pointer-events: flex;
        position: relative;
        top: 4.16vw;
    }

    .design-color-content::after {
        display: none;
    }

    .design-color-content {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: opacity .5s ease;
    }

    .design-color-content:first-child {
        position: relative;
    }

    .design-color-content.active {
        opacity: 1;
    }

    .design-color-nav-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .design-color-nav-left {
        position: absolute;
        left: 4%;
        top: 58%;
        transform: translateY(-50%);
        width: 4vw;
        pointer-events: all;
        z-index: 2;
    }

    .design-color-nav-right {
        position: absolute;
        right: 4%;
        top: 58%;
        transform: translateY(-50%);
        width: 4vw;
        pointer-events: all;
        z-index: 2;
    }

    .design-color-nav svg {
        width: 100%;
        height: auto;
    }

    .design-screen-content {
        margin: 0 auto;
        position: relative;
        left: 0;
        width: 81.67%;
        text-align: center;
        overflow: hidden;
    }

    .design-screen-title {
        position: relative;
        top: 0;
    }

    .design-screen-text {
        margin: 4.16vw 0 7vw;
        position: relative;
    }

    .design-glass {
        flex-direction: column-reverse;
        margin-top: -35%;
        position: relative;
        z-index: 1;
    }

    .design-glass-content {
        margin: 0 auto;
        width: 83.33%;
        text-align: center;
    }

    .design-glass-title-icon {
        margin-bottom: 5vw;
    }

    .design-glass-title-icon svg {
        width: 9vw;
    }

    .design-glass-title {
        display: block;
    }

    .design-glass-text {
        margin: 4.25vw 0 15vw;
    }

    .design-glass-image {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .design-ip68 {
        flex-direction: column;
        margin-top: -35%;
        position: relative;
        z-index: 1;
    }

    .design-ip68-content {
        margin: 0 auto;
        width: 83.33%;
        text-align: center;
    }

    .design-ip68-image {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .design-ip68-text {
        margin: 4.16vw 0 8.33vw;
    }

    .mouseover-video-popup {
        width: 16.1vw;
        height: 16.1vw;
        top: auto;
        right: 4%;
        bottom: 4%;
        left: auto;
        opacity: 1;
    }

    .camera-intro-text-container {
        font-size: 5vw;
        line-height: 2;
    }

    .camera-intro-xmage-logo {
        width: 53vw;
    }

    .camera-intro-xmage-logo svg {
        width: 53vw;
    }

    .camera-intro-xmage-text {
        font-size: 9vw;
    }

    .camera-xmage-intro {
        align-items: flex-start;
        flex-direction: column-reverse;
        width: 100%;
    }

    .camera-xmage-intro-content {
        margin-top: 0;
        margin-right: 8.33%;
        width: 83.3%;
    }

    .camera-xmage-intro-image-container {
        margin-top: 7.7vw;
        width: 100%;
        overflow: hidden;
    }

    .camera-xmage-intro-pagination-container {
        margin-top: 4.16vw;
        width: 60%;
    }

    .camera-xmage-intro-image-container .swiper-pagination span {
        margin-left: 41%;
    }

    .camera-xmage-intro-pagination-circle {
        width: 15%;
        margin-top: -0.7vw;
    }

    .camera-xmage-intro-pagination-circle[data-index="2"] {
        transform: translate(35.7vw, -50%);
    }

    .camera-xmage-intro-image-container .swiper-pagination span:first-child {
        margin-left: 0;
    }

    .camera-xmage-intro-image-container .swiper-pagination span svg {
        width: 100%;
        height: 100%;
    }

    .camera-xmage-sample {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;
    }

    .camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(1) {
        margin: 0 auto;
        width: 83.3%;
    }

    .camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) {
        margin: 0 auto;
        width: 83.3%;
        transform: none;
    }

    .camera-xmage-sample-mob {
        margin-top: 8.33%;
        margin-right: 7.4%;
        width: 83.3%;
    }

    .camera-xmage-sample-mob img {
        border-radius: 1.4vw;
        overflow: hidden;
    }

    .camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(odd) {
        margin: 0 auto;
        width: 83.3%;
        order: 2;
    }

    .camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(2) {
        margin: 0 auto;
        width: 83.3%;
        order: 1;
    }

    .camera-xmage-sample-2 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-text {
        margin-top: 0;
        width: 100%;
    }

    .camera-xmage-sample-1 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-text {
        width: 98%;
    }

    .camera-xmage-sample-2 .camera-xmage-sample-mob {
        order: 3;
    }

    .camera-xmage-lens-sticky {
        flex-direction: column-reverse;
        align-items: flex-start;
        position: relative;
        top: 0;
        height: auto;
    }

    .camera-xmage-lens-content {
        margin: 0 auto;
        width: 83.33%;
    }

    .camera-xmage-lens-title {
        margin-bottom: 4vw;
    }

    .camera-xmage-lens-images {
        margin-top: 8.33%;
        margin-left: 7.4%;
        width: 83.3%;
        overflow: initial;
    }

    .main-container .swiper-container {
        overflow: initial;
    }

    .camera-xmage-lens-images img {
        border-radius: 1.4vw;
        overflow: hidden;
    }

    .camera-xmage-lens-name-container {
        font-size: 3.88vw;
        margin-top: 2.5vw;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) {
        width: 100%;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-title {
        margin-right: 7.4%;
        margin-bottom: 4.16vw;
        width: 83.3%;
        order: 1;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-text {
        margin-right: 7.4%;
        margin-bottom: 8.33vw;
        width: 82%;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image {
        transform: none;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        margin-top: 16.6%;
        opacity: 1;
        transform: none;
        width: 100%;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-text {
        margin-right: 7.4%;
        margin-bottom: 8.33vw;
        width: 81%;
        order: 2;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image {
        transform: none;
        order: 3;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .disclaimer {
        margin-top: -1em;
        margin-left: 8.33%;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .disclaimer {
        margin-top: 1.5em;
        margin-left: 8.33%;
        order: 4;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(1) .camera-xmage-sample-title-image img {
        transform: none;
    }

    .camera-xmage-sample-3 .camera-xmage-sample-item:nth-of-type(2) .camera-xmage-sample-title-image img {
        transform: none;
    }

    .camera-xmage-sample-title-image .video-popup-icon {
        width: 16.1vw;
        height: 16.1vw;
    }

    .camera-xmage-sample-title-image .video-popup-icon svg {
        width: 16.1vw;
        height: 16.1vw;
    }

    .camera-xmage-sample .disclaimer {
        font-size: 2.08vw;
        max-width: 83.3%;
    }

    .tech-intro {
        overflow: hidden;
    }

    .tech-intro-big-title-container {
        position: relative;
    }

    .tech-intro-sticky {
        height: auto;
        margin: 120px 0;
        position: relative;
        top: 0;
    }

    .intro-big-title-row>.hidden-mob {
        display: none;
    }

    .intro-big-title-image {
        margin-top: 0;
    }

    .tech-intro-text {
        margin: 0 auto;
        width: 83.3%;
    }

    .tech-connect {
        overflow: hidden;
    }

    .tech-connect-cards-swiper-container {
        background: none;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0 auto;
        padding-left: 16.4%;
        width: 100%;
        overflow: hidden;
    }

    .tech-connect-card-item {
        background: linear-gradient(to bottom, #191003 0, #100A00 50%, #100A00 100%);
        border-radius: 1.4vw;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        margin: 0 auto;
    }

    .tech-connect-card-content-item {
        margin-top: 0;
    }

    .tech-connect-card-left-container {
        margin: 10% auto 0;
        width: 87.8%;
        height: auto;
        text-align: center;
    }

    .tech-connect-card-image-container {
        margin: 5% auto 10%;
        width: 90%;
        height: auto;
    }

    .tech-connect-card-image-3 {
        margin: 0 auto;
        width: 85%;
    }

    .tech-connect-card-item-3 .tech-connect-card-image-container {
        margin-bottom: 5%;
    }

    .tech-connect-cards-swiper-container .tech-connect-card-nav {
        display: none;
    }

    .tech-connect-card-content-item-text {
        font-size: 3.05vw;
        margin-top: 4.16vw;
        width: 100%;
        height: auto;
    }

    .tech-connect-content-container {
        background: linear-gradient(to right, #0D0802 0%, #100B04 100%);
        border-radius: 1.4vw;
        box-sizing: border-box;
        flex-direction: column;
        margin: 0 auto;
        width: 82%;
        padding: 5%;
        overflow: hidden;
    }

    .tech-connect-content-item {
        align-items: flex-start;
        background: none;
        border-radius: 0;
        margin-bottom: 4.16vw;
        width: 100%;
        padding: 0;
    }

    .tech-connect-content-item:last-child {
        margin-bottom: 0;
    }

    .tech-connect-content-item-icon {
        width: 10vw;
    }

    .tech-connect-content-item-icon svg {
        width: 10vw;
        height: 10vw;
    }

    .tech-connect-content-content {
        width: 80%;
    }

    .tech-connect-content-item-title {
        color: #D9D9D9;
        margin-bottom: .4em;
    }

    .tech-connect-content-item-text {
        font-size: 3.05vw;
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .tech-connect-content-more {
        color: #A8A0A0;
        margin-top: 2.5%;
        margin-right: 2.5%;
        flex: none;
    }

    .tech-system-title {
        display: block;
    }

    .tech-system-big-title-trigger {
        top: 0;
    }

    .tech-system-container {
        margin-top: 0;
    }

    .tech-system-container .tech-system-sticky {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        height: auto;
        top: 0;
    }

    .tech-system-content {
        margin-right: 8.33%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 69%;
    }

    .tech-system-image {
        transform: none;
        width: 100%;
    }

    .tech-system-bg {
        display: none;
    }

    .tech-battery-content {
        align-items: flex-start;
        margin: 0 auto;
        text-align: right;
        position: relative;
        width: 83.3%;
    }

    .tech-battery-text {
        width: 100%;
    }

    .tech-battery-feature {
        display: block;
    }

    .tech-battery-feature-item {
        margin-top: 4.16vw;
    }

    .tech-battery-feature-item-text {
        font-size: 3.05vw;
    }

    .tech-battery-image {
        margin-top: -10%;
    }

    .tech-charge-content {
        width: 83.3%;
        text-align: left;
    }

    .tech-charge-image {
        margin-top: 8.33vw;
        width: 52.78%;
    }

    .system-intro-big-title-trigger {
        top: 0;
    }

    .system-cards-container {
        width: 100%;
        overflow: hidden;
    }

    .system-card-row-1 {
        margin-left: 8.33%;
        width: 83.3%;
    }

    .system-card-item {
        background: linear-gradient(to bottom, #191003 0, #100A00 50%, #100A00 100%);
    }

    .system-card-row-1 .system-card-item {
        padding: 10% 0 15%;
    }

    .system-card-item-img-swiper {
        margin-top: 5%;
    }

    .system-card-row-2 {
        display: none;
        margin: 3.5% auto 0;
        width: 83.3%;
    }

    .system-card-row-2 .system-card-item {
        padding: 10% 0 5%;
    }

    .system-cards-text {
        width: 83.3%;
    }

    .system-operate-cards-swiper-container {
        margin: 0 auto;
        width: 83.3%;
    }

    .system-operate {
        overflow: hidden;
    }

    .system-operate-cards-container {
        justify-content: flex-start;
        width: 100%;
    }

    .system-operate-card:nth-of-type(2),
    .system-operate-card:nth-of-type(3) {
        order: 0;
        transform: none;
    }

    .system-operate-card {
        border-radius: 1.4vw;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        order: 0;
    }

    .system-operate-card-content {
        width: 88%;
        text-align: center;
    }

    .system-operate-card {
        background: linear-gradient(to bottom, #191003 0, #100A00 50%, #100A00 100%);
        padding: 10% 0 5%;
    }

    .system-operate-card-image {
        margin-top: 5%;
        width: 40%;
    }

    .system-operate-card-title {
        margin-bottom: 4.16vw;
    }

    .system-operate-card-text {
        font-size: 3.05vw;
    }

    .system-privacy-container {
        background: none;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0 auto;
        padding-right: 16.4%;
        width: 100%;
    }

    .system-privacy .system-privacy-container {
        overflow: hidden;
    }

    .system-privacy-item {
        background: linear-gradient(to bottom, #191003 0, #100A00 50%, #100A00 100%);
        border-radius: 1.4vw;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        margin: 0 auto;
    }

    .system-privacy-left-container {
        margin: 10% auto 0;
        width: 87.8%;
        text-align: center;
    }

    .system-privacy-image-container {
        margin: 5% auto 15%;
        width: 36.5%;
    }

    .system-privacy-nav {
        display: none;
    }

    .system-privacy-content-item-text {
        font-size: 3.05vw;
        margin-top: 4.16vw;
    }

    .acs-container {
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }

    .acs-title-trigger {
        top: 0;
    }

    .acs-container .acs-item {
        padding: 0;
    }

    .acs-item {
        background: none;
        border-radius: 1.4vw;
        margin: 0 auto 4.16vw;
        width: 100%;
    }

    .acs-item-row {
        margin: 0 auto;
        width: 83.33%;
    }

    .acs-item:last-child {
        margin-bottom: 0;
    }

    .acs-container .acs-item .acs-item-image {
        margin-top: 8.33vw;
    }

    .acs-item:last-child .acs-item-image {
        width: 100%;
    }

    .acs-item-text {
        font-size: 3.05vw;
    }

    .acs-phone-case-item {
        background: linear-gradient(to bottom, #191003 0, #100A00 50%, #100A00 100%);
        border-radius: 1.38vw;
        box-sizing: border-box;
        margin-right: 0;
        padding: 6% 0;
        overflow: hidden;
    }

    .acs-phone-case-image {
        margin: 0 auto;
        width: 50%;
    }

    .acs-phone-case-link {
        color: #DED6CC;
        font-size: 3.05vw;
        margin-top: 2.78vw;
    }

    .acs-item-link {
        color: #DED6CC;
        font-size: 2.08vw;
    }

    .camera-xmage-feature-wrapper {
        direction: rtl;
    }

    .camera-xmage-feature-wrapper .camera-xmage-feature-slide {
        margin-left: 0;
        transform: none;
    }

    .camera-xmage-feature {
        width: 100%;
    }

    .camera-xmage-feature-image img {
        border-radius: 0;
    }

    .camera-xmage-feature-title {
        margin-right: 8.33%;
    }

    .camera-xmage-feature-container {
        width: 100%;
    }

    .camera-xmage-feature-container img {
        border-radius: 0;
        overflow: hidden;
    }

    .camera-xmage-feature-text {
        margin-right: 8.33vw;
        font-size: 3.05vw;
    }

    .camera-xmage-feature-slide[data-index="1"] .camera-xmage-feature-text {
        opacity: .5;
    }

    .camera-xmage-feature-nav-left {
        left: 7.5%;
    }

    .camera-xmage-feature-nav-left svg {
        width: 4vw;
        height: auto;
    }

    .camera-xmage-feature-nav-right {
        right: 7.5%;
    }

    .camera-xmage-feature-nav-right svg {
        width: 4vw;
        height: auto;
    }

    .camera-xmage-feature-content-container {
        font-size: 3vw;
        margin-top: 1.5em;
        margin-right: 8.33vw;
        height: 3.2em;
        width: 83.33%;
    }

    .camera-xmage-feature-content {
        height: 100%;
    }

    .disclaimer-container {
        font-size: 3vw;
        width: 83.3%;
        padding-bottom: 8.33%;
    }
}

.no-sticky .kv-sp-item .kv-sp-content {
    transform: none;
}

.no-sticky .kv-sp-title {
    background: none;
    color: #FFFFFF;
}

.no-sticky .kv-sp-text {
    background: none;
    color: #FFFFFF;
    opacity: 1;
}

.no-sticky .kv-sp-item .kv-sp-image {
    transform: none;
    opacity: 1;
}

.no-sticky .reason-item-jump {
    opacity: 1;
}

.no-sticky .reason-item-jump svg {
    width: 2.4vw;
    height: 4.343vw;
}

.no-sticky .kv-sp-container .space-100vh {
    display: none;
}

.no-sticky .design-intro-sticky {
    height: auto;
    margin: 10% 0;
}

.no-sticky .design-intro-title-row {
    background: none;
    color: #FFFFFF;
}

.no-sticky .intro-big-title-row {
    background: none;
    color: #FFFFFF;
}

.no-sticky .video-fallback {
    display: block;
}

.no-sticky .tech-system-sticky {
    height: auto;
    overflow: visible;
}

.no-sticky .camera-xmage-feature-container {
    overflow: visible;
}

.no-sticky .tech-system-content {
    transform: translate(0, -50%);
}

.no-sticky .tech-system-image {
    transform: translateX(50%) rotateY(-14deg);
}

.no-sticky .tech-system-bg {
    display: none;
}

.no-sticky .tech-system-container .space-50vh {
    display: none;
}

.no-sticky .tech-system-container {
    margin-top: 0;
}

.no-sticky .camera-xmage-title-color {
    background: none;
    color: #FFFFFF;
}

.no-sticky .swiper-pagination-background svg {
    width: 12.54vw;
    height: 3.67vw;
}

.no-sticky .camera-xmage-intro-pagination-circle svg {
    width: 1.84vw;
    height: 1.84vw;
}

.no-sticky .camera-xmage-intro-pagination-circle[data-index='1'] {
    transform: translate(0, -50%);
}

.no-sticky .camera-xmage-intro-pagination-circle[data-index='2'] {
    transform: translate(405%, -50%);
}

.no-sticky .camera-intro-text-half-container {
    background: none !important;
    color: #FFFFFF;
}

.no-sticky .camera-intro .space-100vh {
    display: none;
}

.no-sticky .camera-intro-image {
    margin-top: 0;
}

.no-sticky .camera-intro {
    position: relative;
}

.no-sticky .camera-intro-trigger {
    position: absolute;
    top: 75%;
}

.no-sticky .camera-intro-sticky-viewport {
    position: relative;
    top: 0;
}

.no-sticky .camera-intro-content {
    top: 0;
    left: 0;
}

.no-sticky .camera-xmage-lens-sticky {
    height: auto;
}

.no-sticky .camera-xmage-lens .space-50vh {
    display: none;
}

.no-sticky .camera-xmage {
    padding-bottom: 2vw;
}

.no-sticky .camera-xmage-feature-content sup {
    line-height: 1;
}

.no-sticky .system-operate-card:nth-of-type(odd) .system-operate-card-image {
    margin-bottom: 0;
}

.no-sticky .system-operate-card-content,
.no-sticky .system-operate-card-image {
    flex: none;
}
