
@media only screen and (max-width: 991px) {
	.oua-utProsim-stripe-cta {
		margin-bottom: unset !important;
	}
}
@media only screen and (min-width: 992px) {
	.oua-utProsim-stripe-cta {
		margin-bottom: 8px !important;
	}
}
@media only screen and (min-width: 768px) {
	.oua-utProsim-cta-container {
		margin-top: unset !important;
	}
	.oua-utProsim-cta {
		margin-bottom: 8px !important;
	}
}
.oua-cta {
	margin-bottom: 0em !important;
	padding-bottom: unset !important;
}
.oua-utProsim {
	color: black;
	padding: 5em 2em 5em 2em !important;
	background-color: var(--vt-smoke-7t);
}
.oua-utProsim:not(.cta-stripe) {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
.oua-stripe {
	margin-top: unset !important;
	color: black;
	padding: 5em 2em 5em 2em !important;
	background-color: var(--vt-smoke-7t);
}
.oua-utProsim.home-header-stripe,
.oua-utProsim.cta-stripe {
	margin-bottom: 4em !important;
}
.vtcta + .oua-stripe-container {
	margin-top: 0 !important;
}
.vtcta + .oua-stripe-container > .oua-stripe {
	margin-top: -3em !important;
}