
@layer bricks {
	:where(.brxe-heading).has-separator {
		align-items: center;
		display: inline-flex;
		gap: 20px;
	}
	
	:where(.brxe-heading) > [contenteditable] {
		display: inline-block;
		text-decoration: inherit;
	}
	
	:where(.brxe-heading) .separator {
		border-top: 1px solid;
		flex-grow: 1;
		flex-shrink: 0;
		height: 1px;
	}
}

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

@layer bricks {
	.brxe-text-link {
		gap: 5px;
	}
	
	.brxe-text-link, .brxe-text-link span {
		align-items: center;
		display: inline-flex;
	}
	
	.brxe-text-link span {
		justify-content: center;
	}
}

@layer bricks {
	.brxe-icon {
		font-size: 60px;
	}
	
	svg.brxe-icon {
		font-size: inherit;
	}
}

@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;
	}
}

#brxe-qplvtg {
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	#brxe-qplvtg {
		padding-bottom: 40px;
	}
}

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

@media (max-width: 478px) {
	#brxe-qplvtg {
		padding-bottom: 30px;
	}
}

#brxe-oaiknd {
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#brxe-oaiknd {
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 20px;
		font-size: 2rem;
		text-align: center;
		padding-bottom: 40px;
		scroll-snap-align: center;
		align-self: center;
	}
}

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

@media (max-width: 478px) {
	#brxe-oaiknd {
		padding-right: 0;
		padding-bottom: 30px;
		padding-left: 0;
		font-size: 2rem;
		text-align: center;
		margin-bottom: 0;
	}
}

.brxe-mgavev .brxe-mkghes.brxe-image {
	height: 100%;
	max-width: 100%;
}

.brxe-mgavev .brxe-mkghes.brxe-image:not(.tag), .brxe-mgavev .brxe-mkghes.brxe-image img {
	object-fit: cover;
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-mkghes.brxe-image {
		max-width: 100%;
		height: 100%;
	}
	
	.brxe-mgavev .brxe-mkghes.brxe-image:not(.tag), .brxe-mgavev .brxe-mkghes.brxe-image img {
		object-fit: cover;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-mkghes.brxe-image {
		max-width: 100%;
		height: 100%;
	}
}

.brxe-mgavev .brxe-hluhql.brxe-icon {
	color: rgba(255, 255, 255, .61);
	fill: rgba(255, 255, 255, .61);
	font-size: 40px;
}

.brxe-mgavev .brxe-fcxmxm.brxe-div {
	position: absolute;
	left: 10px;
	width: 80%;
	bottom: 5px;
}

@media (max-width: 991px) {
	.brxe-mgavev .brxe-fcxmxm.brxe-div {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-fcxmxm.brxe-div {
		width: 50%;
		bottom: 5px;
		left: 10px;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-fcxmxm.brxe-div {
		width: 80%;
	}
}

.brxe-mgavev .brxe-mytdwj.brxe-block {
	position: relative;
	width: 40%;
	height: 100%;
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-mytdwj.brxe-block {
		width: 100%;
		height: 55%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-mytdwj.brxe-block {
		height: 45%;
	}
}

.brxe-mgavev .brxe-nrovqo.brxe-heading {
	font-size: 20px;
	text-align: left;
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-nrovqo.brxe-heading {
		text-align: center;
	}
}

.brxe-mgavev .brxe-xkmmxt.brxe-text-basic {
	font-size: 16px;
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-xkmmxt.brxe-text-basic {
		font-size: 1.7rem;
		text-align: center;
		align-self: center;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-xkmmxt.brxe-text-basic {
		font-size: 1.6rem;
	}
}

.brxe-mgavev .brxe-sfcdla.brxe-text-link {
	align-self: flex-end;
	margin-right: 1em;
	position: absolute;
	bottom: 0px;
	padding-bottom: 1em;
	color: var(--green);
	font-weight: 700;
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-sfcdla.brxe-text-link {
		padding-bottom: 0;
		position: static;
		align-self: flex-end;
		margin-right: 0;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-sfcdla.brxe-text-link {
		padding-bottom: 0;
	}
}

.brxe-mgavev .brxe-inbhxg.brxe-block {
	height: 100%;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
	justify-content: flex-start;
	position: relative;
	background-color: var(--white);
	width: 60%;
}

@media (max-width: 991px) {
	.brxe-mgavev .brxe-inbhxg.brxe-block {
		padding-top: 2em;
		padding-right: 2em;
		padding-left: 2em;
	}
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-inbhxg.brxe-block {
		height: 45%;
		padding-top: 1.2em;
		padding-right: 1.2em;
		padding-bottom: 1.2em;
		padding-left: 1.2em;
		width: 100%;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		flex-wrap: nowrap;
		align-self: center !important;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-inbhxg.brxe-block {
		height: 50%;
		padding-top: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
	}
}

.brxe-mgavev .brxe-ctabhi.brxe-block {
	flex-direction: row;
	margin-right: 1em;
	margin-bottom: 20px;
	margin-left: 1em;
	padding-right: 0;
	padding-left: 0;
	max-height: 20em;
	overflow: hidden;
	row-gap: 0px;
	column-gap: 0px;
	height: 100%;
}

@media (max-width: 991px) {
	.brxe-mgavev .brxe-ctabhi.brxe-block {
		max-height: 100%;
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	.brxe-mgavev .brxe-ctabhi.brxe-block {
		flex-direction: column;
		flex-wrap: nowrap;
		border-radius: 15px;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev .brxe-ctabhi.brxe-block {
		margin-top: 0;
		margin-right: 1em;
		margin-bottom: 1em;
		margin-left: 1em;
		border-radius: 15px;
		flex-direction: column;
		flex-wrap: nowrap;
		box-shadow: 0 4px 20px -5px hsla(0, 0%, 0%, .25);
		background-color: hsl(0, 0%, 100%);
	}
}

.brxe-mgavev.brxe-block {
	flex-direction: row;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.brxe-mgavev.brxe-block {
		min-height: 350px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.brxe-mgavev.brxe-block {
		margin-bottom: 30px;
		min-height: 550px;
	}
}

@media (max-width: 478px) {
	.brxe-mgavev.brxe-block {
		box-shadow: 0 0 0 0 transparent;
		margin-bottom: 30px;
		background-color: hsla(0, 0%, 100%, 0);
		min-height: 450px;
	}
}

#brxe-wvxpdb {
	padding-right: 2.5em;
	padding-left: 2.5em;
}

#brxe-wvxpdb .splide__pagination {
	top: 0px;
	bottom: auto;
	bottom: 0px;
	left: 100%;
	right: auto;
	transform: translateX(0);
}

#brxe-wvxpdb .splide__pagination .splide__pagination__page {
	width: 10px;
	height: 10px;
}

#brxe-wvxpdb .splide__pagination .splide__pagination__page.is-active {
	height: 20px;
	width: 20px;
	color: var(--bricks-color-mzczem);
	background-color: var(--bricks-color-mzczem);
}

#brxe-wvxpdb .splide__pagination {
	position: static !important;
	margin-top: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#brxe-wvxpdb {
	display: flex;
	flex-direction: column;
}

#brxe-wvxpdb .splide__pagination li {
	margin: 0 2px;
}

@media (max-width: 991px) {
	#brxe-wvxpdb .splide__pagination {
		bottom: -20px;
	}
}

@media (max-width: 767px) {
	#brxe-wvxpdb {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		min-height: 500px;
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
		align-items: center;
	}
	
	#brxe-wvxpdb .splide__pagination {
		top: 0px;
		bottom: auto;
		bottom: 0px;
		left: 100%;
		right: auto;
		transform: translateX(0);
	}
}

@media (max-width: 478px) {
	#brxe-wvxpdb {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		position: static;
		box-shadow: 0 0 0 0 transparent;
		flex-direction: column;
	}
	
	#brxe-wvxpdb .splide__pagination {
		top: 0px;
		bottom: auto;
		bottom: 0px;
	}
}

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

@media (max-width: 991px) {
	#brxe-ftbodd {
		margin-top: 20px;
	}
}

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

@media (max-width: 478px) {
	#brxe-ftbodd {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#brxe-ukocis {
	align-items: center;
	column-gap: 20px;
	row-gap: 0px;
}

@media (max-width: 478px) {
	#brxe-ukocis {
		row-gap: 0px;
	}
}

#brxe-ygfvpf {
	align-items: center;
	margin-bottom: 2rem;
	background-color: hsl(0, 0%, 95%);
	padding-bottom: 40px;
}

#brxe-ygfvpf {
	margin-bottom: 0;
}

@media (max-width: 478px) {
	#brxe-ygfvpf {
		margin-bottom: 0;
		padding-top: 40px;
	}
}
