[data-component-scope="brand-custom"].footer {
    background-color: #2f414c !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4rem 2rem 1.5rem !important;
    border-top: 0.5rem solid #5d083b;
    flex-direction: column;
}

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

[data-component-scope="brand-custom"].footer p {
    margin: 0;
}

[data-component-scope="brand-custom"] .footer__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__content {
        max-width: 140rem;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

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

[data-component-scope="brand-custom"] .footer__content--medium {
    justify-content: center;
    padding-bottom: 2rem;
}

[data-component-scope="brand-custom"] .footer__content--lower {
    border-bottom: 0;
    justify-content: center;
    padding-top: 8rem;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"] .footer__content--lower {
        justify-content: space-between;
    }
}

[data-component-scope="brand-custom"] .footer__logo-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

[data-component-scope="brand-custom"].footer .logo {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .logo {
        margin-left: inherit;
        margin-right: inherit;
    }
}

[data-component-scope="brand-custom"] .footer__content {
    padding-left: 0;
    padding-right: 0;
}

[data-component-scope="brand-custom"] .footer__content--higher {
    align-items: flex-start;
}

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

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

@media (min-width: 569px) {
    [data-component-scope="brand-custom"] .footer__content--medium {
        justify-content: flex-end;
    }
}

[data-component-scope="brand-custom"] .footer__content--lower {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
    margin-bottom: 3rem;
    padding-top: 2rem;
}

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

@media (max-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__logo {
        padding-bottom: 2rem;
    }
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"] .footer__logo {
        text-align: center;
        width: 30%;
    }
}

[data-component-scope="brand-custom"] .footer__logo-title {
    display: block;
}

[data-component-scope="brand-custom"].footer .logo {
    margin-bottom: 0;
}

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

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

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

[data-component-scope="brand-custom"].footer .contact {
    display: none;
    word-wrap: break-word;
}

[data-component-scope="brand-custom"].footer .contact__title {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 400;
    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: #b9b9b9;
    font-size: 1.4rem;
    font-weight: 400;
}

[data-component-scope="brand-custom"].footer .contact__element {
    color: #b9b9b9;
    font-size: 1.4rem;
    font-weight: 400;
}

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

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

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

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

[data-component-scope="brand-custom"].footer .contact__extra {
    color: #b9b9b9;
    font-size: 1.4rem;
}

@media (max-width: 1025px) {
    [data-component-scope="brand-custom"].footer .contact {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .contact {
        padding-left: 3rem;
        width: 20%;
    }
}

[data-component-scope="brand-custom"].footer .contact__item--extra {
    order: 1;
}

[data-component-scope="brand-custom"].footer .contact__item--address {
    order: 2;
}

[data-component-scope="brand-custom"].footer .contact__item--address .contact__element {
    line-height: 1.2;
}

[data-component-scope="brand-custom"].footer .contact__item--email {
    order: 3;
}

[data-component-scope="brand-custom"].footer .contact__item--email .contact__element {
    line-height: 0.8;
}

[data-component-scope="brand-custom"].footer .contact__item--phone {
    order: 4;
}

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

[data-component-scope="brand-custom"].footer .contact__item--fax {
    order: 5;
}

[data-component-scope="brand-custom"].footer .contact__extra {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
}

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

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila {
        width: 100%;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

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

[data-component-scope="brand-custom"].footer .hotels-aquila__brand {
    margin-bottom: 3rem;
    text-align: center;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__brand {
        flex-wrap: nowrap;
        margin-bottom: 0;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image {
    margin-bottom: 2rem;
    position: relative;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image:hover .hotels-aquila__brand-img {
    opacity: 0;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image:hover svg {
    opacity: 1;
    transition: opacity 0.5s;
}

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

[data-component-scope="brand-custom"].footer .hotels-aquila__brand svg {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: opacity 0.5s;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-name {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-link {
    color: #b9b9b9;
    font-size: 1.4rem;
    font-weight: 400;
    transition: color 0.5s;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-link:hover {
    color: white;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__extra {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__extra-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
    width: 100%;
}

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila {
        padding-left: 3rem;
        width: 100%;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila__container {
    flex-direction: column;
}

@media (min-width: 569px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__container {
        flex-direction: row;
        justify-content: space-between;
    }
}

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

[data-component-scope="brand-custom"].footer .hotels-aquila__brand {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

@media (max-width: 569px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__brand {
        margin-bottom: 4rem;
    }
}

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

@media (min-width: 1025px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__brand {
        flex: 1;
    }
}

@media (max-width: 569px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__brand:last-child {
        margin-bottom: 0;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-name {
    padding-bottom: 0.5rem;
}

@media (max-width: 569px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__brand-name {
        text-align: center;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image {
    display: block;
    margin-bottom: 1rem;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image a {
    display: block;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg {
    height: auto;
    left: 0;
    max-width: 15rem;
    opacity: 0.5 !important;
    position: relative;
    transform: translateX(0);
    transition: opacity 0.5s;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img path,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img polygon,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg path,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg polygon {
    fill: white;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img:active,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img:focus,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image img:hover,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg:active,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg:focus,
[data-component-scope="brand-custom"].footer .hotels-aquila__brand-image svg:hover {
    opacity: 0.8 !important;
}

[data-component-scope="brand-custom"].footer .hotels-aquila__extra {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 569px) {
    [data-component-scope="brand-custom"].footer .hotels-aquila__extra {
        justify-content: center;
        padding-top: 0;
        text-align: center;
    }
}

[data-component-scope="brand-custom"].footer .hotels-aquila .link {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #b9b9b9;
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    font-weight: 400;
    justify-content: center;
    padding: 0;
    text-transform: inherit;
}

[data-component-scope="brand-custom"].footer .hotels-aquila .link:hover,
[data-component-scope="brand-custom"].footer .hotels-aquila .link:focus,
[data-component-scope="brand-custom"].footer .hotels-aquila .link:active {
    background-color: transparent;
    color: white;
}

[data-component-scope="brand-custom"].footer .hotels-aquila .link:hover::before,
[data-component-scope="brand-custom"].footer .hotels-aquila .link:focus::before,
[data-component-scope="brand-custom"].footer .hotels-aquila .link:active::before {
    color: white;
}

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

@media (max-width: 1025px) {
    [data-component-scope="brand-custom"].footer .language-line {
        justify-content: center;
        margin-top: 2rem;
        width: 100%;
    }
}

[data-component-scope="brand-custom"].footer .language-line__text {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 400;
    margin-right: 1rem;
}

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

[data-component-scope="brand-custom"].footer .language-line__item {
    display: inline-block;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .language-line__item:not(:last-child)::after {
    background-color: #b9b9b9;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: 0.1rem;
}

@media (min-width: 569px) {
    [data-component-scope="brand-custom"].footer .language-line__item:not(:last-child)::after {
        display: inline-block;
    }
}

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

[data-component-scope="brand-custom"].footer .language-line__link {
    color: #b9b9b9;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

[data-component-scope="brand-custom"].footer .language-line__link:hover,
[data-component-scope="brand-custom"].footer .language-line__link:focus {
    color: white;
}

[data-component-scope="brand-custom"].footer .language-line__link--active {
    color: white;
}

[data-component-scope="brand-custom"].footer .language-line__link--active:hover {
    color: white;
}

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

@media (max-width: 569px) {
    [data-component-scope="brand-custom"].footer .language-line {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
}

@media (max-width: 769px) {
    [data-component-scope="brand-custom"].footer .language-line {
        order: 2;
    }
}

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

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .language-line {
        order: inherit;
        width: auto !important;
    }
}

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

[data-component-scope="brand-custom"].footer .language-line__item {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}

[data-component-scope="brand-custom"].footer .language-line__item:not(:last-child)::after {
    display: flex !important;
    margin: auto 0.5rem;
}

[data-component-scope="brand-custom"].footer .navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
    width: 100%;
}

[data-component-scope="brand-custom"].footer .navbar__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    width: calc(100% / 1);
    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: #b9b9b9;
    font-size: 1.4rem;
    font-weight: 400;
    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: white;
}

@media (max-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar {
        order: 1;
        padding-bottom: 1rem;
    }
}

@media (max-width: 1025px) and (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar {
        max-width: 75%;
    }
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar {
        justify-content: center;
        flex: 1;
        order: inherit;
    }
}

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

[data-component-scope="brand-custom"].footer .navbar__list {
    justify-content: center;
    padding: 0;
}

@media (min-width: 769px) {
    [data-component-scope="brand-custom"].footer .navbar__list {
        justify-content: center;
        margin-left: 0;
        max-width: 100%;
    }
}

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

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

@media (min-width: 569px) {
    [data-component-scope="brand-custom"].footer .navbar__item {
        margin: 0 2rem 1rem;
        width: auto;
    }
}

[data-component-scope="brand-custom"] .certificates-antlia {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

[data-component-scope="brand-custom"] .certificates-antlia__item {
    display: flex;
    margin-right: 2rem;
    margin-top: 3rem;
}

[data-component-scope="brand-custom"] .certificates-antlia__img {
    height: auto;
    max-width: 100%;
}

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

[data-component-scope="brand-custom"] .certificates__author {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    transition: color 0.5s;
}

[data-component-scope="brand-custom"] .certificates__author:hover,
[data-component-scope="brand-custom"] .certificates__author:focus {
    color: #b9b9b9;
}

[data-component-scope="brand-custom"] .certificates__thawte {
    color: #1a1a1a;
    font-size: 5rem;
}

@media (max-width: 769px) {
    [data-component-scope="brand-custom"] .certificates {
        order: 3;
        padding-bottom: 1rem;
        padding-left: 0;
        width: 100%;
    }
}

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

@media (min-width: 769px) {
    [data-component-scope="brand-custom"] .certificates {
        order: inherit;
        width: auto;
    }
}

[data-component-scope="brand-custom"] .certificates__author {
    padding-right: 0;
    text-align: center;
}

[data-component-scope="brand-custom"] .social {
    text-align: center;
}

[data-component-scope="brand-custom"] .social__title {
    color: #1a1a1a;
    display: none;
    font-size: 1.5rem;
    font-weight: 400;
}

[data-component-scope="brand-custom"] .social__list {
    display: flex;
    justify-content: center;
}

[data-component-scope="brand-custom"] .social__item {
    margin: 0.5rem;
}

[data-component-scope="brand-custom"] .social__link {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: color 0.5s;
    width: auto;
}

[data-component-scope="brand-custom"] .social__link:hover {
    background: transparent;
    border-color: white;
}

[data-component-scope="brand-custom"] .social__link:hover::before {
    color: white;
}

[data-component-scope="brand-custom"] .social__link::before {
    color: #b9b9b9;
    font-size: 2rem;
    transition: color 0.5s;
}

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

[data-component-scope="brand-custom"].footer a:hover {
    color: white;
}
