

/* Start:/local/components/aspro_custom_bb/button/templates/.default/style.css?1746033034642*/
.bb-btn-wrapper {
	margin-top: 60px;
	display: flex;

	&.bb-btn-align-left {
		justify-content: flex-start;
	}

	&.bb-btn-align-center {
		justify-content: center;
	}

	&.bb-btn-align-right {
		justify-content: flex-end;
	}

	& a {
		text-decoration: none;
	}

	& button {
		display: inline-block;
		height: 60px;
		font-size: 16px;
		padding: 0 60px;

		text-align: center;
		color: white;
		border: 3px solid white;
		background-color: black;
		border-radius: 30px;
		text-transform: uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	& button:hover {
		color: black;
		border: 3px solid black;
		background-color: white;
	}
}

/* End */


/* 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/button/templates/.default/style.css?1746033034642 */
/* /local/components/aspro_custom_bb/bg_image/templates/.default/style.css?1746033034962 */
