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

    --hcl-on-brand: #000000;
    --hcl-brand-1: #fbfefd;
    --hcl-brand-2: #f4fbf9;
    --hcl-brand-3: #e6f7f1;
    --hcl-brand-4: #d6f1e8;
    --hcl-brand-5: #c3e9dc;
    --hcl-brand-6: #acdecd;
    --hcl-brand-7: #8bceb7;
    --hcl-brand-8: #56ba98;
    --hcl-brand-9: #00fca8;
    --hcl-brand-10: #00e997;
    --hcl-brand-11: #208362;
    --hcl-brand-12: #1d3b31;
    --hcl-on-neutral: #fff;
    --hcl-neutral-1: #fbfdfc;
    --hcl-neutral-2: #f7f9f8;
    --hcl-neutral-3: #eef1f0;
    --hcl-neutral-4: #e6e9e8;
    --hcl-neutral-5: #dfe2e0;
    --hcl-neutral-6: #d7dad9;
    --hcl-neutral-7: #cbcfcd;
    --hcl-neutral-8: #b8bcba;
    --hcl-neutral-9: #868e8b;
    --hcl-neutral-10: #7c8481;
    --hcl-neutral-11: #5f6563;
    --hcl-neutral-12: #1a211e;
    --hcl-on-hovers: #ffffff;
    --hcl-hovers-1: #fdfcfe;
    --hcl-hovers-2: #fbf8ff;
    --hcl-hovers-3: #f5f0fe;
    --hcl-hovers-4: #eee4ff;
    --hcl-hovers-5: #e7d9ff;
    --hcl-hovers-6: #ddcafe;
    --hcl-hovers-7: #ccb5f5;
    --hcl-hovers-8: #b799ec;
    --hcl-hovers-9: #8141f6;
    --hcl-hovers-10: #6d30e4;
    --hcl-hovers-11: #7550b9;
    --hcl-hovers-12: #3a265f;
    --hcl-on-links: #000000;
    --hcl-links-1: #fbfdff;
    --hcl-links-2: #f4f9ff;
    --hcl-links-3: #e6f2fe;
    --hcl-links-4: #d5eaff;
    --hcl-links-5: #c2e0ff;
    --hcl-links-6: #acd4fc;
    --hcl-links-7: #8ec2f6;
    --hcl-links-8: #5ea7ef;
    --hcl-links-9: #a3d1ff;
    --hcl-links-10: #91c0ed;
    --hcl-links-11: #0d6ece;
    --hcl-links-12: #113b64;
    --hcl-on-brand-dark: #ffffff;
    --hcl-brand-dark-1: #fdfdfe;
    --hcl-brand-dark-2: #f7f8ff;
    --hcl-brand-dark-3: #edf0fe;
    --hcl-brand-dark-4: #e1e6ff;
    --hcl-brand-dark-5: #d2daff;
    --hcl-brand-dark-6: #c1ccff;
    --hcl-brand-dark-7: #abb9f9;
    --hcl-brand-dark-8: #8d9fef;
    --hcl-brand-dark-9: #131c43;
    --hcl-brand-dark-10: #030f35;
    --hcl-brand-dark-11: #3a55c7;
    --hcl-brand-dark-12: #1f2b5c;
}

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

    --hcl-brand-1: #0d1512;
    --hcl-brand-2: #121c19;
    --hcl-brand-3: #0f2e24;
    --hcl-brand-4: #0b3b2b;
    --hcl-brand-5: #114836;
    --hcl-brand-6: #1b5743;
    --hcl-brand-7: #246851;
    --hcl-brand-8: #2a7e62;
    --hcl-brand-9: #00fca8;
    --hcl-brand-10: #3affb9;
    --hcl-brand-11: #1fd89b;
    --hcl-brand-12: #adf0da;
    --hcl-neutral-1: #101211;
    --hcl-neutral-2: #171918;
    --hcl-neutral-3: #202221;
    --hcl-neutral-4: #272a29;
    --hcl-neutral-5: #2e3130;
    --hcl-neutral-6: #373b39;
    --hcl-neutral-7: #444947;
    --hcl-neutral-8: #5b625f;
    --hcl-neutral-9: #63706b;
    --hcl-neutral-10: #717d79;
    --hcl-neutral-11: #adb5b2;
    --hcl-neutral-12: #eceeed;
    --hcl-hovers-1: #17121f;
    --hcl-hovers-2: #1b1525;
    --hcl-hovers-3: #2c1f43;
    --hcl-hovers-4: #38255b;
    --hcl-hovers-5: #432e69;
    --hcl-hovers-6: #4e3876;
    --hcl-hovers-7: #5e468b;
    --hcl-hovers-8: #7658ad;
    --hcl-hovers-9: #8141f6;
    --hcl-hovers-10: #9452ff;
    --hcl-hovers-11: #c7a7ff;
    --hcl-hovers-12: #e9ddfe;
    --hcl-links-1: #0d1720;
    --hcl-links-2: #111c27;
    --hcl-links-3: #0d2a47;
    --hcl-links-4: #003162;
    --hcl-links-5: #003a74;
    --hcl-links-6: #104c87;
    --hcl-links-7: #20609e;
    --hcl-links-8: #2873bd;
    --hcl-links-9: #a3d1ff;
    --hcl-links-10: #b5e3ff;
    --hcl-links-11: #70b7ff;
    --hcl-links-12: #c2e0ff;
    --hcl-brand-dark-1: #11141f;
    --hcl-brand-dark-2: #141826;
    --hcl-brand-dark-3: #182149;
    --hcl-brand-dark-4: #1d2a62;
    --hcl-brand-dark-5: #253474;
    --hcl-brand-dark-6: #304084;
    --hcl-brand-dark-7: #3a4c97;
    --hcl-brand-dark-8: #4358b1;
    --hcl-brand-dark-9: #131c43;
    --hcl-brand-dark-10: #232952;
    --hcl-brand-dark-11: #9eb0ff;
    --hcl-brand-dark-12: #d6deff;
}

: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));
}

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

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

}

html:root {
    /*Headspin System*/
    --hfs-h0: clamp(2.5rem, 1.285rem + 4.059vw, 4.75rem);
    --hfs-h1: clamp(2.0625rem, 1.252rem + 2.706vw, 3.5625rem);
    --hfs-h2: clamp(1.75rem, 1.244rem + 1.691vw, 2.6875rem);
    --hfs-h3: clamp(1.4375rem, 1.134rem + 1.015vw, 2rem);
    --hfs-h4: clamp(1.1875rem, 1.019rem + 0.564vw, 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(3.5625rem, 2.921rem + 2.142vw, 4.75rem);
    --hsp-xl: clamp(2.6875rem, 2.215rem + 1.578vw, 3.5625rem);
    --hsp-l: clamp(2rem, 1.629rem + 1.240vw, 2.6875rem);
    --hsp-m: clamp(1.5rem, 1.230rem + 0.902vw, 2rem);
    --hsp-s: clamp(1.125rem, 0.922rem + 0.676vw, 1.5rem);
    --hsp-xs: clamp(0.8125rem, 0.644rem + 0.564vw, 1.125rem);
    --hsp-xxs: clamp(0.625rem, 0.524rem + 0.338vw, 0.8125rem);
    --hss-xxl: clamp(10.6875rem, 8.797rem + 6.313vw, 14.1875rem);
    --hss-xl: clamp(8rem, 6.549rem + 4.848vw, 10.6875rem);
    --hss-l: clamp(6rem, 4.920rem + 3.608vw, 8rem);
    --hss-m: clamp(4.5rem, 3.690rem + 2.706vw, 6rem);
    --hss-s: clamp(3.375rem, 2.767rem + 2.029vw, 4.5rem);
    --hss-xs: clamp(2.5rem, 2.027rem + 1.578vw, 3.375rem);
    --hss-xxs: clamp(1.875rem, 1.537rem + 1.127vw, 2.5rem);

}

@supports (font-size: 1cqi) {
    html:root {
        --hfs-h0: clamp(2.5rem, 1.285rem + 4.059cqi, 4.75rem);
        --hfs-h1: clamp(2.0625rem, 1.252rem + 2.706cqi, 3.5625rem);
        --hfs-h2: clamp(1.75rem, 1.244rem + 1.691cqi, 2.6875rem);
        --hfs-h3: clamp(1.4375rem, 1.134rem + 1.015cqi, 2rem);
        --hfs-h4: clamp(1.1875rem, 1.019rem + 0.564cqi, 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(3.5625rem, 2.921rem + 2.142cqi, 4.75rem);
        --hsp-xl: clamp(2.6875rem, 2.215rem + 1.578cqi, 3.5625rem);
        --hsp-l: clamp(2rem, 1.629rem + 1.240cqi, 2.6875rem);
        --hsp-m: clamp(1.5rem, 1.230rem + 0.902cqi, 2rem);
        --hsp-s: clamp(1.125rem, 0.922rem + 0.676cqi, 1.5rem);
        --hsp-xs: clamp(0.8125rem, 0.644rem + 0.564cqi, 1.125rem);
        --hsp-xxs: clamp(0.625rem, 0.524rem + 0.338cqi, 0.8125rem);
        --hss-xxl: clamp(10.6875rem, 8.797rem + 6.313cqi, 14.1875rem);
        --hss-xl: clamp(8rem, 6.549rem + 4.848cqi, 10.6875rem);
        --hss-l: clamp(6rem, 4.920rem + 3.608cqi, 8rem);
        --hss-m: clamp(4.5rem, 3.690rem + 2.706cqi, 6rem);
        --hss-s: clamp(3.375rem, 2.767rem + 2.029cqi, 4.5rem);
        --hss-xs: clamp(2.5rem, 2.027rem + 1.578cqi, 3.375rem);
        --hss-xxs: clamp(1.875rem, 1.537rem + 1.127cqi, 2.5rem);

    }
}

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

    --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"],
[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);

}