#main { gap: 0;}
/* START - Section page hero */
.page-hero {
	overflow: hidden;
	padding-block: var(--sectionInnerSpace);
}
.page-hero .container { position: relative;}
.page-hero .section-header {
}
.page-hero .lottie-img {
	width: 30rem;
	margin: 0 auto -23rem;
}
.page-hero .lottie-img img {
	width: 100%;
	height: auto;
	display: block;
}
/* design screen 768px and above */
@media (min-width: 768px) {
	.page-hero .section-header {
		max-width: 57%;
		margin: 0;
	}
	.page-hero .lottie-img {
		width: 46%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 58%;
		pointer-events: none;
	}
}
/* design screen 1024px = 992px and above */
@media (min-width: 992px) {
}
/* design screen 1366px = 1200px and above */
@media (min-width: 1200px) {
}
/* design screen 1920px = 1601px and above */
@media (min-width: 1601px) {
}
/* END - Section page hero styles */

/* START - Section Resources */
.section-resources {}
/* design screen 768px and above */
@media (min-width: 768px) {
}

/* design screen 1024px = 992px and above */
@media (min-width: 992px) {
}

/* design screen 1366px = 1200px and above */
@media (min-width: 1200px) {
}
/* design screen 1920px = 1601px and above */
@media (min-width: 1601px) {
}
/* END - Section Resources styles */
