/* All module styles are pulled in globally from /css/modules/_modules.css - You can find the css for this module there. */
/* Looking for cover link CSS? See css/custom-theme-settings */


.j-footer__column{
    h5{
        margin-bottom: 8px;
    }
    .j-footer__column--logo{
        max-width: 350px;
    }
    margin-bottom: 24px;
}

.j-footer .content-wrapper{
}
.j-footer .content-wrapper{
    display: flex;
    gap: 48px !important;
    justify-content: space-between;
}


.j-footer__column__menu{
    width: 100%;
    max-width: 840px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.footer-bottom__copyright{
    max-width: 400px;
    margin-top: 24px;
}
.footer-bottom__copyright p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 8px;
}

.j-footer .cta-wrapper, .j-footer__social{
    margin-top: 24px;
}

a[href="javascript:void(0);"] {
    margin-bottom: 18px;
    pointer-events: none;
