
.incentro-footer-links {
    display: flex;
    color: #fff;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 6.4vw
}

.incentro-footer-links .logo {
    fill: #fff;
    width: 15vw
}

.incentro-footer-links__logo {
    display: flex;
    flex-flow: column;
    width: 10vw;
    z-index: 1
}

.incentro-footer-links__countries {
    width: 20vw
}

.incentro-footer-links a {
    color: #fff
}

.incentro-footer-links a:hover {
    text-decoration: underline
}

.incentro-footer-links p {
    font-size: 1.1vw;
    color: white;
}

.incentro-footer-links.mobile {
    color: #041c26;
    display: flex;
    justify-content: space-between
}

.incentro-footer-links.mobile a {
    color: #041c26
}

.incentro-footer-links.mobile p {
    font-size: 2vw;
    display: flex;
    flex-direction: column-reverse
}

.incentro-footer-links.mobile svg {
    fill: #041c26
}

.incentro-footer-links.mobile .logo {
    width: 40vw
}

@media (min-width: 768px) {
.incentro-footer-links {
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-end;
        flex-shrink: 0
    }
}

.incentro-footer-contact__social {
    display: flex;
    justify-content: flex-end;
    transform: translateY(4.16667vw)
}

@media (min-width: 768px) {
.incentro-footer-contact__social {
        margin-right: 4.5vw
    }
}

.incentro-footer-contact__social-icons {
    transform: translateX(-.83333vw);
    display: flex
}

.incentro-footer-contact__social-icons a {
    padding: 1rem
}

.incentro-footer-contact__social-icons .icon_social {
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    transition: all .2s ease-in-out
}

.incentro-footer-contact__social-icons .icon_social:hover {
    transform: scale(1.5)
}

.incentro-footer-accordion {
    margin-bottom: 16.66667vw
}

.incentro-footer-accordion__link + .incentro-footer-accordion__link, .incentro-footer-accordion__location + .incentro-footer-accordion__location {
    margin: 1rem 0
}

.incentro-footer-accordion.mobile .hs-form-field input {
    background-color: #fff;
    color: #041c26
}

.incentro-footer-accordion.mobile .hs-button {
    padding: 1rem
}

.incentro-footer-accordion.mobile .newsletter a {
    color: #fe5000;
    text-decoration: underline
}

.incentro-footer-accordion.mobile svg {
    color: #041c26
}

.incentro-footer-cta {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 2;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .incentro-footer-cta {
        flex-flow: row
    }
}

.incentro-footer-cta__text {
    margin: 6.4vw;
    max-width: 50vw
}

.incentro-footer-cta__button {
    margin: 6.4vw
}

.incentro-footer {
    font-family: 'WorkSans', sans-serif;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.incentro-footer--secondary {
    will-change: transform;
    background-color: #fe5000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.incentro-footer-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 6.4vw;
    color: #fff
}

@supports (display:grid) {
    .incentro-footer-contact {
        display: grid;
        grid-template-columns:repeat(6, 1fr);
        grid-template-rows:auto;
        grid-gap: 1rem
    }

    .incentro-footer-contact__sitemap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 4rem;
        max-width: 20rem;
        min-width: unset
    }

    .incentro-footer-contact__item {
        margin-bottom: 1.25vw;
        display: block
    }

    .incentro-footer-contact__link {
        padding: .41667vw 0;
        transition: color .4s cubic-bezier(.65, 0, .076, 1)
    }

    .incentro-footer-contact__form {
        display: flex;
        flex-flow: column;
        margin-top: 4rem
    }

    .incentro-footer-contact :nth-child(4) {
        grid-row-start: 1;
        grid-column-start: 4;
        grid-column-end: 7
    }
}

.incentro-footer-contact a {
    color: #fff
}

.incentro-footer-contact a:hover {
    text-decoration: underline
}

.incentro-footer .hs-error-msgs, .incentro-footer form .hs-form-booleancheckbox-display:hover {
    color: #041c26
}

.incentro-footer .hs-form-required {
    display: none
}

.incentro-footer .hs-submit .hs-button:hover {
    color: #041c26
}

.incentro-footer .inputs-list {
    margin: 0
}

.incentro-footer .newsletter .hs-input.invalid.error {
    border-bottom: 1px solid #000
}

.incentro-footer .newsletter ul {
    column-count: 1
}

.incentro-footer .newsletter a {
    color: #041c26
}

.incentro-footer .newsletter a:hover {
    text-decoration: underline
}

.incentro-footer .newsletter input {
    padding-left: 0;
    background-color: #fe5000;
    color: #fff
}

.incentro-footer .newsletter input:-ms-input-placeholder {
    color: #fff
}

.incentro-footer .newsletter input::placeholder {
    color: #fff
}

.incentro-footer .newsletter input.error, .incentro-footer .newsletter input.invalid {
    border-color: #041c26
}

main{
    padding-bottom: 0!important;
}

.w100
{
width: 100%;
}

.alignleft{
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.alignright{
    text-align: right;
}