﻿video {
    -o-object-fit: inherit;
    object-fit: inherit;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

h3,
h2,
h4 {
    margin: 0;
    font-weight: normal;
}

button {
    align-items: center;
}

.nav-header {
    background-color: #ffffff;
}

    .nav-header .menu-toogle {
        background-image: url('https://static.insta360.com/assets/www/project/official/component/header-mobile/icon-menu-black@2x.png');
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .nav-header .menu-toogle.inactive {
            background-image: url('https://static.insta360.com/assets/www/project/official/component/header-mobile/icon-close-black@2x.png');
            background-size: 24px 24px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .nav-header .brand {
        width: 106px;
        background-image: url('https://static.insta360.com/assets/storage/20200114/90f83d679b42df5ad025b2ed63d989a0/logo_dark.png');
        background-size: 106px 24px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .nav-header .btn-buy {
        background: #E20010;
        color: #ffffff;
    }

.nav-footer {
    z-index: 1;
}

.framework-first {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

    .framework-first .framework-mask {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

.framework-main {
    position: relative;
    margin-top: 100vh;
    background-color: #fff;
    transition: background 300ms;
}

    .framework-main.flip {
        background-color: #000000;
    }

.sec-first {
    position: relative;
}

    .sec-first .btn-video {
        cursor: pointer;
        height: 56px;
        width: 240px;
        position: relative;
        border-radius: 100px;
        z-index: 0;
        overflow: hidden;
    }

        .sec-first .btn-video .btn-video-bg {
            position: absolute;
            left: 50%;
            height: 100%;
            top: 0;
            transform: translateX(-50%);
        }

        .sec-first .btn-video .btn-video-mask {
            position: absolute;
            left: 0;
            width: 100%;
            top: 0;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
        }

        .sec-first .btn-video .btn-video-wrapper {
            position: absolute;
            left: 0;
            width: 100%;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sec-first .btn-video .btn-video-icon {
            height: 16px;
            margin-right: 4px;
        }

        .sec-first .btn-video .btn-video-text {
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
        }

    .sec-first .block-1 {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-first .block-1 .kv {
            position: relative;
            width: 100%;
            max-width: 414px;
            margin: 0 auto;
            padding-bottom: 75%;
        }

            .sec-first .block-1 .kv video,
            .sec-first .block-1 .kv img {
                position: absolute;
                left: 0;
                width: 100%;
                top: 55%;
                transform: translateY(-50%);
            }

        .sec-first .block-1 .logo-1inch-1 {
            margin-top: 24px;
            z-index: 1;
            position: relative;
            pointer-events: none;
            width: 150px;
            height: 48px;
        }

            .sec-first .block-1 .logo-1inch-1 img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 270px;
                transform: translate(-50%, -50%);
            }

    .sec-first .block-2 {
        position: relative;
        margin-top: -48px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-first .block-2 .logo {
            height: 180px;
        }

        .sec-first .block-2 .logo-1inch-2 {
            margin-bottom: 32px;
            position: relative;
            pointer-events: none;
            width: 160px;
            height: 40px;
        }

            .sec-first .block-2 .logo-1inch-2 img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 320px;
                transform: translate(-69%, -50%);
            }

        .sec-first .block-2 .btn-list {
            display: flex;
            flex-direction: column;
        }

            .sec-first .block-2 .btn-list .btn-video:not(:first-child) {
                margin-top: 8px;
            }

@media (max-height: 667px) {
    .sec-first .btn-video {
        height: 48px;
    }

    .sec-first .block-2 .logo {
        height: 150px;
    }
}

.applestore-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

    .applestore-group .bundle {
        width: 180px;
        margin-right: 20px;
    }

        .applestore-group .bundle .logo {
            display: block;
            height: 16px;
        }

        .applestore-group .bundle .text {
            margin-top: 4px;
            font-size: 14px;
            font-weight: 300;
            line-height: 16px;
            color: #4B4D50;
        }

    .applestore-group .btn-applestore {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        background: linear-gradient(135deg, #ff4510 0%, #e20010 100%);
        border-radius: 100px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
    }

.sec-feature {
    padding: 80px 0;
}

    .sec-feature .feature-row {
        display: flex;
        justify-content: center;
    }

        .sec-feature .feature-row:not(:last-child) {
            margin-bottom: 24px;
        }

        .sec-feature .feature-row .feature {
            width: 135px;
            margin: 0 12px;
            height: 96px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .sec-feature .feature-row .feature .icon {
                height: 48px;
            }

            .sec-feature .feature-row .feature .text {
                margin-top: 16px;
                text-align: center;
                color: #000000;
                font-size: 12px;
                line-height: 18px;
                font-weight: bold;
            }

                .sec-feature .feature-row .feature .text span {
                    color: #E20010;
                }

.sec-praise {
    padding: 80px 0 76px;
}

    .sec-praise .title {
        white-space: pre-wrap;
        margin: 0 40px;
        font-size: 32px;
        font-weight: 900;
        color: #000000;
        line-height: 40px;
    }

    .sec-praise .praise-pages {
        position: relative;
        overflow: hidden;
        margin-top: 64px;
    }

        .sec-praise .praise-pages .praise-pages-wrapper {
            display: flex;
            transition: transform 300ms ease-in-out;
        }

        .sec-praise .praise-pages .praise-page {
            flex: none;
            width: 100%;
            padding: 0 40px;
        }

        .sec-praise .praise-pages .praise-item .logo {
            height: 48px;
        }

        .sec-praise .praise-pages .praise-item .text {
            margin-top: 8px;
            font-size: 16px;
            font-weight: 400;
            color: #898a8e;
            line-height: 23px;
            margin-bottom: 40px;
        }

    .sec-praise .bar-list {
        display: flex;
        justify-content: center;
    }

        .sec-praise .bar-list .bar-wrapper {
            cursor: pointer;
            padding: 4px 0;
            margin: 0 8px;
        }

            .sec-praise .bar-list .bar-wrapper .bar {
                position: relative;
                width: 40px;
                height: 2px;
                background-color: #e6e6e6;
                border-radius: 2px;
            }

                .sec-praise .bar-list .bar-wrapper .bar .bar-progress {
                    position: absolute;
                    height: 2px;
                    background-color: #e20010;
                    border-radius: 2px;
                }

        .sec-praise .bar-list .bar-wrapper {
            margin: 0 8px;
        }

            .sec-praise .bar-list .bar-wrapper .bar {
                width: 32px;
            }
/* mixins */
.framework-main.flip .text-group .text-xs {
    color: #C8C9CD;
}

.framework-main.flip .text-group .text {
    color: #FFFFFF;
}

.framework-main.flip .text-group .text-sm {
    color: #AFB1B4;
}

.framework-main.flip .tag-list .tag-1,
.framework-main.flip .tag-list .tag-2 {
    color: #FFFFFF;
}

.framework-main.flip .btn-list .btn-nav {
    color: #ffffff;
    border-color: #ffffff;
}
/* mixins */
.sec-4k {
    padding: 80px 0;
}

    .sec-4k .text-group,
    .sec-4k .text-group-static {
        margin: 0 40px;
    }

        .sec-4k .text-group .text-xs,
        .sec-4k .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-4k .text-group .text,
        .sec-4k .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-4k .text-group .text-sm,
        .sec-4k .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-4k .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-4k .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-4k .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-4k .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-4k .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-4k .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-4k .btn-group {
        margin: 24px auto 0;
        width: 320px;
        height: 48px;
        border: 1px solid #E1E3E6;
        border-radius: 100px;
        overflow: hidden;
        display: flex;
    }

        .sec-4k .btn-group .btn {
            cursor: pointer;
            width: 50%;
            padding: 0 16px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sec-4k .btn-group .btn img {
                height: 28px;
                margin-right: 8px;
            }

            .sec-4k .btn-group .btn .text {
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                color: #000000;
                text-align: center;
            }

            .sec-4k .btn-group .btn.active {
                background-color: #E1E3E6;
            }

.sec-flowstate {
    padding: 80px 0;
}

    .sec-flowstate .text-group,
    .sec-flowstate .text-group-static {
        margin: 0 40px;
    }

        .sec-flowstate .text-group .text-xs,
        .sec-flowstate .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-flowstate .text-group .text,
        .sec-flowstate .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-flowstate .text-group .text-sm,
        .sec-flowstate .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-flowstate .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-flowstate .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-flowstate .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-flowstate .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-flowstate .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-flowstate .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-flowstate .tag-list {
        margin: 16px 24px 0;
        display: flex;
    }

        .sec-flowstate .tag-list .tag-1,
        .sec-flowstate .tag-list .tag-2 {
            width: 50%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
        }

.sec-invisible-selfie-stick {
    padding: 80px 0;
}

    .sec-invisible-selfie-stick .text-group,
    .sec-invisible-selfie-stick .text-group-static {
        margin: 0 40px;
    }

        .sec-invisible-selfie-stick .text-group .text-xs,
        .sec-invisible-selfie-stick .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-invisible-selfie-stick .text-group .text,
        .sec-invisible-selfie-stick .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-invisible-selfie-stick .text-group .text-sm,
        .sec-invisible-selfie-stick .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-invisible-selfie-stick .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-invisible-selfie-stick .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-invisible-selfie-stick .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-invisible-selfie-stick .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-invisible-selfie-stick .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-invisible-selfie-stick .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-invisible-selfie-stick .btn-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-invisible-selfie-stick .btn-list .btn-nav {
            padding: 16px 24px;
            color: #000000;
            font-weight: bold;
            background-color: transparent;
            border-radius: 100px;
            border: 2px solid #000000;
            transition: all 300ms;
            display: flex;
            align-items: center;
        }

            .sec-invisible-selfie-stick .btn-list .btn-nav .arrow {
                height: 25px;
                margin-left: 8px;
            }

.sec-timeshift {
    padding: 80px 0;
}

    .sec-timeshift .text-group,
    .sec-timeshift .text-group-static {
        margin: 0 40px;
    }

        .sec-timeshift .text-group .text-xs,
        .sec-timeshift .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-timeshift .text-group .text,
        .sec-timeshift .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-timeshift .text-group .text-sm,
        .sec-timeshift .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-timeshift .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-timeshift .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-timeshift .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-timeshift .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-timeshift .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-timeshift .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-auto-frame {
    padding: 80px 0;
}

    .sec-auto-frame .text-group,
    .sec-auto-frame .text-group-static {
        margin: 0 40px;
    }

        .sec-auto-frame .text-group .text-xs,
        .sec-auto-frame .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-auto-frame .text-group .text,
        .sec-auto-frame .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-auto-frame .text-group .text-sm,
        .sec-auto-frame .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-auto-frame .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-auto-frame .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-auto-frame .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-auto-frame .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-auto-frame .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-auto-frame .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }
/* sec-bullet-time & sec-slow-motion */
.sec-bullet-time {
    overflow: hidden;
    padding: 80px 0;
}

    .sec-bullet-time .text-group,
    .sec-bullet-time .text-group-static {
        margin: 0 40px;
    }

        .sec-bullet-time .text-group .text-xs,
        .sec-bullet-time .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-bullet-time .text-group .text,
        .sec-bullet-time .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-bullet-time .text-group .text-sm,
        .sec-bullet-time .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-bullet-time .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-bullet-time .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-bullet-time .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-bullet-time .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-bullet-time .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-bullet-time .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-bullet-time .btn-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-bullet-time .btn-list .btn-nav {
            padding: 16px 24px;
            color: #000000;
            font-weight: bold;
            background-color: transparent;
            border-radius: 100px;
            border: 2px solid #000000;
            transition: all 300ms;
            display: flex;
            align-items: center;
        }

            .sec-bullet-time .btn-list .btn-nav .arrow {
                height: 25px;
                margin-left: 8px;
            }

.sec-slow-motion {
    padding: 80px 0;
}

    .sec-slow-motion .text-group,
    .sec-slow-motion .text-group-static {
        margin: 0 40px;
    }

        .sec-slow-motion .text-group .text-xs,
        .sec-slow-motion .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-slow-motion .text-group .text,
        .sec-slow-motion .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-slow-motion .text-group .text-sm,
        .sec-slow-motion .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-slow-motion .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-slow-motion .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-slow-motion .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-slow-motion .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-slow-motion .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-slow-motion .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }
/* sec-bullet-time & sec-slow-motion */
.sec-tracks {
    padding: 80px 0;
}

    .sec-tracks .text-group,
    .sec-tracks .text-group-static {
        margin: 0 40px;
    }

        .sec-tracks .text-group .text-xs,
        .sec-tracks .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-tracks .text-group .text,
        .sec-tracks .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-tracks .text-group .text-sm,
        .sec-tracks .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-tracks .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-tracks .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-tracks .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-tracks .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-tracks .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-tracks .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-tracks .video-list {
        margin-top: 40px;
    }

        .sec-tracks .video-list .video-wrapper {
            margin-top: 0;
        }

            .sec-tracks .video-list .video-wrapper:not(:first-child) {
                margin-top: 16px;
            }

        .sec-tracks .video-list .text {
            padding: 16px 40px;
            color: #000000;
            font-weight: bold;
        }

.sec-one-tap-story {
    padding: 80px 0;
}

    .sec-one-tap-story .text-group,
    .sec-one-tap-story .text-group-static {
        margin: 0 40px;
    }

        .sec-one-tap-story .text-group .text-xs,
        .sec-one-tap-story .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-one-tap-story .text-group .text,
        .sec-one-tap-story .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-one-tap-story .text-group .text-sm,
        .sec-one-tap-story .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-one-tap-story .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-one-tap-story .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-one-tap-story .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-one-tap-story .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-one-tap-story .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-one-tap-story .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-one-tap-story .video-wrapper {
        margin-top: 0;
    }

    .sec-one-tap-story .nav-list-wrapper {
        position: relative;
        margin: 24px 0;
        overflow: hidden;
    }

        .sec-one-tap-story .nav-list-wrapper .nav-list {
            margin: 0 24px;
            white-space: nowrap;
            display: inline-block;
            border-bottom: 1px solid #d8d8d8;
            font-size: 0;
            transition: transform 300ms;
        }

            .sec-one-tap-story .nav-list-wrapper .nav-list .nav {
                position: relative;
                display: inline-block;
                height: 48px;
                padding: 0 8px;
                margin: 0 8px;
                line-height: 48px;
                color: #000000;
                font-size: 13px;
                text-transform: uppercase;
            }

                .sec-one-tap-story .nav-list-wrapper .nav-list .nav:first-child {
                    margin-left: 0;
                }

                .sec-one-tap-story .nav-list-wrapper .nav-list .nav:last-child {
                    margin-right: 0;
                }

                .sec-one-tap-story .nav-list-wrapper .nav-list .nav::after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #E20010;
                    opacity: 0;
                    border-radius: 2px;
                }

                .sec-one-tap-story .nav-list-wrapper .nav-list .nav.active::after {
                    opacity: 1;
                }

.sec-night-shot {
    overflow: hidden;
    position: relative;
    height: 1260px;
}

    .sec-night-shot .parallax-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

        .sec-night-shot .parallax-wrapper.step-2 {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
        }

        .sec-night-shot .parallax-wrapper.step-3 {
            bottom: 0;
            top: auto;
        }

    .sec-night-shot .bg {
        position: relative;
        padding-bottom: 224%;
    }

        .sec-night-shot .bg.beside .cropper {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .sec-night-shot .bg.active .cropper .mask {
            opacity: 1;
        }

        .sec-night-shot .bg .cropper {
            position: absolute;
            left: 16px;
            right: 16px;
            top: 16px;
            bottom: 16px;
            border-radius: 16px;
            transition: all 300ms ease-in-out;
            overflow: hidden;
        }

            .sec-night-shot .bg .cropper img,
            .sec-night-shot .bg .cropper video {
                position: absolute;
                height: 100%;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .sec-night-shot .bg .cropper .mask {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.7);
                opacity: 0;
                transition: opacity 300ms;
            }

        .sec-night-shot .bg.step-2 {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
        }

            .sec-night-shot .bg.step-2 .mask {
                opacity: 1;
            }

            .sec-night-shot .bg.step-2 .cropper {
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                border-radius: 0;
            }

        .sec-night-shot .bg.step-3 {
            top: auto;
            bottom: 0;
        }

            .sec-night-shot .bg.step-3 .cropper {
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                border-radius: 0;
            }

    .sec-night-shot .block {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        transition: opacity 300ms;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sec-night-shot .text-group,
    .sec-night-shot .text-group-static {
        margin: 0 40px;
    }

        .sec-night-shot .text-group .text-xs,
        .sec-night-shot .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-night-shot .text-group .text,
        .sec-night-shot .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-night-shot .text-group .text-sm,
        .sec-night-shot .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-night-shot .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-night-shot .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-night-shot .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-night-shot .text-group-static {
        text-align: center;
    }

.sec-starlapse {
    padding: 80px 0;
}

    .sec-starlapse .text-group,
    .sec-starlapse .text-group-static {
        margin: 0 40px;
    }

        .sec-starlapse .text-group .text-xs,
        .sec-starlapse .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-starlapse .text-group .text,
        .sec-starlapse .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-starlapse .text-group .text-sm,
        .sec-starlapse .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-starlapse .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-starlapse .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-starlapse .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-starlapse .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-starlapse .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-starlapse .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-color-plus {
    padding: 80px 0;
}

    .sec-color-plus .text-group,
    .sec-color-plus .text-group-static {
        margin: 0 40px;
    }

        .sec-color-plus .text-group .text-xs,
        .sec-color-plus .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-color-plus .text-group .text,
        .sec-color-plus .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-color-plus .text-group .text-sm,
        .sec-color-plus .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-color-plus .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-color-plus .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-color-plus .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-color-plus .colorful {
        display: inline-block;
        background-image: url(https://res.insta360.com/static/assets/storage/20200820/0bc2ed5923ecc851ee5ef17f41be2cba/series_colorplus_img_gradient_2x.png);
        background-size: 100%;
        -webkit-background-clip: text;
    }

        .sec-color-plus .colorful .text-xs {
            color: transparent !important;
        }

    .sec-color-plus .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-color-plus .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-color-plus .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-hdr {
    overflow: hidden;
    padding: 80px 0;
}

    .sec-hdr .text-group,
    .sec-hdr .text-group-static {
        margin: 0 40px;
    }

        .sec-hdr .text-group .text-xs,
        .sec-hdr .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-hdr .text-group .text,
        .sec-hdr .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-hdr .text-group .text-sm,
        .sec-hdr .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-hdr .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-hdr .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-hdr .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-hdr .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-hdr .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-hdr .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-hdr .tag-list {
        margin: 16px 24px 0;
        display: flex;
    }

        .sec-hdr .tag-list .tag-1,
        .sec-hdr .tag-list .tag-2 {
            width: 50%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
        }

    .sec-hdr .img-wrapper {
        margin-top: 40px;
        position: relative;
        padding-bottom: 100%;
    }

        .sec-hdr .img-wrapper img {
            position: absolute;
            left: 50%;
            top: 0;
            height: 100%;
            transform: translateX(-50%);
        }

.sec-h265 {
    padding: 80px 0;
}

    .sec-h265 .text-group,
    .sec-h265 .text-group-static {
        margin: 0 40px;
    }

        .sec-h265 .text-group .text-xs,
        .sec-h265 .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-h265 .text-group .text,
        .sec-h265 .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-h265 .text-group .text-sm,
        .sec-h265 .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-h265 .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-h265 .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-h265 .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-h265 .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-h265 .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-h265 .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-h265 .tag-list {
        margin: 16px 24px 0;
        display: flex;
    }

        .sec-h265 .tag-list .tag-1,
        .sec-h265 .tag-list .tag-2 {
            width: 50%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
        }

.sec-play-back {
    overflow: hidden;
    padding: 80px 0;
}

    .sec-play-back .scroll-wrapper {
        height: 800px;
        position: relative;
    }

    .sec-play-back .part-1 {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .sec-play-back .part-1 .kv-with-camera {
            position: relative;
            width: 320px;
            height: 320px;
            margin: auto;
            transform-origin: 90% 35%;
        }

            .sec-play-back .part-1 .kv-with-camera .kv {
                display: block;
                width: 100%;
            }

            .sec-play-back .part-1 .kv-with-camera .camera {
                opacity: 0;
                position: absolute;
                top: -155px;
                right: -135px;
                height: 796px;
            }

    .sec-play-back .part-2 .text-group,
    .sec-play-back .part-2 .text-group-static {
        margin: 0 40px;
    }

        .sec-play-back .part-2 .text-group .text-xs,
        .sec-play-back .part-2 .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-play-back .part-2 .text-group .text,
        .sec-play-back .part-2 .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-play-back .part-2 .text-group .text-sm,
        .sec-play-back .part-2 .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-play-back .part-2 .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-play-back .part-2 .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-play-back .part-2 .text-group-static .text-sm {
            color: #AFB1B4;
        }

.sec-auto-editing {
    padding: 80px 0;
}

    .sec-auto-editing .text-group,
    .sec-auto-editing .text-group-static {
        margin: 0 40px;
    }

        .sec-auto-editing .text-group .text-xs,
        .sec-auto-editing .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-auto-editing .text-group .text,
        .sec-auto-editing .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-auto-editing .text-group .text-sm,
        .sec-auto-editing .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-auto-editing .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-auto-editing .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-auto-editing .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-auto-editing .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-auto-editing .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-auto-editing .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-auto-editing .btn-list {
        margin: 24px 40px 48px;
        display: flex;
    }

        .sec-auto-editing .btn-list .btn-download {
            height: 40px;
        }

            .sec-auto-editing .btn-list .btn-download:not(:first-child) {
                margin-left: 16px;
            }

.sec-pr {
    padding: 80px 0;
}

    .sec-pr .text-group,
    .sec-pr .text-group-static {
        margin: 0 40px;
    }

        .sec-pr .text-group .text-xs,
        .sec-pr .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-pr .text-group .text,
        .sec-pr .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-pr .text-group .text-sm,
        .sec-pr .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-pr .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-pr .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-pr .text-group-static .text-sm {
            color: #AFB1B4;
        }

        .sec-pr .text-group .bundle-xs {
            margin-bottom: 16px;
            display: flex;
            align-items: center;
        }

            .sec-pr .text-group .bundle-xs img {
                height: 24px;
            }

            .sec-pr .text-group .bundle-xs .bundle-text {
                font-size: 15px;
                font-weight: bold;
                color: #2D2E2D;
                margin-left: 15px;
            }

    .sec-pr .preview {
        display: block;
        width: 100%;
        margin-top: 40px;
        background-color: #F8F9FC;
    }

    .sec-pr .text-group-2 {
        margin-top: 56px;
    }

    .sec-pr .workflow-list {
        margin: 48px auto 0;
        background-color: #F8F9FC;
        padding: 72px 24px;
    }

        .sec-pr .workflow-list .workflow:not(:last-child) {
            margin-bottom: 36px;
        }

        .sec-pr .workflow-list .workflow .text-1 {
            font-size: 32px;
            line-height: 40px;
            font-weight: 900;
            color: #000000;
        }

        .sec-pr .workflow-list .workflow .text-2 {
            margin-top: 8px;
            font-size: 16px;
            line-height: 19px;
            color: #4B4D50;
        }

        .sec-pr .workflow-list .workflow img {
            display: block;
            width: 100%;
            margin-top: 24px;
        }

        .sec-pr .workflow-list .workflow .step-list {
            display: flex;
            margin-top: 16px;
        }

            .sec-pr .workflow-list .workflow .step-list .step {
                text-align: center;
                font-size: 13px;
                line-height: 15px;
                color: #4B4D50;
            }

            .sec-pr .workflow-list .workflow .step-list.highlight .step {
                color: #000000;
            }

            .sec-pr .workflow-list .workflow .step-list :nth-child(1) {
                width: 24%;
            }

            .sec-pr .workflow-list .workflow .step-list :nth-child(2) {
                width: 32%;
            }

            .sec-pr .workflow-list .workflow .step-list :nth-child(3) {
                width: 22%;
            }

            .sec-pr .workflow-list .workflow .step-list :nth-child(4) {
                width: 22%;
            }

.sec-aquavision {
    padding: 80px 0;
    background-color: #000000;
}

    .sec-aquavision .text-group,
    .sec-aquavision .text-group-static {
        margin: 0 40px;
    }

        .sec-aquavision .text-group .text-xs,
        .sec-aquavision .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-aquavision .text-group .text,
        .sec-aquavision .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-aquavision .text-group .text-sm,
        .sec-aquavision .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-aquavision .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-aquavision .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-aquavision .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-aquavision .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-aquavision .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-aquavision .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-aquavision .tag-list {
        margin: 16px 24px 0;
        display: flex;
    }

        .sec-aquavision .tag-list .tag-1,
        .sec-aquavision .tag-list .tag-2 {
            width: 50%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
        }

        .sec-aquavision .tag-list .tag-1,
        .sec-aquavision .tag-list .tag-2 {
            color: #FFFFFF;
        }

.sec-waterproof {
    padding-top: 80px;
    background-color: #000000;
}

    .sec-waterproof .text-group,
    .sec-waterproof .text-group-static {
        margin: 0 40px;
    }

        .sec-waterproof .text-group .text-xs,
        .sec-waterproof .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-waterproof .text-group .text,
        .sec-waterproof .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-waterproof .text-group .text-sm,
        .sec-waterproof .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-waterproof .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-waterproof .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-waterproof .text-group-static .text-sm {
            color: #AFB1B4;
        }

        .sec-waterproof .text-group-static a {
            color: inherit;
        }

        .sec-waterproof .text-group-static .caution {
            display: inline-block;
            cursor: pointer;
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #ffd200;
        }

    .sec-waterproof .kv {
        margin-top: 40px;
        position: relative;
        padding-bottom: 84.375%;
        overflow: hidden;
    }

        .sec-waterproof .kv img {
            position: absolute;
            display: block;
            width: 150%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.modal-waterproof {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

    .modal-waterproof .mask {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .modal-waterproof .modal {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: 95%;
        border-radius: 8px;
        padding: 32px;
        border: solid #ffd200;
        border-width: 2px 2px 3px;
        background-color: #fffaf2;
    }

        .modal-waterproof .modal:after {
            position: absolute;
            display: block;
            content: "";
            right: -24px;
            top: -24px;
            width: 48px;
            height: 48px;
            transform: rotate(45deg);
            background-color: #ffd200;
        }

        .modal-waterproof .modal .content {
            white-space: pre-wrap;
            font-size: 14px;
            line-height: 1.5;
            color: rgba(0, 0, 0, 0.65);
        }

        .modal-waterproof .modal .close {
            position: absolute;
            cursor: pointer;
            right: -2px;
            top: -2px;
            width: 24px;
            height: 24px;
            font-size: 20px;
            line-height: 24px;
            z-index: 1;
            text-align: center;
            color: #fff;
        }

.sec-rugged-design {
    padding-top: 80px;
    background-color: #000000;
}

    .sec-rugged-design .text-group,
    .sec-rugged-design .text-group-static {
        margin: 0 40px;
    }

        .sec-rugged-design .text-group .text-xs,
        .sec-rugged-design .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-rugged-design .text-group .text,
        .sec-rugged-design .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-rugged-design .text-group .text-sm,
        .sec-rugged-design .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-rugged-design .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-rugged-design .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-rugged-design .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-rugged-design .kv {
        margin-top: 40px;
    }

        .sec-rugged-design .kv img {
            display: block;
            width: 100%;
        }

.sec-control {
    padding: 96px 0;
}

    .sec-control .row:not(:last-child) {
        margin-bottom: 48px;
    }

    .sec-control .row .box-img {
        margin: 0 24px;
        background: #F8F9FC;
        border-radius: 12px;
    }

    .sec-control .row .box {
        margin-top: 24px;
    }

    .sec-control .row .kv {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 327px;
    }

    .sec-control .row .kv-voice {
        width: 100%;
        height: 327px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .sec-control .row .kv-voice .voice {
            margin-bottom: 16px;
            background: #edeff2;
            border-radius: 50px;
            padding: 4px 16px;
            color: #000000;
            font-size: 14px;
        }

        .sec-control .row .kv-voice .img {
            margin-top: 24px;
            height: 80px;
        }

    .sec-control .row .text-group,
    .sec-control .row .text-group-static {
        margin: 0 40px;
    }

        .sec-control .row .text-group .text-xs,
        .sec-control .row .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-control .row .text-group .text,
        .sec-control .row .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-control .row .text-group .text-sm,
        .sec-control .row .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-control .row .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-control .row .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-control .row .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-control .row .btn-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-control .row .btn-list .btn-nav {
            padding: 16px 24px;
            color: #000000;
            font-weight: bold;
            background-color: transparent;
            border-radius: 100px;
            border: 2px solid #000000;
            transition: all 300ms;
            display: flex;
            align-items: center;
        }

            .sec-control .row .btn-list .btn-nav .arrow {
                height: 25px;
                margin-left: 8px;
            }

    .sec-control .row .btn-list {
        align-items: flex-start;
    }

.sec-audio-adapter {
    padding: 80px 0;
}

    .sec-audio-adapter .text-group,
    .sec-audio-adapter .text-group-static {
        margin: 0 40px;
    }

        .sec-audio-adapter .text-group .text-xs,
        .sec-audio-adapter .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-audio-adapter .text-group .text,
        .sec-audio-adapter .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-audio-adapter .text-group .text-sm,
        .sec-audio-adapter .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-audio-adapter .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-audio-adapter .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-audio-adapter .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-audio-adapter .img-list {
        margin: 40px 24px 0;
    }

        .sec-audio-adapter .img-list .img-group:not(:first-child) {
            margin-top: 16px;
        }

    .sec-audio-adapter .img-group .img-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        background-color: #f8f9fc;
        border-radius: 24px;
    }

        .sec-audio-adapter .img-group .img-wrapper img {
            position: absolute;
            left: 0;
            width: 100%;
        }

    .sec-audio-adapter .img-group .text {
        padding: 24px 16px;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
    }

        .sec-audio-adapter .img-group .text a {
            color: #1890ff;
            font-size: 14px;
        }

.sec-dashboard {
    overflow: hidden;
    padding-top: 80px;
}

    .sec-dashboard .text-group,
    .sec-dashboard .text-group-static {
        margin: 0 40px;
    }

        .sec-dashboard .text-group .text-xs,
        .sec-dashboard .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-dashboard .text-group .text,
        .sec-dashboard .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-dashboard .text-group .text-sm,
        .sec-dashboard .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-dashboard .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-dashboard .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-dashboard .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-dashboard .video-with-dashboard {
        height: 152px;
        width: 375px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 64px;
        position: relative;
    }

        .sec-dashboard .video-with-dashboard .cover {
            width: 170px;
            margin-left: 87px;
            margin-top: 30px;
        }

        .sec-dashboard .video-with-dashboard .dashboard {
            position: absolute;
            left: 0;
            width: 100%;
        }

.sec-pilot-suit {
    padding: 80px 0;
}

    .sec-pilot-suit .text-group,
    .sec-pilot-suit .text-group-static {
        margin: 0 40px;
    }

        .sec-pilot-suit .text-group .text-xs,
        .sec-pilot-suit .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-pilot-suit .text-group .text,
        .sec-pilot-suit .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-pilot-suit .text-group .text-sm,
        .sec-pilot-suit .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-pilot-suit .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-pilot-suit .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-pilot-suit .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-pilot-suit .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-pilot-suit .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-pilot-suit .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-pilot-suit .btn-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-pilot-suit .btn-list .btn-nav {
            padding: 16px 24px;
            color: #000000;
            font-weight: bold;
            background-color: transparent;
            border-radius: 100px;
            border: 2px solid #000000;
            transition: all 300ms;
            display: flex;
            align-items: center;
        }

            .sec-pilot-suit .btn-list .btn-nav .arrow {
                height: 25px;
                margin-left: 8px;
            }

.sec-accessories {
    padding: 80px 0;
    background-color: #f8f9fc;
}

    .sec-accessories .text-group {
        text-align: center;
    }

        .sec-accessories .text-group .text {
            font-size: 23px;
            line-height: 27px;
            font-weight: bold;
            color: #000000;
        }

        .sec-accessories .text-group .text-sm {
            margin-top: 8px;
            font-size: 16px;
            line-height: 20px;
            color: #7D7F82;
        }

            .sec-accessories .text-group .text-sm a {
                color: inherit;
            }

    .sec-accessories .btn-theme {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        border-radius: 100px;
        background: linear-gradient(135deg, #ff4510 0%, #e20010 100%);
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        padding: 0 16px;
    }

        .sec-accessories .btn-theme.unvalid {
            background: #EDEFF2;
            color: #4B4D50;
        }

    .sec-accessories .acc {
        position: relative;
        background-color: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        padding-bottom: 69%;
    }

        .sec-accessories .acc .img {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            transition: opacity 300ms;
        }

        .sec-accessories .acc .bar-list {
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
        }

    .sec-accessories .acc-info {
        padding: 0 40px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-accessories .acc-info .text-group {
            margin-top: 40px;
        }

        .sec-accessories .acc-info .btn-theme {
            margin-top: 24px;
        }

    .sec-accessories .acc-list {
        margin: 0 24px;
    }

        .sec-accessories .acc-list .acc:not(:first-child) {
            margin-top: 24px;
        }

    .sec-accessories .bar-list {
        display: flex;
        justify-content: center;
    }

        .sec-accessories .bar-list .bar-wrapper {
            cursor: pointer;
            padding: 4px 0;
            margin: 0 8px;
        }

            .sec-accessories .bar-list .bar-wrapper .bar {
                position: relative;
                width: 40px;
                height: 2px;
                background-color: #e6e6e6;
                border-radius: 2px;
            }

                .sec-accessories .bar-list .bar-wrapper .bar .bar-progress {
                    position: absolute;
                    height: 2px;
                    background-color: #e20010;
                    border-radius: 2px;
                }

.sec-feature2 {
    background-color: #f8f9fc;
}

    .sec-feature2 .kv-wrapper img {
        display: block;
        width: 100%;
    }

.sec-last {
    padding: 96px 0;
}

    .sec-last .btn-theme {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        border-radius: 100px;
        background: linear-gradient(135deg, #ff4510 0%, #e20010 100%);
        font-size: 14px;
        font-weight: 900;
        color: #ffffff;
        padding: 0 24px;
    }

    .sec-last .logo {
        display: block;
        width: 320px;
        margin: auto;
    }

    .sec-last .suit .info {
        margin-top: 16px;
        margin-left: 8px;
    }

        .sec-last .suit .info .text {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            color: #000000;
        }

        .sec-last .suit .info .price {
            margin-top: 16px;
            font-size: 12px;
            color: #000000;
            font-weight: 500;
        }

        .sec-last .suit .info .price2 {
            margin-top: 8px;
            font-size: 12px;
            color: #898A8E;
        }

        .sec-last .suit .info .btn-theme {
            margin-top: 8px;
        }

    .sec-last .box-1 {
        margin: 0 auto;
        width: 320px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

        .sec-last .box-1 .suit {
            width: 150px;
        }

            .sec-last .box-1 .suit img {
                width: 100%;
            }

            .sec-last .box-1 .suit .info {
                margin-top: 16px;
            }

    .sec-last .box-2 {
        margin: 0 auto;
        width: 320px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 2px solid #EDEFF2;
    }

        .sec-last .box-2 .suit {
            display: flex;
            flex-direction: column;
        }

            .sec-last .box-2 .suit img {
                width: 100%;
            }

            .sec-last .box-2 .suit .info {
                margin-left: 24px;
            }

                .sec-last .box-2 .suit .info .price {
                    font-size: 16px;
                }

    .sec-last .tip {
        margin-top: 64px;
        text-align: center;
        color: #afb1b4;
        font-size: 14px;
    }

.sec-in-the-box .img {
    display: block;
    width: 100%;
}

.sec-spec {
    overflow: hidden;
    padding: 48px 0 96px;
}

    .sec-spec .edition-list {
        margin-top: 48px;
    }

        .sec-spec .edition-list .edition {
            position: relative;
        }

            .sec-spec .edition-list .edition:not(:first-child) {
                margin-top: 40px;
            }

            .sec-spec .edition-list .edition img {
                display: block;
                width: 100%;
            }

            .sec-spec .edition-list .edition .logo {
                margin: 16px auto 0;
                position: relative;
                pointer-events: none;
                width: 160px;
                height: 40px;
            }

                .sec-spec .edition-list .edition .logo img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    width: 320px;
                    transform: translate(-69%, -50%);
                }

            .sec-spec .edition-list .edition .text {
                font-size: 16px;
                line-height: 19px;
                color: #000000;
                font-weight: bold;
                letter-spacing: 0.88px;
                text-align: center;
            }

    .sec-spec .redaptive-header {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #E1E3E6;
        opacity: 0;
        transition: opacity 300ms;
    }

        .sec-spec .redaptive-header.fixed {
            opacity: 1;
            position: fixed;
            top: 49px;
            left: 24px;
            right: 24px;
            width: auto;
        }

    .sec-spec .simple-edition-list {
        height: 40px;
        display: flex;
    }

        .sec-spec .simple-edition-list .simple-edition {
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
        }

            .sec-spec .simple-edition-list .simple-edition:first-child {
                padding-right: 12px;
            }

            .sec-spec .simple-edition-list .simple-edition:last-child {
                padding-left: 12px;
            }

            .sec-spec .simple-edition-list .simple-edition img {
                height: 16px;
                margin-right: 8px;
            }

            .sec-spec .simple-edition-list .simple-edition .text {
                font-size: 12px;
                color: #000000;
                font-weight: bold;
                letter-spacing: 0.88px;
                text-align: center;
            }

    .sec-spec .spec-list {
        position: relative;
        margin: 0 24px;
    }

        .sec-spec .spec-list .spec-item {
            padding: 48px 0;
            border-bottom: 1px solid #E1E3E6;
        }

            .sec-spec .spec-list .spec-item .t1 {
                font-size: 23px;
                font-weight: bold;
                color: #000000;
                line-height: 32px;
            }

            .sec-spec .spec-list .spec-item .t2 {
                display: flex;
                margin: 24px -12px 0;
            }

                .sec-spec .spec-list .spec-item .t2 .col {
                    flex: none;
                    width: 50%;
                    padding: 0 12px;
                }

                    .sec-spec .spec-list .spec-item .t2 .col:first-child {
                        flex: auto;
                        width: 100%;
                    }

                .sec-spec .spec-list .spec-item .t2 .text {
                    white-space: pre-wrap;
                    word-break: break-all;
                    font-size: 16px;
                    color: #000000;
                    line-height: 26px;
                }

.sec-footnote {
    padding: 80px 0;
}

    .sec-footnote ol {
        margin: 0 24px;
    }

        .sec-footnote ol li {
            color: #AFB1B4;
            font-size: 13px;
            line-height: 18px;
        }

.sec-1inch-sensor {
    overflow: hidden;
    background-color: #000000;
    position: relative;
    height: 1800px;
}

    .sec-1inch-sensor .part-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .sec-1inch-sensor .part-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 500ms;
    }

        .sec-1inch-sensor .part-2.active {
            opacity: 1;
        }

    .sec-1inch-sensor .animation-wrapper {
        position: relative;
        padding-bottom: 216.5%;
        overflow: hidden;
    }

        .sec-1inch-sensor .animation-wrapper .seq {
            position: absolute;
            top: 0;
            left: 0;
        }

    .sec-1inch-sensor .block {
        position: relative;
        margin: 400px 0 80px;
    }

    .sec-1inch-sensor .text-group,
    .sec-1inch-sensor .text-group-static {
        margin: 0 40px;
    }

        .sec-1inch-sensor .text-group .text-xs,
        .sec-1inch-sensor .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-1inch-sensor .text-group .text,
        .sec-1inch-sensor .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-1inch-sensor .text-group .text-sm,
        .sec-1inch-sensor .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-1inch-sensor .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-1inch-sensor .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-1inch-sensor .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-1inch-sensor .sensorcontrast {
        position: relative;
        margin: 40px 40px 0;
        padding-bottom: 66.7%;
    }

        .sec-1inch-sensor .sensorcontrast img {
            position: absolute;
            left: 0;
            width: 100%;
        }

        .sec-1inch-sensor .sensorcontrast .text-1 {
            position: absolute;
            right: 16px;
            top: 16px;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 19px;
        }

        .sec-1inch-sensor .sensorcontrast .text-2 {
            position: absolute;
            right: 60%;
            top: 48%;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 19px;
        }

.sec-5p3k {
    padding: 80px 0;
}

    .sec-5p3k .text-group,
    .sec-5p3k .text-group-static {
        margin: 0 40px;
    }

        .sec-5p3k .text-group .text-xs,
        .sec-5p3k .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-5p3k .text-group .text,
        .sec-5p3k .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-5p3k .text-group .text-sm,
        .sec-5p3k .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-5p3k .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-5p3k .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-5p3k .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-5p3k .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-5p3k .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-5p3k .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

    .sec-5p3k .tag-list {
        margin: 16px 24px 0;
        display: flex;
    }

        .sec-5p3k .tag-list .tag-1,
        .sec-5p3k .tag-list .tag-2 {
            width: 50%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
        }

.sec-5p3k-highlights {
    padding-bottom: 80px;
}

    .sec-5p3k-highlights .text-group,
    .sec-5p3k-highlights .text-group-static {
        margin: 0 40px;
    }

        .sec-5p3k-highlights .text-group .text-xs,
        .sec-5p3k-highlights .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-5p3k-highlights .text-group .text,
        .sec-5p3k-highlights .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-5p3k-highlights .text-group .text-sm,
        .sec-5p3k-highlights .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-5p3k-highlights .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-5p3k-highlights .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-5p3k-highlights .text-group-static .text-sm {
            color: #AFB1B4;
        }

        .sec-5p3k-highlights .text-group .text {
            font-size: 32px;
            line-height: 36px;
        }

    .sec-5p3k-highlights .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-5p3k-highlights .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-5p3k-highlights .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-night-shot-1inch {
    overflow: hidden;
    padding: 80px 0 48px;
}

    .sec-night-shot-1inch .text-group,
    .sec-night-shot-1inch .text-group-static {
        margin: 0 40px;
    }

        .sec-night-shot-1inch .text-group .text-xs,
        .sec-night-shot-1inch .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-night-shot-1inch .text-group .text,
        .sec-night-shot-1inch .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-night-shot-1inch .text-group .text-sm,
        .sec-night-shot-1inch .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-night-shot-1inch .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-night-shot-1inch .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-night-shot-1inch .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-night-shot-1inch .img-wrapper {
        margin-top: 40px;
        position: relative;
        padding-bottom: 100%;
    }

        .sec-night-shot-1inch .img-wrapper img {
            position: absolute;
            top: 0;
            left: 50%;
            height: 100%;
            transform: translateX(-50%);
        }

.sec-samples {
    padding-bottom: 80px;
}

    .sec-samples .header {
        font-size: 32px;
        line-height: 40px;
        color: #ffffff;
        font-weight: 900;
        margin: 0 24px;
        margin-bottom: 24px;
    }

    .sec-samples .sample-list {
        margin: 0 24px;
    }

    .sec-samples .sample {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .sec-samples .sample:not(:last-child) {
            margin-bottom: 24px;
        }

        .sec-samples .sample .ic-zoom {
            position: absolute;
            bottom: 16px;
            left: 16px;
            height: 24px;
        }

.modal-samples {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 999;
    opacity: 0;
    transition: opacity 300ms;
}

    .modal-samples .mask {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        background-color: #000000;
    }

    .modal-samples .modal {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        transform: translateY(-50%);
    }

        .modal-samples .modal .img-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .modal-samples .modal .img-wrapper .img {
                width: 100%;
                min-height: 200px;
                background-color: rgba(255, 255, 255, 0.1);
            }

            .modal-samples .modal .img-wrapper .btn {
                position: relative;
                margin-top: 24px;
                border-radius: 100px;
                height: 56px;
                display: flex;
                align-items: center;
                padding: 0 20px;
                border: 2px solid #ffffff;
            }

                .modal-samples .modal .img-wrapper .btn .icon {
                    height: 24px;
                    margin-right: 10px;
                }

                .modal-samples .modal .img-wrapper .btn span {
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 500;
                    text-transform: uppercase;
                }

                .modal-samples .modal .img-wrapper .btn .raw {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: 100%;
                    transform: translateY(-50%);
                    opacity: 0;
                }

    .modal-samples .ic-close {
        position: absolute;
        right: 27px;
        top: 27px;
        width: 27px;
        cursor: pointer;
    }

.sec-slow-motion-1inch {
    padding: 80px 0;
}

    .sec-slow-motion-1inch .text-group,
    .sec-slow-motion-1inch .text-group-static {
        margin: 0 40px;
    }

        .sec-slow-motion-1inch .text-group .text-xs,
        .sec-slow-motion-1inch .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-slow-motion-1inch .text-group .text,
        .sec-slow-motion-1inch .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-slow-motion-1inch .text-group .text-sm,
        .sec-slow-motion-1inch .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-slow-motion-1inch .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-slow-motion-1inch .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-slow-motion-1inch .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-slow-motion-1inch .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-slow-motion-1inch .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-slow-motion-1inch .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-low-light {
    padding: 80px 0;
}

    .sec-low-light .text-group,
    .sec-low-light .text-group-static {
        margin: 0 40px;
    }

        .sec-low-light .text-group .text-xs,
        .sec-low-light .text-group-static .text-xs {
            font-size: 13px;
            line-height: 15px;
            font-weight: bold;
            color: #4B4D50;
            margin-bottom: 16px;
            transition: color 300ms;
        }

        .sec-low-light .text-group .text,
        .sec-low-light .text-group-static .text {
            font-size: 32px;
            line-height: 40px;
            font-weight: bold;
            color: #000000;
            transition: color 300ms;
        }

        .sec-low-light .text-group .text-sm,
        .sec-low-light .text-group-static .text-sm {
            white-space: pre-wrap;
            margin-top: 24px;
            font-size: 16px;
            line-height: 23px;
            color: #898A8E;
            transition: color 300ms;
        }

        .sec-low-light .text-group-static .text-xs {
            color: #C8C9CD;
        }

        .sec-low-light .text-group-static .text {
            color: #FFFFFF;
        }

        .sec-low-light .text-group-static .text-sm {
            color: #AFB1B4;
        }

    .sec-low-light .video-wrapper {
        margin: 40px 24px 0;
    }

        .sec-low-light .video-wrapper .ratio-wrapper {
            position: relative;
            padding-bottom: 56.25%;
        }

        .sec-low-light .video-wrapper video {
            position: absolute;
            left: 0;
            width: 100%;
            border-radius: 12px;
        }

.sec-scenes {
    overflow: hidden;
    margin: 80px 0;
}

    .sec-scenes .row-list {
        padding: 0 40px;
    }

    .sec-scenes .row-1 .col {
        border-radius: 8px 8px 0 0;
        width: 100%;
        overflow: hidden;
    }

        .sec-scenes .row-1 .col img {
            display: block;
            width: 100%;
        }

    .sec-scenes .row-3 .col {
        border-radius: 0 0 8px 8px;
        width: 100%;
        overflow: hidden;
    }

        .sec-scenes .row-3 .col img {
            display: block;
            width: 100%;
        }

    .sec-scenes .row-2 {
        display: flex;
        margin: 8px -4px;
    }

        .sec-scenes .row-2 .col {
            width: 50%;
            padding: 0 4px;
        }

            .sec-scenes .row-2 .col img {
                display: block;
                width: 100%;
            }

.sec-last-1inch {
    padding: 80px 0;
}

    .sec-last-1inch .btn-theme {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        border-radius: 100px;
        background-color: #e20010;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        padding: 0 16px;
    }

    .sec-last-1inch .block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-last-1inch .block .logo-1 {
            position: relative;
            pointer-events: none;
            width: 176px;
            height: 56.32px;
        }

            .sec-last-1inch .block .logo-1 img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 316.8px;
                transform: translate(-50%, -50%);
            }

        .sec-last-1inch .block .btn-theme {
            margin-top: 24px;
        }

        .sec-last-1inch .block .kv {
            margin-top: 36px;
            width: 320px;
        }

        .sec-last-1inch .block .logo-2 {
            margin-top: 24px;
            position: relative;
            pointer-events: none;
            width: 160px;
            height: 40px;
        }

            .sec-last-1inch .block .logo-2 img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 320px;
                transform: translate(-69%, -50%);
            }

.popup-email,
.popup-email-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateZ(999px);
}

    .popup-email,
    .popup-email-mobile,
    .popup-email .popup-email-bg,
    .popup-email-mobile .popup-email-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .popup-email .popup-email-bg,
        .popup-email-mobile .popup-email-bg {
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 2;
        }

        .popup-email .popup-email-ct,
        .popup-email-mobile .popup-email-ct {
            position: relative;
            display: none;
            overflow: hidden;
            background-color: #fff;
            z-index: 3;
            border-radius: 4px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
        }

            .popup-email .popup-email-ct .popup-email-header,
            .popup-email-mobile .popup-email-ct .popup-email-header {
                position: absolute;
                width: 100%;
                height: 50px;
                top: 0;
                left: 0;
                z-index: 3;
            }

                .popup-email .popup-email-ct .popup-email-header .close,
                .popup-email-mobile .popup-email-ct .popup-email-header .close {
                    float: right;
                    width: 16px;
                    margin: 25px 20px;
                    cursor: pointer;
                }

            .popup-email .popup-email-ct .popup-email-body,
            .popup-email-mobile .popup-email-ct .popup-email-body {
                width: 100%;
                height: 100%;
            }

                .popup-email .popup-email-ct .popup-email-body .top,
                .popup-email-mobile .popup-email-ct .popup-email-body .top {
                    position: relative;
                    width: 100%;
                }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email .popup-email-ct .popup-email-body .bottom .line-input button,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
                    font-size: 14px;
                    color: rgba(0, 0, 0, 0.7);
                    outline: none;
                    border-radius: 20px;
                    height: 40px;
                    transition: all 0.25s;
                }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input {
                    flex: 1;
                    line-height: 20px;
                    padding: 10px 15px;
                    border: 1px solid #E6E6E6;
                    background-color: #fff;
                    -webkit-appearance: none;
                }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input::-webkit-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input::-webkit-input-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea::-webkit-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea::-webkit-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input:-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input:-moz-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea:-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea:-moz-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input::-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input::-moz-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea::-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea::-moz-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input:-ms-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input:-ms-input-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea:-ms-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea:-ms-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input button,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
                    padding: 0 29px;
                    border: none;
                    background-image: linear-gradient(-135deg, #FFEB00 0%, #FFD200 100%);
                    display: flex;
                    align-items: center;
                }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input button .loading,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button .loading {
                        display: none;
                        height: 20px;
                        width: 20px;
                        -webkit-animation: rotate 2s ease-in-out infinite;
                        animation: rotate 2s ease-in-out infinite;
                        transform-origin: center center;
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input button .path,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button .path {
                        stroke: #FFD200;
                        stroke-dasharray: 1,200;
                        stroke-dashoffset: 0;
                        -webkit-animation: dash 1.5s ease-in-out infinite;
                        animation: dash 1.5s ease-in-out infinite;
                        stroke-linecap: round;
                    }

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup-email .popup-email-ct .popup-email-body .bottom .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip {
    display: none;
    margin-top: 15px;
}

    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error,
    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success {
        display: none;
        align-items: center;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error img,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error img {
            height: 17px;
            margin-right: 12px;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text1,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text1,
        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text2,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text2 {
            font-size: 12px;
            color: #F13649;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text2,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text2 {
            display: none;
        }

    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success {
        justify-content: space-between;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success .text,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success .text {
            max-width: 90%;
            font-size: 14px;
            color: #1BC864;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success .icon,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success .icon {
            width: 7px;
            height: 14px;
            margin-right: 10px;
            border-right: 2px solid #1BC864;
            border-bottom: 2px solid #1BC864;
            transform: rotate(45deg) translateY(-2px);
        }

.popup-email .popup-email-ct .popup-email-body .bottom.submit input,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit input {
    border-color: #E6E6E6;
    color: #E6E6E6;
    cursor: not-allowed;
}

.popup-email .popup-email-ct .popup-email-body .bottom.submit button,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button {
    cursor: wait;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.submit button span,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button span {
        display: none;
    }

    .popup-email .popup-email-ct .popup-email-body .bottom.submit button .loading,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button .loading {
        display: block;
    }

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-input input,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-input input {
    border-color: #F13649;
    background-color: rgba(241, 54, 73, 0.05);
    color: #F13649;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-input button,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-input button {
    opacity: 0.3;
    background-image: linear-gradient(-135deg, #FFEB00 0%, #FFD200 100%);
    cursor: not-allowed;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-tip {
    display: block;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.error .line-tip .error,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-tip .error {
        display: flex;
    }

.popup-email .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text1,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text1 {
    display: none;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text2,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text2 {
    display: block;
}

.popup-email .popup-email-ct .popup-email-body .bottom.success .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.success .line-tip {
    display: block;
    margin-top: 0;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.success .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.success .line-tip .success {
        display: flex;
    }

.popup-email .popup-email-ct .popup-email-body .bottom .privacy-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip {
    margin-top: 16px;
    width: 420px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

    .popup-email .popup-email-ct .popup-email-body .bottom .privacy-tip a,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip a {
        color: #f9c439;
    }

.popup-email .popup-email-ct {
    width: 600px;
}

    .popup-email .popup-email-ct .popup-email-body .top {
        min-height: 224px;
    }

        .popup-email .popup-email-ct .popup-email-body .top .bgImg {
            width: 100%;
        }

        .popup-email .popup-email-ct .popup-email-body .top .bundle {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px 36px;
        }

            .popup-email .popup-email-ct .popup-email-body .top .bundle.general .text {
                color: #000000;
                text-shadow: none;
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle.general .text-sm {
                color: #000000;
                text-shadow: none;
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle .text {
                font-size: 28px;
                font-weight: 900;
                color: #FFFFFF;
                line-height: 33px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle .text-sm {
                margin-top: 4px;
                white-space: pre-wrap;
                font-size: 15px;
                color: #FFFFFF;
                line-height: 18px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            }

    .popup-email .popup-email-ct .popup-email-body .bottom {
        width: 600px;
        padding: 22px 32px;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-input {
            height: 40px;
            margin-bottom: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .popup-email .popup-email-ct .popup-email-body .bottom .line-input button {
                margin-left: 16px;
                align-items: center;
            }

.popup-email-mobile .popup-email-ct {
    width: 90%;
    max-width: 280px;
}

    .popup-email-mobile .popup-email-ct .popup-email-body .top {
        min-height: 260px;
    }

        .popup-email-mobile .popup-email-ct .popup-email-body .top .bgImg {
            width: 100%;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle {
            position: absolute;
            top: 0;
            left: 0;
            padding: 24px;
        }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle.general .text {
                color: #000000;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle.general .text-sm {
                color: #000000;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle .text {
                font-size: 22px;
                font-weight: 900;
                color: #FFFFFF;
                line-height: 25px;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle .text-sm {
                margin-top: 4px;
                font-size: 12px;
                color: #FFFFFF;
                line-height: 15px;
            }

    .popup-email-mobile .popup-email-ct .popup-email-body .bottom {
        padding: 22px;
    }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
            width: 100%;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
            margin-top: 16px;
            justify-content: center;
            font-weight: bold;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip {
            width: auto;
        }

.store-popup-email,
.store-popup-email-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateZ(999px);
}

    .store-popup-email,
    .store-popup-email-mobile,
    .store-popup-email .popup-email-bg,
    .store-popup-email-mobile .popup-email-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .store-popup-email .popup-email-bg,
        .store-popup-email-mobile .popup-email-bg {
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 2;
        }

        .store-popup-email .popup-email-ct,
        .store-popup-email-mobile .popup-email-ct {
            position: relative;
            display: none;
            overflow: hidden;
            background-color: #fff;
            z-index: 3;
            border-radius: 8px;
            width: 600px;
        }

            .store-popup-email .popup-email-ct .close,
            .store-popup-email-mobile .popup-email-ct .close {
                cursor: pointer;
                position: absolute;
                right: 16px;
                top: 16px;
                width: 16px;
            }

            .store-popup-email .popup-email-ct .step1 .top,
            .store-popup-email-mobile .popup-email-ct .step1 .top {
                width: 100%;
            }

            .store-popup-email .popup-email-ct .step1 .bottom,
            .store-popup-email-mobile .popup-email-ct .step1 .bottom {
                padding: 24px;
            }

                .store-popup-email .popup-email-ct .step1 .bottom .form,
                .store-popup-email-mobile .popup-email-ct .step1 .bottom .form {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .store-popup-email .popup-email-ct .step1 .bottom .form input[type="text"],
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .form input[type="text"] {
                        flex: none;
                        width: 400px;
                        height: 40px;
                        margin-right: 16px;
                        color: #2d2d2d;
                        outline: none;
                        border-radius: 90px;
                        padding-left: 16px;
                        border: 1px solid #ededed;
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .form .btn,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .form .btn {
                        border: 0;
                        outline: 0;
                        background: transparent;
                        flex: auto;
                        height: 40px;
                        line-height: 40px;
                        text-align: center;
                        color: #2d2d2d;
                        border-radius: 90px;
                        font-weight: bolder;
                        background-image: linear-gradient(45deg, #fe0, #ffd200);
                    }

                        .store-popup-email .popup-email-ct .step1 .bottom .form .btn[disabled],
                        .store-popup-email-mobile .popup-email-ct .step1 .bottom .form .btn[disabled] {
                            opacity: 0.6;
                        }

                .store-popup-email .popup-email-ct .step1 .bottom .info,
                .store-popup-email-mobile .popup-email-ct .step1 .bottom .info {
                    display: flex;
                    align-items: flex-start;
                    margin-top: 14px;
                    padding: 14px 14px 14px 0;
                    border-radius: 8px;
                    background-color: #eaedf0;
                }

                    .store-popup-email .popup-email-ct .step1 .bottom .info .ic,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info .ic {
                        width: 20px;
                        margin: 0 10px;
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .info .txt,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info .txt {
                        flex: auto;
                        font-size: 12px;
                        color: rgba(0, 0, 0, 0.65);
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .info.info-error,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info.info-error {
                        background-color: rgba(251, 54, 73, 0.15);
                    }

            .store-popup-email .popup-email-ct .step1.error .bottom .form input[type="text"],
            .store-popup-email-mobile .popup-email-ct .step1.error .bottom .form input[type="text"] {
                border-color: #f13649;
            }

            .store-popup-email .popup-email-ct .step2,
            .store-popup-email-mobile .popup-email-ct .step2 {
                padding: 0 16px;
            }

                .store-popup-email .popup-email-ct .step2 .title,
                .store-popup-email-mobile .popup-email-ct .step2 .title {
                    font-size: 28px;
                    font-weight: 600;
                    line-height: 100px;
                    color: #000;
                }

                .store-popup-email .popup-email-ct .step2 .main,
                .store-popup-email-mobile .popup-email-ct .step2 .main {
                    display: flex;
                    align-items: center;
                    padding: 32px 0;
                    border-top: 1px solid #f3f3f3;
                    border-bottom: 1px solid #f3f3f3;
                }

                    .store-popup-email .popup-email-ct .step2 .main img,
                    .store-popup-email-mobile .popup-email-ct .step2 .main img {
                        width: 120px;
                        margin-right: 32px;
                    }

                    .store-popup-email .popup-email-ct .step2 .main .txt,
                    .store-popup-email-mobile .popup-email-ct .step2 .main .txt {
                        color: rgba(0, 0, 0, 0.65);
                    }

                .store-popup-email .popup-email-ct .step2 .footer,
                .store-popup-email-mobile .popup-email-ct .step2 .footer {
                    text-align: right;
                    padding: 32px 0;
                }

                    .store-popup-email .popup-email-ct .step2 .footer .btn,
                    .store-popup-email-mobile .popup-email-ct .step2 .footer .btn {
                        border: 0;
                        outline: 0;
                        background: transparent;
                        min-width: 128px;
                        height: 48px;
                        line-height: 48px;
                        text-align: center;
                        color: #2d2d2d;
                        border-radius: 90px;
                        font-weight: bolder;
                        background-image: linear-gradient(45deg, #FFEE00 0%, #FFD200 100%);
                    }

        .store-popup-email-mobile .popup-email-ct {
            width: 288px;
        }

            .store-popup-email-mobile .popup-email-ct .step1 .top {
                width: 100%;
            }

            .store-popup-email-mobile .popup-email-ct .step1 .bottom .form input[type="text"] {
                width: 100%;
                margin-right: 0;
                margin-bottom: 12px;
            }

            .store-popup-email-mobile .popup-email-ct .step2 {
                padding: 20px;
            }

                .store-popup-email-mobile .popup-email-ct .step2 .title {
                    font-size: 20px;
                    line-height: 1;
                    padding: 12px;
                }

                .store-popup-email-mobile .popup-email-ct .step2 .main {
                    flex-direction: column;
                    text-align: center;
                    padding: 12px 0 24px;
                }

                .store-popup-email-mobile .popup-email-ct .step2 .footer {
                    text-align: center;
                    padding: 12px 0 0;
                }

                    .store-popup-email-mobile .popup-email-ct .step2 .footer .btn {
                        min-width: 158px;
                    }
