html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fbfdff;
    --hcl-brand-2: #f4faff;
    --hcl-brand-3: #e6f4fe;
    --hcl-brand-4: #d5efff;
    --hcl-brand-5: #c2e5ff;
    --hcl-brand-6: #acd8fc;
    --hcl-brand-7: #8ec8f6;
    --hcl-brand-8: #5eb1ef;
    --hcl-brand-9: #0090ff;
    --hcl-brand-10: #0588f0;
    --hcl-brand-11: #0d74ce;
    --hcl-brand-12: #113264;
    --hcl-on-neutral: #fff;
    --hcl-neutral-1: #fdfcfd;
    --hcl-neutral-2: #faf9fb;
    --hcl-neutral-3: #f2eff3;
    --hcl-neutral-4: #eae7ec;
    --hcl-neutral-5: #e3dfe6;
    --hcl-neutral-6: #dbd8e0;
    --hcl-neutral-7: #d0cdd7;
    --hcl-neutral-8: #bcbac7;
    --hcl-neutral-9: #8e8c99;
    --hcl-neutral-10: #84828e;
    --hcl-neutral-11: #65636d;
    --hcl-neutral-12: #211f26;
    --hcl-on-azul: #ffffff;
    --hcl-azul-1: #fdfdfe;
    --hcl-azul-2: #f7f8ff;
    --hcl-azul-3: #edf0fe;
    --hcl-azul-4: #e1e6ff;
    --hcl-azul-5: #d2d9ff;
    --hcl-azul-6: #c1cbff;
    --hcl-azul-7: #abb7f9;
    --hcl-azul-8: #8d9def;
    --hcl-azul-9: #4158d0;
    --hcl-azul-10: #2849be;
    --hcl-azul-11: #3a51c7;
    --hcl-azul-12: #1f295c;
    --hcl-on-violeta: #ffffff;
    --hcl-violeta-1: #fffcff;
    --hcl-violeta-2: #fdf7fd;
    --hcl-violeta-3: #fbebfa;
    --hcl-violeta-4: #f8def6;
    --hcl-violeta-5: #f3d1f1;
    --hcl-violeta-6: #ecc2e9;
    --hcl-violeta-7: #e3addf;
    --hcl-violeta-8: #d891d3;
    --hcl-violeta-9: #c850c0;
    --hcl-violeta-10: #b63eaf;
    --hcl-violeta-11: #a33e9c;
    --hcl-violeta-12: #5d1958;
    --hcl-on-amarillo: #000000;
    --hcl-amarillo-1: #fdfdfc;
    --hcl-amarillo-2: #faf7f2;
    --hcl-amarillo-3: #f2eee7;
    --hcl-amarillo-4: #eae5db;
    --hcl-amarillo-5: #e1dbcf;
    --hcl-amarillo-6: #d8cfbf;
    --hcl-amarillo-7: #cbbfaa;
    --hcl-amarillo-8: #b9a98d;
    --hcl-amarillo-9: #ffcc70;
    --hcl-amarillo-10: #ecbb60;
    --hcl-amarillo-11: #71634b;
    --hcl-amarillo-12: #3b352b;
    --hcl-on-rosa: #000000;
    --hcl-rosa-1: #fffcfd;
    --hcl-rosa-2: #fff7f9;
    --hcl-rosa-3: #feeaee;
    --hcl-rosa-4: #ffdce4;
    --hcl-rosa-5: #ffced9;
    --hcl-rosa-6: #f8bfcc;
    --hcl-rosa-7: #efacbb;
    --hcl-rosa-8: #e592a5;
    --hcl-rosa-9: #f97794;
    --hcl-rosa-10: #e66684;
    --hcl-rosa-11: #ca2449;
    --hcl-rosa-12: #641728;
    --hcl-on-morado: #ffffff;
    --hcl-morado-1: #fdfcfe;
    --hcl-morado-2: #faf7fe;
    --hcl-morado-3: #f4edfe;
    --hcl-morado-4: #ece2fc;
    --hcl-morado-5: #e3d5f9;
    --hcl-morado-6: #d7c4f4;
    --hcl-morado-7: #c7afec;
    --hcl-morado-8: #b293e4;
    --hcl-morado-9: #623aa2;
    --hcl-morado-10: #512b91;
    --hcl-morado-11: #7045b5;
    --hcl-morado-12: #392060;
    --hcl-on-111111: #ffffff;
    --hcl-111111-1: #fcfcfc;
    --hcl-111111-2: #f7f7f7;
    --hcl-111111-3: #e7e7e7;
    --hcl-111111-4: #d3d3d3;
    --hcl-111111-5: #c2c2c2;
    --hcl-111111-6: #afafaf;
    --hcl-111111-7: #989898;
    --hcl-111111-8: #7b7b7b;
    --hcl-111111-9: #111111;
    --hcl-111111-10: #000000;
    --hcl-111111-11: #151515;
    --hcl-111111-12: #1f1f1f;
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
[data-hsx*="invert"] {

    --hcl-brand-1: #0d1520;
    --hcl-brand-2: #111927;
    --hcl-brand-3: #0d2847;
    --hcl-brand-4: #003362;
    --hcl-brand-5: #004074;
    --hcl-brand-6: #104d87;
    --hcl-brand-7: #205d9e;
    --hcl-brand-8: #2870bd;
    --hcl-brand-9: #0090ff;
    --hcl-brand-10: #3b9eff;
    --hcl-brand-11: #70b8ff;
    --hcl-brand-12: #c2e6ff;
    --hcl-neutral-1: #121113;
    --hcl-neutral-2: #1a191b;
    --hcl-neutral-3: #232225;
    --hcl-neutral-4: #2b292d;
    --hcl-neutral-5: #323035;
    --hcl-neutral-6: #3c393f;
    --hcl-neutral-7: #49474e;
    --hcl-neutral-8: #625f69;
    --hcl-neutral-9: #6f6d78;
    --hcl-neutral-10: #7c7a85;
    --hcl-neutral-11: #b5b2bc;
    --hcl-neutral-12: #eeeef0;
    --hcl-azul-1: #11131f;
    --hcl-azul-2: #141726;
    --hcl-azul-3: #182049;
    --hcl-azul-4: #1d2862;
    --hcl-azul-5: #253274;
    --hcl-azul-6: #303e84;
    --hcl-azul-7: #3a4997;
    --hcl-azul-8: #4355b1;
    --hcl-azul-9: #4158d0;
    --hcl-azul-10: #5667e2;
    --hcl-azul-11: #9eadff;
    --hcl-azul-12: #d6dcff;
    --hcl-violeta-1: #181118;
    --hcl-violeta-2: #20131f;
    --hcl-violeta-3: #351a33;
    --hcl-violeta-4: #471d44;
    --hcl-violeta-5: #542451;
    --hcl-violeta-6: #61305e;
    --hcl-violeta-7: #794075;
    --hcl-violeta-8: #9c5497;
    --hcl-violeta-9: #c850c0;
    --hcl-violeta-10: #da62d2;
    --hcl-violeta-11: #f396ec;
    --hcl-violeta-12: #f4d4f2;
    --hcl-amarillo-1: #121211;
    --hcl-amarillo-2: #1b1a17;
    --hcl-amarillo-3: #24221f;
    --hcl-amarillo-4: #2d2a26;
    --hcl-amarillo-5: #38342e;
    --hcl-amarillo-6: #444039;
    --hcl-amarillo-7: #544f46;
    --hcl-amarillo-8: #696256;
    --hcl-amarillo-9: #ffcc70;
    --hcl-amarillo-10: #ffde81;
    --hcl-amarillo-11: #cbbb9f;
    --hcl-amarillo-12: #e8e3d9;
    --hcl-rosa-1: #191113;
    --hcl-rosa-2: #1e1517;
    --hcl-rosa-3: #3a141d;
    --hcl-rosa-4: #4e1320;
    --hcl-rosa-5: #5e1a29;
    --hcl-rosa-6: #6f2536;
    --hcl-rosa-7: #883447;
    --hcl-rosa-8: #b3445d;
    --hcl-rosa-9: #f97794;
    --hcl-rosa-10: #ff88a5;
    --hcl-rosa-11: #ff94ac;
    --hcl-rosa-12: #fed2dc;
    --hcl-morado-1: #15111b;
    --hcl-morado-2: #1a1523;
    --hcl-morado-3: #281c3b;
    --hcl-morado-4: #33224e;
    --hcl-morado-5: #3c295c;
    --hcl-morado-6: #49346b;
    --hcl-morado-7: #5a4282;
    --hcl-morado-8: #7757aa;
    --hcl-morado-9: #623aa2;
    --hcl-morado-10: #7349b3;
    --hcl-morado-11: #c39dff;
    --hcl-morado-12: #e6d9fa;
    --hcl-111111-1: #111111;
    --hcl-111111-2: #131313;
    --hcl-111111-3: #141414;
    --hcl-111111-4: #111111;
    --hcl-111111-5: #161616;
    --hcl-111111-6: #202020;
    --hcl-111111-7: #2d2d2d;
    --hcl-111111-8: #393939;
    --hcl-111111-9: #111111;
    --hcl-111111-10: #1e1e1e;
    --hcl-111111-11: #7d7d7d;
    --hcl-111111-12: #cbcbcb;
}

:root {
    /*Theme Headspin*/

    --hsx-page-width: 1366px;
    --hsx-min-offset: 20px;
    --hsx-page-gap: 20px;
    /*Breakdance connector*/
    --bde-section-width: 1406px !important;
    --bde-section-horizontal-padding: 20px !important;
    --bde-column-gap: 20px !important;
    --hsx-bleed-offset: max(calc(((100vw - (var(--bde-section-width))) / 2) + var(--bde-section-horizontal-padding)), calc(var(--bde-section-horizontal-padding) + 5px));
}

:root {
    --headspin-theme-API: eyJ0aGVtZSI6ImxpZ2h0In0=;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    line-height: calc(8px + 2.15ex)
}

html:root {
    /*Headspin System*/
    --hrd-s: 6px;
    --hrd-m: 8px;
    --hrd-l: 12px;
    --hrd-pill: 500px;
    --hrd-atom: 6px;

}

html:root {
    /*Headspin System*/
    --hfs-h0: clamp(3.0625rem, 2.151rem + 3.044vw, 4.75rem);
    --hfs-h1: clamp(2.4375rem, 1.830rem + 2.029vw, 3.5625rem);
    --hfs-h2: clamp(1.9375rem, 1.532rem + 1.353vw, 2.6875rem);
    --hfs-h3: clamp(1.5625rem, 1.326rem + 0.789vw, 2rem);
    --hfs-h4: clamp(1.25rem, 1.115rem + 0.451vw, 1.5rem);
    --hfs-h5: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-h6: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-text-l: clamp(1.25rem, 1.115rem + 0.451vw, 1.5rem);
    --hfs-text-m: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000vw, 0.875rem);
    --hsp-xxl: clamp(2.9375rem, 2.667rem + 0.902vw, 3.4375rem);
    --hsp-xl: clamp(2.3125rem, 2.076rem + 0.789vw, 2.75rem);
    --hsp-l: clamp(1.875rem, 1.706rem + 0.564vw, 2.1875rem);
    --hsp-m: clamp(1.5rem, 1.365rem + 0.451vw, 1.75rem);
    --hsp-s: clamp(1.1875rem, 1.086rem + 0.338vw, 1.375rem);
    --hsp-xs: clamp(0.9375rem, 0.836rem + 0.338vw, 1.125rem);
    --hsp-xxs: clamp(0.75rem, 0.682rem + 0.225vw, 0.875rem);
    --hss-xxl: clamp(6.5625rem, 5.955rem + 2.029vw, 7.6875rem);
    --hss-xl: clamp(5.25rem, 4.777rem + 1.578vw, 6.125rem);
    --hss-l: clamp(4.25rem, 3.879rem + 1.240vw, 4.9375rem);
    --hss-m: clamp(3.375rem, 3.071rem + 1.015vw, 3.9375rem);
    --hss-s: clamp(2.6875rem, 2.451rem + 0.789vw, 3.125rem);
    --hss-xs: clamp(2.1875rem, 2.019rem + 0.564vw, 2.5rem);
    --hss-xxs: clamp(1.75rem, 1.615rem + 0.451vw, 2rem);

}

@supports (font-size: 1cqi) {
    html:root {
        --hfs-h0: clamp(3.0625rem, 2.151rem + 3.044cqi, 4.75rem);
        --hfs-h1: clamp(2.4375rem, 1.830rem + 2.029cqi, 3.5625rem);
        --hfs-h2: clamp(1.9375rem, 1.532rem + 1.353cqi, 2.6875rem);
        --hfs-h3: clamp(1.5625rem, 1.326rem + 0.789cqi, 2rem);
        --hfs-h4: clamp(1.25rem, 1.115rem + 0.451cqi, 1.5rem);
        --hfs-h5: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-h6: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-text-l: clamp(1.25rem, 1.115rem + 0.451cqi, 1.5rem);
        --hfs-text-m: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000cqi, 0.875rem);
        --hsp-xxl: clamp(2.9375rem, 2.667rem + 0.902cqi, 3.4375rem);
        --hsp-xl: clamp(2.3125rem, 2.076rem + 0.789cqi, 2.75rem);
        --hsp-l: clamp(1.875rem, 1.706rem + 0.564cqi, 2.1875rem);
        --hsp-m: clamp(1.5rem, 1.365rem + 0.451cqi, 1.75rem);
        --hsp-s: clamp(1.1875rem, 1.086rem + 0.338cqi, 1.375rem);
        --hsp-xs: clamp(0.9375rem, 0.836rem + 0.338cqi, 1.125rem);
        --hsp-xxs: clamp(0.75rem, 0.682rem + 0.225cqi, 0.875rem);
        --hss-xxl: clamp(6.5625rem, 5.955rem + 2.029cqi, 7.6875rem);
        --hss-xl: clamp(5.25rem, 4.777rem + 1.578cqi, 6.125rem);
        --hss-l: clamp(4.25rem, 3.879rem + 1.240cqi, 4.9375rem);
        --hss-m: clamp(3.375rem, 3.071rem + 1.015cqi, 3.9375rem);
        --hss-s: clamp(2.6875rem, 2.451rem + 0.789cqi, 3.125rem);
        --hss-xs: clamp(2.1875rem, 2.019rem + 0.564cqi, 2.5rem);
        --hss-xxs: clamp(1.75rem, 1.615rem + 0.451cqi, 2rem);

    }
}

html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --bde-headings-color: var(--hcl-neutral-12);
    --bde-body-text-color: var(--hcl-neutral-11);
    --bde-background-color: var(--hcl-neutral-1);
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
html:root[data-hsx*="light"] [data-hsx*="invert"] {

    --bde-headings-color: var(--hcl-neutral-12);
    --bde-body-text-color: var(--hcl-neutral-11);
    --bde-background-color: var(--hcl-neutral-1);
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
}

html:root {
    --bde-h1-font-size: var(--hfs-h1);
    --bde-h2-font-size: var(--hfs-h2);
    --bde-h3-font-size: var(--hfs-h3);
    --bde-h4-font-size: var(--hfs-h4);
    --bde-h5-font-size: var(--hfs-h5);
    --bde-h6-font-size: var(--hfs-h6);
    --bde-body-font-size: var(--hfs-text-m);

}