
@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);
		}
	}
	
	:where(.brxe-team-members) {
		display: grid;
		gap: 20px;
		grid-auto-flow: column;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	@media (max-width:478px) {
		:where(.brxe-team-members) {
			grid-auto-flow: unset;
			grid-template-columns: repeat(2, 1fr);
		}
	}
	
	:where(.brxe-team-members).image-right .member {
		flex-direction: row-reverse;
	}
	
	:where(.brxe-team-members).image-left .member {
		flex-direction: row;
	}
	
	:where(.brxe-team-members).image-bottom .member {
		flex-direction: column-reverse;
	}
	
	:where(.brxe-team-members) .member {
		display: flex;
		flex: 1;
		flex-direction: column;
		overflow: hidden;
	}
	
	:where(.brxe-team-members) .image {
		align-self: center;
		background-position: 50%;
		background-size: cover;
		width: 100%;
	}
	
	:where(.brxe-team-members) .image:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	
	:where(.brxe-team-members) .image.ratio-16-9:before {
		padding-top: 56.25%;
	}
	
	:where(.brxe-team-members) .image.ratio-4-3:before {
		padding-top: 75%;
	}
	
	:where(.brxe-team-members) .content {
		flex: 1;
		padding-top: 15px;
	}
	
	:where(.brxe-team-members) .title {
		margin-bottom: .2em;
	}
	
	:where(.brxe-team-members) .subtitle {
		font-size: 1.1em;
		margin-bottom: 0;
	}
	
	:where(.brxe-team-members) .subtitle + .description {
		margin-top: .25em;
	}
}

@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-660000 {
	font-size: 45px;
	font-family: "Work Sans";
	font-weight: 500;
	color: #000;
	line-height: 45px;
}

#brxe-875d84 {
	align-items: center;
	margin-top: 100px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 2px 18px 0 #000;
	border: 2.72px solid #000;
	border-radius: 5px;
}

#brxe-1c145b {
	font-size: 14px;
	font-family: "Work Sans";
	font-weight: 400;
	color: #000;
}

#brxe-1c145b a {
	font-size: 14px;
	font-family: "Work Sans";
	font-weight: 400;
	color: #000;
	font-size: inherit;
}

#brxe-ae0525 {
	margin-bottom: 50px;
}

#brxe-ae0525 a {
	color: #3dc3ea;
}

#brxe-900a01 {
	font-size: 45px;
	font-family: "Work Sans";
	font-weight: 500;
	color: #000;
	line-height: 45px;
}

#brxe-2a3962 {
	align-items: center;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 2px 18px 0 #000;
	border: 2.72px solid #000;
	border-radius: 5px;
}

#brxe-d56f6d {
	max-width: 1725px;
	width: 100%;
}

@media (max-width: 991px) {
	#brxe-d56f6d {
		width: 95%;
	}
}

#brxe-3b3805 {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: unset;
	gap: 60px;
}

#brxe-3b3805 .member {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3);
}

#brxe-3b3805 .content {
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	text-align: center;
}

#brxe-3b3805 .image {
	border: 3px solid #0c71c3;
	border-radius: 50%;
	margin-top: 20px;
	aspect-ratio: auto 928/1200;
}

#brxe-3b3805 .title {
	font-family: "Work Sans";
	font-weight: 600;
	font-size: 25px;
}

#brxe-3b3805 .description {
	font-size: 14px;
	font-family: "Work Sans";
	color: #000;
}

#brxe-3b3805 .subtitle {
	color: #0c71c3;
	font-weight: 700;
	font-family: "Work Sans";
	font-size: 16px;
}

.member .image {
	max-width: 320px;
	margin: auto;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
	#brxe-3b3805 {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: unset;
	}
}

@media (max-width: 478px) {
	#brxe-3b3805 {
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: unset;
	}
}

#brxe-14d484 {
	max-width: 1222px;
	width: 100%;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	#brxe-14d484 {
		width: 95%;
	}
}
