
@layer bricks {
	:where(.brxe-svg) {
		height: auto;
		width: auto;
	}
	
	:where(.brxe-svg) svg {
		height: auto;
		max-width: 100%;
		overflow: visible;
		width: auto;
	}
}

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

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

#brxe-6a2ba9 {
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: var(--gap-grid);
	flex-direction: row;
	row-gap: var(--gap-grid);
}

@media (max-width: 1280px) {
	#brxe-6a2ba9 {
		flex-wrap: wrap;
	}
}

#brxe-e0960e :not([fill="none"]) {
	fill: var(--color-uwga-secondary-dark);
}

@media (max-width: 767px) {
	#brxe-vmvbrr {
		align-items: center;
	}
}

@media (max-width: 767px) {
	#brxe-182616 {
		text-align: center;
	}
}

#brxe-4b6e27 {
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: var(--gap-grid);
	flex-direction: row;
	row-gap: var(--gap-grid);
}

@media (max-width: 767px) {
	#brxe-4b6e27 {
		justify-content: center;
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 767px) {
	#brxe-097c75 {
		padding-left: 0;
		border-left-width: 0;
		align-items: center;
	}
}

#brxe-85e3eb {
	grid-gap: var(--gap-space-m);
	flex-direction: row;
	align-items: center;
	column-gap: var(--gap-space-m);
	display: grid;
	align-items: initial;
	grid-template-columns: var(--grid-1-5);
	align-content: center;
}

@media (max-width: 767px) {
	#brxe-85e3eb {
		grid-template-columns: var(--grid-auto-1);
	}
}

@media (max-width: 478px) {
	#brxe-85e3eb {
		grid-template-columns: var(--grid-auto-1);
	}
}
