.card-step,
.card-douane {
    position: relative;
}

.card-step::after,
.card-douane::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 25px;
    opacity: 0.4;
    z-index: 0;
}

.card-step .content,
.card-douane .content {
    position: relative;
    z-index: 1;
}

.card-step .content .d-flex .block-section:first-of-type {
    min-width: 80px;
    width: 80px !important;
    height: 80px !important;
}

.card-step .content .d-flex .block-section:last-of-type {
    min-width: 62px;
    width: 62px !important;
    height: 62px !important;
    transform: rotate(45deg);
    transition: background-color 0.4s ease;
}

.card-step .block-hyperlink:hover .content .d-flex .block-section:last-of-type {
    background-color: var(--color-tertiary)!important;
}

.banner {
    position: relative;
}

.banner.home {
    height: 80vh !important;
}

.page-template-default .banner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
    border-radius: 25px;
    opacity: 0.4;
    z-index: 0;
}

.page-template-default .banner.home::before {
    display: none;
}

.banner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, #229AD3, transparent);
    border-radius: 25px;
    opacity: 0.4;
    z-index: 0;
}

.banner.home>.container-fluid,
.banner.page>.container-xxxl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.banner.home .assurance {
    position: absolute;
    bottom: 4rem;
    right: 2rem;
}

.banner.home .assurance .images .block-section:nth-child(2) {
    transform: translateX(-15px);
}

.banner.home .assurance .images .block-section:nth-child(3) {
    transform: translateX(-30px);
}

.banner.home .assurance .content .text-block:last-of-type p {
    border-top: solid 1px var(--color-light);
}

.slider-solutions .slick-slide {
    margin: 0 30px;
}

.slider-solutions .slick-list {
    margin: 0 -30px;
    padding-bottom: 30px;
}

.block-section .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: transparent !important;
    color: var(--color-light) !important;
}

.ti-name {
    color: var(--color-tertiary) !important;
}

.ti-read-more-active,
.ti-date {
    color: var(--color-light) !important;
}

.slider-numbers .slick-list {
    width: 100%;
}

.slider-numbers .slick-list .slick-track {
    justify-content: space-between;
}

.step .d-flex .block-section:last-of-type {
    min-width: 40px;
    width: 40px !important;
    height: 40px !important;
    transform: rotate(45deg);
}

.step .d-flex .block-section:last-of-type .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step .d-flex .block-section:last-of-type .wp-block-mti-theme-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-icons .slick-track {
    gap: 60px !important;
}

.slider-icons .wp-block-mti-theme-icon {
    display: flex;
    justify-content: center;
}

/*Responsive*/

@media (min-width: 1024px) {
    .slider-numbers .slick-list .slick-slide {
        width: fit-content !important;
    }

    .ti-reviews-container-wrapper {
        justify-content: center;
    }

    .slider-icons .slick-track,
    .slider-parterns .slick-list {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .banner.home {
        height: 70vh !important;
    }

    .banner.home>.container-fluid,
    .banner.page>.container-xxxl {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .banner.home .assurance {
        position: initial;
        margin-left: 30px;
        margin-top: 60px;
    }

    .card-step .content>.d-flex {
        align-items: flex-start !important;
    }

    .card-step .content .d-flex .block-section:first-of-type {
        min-width: 50px;
        width: 50px !important;
        height: 50px !important;
    }

    .card-step .content .d-flex .block-section:last-of-type {
        min-width: 38px;
        width: 38px !important;
        height: 38px !important;
    }

    .card-step .space-block {
        display: none;
    }

    .banner.home .assurance>.d-flex {
        align-items: flex-start !important;
    }

    .slider-numbers .slick-list .slick-slide .container-fluid {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
}

@media (max-width: 768px) {
    .banner.home {
        height: 60vh !important;
    }

    .slider-icons .slick-track {
        gap: 0 !important;
    }

    .slider-solutions .slick-arrow {
        margin-bottom: 30px !important;
    }
}