
@layer bricks {
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	a.brxe-image {
		display: inline-block;
	}
	
	figure.brxe-image {
		margin: 0;
	}
	
	:where(.brxe-image).tag {
		display: inline-block;
		height: fit-content;
		position: relative;
		width: auto;
	}
	
	:where(.brxe-image).caption {
		position: relative;
	}
	
	:where(.brxe-image).caption:has(figcaption.bricks-image-caption) {
		overflow: hidden;
	}
	
	:where(.brxe-image).overlay {
		position: relative;
	}
	
	:where(.brxe-image).overlay:before {
		bottom: 0;
		content: "";
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	:where(.brxe-image):before {
		border-radius: inherit;
	}
	
	:where(.brxe-image) a {
		border-radius: inherit;
		position: static;
		transition: inherit;
	}
	
	:where(.brxe-image) picture {
		border-radius: inherit;
		transition: inherit;
	}
	
	:where(.brxe-image) img {
		border-radius: inherit;
		height: 100%;
		position: static !important;
		transition: inherit;
		width: 100%;
	}
	
	:where(.brxe-image) img.bricks-lazy-hidden + figcaption {
		display: none;
	}
	
	:where(.brxe-image) .icon {
		color: #fff;
		font-size: 60px;
		pointer-events: none;
		position: absolute;
		right: 50%;
		text-align: center;
		top: 50%;
		transform: translate(50%, -50%);
		z-index: 5;
	}
	
	:where(.brxe-image) .bricks-image-caption {
		background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
		bottom: 0;
		color: #fff;
		font-size: inherit;
		margin: 0;
		padding: 10px 15px;
		pointer-events: none;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
}

@layer bricks {
	.brxe-slider-nested {
		min-width: 0;
		width: 100%;
	}
	
	.brxe-slider-nested .splide__slide {
		align-items: center;
		display: flex;
		justify-content: center;
		position: relative;
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev {
		transform: translateY(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev {
		transform: translateX(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows svg {
		min-height: 0;
		min-width: 0;
	}
}

@layer bricks {
	.brxe-button {
		width: auto;
	}
}

#brxe-zgkgng {
	text-align: center;
}

@media (max-width: 767px) {
	#brxe-zgkgng {
		font-size: 3rem;
	}
}

#brxe-02e592 {
	text-align: center;
	font-size: 2.5rem;
	margin-top: 10px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	#brxe-02e592 {
		margin-right: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		font-size: 2rem;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#brxe-02e592 {
		font-size: 2rem;
		text-align: center;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		display: none;
	}
}

@media (max-width: 478px) {
	#brxe-02e592 {
		font-size: 2rem;
		text-align: center;
	}
}

.brxe-hwvqdr .brxe-hpwrlf.brxe-image {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.brxe-hwvqdr .brxe-emlygs.brxe-text-basic {
	text-align: center;
	font-weight: 500;
	color: var(--white);
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	width: 100%;
	background-color: var(--olive);
}

@media (max-width: 767px) {
	.brxe-hwvqdr .brxe-emlygs.brxe-text-basic {
		font-size: 18px;
	}
}

.brxe-hwvqdr .brxe-xwahwj.brxe-text-basic {
	text-align: center;
	flex-direction: column;
	align-self: center;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: .75em;
	padding-right: 1em;
	padding-bottom: .75em;
	padding-left: 1em;
	background-color: var(--white);
}

@media (max-width: 991px) {
	.brxe-hwvqdr .brxe-xwahwj.brxe-text-basic {
		padding-right: 1em;
		padding-left: 1em;
		font-size: 16px;
		white-space: pre-line;
	}
}

.brxe-hwvqdr .brxe-iynzns.brxe-button {
	border-color: var(--color-7);
	border-radius: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: auto;
	margin-bottom: 1em;
}

.brxe-hwvqdr .brxe-iynzns.brxe-button:hover {
	color: hsl(0, 0%, 100%);
	background-color: var(--color-7);
}

@media (max-width: 767px) {
	.brxe-hwvqdr .brxe-iynzns.brxe-button {
		background-color: var(--white);
		color: var(--dark);
		font-weight: 500;
	}
	
	.brxe-hwvqdr .brxe-iynzns.brxe-button:hover {
		background-color: var(--color-7);
		color: hsl(0, 0%, 100%);
	}
}

.brxe-hwvqdr .brxe-ilykzx.brxe-block {
	align-items: center;
}

@media (max-width: 478px) {
	.brxe-hwvqdr .brxe-ilykzx.brxe-block {
		background-color: var(--white);
	}
}

.brxe-hwvqdr .brxe-ioifih.brxe-image {
	position: absolute;
	right: 0px;
	top: 10px;
	height: auto;
	width: 4em;
}

.brxe-hwvqdr.brxe-block {
	flex-direction: column;
	column-gap: 0px;
	row-gap: 0px;
	border: 2px solid rgba(22, 23, 27, .25);
	border-radius: 15px;
	flex-grow: 1;
	max-width: 45%;
	align-self: stretch !important;
	width: 100%;
	background-color: var(--white);
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 767px) {
	.brxe-hwvqdr.brxe-block {
		max-width: 45%;
	}
}

@media (max-width: 478px) {
	.brxe-hwvqdr.brxe-block {
		max-width: 100%;
	}
}

#brxe-vqybkz {
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	gap: 20px;
}

#brxe-vqybkz .splide__arrow--prev {
	top: 90%;
	bottom: 20px;
	left: 50%;
	transform: translateX(-150%) rotateY(180deg);
}

#brxe-vqybkz .splide__arrow--next {
	top: 90%;
	bottom: 20px;
	left: 50%;
	transform: translateX(50%);
}

@media (max-width: 767px) {
	#brxe-vqybkz {
		padding-right: 0;
		padding-left: 0;
		flex-direction: row;
	}
}

@media (max-width: 478px) {
	#brxe-vqybkz {
		padding-right: 0;
		padding-left: 0;
	}
}

#brxe-reknhr {
	color: var(--bricks-color-gvpcar);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	background-color: var(--green);
	border-radius: 5px;
	width: 11em;
	margin-top: 20px;
}

@media (max-width: 767px) {
	#brxe-reknhr {
		margin-top: 0;
		font-size: 18px;
	}
}

#brxe-6b4f60 {
	align-items: center;
}

@media (max-width: 767px) {
	#brxe-6b4f60 {
		row-gap: 40px;
	}
}

@media (max-width: 478px) {
	#brxe-6b4f60 {
		align-items: center;
	}
}

#brxe-3a82cd {
	background-color: var(--light-grey);
	background-attachment: scroll;
	background-position: center center;
	background-size: auto;
	padding-bottom: 50px;
	width: 100%;
}

@media (max-width: 767px) {
	#brxe-3a82cd {
		padding-bottom: 40px;
	}
}
