.fc_stats_banner {
	display: flex;
	align-items: center;
	gap: var(--gap-xl);
}
.fc_stats_banner.right {
	flex-direction: row-reverse;
}
.fc_stats_banner > div {
	flex: 1 1 50%;
}
.fc_stats_banner .image_container > .image-switch {
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	position: relative;
	grid-column: 1 / 7;
}
.fc_stats_banner .image_container > .image-switch::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179' height='178' fill='none'%3E%3Cpath fill='%23FFD600' d='M0 178v-.976C0 79.295 80.17.013 179 0v68.46c-60.531.013-109.767 48.706-109.767 108.564 0 .485-.006.493 0 .976H0Z'/%3E%3C/svg%3E");
	width: 179px;
	height: 9.3vw;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
}
.fc_stats_banner .image_container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
}
.fc_stats_banner .image_container .stat {
	background: var(--teal);
	grid-column: span 2;
	border-radius: 5px;
	padding: 0 0 0 20px;
	display: flex;
	align-items: center;
	color: var(--white);
	position: relative;
	aspect-ratio: 13 / 9;
	justify-content: space-between;
	font-weight: 400;
	isolation: isolate;
}
.fc_stats_banner .image_container a.stat:hover {
	text-decoration: none;
	opacity: 0.7;
}


.fc_stats_banner .image_container .stat p {
	margin: 0;
}
.fc_stats_banner .image_container .stat p.poppins_font {
	font-size: 18px;
}


@media (min-width: 1024px) {

	.fc_stats_banner.no-image .image_container .stat {
		aspect-ratio: 9 / 4;
		padding: 0 0 0 40px;
	}
	.fc_stats_banner.no-image .image_container .stat .image-switch {
		height: 100%;
		width: 30%;
		right: 5%;
		background-size: cover;
		background-position: top right;
	}
}
.fc_stats_banner.no-image .image_container .stat .content {
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}
.fc_stats_banner .image_container .stat .image-switch {
	width: 45%;
	height: 75%;
	align-self: flex-end;
	background-position: center top;
	position: absolute;
	right: 0;
	bottom: 0;
}

.fc_stats_banner .image_container .stat:nth-child(3), .fc_stats_banner.no-image .image_container .stat:nth-child(2) {
	background: #4FB480;
}
.fc_stats_banner .image_container .stat:nth-child(3)::after, .fc_stats_banner.no-image .image_container .stat:nth-child(2)::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='164' fill='none'%3E%3Cpath fill='%23fff' d='M82 164c45.131 0 82-36.713 82-82S127.131 0 82 0C36.87 0 0 36.713 0 82s36.87 82 82 82Z' opacity='.1'/%3E%3C/svg%3E");
	max-height: 164px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 10px;
	background-position: top center;
	aspect-ratio: 1 / 1;
	height: 9vw;
	min-height: 80px;
	width: unset;
}
.fc_stats_banner .image_container .stat:last-child {
	background: #B91781;
}
.fc_stats_banner .image_container .stat:last-child::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='161' fill='none'%3E%3Cpath fill='%23fff' d='M5.174 0C.704 0-1.52 5.415 1.659 8.557l151.827 150.029c3.158 3.121 8.514.884 8.514-3.556V5a5 5 0 0 0-5-5H5.174Z' opacity='.1'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	max-height: 161px;
	aspect-ratio: 1 / 1;
	height: 9vw;
	min-height: 80px;
	width: unset;
}
.fc_stats_banner .image_container .stat::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='163' fill='none'%3E%3Cpath fill='%23fff' d='M163 163V5a5 5 0 0 0-5-5H0v106.403C0 137.661 25.252 163 56.401 163H163Z' opacity='.1'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	max-height: 163px;
	aspect-ratio: 1 / 1;
	height: 9vw;
	min-height: 80px;
	width: unset;
	z-index: -1;
}
.fc_stats_banner .image_container .stat .wp_content {
	position: relative;
	z-index: 2;
	max-width: 70%;
}


@media (max-width: 1240px) {
	.fc_stats_banner, .fc_stats_banner.right {
		flex-direction: column-reverse;
	}
	.fc_stats_banner > div {
		flex: unset;
		width: 100%;
	}
}

@media (max-width: 640px) {

	.fc_stats_banner .image_container {
		gap: 5px;
	}

	.fc_stats_banner .image_container .stat .content {
		padding-right: 20px;
	}
	.fc_stats_banner .image_container {
		grid-template-columns: repeat(6, 1fr);
	}
	.fc_stats_banner .image_container .stat {
		grid-column: span 3;
	}
	.fc_stats_banner .image_container > .image-switch {
		grid-column: span 6;
	}
	.fc_stats_banner .image_container .stat:last-child {
		grid-column:  span 6;
		aspect-ratio: 10 / 3;
	}
	.fc_stats_banner .image_container .stat:last-child .image-switch {
		height: 100%;
		width: 28%;
	}
	.fc_stats_banner .image_container > .image-switch {
		aspect-ratio: 16 / 11;
	}
}

@media (max-width: 450px) {
	.fc_stats_banner .image_container .stat:nth-child(n) {
		grid-column:  span 6;
		aspect-ratio: 10 / 3;
	}
	.fc_stats_banner .image_container .stat:nth-child(n) .image-switch {
		height: 100%;
		width: 28%;
	}
}