[data-component-scope="brand-custom"].footer {
    padding: 2.4rem 1.6rem;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer {
        padding: calc(2.4rem + 1.6rem * 2);
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"].footer {
        padding: 5.6rem;
    }
}

[data-component-scope="brand-custom"] .footer__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center;
    padding-bottom: 1.6rem;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"] .footer__logos {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__logos {
        gap: 2.4rem 8rem;
        justify-content: initial;
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"] .footer__logos {
        gap: 1.6rem 4rem;
    }
}

[data-component-scope="brand-custom"] .footer__content {
    border-bottom: 0.1rem solid #717171;
    border-top: 0.1rem solid #717171;
    gap: 1.6rem;
    padding: 6.1rem 0 2.4rem;
}

[data-component-scope="brand-custom"] .footer__content-top, [data-component-scope="brand-custom"] .footer__content-bottom {
    display: flex;
    gap: 4rem;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-top, [data-component-scope="brand-custom"] .footer__content-bottom {
        gap: 2.4rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"] .footer__content-top, [data-component-scope="brand-custom"] .footer__content-bottom {
        gap: 4rem;
    }
}

[data-component-scope="brand-custom"] .footer__content-top {
    flex-flow: column wrap;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-top {
        flex-direction: row;
        margin-bottom: 6.4rem;
    }
}

[data-component-scope="brand-custom"] .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 4rem;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-bottom {
        align-items: flex-end;
    }
}

[data-component-scope="brand-custom"] .footer__content-bottom .logo {
    order: 2;
    width: 32rem;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-bottom .logo {
        order: 1;
        width: 36rem;
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"] .footer__content-bottom .logo {
        width: 40rem;
    }
}

[data-component-scope="brand-custom"] .footer__content-bottom .logo:not(.footer__logo) {
    order: 3;
    width: max-content;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-bottom .logo:not(.footer__logo) {
        width: 16rem;
    }
}

[data-component-scope="brand-custom"] .footer__content-bottom .logo:not(.footer__logo) .logo__link {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}

[data-component-scope="brand-custom"] .footer__content-bottom .logo:not(.footer__logo) .logo__link img {
    display: block;
    width: 100%;
}

[data-component-scope="brand-custom"] .footer__content-title {
    font-family: var(--font-serif);
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
    color: var(--color-accent);
}

[data-component-scope="brand-custom"] .footer__content-contact {
    width: 100%;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content-contact {
        width: min(100%, 36rem);
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"] .footer__content-contact {
        width: min(100%, 40rem);
    }
}

[data-component-scope="brand-custom"] .footer__content-nav {
    flex: 1;
}

[data-component-scope="brand-custom"] .footer__logo {
    width: min(100%, 32rem);
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"] .footer__logo {
        width: 40rem;
    }
}

[data-component-scope="brand-custom"] .footer__infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.6rem;
    padding-top: 2.4rem;
}

[data-component-scope="brand-custom"] .footer__extra {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

[data-component-scope="brand-custom"] .footer__copyright {
    color: #717171;
    font-size: 1.2rem;
    text-transform: initial;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .images-andromeda__img {
    height: 2.4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
}

[data-component-scope="brand-custom"].footer .logo__img {
    height: auto;
    max-width: 20rem;
}

[data-component-scope="brand-custom"].footer .logo__img--small {
    height: auto;
    max-width: 15rem;
}

[data-component-scope="brand-custom"].footer .logo svg {
    width: 20rem;
}

[data-component-scope="brand-custom"].footer .icons {
    background: transparent;
    width: auto;
}

[data-component-scope="brand-custom"].footer .icons__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

[data-component-scope="brand-custom"].footer .icons__link {
    display: flex;
}

[data-component-scope="brand-custom"].footer .icons__item {
    align-items: center;
    display: flex;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .icons__item:not(:last-child)::after {
        background-color: transparent;
        content: "";
        display: block;
        height: 0;
        width: 2.8rem;
    }
}

[data-component-scope="brand-custom"].footer .icons__image {
    margin: 2rem;
}

[data-component-scope="brand-custom"].footer .icons .splide__list {
    flex-wrap: inherit;
    justify-content: inherit;
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"].footer .icons {
        width: min(100%, 40rem);
    }
}

[data-component-scope="brand-custom"].footer .icons__list {
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .icons__list {
        gap: 2.4rem;
        justify-content: flex-start;
    }
}

[data-component-scope="brand-custom"].footer .icons__item svg {
    height: 6.4rem;
    width: auto;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .icons__item:not(:last-child)::after {
        display: none;
    }
}

[data-component-scope="brand-custom"].footer .icons__image {
    margin: 1.5rem;
    max-height: 5rem;
    width: auto;
}

@media (max-width: 769px) {
    [data-component-scope="brand-custom"].footer .icons__image {
        margin: 0;
    }
}

[data-component-scope="brand-custom"].footer .icons-apus {
    display: flex;
}

[data-component-scope="brand-custom"].footer .icons-apus__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center;
    text-align: center;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .icons-apus__list {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .icons-apus__list {
        gap: 2.4rem;
        justify-content: initial;
    }
}

[data-component-scope="brand-custom"].footer .icons-apus__title {
    display: none;
}

[data-component-scope="brand-custom"].footer .icons-apus .icons__image {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-height: initial;
    width: 20rem;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .icons-apus .icons__image {
        width: 25rem;
    }
}

[data-component-scope="brand-custom"].footer .contact__title {
    color: hsl(0, 0%, 10%);
    font-family: var(--font-serif);
    font-size: 1.5rem;
    text-transform: uppercase;
}

[data-component-scope="brand-custom"].footer .contact__list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .contact__list {
        text-align: left;
    }
}

[data-component-scope="brand-custom"].footer .contact__item {
    margin: 0.5rem 0;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .contact__item--address .contact__label {
    display: none;
}

[data-component-scope="brand-custom"].footer .contact__label {
    color: hsl(0, 0%, 10%);
    font-size: 1.6rem;
}

[data-component-scope="brand-custom"].footer .contact__element {
    color: hsl(0, 0%, 10%);
    font-size: 1.6rem;
}

[data-component-scope="brand-custom"].footer .contact__element--link {
    color: hsl(0, 0%, 10%);
}

[data-component-scope="brand-custom"].footer .contact__element--link:hover {
    color: #333;
}

[data-component-scope="brand-custom"].footer .contact__element--phone {
    color: hsl(0, 0%, 10%);
}

[data-component-scope="brand-custom"].footer .contact__element--phone:hover {
    color: #333;
}

[data-component-scope="brand-custom"].footer .contact__extra {
    color: hsl(0, 0%, 10%);
    font-size: 1.6rem;
}

[data-component-scope="brand-custom"].footer .contact__list {
    text-align: left;
}

[data-component-scope="brand-custom"].footer .contact__element--link, [data-component-scope="brand-custom"].footer .contact__element--phone {
    display: flex;
    flex-direction: column;
    text-decoration: underline;
}

[data-component-scope="brand-custom"].footer .contact__label {
    display: none;
}

[data-component-scope="brand-custom"].footer .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 0 2.4rem;
}

[data-component-scope="brand-custom"].footer .navbar::before,
[data-component-scope="brand-custom"].footer .navbar::after {
    display: none !important;
}

[data-component-scope="brand-custom"].footer .navbar__text {
    color: #333;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .navbar__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    width: calc(100% / 3);
    z-index: 2;
}

@media (max-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar__list {
        width: 100%;
    }
}

[data-component-scope="brand-custom"].footer .navbar__item {
    width: 100%;
}

[data-component-scope="brand-custom"].footer .navbar__link {
    color: hsl(0, 0%, 0%);
    font-size: 1.4rem;
    text-transform: inherit;
}

[data-component-scope="brand-custom"].footer .navbar__link:active,
[data-component-scope="brand-custom"].footer .navbar__link:focus,
[data-component-scope="brand-custom"].footer .navbar__link:hover,
[data-component-scope="brand-custom"].footer .navbar__link--active {
    color: hsl(0, 0%, 0%);
}

@media (max-width: 1025px) {
    [data-component-scope="brand-custom"].footer .navbar {
        justify-content: left;
    }
}

@media (min-width: 1201px) {
    [data-component-scope="brand-custom"].footer .navbar {
        gap: 0 calc(2.4rem + 1.6rem * 2);
    }
}

[data-component-scope="brand-custom"].footer .navbar__list {
    gap: 1.6rem;
    padding: 0 0 1.6rem;
}

[data-component-scope="brand-custom"].footer .navbar__list:last-child {
    padding: 0;
}

@media (min-width: 569px) {
    [data-component-scope="brand-custom"].footer .navbar__list {
        width: 50%;
    }
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar__list {
        width: 33.3333333333%;
    }
}

[data-component-scope="brand-custom"].footer .navbar__link {
    justify-content: start;
    width: 100%;
    padding: 0;
}