.module-component-herobanner-style-5 .breadcrumbs .container {
    padding: 0;
}

.module-component-herobanner-style-5 img {
    border-radius: var(--radius-32);
}

.module-component-herobanner-style-5 .box {
    position: relative;
    padding: var(--spacing-40);
    border-radius: var(--radius-32);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-image);
}

.module-component-herobanner-style-5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white-90);
    mask-image: none;
    -webkit-mask-image: none;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    transition: mask-image 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-mask-image 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.module-component-herobanner-style-5 .box .text {
    position: relative;
    z-index: 2;
}

.module-component-herobanner-style-5 h1 {
    margin-bottom: var(--spacing-20);
}
.module-component-herobanner-style-5 strong {
    font: var(--font-p1);
}

@media (max-width: 768px) {
    .module-component-herobanner-style-5 .overlay {
        mask: none;
        -webkit-mask: none;
        background: var(--white-90);
    }
}

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

}

@media (max-width: 1023px) {
    .module-component-herobanner-style-5 .main {gap: var(--spacing-16);}

    .module-component-herobanner-style-5 .box {
        padding: var(--spacing-32);
        padding-top: var(--spacing-60);
        border-radius: var(--radius-20);
    }

    .module-component-herobanner-style-5 .grid {gap: var(--spacing-24);}
    .module-component-herobanner-style-5 .grid img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1024px) {

}