body .footer {
    background: var(--surface-surface-primary, #F7FDFF);
    border-top: 1px solid var(--color-brand-light-blue, #C0EBF6);
    color: var(--text-text-primary, #041A2A);
}
    

    body .footer a {
        color: var(--text-text-primary, #041A2A);
        font-family: "Neue Haas Grotesk Display Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 128.571%;
        letter-spacing: -0.28px;
    }
    

    @media(max-width: 767px) {
    

    body .footer a {
            letter-spacing: normal
    }
        }
    

    body .footer a:hover {
            text-decoration-line: underline;
        }
    

    body .footer .block__inner {
        width:100%;

    }
    

    body .footer .footer__container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    

    @media (max-width: 767px) {
    

    body .footer .footer__container {
            flex-direction: column-reverse
    }
        }
    

    body .footer__statement {
        width: calc(480px + var(--space-md) * 2);
        padding: var(--space-md) var(--space-lg);
        max-width: 100%;
        color: #000;
        font-family: "Neue Haas Grotesk Display Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 128%;
        letter-spacing: -0.28px;
        margin: 0;
        color: var(--text-text-primary, #041A2A);
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    

    @media (max-width: 767px) {
    

    body .footer__statement {
           width: 100%;
           padding: var(--space-md) 20px
    }
        }
    

    body .footer__statement span {
            display: block;
        }
    

    body .footer__statement__link {
            color: var(--text-text-primary, #041A2A);
            font-family: "Neue Haas Grotesk Display Pro";
            /*font-size: 20px;*/
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -0.2px;
        }
    

    body .footer__statement__link a {
                text-decoration: underline;
                transition: color 0.2s ease;
                font-size: inherit;
                font-weight: inherit;
                color: var(--color-brand-air-force-blue, #5C8DA5) !important;
            }
    

    body .footer__statement__link a:hover {
                    color: var(--text-text-primary, #041A2A) !important;
                }
    

    @media(max-width: 767px) {
    

    body .footer__statement {
            letter-spacing: normal;
            padding: var(--space-md) 20px
    }
        }
    

    @media (max-width: 767px) {
    

    body .footer__statement {
            max-width: unset
    }
        }
    

    body .footer__nav__wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding:var(--space-md) var(--space-lg);
    }
    

    @media (max-width: 767px) {
    

    body .footer__nav__wrapper {
            justify-content: flex-end;
            padding:var(--space-md) 20px
    }
        }
    

    body .footer__nav {
        display:flex;
        gap:16px;
        justify-content: end;
        flex-grow: 1;
        max-width: 100px;
    }
    

    body .footer__nav-title {
            color: var(--text-text-primary, #041A2A);
            font-family: "Neue Haas Grotesk Display Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: var(--weight-500, 500);
            line-height: 128.571%;
            letter-spacing: -0.28px;
        }
    

    @media(max-width: 767px) {
    

    body .footer__nav-title {
                letter-spacing: normal
        }
            }
    

    body .footer__nav-list {
            display:flex;
            flex-direction: column;
            gap:20px;
            list-style:none;
            margin:0;
            padding:0;
        }
    

    body .footer__nav-list.footer-primary li.current-menu-item a {
                            text-decoration: underline;
                        }
    

    body .footer__utility {
        align-items: center;
        border-top: 1px solid var(--color-brand-light-blue, #C0EBF6);
        display: flex;
        flex-wrap: wrap;
        gap: 14px 25px;
        justify-content: space-between;
        padding: var(--space-md) var(--space-lg);
        width:100%;
    }
    

    @media (max-width: 767px) {
    

    body .footer__utility {
            padding: var(--space-md) 20px
    }
        }
    

    body .footer__utility-nav ul {
            display: flex;
            gap: 16px;
            list-style: none;
            margin:0;
            padding:0;
        }
    

    body .footer__utility-nav ul li a {
                    color: var(--text-text-primary, #041A2A);
                }
    

    body .footer__copyright {
        color: var(--text-text-primary, #041A2A);
        font-family: "Neue Haas Grotesk Display Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 128.571%;
        letter-spacing: -0.28px;
    }
    

    @media(max-width: 767px) {
    

    body .footer__copyright {
            letter-spacing: normal
    }
        }
    

    body .footer a{
        color: var(--text-text-primary, #041A2A);
        transition: all 0.3s ease;
    }
    

    body .footer a:hover {
            text-decoration: underline;
            color: var(--color-brand-air-force-blue, #5C8DA5);
        }


body:not(.home) .footer .footer__nav--chapters {
        display: none !important;
    }


@media (max-width: 767px) {
    .footer__nav--chapters {
        display: none !important;
    }
}