.main-content {
    line-height: 1.2;
}

.navbar-top.bg-transparent {
    --bs-navbar-color: #fff;
    --menu-color: #fff;
}

.navbar-top.bg-transparent:hover {
    --menu-color: #000;
}

.page-offset-header {
    margin-top: calc(var(--header-height)* -1);
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: visible;
}

._indexHeader_j94dc_1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
    height: 108px;
    padding: 26px 35px;
    transform: translateY(0);
    opacity: 1;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .3s ease
}

._indexHeaderHidden_j94dc_17 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none !important
}

._indexHeaderMenu_j94dc_22 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    gap: 6.82px;
    padding: 6.82px;
    border-radius: 8.18px;
    background: #e2e8f0;
    border: none;
    cursor: pointer;
    pointer-events: auto
}

._indexHeaderMenuIcon_j94dc_37 {
    position: absolute;
    width: 24px;
    height: 24px;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: opacity .2s ease, transform .2s ease
}

._indexHeaderMenuIconMenu_j94dc_48 {
    opacity: 1;
    transform: rotate(0) scale(1)
}

._indexHeaderMenuIconClose_j94dc_52 {
    opacity: 0;
    transform: rotate(-45deg) scale(.78)
}

._indexHeaderMenuActive_j94dc_56 ._indexHeaderMenuIconMenu_j94dc_48 {
    opacity: 0;
    transform: rotate(45deg) scale(.78)
}

._indexHeaderMenuActive_j94dc_56 ._indexHeaderMenuIconClose_j94dc_52 {
    opacity: 1;
    transform: rotate(0) scale(1)
}

._indexHeaderLogo_j94dc_64 {
    width: 83.2px;
    height: 37.6px;
    object-fit: contain;
    pointer-events: auto;
    filter: invert(0);
    transition: filter .4s ease
}

._indexHeaderInverted_j94dc_72 ._indexHeaderLogo_j94dc_64 {
    filter: invert(1)
}

._indexHeaderRight_j94dc_75 {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto
}

._indexHeaderShop_j94dc_81 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 16px 20px;
    border-radius: 8px;
    color: #000;
    background: #ebfa32;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase
}

._indexHeaderOverlay_j94dc_101 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none
}

._indexHeaderOverlayVisible_j94dc_109 {
    visibility: visible;
    pointer-events: auto
}

._indexHeaderOverlay_j94dc_101:before {
    content: "";
    position: absolute;
    left: var(--overlay-origin-x, 100%);
    top: var(--overlay-origin-y, 0);
    width: 300vmax;
    height: 300vmax;
    border-radius: 50%;
    background: #00000080;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 0
}

._indexHeaderOverlayVisible_j94dc_109:before {
    animation: _index-header-overlay-reveal_j94dc_1 .46s cubic-bezier(.22, 1, .36, 1) forwards
}

._indexHeaderOverlayClosing_j94dc_131:before {
    animation: _index-header-overlay-hide_j94dc_1 .46s cubic-bezier(.64, 0, .78, 0) forwards
}

._indexHeaderOverlayContent_j94dc_134 {
    position: absolute;
    top: 120px;
    right: 60px;
    z-index: 1
}

._indexHeaderOverlayLangToggle_j94dc_140 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .4);
    background: #ffffff1a;
    color: #fff;
    line-height: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: border-color .25s ease, background .25s ease
}

._indexHeaderOverlayLangToggle_j94dc_140:hover {
    border-color: #fffc;
    background: #fff3
}

._indexHeaderMenuPanel_j94dc_160 {
    position: absolute;
    top: 26px;
    right: 35px;
    z-index: 1;
    width: 402px;
    height: 430px;
    background: #e2e8f0;
    border-radius: 8px;
    clip-path: circle(0 at calc(100% - 28px) 28px);
    will-change: clip-path
}

._indexHeaderMenuPanelClose_j94dc_172 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 6.82px;
    border: 0;
    border-radius: 8.18px;
    background: transparent;
    cursor: pointer
}

._indexHeaderMenuPanelCloseIcon_j94dc_188 {
    width: 24px;
    height: 24px;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

._indexHeaderOverlayVisible_j94dc_109 ._indexHeaderMenuPanel_j94dc_160 {
    animation: _index-header-menu-panel-reveal_j94dc_1 .46s cubic-bezier(.22, 1, .36, 1) forwards
}

._indexHeaderOverlayClosing_j94dc_131 ._indexHeaderMenuPanel_j94dc_160 {
    animation: _index-header-menu-panel-hide_j94dc_1 .46s cubic-bezier(.64, 0, .78, 0) forwards
}

._indexHeaderMenuList_j94dc_203 {
    position: absolute;
    left: 40px;
    top: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 201px;
    height: 131px
}

._indexHeaderMenuItem_j94dc_214 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    min-width: 201px;
    height: 29px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1e293b;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -.02em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

._indexHeaderMenuItem_j94dc_214 span {
    white-space: nowrap
}

@media(max-width:520px) {
    ._indexHeaderMenuPanel_j94dc_160 {
        right: 16px;
        width: calc(100vw - 32px)
    }
}

@keyframes _index-header-overlay-reveal_j94dc_1 {
    to {
        transform: translate3d(-50%, -50%, 0) scale(1)
    }
}

@keyframes _index-header-overlay-hide_j94dc_1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1)
    }

    to {
        transform: translate3d(-50%, -50%, 0) scale(0)
    }
}

@keyframes _index-header-menu-panel-reveal_j94dc_1 {
    to {
        clip-path: circle(150% at calc(100% - 28px) 28px)
    }
}

@keyframes _index-header-menu-panel-hide_j94dc_1 {
    0% {
        clip-path: circle(150% at calc(100% - 28px) 28px)
    }

    to {
        clip-path: circle(0 at calc(100% - 28px) 28px)
    }
}

._loading_1q4pc_1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    pointer-events: none;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .6s ease, visibility .6s ease
}

._loadingHiding_1q4pc_12 {
    opacity: 0;
    visibility: hidden
}

._content_1q4pc_16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 280px
}

._barTrack_1q4pc_23 {
    width: 100%;
    height: 3px;
    background: #ffffff1a;
    border-radius: 2px;
    overflow: hidden
}

._barFill_1q4pc_30 {
    width: 100%;
    height: 100%;
    background: #ebfa32;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform
}

._percent_1q4pc_39 {
    font-size: .85rem;
    font-weight: 300;
    color: #fff9;
    letter-spacing: .2em;
    font-variant-numeric: tabular-nums
}

._debug_1q4pc_46 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    width: min(520px, 86vw);
    margin-top: -.5rem;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff85;
    font-family: ui-monospace, SFMono-Regular,  Consolas, monospace;
    font-variant-numeric: tabular-nums
}

._debugFile_1q4pc_58 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._debugProgress_1q4pc_63 {
    color: #ffffffc2
}

._scrollHeader_11v2v_8 {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) .15s, opacity .2s ease .15s
}

._scrollHeaderVisible_11v2v_23 {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) 75ms, opacity .2s ease 75ms
}

._track_11v2v_29 {
    --scroll-header-distance: -33.333%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: _scroll-header-marquee_11v2v_1 20s linear infinite;
    will-change: transform
}

._item_11v2v_37 {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    line-height: 130%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px
}

._dot_11v2v_50 {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #80808099 !important;
    flex-shrink: 0;
    margin: 0 20px
}

@keyframes _scroll-header-marquee_11v2v_1 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(var(--scroll-header-distance))
    }
}

._home-p1_1m1hf_1 {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 100%
}

._home-p1__bg_1m1hf_12 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%) translateY(-50%);
    object-fit: cover;
    pointer-events: none
}

._home-p1__video_1m1hf_21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1
}

._home-p1__video-img_1m1hf_34 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

@media(orientation:portrait) {
    ._home-p1__video_1m1hf_21 {
        width: max(100vw, 140.625vh);
        height: 100vh;
        left: calc((100vw - max(100vw, 140.625vh))/2)
    }

    ._home-p1__video-img_1m1hf_34 {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

._home-p1__text-wrapper_1m1hf_52 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
    pointer-events: none;
    overflow: hidden
}

._home-p1__text-track_1m1hf_64 {
    display: flex;
    align-items: center;
    padding-left: 50vw;
    opacity: 0;
    visibility: hidden
}

._home-p1__flyin-wrap_1m1hf_71 {
    position: relative;
    min-width: 0;
    pointer-events: none
}

._home-p1__flyin-card_1m1hf_76 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 14px;
    line-height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    will-change: transform, filter
}

._home-p1__flyin-text_1m1hf_93 {
    position: relative;
    z-index: 1
}

._home-p1__flyin-img_1m1hf_97, ._home-p1__flyin-video_1m1hf_98 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

._home-p1__flyin-corner_1m1hf_106 {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 2;
    color: #64748b;
    pointer-events: none
}

._home-p1__flyin-corner_1m1hf_106 svg {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    fill: currentColor;
    shape-rendering: crispEdges;
    will-change: transform
}

._home-p1__flyin-corner--top-left_1m1hf_123 {
    left: -4px;
    top: -4px
}

._home-p1__flyin-corner--top-left_1m1hf_123 svg {
    left: 0;
    top: 0;
    transform: scale(.1);
    transform-origin: 0 0
}

._home-p1__flyin-corner--top-right_1m1hf_133 {
    right: -4px;
    top: -4px
}

._home-p1__flyin-corner--top-right_1m1hf_133 svg {
    right: 0;
    top: 0;
    transform: scale(.1);
    transform-origin: 100% 0
}

._home-p1__flyin-corner--bottom-left_1m1hf_143 {
    left: -4px;
    bottom: -4px
}

._home-p1__flyin-corner--bottom-left_1m1hf_143 svg {
    left: 0;
    bottom: 0;
    transform: scale(.1);
    transform-origin: 0 100%
}

._home-p1__flyin-corner--bottom-right_1m1hf_153 {
    right: -4px;
    bottom: -4px
}

._home-p1__flyin-corner--bottom-right_1m1hf_153 svg {
    right: 0;
    bottom: 0;
    transform: scale(.1);
    transform-origin: 100% 100%
}

._home-p1__final-video_1m1hf_163 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    pointer-events: none;
    will-change: transform, filter;
    overflow: visible
}

._home-p1__fly-lines_1m1hf_174 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: visible;
    z-index: 140
}

._home-p1__fly-line_1m1hf_174 {
    stroke: #64748b;
    stroke-width: 1;
    opacity: 0;
    transition: opacity .32s ease
}

._home-p1__fly-line--visible_1m1hf_189 {
    opacity: 1
}

._home-p1__final-video-img_1m1hf_192 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

._home-p1__final-corner_1m1hf_200 {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #64748b;
    z-index: 2;
    pointer-events: none
}

._home-p1__final-corner_1m1hf_200 svg {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    fill: currentColor;
    shape-rendering: crispEdges;
    will-change: transform
}

._home-p1__final-corner--top-left_1m1hf_217 {
    left: -8px;
    top: -8px
}

._home-p1__final-corner--top-left_1m1hf_217 svg {
    left: 0;
    top: 0;
    transform: scale(.1);
    transform-origin: 0 0
}

._home-p1__final-corner--top-right_1m1hf_227 {
    right: -8px;
    top: -8px
}

._home-p1__final-corner--top-right_1m1hf_227 svg {
    right: 0;
    top: 0;
    transform: scale(.1);
    transform-origin: 100% 0
}

._home-p1__final-corner--bottom-left_1m1hf_237 {
    left: -8px;
    bottom: -8px
}

._home-p1__final-corner--bottom-left_1m1hf_237 svg {
    left: 0;
    bottom: 0;
    transform: scale(.1);
    transform-origin: 0 100%
}

._home-p1__final-corner--bottom-right_1m1hf_247 {
    right: -8px;
    bottom: -8px
}

._home-p1__final-corner--bottom-right_1m1hf_247 svg {
    right: 0;
    bottom: 0;
    transform: scale(.1);
    transform-origin: 100% 100%
}

._home-p1__progress_1m1hf_257 {
    position: absolute;
    right: 24px;
    bottom: 20px;
    z-index: 120;
    min-width: 52px;
    padding: 6px 8px;
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
    line-height: 100%;
    color: #171717;
    background: #f1f5f9d1;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

._home-p1__text-item_1m1hf_274 {
    flex-shrink: 0;
    width: 100vw;
    height: 8.8889vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%);
    font-size: 80px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #171717;
    text-transform: uppercase;
    font-style: normal
}

._home-p1__text-image_1m1hf_293 {
    display: block;
    width: auto;
    height: 1em;
    max-width: 90vw;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

._home-p2_ruohn_8 {
    --card-gap: 2.08vw;
    --visual-height: 375px;
    --track-margin-left: 8.18vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 164px 0 80px;
    overflow: hidden;
    background: #fff;
    line-height: 130%
}

._home-p2__viewport_ruohn_23 {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-left: var(--track-margin-left);
    scroll-padding-right: var(--track-margin-left);
    scrollbar-width: none;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

._home-p2__viewport_ruohn_23::-webkit-scrollbar {
    display: none
}

._home-p2__viewport--dragging_ruohn_38 {
    cursor: grabbing;
    scroll-behavior: auto
}

._home-p2__track_ruohn_42 {
    display: flex;
    gap: var(--card-gap);
    width: max-content;
    margin-left: var(--track-margin-left);
    padding-right: calc(100% - var(--track-margin-left))
}

._home-p2__card_ruohn_49 {
    flex: 0 0 auto;
    width: fit-content
}

._home-p2__visual_ruohn_53 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: var(--visual-height);
    box-sizing: border-box;
    overflow: hidden;
    border: .62px solid var(--gray-slate-300, #cbd5e1);
    border-radius: 6px;
    background: #f8fafc;
    color: #91a4bf;
    line-height: 130%;
    font-size: clamp(14px, 1.15vw, 22px);
    font-weight: 500
}

._home-p2__product-image_ruohn_71 {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover
}

._home-p2__caption_ruohn_77 {
    width: 100%;
    margin-top: 20px
}

._home-p2__title_ruohn_81 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #1e293b;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -.02em;
    vertical-align: middle;
    text-transform: uppercase
}

._home-p2__meta_ruohn_95 {
    color: #94a3b8;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
    white-space: pre-line;
    overflow-wrap: anywhere;
    word-break: break-word
}

._home-p2__controls_ruohn_107 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 109px
}

._home-p2__control_ruohn_107 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(36px, 2.4vw, 46px);
    height: clamp(36px, 2.4vw, 46px);
    border: 0;
    border-radius: 50%;
    background: #eafa16;
    color: #111;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease
}

._home-p2__control-icon_ruohn_126 {
    display: block;
    width: clamp(14px, 1vw, 19px);
    height: clamp(14px, 1vw, 19px);
    transition: opacity .18s ease
}

._home-p2__control_ruohn_107:hover {
    transform: translateY(-1px)
}

._home-p2__control_ruohn_107:active {
    transform: translateY(0) scale(.96)
}

._home-p2__control_ruohn_107:disabled {
    background: #eef2f6;
    cursor: default;
    opacity: 1;
    transform: none
}

._home-p2__control_ruohn_107:disabled ._home-p2__control-icon_ruohn_126 {
    opacity: .28
}

@media(min-width:769px) {
    ._home-p2_ruohn_8 {
        --visual-height: 375px
    }
}

@media(max-width:1280px) {
    ._home-p2_ruohn_8 {
        --card-gap: 2.5vw;
        --track-margin-left: 6vw
    }
}

@media(max-width:1024px) {
    ._home-p2_ruohn_8 {
        --card-gap: 3vw;
        --track-margin-left: 5vw
    }
}

@media(max-width:768px) {
    ._home-p2_ruohn_8 {
        --card-gap: 4vw;
        --track-margin-left: 6vw
    }
}

@media(max-width:480px) {
    ._home-p2_ruohn_8 {
        --card-gap: 5vw;
        --track-margin-left: 6vw
    }

    ._home-p2__controls_ruohn_107 {
        gap: 20px;
        margin-top: 28px
    }
}

@media(orientation:portrait)and (min-width:769px) {
    ._home-p2_ruohn_8 {
        --card-gap: 3vw;
        --track-margin-left: 5vw
    }
}

@media(orientation:portrait)and (max-width:768px) {
    ._home-p2_ruohn_8 {
        --card-gap: 4vw;
        --track-margin-left: 5vw
    }
}

@media(orientation:portrait)and (max-width:480px) {
    ._home-p2_ruohn_8 {
        --card-gap: 5vw;
        --track-margin-left: 5vw
    }
}

._section-heading_1su53_1 {
    width: 100%;
    text-align: center;
    color: var(--section-heading-text-color, #1e293b)
}

._section-heading__label_1su53_6 {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: lowercase;
    color: var(--section-heading-label-color, var(--section-heading-text-color, #1e293b))
}

._section-heading__title_1su53_18 {
    margin: 16px 0;
    font-weight: 600;
    font-style: normal;
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--section-heading-title-color, var(--section-heading-text-color, #1e293b))
}

._section-heading--zh_1su53_31 ._section-heading__title_1su53_18 {
    font-weight: 600;
    line-height: 130%
}

._section-heading--en_1su53_35 ._section-heading__title_1su53_18 {
    font-weight: 500;
    line-height: 100%
}

._section-heading__desc_1su53_39 {
    max-width: 57.2917vw;
    margin: 0 auto;
    padding: var(--section-heading-desc-padding, 0);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--section-heading-desc-color, #64748b)
}

._page-three_15tfz_1 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    background: #fff
}

._page-three__flow_15tfz_8 {
    position: relative;
    width: 100%;
    background: #fff
}

._page-three__first-page_15tfz_13 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff
}

._page-three__content-flow_15tfz_20 {
    position: relative;
    width: 100%;
    background: #fff
}

._page-three__screen_15tfz_25 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px
}

._page-three__screen--2_15tfz_35 {
    padding-top: 0;
    margin-top: -50px
}

._page-three__screen--3_15tfz_39 {
    padding-top: 0
}

._page-three__model-wrap_15tfz_42 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

._page-three__model-weight-bg_15tfz_51 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #e2e8f0;
    font-weight: 500;
    font-style: normal;
    font-size: 360px;
    line-height: 130%;
    letter-spacing: -.02em;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-user-select: none;
    user-select: none
}

._page-three__model-wrap_15tfz_42 canvas {
    position: relative;
    z-index: 1
}

._page-three__text_15tfz_74 {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    --section-heading-desc-padding: 0 20px
}

._page-three__chip-label_15tfz_81 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-top: 34px
}

._page-three__image-wrap_15tfz_91 {
    position: relative;
    margin: 24px auto 0;
    width: 768px;
    max-width: 90vw;
    height: 336px;
    overflow: hidden;
    border-radius: 16px
}

._page-three__image-wrap--screen_15tfz_100 {
    background: #0a0a0a
}

._page-three__image-wrap--lg_15tfz_103 {
    width: 768px;
    height: 432px;
    margin-top: 40px;
    background: linear-gradient(135deg, #0a0a0a, #0c0c0c, #0f0f0f, #111 50%, #131313, #151515, #181818, #1a1a1a)
}

._page-three__image_15tfz_91 {
    display: block;
    width: 100%;
    height: 336px;
    object-fit: cover;
    opacity: .6;
    pointer-events: none
}

._page-three__image--lg_15tfz_117 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128%;
    height: 432px;
    transform: translate(-50%, -50%);
    opacity: .8
}

._page-three__chip-overlay_15tfz_126 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

._page-three__chip-badge_15tfz_136 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 106px;
    height: 28px;
    padding: 0 16px;
    border-radius: 9999px;
    background: #ebfa32;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    white-space: nowrap
}

._page-three__engine-label_15tfz_153 {
    color: #ffffff80;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap
}

._page-three__nits-badge_15tfz_163 {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    min-width: 127px;
    height: 30px;
    padding: 6px 12px;
    gap: 6px;
    border: .67px solid rgba(255, 255, 255, .1);
    border-radius: 9999px;
    background: #0009;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    letter-spacing: .275px;
    white-space: nowrap
}

._page-three__nits-badge-dot_15tfz_186 {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background: #ebfa32
}

._page-three__big-number_15tfz_193 {
    font-weight: 600;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0
}

._page-three__nits-caption_15tfz_203 {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: uppercase;
    color: #0006;
    margin-top: 7px
}

._page-three__specs-grid_15tfz_214 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 768px;
    max-width: 90vw;
    margin: 24px auto 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    overflow: hidden
}

._page-three__specs-cell_15tfz_226 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
    min-height: 131px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

._page-three__specs-cell_15tfz_226:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

._page-three__specs-value_15tfz_237 {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000
}

._page-three__specs-label_15tfz_245 {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0;
    color: #00000080;
    margin-top: 4px
}

._page-four_ch8q2_13 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
    color: #fff
}

._page-four__overlay_ch8q2_28 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, #0000 78.82%);
    z-index: 1;
    pointer-events: none
}

._page-four__content_ch8q2_38 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    --section-heading-text-color: #fff;
    --section-heading-desc-color: #fff;
    --section-heading-desc-padding: 0 20px
}

._page-four__stats_ch8q2_47 {
    position: absolute;
    bottom: 138px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 18px;
    z-index: 2
}

._page-four__stat-card_ch8q2_56 {
    box-sizing: border-box;
    min-width: 212px;
    min-height: 113px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 16px;
    background: #ffffff0d;
    border-top: .67px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

._page-four__stat-value_ch8q2_71 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

._page-four__stat-label_ch8q2_80 {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: .6px;
    text-align: center;
    color: #fff9
}

._page-five_jl9mf_13 {
    /* width: 100vw; */
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

._page-five__heading_jl9mf_20 {
    width: 53.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
    z-index: 4
}

._page-five__egg-scene_jl9mf_29 {
    /* width: 100vw; */
    width: 100%;
    height: calc(31.2215vw + var(--page-five-scene-lift, 0px));
    margin-top: var(--page-five-scene-lift-offset, 0px);
    z-index: 1;
    pointer-events: none;
    position: relative;
    overflow: hidden
}

._page-five__egg-canvas_jl9mf_38 {
    width: 100% !important;
    height: calc(54.055vw + var(--page-five-scene-lift, 0px)) !important;
    background: transparent !important;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1
}

._page-five__egg-snapshot_jl9mf_47 {
    width: 100%;
    height: calc(54.055vw + var(--page-five-scene-lift, 0px));
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

._page-five__egg-machine_jl9mf_58 {
    width: 100%;
    height: 31.2215vw;
    object-fit: fill;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width:1024px) {
    ._page-five__heading_jl9mf_20 {
        width: 80%
    }
}

@media(max-width:640px) {
    ._page-five__heading_jl9mf_20 {
        width: 88%
    }
}

._page-six_12tb0_1 {
    position: relative;
    z-index: 6;
    isolation: isolate;
    width: 100%;
    height: 100vh;
    background: #fff;
    margin-top: -1px
}

._page-six__canvas_12tb0_10 {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* width: 100vw !important; */
    width: 100% !important;
    height: 100vh !important;
    z-index: 1
}

._page-six__track_12tb0_17 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    margin-top: -1px
}

._page-six__machine-top_12tb0_28 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    margin-top: -1px
}

._page-six__knob-scene_12tb0_40 {
    pointer-events: none
}

._page-six__draw_12tb0_43 {
    position: absolute;
    left: 50%;
    bottom: 38px;
    z-index: 5;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    border: 0;
    border-radius: 5px;
    background: #eaff00;
    color: #0d0d0d;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    transform: translate(-50%);
    cursor: pointer
}

._page-six__panel_12tb0_63 {
    position: fixed;
    z-index: 6;
    width: 310px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #ffffffd1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 40px #00000014;
    cursor: grab;
    touch-action: none
}

._page-six__panel_12tb0_63:active {
    cursor: grabbing
}

._page-six__panel-group_12tb0_81 {
    margin: 12px 0 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #111
}

._page-six__panel-group_12tb0_81:first-child {
    margin-top: 0
}

._page-six__panel-row_12tb0_94 {
    display: grid;
    grid-template-columns: 76px 1fr 42px;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 130%;
    color: #000000ad
}

._page-six__panel-row_12tb0_94 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._page-six__panel-row_12tb0_94 input {
    width: 100%;
    accent-color: #dff000;
    cursor: pointer
}

._page-six__panel-row_12tb0_94 strong {
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-weight: 600;
    text-align: right;
    color: #111
}

._page-six__panel-row_12tb0_94 strong small {
    font-size: 10px;
    font-weight: 400;
    line-height: 130%;
    color: #00000061
}

._page-six__panel-row--checkbox_12tb0_129 input {
    width: 18px;
    height: 18px;
    margin: 0
}

._page-six__panel-row--color_12tb0_134 {
    grid-template-columns: 76px 44px 1fr
}

._page-six__panel-row--color_12tb0_134 input {
    width: 44px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent
}

._page-six__panel-reset_12tb0_144 {
    width: 100%;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #111;
    color: #fff;
    line-height: 130%;
    font-size: 12px;
    letter-spacing: 0;
    cursor: pointer
}

._page-six__modal-mask_12tb0_157 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #00000057
}

._page-six__modal_12tb0_157 {
    position: relative;
    width: 416px;
    height: 472.59px;
    max-width: calc(100vw - 32px);
    border-radius: 13.7647px;
    background: #fff;
    filter: drop-shadow(0 15px 25.1px rgba(0, 0, 0, .03))
}

._page-six__modal-image_12tb0_176 {
    position: absolute;
    left: 1.99%;
    right: 1.94%;
    top: 1.9%;
    bottom: 27%;
    overflow: hidden;
    border-radius: 7.60514px
}

._page-six__modal-image_12tb0_176 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

._page-six__modal-dots_12tb0_191 {
    position: absolute;
    left: 33.24%;
    right: 33.19%;
    top: 66.42%;
    bottom: 29.34%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 29.06px
}

._page-six__modal-dot_12tb0_191 {
    flex: 0 0 auto;
    width: 11.06px;
    height: 11.06px;
    border-radius: 50%;
    background: #d9d9d980
}

._page-six__modal-dot_12tb0_191._is-active_12tb0_209 {
    background: #c0ff0080
}

._page-six__modal-title_12tb0_212 {
    position: absolute;
    left: 6.73%;
    right: 74.52%;
    top: 75.54%;
    bottom: 18.75%;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -.02em
}

._page-six__modal-copy_12tb0_228 {
    position: absolute;
    left: 6.73%;
    right: 26.92%;
    top: 85.91%;
    bottom: 6.47%;
    display: flex;
    align-items: center;
    margin: 0;
    color: #1e1e1e99;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    padding-top: 2px
}

._page-six__modal-subtitle_12tb0_244 {
    position: absolute;
    left: 81.25%;
    right: 3.61%;
    top: 75.54%;
    bottom: 21.07%;
    display: flex;
    align-items: center;
    margin: 0;
    color: #00000059;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    text-transform: uppercase
}

._page-six__modal-badge_12tb0_260 {
    position: absolute;
    left: 80.77%;
    right: 5.53%;
    top: 4.44%;
    bottom: 90.48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebfa32;
    border-radius: 9999px
}

._page-six__modal-badge-text_12tb0_272 {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #000
}

._page-six__modal-divider_12tb0_279 {
    position: absolute;
    left: 3.97%;
    right: 3.97%;
    top: 83.37%;
    bottom: 16.63%;
    border-top: .6px solid rgba(0, 0, 0, .2)
}

._page-six__modal-arrow_12tb0_287 {
    position: absolute;
    top: 45.08%;
    width: 32.49px;
    height: 32.49px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #aeaeae33;
    cursor: pointer
}

._page-six__modal-arrow_12tb0_287:before {
    content: "";
    position: absolute;
    top: 30.85%;
    left: 40.43%;
    width: 9px;
    height: 9px;
    border-top: 2.07413px solid #ffffff;
    border-right: 2.07413px solid #ffffff;
    transform: rotate(45deg)
}

._page-six__modal-arrow--prev_12tb0_309 {
    left: 2.57%;
    transform: translateY(-50%) scaleX(-1)
}

._page-six__modal-arrow--next_12tb0_313 {
    right: 2.76%;
    transform: translateY(-50%)
}

@media(max-width:640px) {
    ._page-six__draw_12tb0_43 {
        bottom: 24px;
        height: 56px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
        line-height: 100%
    }

    ._page-six__panel_12tb0_63 {
        top: 16px;
        right: 16px;
        width: min(300px, calc(100vw - 32px));
        max-height: calc(100vh - 32px)
    }

    ._page-six__modal_12tb0_157 {
        height: auto;
        aspect-ratio: 416 / 472.59
    }

    ._page-six__modal-dots_12tb0_191 {
        gap: 16px
    }

    ._page-six__modal-title_12tb0_212 {
        font-size: 18px;
        line-height: 130%
    }

    ._page-six__modal-subtitle_12tb0_244 {
        font-size: 9px;
        line-height: 130%
    }

    ._page-six__modal-copy_12tb0_228 {
        font-size: 11px
    }

    ._page-six__modal-badge-text_12tb0_272 {
        font-size: 10px;
        line-height: 130%
    }
}

._page-seven_n9tvy_19 {
    position: relative;
    /* width: 100vw; */
    height: 56.25vw;
    margin-bottom: 13.6111vw;
    overflow: hidden;
    background: #e2e8f0
}

._page-seven__inner_n9tvy_27 {
    /* width: 100vw; */
    --xbx-gap: 1.3889vw;
    width: 100%;
    height: 56.25vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 1.3889vw;
    gap: var(--xbx-gap);
    box-sizing: border-box
}

._page-seven__card_n9tvy_38 {
    position: relative;
    width: calc((100% - (var(--xbx-gap) * 2)) / 3);
    /* width: 31.5278vw; */
    height: 53.4722vw;
    /* flex: 0 0 31.5278vw; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 4.1667vw;
    box-sizing: border-box;
    border-radius: 1.1111vw;
    overflow: hidden;
    color: #fff
}

._page-seven__card_n9tvy_38:before, ._page-seven__card_n9tvy_38:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none
}

._page-seven__card_n9tvy_38:before {
    z-index: 0;
    background-image: var(--page-seven-card-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

._page-seven__card_n9tvy_38:after {
    z-index: 1
}

._page-seven__card_n9tvy_38>* {
    position: relative;
    z-index: 2
}

._page-seven__card--eye-care_n9tvy_75 {
    background-color: #cbcbcb
}

._page-seven__card--ergonomics_n9tvy_78 {
    background-color: #f0f0f0
}

._page-seven__card--audio_n9tvy_81 {
    background-color: #1d4173
}

._page-seven__card--eye-care_n9tvy_75 ._page-seven__eyebrow_n9tvy_84, ._page-seven__card--ergonomics_n9tvy_78 ._page-seven__eyebrow_n9tvy_84, ._page-seven__card--eye-care_n9tvy_75 ._page-seven__title_n9tvy_86, ._page-seven__card--ergonomics_n9tvy_78 ._page-seven__title_n9tvy_86 {
    color: #1e293b
}

._page-seven__card--eye-care_n9tvy_75 ._page-seven__desc_n9tvy_90, ._page-seven__card--ergonomics_n9tvy_78 ._page-seven__desc_n9tvy_90 {
    color: #1e293b99
}

._page-seven__heading_n9tvy_94 {
    width: 23.1944vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6944vw
}

._page-seven__eyebrow_n9tvy_84 {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    text-transform: lowercase;
    color: #fff
}

._page-seven__eyebrow--decor_n9tvy_111 {
    line-height: 100%
}

._page-seven__title_n9tvy_86 {
    width: 23.1944vw;
    max-width: 100%;
    margin: 0;
    font-weight: 600;
    /* font-size: 2.2222vw; */
    font-size: 1.875vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    color: #fff
}

._page-seven__desc_n9tvy_90 {
    width: 23.1944vw;
    margin: 0;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    text-align: center;
    color: #fff
}

._page-seven__bottom-image_n9tvy_139 {
    display: block;
    object-fit: contain
}

._page-seven__bottom-image--eye-care_n9tvy_143 {
    width: 21.3889vw;
    height: 11.3889vw
}

._page-seven__bottom-image--audio_n9tvy_147 {
    width: 16.6667vw;
    height: 13.1944vw
}

._page-seven__audio-grid_n9tvy_151 {
    width: 23.1944vw;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8333vw
}

._page-seven__audio-item_n9tvy_157 {
    height: 6.1806vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5556vw;
    box-sizing: border-box
}

._page-seven__audio-icon_n9tvy_166 {
    width: 3.3333vw;
    height: 3.3333vw;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

._page-seven__audio-text_n9tvy_173 {
    max-width: 100%;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    leading-trim: none;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap
}

._page-eight_2k793_13 {
    background: #fff;
    overflow: hidden;
    height: auto;
    margin-bottom: 72px;
    color: #000
}

._page-eight__content_2k793_20 {
    position: relative;
    width: 100%;
    min-height: var(--page-eight-content-height, 900px);
    display: flex;
    flex-direction: column;
    align-items: center
}

._page-eight__header_2k793_28 {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 60px
}

._page-eight__cable-svg_2k793_34 {
    position: absolute;
    top: var(--page-eight-cable-top, 215px);
    left: 50%;
    width: 100vw;
    aspect-ratio: 1872 / 611;
    height: auto;
    transform: translate(-50%);
    z-index: 1;
    pointer-events: none
}

._page-eight__cable-path_2k793_45 {
    filter: drop-shadow(0 2px 6px rgba(235, 250, 50, .3))
}

._page-eight__usb-head_2k793_48 {
    position: absolute;
    width: var(--page-eight-usb-size, 24px);
    height: auto;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    will-change: left, top, transform
}

._page-eight__devices_2k793_57 {
    position: absolute;
    top: 244px;
    left: 50%;
    width: 1266px;
    height: 517px;
    max-width: calc(100vw - 40px);
    transform: translate(-50%);
    z-index: 5;
    pointer-events: none
}

._page-eight__device_2k793_57 {
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    will-change: transform
}

._page-eight__device_2k793_57 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

._page-eight__device--1_2k793_80 img {
    transform: rotate(-8deg)
}

._page-eight__device--2_2k793_83 img {
    transform: rotate(-5deg)
}

._page-eight__device--3_2k793_86 img {
    transform: rotate(3deg)
}

._page-eight__device--4_2k793_89 img {
    transform: rotate(5deg)
}

._page-eight__device--5_2k793_92 img {
    transform: rotate(-3deg)
}

@media(max-width:1306px) {
    ._page-eight__devices_2k793_57 {
        width: calc(100vw - 40px)
    }
}

._page-nine_ux0aw_1 {
    position: relative;
    width: 100%;
    min-height: 985px;
    overflow: hidden;
    background: #fff;
    color: #000;
    padding: 54px 4.6vw 66px;
    box-sizing: border-box
}

._page-nine__header_ux0aw_11 {
    width: min(1282px, 100%);
    margin: 72px auto 62px;
    text-align: center
}

._page-nine__eyebrow_ux0aw_16 {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
    color: #0006
}

._page-nine__title_ux0aw_28 {
    margin: 6px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase
}

._page-nine__panel_ux0aw_39 {
    width: min(1282px, 100%);
    height: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 160px 160px 160px minmax(0, 1fr);
    grid-template-rows: 197px 41px 240px 220px;
    gap: 1px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    overflow: hidden;
    background: #00000014
}

._page-nine__icon-row_ux0aw_53 {
    display: contents
}

._page-nine__icon-card_ux0aw_56 {
    grid-row: 1 / 3;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 24px;
    box-sizing: border-box;
    background: #fff
}

._page-nine__icon-wrap_ux0aw_67 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #ebfa32;
    flex: 0 0 auto
}

._page-nine__icon-wrap_ux0aw_67 img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block
}

._page-nine__icon-copy_ux0aw_83 {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px
}

._page-nine__icon-card_ux0aw_56 h3 {
    white-space: pre-line;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000
}

._page-nine__icon-card_ux0aw_56 p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0006
}

._page-nine__cell_ux0aw_110 {
    min-width: 0;
    box-sizing: border-box;
    background: #fff
}

._page-nine__cell_ux0aw_110 h3 {
    margin: 0 0 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000
}

._page-nine__cell_ux0aw_110 p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #00000080
}

._page-nine__cell--weight_ux0aw_134 {
    grid-column: 4;
    grid-row: 1 / 3;
    position: relative;
    padding: 28px 32px 24px
}

._page-nine__cell--weight_ux0aw_134 ._page-nine__weight-stat_ux0aw_140 {
    position: absolute;
    right: 43px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

._page-nine__cell--weight_ux0aw_134 strong {
    font-style: normal;
    font-weight: 600;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000
}

._page-nine__cell--weight_ux0aw_134 em {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.2px;
    color: #0000004d
}

._page-nine__cell--frame_ux0aw_167 {
    grid-column: 1 / 4;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 32px
}

._page-nine__cell--display_ux0aw_176 {
    grid-column: 4;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 32px;
    background: #f0f0f0
}

._page-nine__cell--chip_ux0aw_186 {
    grid-column: 1 / 4;
    grid-row: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 32px;
    background: #f0f0f0
}

._page-nine__cell--chip_ux0aw_186 h3 {
    font-size: 39.9093px;
    line-height: 40px
}

._page-nine__cell--chip_ux0aw_186 p {
    margin-bottom: 24px;
    color: #0006
}

._page-nine__cell--space_ux0aw_204 {
    grid-column: 4;
    grid-row: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 32px
}

._page-nine__cell--space_ux0aw_204 h3 {
    font-size: 39.9093px;
    line-height: 40px
}

._page-nine__cell--space_ux0aw_204 p {
    margin-bottom: 6px;
    color: #0006
}

._page-nine__swatches_ux0aw_221 {
    display: flex;
    gap: 8px
}

._page-nine__swatch_ux0aw_221 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box
}

._page-nine__swatch--black_ux0aw_232 {
    background: #0a0a0a
}

._page-nine__swatch--blue_ux0aw_235 {
    background: #1a3a6b
}

._page-nine__swatch--brown_ux0aw_238 {
    background: #5c3317
}

._page-nine__swatch--gray_ux0aw_241 {
    background: #e8e8e8
}

._page-nine__specs_ux0aw_244, ._page-nine__chip-feature_ux0aw_245 {
    width: min(575.83px, 100%);
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

._page-nine__specs_ux0aw_244 {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-top: 24px
}

._page-nine__specs_ux0aw_244 div {
    min-width: 0
}

._page-nine__specs_ux0aw_244 strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0;
    white-space: nowrap;
    color: #000
}

._page-nine__specs_ux0aw_244 span {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0006;
    white-space: nowrap
}

._page-nine__cell--space_ux0aw_204 ._page-nine__specs_ux0aw_244 span {
    color: #00000059
}

._page-nine__chip-feature_ux0aw_245 {
    padding-top: 20px
}

._page-nine__chip-feature_ux0aw_245 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ebfa32;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #000
}

._page-ten_1ormg_1 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    color: #1e293b
}

._page-ten__viewport_1ormg_19 {
    position: relative;
    flex: none
}

._page-ten__content_1ormg_23 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 1258px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    transform-origin: 0 0
}

._page-ten__heading_1ormg_41 {
    width: 330px;
    margin: 0;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #94a3b8
}

._page-ten__list_1ormg_53 {
    width: 1080px;
    height: 1016px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

._page-ten__card_1ormg_61 {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 1016px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff
}

._page-ten__card--featured_1ormg_75 {
    background: #f1f5f9
}

._page-ten__pic_1ormg_78 {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: visible
}

._page-ten__pic_1ormg_78 img {
    position: absolute;
    display: block;
    object-fit: contain
}

._page-ten__image--one_1ormg_89 {
    width: 306px;
    height: 306px;
    left: calc(50% - 152px);
    top: calc(50% - 154px)
}

._page-ten__image--two_1ormg_95 {
    width: 306px;
    height: 306px;
    left: calc(50% - 156px);
    top: calc(50% - 161px)
}

._page-ten__image--three_1ormg_101 {
    width: 306px;
    height: 306px;
    left: calc(50% - 151px);
    top: calc(50% - 160px)
}

._page-ten__summary_1ormg_107 {
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

._page-ten__brand_1ormg_115 {
    width: 256px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

._page-ten__brand_1ormg_115 img {
    display: block;
    max-width: 231px;
    height: 40px;
    object-fit: contain
}

._page-ten__tagline_1ormg_128 {
    width: 256px;
    height: 21px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #94a3b8
}

._page-ten__price_1ormg_139 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #1e293b
}

._page-ten__actions_1ormg_148 {
    /* width: 94px;
    height: 72px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

._page-ten__buy_1ormg_156 {
    /* width: 92px;
    height: 44px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px;
    background: #ebfa32;
    color: #1e293b;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

._page-ten__status_1ormg_176 {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-decoration: underline;
    color: #94a3b8;
    white-space: nowrap
}

._page-ten__card--featured_1ormg_75 ._page-ten__status_1ormg_176 {
    text-decoration: none
}

._page-ten__divider_1ormg_189 {
    width: 280px;
    height: 0;
    flex: none;
    border-top: .76px solid #cbd5e1
}

._page-ten__specs_1ormg_195 {
    width: 100%;
    height: 414px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
    padding: 20px 0 40px;
    box-sizing: border-box
}

._page-ten__spec_1ormg_195 {
    min-height: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    line-height: 130%;
    font-weight: 500;
    text-align: center
}

._page-ten__spec_1ormg_195 span {
    font-size: 16px;
    line-height: 130%;
    color: #1e293b
}

._page-ten__spec_1ormg_195 em {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    color: #94a3b8
}

._page-ten__bottom-logo_1ormg_227 {
    display: block;
    width: 90px;
    height: 18px;
    object-fit: contain
}

._page-ten__explore_1ormg_233 {
    width: 234px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

._page-ten__explore_1ormg_233 img {
    display: block;
    width: 234px;
    height: 26px;
    object-fit: contain
}