@font-face {
    font-family: Sentient;
    src: url("../fonts/Sentient-Extralight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sentient;
    src: url("../fonts/Sentient-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sentient;
    src: url("../fonts/Sentient-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sentient;
    src: url("../fonts/Sentient-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sentient;
    src: url("../fonts/Sentient-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_text-style---font-size: var(--_typography---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h6);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_typography---font-size--text-small: clamp(
        var(--_typography---font-variables--text-small-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-small-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-small-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-small-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-small-max) -
                                var(
                                    --_typography---font-variables--text-small-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-small-max) * 1rem
    );
    --_spacing---space--7: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_spacing---space--8: clamp(
        2.25 * 1rem,
        (
            (
                    2.25 -
                        (
                            (3 - 2.25) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (3 - 2.25) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        3 * 1rem
    );
    --container--main: calc(var(--screen-size--max) * 1rem);
    --site--margin: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (5 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (5 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        5 * 1rem
    );
    --container--small: 80rem;
    --container--full: 100vw;
    --_spacing---space--3: clamp(
        0.625 * 1rem,
        (
            (
                    0.625 -
                        (
                            (0.75 - 0.625) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (0.75 - 0.625) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        0.75 * 1rem
    );
    --site--gutter: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (2 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                ((2 - 1) / (var(--screen-size--max) - var(--screen-size--min))) *
                100vw
        ),
        2 * 1rem
    );
    --_gap---size: var(--site--gutter);
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_spacing---space--2: clamp(
        0.375 * 1rem,
        (
            (
                    0.375 -
                        (
                            (0.5 - 0.375) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (0.5 - 0.375) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        0.5 * 1rem
    );
    --_spacing---space--4: clamp(
        0.875 * 1rem,
        (
            (
                    0.875 -
                        (
                            (1 - 0.875) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1 - 0.875) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1 * 1rem
    );
    --_spacing---space--5: clamp(
        1.25 * 1rem,
        (
            (
                    1.25 -
                        (
                            (1.5 - 1.25) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1.25) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_spacing---space--6: clamp(
        1.75 * 1rem,
        (
            (
                    1.75 -
                        (
                            (2 - 1.75) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.75) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_spacing---space--9: clamp(
        2.5 * 1rem,
        (
            (
                    2.5 -
                        (
                            (4 - 2.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (4 - 2.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        4 * 1rem
    );
    --_typography---primary-font--p-font-family: Sentient, "Times New Roman",
        sans-serif;
    --_typography---primary-font--regular: 450;
    --_typography---primary-font--medium: 600;
    --_typography---primary-font--bold: 700;
    --radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>: 0.5rem;
    --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>: 0rem;
    --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>: 100vw;
    --_border---width--small: 0.0625rem;
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_border---radius--small: 0.25rem;
    --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>: 0.094rem;
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_typography---line-height--1: 1;
    --swatch--transparent\<deleted\|variable-f3de064a-6a96-a418-1f97-8812677e8a89\>: transparent;
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_border---radius--main: 0.125rem;
    --_color-primitives---neutral-alpha-light--40: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 40%,
        transparent
    );
    --_border---radius--round: 100vw;
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_column-count---value: 1;
    --_spacing---section-space--small: clamp(
        var(--_spacing---section-space-size--small-min) * 1rem,
        (
            (
                    var(--_spacing---section-space-size--small-min) -
                        (
                            (
                                    var(
                                            --_spacing---section-space-size--small-max
                                        ) -
                                        var(
                                            --_spacing---section-space-size--small-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_spacing---section-space-size--small-max) -
                                var(--_spacing---section-space-size--small-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_spacing---section-space-size--small-max) * 1rem
    );
    --_border---width--medium: 0.125rem;
    --_button-sizes---border-width: var(--_border---width--small);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_spacing---section-space--none: 0px;
    --_spacing---section-space--main: clamp(
        var(--_spacing---section-space-size--main-min) * 1rem,
        (
            (
                    var(--_spacing---section-space-size--main-min) -
                        (
                            (
                                    var(
                                            --_spacing---section-space-size--main-max
                                        ) -
                                        var(
                                            --_spacing---section-space-size--main-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_spacing---section-space-size--main-max) -
                                var(--_spacing---section-space-size--main-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_spacing---section-space-size--main-max) * 1rem
    );
    --_spacing---section-space--large: clamp(
        var(--_spacing---section-space-size--large-min) * 1rem,
        (
            (
                    var(--_spacing---section-space-size--large-min) -
                        (
                            (
                                    var(
                                            --_spacing---section-space-size--large-max
                                        ) -
                                        var(
                                            --_spacing---section-space-size--large-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_spacing---section-space-size--large-max) -
                                var(--_spacing---section-space-size--large-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_spacing---section-space-size--large-max) * 1rem
    );
    --_spacing---section-space--page-top: clamp(
        var(--_spacing---section-space-size--page-top-min) * 1rem,
        (
            (
                    var(--_spacing---section-space-size--page-top-min) -
                        (
                            (
                                    var(
                                            --_spacing---section-space-size--page-top-max
                                        ) -
                                        var(
                                            --_spacing---section-space-size--page-top-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_spacing---section-space-size--page-top-max) -
                                var(
                                    --_spacing---section-space-size--page-top-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_spacing---section-space-size--page-top-max) * 1rem
    );
    --_typography---line-height--1-1: 1.2;
    --_spacing---space--1: clamp(
        0.1875 * 1rem,
        (
            (
                    0.1875 -
                        (
                            (0.25 - 0.1875) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (0.25 - 0.1875) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        0.25 * 1rem
    );
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-main) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_color-primitives---neutral-alpha-light--transparent: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 0%,
        transparent
    );
    --_color-primitives---neutral--500: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-base) 100%
    );
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>: white;
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_subtitle-style---font-size: var(--_typography---font-size--text-small);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --container--large: 100rem;
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_units---size--1-5rem: 1.5rem;
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_color-primitives---feedback-informative--600: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 2
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_typography---heading-scales--mobile-base-size: 0.75;
    --_typography---heading-scales--desktop-base-size: 1;
    --_typography---heading-scales--desktop-scale-ratio: 1.333;
    --_typography---heading-scales--mobile-scale-ratio: 1;
    --_typography---font-scales--mobile-scale-ratio: 1;
    --_typography---font-scales--mobile-base-size: 0.75;
    --_typography---font-scales--desktop-base-size: 0.75;
    --_typography---font-scales--desktop-scale-ratio: 1.125;
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_color-primitives---gradient-primary--start: var(
        --_color-primitives---secondary--50
    );
    --_color-primitives---gradient-primary--end: var(
        --_color-primitives---secondary--950
    );
    --_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>: 0.5rem;
    --_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>: 0.25rem;
    --_units---padding--medium: var(--_spacing---space--6);
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_caption-style---font-size: var(--_typography---font-size--text-small);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(--_units---icon-size--16);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_spacing---space--0: 0px;
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    --_button-sizes---icon-size: var(--_units---icon-size--20);
    --_content---float-margin-v\<deleted\|variable-fb3fb6c5-3d57-2271-a58f-81f8530134d5\>: var(
        --_spacing---space--4
    );
    --_content---float-margin-h\<deleted\|variable-444c2e5a-4835-773f-fa65-bca5abfcc228\>: var(
        --_spacing---space--4
    );
    --_button-sizes---height: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_color-primitives---neutral--300: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-light) 40%
    );
    --_color-primitives---neutral--950\<deleted\|variable-f232eab9-45da-3fc8-c8f9-f97173bfef2a\>: color-mix(
        in srgb,
        var(
            --_color-primitives---neutral--color-mix-base\<deleted\|variable-c820e65e-e2f5-1284-1b83-ccbe62cf5035\>
        ),
        var(--_color-primitives---neutral--color-mix-shade) 95%
    );
    --_sizes---navbar--top-height: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_sizes---navbar--botom-height: 3.5rem;
    --_units---icon-size--16: clamp(
        0.875 * 1rem,
        (
            (
                    0.875 -
                        (
                            (1 - 0.875) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1 - 0.875) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1 * 1rem
    );
    --_typography---secondary-font--regular\<deleted\|variable-53e22c6e-2d3f-ef8c-c938-d09a182a8de9\>: 500;
    --_typography---letter-spacing--n-xsm: calc(
        var(--_typography---letter-spacing--xsm) * -1
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_typography---letter-spacing--std: 0em;
    --_units---icon-size--20: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.25 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.25 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.25 * 1rem
    );
    --_units---icon-size--12: clamp(
        0.625 * 1rem,
        (
            (
                    0.625 -
                        (
                            (0.75 - 0.625) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (0.75 - 0.625) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        0.75 * 1rem
    );
    --_units---icon-size--24: clamp(
        1.25 * 1rem,
        (
            (
                    1.25 -
                        (
                            (1.5 - 1.25) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1.25) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_units---icon-size--32: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_border---radius--large: 0.5rem;
    --_color-primitives---whatsapp--main: #25d366;
    --_color-primitives---whatsapp--dark: color-mix(
        in srgb,
        var(--_color-primitives---whatsapp--main),
        black 60%
    );
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.5 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_color-primitives---neutral-alpha-dark--5: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 5%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--90: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 90%,
        transparent
    );
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_color-primitives---neutral--50: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-light) 100%
    );
    --_typography---font-size--text-xsmall: clamp(
        var(--_typography---font-variables--text-xsmall-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-xsmall-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-xsmall-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-xsmall-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-xsmall-max) -
                                var(
                                    --_typography---font-variables--text-xsmall-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-xsmall-max) * 1rem
    );
    --_sizes---contact-bar--height: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (3.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (3.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        3.5 * 1rem
    );
    --_color-primitives---neutral-alpha-dark--transparent: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 0%,
        transparent
    );
    --_sizes---navbar--sm-nav-height: 2rem;
    --_border---width--large: 3rem;
    --_color-primitives---neutral--0: #0000;
    --_color-primitives---primary-alpha--40: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 40%,
        transparent
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
    --_color-primitives---neutral-alpha-dark--70: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 70%,
        transparent
    );
    --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
    --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
    --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
    --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
    --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
    --untitled-ui--primary50\<deleted\|variable-a4451441\>: #f9f5ff;
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
    --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
    --screen-size--max: 100;
    --screen-size--min: 20;
    --_typography---line-height--1-7: 1.8;
    --_spacing---frame-padding--half: calc(
        var(--_spacing---frame-padding--main) / 3
    );
    --_spacing---frame-padding--double: calc(
        var(--_spacing---frame-padding--main) * 1.5
    );
    --_spacing---frame-padding--main: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (3 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (3 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        5 * 1rem
    );
    --_units---icon-size--40: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_spacing---space--10: clamp(
        3.75 * 1rem,
        (
            (
                    3.75 -
                        (
                            (6 - 3.75) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (6 - 3.75) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        6 * 1rem
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_color-primitives---terciary--color-mix-light: #fff;
    --site--n-margin: calc(var(--site--margin) * -1);
    --_color-primitives---neutral--color-mix-light: #fff;
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_color-primitives---primary--100: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-light) 80%
    );
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --site--column-width: calc(
        (
                min(var(--container--main), 100% - var(--site--margin) * 2) -
                    (var(--site--gutter) * (var(--site--column-count) - 1))
            ) / var(--site--column-count)
    );
    --site--column-count: 12;
    --_sizes---media-sizes--max-height-screen: calc(
        100dvh -
            calc(
                var(--_sizes---navbar--botom-height) +
                    var(--_sizes---navbar--top-height) +
                    var(--_sizes---contact-bar--height)
            )
    );
    --_sizes---filter--nav-height: clamp(
        3.5 * 1rem,
        (
            (
                    3.5 -
                        (
                            (4.5 - 3.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (4.5 - 3.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        4.5 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_color-primitives---primary--50: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-light) 100%
    );
    --_color-primitives---primary--200: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-light) 60%
    );
    --_color-primitives---primary--300: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-light) 40%
    );
    --_color-primitives---primary--400: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-light) 20%
    );
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    --focus--width: 0.125rem;
    --focus--offset-inner: -0.125rem;
    --focus--offset-outer: 0.1875rem;
    --_color-primitives---primary--500: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-base) 100%
    );
    --_color-primitives---primary--600: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-shade) 20%
    );
    --_color-primitives---primary--700: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-shade) 40%
    );
    --_color-primitives---primary--800: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-shade) 60%
    );
    --_color-primitives---primary--900: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-shade) 80%
    );
    --_color-primitives---primary--950: color-mix(
        in srgb,
        var(--_color-primitives---primary--color-mix-base),
        var(--_color-primitives---primary--color-mix-shade) 80%
    );
    --_color-primitives---primary--color-mix-light: #eceee6;
    --_color-primitives---primary--color-mix-base: #393e35;
    --_color-primitives---primary--color-mix-shade: #0c0d0b;
    --_color-primitives---terciary--50: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-light) 100%
    );
    --_color-primitives---terciary--100: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-light) 80%
    );
    --_color-primitives---terciary--200: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-light) 60%
    );
    --_color-primitives---terciary--300: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-light) 40%
    );
    --_color-primitives---terciary--400: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-light) 20%
    );
    --_color-primitives---terciary--500: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-base) 100%
    );
    --_color-primitives---terciary--600: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-shade) 20%
    );
    --_color-primitives---terciary--700: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-shade) 40%
    );
    --_color-primitives---terciary--800: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-shade) 60%
    );
    --_color-primitives---terciary--900: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-shade) 80%
    );
    --_color-primitives---terciary--950: color-mix(
        in srgb,
        var(--_color-primitives---terciary--color-mix-base),
        var(--_color-primitives---terciary--color-mix-shade) 100%
    );
    --_color-primitives---terciary--color-mix-base: #eceee6;
    --_color-primitives---terciary--color-mix-shade: #000;
    --_color-primitives---neutral--100: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-light) 80%
    );
    --_color-primitives---neutral--200: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-light) 60%
    );
    --_color-primitives---neutral--400: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-light) 20%
    );
    --_color-primitives---neutral--600: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-shade) 20%
    );
    --_color-primitives---neutral--700: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-shade) 40%
    );
    --_color-primitives---neutral--800: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-shade) 60%
    );
    --_color-primitives---neutral--900: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-shade) 80%
    );
    --_color-primitives---neutral--950: color-mix(
        in srgb,
        var(--_color-primitives---neutral--color-mix-base),
        var(--_color-primitives---neutral--color-mix-shade) 100%
    );
    --_color-primitives---neutral--color-mix-base: gray;
    --_color-primitives---neutral--color-mix-shade: #000;
    --_color-primitives---primary-alpha--10: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 10%,
        transparent
    );
    --_color-primitives---primary-alpha--20: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 20%,
        transparent
    );
    --_color-primitives---primary-alpha--30: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 30%,
        transparent
    );
    --_color-primitives---primary-alpha--50: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 50%,
        transparent
    );
    --_color-primitives---primary-alpha--60: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 60%,
        transparent
    );
    --_color-primitives---primary-alpha--70: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 70%,
        transparent
    );
    --_color-primitives---primary-alpha--80: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 80%,
        transparent
    );
    --_color-primitives---primary-alpha--90: color-mix(
        in srgb,
        var(--_color-primitives---primary-alpha--color-mix-base) 90%,
        transparent
    );
    --_color-primitives---primary-alpha--color-mix-base: var(
        --_color-primitives---primary--500
    );
    --_color-primitives---secondary-alpha--10: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 10%,
        transparent
    );
    --_color-primitives---secondary-alpha--20: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 20%,
        transparent
    );
    --_color-primitives---secondary-alpha--30: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 30%,
        transparent
    );
    --_color-primitives---secondary-alpha--40: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 40%,
        transparent
    );
    --_color-primitives---secondary-alpha--50: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 50%,
        transparent
    );
    --_color-primitives---secondary-alpha--60: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 60%,
        transparent
    );
    --_color-primitives---secondary-alpha--70: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 70%,
        transparent
    );
    --_color-primitives---secondary-alpha--80: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 80%,
        transparent
    );
    --_color-primitives---secondary-alpha--90: color-mix(
        in srgb,
        var(--_color-primitives---secondary-alpha--color-mix-base) 90%,
        transparent
    );
    --_color-primitives---secondary-alpha--color-mix-base: var(
        --_color-primitives---terciary--500
    );
    --_color-primitives---terciary-alpha--10: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 10%,
        transparent
    );
    --_color-primitives---terciary-alpha--20: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 20%,
        transparent
    );
    --_color-primitives---terciary-alpha--30: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 30%,
        transparent
    );
    --_color-primitives---terciary-alpha--40: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 40%,
        transparent
    );
    --_color-primitives---terciary-alpha--50: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 50%,
        transparent
    );
    --_color-primitives---terciary-alpha--60: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 60%,
        transparent
    );
    --_color-primitives---terciary-alpha--70: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 70%,
        transparent
    );
    --_color-primitives---terciary-alpha--80: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 80%,
        transparent
    );
    --_color-primitives---terciary-alpha--90: color-mix(
        in srgb,
        var(--_color-primitives---terciary-alpha--color-mix-base) 90%,
        transparent
    );
    --_color-primitives---terciary-alpha--color-mix-base: var(
        --_color-primitives---terciary--500
    );
    --_color-primitives---neutral-alpha-light--5: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 5%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--10: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 10%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--15: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 15%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--20: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 20%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--30: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 30%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--50: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 50%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--60: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 60%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--70: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 70%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--80: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 80%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--90: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-light--color-mix-base) 90%,
        transparent
    );
    --_color-primitives---neutral-alpha-light--color-mix-base: var(
        --_color-primitives---neutral--100
    );
    --_alignment---direction: start;
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_color-primitives---neutral-alpha-dark--10: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 10%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--15: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 15%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--20: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 20%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--30: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 30%,
        transparent
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_color-primitives---neutral-alpha-dark--40: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 40%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--50: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 50%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--60: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 60%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--80: color-mix(
        in srgb,
        var(--_color-primitives---neutral-alpha-dark--color-mix-base) 80%,
        transparent
    );
    --_color-primitives---neutral-alpha-dark--color-mix-base: var(
        --_color-primitives---neutral--900
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_spacing---section-space-size--small-min: 2;
    --_spacing---section-space-size--small-max: 4;
    --_spacing---section-space-size--main-min: 4;
    --_spacing---section-space-size--main-max: 6;
    --_spacing---section-space-size--large-min: 6;
    --_spacing---section-space-size--large-max: 8;
    --_spacing---section-space-size--page-top-min: 7;
    --_spacing---section-space-size--page-top-max: 14;
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_typography---primary-font--trim-top: 0.37em;
    --_typography---primary-font--trim-bottom: 0.32em;
    --_color-primitives---secondary--50: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-light) 100%
    );
    --_color-primitives---secondary--100: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-light) 80%
    );
    --_color-primitives---secondary--200: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-light) 60%
    );
    --_color-primitives---secondary--300: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-light) 40%
    );
    --_color-primitives---secondary--400: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-light) 20%
    );
    --_color-primitives---secondary--500: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-base) 100%
    );
    --_color-primitives---secondary--600: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-shade) 20%
    );
    --_color-primitives---secondary--700: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-shade) 40%
    );
    --_color-primitives---secondary--800: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-shade) 60%
    );
    --_color-primitives---secondary--900: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-shade) 80%
    );
    --_color-primitives---secondary--950: color-mix(
        in srgb,
        var(--_color-primitives---secondary--color-mix-base),
        var(--_color-primitives---secondary--color-mix-shade) 100%
    );
    --_color-primitives---secondary--color-mix-light: #e6cfc3;
    --_color-primitives---secondary--color-mix-base: #996b54;
    --_color-primitives---secondary--color-mix-shade: #26170f;
    --_typography---secondary--font-family: Aeonik, Arial, sans-serif;
    --_typography---secondary--trim-top: 0.31px;
    --_typography---secondary--trim-bottom: 0.4px;
    --_typography---secondary--light: 400;
    --_typography---secondary--regular: 500;
    --_typography---secondary--bold: 0;
    --_typography---heading-sizes--display-xlarge: clamp(
        var(--_typography---heading-variables--display-xlarge-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--display-xlarge-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--display-xlarge-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--display-xlarge-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(
                                    --_typography---heading-variables--display-xlarge-max
                                ) -
                                var(
                                    --_typography---heading-variables--display-xlarge-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--display-xlarge-max) * 1rem
    );
    --_typography---heading-sizes--display-large: clamp(
        var(--_typography---heading-variables--display-large-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--display-large-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--display-large-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--display-large-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(
                                    --_typography---heading-variables--display-large-max
                                ) -
                                var(
                                    --_typography---heading-variables--display-large-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--display-large-max) * 1rem
    );
    --_typography---heading-sizes--h1: clamp(
        var(--_typography---heading-variables--h1-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h1-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h1-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h1-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h1-max) -
                                var(--_typography---heading-variables--h1-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h1-max) * 1rem
    );
    --_typography---heading-sizes--h2: clamp(
        var(--_typography---heading-variables--h2-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h2-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h2-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h2-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h2-max) -
                                var(--_typography---heading-variables--h2-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h2-max) * 1rem
    );
    --_typography---heading-sizes--h3: clamp(
        var(--_typography---heading-variables--h3-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h3-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h3-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h3-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h3-max) -
                                var(--_typography---heading-variables--h3-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h3-max) * 1rem
    );
    --_typography---heading-sizes--h4: clamp(
        var(--_typography---heading-variables--h4-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h4-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h4-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h4-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h4-max) -
                                var(--_typography---heading-variables--h4-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h4-max) * 1rem
    );
    --_typography---heading-sizes--h5: clamp(
        var(--_typography---heading-variables--h5-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h5-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h5-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h5-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h5-max) -
                                var(--_typography---heading-variables--h5-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h5-max) * 1rem
    );
    --_typography---heading-sizes--h6: clamp(
        var(--_typography---heading-variables--h6-min) * 1rem,
        (
            (
                    var(--_typography---heading-variables--h6-min) -
                        (
                            (
                                    var(
                                            --_typography---heading-variables--h6-max
                                        ) -
                                        var(
                                            --_typography---heading-variables--h6-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---heading-variables--h6-max) -
                                var(--_typography---heading-variables--h6-min)
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---heading-variables--h6-max) * 1rem
    );
    --_typography---heading-variables--display-xlarge-max: calc(
        var(--_typography---heading-variables--display-large-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--display-xlarge-min: calc(
        var(--_typography---heading-variables--display-large-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--display-large-max: calc(
        var(--_typography---heading-variables--h1-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--display-large-min: calc(
        var(--_typography---heading-variables--h1-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h1-max: calc(
        var(--_typography---heading-variables--h2-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--h1-min: calc(
        var(--_typography---heading-variables--h2-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h2-max: calc(
        var(--_typography---heading-variables--h3-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--h2-min: calc(
        var(--_typography---heading-variables--h3-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h3-max: calc(
        var(--_typography---heading-variables--h4-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--h3-min: calc(
        var(--_typography---heading-variables--h4-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h4-max: calc(
        var(--_typography---heading-variables--h5-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--h4-min: calc(
        var(--_typography---heading-variables--h5-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h5-max: calc(
        var(--_typography---heading-variables--h6-max) *
            var(--_typography---heading-scales--desktop-scale-ratio)
    );
    --_typography---heading-variables--h5-min: calc(
        var(--_typography---heading-variables--h6-min) *
            var(--_typography---heading-scales--mobile-scale-ratio)
    );
    --_typography---heading-variables--h6-max: var(
        --_typography---heading-scales--desktop-base-size
    );
    --_typography---heading-variables--h6-min: var(
        --_typography---heading-scales--mobile-base-size
    );
    --_typography---primary-font--extra-light: 300;
    --_typography---primary-font--light: 400;
    --_typography---font-size--text-xlarge: clamp(
        var(--_typography---font-variables--text-xlarge-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-xlarge-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-xlarge-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-xlarge-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-xlarge-max) -
                                var(
                                    --_typography---font-variables--text-xlarge-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-xlarge-max) * 1rem
    );
    --_typography---font-size--text-large: clamp(
        var(--_typography---font-variables--text-large-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-large-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-large-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-large-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-large-max) -
                                var(
                                    --_typography---font-variables--text-large-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-large-max) * 1rem
    );
    --_typography---font-size--text-main: clamp(
        var(--_typography---font-variables--text-main-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-main-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-main-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-main-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-main-max) -
                                var(
                                    --_typography---font-variables--text-main-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-main-max) * 1rem
    );
    --_typography---font-size--text-tiny: clamp(
        var(--_typography---font-variables--text-tiny-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-tiny-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-tiny-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-tiny-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-tiny-max) -
                                var(
                                    --_typography---font-variables--text-tiny-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-tiny-max) * 1rem
    );
    --_typography---font-size--text-xtiny: clamp(
        var(--_typography---font-variables--text-xtiny-min) * 1rem,
        (
            (
                    var(--_typography---font-variables--text-xtiny-min) -
                        (
                            (
                                    var(
                                            --_typography---font-variables--text-xtiny-max
                                        ) -
                                        var(
                                            --_typography---font-variables--text-tiny-min
                                        )
                                ) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (
                            var(--_typography---font-variables--text-tiny-max) -
                                var(
                                    --_typography---font-variables--text-xtiny-min
                                )
                        ) / (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        var(--_typography---font-variables--text-xtiny-max) * 1rem
    );
    --_typography---font-variables--text-xlarge-max: calc(
        var(--_typography---font-variables--text-large-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-xlarge-min: calc(
        var(--_typography---font-variables--text-large-min) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-large-max: calc(
        var(--_typography---font-variables--text-main-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-large-min: calc(
        var(--_typography---font-variables--text-main-min) *
            var(--_typography---font-scales--mobile-scale-ratio)
    );
    --_typography---font-variables--text-main-max: calc(
        var(--_typography---font-variables--text-small-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-main-min: calc(
        var(--_typography---font-variables--text-small-min) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-small-max: calc(
        var(--_typography---font-variables--text-xsmall-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-small-min: calc(
        var(--_typography---font-variables--text-xsmall-min) *
            var(--_typography---font-scales--mobile-scale-ratio)
    );
    --_typography---font-variables--text-xsmall-max: calc(
        var(--_typography---font-variables--text-tiny-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-xsmall-min: calc(
        var(--_typography---font-variables--text-tiny-min) *
            var(--_typography---font-scales--mobile-scale-ratio)
    );
    --_typography---font-variables--text-tiny-max: calc(
        var(--_typography---font-variables--text-xtiny-max) *
            var(--_typography---font-scales--desktop-scale-ratio)
    );
    --_typography---font-variables--text-tiny-min: calc(
        var(--_typography---font-variables--text-xtiny-min) *
            var(--_typography---font-scales--mobile-scale-ratio)
    );
    --_typography---font-variables--text-xtiny-max: var(
        --_typography---font-scales--desktop-base-size
    );
    --_typography---font-variables--text-xtiny-min: var(
        --_typography---font-scales--mobile-base-size
    );
    --_typography---letter-spacing--lg: 0.1em;
    --_typography---letter-spacing--md: 0.085em;
    --_typography---letter-spacing--sm: 0.05em;
    --_typography---letter-spacing--xsm: 0.025em;
    --_typography---letter-spacing--n-sm: calc(
        var(--_typography---letter-spacing--sm) * -1
    );
    --_typography---letter-spacing--n-md: calc(
        var(--_typography---letter-spacing--md) * -1
    );
    --_typography---letter-spacing--n-lag: calc(
        var(--_typography---letter-spacing--md) * -1
    );
    --_typography---line-height--1-3: 1.3;
    --_typography---line-height--1-5: 1.5;
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_typography---text-transform--none: var(--text-transform, none);
    --_typography---text-transform--uppercase: uppercase;
    --_overline-style---font-size-ratio: 1.25;
    --_typography---text-transform--capitalize: capitalize;
    --_typography---text-transform--lowercase: lowercase;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    --_color-primitives---feedback-colors--color-mix-ratio: 25%;
    --_color-primitives---feedback-colors--color-mix-alpha: 65%;
    --_color-primitives---feedback-colors--color-mix-shader: var(
        --_color-primitives---neutral--100
    );
    --_color-primitives---feedback-error--100: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 7
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--200: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 6
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--300: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 5
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--400: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 4
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--500: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 3
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--600: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 2
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--700: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-error--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 1
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-error--color-mix-base: #eb1a3fe6;
    --_color-primitives---feedback-warning--100: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 7
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--200: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 6
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--300: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 5
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--400: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 4
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--500: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 3
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--600: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 2
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--700: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-warning--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 1
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-warning--color-mix-base: #fd9f11;
    --_color-primitives---feedback-sucess--100: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 7
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--200: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 6
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--300: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 5
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--400: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 4
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--500: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 3
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--600: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 2
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--700: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-sucess--color-mix-base) 100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 1
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-sucess--color-mix-base: #079f68;
    --_color-primitives---feedback-informative--100: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 7
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--200: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 6
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--300: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 5
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--400: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 4
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--500: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 3
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--700: color-mix(
        in srgb,
        color-mix(
                in srgb,
                var(--_color-primitives---feedback-informative--color-mix-base)
                    100%,
                var(--_color-primitives---feedback-colors--color-mix-shader)
                    calc(
                        var(
                                --_color-primitives---feedback-colors--color-mix-ratio
                            ) * 1
                    )
            )
            var(--_color-primitives---feedback-colors--color-mix-alpha),
        transparent
    );
    --_color-primitives---feedback-informative--color-mix-base: #15bee3;
    --_color-primitives---whatsapp--light: color-mix(
        in srgb,
        var(--_color-primitives---whatsapp--main),
        white 40%
    );
    --_color-primitives---complementary-color--light: color-mix(
        in srgb,
        var(--_color-primitives---complementary-color--main),
        white 40%
    );
    --_color-primitives---complementary-color--main: #fc0000;
    --_color-primitives---complementary-color--dark: color-mix(
        in srgb,
        var(--_color-primitives---complementary-color--main),
        black 40%
    );
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    --_units---size--0rem: 0rem;
    --_units---size--0-125rem: 0.125rem;
    --_units---size--0-25rem: 0.25rem;
    --_units---size--0-375rem: 0.375rem;
    --_units---size--0-5rem: 0.5rem;
    --_units---size--0-75rem: 0.75rem;
    --_units---size--0-875rem: 0.875rem;
    --_units---size--1rem: 1rem;
    --_units---size--1-125rem: 1.125rem;
    --_units---size--1-25rem: 1.25rem;
    --_units---size--2rem: 2rem;
    --_units---size--2-5rem: 2.5rem;
    --_units---size--3-5rem: 3.5rem;
    --_units---size--4rem: 4rem;
    --_units---size--5rem: 5rem;
    --_units---size--5-5rem: 5.5rem;
    --_units---size--3rem: 3rem;
    --_units---size--6rem: 6rem;
    --_units---size--4-5rem: 4.5rem;
    --_units---size--6-5rem: 6.5rem;
    --_units---size--7-5rem: 7.5rem;
    --_units---size--7rem: 7rem;
    --_units---size--8rem: 8rem;
    --_units---size--8-5rem: 8.5rem;
    --_units---size--9rem: 9rem;
    --_units---size--9-5rem: 9.5rem;
    --_units---size--12rem: 12rem;
    --_units---size--10rem: 10rem;
    --_units---size--13rem: 13rem;
    --_units---size--14rem: 14rem;
    --_units---size--11rem: 11rem;
    --_units---size--15rem: 15rem;
    --_units---size--16rem: 16rem;
    --_units---padding--tiny: 0px;
    --_units---padding--xxsmall: 0px;
    --_units---padding--xsmall: 0px;
    --_units---padding--small: 0px;
    --_border---radius--x-large: 1.5rem;
    --_units---padding--large: 0px;
    --_units---padding--xlarge: 0px;
    --_units---padding--xxlarge: 0px;
    --_units---padding--huge: 0px;
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--7);
    --_caption-style---float-margim-v: var(--_spacing---space--7);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--4);
    --_caption-style---inner-gap: var(--_spacing---space--2);
    --_slide-styles---dot-color-default: var(--_theme---brand-secondary--main);
    --_slide-styles---dot-color-hover: var(--_theme---brand-primary--dark);
    --_slide-styles---dot-color-active: var(--_theme---brand-primary--dark);
    --_slide-styles---dot-background: var(--_theme---brand-primary--dark);
    --_slide-styles---dot-size: 0.625rem;
    --_slide-styles---dot-border-radius: var(--_border---radius--round);
    --_slide-styles---dot-gap: var(--_spacing---space--1);
    --_slide-styles---dot-opacity-default: 0.5;
    --_slide-styles---dot-opacity-hover: 0.7;
    --_slide-styles---dot-opacity-active: 1;
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>: black;
    --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>: white;
    --_units---icon-size--8\<deleted\|variable-d2fcfd7f-2745-ea7a-0968-10b0244e2c34\>: clamp(
        0.375 * 1rem,
        (
            (
                    0.375 -
                        (
                            (0.5 - 0.375) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (0.5 - 0.375) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        0.5 * 1rem
    );
    --_color-primitives---neutral--color-mix-base\<deleted\|variable-c820e65e-e2f5-1284-1b83-ccbe62cf5035\>: #eae3d9;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>: color-mix(
        in srgb,
        var(
            --_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>
        ),
        var(--_color-primitives---primary--color-mix-light) 95%
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>: color-mix(
        in srgb,
        var(
            --_color-primitives---quartiary--color-mix-base\<deleted\|variable-fc823458-d423-d52f-02e8-5ca028abb5b8\>
        ),
        var(
                --_color-primitives---quartiary--color-mix-light\<deleted\|variable-966bafeb-7624-ae58-ad5d-1eee0ab8649a\>
            )
            60%
    );
    --_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>: #362d28;
    --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>: color-mix(
        in srgb,
        var(
            --_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>
        ),
        var(--_color-primitives---primary--color-mix-shade) 95%
    );
    --_color-primitives---quartiary--color-mix-base\<deleted\|variable-fc823458-d423-d52f-02e8-5ca028abb5b8\>: #ebe6df;
    --_color-primitives---quartiary--color-mix-light\<deleted\|variable-966bafeb-7624-ae58-ad5d-1eee0ab8649a\>: #fff;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

body {
    background-color: var(--_theme---background--surface-main);
    font-family: var(--_text-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    text-transform: var(--_text-style---text-transform, none);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: flow-root;
}

p {
    color: var(--_theme---typography--text);
    margin-bottom: 0;
    display: flow-root;
}

a {
    color: inherit;
    outline-width: var(--focus--width);
    outline-offset: var(--focus--offset-outer);
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

strong {
    font-weight: bold;
}

blockquote {
    border-style: none;
    padding: 0;
}

figure {
    margin-bottom: 0;
}

.u-theme-light {
    background-color: var(--_theme---background--surface-main);
    color: var(
        --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>
    );
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.u-theme-surface-01 {
    background-color: var(--_theme---background--surface-main);
    color: var(--_theme---typography--heading);
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
}

.u-heading-style-display-lg {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(
        --_typography---heading-sizes--display-large
    );
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(--_typography---primary-font--light);
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-heading-style-h1 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h1);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
}

.u-heading-style-h2 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h2);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(--_typography---primary-font--light);
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-heading-style-h3 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h3);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-heading-style-h4 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h4);
    --_heading-style---line-height: var(--_typography---line-height--1-1);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-heading-style-h5 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h5);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-heading-style-h6 {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h6);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-text-style-large {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-large);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-text-style-main {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    white-space: pre;
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-rich-text {
    flex-flow: column;
}

.u-rich-text h1 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h1);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
}

.u-rich-text h2 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h2);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(--_typography---primary-font--light);
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
}

.u-rich-text h3 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h3);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
}

.u-rich-text h4 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h4);
    --_heading-style---line-height: var(--_typography---line-height--1-1);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
}

.u-rich-text h5 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h5);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-wrap: balance;
    text-transform: var(--_heading-style---text-transform, none);
}

.u-rich-text h6 {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    font-family: var(--_heading-style---font-family);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(--_typography---heading-sizes--h6);
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-wrap: balance;
    text-transform: var(--_heading-style---text-transform, none);
}

.u-rich-text p {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-wrap: pretty;
    text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text blockquote {
    margin-top: var(--_spacing---space--7);
    margin-bottom: var(--_spacing---space--7);
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-large);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    border-left-style: solid;
    border-left-width: 0.2rem;
    padding: 0.5rem 1rem;
}

.u-rich-text ol {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    grid-column-gap: 0.9em;
    grid-row-gap: 0.9em;
    align-items: var(--_alignment---direction, start);
    flex-flow: column;
    padding-left: 1.2em;
    list-style-type: decimal;
    display: flex;
    overflow: visible;
}

.u-rich-text li {
    margin-top: calc(var(--_text-style---trim-top) * -1);
    margin-bottom: calc(var(--_text-style---trim-bottom) * -1);
    display: list-item;
}

.u-rich-text ul {
    margin-top: var(--_text-style---margin-top);
    margin-bottom: var(--_text-style---margin-bottom);
    grid-column-gap: 0.9em;
    grid-row-gap: 0.9em;
    align-items: var(--_alignment---direction, start);
    flex-flow: column;
    padding-left: 1.2em;
    list-style-type: disc;
    display: flex;
    overflow: visible;
}

.u-rich-text figure {
    margin-top: var(--_spacing---space--8);
    margin-bottom: var(--_spacing---space--8);
}

.u-container {
    z-index: 1;
    max-width: min(var(--container--main), 100% - var(--site--margin) * 2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    container: threshold-large / inline-size;
}

.u-container-small {
    max-width: min(var(--container--small), 100% - var(--site--margin) * 2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    container: threshold-large / inline-size;
}

.u-container-full {
    max-width: min(var(--container--full), 100% - var(--site--margin) * 2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    container: threshold-large / inline-size;
}

.u-sr-only {
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    width: 1px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
}

.u-visual-wrap {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.u-line-clamp-1,
.u-line-clamp-2,
.u-line-clamp-3,
.u-line-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
}

.u-btn-group {
    margin-top: var(--_spacing---space--7);
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    align-content: center;
    align-items: center;
    justify-content: var(--_alignment---direction, start);
    flex-flow: wrap;
    display: flex;
}

.u-child-contain {
    justify-content: center;
    align-items: var(--_alignment---direction, start);
    text-align: var(--_alignment---direction, start);
    flex-flow: column;
    min-width: 100%;
    display: flex;
}

.u-flex-horizontal-wrap {
    align-content: center;
    align-items: center;
    justify-content: var(--_alignment---direction, start);
    text-align: var(--_alignment---direction, start);
    flex-flow: wrap;
    display: flex;
}

.u-flex-vertical-nowrap {
    justify-content: center;
    align-items: var(--_alignment---direction, start);
    text-align: var(--_alignment---direction, start);
    flex-flow: column;
    display: flex;
}

.u-flex-horizontal-nowrap {
    align-content: center;
    align-items: center;
    justify-content: var(--_alignment---direction, start);
    text-align: var(--_alignment---direction, start);
    flex-flow: row;
    display: flex;
}

.u-flex-vertical-wrap {
    justify-content: center;
    align-items: var(--_alignment---direction, start);
    text-align: var(--_alignment---direction, start);
    flex-flow: column wrap;
    display: flex;
}

.u-flex-grow {
    flex: 1;
}

.u-flex-shrink {
    flex: 0 auto;
}

.u-flex-noshrink {
    flex: none;
}

.u-grid-custom {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    --_column-count---value: 1;
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
    display: grid;
}

.u-grid-subgrid {
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: subgrid;
    grid-column-gap: inherit;
    grid-row-gap: inherit;
    grid-column: auto / span 1;
    display: grid;
}

.u-grid-autofit {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--site--gutter);
    --_column-count---value: 12;
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(
        auto-fit,
        minmax(
            min(
                max(
                    8rem,
                    (
                            100% -
                                (
                                    (var(--_column-count---value) - 1) *
                                        var(--_gap---size)
                                )
                        ) / var(--_column-count---value)
                ),
                100%
            ),
            1fr
        )
    );
    display: grid;
}

.u-grid-autofill {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--site--gutter);
    --_column-count---value: 12;
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(
        auto-fill,
        minmax(
            min(
                max(
                    8rem,
                    (
                            100% -
                                (
                                    (var(--_column-count---value) - 1) *
                                        var(--_gap---size)
                                )
                        ) / var(--_column-count---value)
                ),
                100%
            ),
            1fr
        )
    );
    display: grid;
}

.u-grid-above,
.u-grid-below {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    --_column-count---value: 12;
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
    flex-flow: column;
    display: grid;
}

.u-grid-breakout {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: var(--grid-breakout);
    display: grid;
}

.u-grid-flex {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    flex-flow: wrap;
    display: flex;
}

.u-align-self-variable {
    align-self: var(--_alignment---direction, start);
}

.u-align-self-start {
    align-self: flex-start;
}

.u-align-self-center {
    align-self: center;
}

.u-align-self-end {
    align-self: flex-end;
}

.u-align-self-stretch {
    align-self: stretch;
}

.u-align-items-stretch {
    align-items: stretch;
}

.u-align-items-start {
    align-items: flex-start;
}

.u-align-items-center {
    align-items: center;
}

.u-align-items-end {
    align-items: flex-end;
}

.u-align-items-variable {
    align-items: var(--_alignment---direction, start);
}

.u-justify-content-start {
    justify-content: flex-start;
}

.u-justify-content-center {
    justify-content: center;
}

.u-justify-content-end {
    justify-content: flex-end;
}

.u-justify-content-between {
    justify-content: space-between;
}

.u-justify-content-around {
    justify-content: space-around;
}

.u-justify-content-variable {
    justify-content: var(--_alignment---direction, start);
}

.u-color-inherit {
    color: inherit;
}

.u-color-faded {
    opacity: 0.6;
}

.u-background-transparent {
    background-color: #0000;
}

.u-background-1 {
    background-color: var(--_theme---background--surface-main);
}

.u-background-2 {
    background-color: var(--_theme---background--surface-light);
}

.u-gap-0 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: 0rem;
}

.u-gap-inherit {
    grid-column-gap: inherit;
    grid-row-gap: inherit;
}

.u-gap-1 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--1);
}

.u-gap-2 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--2);
}

.u-gap-gutter {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--site--gutter);
}

.u-gap-3 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--3);
}

.u-gap-4 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--4);
}

.u-gap-5 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_column-count---value: 5;
}

.u-gap-6 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--6);
}

.u-gap-7 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--7);
}

.u-gap-8 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--8);
}

.u-gap-row-0 {
    grid-row-gap: 0rem;
}

.u-gap-row-inherit {
    grid-row-gap: inherit;
}

.u-gap-row-1 {
    grid-row-gap: var(--_spacing---space--2);
}

.u-gap-row-2 {
    grid-row-gap: var(--_spacing---space--3);
}

.u-gap-row-gutter {
    grid-row-gap: var(--site--gutter);
}

.u-gap-row-3 {
    grid-row-gap: var(--_spacing---space--4);
}

.u-gap-row-4 {
    grid-row-gap: var(--_spacing---space--5);
}

.u-gap-row-5 {
    grid-row-gap: var(--_spacing---space--6);
}

.u-gap-row-6 {
    grid-row-gap: var(--_spacing---space--7);
}

.u-gap-row-7 {
    grid-row-gap: var(--_spacing---space--8);
}

.u-gap-row-8 {
    grid-row-gap: var(--_spacing---space--9);
}

.u-mt-auto {
    margin-top: auto;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mt-gutter {
    margin-top: var(--site--gutter);
}

.u-mt-text {
    margin-top: var(--_text-style---margin-top);
}

.u-mt-1 {
    margin-top: var(--_spacing---space--2);
}

.u-mt-2 {
    margin-top: var(--_spacing---space--3);
}

.u-mt-3 {
    margin-top: var(--_spacing---space--4);
}

.u-mt-4 {
    margin-top: var(--_spacing---space--5);
}

.u-mt-5 {
    margin-top: var(--_spacing---space--6);
}

.u-mt-6 {
    margin-top: var(--_spacing---space--7);
}

.u-mt-7 {
    margin-top: var(--_spacing---space--8);
}

.u-mt-8 {
    margin-top: var(--_spacing---space--9);
}

.u-mb-auto {
    margin-bottom: auto;
}

.u-mb-0 {
    margin-bottom: 0;
}

.u-mb-gutter {
    margin-bottom: var(--site--gutter);
}

.u-mb-text {
    margin-bottom: var(--_text-style---margin-bottom);
}

.u-mb-1 {
    margin-bottom: var(--_spacing---space--2);
}

.u-mb-2 {
    margin-bottom: var(--_spacing---space--3);
}

.u-mb-3 {
    margin-bottom: var(--_spacing---space--4);
}

.u-mb-4 {
    margin-bottom: var(--_spacing---space--5);
}

.u-mb-5 {
    margin-bottom: var(--_spacing---space--6);
}

.u-mb-6 {
    margin-bottom: var(--_spacing---space--7);
}

.u-mb-7 {
    margin-bottom: var(--_spacing---space--8);
}

.u-mb-8 {
    margin-bottom: var(--_spacing---space--9);
}

.u-weight-regular {
    font-family: var(--_typography---primary-font--p-font-family);
    font-weight: var(--_typography---primary-font--regular);
}

.u-weight-medium {
    font-family: var(--_typography---primary-font--p-font-family);
    font-weight: var(--_typography---primary-font--medium);
}

.u-weight-bold {
    font-family: var(--_typography---primary-font--p-font-family);
    font-weight: var(--_typography---primary-font--bold);
}

.u-min-height-screen {
    min-height: 100svh;
}

.u-column-full {
    grid-column: 1 / -1;
}

.u-column-custom {
    grid-column: auto / span 1;
}

.u-column-indent {
    grid-column: 2 / -2;
}

.u-column-1 {
    grid-column: auto / span 1;
}

.u-column-2 {
    grid-column: auto / span 2;
}

.u-column-3 {
    grid-column: auto / span 3;
}

.u-column-4 {
    grid-column: auto / span 4;
}

.u-column-5 {
    grid-column: auto / span 5;
}

.u-column-6 {
    grid-column: auto / span 6;
}

.u-column-7 {
    grid-column: auto / span 7;
}

.u-column-8 {
    grid-column: auto / span 8;
}

.u-column-9 {
    grid-column: auto / span 9;
}

.u-column-10 {
    grid-column: auto / span 10;
}

.u-column-11 {
    grid-column: auto / span 11;
}

.u-column-12 {
    grid-column: auto / span 12;
}

.u-alignment-start {
    --_alignment---direction: start;
    text-align: var(--_alignment---direction, start);
}

.u-alignment-center {
    --_alignment---direction: center;
    text-align: var(--_alignment---direction, start);
}

.u-alignment-end {
    --_alignment---direction: end;
    text-align: var(--_alignment---direction, start);
}

.u-text-transform-none {
    text-transform: none;
}

.u-text-transform-uppercase {
    text-transform: uppercase;
}

.u-text-transform-capitalize {
    text-transform: capitalize;
}

.u-text-transform-lowercase {
    text-transform: lowercase;
}

.u-text-wrap-default {
    text-wrap: wrap;
}

.u-text-wrap-balance {
    text-wrap: balance;
}

.u-text-wrap-pretty {
    text-wrap: pretty;
}

.u-max-width-none {
    max-width: none;
}

.u-max-width-10ch {
    max-width: 10ch;
}

.u-max-width-12ch {
    max-width: 12ch;
}

.u-max-width-14ch {
    max-width: 14ch;
}

.u-max-width-16ch {
    max-width: 16ch;
}

.u-max-width-18ch {
    max-width: 18ch;
}

.u-max-width-20ch {
    max-width: 20ch;
}

.u-max-width-30ch {
    max-width: 30ch;
}

.u-max-width-40ch {
    max-width: 40ch;
}

.u-max-width-50ch {
    max-width: 50ch;
}

.u-max-width-60ch {
    max-width: 60ch;
}

.u-max-width-70ch {
    max-width: 70ch;
}

.u-max-width-80ch {
    max-width: 80ch;
}

.u-radius-none {
    border-radius: 0;
}

.u-radius-inherit {
    border-radius: inherit;
}

.u-radius-small {
    border-radius: var(
        --radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>
    );
}

.u-radius-main {
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
}

.u-radius-round {
    border-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
}

.u-overflow-visible {
    overflow: visible;
}

.u-overflow-hidden {
    overflow: hidden;
}

.u-overflow-clip {
    overflow: clip;
}

.u-overflow-x-auto {
    overflow: auto clip;
}

.u-overflow-y-auto {
    overflow: clip auto;
}

.u-overflow-hidden-left {
    -webkit-clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
    clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
}

.u-display-block {
    display: block;
}

.u-display-inline {
    display: inline;
}

.u-display-inline-block {
    display: inline-block;
}

.u-display-inline-flex {
    display: inline-flex;
}

.u-display-inline-grid {
    display: inline-grid;
}

.u-display-contents {
    display: contents;
}

.u-display-none {
    display: none;
}

.u-zindex-negative {
    z-index: -1;
    position: relative;
}

.u-zindex-0 {
    z-index: 0;
    position: relative;
}

.u-zindex-unset {
    z-index: unset;
    position: relative;
}

.u-zindex-1 {
    z-index: 1;
    position: relative;
}

.u-zindex-2 {
    z-index: 2;
    position: relative;
}

.u-zindex-3 {
    z-index: 3;
    position: relative;
}

.u-position-static {
    position: static;
}

.u-position-relative {
    position: relative;
}

.u-position-absolute {
    position: absolute;
}

.u-position-sticky {
    position: sticky;
    top: 0;
}

.u-position-fixed {
    position: fixed;
}

.u-height-full {
    height: 100%;
}

.u-width-full {
    width: 100%;
}

.u-cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.u-cover-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.u-pointer-on {
    pointer-events: auto;
}

.u-pointer-off {
    pointer-events: none;
}

.u-ratio-1-1 {
    aspect-ratio: 1;
}

.u-ratio-16-9 {
    aspect-ratio: 16 / 9;
}

.u-ratio-3-2 {
    aspect-ratio: 3 / 2;
}

.u-ratio-2-3 {
    aspect-ratio: 2 / 3;
}

.u-ratio-2-1 {
    aspect-ratio: 2;
    width: 100%;
    position: relative;
}

.u-margin-inline-auto {
    margin-left: auto;
    margin-right: auto;
}

.u-order-first {
    order: -1;
}

.u-order-last {
    order: 1;
}

.styleguide_subheading {
    margin-bottom: 0;
}

.styleguide_card_wrap {
    padding: var(--_spacing---space--7);
    grid-column-gap: var(--_spacing---space--8);
    grid-row-gap: var(--_spacing---space--8);
    border: var(--_border---width--small) solid var(--_theme---border--main);
    border-radius: var(--_border---radius--small);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
}

.styleguide_footer {
    border-top: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    text-align: center;
    display: none;
}

.g_tag_wrap {
    z-index: 100;
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
    background-color: var(--_theme---background--surface-inverse);
    color: var(--_theme---background--surface-main);
    line-height: var(--_typography---line-height--1);
    text-align: center;
    cursor: pointer;
    align-self: flex-start;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    position: relative;
}

.g_tag_wrap.u-overline-style-xsmall:where(
        .w-variant-56f24279-18be-86de-9f8e-0183d05800b7
    ) {
    margin: 1rem;
    position: absolute;
    inset: auto auto 0% 0%;
}

.g_tag_wrap.u-overline-style-xsmall:where(
        .w-variant-645e978d-a788-776d-34c9-db390e6663f4
    ) {
    margin: 1rem;
    position: absolute;
    inset: auto 0% 0% auto;
}

.g_tag_wrap.u-overline-style-xsmall:where(
        .w-variant-280ca324-6f4d-28ee-215d-417f175e9a23
    ) {
    margin: 1rem;
    position: absolute;
    inset: 0% auto auto 0%;
}

.g_tag_wrap.u-overline-style-xsmall:where(
        .w-variant-b92587b1-5653-4dfb-7925-27637c3a53b0
    ) {
    margin: 1rem;
    position: absolute;
    inset: 0% 0% auto auto;
}

.g_tag_wrap.u-overline-style-xsmall:where(
        .w-variant-de11f499-0f6c-20be-1bb7-2123723c9dec
    ) {
    margin-left: auto;
    margin-right: auto;
}

.styleguide_font_item {
    padding-top: var(--_spacing---space--3);
    padding-bottom: var(--_spacing---space--3);
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    border-bottom: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.form_main_field_label {
    text-align: left;
    width: 100%;
}

.form_main_wrap {
    width: 100%;
    margin-bottom: 0;
}

.form_main_success_wrap {
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
    background-color: var(
        --swatch--transparent\<deleted\|variable-f3de064a-6a96-a418-1f97-8812677e8a89\>
    );
    padding: 1.2rem;
}

.form_main_layout {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.form_main_error_wrap {
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    background-color: #0000;
    margin-top: 0;
    padding: 0.8rem 1.4rem;
}

.form_main_field_input {
    border-top: 0 solid #000;
    border-bottom-style: solid;
    border-right: 0 solid #000;
    border-bottom-width: var(
        --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
    );
    border-bottom-color: var(--_theme---border--main);
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-large);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    color: inherit;
    text-transform: var(--_text-style---text-transform, none);
    background-color: #0000;
    border-left: 0 solid #000;
    border-radius: 0;
    height: 3rem;
    margin-bottom: 0;
    padding: 0;
}

.form_main_field_input:focus {
    border-bottom-color: var(
        --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>
    );
}

.form_main_field_input::placeholder {
    color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.form_main_field_input.is-message {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 5rem;
    max-height: 10rem;
    padding-top: 0.5rem;
}

.btn_main_wrap {
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_button-style---border);
    border-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    text-align: center;
    vertical-align: middle;
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
    line-height: 1;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
    display: inline-flex;
    position: relative;
}

.btn_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_main_wrap:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.btn_main_text {
    z-index: 2;
    line-height: inherit;
    position: relative;
}

.btn_play_wrap {
    width: var(--_spacing---space--6);
    aspect-ratio: 1;
    border: var(--_border---radius--main) solid
        var(--_color-primitives---neutral-alpha-light--40);
    border-radius: var(--_border---radius--round);
    background-color: var(--_color-primitives---neutral-alpha-light--40);
    color: var(--_theme---brand-primary--lighter);
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
    display: inline-flex;
    position: relative;
}

.btn_play_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_play_wrap:where(.w-variant-78afbf4a-92d6-c1ee-069b-cdf52e36511c) {
    --_button-style---border: var(--_theme---button-terciary--border);
    --_button-style---background: var(--_theme---button-terciary--background);
    --_button-style---text: var(--_theme---button-terciary--text);
    --_button-style---border-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_play_wrap:where(.w-variant-8929fc3b-380b-3adf-e317-95c3eca73c1b) {
    --_button-style---border: var(--_theme---button-quartiary--border);
    --_button-style---background: var(--_theme---button-quartiary--background);
    --_button-style---text: var(--_theme---button-quartiary--text);
    --_button-style---border-hover: var(
        --_theme---button-quartiary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-quartiary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    width: 100%;
    min-width: 3rem;
    height: 100%;
}

.btn_play_wrap:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.btn_play_icon {
    aspect-ratio: 1;
    width: 35%;
    position: relative;
}

.page_wrap {
    flex-flow: column;
    min-height: 100svh;
    overflow: clip;
}

.page_main {
    flex-flow: column;
    flex: 1;
    display: flex;
    position: relative;
}

.page_code_wrap {
    position: fixed;
    inset: 0% 0% auto;
}

.styleguide_group {
    margin-top: var(--_spacing---space--9);
    margin-bottom: var(--_spacing---space--9);
    padding: var(--_spacing---space--7);
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    border: 1px solid var(--_theme---background--surface-light);
    border-radius: var(--_border---radius--small);
    background-color: var(--_theme---background--surface-main);
    flex-flow: column;
    display: flex;
}

.styleguide_grid_medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    display: grid;
}

.styleguide_grid_medium.u-grid-autofill {
    --_column-count---value: 3;
    grid-template-columns: repeat(
        auto-fill,
        minmax(
            min(
                max(
                    8rem,
                    (
                            100% -
                                (
                                    (var(--_column-count---value) - 1) *
                                        var(--_gap---size)
                                )
                        ) / var(--_column-count---value)
                ),
                100%
            ),
            1fr
        )
    );
}

.styleguide_visual {
    padding: var(--_spacing---space--2);
    aspect-ratio: 3 / 1.5;
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    border-radius: var(
        --radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>
    );
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 7rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero_utility-page_wrap {
    text-align: center;
}

.hero_utility-page_contain.u-container {
    align-content: center;
    min-height: 100vh;
}

.hero_utility-page_content {
    grid-column-gap: var(--_spacing---space--9);
    grid-row-gap: var(--_spacing---space--9);
    flex-flow: column;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.styleguide_contain {
    padding-top: var(--_spacing---section-space--small);
    padding-bottom: var(--_spacing---section-space--small);
}

.styleguide_guide_wrap {
    z-index: 2000;
    pointer-events: none;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
}

.styleguide_guide_layout {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(var(--site--column-count), minmax(0, 1fr));
    display: grid;
}

.styleguide_guide_column {
    color: #8a8a8a80;
    background-color: #9292920f;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    display: flex;
}

.g_overline_wrap {
    justify-content: var(--_alignment---direction, start);
    flex-flow: column;
    flex: none;
    margin-bottom: 0;
}

.g_overline_marker {
    width: var(--_border---width--medium);
    background-color: var(--_button-style---border);
    opacity: 0.15;
    flex: none;
    height: 1rem;
}

.g_overline_text {
    margin-top: 0;
    margin-bottom: 0;
}

.g_overline_text.u-overline-style-main {
    font-size: 1em;
}

.g_visual_wrap {
    background-color: color-mix(in lab, currentcolor 10%, transparent);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.g_visual_img {
    object-position: inherit;
}

.g_visual_overlay {
    background-color: #000;
}

.styleguide_list {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--site--gutter);
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.styleguide_card_visual {
    border-top-left-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
    border-top-right-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
    border-bottom-left-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
    border-bottom-right-radius: var(
        --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>
    );
    opacity: 0.1;
    pointer-events: none;
    background-color: currentColor;
    width: 100%;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0;
}

.styleguide_flex_wrap {
    aspect-ratio: 1;
    background-image: url("../images/dots.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 88%;
    flex-flow: column;
    width: 100%;
    display: flex;
    container-type: inline-size;
}

.styleguide_flex_dot {
    opacity: 0.1;
    pointer-events: none;
    background-color: currentColor;
    border-radius: 100vw;
    min-width: 16cqw;
    min-height: 16cqw;
    padding: 0;
}

.g_clickable_wrap {
    z-index: 3;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.g_clickable_link {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
}

.g_clickable_btn {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
}

.styleguide_layout {
    grid-column-gap: var(--site--gutter);
    grid-row-gap: var(--_spacing---space--9);
    --_column-count---value: 12;
    flex-flow: row;
    grid-auto-columns: 1fr;
    align-items: start;
    display: flex;
    position: relative;
}

.styleguide_content {
    grid-column: 1 / span 8;
    width: 80%;
}

.styleguide_nav_wrap {
    top: var(--_spacing---space--9);
    margin-top: var(--_spacing---space--9);
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: sticky;
    overflow: clip auto;
}

.styleguide_nav_list {
    border-left: var(--_button-sizes---border-width) solid
        var(--_theme---border--main);
}

.styleguide_nav_item {
    margin-left: calc(var(--border-width--main) * -0.5);
}

.styleguide_nav_link {
    outline-offset: var(--focus--offset-inner);
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.75rem;
    display: block;
}

.styleguide_nav_link.w--current {
    border-left-style: solid;
    border-left-width: var(--_button-sizes---border-width);
    color: var(--_theme---brand-primary--main);
    border-left-color: currentColor;
}

.styleguide_nav_sub_list {
    overflow: hidden;
}

.styleguide_nav_sub_link {
    opacity: 0.6;
    outline-offset: var(--focus--offset-inner);
    padding: 0.25rem 1.1rem;
    line-height: 1.3em;
    display: block;
}

.styleguide_nav_sub_link:hover,
.styleguide_nav_sub_link.w--current {
    opacity: 1;
}

.styleguide_nav_sub_wrap {
    grid-template-rows: 0fr;
    grid-template-columns: minmax(0, 1fr);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    display: grid;
}

.btn_play_pause {
    opacity: 0;
    display: block;
}

.btn_play_play {
    display: block;
}

.g_overline_layout {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    vertical-align: baseline;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.g_svg {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible !important;
}

.styleguide_card_hidden {
    display: none;
}

.g_section_space {
    height: var(--_spacing---section-space--none);
    position: relative;
}

.g_section_space:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
    height: var(--_spacing---section-space--small);
}

.g_section_space:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
    height: var(--_spacing---section-space--main);
}

.g_section_space:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
    height: var(--_spacing---section-space--large);
}

.g_section_space:where(.w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342) {
    height: var(--site--margin);
}

.g_section_space:where(.w-variant-e359d2da-de19-6775-b122-3e06f925f39e) {
    height: var(--_spacing---section-space--page-top);
}

.hero_utility-page_header {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.g_section_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.g_section_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
}

.g_section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.g_section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
}

.g_paragraph {
    text-wrap: pretty;
}

.g_paragraph li {
    line-height: var(--_typography---line-height--1-1);
    margin-top: calc(var(--_spacing---space--1) / 1.5);
    text-wrap: balance;
}

.form_main_legend {
    margin-bottom: var(--_spacing---space--4);
}

.form_main_radio_input {
    z-index: 2;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.form_main_radio_circle_wrap {
    aspect-ratio: 1;
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    padding: 0;
    display: flex;
}

.form_main_radio_label {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    font-weight: inherit;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.form_main_radio_circle_inner {
    aspect-ratio: 1;
    opacity: 0;
    background-color: currentColor;
    border-radius: 100vw;
    width: 80%;
    padding: 0;
}

.form_main_list {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.form_main_checkbox_label {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    font-weight: inherit;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.form_main_checkbox_input {
    z-index: 2;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.form_main_checkbox_box {
    aspect-ratio: 1;
    border: var(
            --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>
        )
        solid var(--_theme---border--main);
    border-radius: var(
        --radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>
    );
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    padding: 0;
    display: flex;
}

.form_main_checkbox_icon {
    opacity: 0;
    color: var(--_theme---background--surface-main);
    width: 63%;
    overflow: visible !important;
}

.g_content {
    text-align: var(--_alignment---direction, start);
}

.g_content:where(.w-variant-67e1f4a6-997b-b215-d348-cc757a57083b) {
    --_alignment---direction: start;
}

.g_content:where(.w-variant-4f54624e-ceb1-0769-a238-365d5e220b70) {
    --_alignment---direction: center;
}

.g_content:where(.w-variant-405b6754-709a-81de-bf32-f0102c0c7aa2) {
    --_alignment---direction: end;
}

.g_background_color {
    pointer-events: none;
}

.g_background_color:where(.w-variant-cd5f9287-5b9f-b1bf-cfe9-3449eb06f297) {
    background-color: var(--_theme---background--surface-main);
}

.g_background_color:where(.w-variant-eb0f2029-84f7-ce58-38ea-0afc3f5a3171) {
    background-color: var(--_theme---background--surface-light);
}

.g_background_color:where(.w-variant-c845015d-52b8-f15f-01ef-7e144fe2694a) {
    background-color: var(--_theme---background--surface-dark);
}

.g_background_color:where(.w-variant-e1228c0a-33c7-e772-d61e-c8487b9f0f59) {
    background-color: var(--_theme---background--surface-inverse);
}

.styleguide_classes_list.u-flex-vertical-wrap.u-gap-8 {
    padding: 5rem;
}

.u-heading-style-display-xlg {
    font-family: var(--_heading-style---font-family);
    color: var(--_theme---typography--heading);
    font-size: var(--_heading-style---font-size);
    line-height: var(--_heading-style---line-height);
    font-weight: var(--_heading-style---font-weight);
    letter-spacing: var(--_heading-style---letter-spacing);
    --_heading-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_heading-style---font-size: var(
        --_typography---heading-sizes--display-xlarge
    );
    --_heading-style---line-height: var(--_typography---line-height--1-3);
    --_heading-style---font-weight: var(
        --_typography---primary-font--extra-light
    );
    --_heading-style---letter-spacing: var(
        --_typography---letter-spacing--n-xsm
    );
    --_heading-style---margin-top: var(--_spacing---space--2);
    --_heading-style---margin-bottom: var(--_spacing---space--3);
    --_heading-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
    --_heading-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    text-transform: var(--_heading-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-text-style-display-xlarge {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(
        --_typography---heading-sizes--display-xlarge
    );
    --_text-style---line-height: var(--_typography---line-height--1);
    --_text-style---font-weight: var(--_typography---primary-font--medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--n-xsm);
    --_text-style---margin-top: var(--_spacing---space--8);
    --_text-style---margin-bottom: var(--_spacing---space--7);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-text-style-xsmall {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-xsmall);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-text-style-tiny {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-tiny);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-overline-style-large {
    font-family: var(--_overline-style---font-family);
    color: var(--_theme---typography--overline);
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-large) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-overline-style-main {
    font-family: var(--_overline-style---font-family);
    color: var(--_theme---typography--overline);
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-main) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-overline-style-small {
    font-family: var(--_overline-style---font-family);
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-small) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-overline-style-xsmall {
    font-family: var(--_overline-style---font-family);
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-xsmall) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.styleguide_grid_smalll.u-grid-autofill {
    --_column-count---value: 4;
}

.u-ratio-9-16 {
    aspect-ratio: 9 / 16;
}

.u-ratio-1-2 {
    aspect-ratio: 1 / 2;
}

.u-tablet-show,
.u-mobile-landscape-show,
.u-mobile-show {
    display: none;
}

.styleguide_placeholder_frame {
    border: 1px dashed var(--_theme---border--main);
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
    padding: 1rem;
}

.hidden {
    display: none;
}

.slider-nav {
    z-index: 2;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 16px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-nav-inactive {
    cursor: pointer;
    background-color: #95a0b2;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    padding: 0;
}

.slider-nav-active {
    cursor: pointer;
    background-color: #000;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    padding: 0;
}

.slider-arrows {
    justify-content: center;
    column-gap: 8px;
    margin-top: 24px;
    display: flex;
}

.slider-arrow {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dde3e8;
    border-radius: 8px;
    min-width: 148px;
    padding: 9px 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
        sans-serif;
    font-weight: 500;
    box-shadow: 0 2px 1px #95a0b214;
}

.g_slide {
    margin-bottom: var(--_spacing---space--6);
    background-color: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    width: 100%;
    height: auto;
}

.bullet_layout {
    background-color: var(--_theme---background--surface-dark);
    width: 100%;
    height: 100%;
}

.bullet_layout:where(.w-variant-ae14e730-bc66-a347-777d-8f7a94eda85a) {
    background-color: var(--_theme---brand-primary--main);
    width: 100%;
    height: 100%;
}

.bullet_layout:where(.w-variant-c161af66-a8a9-96fe-0483-8086a165f92c) {
    background-color: var(--_color-primitives---neutral--500);
}

.bullet_layout:where(.w-variant-c0346eb8-46f1-60d8-0010-250c4456b9fe) {
    background-color: var(--_theme---background--surface-inverse);
    opacity: 0.25;
}

.bullet_layout:where(.w-variant-ecc4c8aa-bd5c-157b-5e23-f0a71d23a8c6) {
    background-color: var(--_theme---brand-primary--light);
}

.bullet_layout:where(.w-variant-cc62354e-2a64-0f24-63b4-0338a981b699) {
    background-color: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
}

.bullet_layout.accent {
    background-color: #ff2323;
    width: 100%;
    height: 100%;
}

.u-subtitle-style-large {
    font-family: var(--_subtitle-style---font-family);
    color: var(--_theme---typography--subtitle);
    font-size: var(--_subtitle-style---font-size);
    line-height: var(--_subtitle-style---line-height);
    font-weight: var(--_subtitle-style---font-weight);
    letter-spacing: var(--_subtitle-style---letter-spacing);
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_subtitle-style---font-size: var(--_typography---font-size--text-main);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    text-transform: var(--_subtitle-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-subtitle-style-medium {
    font-family: var(--_subtitle-style---font-family);
    color: var(--_theme---typography--subtitle);
    font-size: var(--_subtitle-style---font-size);
    line-height: var(--_subtitle-style---line-height);
    font-weight: var(--_subtitle-style---font-weight);
    letter-spacing: var(--_subtitle-style---letter-spacing);
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_subtitle-style---font-size: var(--_typography---font-size--text-small);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    text-transform: var(--_subtitle-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-subtitle-style-small {
    font-family: var(--_subtitle-style---font-family);
    color: var(--_theme---typography--subtitle);
    font-size: var(--_subtitle-style---font-size);
    line-height: var(--_subtitle-style---line-height);
    font-weight: var(--_subtitle-style---font-weight);
    letter-spacing: var(--_subtitle-style---letter-spacing);
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_subtitle-style---font-size: var(--_typography---font-size--text-xsmall);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    text-transform: var(--_subtitle-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-container-large {
    max-width: min(var(--container--large), 100% - var(--site--margin) * 2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    container: threshold-large / inline-size;
}

.u-overline-style-tiny {
    font-family: var(--_overline-style---font-family);
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-tiny) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.ds_caption {
    color: var(
        --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>
    );
}

.ds_caption.u-text-style-small.u-color-faded {
    text-align: var(--_alignment---direction, start);
}

.ds_settings_frame_wrap {
    margin-top: var(--_spacing---space--6);
    margin-bottom: var(--_spacing---space--6);
    padding: var(--_units---size--1-5rem);
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    border-radius: var(--_border---radius--small);
    background-color: var(--_theme---background--surface-main);
    color: var(
        --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>
    );
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.ds_settings_content {
    border-left: var(--_button-sizes---border-width) solid
        var(--_theme---border--main);
}

.ds_settings_overline {
    color: var(
        --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>
    );
    margin-bottom: 0;
}

.h_styles_tag {
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
    background-color: var(--_color-primitives---feedback-informative--600);
    color: var(
        --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>
    );
    line-height: var(--_typography---line-height--1);
    text-align: center;
    cursor: pointer;
    align-self: flex-start;
    width: 100%;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    position: relative;
}

.h_styles_tag.is--desktop-base-size {
    z-index: var(--_typography---heading-scales--desktop-base-size);
}

.h_styles_tag.is--desktop-scale-ratio {
    z-index: var(--_typography---heading-scales--desktop-scale-ratio);
}

.p_styles_tag {
    border-radius: var(
        --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>
    );
    background-color: var(--_color-primitives---feedback-informative--600);
    color: var(
        --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>
    );
    line-height: var(--_typography---line-height--1);
    text-align: center;
    cursor: pointer;
    align-self: flex-start;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    position: relative;
}

.p_styles_tag.is--mobile-scale-ratio {
    z-index: var(--_typography---font-scales--mobile-scale-ratio);
}

.p_styles_tag.is--mobile-base-size {
    z-index: var(--_typography---font-scales--mobile-base-size);
}

.p_styles_tag.is--deskop-base-size {
    z-index: var(--_typography---font-scales--desktop-base-size);
}

.p_styles_tag.is--desktop-scale-ratio {
    z-index: var(--_typography---font-scales--desktop-scale-ratio);
}

.ds_settings_grid {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.g_overline_underline {
    height: var(--_border---width--small);
    background-color: var(--_theme---border--main);
    position: relative;
}

.g_underline_marker {
    width: var(--_spacing---space--7);
    height: var(--_border---width--medium);
    background-color: var(--_theme---brand-secondary--main);
    background-image: linear-gradient(
        270deg,
        var(--_color-primitives---gradient-primary--start),
        var(--_color-primitives---gradient-primary--end)
    );
    display: flex;
}

.styles-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top: 1px solid #c8d1d9;
    flex-flow: column;
    padding-top: 24px;
    display: flex;
}

.styles-group-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.h6-heading {
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.styles-badge {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    display: inline-flex;
}

.styles-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
}

.styles-class {
    color: #fff;
    background-color: #2567eb;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.u-max-width-xlarge {
    width: 100%;
    max-width: 846px;
}

.styles-box {
    pointer-events: none;
    color: #a4c3ff;
    text-align: center;
    background-color: #e6ebff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    display: flex;
}

.styles-box.styles-box-border {
    border: 1px solid #8bb2ff;
}

.u-max-width-large {
    width: 100%;
    max-width: 628px;
}

.u-max-width-regular {
    width: 100%;
    max-width: 512px;
}

.u-max-width-small {
    width: 100%;
    max-width: 384px;
}

.u-max-width-xsmall {
    width: 100%;
    max-width: 320px;
}

.g_overline_inner_wrap.u-flex-horizontal-wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
}

.bullet_component {
    width: var(--_spacing---space--3);
    aspect-ratio: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 0.09375rem;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.bullet_component:where(.w-variant-66a0c8af-d3d8-aa4b-5bb7-ccf58781a968) {
    width: var(
        --_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>
    );
    height: var(
        --_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>
    );
}

.bullet_component:where(.w-variant-646fb353-8d6f-eef5-ac48-12de388e3aef) {
    width: var(
        --_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>
    );
    height: var(
        --_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>
    );
    position: relative;
}

.bullet_component:where(.w-variant-0e99372a-5cd7-b908-6cba-26cb78926461) {
    margin-left: 0;
    margin-right: 0;
}

.g_overline_contain {
    margin-bottom: var(--_spacing---space--6);
    font-size: var(--_overline-style---font-size);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-main) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    width: 100%;
}

.g_overline_contain:where(.w-variant-ee4fc1fa-ec42-661a-7848-34557e5472e3) {
    margin-bottom: var(--_spacing---space--5);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-small) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.g_overline_contain:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-large) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.g_overline_contain:where(.w-variant-aad240c8-c778-cfd3-f907-bff318627b15) {
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-xsmall) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.g_overline_contain:where(.w-variant-6f3e6449-2b0e-144d-03c5-fac5e34aa388) {
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-tiny) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.g_overline_outter_wrapp {
    justify-content: flex-start;
    align-items: center;
}

.u_padding_bottom_divider {
    padding-bottom: var(--_spacing---space--8);
    border-bottom: var(--_border---width--small) solid
        var(--_theme---border--main);
    width: 100%;
}

.u-ratio-5-2 {
    aspect-ratio: 5 / 2;
}

.u-ratio-4-3 {
    aspect-ratio: 4 / 3;
}

.u-ratio-16-10 {
    aspect-ratio: 16 / 10;
}

.u-ratio-21-9 {
    aspect-ratio: 21 / 9;
}

.u-ratio-2_76-1 {
    aspect-ratio: 2.76;
}

.u-ratio-3-4 {
    aspect-ratio: 3 / 4;
}

._w-slider-dot {
    justify-content: center;
    align-items: center;
    display: none;
}

.u-clear-text-style {
    letter-spacing: 0;
    text-transform: none;
    text-wrap: pretty;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    display: flow-root;
}

.caption_main_component {
    z-index: 1;
    position: absolute;
    inset: auto 0% 0% auto;
}

.caption_main_component:where(.w-variant-c909ed6d-2f07-3a8f-3dec-5941ba4c837a) {
    position: absolute;
    inset: 0% 0% auto auto;
}

.caption_main_component:where(.w-variant-3249985a-0a29-9d8f-8383-76cc81fa8424) {
    position: absolute;
    inset: 0% auto auto 0%;
}

.caption_main_component:where(.w-variant-5f7b468d-6660-2d85-eed2-cc40c91c2d5d) {
    position: absolute;
    inset: auto auto 0% 0%;
}

.caption_main_layout {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    justify-content: center;
    align-items: center;
    display: flex;
}

.caption_main_layout:where(.w-variant-1fee15c1-cc7e-7fec-d644-a93b7824b074) {
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_caption-style---font-size: var(--_typography---font-size--text-xsmall);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(--_units---icon-size--12);
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--5);
    --_caption-style---float-margim-v: var(--_spacing---space--5);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--3);
    --_caption-style---inner-gap: var(--_spacing---space--2);
}

.caption_main_layout:where(.w-variant-46f52c3a-a2de-5917-c46c-360d893d75c2) {
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_caption-style---font-size: var(--_typography---font-size--text-tiny);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(
        --_units---icon-size--8\<deleted\|variable-d2fcfd7f-2745-ea7a-0968-10b0244e2c34\>
    );
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--3);
    --_caption-style---float-margim-v: var(--_spacing---space--3);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--3);
    --_caption-style---inner-gap: var(--_spacing---space--2);
}

.caption_content_wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.g_visual_content {
    padding: var(--_units---padding--medium);
}

.caption_text {
    color: var(--_theme---typography--heading);
    text-transform: none;
}

.u-caption-style-main {
    font-family: var(--_caption-style---font-family);
    color: var(--_theme---typography--caption);
    font-size: var(--_caption-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_caption-style---font-weight);
    letter-spacing: var(--_caption-style---letter-spacing);
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_caption-style---font-size: var(--_typography---font-size--text-small);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(--_units---icon-size--16);
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--7);
    --_caption-style---float-margim-v: var(--_spacing---space--7);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--4);
    --_caption-style---inner-gap: var(--_spacing---space--2);
    text-transform: var(--_caption-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-caption-style-small {
    font-family: var(--_caption-style---font-family);
    color: var(--_theme---typography--caption);
    font-size: var(--_caption-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_caption-style---font-weight);
    letter-spacing: var(--_caption-style---letter-spacing);
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_caption-style---font-size: var(--_typography---font-size--text-xsmall);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(--_units---icon-size--12);
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--5);
    --_caption-style---float-margim-v: var(--_spacing---space--5);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--3);
    --_caption-style---inner-gap: var(--_spacing---space--2);
    text-transform: var(--_caption-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-caption-style-xsmall {
    font-family: var(--_caption-style---font-family);
    color: var(--_theme---typography--caption);
    font-size: var(--_caption-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_caption-style---font-weight);
    letter-spacing: var(--_caption-style---letter-spacing);
    --_caption-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_caption-style---font-size: var(--_typography---font-size--text-tiny);
    --_caption-style---font-weight: var(--_typography---primary-font--light);
    --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
    --_caption-style---svg-size: var(
        --_units---icon-size--8\<deleted\|variable-d2fcfd7f-2745-ea7a-0968-10b0244e2c34\>
    );
    --_caption-style---line-height: var(--_typography---line-height--1-1);
    --_caption-style---text-transform: var(
        --_typography---text-transform--none
    );
    --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
    --_caption-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_caption-style---float-margim-h: var(--_spacing---space--3);
    --_caption-style---float-margim-v: var(--_spacing---space--3);
    --_caption-style---fixed-margin-h: var(--_spacing---space--3);
    --_caption-style---fixed-margim-v: var(--_spacing---space--3);
    --_caption-style---outter-gap: var(--_spacing---space--3);
    --_caption-style---inner-gap: var(--_spacing---space--2);
    text-transform: var(--_caption-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.g_visual_lightbox {
    display: none;
}

.g_visual_lightbox:where(.w-variant-51a9f26d-63f5-b2c6-ea5d-8c901a907f4e) {
    display: block;
}

.g_visual_media:where(.w-variant-51a9f26d-63f5-b2c6-ea5d-8c901a907f4e) {
    display: none;
}

.u-slide-base-wrap {
    width: 100%;
    height: auto;
}

.caption_visual_wrap {
    width: var(--_caption-style---svg-size);
    color: var(
        --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>
    );
}

.g_svg_wrap {
    color: inherit;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.caption_main_contain {
    padding: var(--_spacing---space--5) var(--_spacing---space--6);
    border-bottom: var(--_border---width--medium) solid
        var(--_theme---brand-secondary--main);
}

.g_background_wrap {
    pointer-events: none;
}

.sc_header_wrap {
    margin-bottom: var(--_spacing---space--3);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.sc_header_wrap:where(.w-variant-5db98c29-a83e-ae0d-8204-02e19c5c9c01) {
    margin-bottom: 0;
}

.u-mt-heading {
    margin-top: var(--_heading-style---margin-top);
}

.u-mt-subtitle {
    margin-top: var(--_subtitle-style---margin-top);
}

.u-mb-heading {
    margin-bottom: var(--_heading-style---margin-bottom);
}

.u-mb-subtitle {
    margin-bottom: var(--_subtitle-style---margin-bottom);
}

.btn_expand_layout {
    grid-column-gap: var(--_button-sizes---gap);
    grid-row-gap: var(--_button-sizes---gap);
    border: var(--_button-sizes---border-width) solid
        var(--_button-style---border);
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_button-style---background);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    color: var(--_button-style---text);
    justify-content: center;
    align-self: center;
    align-items: center;
    transition: all 0.24s ease-out;
}

.btn_expand_layout:where(.w-variant-778b43ed-236f-3049-aa32-9e15d0c955ee) {
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:where(.w-variant-fd3f5d0b-2702-8d23-5ece-e1ac8e3b41e5) {
    --_button-style---border: var(--_theme---button-terciary--border);
    --_button-style---background: var(--_theme---button-terciary--background);
    --_button-style---text: var(--_theme---button-terciary--text);
    --_button-style---border-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:where(.w-variant-7fea5e5c-1e77-09df-26d1-eaf44e2a9ba5) {
    --_button-style---border: var(--_theme---button-quartiary--border);
    --_button-style---background: var(--_theme---button-quartiary--background);
    --_button-style---text: var(--_theme---button-quartiary--text);
    --_button-style---border-hover: var(
        --_theme---button-quartiary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-quartiary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    -webkit-backdrop-filter: blur(
        var(
            --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>
        )
    );
    backdrop-filter: blur(
        var(
            --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>
        )
    );
    color: var(--_button-style---text-hover);
}

.btn_expand_icon {
    width: var(--_button-sizes---icon-size);
    aspect-ratio: 1;
}

.btn_expand_wrap {
    z-index: 1;
    margin: var(
            --_content---float-margin-v\<deleted\|variable-fb3fb6c5-3d57-2271-a58f-81f8530134d5\>
        )
        var(
            --_content---float-margin-h\<deleted\|variable-444c2e5a-4835-773f-fa65-bca5abfcc228\>
        );
    grid-column-gap: var(--_button-sizes---gap);
    grid-row-gap: var(--_button-sizes---gap);
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--20);
    --_button-sizes---height: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.5 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    justify-content: center;
    align-self: center;
    align-items: center;
    position: absolute;
    inset: 0% 0% auto auto;
}

.btn_expand_wrap:where(.w-variant-17f136aa-ef2f-f105-94f7-b3ac129be3b3) {
    margin: var(--_spacing---space--2);
}

.btn_expand_wrap:where(.w-variant-665a8e14-a7ec-fd14-50f1-538b02356010) {
    margin: var(--_spacing---space--5);
}

.btn_expand_wrap:where(.w-variant-e4ae3d85-59f2-c0bb-d171-7e448b5ad254) {
    position: static;
}

.btn_expand_contain {
    min-height: var(--_button-sizes---height);
    grid-column-gap: var(--_button-sizes---gap);
    grid-row-gap: var(--_button-sizes---gap);
    aspect-ratio: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
}

.btn_expand_contain:where(.w-variant-26f1cd5b-7e29-6f55-cb6b-64b846675fb6) {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--24);
    --_button-sizes---height: clamp(
        2.5 * 1rem,
        (
            (
                    2.5 -
                        (
                            (3 - 2.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (3 - 2.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        3 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
}

.btn_expand_contain:where(.w-variant-ad4d9309-2313-988c-d247-88ef4fddab05) {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--16);
    --_button-sizes---height: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2.5 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 1.5);
    --_button-sizes---h-padding: clamp(
        0.75 * 1rem,
        (
            (
                    0.75 -
                        (
                            (1 - 0.75) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1 - 0.75) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
}

.btn_expand_contain:where(.w-variant-18584ffe-9dc6-ad1f-8e28-ce4c0bd8cf52) {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--12);
    --_button-sizes---height: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.5 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
}

.btn_expand_contain:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.sc_header_subtitle_wrap {
    opacity: 0.7;
}

.sc_header_main_content {
    max-width: 60%;
}

.sc_header_main_content.u-flex-vertical-nowrap.u-column-7.u-gap-4 {
    max-width: 70%;
}

.sc_header_inner_wrap {
    width: 100%;
}

.rich-text-block {
    flex: 1;
}

.g_underline_decoration {
    z-index: 0;
    height: var(--_border---width--medium);
    background-color: var(--_color-primitives---neutral--300);
    width: 2.5rem;
    position: absolute;
    inset: auto auto 0% 0%;
}

.navbar {
    z-index: 200;
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    inset: 0% 0% auto;
}

.navbar:where(.w-variant-bb6d5122-a5f3-d8d7-4509-7be6ab055ed6) {
    position: sticky;
}

.navbar_wrap {
    color: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    justify-content: space-between;
    align-items: stretch;
}

.navbar_header {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
}

.navbar_header_bg {
    background-color: var(
        --_color-primitives---neutral--950\<deleted\|variable-f232eab9-45da-3fc8-c8f9-f97173bfef2a\>
    );
}

.navbar_container.u-container {
    flex-flow: column;
    justify-content: center;
}

.navbar_header_layout {
    height: var(--_sizes---navbar--top-height);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    display: flex;
}

.navbar_cta_block {
    grid-column-gap: var(--_spacing---space--1);
    justify-content: center;
    align-items: center;
    display: flex;
}

.social-icon-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.125em;
    display: flex;
}

.social-icon-component.is--social-insta:hover {
    color: #fff;
    background-color: #7638fa;
}

.social-icon-component.is--social-face:hover {
    color: #fff;
    background-color: #3b5998;
}

.social-icon-component.is--social-lkd:hover {
    color: #fff;
    background-color: #2867b2;
}

.navbar_header_content {
    grid-column-gap: var(--_spacing---space--5);
    justify-content: center;
    align-items: center;
    display: flex;
}

.navbar_cta_title {
    margin-right: var(--_spacing---space--4);
    color: #fff;
}

.nav_cta_block {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    opacity: 0.8;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.nav_cta_block:hover {
    opacity: 1;
}

.nav_cta_block.u-hflex-center-center {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    color: #fff;
    border-left: 1px solid #ffffff1f;
    padding-left: 1rem;
}

.nav_cta_block.u-hflex-center-center:hover {
    color: #fff;
}

.nav_cta_block.u-hflex-center-center.fade-text {
    justify-content: center;
    align-items: center;
    display: flex;
}

.navbar_main {
    position: relative;
}

.navbar_main_bg {
    background-color: var(--_theme---overlay--darker);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
}

.navbar_main_layout {
    height: var(--_sizes---navbar--botom-height);
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.navbar_logo_wrap {
    color: #165ed1;
    height: calc(90% + 1rem);
    margin-top: -1.25rem;
}

.navbar_logo {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.navbar_menu_wrap {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
}

.navbar_link {
    padding-right: var(--_spacing---space--4);
    padding-left: var(--_spacing---space--4);
    opacity: 0.7;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.navbar_link:hover {
    opacity: 1;
}

.navbar_link_underline {
    background-color: var(--_theme---brand-primary--main);
    width: 0%;
    height: 0.125rem;
    position: absolute;
    inset: auto 0% 0%;
}

.navbar_btn {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    display: none;
}

.u-svg-icon-xsmall {
    width: var(--_units---icon-size--16);
    height: var(--_units---icon-size--16);
}

.navbar_link_text.u-overline-style-main {
    font-weight: var(
        --_typography---secondary-font--regular\<deleted\|variable-53e22c6e-2d3f-ef8c-c938-d09a182a8de9\>
    );
    letter-spacing: var(--_typography---letter-spacing--n-xsm);
    text-transform: none;
}

.g_slide_wrap {
    background-color: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--20);
    --_button-sizes---height: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.5 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    width: 100%;
}

.g_slide_wrap.u-cover {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--16);
    --_button-sizes---height: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2.5 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 1.5);
    --_button-sizes---h-padding: clamp(
        0.75 * 1rem,
        (
            (
                    0.75 -
                        (
                            (1 - 0.75) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1 - 0.75) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    overflow: visible;
}

.g_slide_button {
    z-index: 25;
    width: var(--_button-sizes---height);
    height: var(--_button-sizes---height);
    margin-right: var(--_button-sizes---inner-margin);
    margin-left: var(--_button-sizes---inner-margin);
    grid-column-gap: var(--_button-sizes---gap);
    grid-row-gap: var(--_button-sizes---gap);
    aspect-ratio: 1;
    border: var(--_button-sizes---border-width) solid
        var(--_button-style---border);
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_button-style---background);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    color: var(--_button-style---text);
    justify-content: center;
    align-items: center;
    transition: all 0.32s;
    display: flex;
}

.g_slide_button:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.g_slide_button_icon {
    width: var(--_button-sizes---icon-size);
    justify-content: center;
    align-items: center;
}

.u-media-wrap-full {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
}

.feauture_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature_content {
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.feature_content:where(.w-variant-0d3020b2-c75b-79b3-937d-57c238628922) {
    flex-flow: column-reverse;
}

.feature_overline {
    color: var(--_theme---typography--text);
}

.feature_title {
    letter-spacing: var(--_typography---letter-spacing--std);
}

.feature_title.u-overline-style-main:where(
        .w-variant-0d3020b2-c75b-79b3-937d-57c238628922
    ) {
    text-transform: uppercase;
}

.u-light-filter {
    filter: saturate(0%) brightness(400%);
}

.feaure_icon_wrap {
    padding-right: var(--_spacing---space--2);
    border-right: var(--_border---width--medium) solid
        var(--_theme---brand-primary--main);
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.feaure_icon_wrap:where(.w-variant-a74464f8-4490-c6ae-c0b4-69b9a4623618) {
    margin-right: var(--_spacing---space--2);
    padding-right: var(--_spacing---space--3);
}

.feaure_icon_wrap:where(.w-variant-b49d364a-6f9d-3a82-dad2-1e10402f5055) {
    margin-right: var(--_spacing---space--3);
    padding-right: var(--_spacing---space--3);
}

.feaure_icon {
    width: var(--_units---icon-size--20);
    height: var(--_units---icon-size--20);
    aspect-ratio: 1;
    flex: none;
}

.feaure_icon:where(.w-variant-bc02cc85-b698-c15f-5ee7-84945ed9eaeb) {
    width: var(--_units---icon-size--12);
    height: var(--_units---icon-size--12);
}

.feaure_icon:where(.w-variant-1515fe2d-b77e-2748-1366-2492baf83b13) {
    width: var(--_units---icon-size--16);
    height: var(--_units---icon-size--16);
}

.feaure_icon:where(.w-variant-a74464f8-4490-c6ae-c0b4-69b9a4623618) {
    width: var(--_units---icon-size--24);
    height: var(--_units---icon-size--24);
}

.feaure_icon:where(.w-variant-b49d364a-6f9d-3a82-dad2-1e10402f5055) {
    width: var(--_units---icon-size--32);
    height: var(--_units---icon-size--32);
}

.g_vertical_line_divider {
    width: var(--_border---width--small);
    height: var(--_spacing---space--3);
    border-radius: var(--_border---radius--large);
    background-color: var(--_theme---background--surface-inverse);
    opacity: 0.15;
    flex: none;
    max-height: 70%;
    margin-top: auto;
    margin-bottom: auto;
}

.u-whatsapp-text-color {
    color: var(--_color-primitives---whatsapp--main);
}

.u-whatsapp-text-color:hover {
    color: var(--_color-primitives---whatsapp--dark);
}

.button_wrap {
    position: relative;
}

.button_wrap:where(.w-variant-8d656002-eef4-cd8e-f50f-b7368aba626d) {
    flex: 1;
}

.button_content {
    grid-column-gap: inherit;
    grid-row-gap: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button_content:where(.w-variant-2581d27a-20d1-00d0-96b2-39edf6325f51) {
    flex-flow: row-reverse;
}

.button_text {
    line-height: var(--_overline-style---line-height);
}

.button_icon {
    width: var(--_button-sizes---icon-size);
    aspect-ratio: 1;
    color: var(--_button-style---text);
    flex: none;
    justify-content: center;
    align-items: center;
}

.button_layout {
    border: var(--_button-sizes---border-width) solid
        var(--_button-style---border);
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_button-style---background);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    color: var(--_button-style---text);
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-ccad6ca3-6db4-664e-c9e9-5ed9641819e9) {
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-f93572b2-36b5-8279-bf06-71a4087096e0) {
    --_button-style---border: var(--_theme---button-terciary--border);
    --_button-style---background: var(--_theme---button-terciary--background);
    --_button-style---text: var(--_theme---button-terciary--text);
    --_button-style---border-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-terciary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-d37d6d81-0559-fd6e-1fb6-c0517c5024f4) {
    --_button-style---border: var(--_theme---button-quartiary--border);
    --_button-style---background: var(--_theme---button-quartiary--background);
    --_button-style---text: var(--_theme---button-quartiary--text);
    --_button-style---border-hover: var(
        --_theme---button-quartiary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-quartiary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-a73b04c8-de9b-c60f-3ca9-d847a1e7903c) {
    --_button-style---border: var(--_color-primitives---whatsapp--main);
    --_button-style---background: var(--_color-primitives---whatsapp--main);
    --_button-style---text: var(--_color-primitives---whatsapp--dark);
    --_button-style---border-hover: var(--_color-primitives---whatsapp--light);
    --_button-style---background-hover: var(
        --_color-primitives---whatsapp--light
    );
    --_button-style---text-hover: var(--_color-primitives---whatsapp--dark);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.button_contain {
    height: var(--_button-sizes---height);
    padding-top: var(--_button-sizes---v-padding);
    padding-right: var(--_button-sizes---h-padding);
    padding-bottom: var(--_button-sizes---v-padding);
    padding-left: var(--_button-sizes---h-padding);
    grid-column-gap: var(--_button-sizes---gap);
    grid-row-gap: var(--_button-sizes---gap);
    border-top-style: solid;
    border-top-width: var(--_button-sizes---border-width);
    border-right-style: solid;
    border-right-width: var(--_button-sizes---border-width);
    border-bottom-style: solid;
    border-bottom-width: var(--_button-sizes---border-width);
    border-left-style: solid;
    border-left-width: var(--_button-sizes---border-width);
    border-top-left-radius: var(--_button-sizes---border-radius);
    border-top-right-radius: var(--_button-sizes---border-radius);
    border-bottom-left-radius: var(--_button-sizes---border-radius);
    border-bottom-right-radius: var(--_button-sizes---border-radius);
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--20);
    --_button-sizes---height: clamp(
        2 * 1rem,
        (
            (
                    2 -
                        (
                            (2.5 - 2) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 2) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1 * 1rem,
        (
            (
                    1 -
                        (
                            (1.5 - 1) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1.5 - 1) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1.5 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-small) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button_contain:where(.w-variant-5cf65789-c00d-67c4-ef88-091459e4b6bd) {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--24);
    --_button-sizes---height: clamp(
        2.5 * 1rem,
        (
            (
                    2.5 -
                        (
                            (3 - 2.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (3 - 2.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        3 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
    --_button-sizes---h-padding: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-large) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.button_contain:where(.w-variant-5cf65789-c00d-67c4-ef88-091459e4b6be) {
    --_button-sizes---border-width: var(--_border---width--small);
    --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
    --_button-sizes---border-radius: var(--_border---radius--main);
    --_button-sizes---icon-size: var(--_units---icon-size--16);
    --_button-sizes---height: clamp(
        1.5 * 1rem,
        (
            (
                    1.5 -
                        (
                            (2.5 - 1.5) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (2.5 - 1.5) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        2.5 * 1rem
    );
    --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
    --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 1.5);
    --_button-sizes---h-padding: clamp(
        0.75 * 1rem,
        (
            (
                    0.75 -
                        (
                            (1 - 0.75) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                (
                    (1 - 0.75) /
                        (var(--screen-size--max) - var(--screen-size--min))
                ) * 100vw
        ),
        1 * 1rem
    );
    --_button-sizes---outter-margin: calc(
        calc(var(--site--margin) * -1) / 1.25
    );
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-small) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.button_contain:where(.w-variant-b1079f9a-a3bf-0bc1-e78e-8d3333070ddd) {
    padding: var(--_button-sizes---v-padding);
    aspect-ratio: 1;
}

.marques_cta {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: inline-flex;
}

.grid_effect_card {
    aspect-ratio: 3 / 2;
    border-radius: var(--_border---radius--main);
    width: 30vw;
    overflow: hidden;
}

.grid_effect_card.content-07-grid-row-item-mid {
    color: #000;
    text-align: center;
    background-color: #f1f1f1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    display: flex;
    position: relative;
}

.link_text_wrap {
    margin-top: var(--_spacing---space--9);
    padding-bottom: var(--_spacing---space--3);
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    color: var(--_theme---brand-primary--main);
    justify-content: center;
    align-items: center;
    transition: all 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    position: relative;
}

.link_text_wrap:hover {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    color: var(--_theme---brand-primary--dark);
}

.link_text {
    color: inherit;
}

.link_text_icon {
    width: var(--_units---icon-size--16);
    aspect-ratio: 1;
    color: inherit;
}

.u-base-vertical-layout {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    flex-flow: column;
    display: flex;
}

.u-hflex-center-center {
    flex-flow: row;
    place-content: center;
    align-items: center;
    display: flex;
}

.link_text_underline {
    height: var(--_border---width--medium);
    background-color: var(--_theme---border--accent);
    width: 25%;
    position: absolute;
    inset: auto 0% 0%;
}

.g_lightbox_wrap.u-cover-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.lightbox_main_img {
    z-index: 0;
    transition: transform 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lightbox_main_img:hover {
    transform: scale(1.025);
}

.heading_description_wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    justify-content: flex-end;
    align-items: center;
    max-width: 35rem;
    display: flex;
}

.feauture_small_wrap {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.u-3-columns-slide {
    margin-right: var(--_spacing---space--3);
    padding-left: var(--_spacing---space--3);
    --_gap---size: var(--site--gutter);
    width: calc((100% + (var(--_gap---size) * 1)) / 3);
    margin-left: calc(var(--_spacing---space--3) * -1);
    height: 100%;
    display: inline-block;
    position: relative;
}

.u-svg-icon-small {
    width: var(--_units---icon-size--20);
    height: var(--_units---icon-size--20);
}

.g_slot:where(.w-variant-0d3020b2-c75b-79b3-937d-57c238628922) {
    width: 100%;
    height: 100%;
}

.u-float-left-top {
    inset: 0% auto auto 0%;
}

.styleguide_padding_card {
    aspect-ratio: 1;
    background-color: var(--_color-primitives---neutral-alpha-dark--5);
    flex-flow: column;
    width: 100%;
    position: relative;
    container-type: inline-size;
}

.styleguide_dot {
    width: var(--_spacing---space--2);
    height: var(--_spacing---space--2);
    background-color: var(--_color-primitives---neutral-alpha-dark--90);
    opacity: 0.21;
    outline-offset: 3px;
    pointer-events: none;
    border-radius: 100vw;
    outline: 2px solid #303335;
    outline: 2px solid color(srgb 0.187852 0.200342 0.206628);
}

.u-float-right-top {
    inset: 0% 0% auto auto;
}

.u-float-left-bottom {
    inset: auto auto 0% 0%;
}

.u-float-right-bottom {
    inset: auto 0% 0% auto;
}

.u-float-center-top {
    inset: 0% auto auto 50%;
    transform: translate(-100%);
}

.hero_sc_container {
    padding-left: var(--site--margin);
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    display: flex;
}

.u-elevaion-distant {
    box-shadow: 0 318px 89px #0000, 0 203px 81px #00000003,
        0 114px 69px #0000000d, 0 51px 51px #00000017, 0 13px 28px #0000001a;
}

.g_hero_sc_wrap {
    color: var(--_theme---typography--text);
}

.g_hero_sc_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.g_hero_sc_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
}

.g_hero_sc_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.g_hero_sc_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
}

.hero_sc_layout {
    flex-flow: column;
}

.contact_bar_button_inner_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    flex-direction: column;
    flex: none;
    display: flex;
    position: relative;
}

.contact_bar_button {
    padding-right: var(--_spacing---space--5);
    padding-left: var(--_spacing---space--5);
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    border-radius: var(--_border---radius--large);
    background-color: var(--_theme---brand-secondary--darker);
    cursor: pointer;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    transition: background-color 0.32s ease-in-out;
    display: flex;
    position: relative;
}

.contact_bar_button:hover {
    background-color: var(
        --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>
    );
}

.contact_bar_button.is-whatsapp {
    background-color: var(--_color-primitives---whatsapp--main);
    color: var(--_color-primitives---neutral--50);
}

.contact_bar_button.is-whatsapp:hover {
    background-color: var(--_color-primitives---whatsapp--dark);
}

.contact_bar_wrap {
    z-index: 99999998;
    margin: var(--_spacing---space--5);
    background-color: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    position: fixed;
    inset: auto 0% 0% auto;
}

.contact_bar_header_wrap {
    padding-right: var(--_spacing---space--6);
    padding-left: var(--_spacing---space--6);
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    background-color: var(--_theme---brand-primary--main);
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    display: flex;
}

.contact_bar_button_title {
    color: var(--_color-primitives---whatsapp--dark);
}

.contact_bar_buttons_wrap {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.contact_bar_button_overline {
    color: var(--_theme---brand-primary--main);
}

.contact_bar_layout {
    height: var(--_sizes---contact-bar--height);
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.span_fone_ddd {
    opacity: 0.65;
    vertical-align: top;
    font-size: 0.85em;
}

.slide_card_wrap {
    aspect-ratio: 2;
    color: #fff;
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-height: 80dvh;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
}

.u-media-wrap-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 80dvh;
    max-height: 67.5rem;
}

.u-media-wrap-medium {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 60dvh;
}

.u-media-wrap-small {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 40dvh;
    position: relative;
}

.nav_small_wrap {
    left: 0%;
    top: calc(
        var(--_sizes---navbar--botom-height) +
            var(--_sizes---navbar--top-height)
    );
    z-index: 999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--_theme---border--main);
    background-color: var(--_theme---overlay--darker);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    position: fixed;
    bottom: auto;
    right: 0%;
}

.navbar_small_layout {
    min-height: var(--_sizes---navbar--sm-nav-height);
    justify-content: space-between;
    display: flex;
    overflow: auto;
}

.navbar_small_link {
    padding-right: var(--_spacing---space--4);
    padding-left: var(--_spacing---space--4);
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    border-bottom: var(--_border---width--large) solid
        var(--_color-primitives---neutral--0);
    flex-flow: row;
    flex: auto;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    display: flex;
}

.navbar_small_link:hover {
    color: #d92036;
}

.navbar_small_link.w--current {
    border-bottom-color: var(--_theme---brand-primary--main);
    background-image: radial-gradient(
        circle farthest-side at 50% 130%,
        var(--_color-primitives---primary-alpha--40),
        var(--_color-primitives---neutral-alpha-dark--transparent) 88%
    );
    color: #d92036;
}

.g_line_divider_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
}

.line_divider {
    height: var(--_border---width--small);
    background-color: var(--_theme---border--main);
    width: 100%;
}

.navbar_small_link_icon.u-svg-icon-xsmall,
.navbar_small_link_text.u-overline-style-xsmall {
    flex: none;
}

.navbar_btn_wrap {
    margin-left: var(--_spacing---space--4);
    justify-content: center;
    align-items: center;
    display: flex;
}

.form_btn {
    margin-top: var(--_spacing---space--4);
    border: 1px solid var(--_theme---button-primary--border);
    border-radius: var(--_border---radius--main);
    background-color: var(--_button-style---background);
    color: var(--_theme---button-primary--text);
    --_button-style---border: var(--_theme---button-primary--border);
    --_button-style---background: var(--_theme---button-primary--background);
    --_button-style---text: var(--_theme---button-primary--text);
    --_button-style---border-hover: var(
        --_theme---button-primary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-primary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-primary--text-hover);
    --_button-style---background-blur: 4px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    min-height: 2.5rem;
}

.form_btn:hover {
    border-color: var(--_theme---button-primary--border-hover);
    background-color: var(--_theme---button-quartiary--background-hover);
    color: var(--_theme---button-secondary--text-hover);
}

.wrap-text {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.navbar_small_menu_wrap {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.navbar_small_header {
    padding-right: var(--_spacing---space--2);
    padding-left: var(--_spacing---space--3);
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    display: flex;
}

.navbar_small_header_text.u-overline-style-xsmall {
    max-width: 13ch;
}

.emp_description_item {
    padding-top: var(--_spacing---space--3);
    padding-bottom: var(--_spacing---space--2);
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    border-bottom: 1px solid var(--_theme---border--main);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.emp_description_column {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: flex-end;
    align-items: center;
    padding-left: 2rem;
    display: flex;
}

.emp_description_column_left {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.g_texture_background {
    background-image: linear-gradient(#20222299, #20222299),
        url("../images/bg_texture_012x_1bg_texture_01@2x.avif");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.u-color-main {
    color: var(--_theme---brand-secondary--main);
}

.u-color-main-light {
    color: var(--_theme---brand-secondary--light);
}

.u-underline-layout {
    padding-bottom: var(--_spacing---space--3);
    border-bottom: 1px solid var(--_theme---border--main);
    width: 100%;
}

.h-wrap-small {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.macro_list_header_icon.u-svg-icon-small {
    color: var(--_theme---brand-primary--light);
}

.u-overline-style-small-3 {
    font-size: var(--_overline-style---font-size);
    line-height: var(--_overline-style---line-height);
    font-weight: var(--_overline-style---font-weight);
    letter-spacing: var(--_overline-style---letter-spacing);
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-small) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
    text-transform: var(--_overline-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-grid-2-columns {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.ficha_list_item {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    flex-flow: column;
    flex: 25rem;
    display: flex;
}

.ficha_list_item:where(.w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab) {
    flex: 25rem;
}

.ficha_list_header {
    padding-bottom: var(--_spacing---space--2);
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    border-bottom: 1px solid var(--_theme---border--main);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.ficha_list_header_text {
    font-weight: var(--_typography---primary-font--bold);
}

.ficha_list_header_text.u-overline-style-small.u-color-faded.u-weight-mediu:where(
        .w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab
    ) {
    --_overline-style---font-family: var(
        --_typography---primary-font--p-font-family
    );
    --_overline-style---font-size: calc(
        var(--_typography---font-size--text-main) /
            var(--_overline-style---font-size-ratio)
    );
    --_overline-style---line-height: var(--_typography---line-height--1-1);
    --_overline-style---font-weight: var(--_typography---primary-font--regular);
    --_overline-style---letter-spacing: var(
        --_typography---letter-spacing--xsm
    );
    --_overline-style---font-size-ratio: 1.25;
    --_overline-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_overline-style---margin-top: var(--_spacing---space--5);
    --_overline-style---margin-bottom: var(--_spacing---space--4);
    --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
    --_overline-style---trim-bottom: var(
        --_typography---primary-font--trim-bottom
    );
    --_overline-style---color: var(--_theme---typography--overline);
}

.ficha_list_content {
    padding-left: var(--_spacing---space--5);
}

.ficha_list_text.u-text-style-small {
    white-space: pre;
}

.ficha_list_text.u-text-style-small:where(
        .w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab
    ) {
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
}

.modal_trigger_btn {
    z-index: 25;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.modal_trigger_btn:focus-visible,
.modal_trigger_btn[data-wf-focus-visible] {
    outline-color: var(
        --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>
    );
    outline-offset: 4px;
    outline-width: 2px;
    outline-style: solid;
}

.g_modal_wap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
}

.g_modal_cover {
    position: absolute;
    inset: 0%;
}

.g_modal_card {
    z-index: 999;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: var(--_border---radius--small);
    color: #000;
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    max-width: 50rem;
    display: flex;
    position: relative;
}

.g_modal_content_wrap {
    padding: var(--_spacing---space--9);
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center start;
    place-items: center stretch;
    display: grid;
}

.g_modal_close_btn {
    padding: var(--_spacing---space--4);
    border: var(--_button-sizes---border-width) solid
        var(--_button-style---border);
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    cursor: pointer;
    --_button-style---border: var(--_theme---button-secondary--border);
    --_button-style---background: var(--_theme---button-secondary--background);
    --_button-style---text: var(--_theme---button-secondary--text);
    --_button-style---border-hover: var(
        --_theme---button-secondary--border-hover
    );
    --_button-style---background-hover: var(
        --_theme---button-secondary--background-hover
    );
    --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
    --_button-style---background-blur: 12px;
    --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
}

.g_modal_close_btn:hover {
    border-color: var(--_button-style---border-hover);
    background-color: var(--_button-style---background-hover);
    color: var(--_button-style---text-hover);
}

.g_modal_close_btn:focus-visible,
.g_modal_close_btn[data-wf-focus-visible] {
    outline-color: var(
        --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>
    );
    outline-offset: 4px;
    outline-width: 2px;
    outline-style: solid;
}

.g_modal_wrap {
    z-index: 2147483647;
    position: relative;
}

.g_modal_frame_wrap {
    margin: var(--_spacing---space--2);
    border-radius: var(--_border---radius--main);
    background-image: linear-gradient(
            to bottom,
            var(--_color-primitives---neutral-alpha-dark--70),
            var(--_color-primitives---neutral-alpha-dark--70)
        ),
        url("../images/bg_texture_2bg_texture_01.avif");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: none;
    overflow: hidden;
}

.uui-text-style-link-2 {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    text-decoration: underline;
    transition: color 0.3s;
}

.uui-text-style-link-2:hover {
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.checkbox_label_text {
    margin-bottom: 0;
    line-height: 1.5;
}

.uui-form-checkbox {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
}

.fiel_label {
    margin-bottom: var(--_spacing---space--2);
}

.uui-form-checkbox-icon {
    border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    cursor: pointer;
    border-radius: 0.375rem;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: 0.75rem;
    transition: all 0.3s;
}

.uui-form-checkbox-icon:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(
        --untitled-ui--primary50\<deleted\|variable-a4451441\>
    );
}

.uui-form-checkbox-icon.w--redirected-checked {
    border-width: 1px;
    border-color: var(--_theme---brand-primary--main);
    background-color: var(
        --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>
    );
    box-shadow: none;
    background-image: url("../images/check.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-attachment: scroll;
    border-radius: 0.25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(
        --untitled-ui--primary50\<deleted\|variable-a4451441\>
    );
    box-shadow: 0 0 0 4px
        var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
    border-radius: 0.25rem;
}

.uui-form-field-wrapper {
    position: relative;
}

.success-message-3 {
    background-color: #f4f4f4;
    padding: 1.5rem;
}

.success-text {
    font-weight: 600;
}

.error-message-3 {
    margin-top: 1.5rem;
    padding: 0.875rem 1rem;
}

.error-text {
    color: #e23939;
}

.uui-contact03_form-wrapper {
    flex-direction: column;
    align-items: stretch;
}

.uui-contact03_form {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.uui-form-button-wrapper {
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
}

.form_input {
    min-height: var(--_spacing---space--7);
    margin-bottom: var(--_spacing---space--4);
    padding: var(--_spacing---space--3) var(--_spacing---space--4);
    border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
    border-radius: var(--_border---radius--main);
    background-color: var(
        --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>
    );
    color: var(--_theme---typography--caption);
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
    box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
    border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
    box-shadow: 0 1px 2px 0 #1018280d,
        0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.form_input::placeholder {
    color: var(--_theme---typography--caption);
}

.form_input.is-text-area {
    min-height: clamp(
        4 * 1rem,
        (
            (
                    4 -
                        (
                            (8 - 4) /
                                (
                                    var(--screen-size--max) -
                                        var(--screen-size--min)
                                ) * var(--screen-size--min)
                        )
                ) * 1rem +
                ((8 - 4) / (var(--screen-size--max) - var(--screen-size--min))) *
                100vw
        ),
        8 * 1rem
    );
}

.g_modal_underline {
    height: var(--_spacing---space--1);
    background-color: var(--_theme---brand-primary--main);
    width: calc(100% - calc(var(--_spacing---space--9) * 2));
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
}

.modal_phone_wrap,
.modal_mail_wrap,
.modal_whatsapp_wrap,
.modah_chat_wrap {
    z-index: 2147483647;
    padding: var(--site--margin);
    background-color: var(--_theme---overlay--darker);
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.logo_marques {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.logo_marques:where(.w-variant-c0dfb7a6-759e-3fd0-6868-9771c09bd678),
.logo_marques.is-dark-logo {
    display: none;
}

.logo_marques.is-dark-logo:where(
        .w-variant-c0dfb7a6-759e-3fd0-6868-9771c09bd678
    ) {
    display: block;
}

.u-gap-9 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--9);
}

.u-gap-10 {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    --_gap---size: var(--_spacing---space--10);
}

.modal_highligt_frame {
    padding: var(--_spacing---space--5) var(--_spacing---space--6);
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    border: 1px solid var(--_theme---brand-primary--light);
    border-radius: var(--_border---radius--large);
    background-color: var(
        --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>
    );
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.highlight_inner_wrap {
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    flex-direction: column;
    flex: none;
    display: flex;
    position: relative;
}

.highlight_outter_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    color: var(--_theme---brand-primary--main);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.modal_small_btn {
    padding: var(--_spacing---space--2) var(--_spacing---space--3);
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    border: 1px solid var(--_theme---border--main);
    border-radius: var(--_border---radius--large);
    background-color: var(
        --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>
    );
    color: var(--_theme---brand-primary--main);
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.contact_small_column {
    margin-top: var(--_spacing---space--9);
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    display: flex;
}

.contact_small_btn_wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.contact_small_btn {
    position: relative;
}

.code-align {
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-work-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.u-text-style-small {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-small);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    display: flow-root;
}

.u-text-style-xtiny {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-xtiny);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-text-style-xlarge {
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    --_text-style---font-family: var(--_typography---secondary--font-family);
    --_text-style---font-size: var(--_typography---font-size--text-xlarge);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---secondary--regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
    --_text-style---margin-top: var(--_spacing---space--3);
    --_text-style---margin-bottom: var(--_spacing---space--2);
    --_text-style---text-transform: var(--_typography---text-transform--none);
    --_text-style---trim-top: var(--_typography---secondary--trim-top);
    --_text-style---trim-bottom: var(--_typography---secondary--trim-bottom);
    text-transform: var(--_text-style---text-transform, none);
    text-wrap: pretty;
    display: flow-root;
}

.u-theme-surface-main {
    background-color: var(--_theme---background--surface-main);
    color: var(
        --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>
    );
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.u-theme-surface-02 {
    background-color: var(--_theme---background--surface-main);
    color: var(--_theme---typography--heading);
    --_theme---background--surface-main: var(--_theme---brand-terciary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--main);
    --_theme---typography--text: var(--_theme---brand-primary--main);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-terciary--light);
    --_theme---border--main: var(--_theme---brand-primary--light);
    --_theme---background--surface-inverse: var(--_theme---brand-primary--main);
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-terciary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--main);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-primary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-terciary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.u-theme-surface-03 {
    background-color: var(--_theme---background--surface-main);
    color: var(--_theme---typography--heading);
    --_theme---background--surface-main: var(
        --_color-primitives---terciary--100
    );
    --_theme---typography--heading: var(--_theme---brand-primary--main);
    --_theme---typography--text: var(--_theme---brand-terciary--dark);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_color-primitives---terciary--50
    );
    --_theme---border--main: var(--_theme---brand-primary--light);
    --_theme---background--surface-inverse: var(--_theme---brand-primary--main);
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(
        --_color-primitives---terciary--200
    );
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--main);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-terciary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-primary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-primary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.u-line-height-distant {
    line-height: var(--_typography---line-height--1-7);
}

.about_grid_layout {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    flex: 1;
    grid-template-rows: repeat(auto-fit, 100%);
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
    display: grid;
    position: relative;
}

.about_col_left {
    padding-top: var(--_spacing---frame-padding--double);
    padding-right: var(--_spacing---frame-padding--main);
    padding-bottom: var(--_spacing---frame-padding--double);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.about_col_center {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.about_col_right {
    padding: var(--_spacing---frame-padding--double)
        var(--_spacing---frame-padding--main);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.about_title {
    max-width: 10ch;
}

.about_sc_wrap {
    margin-left: var(--_spacing---frame-padding--main);
    min-height: 100dvh;
}

.about_sc_wrap.u-section-large {
    padding-top: var(--_spacing---frame-padding--double);
    padding-bottom: var(--_spacing---frame-padding--double);
}

.hero_sc_wrap {
    z-index: 5;
    padding-top: var(--_spacing---frame-padding--main);
    padding-right: var(--_spacing---frame-padding--main);
    padding-bottom: var(--_spacing---frame-padding--main);
    grid-column-gap: 2.5dvw;
    grid-row-gap: 2.5dvw;
    background-color: #393d35;
    flex-flow: column;
    height: 100dvh;
    display: flex;
}

.caption-text {
    color: #cf9978;
    text-align: right;
    margin: 1.5rem;
    font-size: 0.75rem;
    position: absolute;
    inset: auto 0% 0% auto;
}

.logo-hero {
    flex: 1;
    width: auto;
    min-width: 25dvw;
    max-width: 35dvw;
}

.section-hero-contain {
    padding-left: 2.5dvw;
    padding-right: 2.5dvw;
}

.hero_subtitle.u-heading-style-h5.u-max-width-40ch {
    margin-top: var(--_spacing---space--2);
}

.hero_content_wrap {
    grid-column-gap: 2.5dvw;
    grid-row-gap: 2.5dvw;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.heading-hero {
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.svg-icon {
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.32s ease-in-out;
}

.svg-icon.linkedin:hover {
    color: #2867b2;
}

.svg-icon.youtube:hover {
    color: red;
}

.svg-icon.insta:hover {
    color: #7638fa;
}

.label-bar {
    width: 0.38rem;
    max-width: none;
    display: none;
}

.label-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    opacity: 0.77;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    display: flex;
}

.hero_cta_wrap {
    width: var(--_spacing---space--7);
    height: var(--_spacing---space--7);
    margin: var(--_spacing---space--6);
    border: 1px solid var(--_theme---background--surface-light);
    border-radius: var(--_border---radius--round);
    opacity: 0.3;
    transition: all 0.2s ease-out;
    position: absolute;
    inset: auto 0% 0% auto;
}

.hero_cta_wrap:hover {
    opacity: 100;
    transform: translate(0, 4px);
}

.hero_cta_wrap.u-hflex-center-center:hover {
    background-color: var(--_theme---brand-primary--dark);
}

.grid_img {
    aspect-ratio: 14 / 16;
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.35em;
    position: relative;
    overflow: hidden;
}

.grid_content {
    padding: var(--_spacing---frame-padding--double);
    grid-column-gap: 5dvw;
    grid-row-gap: 5dvw;
    color: #fff;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: stretch start;
    height: 100%;
    display: flex;
}

.grid_content.is-frame-content {
    padding-right: var(--_spacing---frame-padding--double);
    padding-left: var(--_spacing---frame-padding--double);
    grid-column-gap: 2.5dvw;
    grid-row-gap: 2.5dvw;
    background-color: #393d35;
    justify-content: space-between;
    align-items: flex-start;
}

.grid_sc {
    z-index: 5;
    grid-column-gap: calc(2.5dvw / 2);
    grid-row-gap: calc(2.5dvw / 2);
    background-color: #393d35;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.75fr;
    grid-auto-columns: 1fr;
    height: 100dvh;
    padding: 2.5dvw;
    display: flex;
}

.grid_sc.is-darker-sc {
    background-color: #282b25;
}

.contato-informacao {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #cf9978;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.25rem;
    display: flex;
}

.about_list_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.list_item_content {
    z-index: 2;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    color: #393d35;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
    position: relative;
}

.about_list_item {
    padding-top: var(--_spacing---space--4);
    padding-bottom: var(--_spacing---space--4);
    cursor: pointer;
    border-bottom: 1px solid #393d35;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.forms_code {
    margin-top: 1.5rem;
}

.list_item_hover {
    z-index: 1;
    background-color: #393d35;
    position: absolute;
    inset: 0%;
    transform: translate(0, 100%);
}

.header-divider {
    background-color: var(--_theme---brand-primary--light);
    opacity: 0.21;
    width: 3rem;
    height: 0.3rem;
}

.d1up-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.footer {
    z-index: 5;
    color: #e7d9d4;
    background-color: #393d35;
    padding-top: 0;
    padding-bottom: 2rem;
}

.footer-divider {
    opacity: 0.2;
    background-color: #ebebe3;
    width: 100%;
    height: 1px;
}

.footer-assinaturas {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.line-divider {
    background-color: #373a30;
    width: 0.13rem;
    height: 1rem;
}

.text-footer {
    color: #fff;
    text-wrap: pretty;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.4em;
}

.text-footer.all-caps {
    color: #fff;
    text-transform: uppercase;
}

.footer-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.footer-wrap.spacing-up {
    margin-bottom: 2rem;
}

.logo-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-sdi {
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer-logos-parceiros {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
}

.footer-logo {
    max-width: 10rem;
}

.section-footer-content.u-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
}

.logo--footer-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    flex-flow: column;
    min-width: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2em;
    display: flex;
}

.footer--redes-sociais {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
    display: flex;
}

.logos-parceiros-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    display: flex;
}

.footer--localizacao {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.88rem;
    transition: all 0.24s ease-in-out;
    display: flex;
}

.footer--localizacao:hover {
    color: #fff;
}

.logo-parceiros {
    width: 12rem;
    transition: all 0.28s ease-out;
}

.logo-parceiros:hover {
    transform: translate(0, -4px);
}

.logo-parceiros.sdi {
    object-fit: contain;
    max-width: 8.5rem;
}

.logo-parceiros.tellus {
    object-fit: contain;
    max-height: 5rem;
    padding: 0.5rem;
}

.section-footer-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.link-social-content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    display: flex;
}

.footer-d1up {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 0.88rem;
    transition: all 0.32s ease-in-out;
    display: flex;
}

.footer-d1up:hover {
    color: #ffa23a;
}

.u-cover-3 {
    width: 100%;
    height: 100%;
}

.slide_card_wrap-2 {
    aspect-ratio: 2.39;
    color: #fff;
    border-bottom: 4px solid #b9987b;
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-height: 90dvh;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.u-cover-absolute-2 {
    z-index: 5;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.section-bp {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    position: relative;
}

.section-bp.section-content-07 {
    min-height: 300vh;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
}

.content-07-grid-row-item {
    aspect-ratio: 2 / 2.5;
    border-radius: 0.5rem;
    width: 25vw;
    overflow: hidden;
}

.content-07-grid-row-item.content-07-grid-row-item-mid {
    color: #000;
    text-align: center;
    background-color: #f1f1f1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    display: flex;
    position: relative;
}

.video_player_btn {
    margin: var(--_spacing---space--5);
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% auto auto;
}

.video_player_state {
    padding: var(--_spacing---space--3);
    border-radius: var(--_border---radius--round);
    background-color: var(--_color-primitives---primary-alpha--40);
}

.video_player_state.is-pause {
    background-color: var(--_theme---brand-primary--main);
}

.hero_banner_wrap {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-height: 30rem;
    display: flex;
    position: relative;
}

.u-svg-icon-tiny {
    width: var(--_units---icon-size--12);
    height: var(--_units---icon-size--12);
}

.u-svg-icon-medium {
    width: var(--_units---icon-size--24);
    height: var(--_units---icon-size--24);
}

.u-svg-icon-large {
    width: var(--_units---icon-size--32);
    height: var(--_units---icon-size--32);
}

.u-svg-icon-xlarge {
    width: var(--_units---icon-size--40);
    height: var(--_units---icon-size--40);
}

.u-section-large {
    padding: var(--_spacing---frame-padding--main);
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    min-height: 85dvh;
    display: flex;
}

._1440px_mockup {
    background-color: #684e4e;
    width: 1440px;
    height: 900px;
}

.u-animation-fade {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-animation-fade:hover {
    opacity: 100;
}

.about_logo_img {
    object-fit: contain;
}

.about_logo_wrap {
    width: 60%;
}

.u-cover-fit {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
}

.video_frame_wrap {
    padding: var(--_spacing---space--3) var(--_spacing---space--3)
        var(--_spacing---space--3) var(--_spacing---space--5);
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    border: var(--_border---width--small) solid var(--_button-style---border);
    border-radius: var(--_border---radius--main);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.galeria_mask {
    aspect-ratio: 2.39;
    width: 100%;
    height: auto;
    overflow: visible;
}

.slide_img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto;
}

.sc_galeria_wrap {
    background-color: #e7e6e7;
}

.slide_card_content {
    z-index: 15;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: end flex-start;
    place-items: flex-end center;
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    text-decoration: none;
    display: flex;
    position: relative;
}

.u-overlay-linear-dark {
    -webkit-backdrop-filter: blur(var(--overlay--blur));
    backdrop-filter: blur(var(--overlay--blur));
    pointer-events: none;
    background-image: linear-gradient(0deg, #0d0805bf, #1b0c0200 34%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.galeria_slide_card {
    flex-direction: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 80dvh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.galeria_slide_card.is-first-row,
.galeria_slide_card.is-second-row {
    aspect-ratio: 9 / 16;
    flex: 1;
    width: auto;
}

.u-cover-paralax {
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
    transition: transform 0.72s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.u-cover-paralax:hover {
    transform: scale(1.1);
}

.galeria_slide_item {
    --_theme---background--surface-main: var(--_theme---brand-secondary--main);
    --_theme---typography--heading: var(--_theme---brand-secondary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--lighter);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_theme---brand-secondary--light
    );
    --_theme---border--main: var(--_theme---brand-secondary--light);
    --_theme---background--surface-inverse: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-secondary--dark);
    --_theme---typography--overline: var(--_theme---brand-secondary--light);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-secondary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--800
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--900
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-secondary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-secondary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(--_theme---brand-primary--main);
    --_theme---button-terciary--border: var(--_theme---brand-primary--main);
    --_theme---button-terciary--text: var(--_theme---brand-primary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-primary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-primary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-dark--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--100
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--400
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--600
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--100
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--400
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--600
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--100
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--400
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--600
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--100
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--400
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--600
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--900
    );
    width: 100%;
}

.slide_card_media {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.background-load-bottom {
    z-index: 25;
    background-color: var(--_theme---brand-secondary--main);
    height: 50%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
}

.galeria_slide {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
}

.background-load-top {
    z-index: 25;
    background-color: var(--_theme---brand-secondary--main);
    height: 50%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
}

.slide_arrow_wrap {
    width: var(--_spacing---space--9);
    height: var(--_spacing---space--7);
    margin-right: var(--_spacing---space--4);
    margin-left: var(--_spacing---space--4);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--_theme---border--main);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--_theme---border--main);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--_theme---border--main);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--_theme---border--main);
    border-top-left-radius: var(--_border---radius--round);
    border-top-right-radius: var(--_border---radius--round);
    border-bottom-left-radius: var(--_border---radius--round);
    border-bottom-right-radius: var(--_border---radius--round);
    background-color: color-mix(
        in srgb,
        var(--_theme---brand-primary--darker) 60%,
        transparent
    );
    -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
    backdrop-filter: blur(var(--_button-style---background-blur));
    color: var(--_theme---brand-terciary--main);
    justify-content: center;
    align-items: center;
    transition-property: all;
    transition-duration: 0.56s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
}

.slide_arrow_wrap:hover {
    margin-right: var(--_spacing---space--6);
    margin-left: var(--_spacing---space--6);
    background-color: var(--_theme---brand-secondary--main);
}

.plantas_slide_arrows {
    z-index: 101;
    width: var(--_spacing---space--9);
    height: var(--_spacing---space--7);
    margin: var(--_spacing---frame-padding--double);
    border-radius: var(--_border---radius--round);
    background-color: var(--_theme---brand-secondary--lighter);
    color: var(--_theme---brand-secondary--darker);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
}

.plantas_slide_arrows:hover {
    opacity: 0.5;
}

.plantas_slide_arrows.is-right-arrow {
    left: 4%;
}

.plantas_column_wrap {
    padding: var(--_spacing---frame-padding--double);
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
}

.plantas_column_wrap.is-column-right {
    margin: var(--_spacing---frame-padding--half);
    padding: var(--_spacing---space--0);
    background-color: var(--_color-primitives---terciary--color-mix-light);
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    justify-content: center;
    align-items: center;
}

.specs_inline_wrap {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 90%;
    height: auto;
    display: flex;
}

.plantas_content_wrap {
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.sli_nav_plantas {
    z-index: 90;
    color: #724f2a;
    width: 50%;
    margin-right: 0;
    padding-left: 20px;
    display: flex;
    bottom: 20px;
}

.specs_frame_wrap {
    margin-bottom: var(--_spacing---space--6);
    padding-top: var(--_spacing---space--4);
    padding-right: var(--_spacing---frame-padding--main);
    padding-bottom: var(--_spacing---space--4);
    padding-left: var(--_spacing---frame-padding--double);
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
    background-color: var(--_theme---brand-secondary--darker);
    margin-left: calc(var(--_spacing---frame-padding--double) * -1);
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 0.25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.specs_frame_title {
    justify-content: flex-start;
    align-items: flex-start;
}

.specs_frame_title.u-heading-style-h3 {
    letter-spacing: var(--_typography---letter-spacing--n-xsm);
}

.plantas_specs_content_wrap {
    margin-bottom: var(--_spacing---frame-padding--main);
    padding-bottom: var(--_spacing---frame-padding--main);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
}

.u-overlay-dark {
    background-color: color-mix(
        in srgb,
        var(--_theme---brand-primary--darker) 80%,
        transparent
    );
    -webkit-backdrop-filter: blur(var(--overlay--blur));
    backdrop-filter: blur(var(--overlay--blur));
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.button_primary_icon_slot {
    width: var(--_spacing---space--8);
    height: var(--_spacing---space--7);
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn_play_square_wrap {
    aspect-ratio: 1;
    background-color: var(--_theme---brand-secondary--main);
    justify-content: center;
    align-items: center;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
    display: flex;
    position: relative;
}

.btn_play_square_wrap:hover {
    color: #fff;
    background-color: #351f15;
    border-color: #fff;
}

.btn_play_icon-2 {
    width: 36%;
    height: 36%;
    margin-right: -7%;
}

.video_layout {
    grid-column-gap: var(--_spacing---space--10);
    grid-row-gap: var(--_spacing---space--10);
    text-align: center;
    --_alignment---direction: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
}

.button_primary_wrap {
    min-height: var(--_spacing---space--5);
    padding-left: var(--_spacing---space--6);
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    border: var(--_border---width--small) solid
        var(--_theme---brand-secondary--main);
    border-radius: var(--_border---radius--main);
    justify-content: center;
    align-items: center;
    transition: all 0.32s ease-in-out;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.button_primary_wrap:hover {
    padding-left: var(--_spacing---space--8);
    grid-column-gap: var(--_spacing---space--8);
    grid-row-gap: var(--_spacing---space--8);
}

.video_header_wrap.u-flex-vertical-nowrap.u-gap-6 {
    text-align: center;
    align-self: center;
}

.video_header_title {
    max-width: 50ch;
}

.video_thumb_wrap {
    z-index: 1;
    padding: var(--_spacing---space--3);
    aspect-ratio: 16 / 9;
    border-radius: var(--_border---radius--main);
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.u-subtitle-style-xsmall {
    font-family: var(--_subtitle-style---font-family);
    color: var(--_theme---typography--subtitle);
    font-size: var(--_subtitle-style---font-size);
    line-height: var(--_subtitle-style---line-height);
    font-weight: var(--_subtitle-style---font-weight);
    letter-spacing: var(--_subtitle-style---letter-spacing);
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_subtitle-style---font-size: var(--_typography---font-size--text-tiny);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    text-transform: var(--_subtitle-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.u-subtitle-style-xlarge {
    font-family: var(--_subtitle-style---font-family);
    color: var(--_theme---typography--subtitle);
    font-size: var(--_subtitle-style---font-size);
    line-height: var(--_subtitle-style---line-height);
    font-weight: var(--_subtitle-style---font-weight);
    letter-spacing: var(--_subtitle-style---letter-spacing);
    --_subtitle-style---font-family: var(
        --_typography---secondary--font-family
    );
    --_subtitle-style---font-size: var(--_typography---font-size--text-large);
    --_subtitle-style---line-height: var(--_typography---line-height--1-3);
    --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
    --_subtitle-style---letter-spacing: var(
        --_typography---letter-spacing--std
    );
    --_subtitle-style---margin-top: var(--_spacing---space--2);
    --_subtitle-style---margin-bottom: var(--_spacing---space--3);
    --_subtitle-style---text-transform: var(
        --_typography---text-transform--uppercase
    );
    --_subtitle-style---trim-top: var(--_typography---secondary--trim-top);
    --_subtitle-style---trim-bottom: var(
        --_typography---secondary--trim-bottom
    );
    text-transform: var(--_subtitle-style---text-transform, none);
    text-wrap: balance;
    display: flow-root;
}

.apartments_media_wrap {
    padding-left: var(--_spacing---frame-padding--double);
    height: 35dvw;
    position: relative;
}

.content_grid {
    grid-column-gap: var(--_spacing---frame-padding--main);
    grid-row-gap: var(--_spacing---frame-padding--main);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.arquitetos_grid_layout {
    padding: var(--_spacing---frame-padding--half);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.arquitetos_grid_column {
    padding-left: var(--_spacing---frame-padding--half);
    grid-column-gap: var(--_spacing---frame-padding--main);
    grid-row-gap: var(--_spacing---frame-padding--main);
    aspect-ratio: 2 / 3;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
}

.arquitetos_media_wrap {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.arquitetos_media_img {
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.arquitetos_grid_header {
    padding: var(--_spacing---frame-padding--main);
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.arquitetos_grid_header.is-column-right {
    inset: auto 0% 0%;
}

.arquitetos_media_content {
    z-index: 25;
    padding: var(--_spacing---frame-padding--main);
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    flex-flow: column;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: auto;
}

.arquitetos_media_content.is-mobile {
    display: none;
}

.arquitetos_media_text.u-text-style-xsmall {
    color: var(--_color-primitives---neutral--color-mix-light);
}

.arquitetos_main_column {
    padding-left: var(--_spacing---frame-padding--half);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.arquitetos_media_header {
    margin-bottom: var(--_spacing---space--1);
    flex-flow: column;
}

.arquitetos_inner_wrap {
    padding: var(--_spacing---frame-padding--main);
    background-color: var(--_theme---background--surface-main);
    --_theme---background--surface-main: var(--_theme---brand-terciary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--main);
    --_theme---typography--text: var(--_theme---brand-primary--main);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-terciary--light);
    --_theme---border--main: var(--_theme---brand-primary--light);
    --_theme---background--surface-inverse: var(--_theme---brand-primary--main);
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-terciary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--main);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-primary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-terciary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
}

.list-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.list-item-content {
    z-index: 2;
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    color: #393d35;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 0.75fr 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}

.list-item {
    padding-top: var(--_spacing---space--4);
    padding-bottom: var(--_spacing---space--4);
    cursor: pointer;
    border-bottom: 1px solid #393d35;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.list-item-hover-transition {
    z-index: 1;
    background-color: #393d35;
    position: absolute;
    inset: 0%;
    transform: translate(0, 100%);
}

.arquitetos_list_title,
.arquitetos_list_text {
    color: inherit;
}

.slide_nav_wrap {
    z-index: 25;
    justify-content: center;
    align-items: center;
    display: none;
    transform: translate(0, 100%);
}

.galeria_slide_item_row {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: flex;
}

.u-fit-position-right {
    object-position: 80% 50%;
}

.slide_logo_img {
    margin-top: var(--_spacing---frame-padding--double);
    margin-left: var(--_spacing---frame-padding--double);
    object-fit: scale-down;
    width: 8rem;
    height: auto;
    position: absolute;
    inset: 0% auto auto 0%;
}

.u-fit-position-bottom {
    object-position: 50% 80%;
}

.apartamentos_slide_wrap {
    background-color: var(--_color-primitives---neutral--0);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.plantas_slide_wrap {
    background-color: var(--_color-primitives---neutral--0);
    width: 100%;
    height: auto;
}

.plantas_main_title {
    max-width: 24ch;
}

.specs_text_span {
    font-size: var(--_typography---font-size--text-xsmall);
    letter-spacing: var(--_typography---letter-spacing--n-xsm);
    margin-left: calc(var(--_spacing---space--1) * -1);
    top: calc(var(--_spacing---space--3) * -1);
}

.plantas_frame_bt_text {
    padding: var(--_spacing---frame-padding--main)
        var(--_spacing---frame-padding--half);
    text-align: center;
    position: absolute;
    inset: auto 0% 0%;
}

.plantas_frame_bt_text.u-overline-style-tiny {
    color: var(--_theme---brand-primary--main);
}

.plantas_diferenciais_list {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 80%;
    display: flex;
}

.apartamentos_list_text {
    padding-top: var(--_spacing---space--1);
    padding-bottom: var(--_spacing---space--1);
    border-left: 0.125rem solid var(--_theme---brand-secondary--light);
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    padding-left: 1rem;
}

.map_pin_wrap {
    display: none;
    position: absolute;
    inset: auto auto 33% 50%;
}

.pin_frame_content {
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.map_pin_circle {
    border-radius: var(--_border---radius--round);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    background-color: #00000059;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.map_pin_circle.is-circle-02 {
    background-color: #00000059;
    transform: scale(1.5);
}

.map_pin_dot {
    width: var(--_spacing---space--3);
    height: var(--_spacing---space--3);
    border-radius: var(--_border---radius--round);
    background-color: #fff;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
}

.map_pin_frame {
    margin-top: var(--_spacing---space--2);
    padding: var(--_spacing---space--2) var(--_spacing---space--2)
        var(--_spacing---space--2) var(--_spacing---space--5);
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    border-bottom: 1px solid var(--_theme---brand-primary--main);
    border-radius: var(--_border---radius--main);
    background-color: var(--_theme---brand-terciary--main);
    white-space: nowrap;
    align-items: stretch;
    display: flex;
    position: absolute;
    left: 0.5rem;
    overflow: hidden;
}

.pin_video_frame {
    z-index: 25;
    aspect-ratio: 16 / 9;
    border-radius: var(--_border---radius--small);
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 100%;
    position: relative;
}

.pin_frame_overline.u-overline-style-tiny {
    color: var(--_theme---brand-terciary--dark);
    letter-spacing: var(--_typography---letter-spacing--std);
    white-space: nowrap;
}

.pin_frame_title.u-subtitle-style-small {
    color: var(--_theme---brand-secondary--dark);
    white-space: nowrap;
}

.map_pin_shape {
    width: var(--_spacing---space--7);
    height: var(--_spacing---space--7);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.plantas_frame_header {
    margin-top: var(--_spacing---frame-padding--main);
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.plantas_frame_overline {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    justify-content: center;
    align-items: center;
    display: flex;
}

.platan_overline_text {
    margin-top: 0;
    margin-bottom: 0;
}

.plantas_slide_arrow_icon {
    --_theme---background--surface-main: var(
        --_color-primitives---terciary--100
    );
    --_theme---typography--heading: var(--_theme---brand-primary--main);
    --_theme---typography--text: var(--_theme---brand-terciary--dark);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(
        --_color-primitives---terciary--50
    );
    --_theme---border--main: var(--_theme---brand-primary--light);
    --_theme---background--surface-inverse: var(--_theme---brand-primary--main);
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(
        --_color-primitives---terciary--200
    );
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--main);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-terciary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-primary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-primary--light
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.sc-apartamentos {
    flex-direction: column;
    height: 450dvw;
    display: flex;
    position: relative;
}

.vista_media_wrap {
    margin-right: var(--_spacing---frame-padding--double);
    height: 30dvw;
    position: relative;
}

.bg-video {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.bg-video-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.s-video {
    aspect-ratio: 16 / 9;
    max-height: 80dvh;
    position: relative;
}

.bg-video-content-wrap {
    z-index: 5;
    max-width: 750px;
    position: relative;
}

.vista_title_wrap {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 23ch;
    margin-left: auto;
    margin-right: 20%;
    display: flex;
}

.vista_sub_wrap {
    max-width: 24ch;
}

.specs_frame_inline_wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.ficha_tecnica_grid_layout {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    grid-template-rows: repeat(auto-fit, 100%);
    grid-template-columns: 0.75fr 1fr 0.75fr;
    height: 90dvh;
    display: grid;
    position: relative;
}

.ficha_tab_pane_column_left {
    padding: var(--_spacing---frame-padding--double);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.ficha_tab_pane_column_left.u-theme-surface-base {
    z-index: 5;
    height: 100%;
    position: relative;
    overflow: auto;
}

.u-theme-surface-base {
    background-color: var(--_theme---background--surface-main);
    color: var(--_theme---typography--heading);
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
}

.ficha_tecnica_tab_menu {
    padding: var(--_spacing---frame-padding--double)
        var(--_spacing---frame-padding--main);
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

.ficha_tecnica_content_column {
    z-index: 0;
    padding: var(--_spacing---frame-padding--double)
        var(--_spacing---frame-padding--main);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.ficha_tecnica_tab_link {
    padding-top: var(--_spacing---space--4);
    padding-bottom: var(--_spacing---space--4);
    border-bottom: 1px solid var(--_color-primitives---primary--100);
    background-color: var(--_color-primitives---neutral--0);
    opacity: 0.61;
    color: var(--_theme---brand-terciary--dark);
}

.ficha_tecnica_tab_link.w--current {
    border-bottom-width: 4px;
    border-bottom-color: var(--_theme---brand-primary--main);
    background-color: var(--_color-primitives---neutral--0);
    opacity: 100;
    color: var(--_theme---brand-primary--main);
}

.ficha_tecnica_tab_pane {
    width: 100%;
    height: 100%;
}

.ficha_tecnica_tab_pane_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
}

.ficha_list_wrap {
    padding-top: var(--_spacing---frame-padding--double);
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    flex-flow: column;
    display: flex;
}

.ficha_list_group {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    flex-flow: column;
    display: flex;
}

.ficha_list_overline.u-overline-style-main {
    color: var(--_theme---brand-terciary--lighter);
}

.apartments_overlay {
    z-index: 25;
    background-color: #4a3225;
    position: absolute;
    inset: 0%;
}

.localizacao_map_layout {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    aspect-ratio: 6 / 2;
    grid-template-rows: repeat(auto-fit, 100%);
    grid-template-columns: 0.5fr 1.25fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.map_column_left {
    padding: var(--_spacing---frame-padding--main);
    background-color: var(--_theme---brand-primary--lighter);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.map_column_right {
    position: relative;
}

.localizacao_grid_layout {
    margin-bottom: var(--_spacing---frame-padding--double);
    padding-right: var(--_spacing---frame-padding--main);
    padding-left: var(--_spacing---frame-padding--main);
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    flex-flow: column;
    display: flex;
}

.macro_grid_layout {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.macro_grid_card {
    padding: var(--_spacing---frame-padding--main);
    border: 1px solid var(--_theme---brand-primary--light);
    flex-flow: column;
    justify-content: space-between;
    min-height: 25rem;
    display: flex;
    position: relative;
}

.macro_grid_card.is-card-null {
    pointer-events: none;
    border-style: none;
    min-height: 0;
}

.card_list_wrap {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    width: 100%;
    display: grid;
}

.card_list_item {
    padding-bottom: var(--_spacing---space--4);
    border-bottom: 1px solid var(--_theme---brand-primary--light);
    background-color: var(--_color-primitives---neutral--0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.card_list_item.w--current {
    border-bottom-width: 0.25rem;
    border-bottom-color: var(--_theme---brand-secondary--main);
    background-color: var(--_color-primitives---neutral--0);
}

.card_list_inner_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: center;
    align-items: center;
    display: flex;
}

.card_list_icon.u-svg-icon-xsmall.u-color-faded {
    display: none;
}

.arquitetos_fade_img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.arquitetos_media_overlay {
    z-index: 0;
    opacity: 0.75;
    background-color: #050a06;
    position: absolute;
    inset: 0%;
}

.about_list_wrap {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    flex-flow: column;
    display: flex;
}

.ficha_list_inner_wrap {
    padding: var(--_spacing---space--2) var(--_spacing---space--3)
        var(--_spacing---space--5) var(--_spacing---space--0);
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    border-bottom: 1px solid var(--_theme---brand-primary--light);
    flex-flow: column;
    display: flex;
}

.about_inner_list_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
}

.about_inner_list_item {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    color: var(--_theme---brand-primary--main);
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.about_inner_list_text {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    color: var(--_theme---brand-primary--main);
    line-height: var(--_typography---line-height--1-1);
    --_theme---background--surface-main: var(--_theme---brand-primary--main);
    --_theme---typography--heading: var(--_theme---brand-primary--lighter);
    --_theme---typography--text: var(--_theme---brand-primary--light);
    --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(
        in srgb,
        var(--_theme---typography--heading)
            var(
                --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>
            ),
        transparent
    );
    --_theme---background--surface-light: var(--_theme---brand-primary--light);
    --_theme---border--main: var(--_color-primitives---secondary-alpha--20);
    --_theme---background--surface-inverse: var(
        --_theme---brand-primary--lighter
    );
    --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(
        --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>
    );
    --_theme---brand-primary--lighter: var(--_color-primitives---primary--50);
    --_theme---brand-primary--main: var(--_color-primitives---primary--500);
    --_theme---background--surface-dark: var(--_theme---brand-primary--dark);
    --_theme---typography--overline: var(--_theme---brand-primary--dark);
    --_theme---brand-primary--light: var(--_color-primitives---primary--200);
    --_theme---typography--subtitle: var(--_theme---brand-primary--lighter);
    --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(
        --_color-primitives---neutral--200
    );
    --_theme---overline-text--inverse\<deleted\|variable-0dcd86b6-0136-59f9-39fb-b5ea79f7667f\>: var(
        --_color-primitives---neutral--100
    );
    --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
    --_theme---typography--caption: var(--_theme---brand-primary--light);
    --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(
        --_theme---brand-primary--main
    );
    --_theme---overlay--darker: var(
        --_color-primitives---neutral-alpha-dark--90
    );
    --_theme---brand-primary--dark: var(--_color-primitives---primary--800);
    --_theme---border--accent: var(--_theme---brand-terciary--main);
    --_theme---brand-secondary--darker: var(
        --_color-primitives---secondary--900
    );
    --_theme---background--surface-lighter\<deleted\|variable-db251f50-4318-8ce8-9c2b-81f25d5f8587\>: var(
        --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>
    );
    --_theme---button-primary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--text: var(--_theme---background--surface-dark);
    --_theme---button-primary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-quartiary--background-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-secondary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---brand-secondary--light: var(
        --_color-primitives---secondary--200
    );
    --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(
        --_color-primitives---primary--200
    );
    --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
    --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
    --_theme---brand-secondary--lighter: var(
        --_color-primitives---secondary--50
    );
    --_theme---brand-terciary--dark: var(--_color-primitives---terciary--800);
    --_theme---brand-secondary--dark: var(--_color-primitives---secondary--800);
    --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--50);
    --_theme---brand-terciary--light: var(--_color-primitives---terciary--200);
    --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
    --_theme---background--surface-fade: color-mix(
        in srgb,
        var(--_theme---background--surface-main) 50%,
        transparent
    );
    --_theme---overlay--soft: var(--_color-primitives---neutral-alpha-dark--30);
    --_theme---overlay--main: var(--_color-primitives---neutral-alpha-dark--60);
    --_theme---button-primary--background: var(
        --_theme---background--surface-light
    );
    --_theme---button-primary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-primary--text-hover: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background: var(
        --_theme---background--surface-main
    );
    --_theme---button-secondary--border: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--text: var(
        --_theme---background--surface-light
    );
    --_theme---button-secondary--background-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-secondary--border-hover: var(
        --_theme---background--surface-dark
    );
    --_theme---button-terciary--background: var(
        --_theme---brand-secondary--main
    );
    --_theme---button-terciary--border: var(--_theme---brand-secondary--main);
    --_theme---button-terciary--text: var(--_theme---brand-secondary--lighter);
    --_theme---button-terciary--background-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--border-hover: var(
        --_theme---brand-secondary--dark
    );
    --_theme---button-terciary--text-hover: var(
        --_theme---brand-secondary--lighter
    );
    --_theme---button-quartiary--background: var(
        --_color-primitives---neutral-alpha-light--transparent
    );
    --_theme---button-quartiary--border: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--text: var(
        --_theme---background--surface-inverse
    );
    --_theme---button-quartiary--border-hover: var(
        --_theme---brand-primary--main
    );
    --_theme---button-quartiary--text-hover: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---selection--background: var(--_theme---brand-primary--main);
    --_theme---selection--text: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---elevation--neutral: var(
        --_color-primitives---neutral-alpha-dark--20
    );
    --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
    --_theme---slider-nav--default: var(--_theme---background--surface-inverse);
    --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
    --_theme---slider-nav--active: var(--_theme---brand-primary--main);
    --_theme---slider-nav--text-color: var(--_theme---background--surface-main);
    --_theme---slider-nav--text-hover: var(
        --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>
    );
    --_theme---slider-nav--text-active: var(
        --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>
    );
    --_theme---feedback-error--lighter: var(
        --_color-primitives---feedback-error--200
    );
    --_theme---feedback-error--light: var(
        --_color-primitives---feedback-error--300
    );
    --_theme---feedback-error--main: var(
        --_color-primitives---feedback-error--500
    );
    --_theme---feedback-error--dark: var(
        --_color-primitives---feedback-error--700
    );
    --_theme---feeback-warning--lighter: var(
        --_color-primitives---feedback-warning--200
    );
    --_theme---feeback-warning--light: var(
        --_color-primitives---feedback-warning--300
    );
    --_theme---feeback-warning--dark: var(
        --_color-primitives---feedback-warning--500
    );
    --_theme---feeback-warning--darker: var(
        --_color-primitives---feedback-warning--700
    );
    --_theme---feedback-sucess--lighter: var(
        --_color-primitives---feedback-sucess--200
    );
    --_theme---feedback-sucess--light: var(
        --_color-primitives---feedback-sucess--300
    );
    --_theme---feedback-sucess--main: var(
        --_color-primitives---feedback-sucess--500
    );
    --_theme---feedback-sucess--dark: var(
        --_color-primitives---feedback-sucess--700
    );
    --_theme---feedback--informative--lighter: var(
        --_color-primitives---feedback-informative--200
    );
    --_theme---feedback--informative--light: var(
        --_color-primitives---feedback-informative--300
    );
    --_theme---feedback--informative--main: var(
        --_color-primitives---feedback-informative--500
    );
    --_theme---feedback--informative--dark: var(
        --_color-primitives---feedback-informative--700
    );
    --_theme---scrollbar--track: var(--_theme---brand-primary--darker);
    --_theme---scrollbar--thumb: var(--_theme---brand-primary--light);
    --_theme---scrollbar--thumb-hover: var(--_theme---brand-primary--lighter);
    --_theme---scrollbar--thumb-active: var(--_theme---brand-secondary--light);
    --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
    --_theme---brand-quartiary--light\<deleted\|variable-f02c7e78-521c-c4ac-1fb5-4dfb226a4925\>: var(
        --_color-primitives---quartiary--200\<deleted\|variable-d78699ea-15cb-6430-259b-5a60e85bb1d8\>
    );
    --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(
        --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>
    );
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.about_inner_list_bullet {
    background-color: var(--_theme---brand-secondary--main);
    flex: none;
    width: 0.35rem;
    height: 0.35rem;
}

.slide_card_text {
    margin-bottom: var(--_spacing---space--4);
    margin-left: var(--_spacing---space--4);
    color: var(--_theme---brand-terciary--light);
    max-width: 60%;
}

.testmonial_video_link {
    margin-top: var(--_spacing---space--3);
    padding-right: var(--_spacing---space--4);
    padding-bottom: var(--_spacing---space--4);
    grid-column-gap: var(--_spacing---space--8);
    grid-row-gap: var(--_spacing---space--8);
    border-bottom: var(--_button-sizes---border-width) solid
        var(--_theme---border--main);
    color: var(--_theme---brand-secondary--light);
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
}

.diferencias_plantas_wrap {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: flex;
}

.plantas_list_group {
    padding-top: var(--_spacing---space--2);
    padding-bottom: var(--_spacing---space--2);
    padding-left: var(--_spacing---space--5);
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    border-left: var(--_button-sizes---border-width) solid
        var(--_theme---border--main);
    flex-flow: column;
    display: flex;
}

.tabs_localizacao {
    grid-column-gap: var(--_spacing---frame-padding--half);
    grid-row-gap: var(--_spacing---frame-padding--half);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    overflow: hidden;
}

.tabs_localizacao_menu {
    padding: var(--_spacing---frame-padding--main);
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--0);
    border: 1px solid var(--_theme---brand-primary--light);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    display: grid;
}

.tab_loc_link {
    padding: var(--_spacing---space--4) 0px;
    border-bottom: 1px solid var(--_theme---brand-primary--light);
    background-color: var(--_color-primitives---neutral--0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: border 0.4s;
    display: flex;
}

.tab_loc_link:hover {
    border-bottom-color: var(--_theme---brand-primary--main);
}

.tab_loc_link.w--current {
    border-bottom-width: 0.25rem;
    border-bottom-color: var(--_theme---brand-secondary--main);
    background-color: var(--_color-primitives---neutral--0);
}

.tabs_loc_content {
    border: 1px solid var(--_theme---brand-primary--lighter);
    width: 100%;
    height: 100%;
}

.tabs_loc_pane {
    width: 100%;
    height: 100%;
}

.slide_responsive_content,
.card_slide_responsive_content {
    display: none;
}

.about_heading_main,
.map__heading_wrap {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    flex-flow: column;
    display: flex;
}

.vista_grid {
    grid-column-gap: var(--_spacing---frame-padding--main);
    grid-row-gap: var(--_spacing---frame-padding--main);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.u-overlay-45-linear-dark {
    -webkit-backdrop-filter: blur(var(--overlay--blur));
    backdrop-filter: blur(var(--overlay--blur));
    pointer-events: none;
    background-image: linear-gradient(354deg, #0d0805bf, #1b0c0200 27%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.plantas-cover-content {
    padding: var(--_spacing---space--8);
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 991px) {
    .u-tablet-hide {
        display: none;
    }

    .u-tablet-show {
        display: block;
    }

    .sc_header_wrap {
        margin-bottom: var(--_spacing---space--4);
        align-items: stretch;
        width: 100%;
    }

    .sc_header_inner_wrap.u-flex-horizontal-wrap.u-justify-content-between.u-gap-6 {
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .sc_header_slot.u-flex-horizontal-wrap.u-gap-2.u-column-5 {
        --_alignment---direction: start;
    }

    .navbar_container.u-container {
        z-index: 2;
    }

    .navbar_main_layout {
        z-index: 2;
        position: relative;
    }

    .navbar_logo_wrap {
        z-index: 2;
    }

    .navbar_menu_wrap {
        z-index: 0;
        padding-top: var(--site--margin);
        padding-right: var(--site--margin);
        padding-bottom: var(--site--margin);
        padding-left: var(--site--margin);
        background-color: var(--_theme---background--surface-light);
        margin-left: calc(var(--site--margin) * -1);
        bottom: 0%;
        left: auto;
        right: auto;
        top: calc(var(--_sizes---navbar--botom-height) * 1);
        width: 100dvw;
        min-height: 100dvh;
    }

    .navbar_link {
        height: var(--_spacing---space--9);
        margin-bottom: var(--_spacing---space--4);
        border: 1px solid var(--_theme---brand-primary--main);
        background-color: var(--_theme---background--surface-main);
        border-radius: 0.25rem;
    }

    .navbar_btn {
        border: 1px solid var(--_theme---brand-primary--main);
        color: var(--_theme---background--surface-inverse);
        border-radius: 0.25rem;
        justify-content: center;
        align-self: center;
        align-items: center;
        height: 2.75rem;
        display: flex;
    }

    .navbar_btn:active,
    .navbar_btn.w--open {
        background-color: var(--_theme---brand-primary--main);
    }

    .navbar_link_text.u-overline-style-main {
        text-transform: uppercase;
    }

    .g_slide_button.is-plantas {
        transform: translate(0, -3rem);
    }

    .grid_effect_card {
        width: 40vw;
    }

    .heading_description_wrap {
        display: none;
    }

    .u-3-columns-slide {
        width: calc((100% + (var(--_gap---size) * 1)) / 2);
    }

    .contact_bar_button {
        padding: var(--_spacing---space--3);
    }

    .contact_bar_header_wrap {
        display: none;
    }

    .contact_bar_layout {
        height: auto;
    }

    .navbar_small_link {
        padding-right: var(--_spacing---space--4);
        padding-left: var(--_spacing---space--4);
        flex: 1;
    }

    .nav_small_container.u-container {
        max-width: none;
    }

    .navbar_btn_wrap {
        height: var(--_spacing---space--8);
        margin-top: var(--_spacing---space--7);
        flex-flow: column;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar_small_header {
        flex: none;
        position: sticky;
        left: 0%;
    }

    .sc_header_title.u-max-width-30ch {
        max-width: none;
    }

    .g_modal_card {
        grid-template-columns: 1fr;
    }

    .modal_highligt_overline {
        font-size: 0.625rem;
    }

    .modal_highligt_title {
        font-size: 0.875rem;
    }

    .contact_small_column {
        margin-top: var(--_spacing---space--0);
        grid-column-gap: var(--_spacing---space--5);
        grid-row-gap: var(--_spacing---space--5);
        max-width: none;
    }

    .contact_small_btn_wrap {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .contact_small_btn {
        flex: 1;
    }

    .about_grid_layout {
        flex-flow: column;
        display: flex;
    }

    .about_col_left {
        padding-top: var(--_spacing---frame-padding--half);
        padding-bottom: var(--_spacing---frame-padding--main);
    }

    .about_col_center {
        box-sizing: border-box;
        padding: var(--_spacing---frame-padding--half);
        aspect-ratio: 2 / 3;
        background-color: var(--_theme---brand-primary--main);
    }

    .logo-hero {
        width: 100%;
        min-width: 0;
        max-width: 20rem;
    }

    .hero_subtitle {
        flex: none;
        max-width: 27ch;
        font-size: 1.25rem;
        display: inline-flex;
    }

    .hero_content_wrap {
        grid-row-gap: 2.5dvw;
    }

    .grid_img {
        aspect-ratio: 9 / 16;
        order: -9999;
        width: 100%;
        display: flex;
        position: relative;
    }

    .grid_content {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        place-items: stretch stretch;
    }

    .grid_sc {
        flex-flow: column;
        height: auto;
        max-height: none;
    }

    .list_item_content {
        grid-template-columns: 0.5fr 1fr;
    }

    .footer-assinaturas {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-wrap.spacing-up {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .footer-logo {
        max-width: 7.5rem;
    }

    .logo--footer-wrap {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .slide_card_wrap-2 {
        aspect-ratio: 3 / 2;
    }

    .section-bp {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
    }

    .content-07-grid-row-item {
        width: 40vw;
    }

    .hero_banner_wrap {
        height: 100dvh;
    }

    .about_logo_wrap {
        width: 40%;
    }

    .video_frame_wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 1rem 1.5rem;
        position: relative;
        top: -0.5rem;
    }

    .galeria_mask {
        width: 105%;
    }

    .galeria_mask.u-overflow-hidden-left {
        aspect-ratio: 16 / 9;
        -webkit-clip-path: none;
        clip-path: none;
        max-height: 70dvh;
    }

    .sc_galeria_wrap.u-theme-surface-02 {
        padding-bottom: var(--_spacing---space--4);
    }

    .slide_card_content {
        padding: 1rem;
    }

    .galeria_slide_card.is-plantas {
        aspect-ratio: 2.39;
    }

    .plantas_slide_arrows.is-left-arrow {
        margin-left: calc(var(--site--margin) / 4);
        inset: 25% auto auto 0%;
    }

    .plantas_slide_arrows.is-right-arrow {
        margin-right: calc(var(--site--margin) / 4);
        inset: 25% 0% auto auto;
    }

    .plantas_column_wrap.is-column-left {
        padding-top: var(--_spacing---frame-padding--half);
        padding-bottom: var(--_spacing---space--0);
        aspect-ratio: auto;
        order: 9999;
    }

    .plantas_column_wrap.is-column-right {
        margin-right: var(--_spacing---frame-padding--main);
        margin-left: var(--_spacing---frame-padding--main);
        aspect-ratio: 3 / 2;
    }

    .plantas_content_wrap {
        flex-flow: column;
        display: flex;
    }

    .plantas_specs_content_wrap {
        margin-bottom: var(--_spacing---space--0);
        padding-bottom: var(--_spacing---space--0);
    }

    .apartments_media_wrap.u-mb-8.u-mt-6 {
        margin-top: var(--_spacing---space--4);
        margin-bottom: var(--_spacing---space--5);
        padding-left: var(--_spacing---frame-padding--main);
        height: auto;
    }

    .content_grid {
        padding-top: var(--_spacing---space--6);
        grid-column-gap: var(--_spacing---space--0);
        grid-row-gap: var(--_spacing---space--0);
        border-top: 1px solid var(--_theme---border--main);
        flex-flow: column;
        display: flex;
    }

    .arquitetos_grid_layout {
        grid-column-gap: var(--_spacing---frame-padding--half);
        grid-row-gap: var(--_spacing---frame-padding--half);
        flex-flow: column;
        grid-template-columns: 1fr 1fr;
        display: flex;
    }

    .arquitetos_grid_column {
        aspect-ratio: 3 / 2;
    }

    .arquitetos_inner_wrap {
        grid-column-gap: var(--_spacing---frame-padding--main);
        grid-row-gap: var(--_spacing---frame-padding--main);
    }

    .list-item-content {
        grid-template-columns: 0.5fr 1fr;
    }

    .galeria_slide_item_row.is-row-plantas {
        grid-column-gap: var(--_spacing---frame-padding--half);
        grid-row-gap: var(--_spacing---frame-padding--half);
        aspect-ratio: 2.39;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .apartamentos_slide_wrap {
        height: auto;
    }

    .plantas_slide_wrap {
        margin-top: var(--_spacing---frame-padding--half);
    }

    .apartamentos_list_text.u-subtitle-style-xsmall {
        font-size: 0.875rem;
    }

    .sc-apartamentos {
        height: auto;
    }

    .s-video {
        aspect-ratio: 3 / 2;
    }

    .vista_title_wrap {
        margin-right: 10%;
    }

    .ficha_tecnica_sc_wrap.u-section-large.u-theme-surface-03 {
        padding-top: var(--_spacing---space--0);
        padding-bottom: var(--_spacing---space--0);
        min-height: 0;
    }

    .ficha_tecnica_grid_layout {
        grid-column-gap: var(--_spacing---space--0);
        grid-row-gap: var(--_spacing---space--0);
        flex-flow: column;
        height: auto;
        display: flex;
    }

    .ficha_tab_pane_column_left.u-theme-surface-base {
        padding-top: var(--_spacing---frame-padding--main);
        grid-column-gap: var(--_spacing---space--6);
        grid-row-gap: var(--_spacing---space--6);
        overflow: visible;
    }

    .ficha_tecnica_tab_menu {
        padding: var(--_spacing---frame-padding--main)
            var(--_spacing---frame-padding--double)
            var(--_spacing---frame-padding--half);
        grid-column-gap: var(--_spacing---space--0);
        grid-row-gap: var(--_spacing---space--0);
        border: 1px solid var(--_theme---brand-primary--main);
        background-color: var(--_theme---brand-primary--main);
        flex-flow: row;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .ficha_tecnica_content_column {
        padding-top: var(--_spacing---frame-padding--main);
        padding-bottom: var(--_spacing---frame-padding--main);
    }

    .ficha_tecnica_tab_link {
        padding-top: var(--_spacing---space--3);
        padding-bottom: var(--_spacing---space--3);
        color: var(--_theme---brand-primary--light);
        text-align: center;
        flex: 1;
    }

    .ficha_tecnica_tab_link.w--current {
        border-bottom-color: var(--_theme---brand-primary--light);
    }

    .ficha_tecnica_tab_pane_grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column-reverse;
        display: flex;
    }

    .ficha_list_wrap {
        padding-top: var(--_spacing---frame-padding--half);
    }

    .ficha_tecnica_tab_link_text.u-subtitle-style-small {
        color: var(--_theme---brand-primary--light);
    }

    .localizacao_map_layout {
        aspect-ratio: auto;
        flex-flow: column;
        display: flex;
    }

    .map_column_left {
        padding: var(--_spacing---frame-padding--double);
    }

    .map_column_right {
        aspect-ratio: 16 / 9;
    }

    .localizacao_grid_layout {
        margin-bottom: var(--_spacing---space--0);
    }

    .macro_grid_layout {
        grid-template-columns: 1.25fr 1fr 1fr;
        grid-auto-rows: minmax(25rem, auto);
    }

    .macro_grid_card {
        grid-column-gap: var(--_spacing---space--9);
        grid-row-gap: var(--_spacing---space--9);
        min-height: 0;
    }

    .slide_card_text.u-heading-style-h6.is-tablet-off {
        display: none;
    }

    .slide_card_text.u-heading-style-h6.is-tablet-on {
        color: var(--_theme---brand-primary--main);
        text-wrap: pretty;
        max-width: 45rem;
        display: block;
    }

    .slide_card_text.u-heading-style-h6.is-plantas-tablet-on {
        color: var(--_theme---brand-secondary--light);
        text-wrap: pretty;
        max-width: 45rem;
        display: block;
    }

    .tabs_localizacao {
        grid-template-columns: 1.25fr 1fr 1fr;
    }

    .tabs_localizacao_menu {
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-start;
        display: flex;
    }

    .slide_responsive_content {
        z-index: 5;
        padding: var(--_spacing---space--5) var(--_spacing---space--3)
            var(--_spacing---space--4);
        justify-content: flex-start;
        align-items: center;
        display: block;
        position: absolute;
        inset: auto 0% 0%;
        transform: translate(0, 100%);
    }

    .card_slide_responsive_content {
        z-index: 5;
        padding: var(--_spacing---space--5) var(--_spacing---space--5)
            var(--_spacing---space--4) var(--_spacing---space--3);
        justify-content: flex-start;
        align-items: center;
        display: block;
    }

    .about_heading_main {
        grid-column-gap: var(--_spacing---space--3);
        grid-row-gap: var(--_spacing---space--3);
    }

    .map__heading_wrap {
        flex-flow: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .vista_grid {
        grid-column-gap: var(--_spacing---space--6);
        grid-row-gap: var(--_spacing---space--6);
        flex-flow: column;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .styleguide_content {
        width: 100%;
    }

    .styleguide_nav_wrap,
    .u-mobile-landscape-hide {
        display: none;
    }

    .u-mobile-landscape-show,
    .u-mobile-show {
        display: block;
    }

    .u-mobile-hide {
        display: none;
    }

    .h6-heading {
        font-size: 20px;
    }

    .navbar {
        position: fixed;
        inset: 0% 0% auto;
    }

    .navbar_menu_wrap {
        padding: 2rem;
    }

    .grid_effect_card {
        width: 70vw;
    }

    .contact_bar_buttons_wrap {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .contact_bar_button_overline.u-overline-style-tiny.u-color-faded {
        display: none;
    }

    .nav_small_wrap.u-theme-dark {
        background-color: var(
            --_color-primitives---neutral-alpha-dark--transparent
        );
        background-image: none;
    }

    .navbar_small_link {
        border-top: var(--_border---width--large) solid
            var(--_color-primitives---neutral--0);
        background-color: var(--_theme---background--surface-main);
        border-bottom-style: none;
        flex: none;
    }

    .navbar_small_link.w--current {
        border-top-color: var(--_theme---brand-primary--main);
    }

    .navbar_small_menu_wrap {
        flex: none;
    }

    .ficha_list_item {
        flex: none;
        width: 100%;
    }

    .g_modal_content_wrap {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        padding: 3rem 2rem;
    }

    .g_modal_close_btn {
        padding: 1rem;
    }

    .modal_phone_wrap,
    .modal_mail_wrap,
    .modal_whatsapp_wrap,
    .modah_chat_wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .about_grid_layout {
        grid-column-gap: var(--_spacing---frame-padding--half);
        grid-row-gap: var(--_spacing---frame-padding--half);
    }

    .about_col_left {
        padding-top: var(--_spacing---space--0);
        padding-bottom: var(--_spacing---frame-padding--half);
    }

    .about_col_center {
        padding: var(--_spacing---frame-padding--half);
    }

    .about_col_right.u-theme-surface-02 {
        padding-top: var(--_spacing---frame-padding--main);
        padding-bottom: var(--_spacing---frame-padding--main);
    }

    .about_sc_wrap.u-section-large {
        margin-right: var(--_spacing---frame-padding--half);
        margin-bottom: var(--_spacing---frame-padding--double);
        margin-left: var(--_spacing---frame-padding--half);
        padding-top: var(--_spacing---frame-padding--main);
        padding-bottom: var(--_spacing---frame-padding--main);
    }

    .section-hero-contain {
        padding-top: 2.5dvw;
        padding-bottom: 2.5dvw;
    }

    .hero_content_wrap {
        grid-column-gap: var(--_spacing---space--4);
        grid-row-gap: var(--_spacing---space--4);
        flex-flow: column;
    }

    .list_item_content {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }

    .header-divider {
        height: 0.2rem;
    }

    .footer-wrap {
        flex-flow: column;
    }

    .section-bp {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content-07-grid-row-item {
        width: 70vw;
    }

    .video_frame_wrap {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .galeria_mask {
        width: 100%;
    }

    .galeria_mask.u-overflow-hidden-left {
        aspect-ratio: 3 / 2;
    }

    .sc_galeria_wrap {
        overflow: hidden;
    }

    .galeria_slide {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .slide_arrow_wrap {
        margin: 1.5rem 6rem 1.5rem 1.5rem;
        bottom: 0;
    }

    .list-item-content {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }

    .ficha_tecnica_grid_layout {
        grid-column-gap: var(--_spacing---frame-padding--half);
        grid-row-gap: var(--_spacing---frame-padding--half);
    }

    .ficha_tecnica_tab_menu {
        padding-right: var(--_spacing---frame-padding--main);
        padding-bottom: var(--_spacing---frame-padding--main);
        padding-left: var(--_spacing---frame-padding--main);
        flex-flow: column;
    }

    .map_column_left {
        padding: var(--_spacing---frame-padding--main);
    }

    .macro_grid_layout {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
    }

    .tabs_localizacao {
        grid-template-columns: 1fr 1fr;
    }

    .tabs_localizacao_menu {
        padding-top: var(--_spacing---space--10);
        grid-column-gap: var(--_spacing---space--6);
        grid-row-gap: var(--_spacing---space--0);
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .tabs_loc_content {
        aspect-ratio: 16 / 9;
    }
}

@media screen and (max-width: 479px) {
    .u-rich-text p {
        font-size: var(--_typography---font-size--text-small);
    }

    .g_overline_layout {
        grid-column-gap: var(--_spacing---space--3);
        grid-row-gap: var(--_spacing---space--3);
    }

    .u-mobile-show {
        display: block;
    }

    .u-subtitle-style-small {
        text-wrap: pretty;
    }

    .ds_settings_frame_wrap {
        justify-content: space-between;
        align-items: center;
    }

    .h_styles_tag.is--mobile-base-size {
        z-index: var(--_typography---heading-scales--mobile-base-size);
    }

    .h_styles_tag.is--mobile-scale-ratio {
        z-index: var(--_typography---heading-scales--mobile-scale-ratio);
    }

    .ds_settings_grid {
        width: 100%;
    }

    .g_overline_contain {
        margin-bottom: var(--_spacing---space--5);
    }

    .caption_main_layout {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .caption_content_wrap {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
        justify-content: flex-start;
        align-items: center;
    }

    .caption_main_contain {
        margin-right: var(--_spacing---space--0);
        margin-left: var(--_spacing---space--0);
        padding: var(--_spacing---space--3);
    }

    .sc_header_wrap {
        margin-bottom: var(--_spacing---space--2);
    }

    .sc_header_main_content.u-flex-vertical-nowrap.u-column-7.u-gap-4 {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
        max-width: none;
    }

    .g_underline_decoration {
        width: 1.5rem;
        height: 0.15rem;
    }

    .navbar {
        z-index: 500;
        width: 100%;
    }

    .navbar_header {
        display: none;
    }

    .navbar_container.u-container {
        max-width: none;
    }

    .navbar_header_layout {
        justify-content: center;
        align-items: stretch;
    }

    .navbar_cta_title {
        margin-right: var(--_spacing---space--2);
    }

    .navbar_main_layout {
        padding-right: var(--site--margin);
        padding-left: var(--site--margin);
    }

    .navbar_logo_wrap {
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 0;
    }

    .navbar_logo {
        width: 80%;
    }

    .navbar_menu_wrap {
        margin-left: 0;
        left: 0%;
        right: 0%;
    }

    .navbar_link {
        color: var(--_theme---typography--heading);
        margin-bottom: 0.5rem;
    }

    .u-media-wrap-full {
        min-height: 0;
        max-height: 100dvh;
    }

    .feature_inner_wrap.u-flex-horizontal-nowrap.u-gap-2 {
        grid-row-gap: var(--_spacing---space--1);
        flex-flow: wrap;
    }

    .marques_cta {
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }

    .grid_effect_card.content-07-grid-row-item-mid {
        padding: 1rem;
    }

    .u-base-vertical-layout {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
    }

    .u-3-columns-slide {
        padding-left: var(--_spacing---space--0);
        width: 90%;
        margin-left: 0;
    }

    .contact_bar_button_inner_wrap {
        text-align: center;
        flex: 0 auto;
        justify-content: center;
    }

    .contact_bar_button {
        padding: var(--_spacing---space--4) var(--_spacing---space--2);
        flex: auto;
        margin-right: 0;
    }

    .contact_bar_button_title {
        font-size: var(--_typography---font-size--text-xsmall);
        letter-spacing: 0;
    }

    .contact_bar_button_overline {
        font-size: 0.5rem;
    }

    .slide_card_wrap {
        aspect-ratio: 3 / 2;
        max-height: 100dvh;
    }

    .nav_small_wrap {
        top: var(--_sizes---navbar--botom-height);
    }

    .navbar_small_link {
        padding-bottom: var(--_spacing---space--3);
    }

    .navbar_small_link:active {
        color: #fff;
    }

    .wrap-text {
        flex-flow: wrap;
    }

    .navbar_small_header {
        width: 40%;
    }

    .emp_description_item {
        width: 100%;
    }

    .sc_header_title {
        text-wrap: pretty;
    }

    .ficha_list_item {
        padding-bottom: var(--_spacing---space--3);
        grid-column-gap: var(--_spacing---space--1);
        grid-row-gap: var(--_spacing---space--1);
        border-bottom: 1px solid var(--_theme---border--main);
    }

    .ficha_list_header {
        padding-bottom: var(--_spacing---space--1);
        border-bottom-style: none;
    }

    .modal_highligt_overline {
        font-size: 0.5rem;
    }

    .modal_highligt_title {
        letter-spacing: 0;
        font-size: 0.75rem;
    }

    .contact_small_column {
        grid-column-gap: var(--_spacing---space--4);
        grid-row-gap: var(--_spacing---space--4);
    }

    .contact_small_btn_wrap {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
        flex-flow: column;
        align-items: stretch;
    }

    .about_sc_wrap.u-section-large {
        height: auto;
        min-height: 0;
    }

    .logo-hero {
        margin-bottom: 1.5rem;
    }

    .section-hero-contain {
        padding-right: 0;
    }

    .hero_subtitle {
        max-width: none;
        line-height: 1.6em;
    }

    .hero_subtitle.u-heading-style-h5.u-max-width-40ch {
        font-size: 1rem;
    }

    .hero_content_wrap {
        grid-row-gap: 0.25rem;
    }

    .svg-icon {
        width: 1rem;
        height: 1rem;
    }

    .grid_img {
        height: 80svh;
        font-size: 0.88rem;
    }

    .grid_content {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .grid_content.is-frame-content {
        padding: var(--_spacing---frame-padding--main);
    }

    .contato-informacao {
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 0.88rem;
    }

    .list_item_content {
        grid-column-gap: 0.25rem;
        grid-row-gap: 0.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .about_list_item {
        border-bottom-width: 0.5px;
    }

    .d1up-icon {
        width: 1rem;
        height: 1rem;
    }

    .footer-assinaturas {
        grid-row-gap: 2rem;
        flex-flow: column-reverse;
    }

    .line-divider {
        order: 1;
        width: 100%;
        height: 0.06rem;
    }

    .text-footer {
        font-size: 0.63rem;
    }

    .footer-wrap {
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-wrap.spacing-up {
        margin-bottom: 1rem;
    }

    .logo-content {
        flex-flow: column;
    }

    .footer-sdi {
        grid-column-gap: 0.25rem;
        grid-row-gap: 0.25rem;
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0.5rem;
    }

    .logo--footer-wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        text-align: center;
    }

    .footer--redes-sociais {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        justify-content: center;
        align-items: center;
        font-size: 0.75rem;
    }

    .footer--localizacao {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        font-size: 0.75rem;
    }

    .logo-parceiros.tellus {
        object-fit: contain;
    }

    .link-footer {
        font-size: 0.75rem;
    }

    .footer-d1up {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        justify-content: center;
        align-items: center;
        font-size: 0.75rem;
    }

    .slide_card_wrap-2 {
        aspect-ratio: 3 / 2;
        max-height: 100dvh;
    }

    .content-07-grid-row-item.content-07-grid-row-item-mid {
        padding: 1rem;
    }

    .hero_banner_wrap {
        justify-content: flex-start;
        align-items: center;
        height: 100dvh;
        min-height: 0;
        display: flex;
    }

    .about_heading_wrap.u-flex-vertical-nowrap.u-gap-4 {
        grid-column-gap: var(--_spacing---space--1);
        grid-row-gap: var(--_spacing---space--1);
    }

    .video_frame_wrap {
        grid-column-gap: 0.6rem;
        grid-row-gap: 0.6rem;
        flex-flow: column;
        padding: 0.75rem 1rem;
    }

    .sc_galeria_wrap.u-theme-surface-02 {
        padding-bottom: var(--_spacing---space--10);
    }

    .slide_card_content {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .slide_wrap {
        margin-top: var(--_spacing---space--4);
    }

    .galeria_slide_card {
        aspect-ratio: 3 / 2;
        max-height: 100dvh;
    }

    .galeria_slide {
        justify-content: space-between;
        align-items: center;
        width: 95%;
    }

    .slide_arrow_wrap {
        margin-top: 7rem;
        margin-left: -1rem;
        margin-right: -1rem;
        display: none;
        bottom: auto;
        left: auto;
    }

    .slide_arrow_wrap:hover {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .plantas_slide_arrows.is-left-arrow {
        top: 15%;
    }

    .plantas_slide_arrows.is-right-arrow {
        margin-right: calc(var(--site--margin) / 5);
        top: 15%;
    }

    .plantas_column_wrap.is-column-left {
        padding-left: var(--_spacing---space--0);
    }

    .specs_frame_wrap {
        margin-left: var(--site--n-margin);
        padding-left: calc(var(--_spacing---frame-padding--main) * 2);
        flex-flow: wrap;
        width: 100dvw;
    }

    .u-subtitle-style-xsmall {
        text-wrap: pretty;
    }

    .arquitetos_grid_layout {
        padding-right: var(--_spacing---frame-padding--main);
        padding-bottom: var(--_spacing---space--0);
        padding-left: var(--_spacing---frame-padding--main);
        grid-template-columns: 1fr;
    }

    .arquitetos_grid_column {
        padding-left: var(--_spacing---space--0);
        grid-column-gap: var(--_spacing---frame-padding--half);
        grid-row-gap: var(--_spacing---frame-padding--half);
        aspect-ratio: auto;
    }

    .arquitetos_media_wrap {
        aspect-ratio: 2 / 3;
    }

    .arquitetos_media_content.is-mobile {
        padding: var(--_spacing---frame-padding--half);
        display: block;
        position: static;
    }

    .arquitetos_media_text.u-text-style-xsmall.is-mobile {
        display: none;
    }

    .arquitetos_main_column {
        padding-left: var(--_spacing---space--0);
    }

    .list-item-content {
        grid-column-gap: 0.25rem;
        grid-row-gap: 0.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .list-item {
        border-bottom-width: 0.5px;
    }

    .plantas_frame_bt_text.u-overline-style-tiny.u-color-faded {
        padding-top: var(--_spacing---space--3);
        padding-bottom: var(--_spacing---space--3);
    }

    .plantas_frame_header {
        margin-top: var(--_spacing---space--3);
    }

    .bg-video {
        padding-right: var(--_spacing---frame-padding--main);
        padding-left: var(--_spacing---frame-padding--main);
    }

    .s-video {
        aspect-ratio: 2 / 3;
    }

    .ficha_tecnica_content_column {
        padding-bottom: var(--_spacing---space--0);
    }

    .ficha_list_group.u-mb-3 {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
    }

    .about_list_wrap {
        grid-column-gap: var(--_spacing---space--4);
        grid-row-gap: var(--_spacing---space--4);
    }

    .testmonial_video_link {
        margin-top: var(--_spacing---space--5);
        grid-column-gap: var(--_spacing---space--5);
        grid-row-gap: var(--_spacing---space--5);
        justify-content: flex-start;
        align-items: center;
    }

    .diferencias_plantas_wrap {
        grid-column-gap: var(--_spacing---space--2);
        grid-row-gap: var(--_spacing---space--2);
    }

    .card_slide_responsive_content {
        padding-right: var(--_spacing---space--6);
        padding-bottom: var(--_spacing---space--3);
        padding-left: var(--_spacing---space--1);
    }

    .plantas-cover-content {
        padding: var(--_spacing---space--4);
    }
}

#w-node-b812d898-6a6a-687f-56a0-ff7a93732aae-c8591b0c,
#w-node-b812d898-6a6a-687f-56a0-ff7a93732ab3-c8591b0c,
#w-node-b812d898-6a6a-687f-56a0-ff7a93732ab8-c8591b0c,
#w-node-b812d898-6a6a-687f-56a0-ff7a93732abd-c8591b0c,
#w-node-_74f593fb-abbe-5046-2bdf-bf9c82d212b3-c8591b0c,
#w-node-_706fa602-a3ad-47d7-c8f0-50d010a36b62-c8591b0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ca820b8-6ac8-da1c-d3ea-c7b639726108-c8591b0c {
    align-self: stretch;
}

#w-node-_6a2fdd32-8c27-0b44-2b3d-1d85853f1398-c8591b0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc455b71-e9a4-c133-d77e-c3c3c5352eaf-c8591b0c,
#w-node-af568b27-c6a4-45fc-7db4-e37abb56b3c1-c8591b0c,
#w-node-_13dcd8a7-44b0-e877-6613-7ea3b338992d-c8591b0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6aa48e39-8429-03f6-2d7c-4c5e4c156d2e-c8591b0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
}

#w-node-_94c62a7e-b50b-a9de-953e-8b4d0d1fbf76-c8591b0c {
    justify-self: stretch;
}

#w-node-beb2c87d-3e7a-2865-4baa-3619acdba7e9-c8591b0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b766575-d57e-f433-fbb5-62c712c91295-c8591b0c {
    grid-area: 1 / 3 / 2 / 9;
}

#w-node-_6b766575-d57e-f433-fbb5-62c712c91296-c8591b0c {
    grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6b766575-d57e-f433-fbb5-62c712c912a0-c8591b0c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch stretch;
}

#w-node-_7f4c6968-420f-a840-15e8-c9da26d0718b-c8591b0c {
    grid-area: 1 / 3 / 2 / 6;
    align-self: start;
}

#w-node-_62ecb129-45eb-e64b-2ab2-55d4ca52636c-c8591b0c {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef91c708-49a0-7499-6f61-0307d6cde8d5-c8591b0c {
    grid-area: 1 / 1 / 2 / 4;
}

#w-node-ef91c708-49a0-7499-6f61-0307d6cde8d6-c8591b0c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
}

#w-node-ef91c708-49a0-7499-6f61-0307d6cde8e0-c8591b0c {
    grid-area: 1 / 2 / 2 / 4;
}

#w-node-_92897b6f-973d-379b-eee5-d53fb55a6b80-b55a6b80 {
    justify-self: stretch;
}

#w-node-c6c5f0c3-d290-7bb6-ab64-61f74f7c278d-4f7c278c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b19c1c32-26b8-4cc5-f813-b6c04516dbad-deb573c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b19c1c32-26b8-4cc5-f813-b6c04516dbae-deb573c5 {
    justify-self: start;
}

#w-node-_64783bfb-9cd4-7c22-f5b3-98c907b2e9dc-deb573c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64783bfb-9cd4-7c22-f5b3-98c907b2e9dd-deb573c5 {
    justify-self: start;
}

@media screen and (max-width: 991px) {
    #w-node-beb2c87d-3e7a-2865-4baa-3619acdba7e9-c8591b0c {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_6b766575-d57e-f433-fbb5-62c712c91295-c8591b0c {
        grid-area: 2 / 1 / 3 / 4;
    }

    #w-node-_6b766575-d57e-f433-fbb5-62c712c91296-c8591b0c {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_6b766575-d57e-f433-fbb5-62c712c912a0-c8591b0c {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7f4c6968-420f-a840-15e8-c9da26d0718b-c8591b0c {
        grid-area: 2 / 1 / 3 / 4;
    }
}

@media screen and (max-width: 767px) {
    #w-node-beb2c87d-3e7a-2865-4baa-3619acdba7e9-c8591b0c {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_6b766575-d57e-f433-fbb5-62c712c91295-c8591b0c {
        grid-row-start: 2;
        grid-column-end: 3;
    }

    #w-node-_6b766575-d57e-f433-fbb5-62c712c91296-c8591b0c {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-_7f4c6968-420f-a840-15e8-c9da26d0718b-c8591b0c {
        grid-row-start: 2;
        grid-column-end: 3;
    }
}

@font-face {
    font-family: "Sentient";
    src: url("../fonts/Sentient-Extralight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sentient";
    src: url("../fonts/Sentient-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sentient";
    src: url("../fonts/Sentient-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sentient";
    src: url("../fonts/Sentient-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sentient";
    src: url("../fonts/Sentient-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("../fonts/Aeonik-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("../fonts/Aeonik-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("../fonts/Aeonik-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

form.formHypnobox {
    width: 100%;
}

form.formHypnobox label {
    margin-bottom: 16px;
}

form.formHypnobox label.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

form.formHypnobox label.checkbox p {
    width: 100%;
    margin: 0;
}

form.formHypnobox label.checkbox input {
    width: 13px;
    height: 13px;
    margin: 0;
}

form.formHypnobox label p {
    font-size: 12px;
    font-weight: normal;
    color: #ab8257;
    display: block;
    font-family: Georgia, serif;
    letter-spacing: 0em;
    line-height: 0.8;
    padding: 0;
    margin-bottom: 10px;
}

form.formHypnobox label input {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 0.5px solid #ab8257;
    color: #000;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: left;
    padding: 8px 16px;
    margin: 2px 0;
    outline: 0;
}

form.formHypnobox button {
    margin-top: 16px;
    border: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #784e2e;
    border: 1px solid #784e2e;
    font-weight: bold;
    font-size: 12px;
    font-family: Georgia, serif;
    line-height: 1;
    padding: 16px 0;
}

@media (max-height: 830px) {
    form.formHypnobox label input{
        padding: 4px 8px;
    }

    form.formHypnobox button {
        padding: 8px 0;
    }
}

form.formHypnobox button:hover {
    color: #fff;
    background-color: #8f592f;
    border-color: #8f592f;
}