<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li {
    list-style: none;
    cursor: pointer;
}

:root {
    --blue-1: 232, 242, 255;
    --blue-2: 196, 216, 249;
    --blue-3: 161, 190, 243;
    --blue-4: 127, 162, 237;
    --blue-5: 95, 134, 231;
    --blue-6: 65, 105, 225;
    --blue-7: 41, 73, 188;
    --blue-8: 22, 45, 151;
    --blue-9: 8, 24, 114;
    --blue-10: 0, 9, 77;
    --gray-1: 247, 248, 250;
    --gray-2: 242, 243, 245;
    --gray-3: 229, 230, 235;
    --gray-4: 201, 205, 212;
    --gray-5: 169, 174, 184;
    --gray-6: 134, 144, 156;
    --gray-7: 107, 119, 133;
    --gray-8: 78, 89, 105;
    --gray-9: 39, 46, 59;
    --gray-10: 29, 33, 41;
    --color-neutral-1: rgb(var(--gray-1));
    --color-neutral-2: rgb(var(--gray-2));
    --color-neutral-3: rgb(var(--gray-3));
    --color-neutral-4: rgb(var(--gray-4));
    --color-neutral-5: rgb(var(--gray-5));
    --color-neutral-6: rgb(var(--gray-6));
    --color-neutral-7: rgb(var(--gray-7));
    --color-neutral-8: rgb(var(--gray-8));
    --color-neutral-9: rgb(var(--gray-9));
    --color-neutral-10: rgb(var(--gray-10));
    --color-text-1: var(--color-neutral-10);
    --color-text-2: var(--color-neutral-8);
    --color-text-3: var(--color-neutral-6);
    --color-text-4: var(--color-neutral-4);
    --color-bg-1: rgba(var(--blue-4), .1);
    --color-light-1: rgba(var(--blue-6), .1);
    --color-light-2: rgba(var(--blue-6), .35);
    --color-light-3: rgba(var(--blue-6), .5);
    --color-light-4: rgba(var(--blue-6), .65);
    --color-primary-1: rgb(var(--blue-6));
}

._wrapper_6w7hv_1 {
    /* background-color: var(--color-bg-1);*/
}

._list_6w7hv_4 {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

    ._list_6w7hv_4 ._item_6w7hv_8 {
        padding: 0 16px;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

        ._list_6w7hv_4 ._item_6w7hv_8:hover, ._list_6w7hv_4 ._item_6w7hv_8._active_6w7hv_15 {
            background-color: var(--color-light-1);
        }

            ._list_6w7hv_4 ._item_6w7hv_8:hover a, ._list_6w7hv_4 ._item_6w7hv_8._active_6w7hv_15 a {
                color: var(--color-primary-1);
            }

    ._list_6w7hv_4 a {
        text-decoration: none;
        line-height: 36px;
    }

html {
    scroll-behavior: smooth;
}

._wrapper_5pm6w_4 {
    /*background-color: var(--color-bg-1);*/
    background-image: url(/assets/wave-335e6e8d.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}

._desc-color_5pm6w_11 {
    color: var(--color-text-2);
}

._download-button_5pm6w_14 {
    display: inline-block;
    width: 202px;
    line-height: 46px;
    background-color: rgb(var(--blue-6));
    color: #fff;
    padding: 0 24px;
    height: 48px;
    border-radius: 115px;
}

    ._download-button_5pm6w_14:hover {
        cursor: pointer;
        background-color: rgb(var(--blue-5));
    }

    ._download-button_5pm6w_14:active {
        background-color: rgb(var(--blue-7));
    }

._hero-image_5pm6w_31 {
    display: inline-block;
    /*border: 1px solid rgb(var(--gray-3));*/
    border-radius: 4px;
    box-shadow: 0 4px 10px rgb(var(--gray-2));
    aspect-ratio: 1280/800;
    max-width: 1280px;
}

._special-feature_5pm6w_39 {
    max-width: 960px;
    margin: 160px auto 0;
}

    ._special-feature_5pm6w_39 ._header_5pm6w_44 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 48px;
    }

    ._special-feature_5pm6w_39 ._list_5pm6w_51 {
        display: flex;
        flex-wrap: wrap;
    }

        ._special-feature_5pm6w_39 ._list_5pm6w_51 ._item_5pm6w_55 {
            width: 33.33%;
            padding-bottom: 96px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            ._special-feature_5pm6w_39 ._list_5pm6w_51 ._item_5pm6w_55 ._icon_5pm6w_62 {
                font-size: 48px;
            }

            ._special-feature_5pm6w_39 ._list_5pm6w_51 ._item_5pm6w_55 ._title_5pm6w_65 {
                font-size: 20px;
                font-weight: 600;
                margin-top: 24px;
            }

            ._special-feature_5pm6w_39 ._list_5pm6w_51 ._item_5pm6w_55 ._desc_5pm6w_11 {
                color: var(--color-text-2);
                margin-top: 12px;
                font-size: 12px;
                width: 160px;
            }

._browser-item_5pm6w_76 {
    box-sizing: border-box;
    border: 1px solid transparent;
}

    ._browser-item_5pm6w_76:hover {
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid rgb(var(--gray-2));
        box-shadow: 0 4px 10px rgb(var(--gray-2));
    }

._footer_5pm6w_86 {
    background-color: #1d2129;
}

    ._footer_5pm6w_86 * {
        color: #fff;
    }

    ._footer_5pm6w_86 ._info-wrapper_5pm6w_92 {
        display: flex;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto;
        padding: 24px 0;
        height: calc(100% - 24px);
    }

        ._footer_5pm6w_86 ._info-wrapper_5pm6w_92 ._icon_5pm6w_62 {
            height: 28px;
        }

        ._footer_5pm6w_86 ._info-wrapper_5pm6w_92 ._left_5pm6w_103 {
            display: flex;
            flex-direction: column;
            row-gap: 18px;
            text-align: center;
        }

        ._footer_5pm6w_86 ._info-wrapper_5pm6w_92 ._right_5pm6w_109 {
            display: flex;
            flex-direction: column;
            row-gap: 4px;
        }

    ._footer_5pm6w_86 ._rights_5pm6w_114 {
        text-align: center;
        font-size: 12px;
    }
</pre></body></html>