.vo-video-cta,
.vo-video-cta * {
	box-sizing: border-box;
}

.vo-video-cta {
	--vo-video-dark: #03382b;
	--vo-video-green: #4d9f32;
	--vo-video-lime: #a8dc83;
	background: var(--vo-video-dark);
	clear: both;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	position: relative;
	width: 100%;
}

.vo-video-cta__inner {
	align-items: center;
	display: grid;
	gap: clamp(4rem, 7vw, 9rem);
	grid-template-columns: minmax(28rem, .72fr) minmax(0, 1.28fr);
	margin: 0 auto;
	max-width: 140rem;
	padding: clamp(6rem, 8vw, 11rem) clamp(2rem, 5vw, 8rem);
}

.vo-video-cta__copy {
	max-width: 48rem;
}

.vo-video-cta__copy p,
.vo-video-cta__copy h2 {
	margin: 0;
}

.vo-video-cta__kicker {
	color: var(--vo-video-lime);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vo-video-cta__copy h2 {
	color: #fff;
	font-family: inherit;
	font-size: clamp(3.5rem, 4.5vw, 5.8rem);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.04;
	margin-top: 1.6rem;
}

.vo-video-cta__copy > p:not(.vo-video-cta__kicker) {
	color: #d3e2dc;
	font-size: 1.8rem;
	line-height: 1.65;
	margin-top: 2.4rem;
}

.vo-video-cta__copy > a {
	color: #b8e88f !important;
	display: inline-block;
	font-size: 1.55rem;
	font-weight: 750;
	margin-top: 3rem;
	text-decoration-thickness: .12em;
	text-underline-offset: .35em;
}

.vo-video-cta__frame {
	aspect-ratio: 16 / 9;
	background: #001b14;
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, .28);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vo-video-cta__frame iframe,
.vo-video-cta__button {
	border: 0;
	height: 100%;
	inset: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.vo-video-cta__button {
	background: #001b14;
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: left;
}

.vo-video-cta__button::after {
	background: linear-gradient(180deg, transparent 48%, rgba(0, 27, 20, .78));
	content: "";
	inset: 0;
	position: absolute;
	transition: background-color 160ms ease;
}

.vo-video-cta__button:hover::after,
.vo-video-cta__button:focus-visible::after {
	background-color: rgba(0, 27, 20, .14);
}

.vo-video-cta__button:focus-visible {
	outline: .4rem solid rgba(168, 220, 131, .9);
	outline-offset: -.4rem;
}

.vo-video-cta__button img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vo-video-cta__play {
	align-items: center;
	background: var(--vo-video-green);
	border: .3rem solid rgba(255, 255, 255, .88);
	border-radius: 50%;
	display: flex;
	height: 8rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 160ms ease, background-color 160ms ease;
	width: 8rem;
	z-index: 1;
}

.vo-video-cta__play i {
	border-bottom: 1.25rem solid transparent;
	border-left: 2rem solid #fff;
	border-top: 1.25rem solid transparent;
	display: block;
	height: 0;
	margin-left: .5rem;
	width: 0;
}

.vo-video-cta__button:hover .vo-video-cta__play,
.vo-video-cta__button:focus-visible .vo-video-cta__play {
	background: #60af40;
	transform: translate(-50%, -50%) scale(1.08);
}

.vo-video-cta__button strong {
	bottom: 2.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 800;
	left: 2.8rem;
	position: absolute;
	z-index: 1;
}

@media (max-width: 900px) {
	.vo-video-cta__inner {
		gap: 4.5rem;
		grid-template-columns: 1fr;
	}

	.vo-video-cta__copy,
	.vo-video-cta__frame {
		margin-left: auto;
		margin-right: auto;
		max-width: 82rem;
	}
}

@media (max-width: 620px) {
	.vo-video-cta__inner {
		gap: 3.2rem;
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.vo-video-cta__copy h2 {
		font-size: clamp(3.2rem, 11vw, 4.5rem);
	}

	.vo-video-cta__copy > p:not(.vo-video-cta__kicker) {
		font-size: 1.7rem;
	}

	.vo-video-cta__play {
		height: 6.4rem;
		width: 6.4rem;
	}

	.vo-video-cta__play i {
		border-bottom-width: .9rem;
		border-left-width: 1.5rem;
		border-top-width: .9rem;
	}

	.vo-video-cta__button strong {
		bottom: 1.6rem;
		font-size: 1.35rem;
		left: 1.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vo-video-cta__button::after,
	.vo-video-cta__play {
		transition: none;
	}
}
