.nav {
    max-width: none !important;
    justify-content: unset !important;
}

.nav__content {
    width: 100% !important;
}

.nav__logo {
    max-height: 48px !important;
}

.nav__logo--container {
    width: auto !important;
}

.banner-page__container {
    background-position: center !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background-blend-mode: color;
}

.nav__list {
    width: auto !important;
    gap: 48px !important;
    justify-content: unset !important;
}

.nav__list li a {
    color: #050823 !important;
}

.vc_section.started.bottom {
    margin-bottom: -70px;
}

@media (max-width: 1200px) {
    .nav__list {
        gap: 32px !important;
    }
    .nav__list li a {
        font-size: 14px !important;
    }
    .nav__logo {
        max-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .vc_section.started.bottom {
        margin-bottom: -40px;
    }   
}

@media (min-width: 991px) and (max-width: 1200px) {
    .nav__button--container li:first-child:not(.dropdown-item) {
        display: none !important;
    }
}

.nav__item {
    margin-right: 0 !important;
}

.nav ul.nav__button--container {
    gap: 16px !important;
    align-items: center !important;
    flex: 1 !important;
}

.nav__button--container li:last-child:not(.dropdown-item) {
    margin-left: 0 !important;
    border: 2px solid #3b46b0 !important;
}

.icon-list__item-image img {
    height: 100px !important;
    width: 100px;
}

.nav__button--container li:first-child:not(.dropdown-item) {
    margin-top: 0 !important;
}

.nav__button--container li:nth-child(2) a {
    color: #3b46b0 !important;
}

@media (min-width: 991px) {
    .nav__content--responsive-view {
        width: auto !important;
        margin-right: 48px !important;
    }
}

.nav .button {
    min-width: inherit !important;
    padding: 0 !important;
}

.nav .button a {
    padding: 14px 32px !important;
}

.button .menu-item .menu-item-type-post_type {
    color: #3b46b0 !important;
}

 /*CONTACT FORM */

.contact-page__form .button {
    padding: 0 !important;
    min-height: inherit !important;
    max-height: inherit !important;
    margin-bottom: 15px !important;
}

.contact-page__form .button input[type="submit"] {
    padding: 15px !important;
    max-height: 48px !important;
    cursor: pointer !important;
}

.contact-page__form .button input[type="submit"]:disabled {
    opacity: 50% !important;
    background-color: rgba(58, 70, 175, 0.1) !important;
}

.contact-page__form .error-color {
    color: #D00E0E !important;
}

.contact-page__form .consent-text {
    font-size: 10px !important;
    font-family: "Montserrat-regular";
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    color: #D00E0E !important;
}

 /*confidentiality policy */

.legal__paragraph table, .legal__paragraph tr, .legal__paragraph td {
    border: 1px solid;
    border-collapse: collapse;
}

.legal__paragraph td {
    padding: 0px 5px;
}

 /*Partners slider */

.trusted__slider--logo {
    max-height: 50px;
}

/*404*/

body.error404 .error {
    padding: 260px 0px;
    margin: 0 auto !important;
}