:root {
    --bl-a11y-panel-width: 390px;
    --bl-a11y-accent: #193674;
    --bl-a11y-ink: #0e1526;
    --bl-a11y-soft: #f5f7fb;
    --bl-a11y-border: #dfe5ee;
}

.bl-a11y-root,
.bl-a11y-root * {
    box-sizing: border-box;
}

.bl-a11y-trigger {
    position: fixed;
    top: 50%;
    right: 14px;
    z-index: 2147481000;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #193674;
    color: #fff;
    box-shadow: 0 10px 30px rgba(16, 35, 79, 0.16);
    transform: translateY(-50%);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.bl-a11y-trigger::before {
    content: none;
}

.bl-a11y-trigger:hover,
.bl-a11y-trigger:focus-visible,
.bl-a11y-trigger[aria-expanded="true"] {
    background: #244889;
    color: #fff;
    box-shadow: 0 12px 34px rgba(16, 35, 79, 0.22);
    transform: translateY(-50%) scale(1.04);
}

.bl-a11y-trigger:focus-visible {
    outline: 3px solid rgba(25, 54, 116, 0.24);
    outline-offset: 3px;
}

.bl-a11y-trigger svg {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    overflow: visible;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bl-a11y-trigger svg path {
    fill: none;
}

.bl-a11y-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2147481100;
    background: transparent;
    opacity: 0;
    transition: opacity 200ms ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.bl-a11y-backdrop.is-open {
    opacity: 1;
}

.bl-a11y-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2147481200;
    display: flex;
    width: min(var(--bl-a11y-panel-width), calc(100vw - 16px));
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    background: #f6f8fb;
    color: var(--bl-a11y-ink);
    box-shadow: -14px 0 44px rgba(9, 18, 35, 0.12);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 210ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bl-a11y-panel.is-open {
    opacity: 1;
    transform: translateX(0);
}

.bl-a11y-panel:focus {
    outline: 0;
}

.bl-a11y-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid var(--bl-a11y-border);
    background: #fff;
}

.bl-a11y-panel__header span {
    display: block;
    margin-bottom: 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 550;
}

.bl-a11y-panel__header h2 {
    margin: 0;
    color: var(--bl-a11y-ink);
    font-size: 25px;
    font-weight: 650;
    line-height: 1.15;
}

.bl-a11y-icon-button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--bl-a11y-soft);
    color: var(--bl-a11y-ink);
}

.bl-a11y-icon-button:hover,
.bl-a11y-icon-button:focus-visible {
    background: #e9edf4;
}

.bl-a11y-icon-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.bl-a11y-panel__intro {
    margin: 0;
    padding: 15px 22px;
    border-bottom: 1px solid var(--bl-a11y-border);
    color: #475467;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
}

.bl-a11y-panel__content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    scrollbar-width: thin;
    scrollbar-color: #a9b4c5 transparent;
}

.bl-a11y-quick {
    margin-bottom: 16px;
}

.bl-a11y-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.bl-a11y-section-heading h3 {
    margin: 0;
    color: var(--bl-a11y-ink);
    font-size: 13px;
    font-weight: 650;
}

.bl-a11y-section-heading button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bl-a11y-accent);
    font-size: 11px;
    font-weight: 600;
}

.bl-a11y-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.bl-a11y-profile-grid > button {
    display: grid;
    min-width: 0;
    justify-items: start;
    align-content: start;
    gap: 9px;
    padding: 14px 11px 13px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    color: var(--bl-a11y-ink);
    text-align: left;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.bl-a11y-profile-grid > button:hover,
.bl-a11y-profile-grid > button:focus-visible {
    background: #f9fbff;
}

.bl-a11y-profile-grid > button[aria-pressed="true"] {
    background: #eef3fb;
}

.bl-a11y-profile-icon {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: flex-start;
    color: var(--bl-a11y-accent);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.bl-a11y-profile-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bl-a11y-profile-grid > button[data-bl-a11y-profile="contrast"] .bl-a11y-profile-icon svg path {
    fill: currentColor;
    stroke: none;
}

.bl-a11y-profile-grid strong,
.bl-a11y-profile-grid small {
    display: block;
}

.bl-a11y-profile-grid strong {
    overflow: hidden;
    font-size: 11.5px;
    font-weight: 500;
    text-overflow: ellipsis;
}

.bl-a11y-profile-grid small {
    margin-top: 2px;
    color: #667085;
    font-size: 9.5px;
    line-height: 1.3;
}

.bl-a11y-group {
    margin-top: 10px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    overflow: clip;
}

.bl-a11y-group summary {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: var(--bl-a11y-ink);
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.bl-a11y-group summary::-webkit-details-marker {
    display: none;
}

.bl-a11y-group summary i {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
}

.bl-a11y-group summary i::before,
.bl-a11y-group summary i::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
}

.bl-a11y-group summary i::after {
    transform: rotate(90deg);
    transition: transform 160ms ease;
}

.bl-a11y-group[open] summary i::after {
    transform: rotate(0);
}

.bl-a11y-group[open] summary {
    background: #fafbfd;
}

.bl-a11y-group__content {
    display: grid;
    gap: 8px;
    padding: 9px;
    background: #f1f4f8;
}

.bl-a11y-switch,
.bl-a11y-stepper {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 10px 11px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--bl-a11y-ink);
    text-align: left;
}

.bl-a11y-switch:hover,
.bl-a11y-switch:focus-visible {
    background: #f9fbff;
}

.bl-a11y-switch span,
.bl-a11y-stepper > span {
    min-width: 0;
}

.bl-a11y-switch strong,
.bl-a11y-switch small,
.bl-a11y-stepper strong,
.bl-a11y-stepper small {
    display: block;
}

.bl-a11y-switch strong,
.bl-a11y-stepper strong {
    color: var(--bl-a11y-ink);
    font-size: 12px;
    font-weight: 600;
}

.bl-a11y-switch small,
.bl-a11y-stepper small {
    margin-top: 2px;
    color: #667085;
    font-size: 10px;
    line-height: 1.35;
}

.bl-a11y-switch > i {
    position: relative;
    width: 34px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 99px;
    background: #d6dce6;
    transition: background-color 160ms ease;
}

.bl-a11y-switch > i::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(9, 18, 35, 0.18);
    transition: transform 160ms ease;
}

.bl-a11y-switch[aria-checked="true"] > i {
    background: var(--bl-a11y-accent);
}

.bl-a11y-switch[aria-checked="true"] > i::after {
    transform: translateX(14px);
}

.bl-a11y-stepper > div {
    display: flex;
    flex: 0 0 auto;
    gap: 4px;
}

.bl-a11y-stepper button,
.bl-a11y-speech-actions button {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--bl-a11y-soft);
    color: var(--bl-a11y-accent);
    font-size: 14px;
    font-weight: 650;
}

.bl-a11y-stepper button:hover,
.bl-a11y-stepper button:focus-visible,
.bl-a11y-speech-actions button:hover,
.bl-a11y-speech-actions button:focus-visible {
    background: #eef3fb;
}

.bl-a11y-group__note {
    margin: 0;
    padding: 12px 12px 9px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: #475467;
    font-size: 11px;
    line-height: 1.45;
}

.bl-a11y-group__content--speech {
    gap: 0;
}

.bl-a11y-speech-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 12px 12px;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.bl-a11y-speech-actions button {
    min-height: 38px;
    font-size: 11px;
}

.bl-a11y-reading-guide {
    position: fixed;
    top: var(--bl-a11y-guide-y, 50%);
    right: 0;
    left: 0;
    z-index: 1068;
    height: 3px;
    background: rgba(25, 54, 116, 0.72);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.78), 0 0 12px rgba(25, 54, 116, 0.2);
    pointer-events: none;
    transform: translateY(-50%);
}

html[data-bl-a11y-text-size="1"] main :where(p, li, dd, dt, blockquote, figcaption) { font-size: 106.25% !important; }
html[data-bl-a11y-text-size="2"] main :where(p, li, dd, dt, blockquote, figcaption) { font-size: 112.5% !important; }
html[data-bl-a11y-text-size="3"] main :where(p, li, dd, dt, blockquote, figcaption) { font-size: 125% !important; }

html[data-bl-a11y-line-height="true"] body :where(p, li, dd, dt, blockquote, figcaption) {
    line-height: 1.85 !important;
}

html[data-bl-a11y-letter-spacing="true"] body :where(p, li, dd, dt, label, input, textarea, button, a, h1, h2, h3, h4, h5, h6) {
    letter-spacing: 0.045em !important;
    word-spacing: 0.08em !important;
}

html[data-bl-a11y-readable-font="true"] body,
html[data-bl-a11y-readable-font="true"] body :where(input, textarea, select, button) {
    font-family: Arial, Verdana, sans-serif !important;
}

html[data-bl-a11y-highlight-links="true"] body a:not(.btn):not(.button) {
    border-radius: 2px;
    background: #ffef82 !important;
    color: #08101f !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
}

html[data-bl-a11y-strong-focus="true"] body :focus-visible {
    outline: 3px solid #f0a500 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 2px #fff !important;
}

html[data-bl-a11y-contrast="true"] {
    --bl-text: #000;
    --bl-text-soft: #111827;
    --bl-muted: #344054;
    --bl-border: #8a98ac;
    --bl-border-soft: #b8c1ce;
    --bs-body-color: #000;
    --bs-secondary-color: #344054;
    --bs-tertiary-color: #475467;
}

html[data-bl-a11y-contrast="true"] body :where(p, li, dd, dt, figcaption, label, small):not(.bl-a11y-root *) {
    color: #111827;
}

html[data-bl-a11y-contrast="true"] body :where(.text-muted, .text-secondary, .text-body-secondary):not(.bl-a11y-root *) {
    color: #344054 !important;
}

html[data-bl-a11y-contrast="true"] main a:not(.btn):not(.button):not([class*="button"]):not(.bl-a11y-root *):not(.bl-inline-newsletter *):not(.bl-home-newsletter *) {
    color: #082f70 !important;
    text-decoration-color: currentColor !important;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}

html[data-bl-a11y-contrast="true"] main :where(input, select, textarea, .card):not(.bl-a11y-root *) {
    border-color: #7d8ba0 !important;
}

html[data-bl-a11y-contrast="true"] body footer :where(p, li, dd, dt, figcaption, label, small):not(.bl-a11y-root *) {
    color: inherit !important;
}

html[data-bl-a11y-contrast="true"] body :where(.text-white, .text-light):not(.bl-a11y-root *) {
    color: #fff !important;
}

html[data-bl-a11y-grayscale="true"] body img:not(.bl-a11y-root img) {
    filter: grayscale(1) !important;
}

html[data-bl-a11y-hide-images="true"] body img:not(.bl-a11y-root img) {
    opacity: 0 !important;
}

html[data-bl-a11y-reduce-motion="true"] *,
html[data-bl-a11y-reduce-motion="true"] *::before,
html[data-bl-a11y-reduce-motion="true"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
}

@media (max-width: 575.98px) {
    :root {
        --bl-a11y-panel-width: 100vw;
    }

    .bl-a11y-trigger {
        right: 10px;
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .bl-a11y-trigger:hover,
    .bl-a11y-trigger:focus-visible,
    .bl-a11y-trigger[aria-expanded="true"] {
        width: 42px;
    }

    .bl-a11y-panel {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: calc(100dvh - 88px - env(safe-area-inset-top, 0px));
        max-height: calc(100dvh - 88px - env(safe-area-inset-top, 0px));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #a9b4c5 transparent;
        border: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -16px 44px rgba(9, 18, 35, 0.14);
        transform: translateY(100%);
    }

    .bl-a11y-panel.is-open {
        transform: translateY(0);
    }

    .bl-a11y-panel__header {
        position: sticky;
        top: 0;
        z-index: 3;
        padding: 16px 16px 12px;
    }

    .bl-a11y-panel__intro {
        padding: 11px 16px;
    }

    .bl-a11y-panel__content {
        flex: 0 0 auto;
        min-height: auto;
        overflow: visible;
        padding: 12px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .bl-a11y-trigger,
    .bl-a11y-backdrop,
    .bl-a11y-panel,
    .bl-a11y-switch > i,
    .bl-a11y-switch > i::after {
        transition: none;
    }
}

@media print {
    .bl-a11y-root {
        display: none !important;
    }
}
