.fc_cta_banner {
	position: relative;
	overflow: hidden;
}
.fc_cta_banner .content {
	box-sizing: border-box;
	width: 100%;
}
.fc_cta_banner > * {
	position: relative;
	z-index: 2;
}
.fc_cta_banner::after {
	background: #242526;
	opacity: 85%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fc_cta_banner .image_overlay {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='774' height='600' fill='none'%3E%3Cpath fill='%23BA0E82' fill-rule='evenodd' d='M0 329.553C0 190.196 73.913 68.017 184.708 0h404.661C700.132 68.017 774 190.196 774 329.553 774 434.842 731.834 530.299 663.447 600H110.566C42.166 530.299 0 434.842 0 329.553ZM387.053 92.49c130.893 0 237.37 106.339 237.37 237.063s-106.477 237.063-237.37 237.063-237.37-106.339-237.37-237.063S256.16 92.49 387.053 92.49Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	height: 100%;
	aspect-ratio: 31 / 24;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -190px;
}
.fc_cta_banner .image_overlay .image-switch {
	aspect-ratio: 1 / 1;
	height: 89%;
	border-radius: 50%;
	background-size: contain;
}

@media (max-width: 1024px) {
	.fc_cta_banner .image_overlay .image-switch {
		height: 100%;
		border-radius: 0;
	}
	.fc_cta_banner .image_overlay {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='349' height='246' fill='none'%3E%3Cpath fill='%23BA0E82' fill-rule='evenodd' d='M219.814.332c48.28 0 92.925 15.56 129.186 41.933V181.34c-16.628-55.527-68.248-96.111-129.186-96.111-74.336 0-134.806 60.392-134.806 134.632 0 8.941.877 17.68 2.55 26.138H1.541A221.423 221.423 0 0 1 0 219.862C0 98.657 98.452.332 219.814.332Z' clip-rule='evenodd'/%3E%3C/svg%3E");
		position: relative;
		aspect-ratio: 10 / 7;
		margin-right: 0;
		justify-content: flex-end;
		background-position: right bottom;
		margin-left: auto;
		width: 80%;
		align-items: flex-end;
	}
	.fc_cta_banner {
		display: flex;
		flex-direction: column;
	}
}
