.nav-item a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    padding: 11px 14px 8px 14px;
    align-items: center;
    border-radius: 4px;
    color: white;
    background-color: none;
    text-decoration: none;
    display: block;
    background: rgb(11 7 104 / 0%);
    transition:.4s all;
}

.nav-item.active a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    padding: 11px 14px 8px 14px;
    align-items: center;
    border-radius: 4px;
    color: rgba(16, 6, 159, 1);
    background-color: white;
    text-decoration: none;
    display: block;
}


.nav-item:not(.active):hover a {
    background: rgb(11 7 104 / 70%);
}


.mod-list {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: .5rem;
    gap: .5rem;
    margin-right: .5rem;
}

.nav-item a:link,
.nav-item a:visited {
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
}

div.mod-languages a {
    padding: 11px 14px 8px 14px !important;
}

.image-1 {
    width: 206px;
    height: 153px;
}


.image-2 {
    width: 259px;
    height: 164px;
}

.image-3 {
    width: 265px;
    height: 173px;
}



@media (min-width: 1311px) {

    .image-1 {
        width: unset;
        height: unset;
    }

    .image-2 {
        width: unset;
        height: unset;
    }

    .image-3 {
        width: unset;
        height: unset;
    }
}


.calendar-container,
.calendar-container table {
    background-color: #26207a !important;
}

.calendar-container table tbody .disabled {
    background-color: #1a1657;
    color: white !important;
}


.calendar-container table tbody td.day.wn {
    background-color: #161247 !important;
    cursor: not-allowed;
    color: white !important;
}



.convertforms {
    --max-width: 850px;
    --font: strawford;
}

.convertforms.cf-success .cf-response {
    background-color: rgba(11, 4, 106, 0.60) !important;
    text-align: left !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.cf-btn.btn {
    width: 100% !important;
}

@media (min-width: 640px) {
    .cf-btn.btn {
        width: auto !important;
    }
}




/* .convertforms .cf-input::placeholder {
    color: #6059BF !important; 
} */

/* FORM */

@media (min-width: 750px) {
    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}



.control-group:nth-last-child(-n + 2) {
    grid-column: span 2;
}


.form-control-feedback {
    color: #d73e31;
    margin-left: 8px;
}

.control-group.field-spacer {
    display: none;
}





.modal{
    background: rgb(11 4 106 / 78%);
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#contactBox a{
    max-width: 320px;
}


#slider_home-ow button[data-action="stop"]{
    display: none !important;
}


.mod-custom img{
    overflow: hidden;
}

#mod-custom112, #mod-custom134{
    margin-top: -230px;
    position: absolute;
    width: 100%;
}



#overlay-close {
    top: 35px;
    right: 20px;
    position: absolute;
    border: 0;
    background: none;
    z-index: 4;
    display: none;
    z-index: 999999;
}

#overlay-close.active {
    display: block;
}

#overlay-close span {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    position: relative;
}

#overlay-close span:first-child {
    transform: rotate(45deg);
    top: 0px;
}

#overlay-close span:nth-child(2) {
    transform: rotate(-45deg);
    top: -4px;
}

@media (min-width: 992px) {

    #trigger-overlay {
        display: none;
    }
}


@media screen and (max-width: 991px) {

    #trigger-overlay {
        display: block;
        background: none;
        border: 0;
        padding: 0;
        margin: 7px 10px 0 20px;
        order: 1;
    }
    #trigger-overlay span {
        display: block;
        width: 27px;
        height: 3px;
        background: #fff;
        margin-bottom: 6px;
    }

    .mod-menu{
        display: none;
    }

    .mod-menu.active{
        align-content: center;
        top: 0;
        flex-wrap: wrap;
        left: 0;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        background: #0b046a;
    }

    .mod-menu > li{
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }
    .mod-menu > li a{
        display: inline-block !important;
        width: auto !important;
        font-size: 25px !important;
    }

}

@media screen and (max-width: 1023px) {

    #offer{
        margin-top: 30px;
    }

    #mod-custom129 img, #mod-custom135 img{
        margin: 20px 0 0;

    }
    .card__description{
        margin-bottom: 0;
    }

    #mod-custom127 > section {
        display: flex;
        flex-wrap: wrap;
    }

    #mod-custom127 > section > div:last-child{
        order: -1;
        flex: 1 1 100%;
    }

}


#scrollTop{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
}
@media screen and (max-width: 1023px) {
    #scrollTop{
        bottom: 12px;
        right: 12px;
    }
}
#scrollTop.active{
    display: block;
}

#scrollTop img{
    transform: rotate(180deg);
    filter: invert(1);
}


.com-content-article h1{
    text-align: left; 
    margin-bottom: 50px;

}

.com-content-article h2{
    line-height: 30px;
    letter-spacing: .39px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;

}

.com-content-article__body ul{
    margin-left: 17px;
    list-style-type: disc;
    margin-bottom: 15px;
}

body:not(.home) .com-content-article__body{
    margin-bottom: 90px;
}

.d-flex{
    display:flex;
}
.no-padding{
    padding: 0 !important;
} 

