.overlay-background-section .overlay-background-img {
    width: 1165px;
    height: 770px;
    object-fit: contain;
    right: 0;
    position: absolute;
    bottom: 0;
    transform: translate(50%, 50%);

}

.client-carousel .item {
    height: 80px;
}

@media(min-width: 1024px) {
    .icon-2, .icon-3, .icon-5, .icon-6 {
        border-left: .6px solid black;
    }
    .mb-lg-7 {
        margin-bottom: 87px;
    }
}
@media(max-width: 1024px) {
    .icon-2, .icon-4, .icon-6 {
        border-left: .6px solid black;
    }
}

.owl-carousel.process-carousel .owl-stage-outer {
    overflow: visible;
}
.interactive-image {
    width: 600px;
    height: 550px;
    background-image: url('https://www.gaiada.com/wp-content/uploads/2023/05/Gaia-01-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.interactive-image .item {
    display: none!important;
}

.hotspot {
    opacity: 0!important;
}

nav .logo-text {
    width: 80px;
}   

nav .logo-image {
    display: none;
}

nav {
    background-color: transparent!important;
    backdrop-filter: none!important;
}

nav.scrolled {
    background-color: rgba(255, 255, 255, 0.9)!important;
    backdrop-filter: blur(10px)!important;
}

nav::before {
    max-width: 1220px!important;
}

nav.scrolled::before {
    max-width: var(--window-width)!important;
}

.client-carousel .owl-stage {
    display: flex;
    align-items: center;
}


#header-interactive {
    padding-top: calc(90px + var(--nav-height));
    padding-bottom: 160px;
}

#header-interactive .interactive-image-wrapper {
    margin-bottom: 130px;
}

#header-interactive .description {
    margin-bottom: 55px;
}

#header-interactive .interactive-box {
    padding: 35px 50px;
}

#header-interactive .description p {
    padding: 10px;
}