.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.cbc-footer {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 39%) 1fr;
    gap: clamp(42px, 6vw, 92px);
    min-height: 590px;
    padding: clamp(104px, 9vw, 136px) clamp(58px, 7.5vw, 118px) 54px;
    background: #003e73;
    color: #fff;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
    overflow: hidden;
}
.cbc-footer::before {
content: "";
    position: absolute;
    right: -26%;
    top: 10%;
    width: 77%;
    aspect-ratio: 1;
    background: url("../images/menu-c.png") center / contain no-repeat;
    opacity: 1;
    pointer-events: none;
}
.cbc-footer > * {
    position: relative;
    z-index: 1;
}
.cbc-office-map {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(-108px, -7vw, -70px);
    overflow: hidden;
    background: #fff;
    color: #06477c;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
}
.cbc-office-map__inner {
    display: grid;
    grid-template-columns: minmax(330px, 50%) 1fr;
    align-items: center;
    min-height: clamp(620px, 70vw, 780px);
    padding: clamp(70px, 8vw, 112px) clamp(54px, 7vw, 92px) 0;
}
.cbc-office-map__copy {
    position: relative;
    z-index: 4;
    align-self: start;
    padding-top: clamp(18px, 5vw, 56px);
}
.cbc-office-map h2 {
    width: min(780px, 72vw);
    max-width: none;
    margin: 0 0 clamp(56px, 7vw, 92px);
    color: #06477c;
    text-transform: uppercase;
}
.cbc-office-map h2 span,
.cbc-office-map h2 strong {
    display: block;
    font-size: clamp(30px, 3.15vw, 43px);
    line-height: 1.2;
    letter-spacing: .08em;
}
.cbc-office-map h2 span {
    font-weight: 500;
}
.cbc-office-map h2 strong {
    margin-top: 2px;
    font-weight: 700;
    letter-spacing: .035em;
}
.cbc-office-map__stats {
    width: min(410px, 100%);
}
.cbc-office-map__stat {
    display: grid;
    grid-template-columns: 108px 1fr;
    align-items: center;
    min-height: 94px;
    border-bottom: 1px solid #bcbec0;
}
.cbc-office-map__stat--blue {
    border-bottom-color: #4ac4f3;
}
.cbc-office-map__stat--red {
    border-bottom-color: #ff3337;
}
.cbc-office-map__stat strong {
    color: #06477c;
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 600;
    line-height: 1;
}
.cbc-office-map__stat span {
    color: #06477c;
    font-size: clamp(19px, 1.75vw, 24px);
    font-weight: 600;
    letter-spacing: .04em;
}
.cbc-office-map__visual {
    position: relative;
    height: clamp(560px, 63vw, 720px);
    min-width: 0;
}
.cbc-office-map__map {
    position: absolute;
    left: 45%;
    bottom: -96px;
    width: min(670px, 76vw);
    transform: translateX(-50%);
}
.cbc-office-map__map-frame {
    position: relative;
    width: 80%;
    margin-left: -10%;
}
.cbc-office-map__shape {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.cbc-office-map__pin {
    --pin-color: #06477c;
    position: absolute;
    left: var(--pin-x);
    top: var(--pin-y);
    z-index: 6;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pin-color);
    font: inherit;
    cursor: pointer;
    transform: translate(-50%, -100%);
}
.cbc-office-map__pin::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50% 50% 50% 0;
    background: radial-gradient(circle at 50% 50%, #fff 0 26%, currentColor 29% 100%);
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(6, 71, 124, .24);
    transform: translate(-50%, -100%) rotate(-45deg);
    animation: cbc-office-pin-blink 1.45s ease-in-out infinite;
    animation-delay: var(--pin-delay, 0s);
}
.cbc-office-map__pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px;
    width: 34px;
    height: 34px;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: .34;
    transform: translate(-50%, -50%);
    animation: cbc-office-pin-pulse 1.45s ease-out infinite;
    animation-delay: var(--pin-delay, 0s);
}
.cbc-office-map__pin span {
    position: absolute;
    left: 50%;
    top: 8px;
    min-width: 92px;
    color: currentColor;
    font-size: clamp(11px, 1.05vw, 14px);
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
    transform: translateX(-50%);
}
.cbc-office-map__pin.is-active {
    --pin-color: #ff3337;
}
.cbc-office-map__pin.is-active span {
    font-weight: 600;
}
.cbc-office-map__pin:focus-visible::before {
    outline: 2px solid #ff3337;
    outline-offset: 4px;
}
.cbc-office-map__stamp {
    position: absolute;
    top: clamp(22px, 6vw, 70px);
    right: clamp(10px, 4vw, 70px);
    z-index: 7;
    display: block;
    width: 130px;
    height: 130px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #06477c;
    cursor: pointer;
    text-decoration: none;
}
.cbc-office-map__stamp-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    pointer-events: none;
}
.cbc-office-map__stamp-text {
    transform-origin: 64px 64px;
    animation: cbc-office-stamp-spin 12s linear infinite;
}
.cbc-office-map__stamp text {
    fill: currentColor;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.cbc-office-map__stamp-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 58%;
    height: 58%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.cbc-office-map__stamp:focus-visible {
    outline: 2px solid #06477c;
    outline-offset: 7px;
    border-radius: 50%;
}
.cbc-office-map__stamp:hover .cbc-office-map__stamp-text {
    animation-duration: 7s;
}
@keyframes cbc-office-stamp-spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes cbc-office-pin-blink {
    0%, 100% {
        opacity: .55;
    }
    45% {
        opacity: 1;
    }
}
@keyframes cbc-office-pin-pulse {
    0% {
        opacity: .38;
        transform: translate(-50%, -50%) scale(.55);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.45);
    }
}
.cbc-footer__brand {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.cbc-footer__logo {
    display: block;
    width: min(330px, 78%);
    height: auto;
    margin-top: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.cbc-footer__message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(290px, 100%);
    margin-top: 30%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .88);
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
.cbc-footer__message span:first-child {
    display: block;
    padding: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}
.cbc-footer__message span:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 30px;
}
.cbc-footer__message svg {
    width: 25px;
    height: 25px;
}
.cbc-footer__connect {
    margin-top: 108px;
}
.cbc-footer__connect h3 {
    margin: 0 0 17px;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.cbc-footer__connect p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.cbc-footer__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.cbc-footer__offices {
    display: grid;
    grid-template-columns: repeat(2, minmax(230px, 1fr));
    column-gap: clamp(48px, 6vw, 88px);
    row-gap: 35px;
}
.cbc-footer__office {
    position: relative;
    padding-left: 26px;
}
.cbc-footer__office::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 13px;
    background: #ff3337;
}
.cbc-footer__office h4 {
    margin: 0 0 13px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}
.cbc-footer__office p {
    position: relative;
    margin: 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}
.cbc-footer__office a {
    color: currentColor;
    text-decoration: none;
}
.cbc-footer__office a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cbc-footer__office p:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: -2px;
    width: 1px;
    background: #fff;
}
.cbc-footer__office--right {
    grid-column: 2;
}
.cbc-footer__bottom {
    display: grid;
    grid-template-columns: 1fr minmax(230px, 325px);
    grid-template-areas:
        "tagline home"
        "socials home";
    align-items: center;
    column-gap: clamp(42px, 5vw, 72px);
    row-gap: 18px;
    margin-top: 12%;
}
.cbc-footer__tagline {
    grid-area: tagline;
    justify-self: center;
    align-self: center;
    font-size: 10px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.cbc-footer__socials {
    grid-area: socials;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 22px;
}
.cbc-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
}
.cbc-footer__social img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.cbc-footer__social--youtube {
    width: 58px;
}
.cbc-footer__home {
    grid-area: home;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 18px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}
@media (max-width: 812px) {
    .cbc-footer {
        grid-template-columns: 1fr;
        gap: 42px;
        min-height: 0;
        padding: 94px 24px 48px;
    }
    .cbc-footer::before {
        right: -42vw;
        bottom: 8vw;
        width: 112vw;
        opacity: .09;
    }
    .cbc-office-map {
        margin-bottom: -58px;
    }
    .cbc-office-map__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 54px 24px 0;
    }
    .cbc-office-map__copy {
        padding-top: 0;
    }
    .cbc-office-map h2 {
        width: 100%;
        margin-bottom: 34px;
    }
    .cbc-office-map__visual {
        height: auto;
        margin-top: 32px;
    }
    .cbc-office-map__map {
        left: 50%;
        bottom: -62px;
        width: min(560px, 126vw);
    }
    .cbc-office-map__stamp {
        top: 19%;
        right: 36%;
        width: 92px;
        height: 92px;
    }
    .cbc-footer__logo {
        width: min(280px, 82vw);
        margin: 0 auto;
    }
    .cbc-footer__message {
        margin: 42px auto 0;
    }
    .cbc-footer__connect {
        margin-top: 48px;
        text-align: center;
    }
    .cbc-footer__offices {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }
    .cbc-footer__office--right {
        grid-column: auto;
    }
    .cbc-footer__bottom {
        grid-template-columns: 1fr;
        grid-template-areas:
            "tagline"
            "socials"
            "home";
        gap: 28px;
        margin-top: 42px;
    }
    .cbc-footer__tagline,
    .cbc-footer__home {
        justify-self: center;
    }
    .cbc-footer__home {
        width: min(325px, 100%);
        justify-content: center;
    }
}
.cbc-contact-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2147483000;
    transition: opacity .22s ease, visibility .22s ease;
}
.cbc-contact-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cbc-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 28, 52, .68);
}
.cbc-contact-modal__dialog {
    position: relative;
    width: min(520px, 100%);
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    color: #06427a;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
    transform: translateY(14px);
    transition: transform .22s ease;
}
.cbc-contact-modal.is-open .cbc-contact-modal__dialog {
    transform: translateY(0);
}
.cbc-contact-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #06427a;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.cbc-contact-modal h3 {
    margin: 0 0 22px;
    color: #06427a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.cbc-contact-modal__form {
    display: grid;
    gap: 15px;
}
.cbc-contact-modal__form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #06427a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.cbc-contact-modal__form input,
.cbc-contact-modal__form textarea {
    width: 100%;
    border: 1px solid rgba(6, 66, 122, .25);
    border-radius: 0;
    padding: 12px 13px;
    background: #f7f9fc;
    color: #082d4f;
    font: 600 15px/1.35 Arial, sans-serif;
    outline: 0;
}
.cbc-contact-modal__form input:focus,
.cbc-contact-modal__form textarea:focus {
    border-color: #06427a;
    background: #fff;
}
.cbc-contact-modal__form textarea {
    resize: vertical;
    min-height: 120px;
}
.cbc-contact-modal__form button[type="submit"] {
    min-height: 48px;
    margin-top: 5px;
    border: 0;
    background: #06427a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
body.cbc-contact-modal-open {
    overflow: hidden;
}
@media (max-width: 767px) {
        .cbc-office-map__inner {
        padding: 14px 24px 0;
    }
    .cbc-office-map__stat {
    min-height: 56px;
}
.cbc-office-map h2 span, .cbc-office-map h2 strong {
    font-size: clamp(24px, 3.15vw, 43px);
}
    .cbc-office-map h2 {
        margin-bottom: 14px;
    }
    .cbc-office-map__map-frame {
    position: relative;
    width: 100%;
    margin-left: 0;
}
.cbc-office-map__map {
    position: relative;
}
.cbc-office-map__visual{height: auto;}
.fancybox__content{
    padding: 16px;
}
}
@media (max-width: 575px) {
    .cbc-contact-modal {
        padding: 16px;
    }
    .cbc-contact-modal__dialog {
        padding: 28px 20px 22px;
    }
    .cbc-contact-modal h3 {
        font-size: 25px;
    }
}