#bb-globalfooter {
    --global-green: #8b0;
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --blue-link-color: rgb(0, 102, 221);
    --blue-link-color-hover: rgb(0, 119, 238);
    --footer-text-color: rgba(0, 0, 0, 0.56);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-directory-title-color-hover: #000;
    --active-color: var(--footer-directory-title-color-hover);
    --contrast-color: #fff;
    --pipe-border: 1px;
    --gf-focus-color: #0070ee;
    --offset-top-gf: 20px;
    font-family: "BB Text", Sans-Serif;
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 1.2857143;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.theme-dark #bb-globalfooter {
    --footer-directory-title-color: rgba(255, 255, 255, 0.92);
    --footer-link-color: rgba(255, 255, 255, 0.8);
    --blue-link-color: rgb(0, 153, 255);
    --blue-link-color-hover: rgb(68, 170, 255);
    --footer-text-color: rgba(255, 255, 255, 0.56);
    --footer-pipe-color: rgba(255, 255, 255, 0.48);
    --footer-border-color: rgba(255, 255, 255, 0.24);
    --footer-directory-title-color-hover: #fff;
    --active-color: var(--footer-directory-title-color-hover);
    --contrast-color: #000;
    --gf-focus-color: #09f;
}

#bb-globalfooter {
    background-color: var(--panel-bg, var(--surface-2, var(--surface, #f5f5f7)));
    transition:
        background-color var(--motion, 0.25s ease);
}

#bb-globalfooter .bb-gf-main-column-tab {
    flex-basis: 25%
}

.bb-gf-tab-title>.bb-gf-tab-title-text {
    display: none
}

.bb-gf-tab-title {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    margin-inline-start: 4px;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

#bb-gf-wrapper {
    min-width: 320px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    padding-inline-start: max(22px, env(safe-area-inset-left));
    padding-inline-end: max(22px, env(safe-area-inset-right))
}

@media only screen and (max-width:767px) {

    #bb-gf-wrapper {
        padding-inline-start: max(16px, env(safe-area-inset-left));
        padding-inline-end: max(16px, env(safe-area-inset-right))
    }

    #bb-globalfooter .bb-gf-directory {
        border-top: 1px solid var(--footer-border-color)
    }

    .bb-gf-directory-cst-button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        left: -4px
    }
}


.bb-gf-breadcrumbs {
    --blue-link-color: rgb(0, 102, 221);
    --global-black-tooltips: #1d1d1f;
    --global-white-tooltips: #f5f5f7;
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-directory-title-color-hover: #000;
    --offset-top-gf: 20px;

    padding: 16px 0;
    position: relative;
    z-index: 1;
    color: var(--footer-link-color);
    font-family: "BB Text", Sans-Serif;
    font-size: 14px;
    letter-spacing: -.016em;
    line-height: 1.28572;
}

.bb-gf-breadcrumbs ol {
    margin: 0;
}

.theme-dark .bb-gf-breadcrumbs {
    --blue-link-color: rgb(0, 153, 255);
    --global-black-tooltips: #f5f5f7;
    --global-white-tooltips: #1d1d1f;
    --footer-border-color: rgba(255, 255, 255, 0.24);
    --footer-pipe-color: rgba(255, 255, 255, 0.48);
    --footer-link-color: rgba(255, 255, 255, 0.8);
    --footer-directory-title-color: rgba(255, 255, 255, 0.92);
    --footer-directory-title-color-hover: #fff;
}

.bb-gf-breadcrumbs a {
    color: var(--footer-link-color);
}

@media only screen and (max-width:767px) {
    .bb-gf-breadcrumbs {
        border-bottom: 1px solid var(--footer-border-color)
    }
}

.bb-gf-breadcrumbs::after,
.bb-gf-breadcrumbs::before {
    content: " ";
    display: table
}

.bb-gf-breadcrumbs::after {
    clear: both
}

.bb-gf-breadcrumbs-home {
    position: absolute;
    inset-inline-start: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 2;
    top: var(--offset-top-gf);
}

.bb-gf-breadcrumbs-home-icon {
    display: block;
    line-height: 0;
    width: 16px;
    height: 16px;
    z-index: 2;
    color: transparent;
    background-color: var(--footer-link-color);
    -webkit-mask: url("/wp-content/themes/bb-theme/bbc/assets/breadcrumb/icon.svg") center / contain no-repeat;
    mask: url("/wp-content/themes/bb-theme/bbc/assets/breadcrumb/icon.svg") center / contain no-repeat;
}

.bb-gf-breadcrumbs-home:hover {
    text-decoration: none
}

.bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-icon {
    background-color: var(--footer-directory-title-color)
}

.bb-gf-breadcrumbs-home-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.bb-gf-breadcrumbs-path {

    z-index: 1
}

.bb-gf-breadcrumbs-list {
    max-height: 9999px;
    padding-inline-start: 30px;
    text-align: start;
    list-style: none
}

.bb-gf-breadcrumbs-item {
    margin-inline-end: 12px;
    padding: 3px 3px 3px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bb-gf-breadcrumbs-item {
    float: left;
}

.bb-gf-breadcrumbs-item:before {
    width: 9px;
    height: 13px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-inline-end: 11px;
    background-color: var(--footer-pipe-color);
    -webkit-mask: url("/wp-content/themes/bb-theme/bbc/assets/breadcrumb/seperator.svg") center / contain no-repeat;
    mask: url("/wp-content/themes/bb-theme/bbc/assets/breadcrumb/seperator.svg") center / contain no-repeat;
}

.bb-gf-breadcrumbs-item span:hover {
    text-decoration: underline;
    color: var(--footer-directory-title-color-hover);
    cursor: pointer
}

.bb-gf-breadcrumbs-current span:hover {
    color: var(--footer-directory-title-color-hover);
}

.bb-gf-breadcrumbs-current span:active {
    text-decoration: none;
}

#bb-globalfooter a:active {
    text-decoration: none
}

.bb-gf-breadcrumbs-home-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: calc(100% + var(--offset-top-gf));
    z-index: 9999;
    width: max-content;
    min-width: 120px;
    max-width: 300px;
    padding: 4px 8px;
    border-radius: 3px;
    background: var(--global-black-tooltips);
    color: var(--global-white-tooltips);
    font-size: 12px;
    line-height: 1.33334;
    letter-spacing: -.01em;
    word-break: normal;
    overflow-wrap: normal;
    white-space: nowrap;
    transform: translateY(4px);
    transition: opacity .2s ease 0.2s, visibility .2s ease 0.2s, transform .2s ease 0.2s;
    pointer-events: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}

.bb-gf-breadcrumbs-home-tooltip::before {
    content: "";
    position: absolute;
    left: 9px;
    top: calc(100% - 4px);
    border-width: 14px 10px 0 0;
    border-style: solid;
    border-color: var(--global-black-tooltips) transparent transparent transparent
}

.bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-tooltip,
.bb-gf-breadcrumbs-home:focus .bb-gf-breadcrumbs-home-tooltip,
.bb-gf-breadcrumbs-home:focus-visible .bb-gf-breadcrumbs-home-tooltip,
.bb-gf-breadcrumbs-home:active .bb-gf-breadcrumbs-home-tooltip,
.bb-gf-breadcrumbs-home.bb-gf-tooltip-active .bb-gf-breadcrumbs-home-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media (max-width:480px) {
    .bb-gf-breadcrumbs-home-tooltip {
        max-width: calc(100vw - 24px);
        white-space: nowrap
    }
}


#ac-globalfooter .ac-gf-footer-legal-link.ac-gf-footer-lang {
    padding-inline-end: 16px
}

#bb-globalfooter h3 {
    font-family: "BB Text", Sans-Serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.016em;
    line-height: 1.285715;
    padding: 0;
    margin: 0
}

#bb-globalfooter .bb-gf-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#bb-globalfooter .bb-gf-bottom {
    padding-top: 36px;
    padding-bottom: 1px;
    padding-bottom: calc(8px + constant(safe-area-inset-bottom))
}

@supports (padding:calc(max(0px))) {
    #bb-globalfooter .bb-gf-bottom {
        padding-bottom: max(8px, env(safe-area-inset-bottom))
    }
}

@media only screen and (max-width:767px) {
    #bb-globalfooter .bb-gf-bottom {
        padding-top: 22px;
        padding-bottom: 12px;
        padding-bottom: calc(12px + constant(safe-area-inset-bottom))
    }

    @supports (padding:calc(max(0px))) {
        #bb-globalfooter .bb-gf-bottom {
            padding-bottom: max(12px, env(safe-area-inset-bottom))
        }
    }
}

#bb-globalfooter ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#bb-globalfooter ol {
    margin-block-start: 0;
}

#bb-globalfooter a {
    text-decoration: none;
    color: var(--footer-link-color)
}

#bb-globalfooter a:hover {
    text-decoration: underline;
    color: var(--footer-directory-title-color-hover);
    cursor: pointer
}

.bb-gf-footer-legal a {
    color: var(--footer-link-color)
}

.bb-gf-footer-legal a:hover {
    color: var(--global-green);
    text-decoration: none
}

.bb-gf-footer-legal a:active {
    color: var(--footer-link-color);
    text-decoration: none
}

.bb-gf-footer-legal {
    padding: 0 0 16px 0
}

.bb-gf-tab-title-text {
    color: var(--footer-directory-title-color);
    font-weight: 600;
}

.no-break {
    white-space: nowrap
}

.bb-gf-clock {
    display: flex;
    flex-shrink: 0
}

#bb-globalfooter .bb-gf-clock a:hover {
    text-decoration: none
}

.bb-gf-footnotes {
    color: var(--footer-text-color);
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    padding: 18px 0 11px
}

.bb-gf-footnotes li {
    padding-bottom: 10px
}

.bb-gf-footnotes a {
    color: var(--footer-directory-title-color)
}

.bb-gf-footer-legal-links-item a {
    color: var(--footer-directory-title-color)
}

.bb-gf-footer-legal-links-item a:hover {
    color: var(--footer-directory-title-color-hover)
}

.bb-gf-copyright-text,
.bb-gf-footer-legal-links-item {
    margin-top: 3px;
    margin-bottom: 3px
}

.bb-gf-directory-col-sect {
    flex: 1;
    margin-right: 16px;
    box-sizing: border-box
}

.bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
    padding-top: 24px
}

button.bb-gf-directory-cst-button {
    cursor: text
}

.bb-gf-directory-cst-button {
    all: unset;
    margin-bottom: 11px
}

.bb-gf-tab-item {
    margin-bottom: 11px
}

.bb-gf-tab-item:last-child {
    margin-bottom: 0
}

.bb-gf-toggle {
    display: none
}

.bb-gf-all-directory {
    display: flex;
    padding-top: 20px;
}

#bb-gf-contact-section {
    color: var(--footer-text-color)
}

#bb-gf-contact-section a {
    color: var(--blue-link-color)
}

#bb-gf-contact-section a:hover {
    color: var(--blue-link-color-hover)
}

.bb-gf-contact-main {
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.bb-gf-legal-section {
    padding-bottom: 7px
}

.bb-gf-legal-section::after,
.bb-gf-legal-section::before {
    content: " ";
    display: table
}

.bb-gf-legal-section::after {
    clear: both
}

#bb-gf-device-and-location {
    float: right;
    display: flex;
    flex-direction: row
}

.bb-gf-copyright-text,
.bb-gf-footer-legal-links-item-section {
    float: left
}

.bb-gf-footer-legal-links-item:last-child {
    margin-inline-end: 0
}

.bb-gf-footer-legal-links-item:last-child:after {
    display: none
}

.bb-gf-copyright-text {
    color: var(--footer-text-color);
    margin-right: 30px
}

.bb-gf-footer-legal-links-item {
    margin-inline-end: 6px;
    display: inline-block
}

.bb-gf-footer-legal-links-item:after {
    content: "";
    position: absolute;
    height: 12px;
    width: var(--pipe-border);
    background-color: var(--footer-pipe-color);
    margin: 3px 0
}

.bb-gf-footer-legal-link {
    padding: 0 9px;
    margin-inline-start: -9px;
    display: inline-block
}

@media only screen and (min-width:768px) {
    #bb-gf-device-and-location .bb-gf-footer-legal-links-item:last-child .bb-gf-footer-legal-link {
        padding-right: 0;
        margin-inline-end: 9px;
    }
}


:root {
    --color-button-text: #fff
}

body {
    --color-fill-blue: #0070ee;
    --color-figure-blue: #06d;
    --color-button-background-active: var(--color-fill-blue);
    --color-button-background-hover: rgb(0, 119, 237)
}

@media screen {
    body[data-color-scheme=dark] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f
    }
}

@media screen and (prefers-color-scheme:dark) {
    body[data-color-scheme=auto] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f
    }
}

.bb-theme-changer {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
    --bbtc-radius-outer: 20px;
    --bbtc-radius-inner: 20px;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .14);
    --bbtc-border: #0070ee;
    --bbtc-text: #0070ee;
    --bbtc-active-text: #fff;
    --bbtc-menu-bg: #fff;
    --bbtc-menu-text: #111;
    font-family: "BB Text";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.016em;
    line-height: 1.428572;
}


.theme-default-light .bb-theme-changer {
    --bbtc-border: #0070ee;
    --bbtc-text: #0070ee;
    --bbtc-active-text: #fff;
    --bbtc-menu-bg: #fff;
    --bbtc-menu-text: #111;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .14)
}

.theme-default-dark .bb-theme-changer {
    --bbtc-border: #09f;
    --bbtc-text: #09f;
    --bbtc-active-text: #fff;
    --bbtc-menu-bg: #000;
    --bbtc-menu-text: #fff;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .45)
}

.theme-green-light .bb-theme-changer {
    --bbtc-border: #245f0d;
    --bbtc-text: #245f0d;
    --bbtc-active-text: #fff;
    --bbtc-menu-bg: #f6faeb;
    --bbtc-menu-text: #111;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .14)
}

.theme-green-dark .bb-theme-changer {
    --bbtc-border: #d5f2ad;
    --bbtc-text: #e5ffd0;
    --bbtc-active-text: #1b2713;
    --bbtc-menu-bg: #67864d;
    --bbtc-menu-text: #fff;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .45)
}

.theme-blue-light .bb-theme-changer {
    --bbtc-border: #2563eb;
    --bbtc-text: #2563eb;
    --bbtc-active-text: #fff;
    --bbtc-menu-bg: #ebf6ff;
    --bbtc-menu-text: #111;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .14)
}

.theme-blue-dark .bb-theme-changer {
    --bbtc-border: #93c5fd;
    --bbtc-text: #bfdbfe;
    --bbtc-active-text: #07111d;
    --bbtc-menu-bg: #111b25;
    --bbtc-menu-text: #fff;
    --bbtc-shadow: 0 10px 24px rgba(0, 0, 0, .45)
}

[data-supports-auto-color-scheme=false] .bb-theme-changer label[data-color-scheme-option=auto],
body[data-supports-auto-color-scheme=false] label[data-color-scheme-option=auto] {
    display: none
}

@media only screen and (max-width:767px) {
    .bb-theme-changer {
        display: block
    }
}

.bb-theme-changer .content {
    --toggle-border-radius-outer: var(--bbtc-radius-outer, 20px);
    --toggle-border-radius-inner: var(--bbtc-radius-inner, 20px);
    --toggle-color-fill: var(--bbtc-border, var(--color-button-background-active));
    --toggle-color-text: var(--bbtc-text, var(--color-fill-blue));
    flex-shrink: 0
}

.bb-theme-changer .bb-theme-toggler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.bb-theme-changer .color-scheme-toggle {
    display: inline-flex;
    padding: 1px;
    border: 1px solid var(--toggle-color-fill);
    border-radius: var(--toggle-border-radius-outer)
}

.bb-theme-changer .bb-theme-family-toggle {
    position: relative;
    display: inline-block
}

.bb-theme-changer .bb-theme-family-toggle>summary {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 44px;
    padding: 0 5px;
    border: 1px solid var(--toggle-color-fill);
    border-radius: var(--toggle-border-radius-inner);
    color: var(--toggle-color-text);
    line-height: 1.285715;
    letter-spacing: -.016em;
    list-style: none;
    cursor: pointer;
    user-select: none
}

.bb-theme-changer .bb-theme-family-toggle>summary::-webkit-details-marker {
    display: none
}

.bb-theme-changer .bb-theme-family-toggle>summary::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg)
}

.bb-theme-changer .bb-theme-family-toggle[open]>summary {
    background: var(--toggle-color-fill);
    border-color: var(--toggle-color-fill);
    color: var(--bbtc-active-text, var(--color-button-text))
}

.bb-theme-changer input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.bb-theme-changer .text {
    box-sizing: border-box;
    display: inline-block;
    min-width: 44px;
    padding: 0 6px;
    border: 1px solid transparent;
    border-radius: var(--toggle-border-radius-inner);
    color: var(--toggle-color-text);
    line-height: 1.285715;
    letter-spacing: -.016em;
    text-align: center
}

.bb-theme-changer .text:hover {
    cursor: pointer;
    border-color: var(--toggle-color-fill)
}

.bb-theme-changer .text:active,
.bb-theme-changer .bb-theme-family-toggle>summary:active,
.bb-theme-changer input[type=radio]:active+.text {
    box-shadow: inset 0 0 0 2px var(--toggle-color-fill)
}

.bb-theme-changer input[type=radio]:checked+.text,
.bb-theme-changer label[aria-checked=true]>.text,
.bb-theme-changer .bb-theme-family-menu label[aria-checked=true]>.text,
.bb-theme-changer .bb-theme-family-menu input[type=radio]:checked+.text {
    --toggle-color-text: var(--bbtc-active-text, var(--color-button-text));
    color: var(--bbtc-active-text, var(--color-button-text));
    background: var(--toggle-color-fill);
    border-color: var(--toggle-color-fill);
    font-weight: 400;
}

.bb-theme-changer .bb-theme-family-menu {
    position: absolute;
    z-index: 99999;
    bottom: calc(100% + 8px);
    left: 0;
    min-width: 160px;
    padding: 4px;
    border: 1px solid var(--toggle-color-fill);
    border-radius: var(--toggle-border-radius-outer);
    background: var(--bbtc-menu-bg, #fff);
    color: var(--bbtc-menu-text, #111);
    box-shadow: var(--bbtc-shadow)
}

.bb-theme-family-menu level {
    margin-bottom: 20px;
}

.bb-theme-changer .bb-theme-family-menu .text {
    display: block;
    min-width: 160px;
    padding: 2px 8px;
    text-align: left;
    color: inherit
}

.bb-theme-changer .bb-theme-family-menu input[type=radio]:checked+.text::after,
.bb-theme-changer .bb-theme-family-menu label[aria-checked=true]>.text::after {
    content: "✓";
    float: right
}

.bb-theme-changer .bb-theme-family-menu label[data-theme-family-option] .text::before {
    content: "";
    display: inline-block;
    width: .75em;
    height: .75em;
    margin-right: 7px;
    border: 1px solid currentColor;
    border-radius: 50%;
    vertical-align: -.05em
}

.bb-theme-changer .bb-theme-family-menu label[data-theme-family-option=default] .text::before {
    background: linear-gradient(135deg, #fff 0 50%, #000 50% 100%)
}

.bb-theme-changer .bb-theme-family-menu label[data-theme-family-option=green] .text::before {
    background: linear-gradient(135deg, #f6faeb 0 50%, #67864d 50% 100%)
}

.bb-theme-changer .bb-theme-family-menu label[data-theme-family-option=blue] .text::before {
    background: linear-gradient(135deg, #ebf6ff 0 50%, #111b25 50% 100%)
}

.bb-theme-changer label,
.bb-theme-changer summary,
.bb-theme-changer .text {
    -webkit-tap-highlight-color: transparent
}

.bb-theme-changer label[data-theme-family-option],
.bb-theme-changer label[data-color-scheme-option] {
    outline: none
}

.bb-theme-changer label:focus-visible,
.bb-theme-changer label[data-theme-family-option]:focus-visible .text,
.bb-theme-changer label[data-color-scheme-option]:focus-visible .text,
.bb-theme-changer .bb-theme-family-toggle>summary:focus-visible,
.bb-theme-changer input[type=radio]:focus-visible+.text,
.bb-theme-changer .bb-theme-family-menu label:focus-within .text {
    outline: 2px solid var(--gf-focus-color, #0070ee);
    outline-offset: 3px;
    border-radius: 80px
}

.bb-theme-changer .bb-theme-family-toggle>summary,
.bb-theme-changer .color-scheme-toggle,
.bb-theme-changer .text,
.bb-theme-changer .bb-theme-family-menu {
    transition: none
}


.bb-gf-footer-legal-links-item {
    position: relative
}

.bb-gf-footer-legal-links-item:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none
}

.bb-gf-footer-legal-links-item a:focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: 2px
}

.device-sec .bb-gf-footer-legal-links-item:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none
}

#bb-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
    --gf-focus-offset: 1px
}

.theme-dark #bb-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #08f)
}

#bb-globalfooter :focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset)
}

@media only screen and (max-width:767px) {
    #bb-globalfooter .bb-gf-directory-cst-button {
        position: relative;
        outline: 0
    }

    #bb-globalfooter .bb-gf-directory-cst-button:focus-visible::after {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -2px
    }

    #bb-globalfooter .bb-gf-directory-colu-se-list.open .bb-gf-column-links:focus-visible {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -6px
    }

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a {
        pointer-events: none
    }

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus,
    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus-visible {
        outline: 0 !important
    }

}

#bb-globalfooter .bb-gf-footer-legal-link:focus-visible,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible {
    outline: 0
}

#bb-globalfooter .bb-gf-footer-legal-links-item:focus-within::before,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible::after {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset)
}

#bb-globalfooter select.gt_selector.notranslate:focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset)
}

.bb-gf-directory-cst-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: -4px
}


.lang-bb {
    align-content: center !important;
    float: right
}

@media only screen and (max-width:767px) {
    .lang-bb {
        float: right
    }
}

.gtranslate_wrapper .gt_selector.notranslate {
    width: 100px;
    text-align-last: right;
    -moz-text-align-last: right;
    -webkit-text-align-last: right;
    -ms-text-align-last: right;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0 16px 0 4px;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555555' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    border: none;
    box-shadow: none;
    outline: 0;
    font-family: "BB Text", Sans-Serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.285715;
    letter-spacing: -.016em;
    color: #0070ee;
    cursor: pointer;
    z-index: 2;
    transition: none;
    white-space: normal;
    word-break: break;
    hyphens: auto
}


/*
.gtranslate_wrapper .gt_selector.notranslate option[value=""] {
    color: #888
}
*/

.gtranslate_wrapper .gt_selector.notranslate::-ms-expand {
    display: block !important
}

.theme-dark .gt_selector.notranslate {
    color: #09f
}

.theme-dark select.gt_selector.notranslate {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23cccccc' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")
}

select.gt_selector.notranslate:hover {
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230070ee' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.theme-dark select.gt_selector.notranslate:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230099ff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")
}

@media only screen and (min-width:768px) and (max-width:1200px) {

    .bb-gf-copyright-text,
    .bb-gf-footer-legal-links-item-section {
        float: none
    }

    .bb-gf-copyright-text {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .bb-theme-toggler {
        padding-top: 14px;
        padding-bottom: 0
    }

    .bb-gf-footer-legal {
        padding: 16px 0 16px 0
    }

    .bb-gf-contact-main {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: block
    }

    .bb-gf-clocks-container {
        flex-grow: 0
    }

    .bb-gf-clock {
        padding-top: 21px
    }

    .bb-gf-all-directory {
        display: block;
        border-top: var(--pipe-border) solid var(--footer-border-color)
    }

    .bb-gf-directory-col-sect {
        margin-right: 0;
        z-index: 1
    }

    .bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
        padding-top: 0
    }

    .bb-gf-tab-item {
        margin-bottom: 0
    }

    .bb-gf-directory-cst-button {
        display: block;
        margin: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        user-select: none;
        z-index: 2
    }

    .bb-gf-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        margin-top: 2px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        fill: var(--footer-directory-title-color);
        transform: scaleY(1);
        transition: fill 0s, transform .5s ease;
    }

    .bb-gf-toggle.active {
        fill: var(--active-color);
        transform: scaleY(-1);
        transition: fill 0s, transform .5s ease
    }

    .bb-gf-directory-cst-button:hover .bb-gf-toggle {
        fill: var(--footer-directory-title-color-hover)
    }

    .bb-gf-tab-title-text {
        font-weight: 400;
        margin-bottom: 0
    }

    .bb-gf-tab-title-text.active {
        color: var(--active-color)
    }

    .bb-gf-directory-cst-button:hover .bb-gf-tab-title-text {
        color: var(--footer-directory-title-color-hover)
    }

    .bb-gf-directory-colu-se-list {
        border-bottom: var(--pipe-border) solid var(--footer-border-color);
        display: block;
        height: 0;
        overflow: hidden;
        transition: border-bottom 0s, height 0.12s ease;
    }

    .bb-gf-column-links {
        display: block;
        padding: 6px 15px
    }

    .bb-gf-tab-group {
        padding: 6px 0 19px;
        opacity: 1;
        transform: translateY(-100px);
        transition: margin-right 0s, padding 0s, transform .5s ease, opacity .32s ease
    }

    .bb-gf-tab-group.open {
        transform: translateY(0);
        opacity: 1;
        transition: transform .4s ease 0s, opacity .4s ease 0s
    }

    #bb-gf-device-and-location {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 17px;
        justify-content: flex-start
    }

    button.bb-gf-directory-cst-button {
        cursor: pointer;
        padding: 9px 0 !important
    }

    .device-sec {
        flex-grow: 1
    }
}