.filab-lp-footer {
    color: #fff;
    background: #070f24;
    font-family: var(--e-global-typography-cd740a4-font-family, "Inter"), "Inter", sans-serif;
    padding: 40px 0;
}

.filab-lp-footer__inner {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.filab-lp-footer__inner {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(230px, 1fr);
    gap: 40px;
    align-items: center;
}

.filab-lp-footer__brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
}

.filab-lp-footer__logo {
    width: auto;
    height: 44px;
}

.filab-lp-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    justify-content: center;
}

.filab-lp-footer a {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.filab-lp-footer a:hover {
    color: #fb8127;
}

.filab-lp-footer__copyright {
    justify-self: end;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
}

footer.elementor-location-footer {
    height: 0!important;
}

@media (max-width: 820px) {
    .filab-lp-footer__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .filab-lp-footer__brand,
    .filab-lp-footer__nav,
    .filab-lp-footer__copyright {
        justify-content: center;
        justify-self: center;
        text-align: center;
    }
}
