

/* Start:/local/components/aspro_custom_bb/bg_image/templates/.default/style.css?1746033034962*/
.bb-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100%;
    margin-left: calc(-50vw + 50%);

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index: -1;
}

.bb-bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

@media (max-width: 1024px) {
    .bb-bg-image {
        background-attachment: scroll;
    }
}

.bb-page-content {
    color: white !important;
    padding: 120px 0;

    & a {
        color: rgb(181, 191, 255) !important;
    }

    & h1 {
        color: white !important;
    }

    & h2 {
        color: white !important;
    }

    & h3 {
        color: white !important;
    }

    & h4 {
        color: white !important;
    }

    & h5 {
        color: white !important;
    }
}
/* End */
/* /local/components/aspro_custom_bb/bg_image/templates/.default/style.css?1746033034962 */
