:root {
	--vo-why-green: #064b39;
	--vo-why-green-dark: #03382b;
	--vo-why-leaf: #4d9f32;
	--vo-why-ink: #123d31;
	--vo-why-muted: #4d675f;
	--vo-why-line: #cfe0d8;
	--vo-why-wash: #f0f6f3;
	--vo-why-white: #fff;
}

.page-id-662 .entry-header,
.page-id-662 .featured-media {
	display: none;
}

.page-id-662 .post-inner {
	padding-top: 0;
}

.page-id-662 .post-inner.thin,
.page-id-662 .entry-content {
	max-width: none;
	width: 100%;
}

.page-id-662 .entry-content > .vo-why {
	margin: 0;
	max-width: none;
	width: 100%;
}

.page-id-662 .vo-why > *,
.page-id-662 .vo-why__hero > *,
.page-id-662 .vo-why__section > *,
.page-id-662 .vo-why__video > *,
.page-id-662 .vo-why__results > *,
.page-id-662 .vo-why__cta > * {
	width: auto;
}

.vo-why {
	background: var(--vo-why-white);
	color: var(--vo-why-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.8rem;
	line-height: 1.65;
}

.vo-why *,
.vo-why *::before,
.vo-why *::after {
	box-sizing: border-box;
}

.vo-why h1,
.vo-why h2,
.vo-why h3,
.vo-why p,
.vo-why ul {
	margin: 0;
}

.vo-why h1,
.vo-why h2,
.vo-why h3 {
	color: var(--vo-why-green-dark);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.vo-why__hero,
.vo-why__section,
.vo-why__video,
.vo-why__results,
.vo-why__cta {
	margin-left: auto;
	margin-right: auto;
	max-width: 140rem;
	padding-left: clamp(2rem, 5vw, 8rem);
	padding-right: clamp(2rem, 5vw, 8rem);
}

.vo-why__hero {
	display: grid;
	gap: clamp(4rem, 8vw, 12rem);
	grid-template-columns: minmax(0, 1.45fr) minmax(25rem, 0.55fr);
	min-height: min(76rem, 82vh);
	padding-bottom: clamp(6rem, 9vw, 12rem);
	padding-top: clamp(7rem, 10vw, 14rem);
}

.vo-why__eyebrow,
.vo-why__kicker {
	color: #287449;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vo-why__hero h1 {
	font-size: clamp(5rem, 8vw, 11rem);
	line-height: 0.9;
	margin-top: 2.4rem;
}

.vo-why__lead {
	color: var(--vo-why-ink);
	font-size: clamp(2.2rem, 2.4vw, 3.3rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.35;
	margin-top: clamp(3.5rem, 5vw, 6rem) !important;
	max-width: 79rem;
}

.vo-why__intro {
	color: var(--vo-why-muted);
	font-size: 1.9rem;
	line-height: 1.7;
	margin-top: 2.2rem !important;
	max-width: 72rem;
}

.vo-why__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	margin-top: 4rem;
}

.vo-why__button {
	align-items: center;
	background: var(--vo-why-green);
	border-radius: 0.7rem;
	color: var(--vo-why-white) !important;
	display: inline-flex;
	font-size: 1.7rem;
	font-weight: 750;
	gap: 2.4rem;
	justify-content: space-between;
	min-width: 22rem;
	padding: 1.65rem 2rem;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.vo-why__button:hover,
.vo-why__button:focus-visible {
	background: var(--vo-why-green-dark);
	text-decoration: none;
	transform: translateY(-2px);
}

.vo-why__text-link,
.vo-why__priority a,
.vo-why__results-heading a {
	color: var(--vo-why-green) !important;
	font-size: 1.6rem;
	font-weight: 750;
	text-decoration-thickness: 0.12em;
	text-underline-offset: 0.35em;
}

.vo-why__hero-note {
	align-self: end;
	border-left: 0.5rem solid var(--vo-why-leaf);
	display: grid;
	gap: 0.9rem;
	padding: 1rem 0 1rem 2.5rem;
}

.vo-why__hero-note strong {
	color: var(--vo-why-green-dark);
	font-size: 2.4rem;
	line-height: 1.2;
}

.vo-why__hero-note span {
	color: var(--vo-why-muted);
	font-size: 1.7rem;
}

.vo-why__section {
	padding-bottom: clamp(7rem, 9vw, 13rem);
	padding-top: clamp(7rem, 9vw, 13rem);
}

.vo-why__reasons {
	border-top: 1px solid var(--vo-why-line);
}

.vo-why__section-heading {
	max-width: 82rem;
}

.vo-why__section-heading h2,
.vo-why__results h2,
.vo-why__promise h2,
.vo-why__cta h2 {
	font-size: clamp(3.7rem, 5vw, 6.8rem);
	line-height: 1.02;
	margin-top: 1.6rem;
}

.vo-why__reason-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(5rem, 7vw, 8rem);
}

.vo-why__reason-grid article {
	border-left: 1px solid var(--vo-why-line);
	padding: 0.5rem clamp(2.5rem, 3vw, 4.5rem) 1rem;
}

.vo-why__reason-grid article:first-child {
	border-left: 0;
	padding-left: 0;
}

.vo-why__reason-grid article:last-child {
	padding-right: 0;
}

.vo-why__reason-grid span,
.vo-why__priority-number {
	color: var(--vo-why-leaf);
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.vo-why__reason-grid h3,
.vo-why__priority h3 {
	font-size: clamp(2.4rem, 2.5vw, 3.3rem);
	line-height: 1.15;
	margin-top: 2rem;
}

.vo-why__reason-grid p,
.vo-why__priority p {
	color: var(--vo-why-muted);
	font-size: 1.7rem;
	line-height: 1.65;
	margin-top: 1.8rem;
}

.vo-why__video {
	align-items: center;
	background: var(--vo-why-green-dark);
	display: grid;
	gap: clamp(4rem, 7vw, 9rem);
	grid-template-columns: minmax(28rem, 0.7fr) minmax(0, 1.3fr);
	max-width: none;
	padding-bottom: clamp(7rem, 9vw, 12rem);
	padding-top: clamp(7rem, 9vw, 12rem);
}

.vo-why__video > *:first-child {
	margin-left: auto;
	max-width: 48rem;
}

.vo-why__video > *:last-child {
	margin-right: auto;
	max-width: 84rem;
	width: 100%;
}

.vo-why__video .vo-why__kicker {
	color: #9bd36e;
}

.vo-why__video h2 {
	color: var(--vo-why-white);
	font-size: clamp(3.5rem, 4.5vw, 5.8rem);
	line-height: 1.04;
	margin-top: 1.6rem;
}

.vo-why__video-copy > p:not(.vo-why__kicker) {
	color: #d3e2dc;
	font-size: 1.8rem;
	margin-top: 2.4rem;
}

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

.vo-why__video-frame {
	aspect-ratio: 16 / 9;
	background: #001b14;
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.28);
	overflow: hidden;
	position: relative;
}

.vo-why__video-frame iframe,
.vo-why__video-button {
	border: 0;
	height: 100%;
	inset: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

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

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

.vo-why__video-button:hover::after,
.vo-why__video-button:focus-visible::after {
	background-color: rgba(0, 27, 20, 0.14);
}

.vo-why__video-button img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vo-why__play {
	align-items: center;
	background: var(--vo-why-leaf);
	border: 0.3rem solid rgba(255, 255, 255, 0.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-why__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: 0.5rem;
	width: 0;
}

.vo-why__video-button:hover .vo-why__play,
.vo-why__video-button:focus-visible .vo-why__play {
	background: #60af40;
	transform: translate(-50%, -50%) scale(1.08);
}

.vo-why__video-button strong {
	bottom: 2.5rem;
	font-size: 1.6rem;
	left: 2.8rem;
	position: absolute;
	z-index: 1;
}

.vo-why__priorities {
	background: var(--vo-why-wash);
	max-width: none;
}

.vo-why__priorities > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 124rem;
}

.vo-why__section-heading--split {
	align-items: end;
	display: grid;
	gap: 4rem;
	grid-template-columns: minmax(0, 1.35fr) minmax(28rem, 0.65fr);
}

.vo-why__section-heading--split > p {
	color: var(--vo-why-muted);
	font-size: 1.8rem;
}

.vo-why__priority-grid {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(5rem, 7vw, 8rem);
}

.vo-why__priority {
	background: var(--vo-why-white);
	border: 1px solid #dbe8e1;
	border-radius: 0.8rem;
	display: flex;
	flex-direction: column;
	min-height: 35rem;
	padding: clamp(2.8rem, 3vw, 4.2rem);
	transition: border-color 160ms ease, transform 160ms ease;
}

.vo-why__priority:hover {
	border-color: #93b8a6;
	transform: translateY(-3px);
}

.vo-why__priority p {
	flex-grow: 1;
}

.vo-why__priority-links {
	display: grid;
	gap: 1.1rem;
	margin-top: 3rem;
}

.vo-why__results {
	background: var(--vo-why-green-dark);
	display: grid;
	gap: clamp(5rem, 9vw, 12rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	max-width: none;
	padding-bottom: clamp(7rem, 9vw, 13rem);
	padding-top: clamp(7rem, 9vw, 13rem);
}

.vo-why__results > *:first-child {
	margin-left: auto;
	max-width: 54rem;
}

.vo-why__results > *:last-child {
	margin-right: auto;
	max-width: 62rem;
}

.vo-why__results .vo-why__kicker {
	color: #9bd36e;
}

.vo-why__results h2,
.vo-why__results p,
.vo-why__results li {
	color: var(--vo-why-white);
}

.vo-why__results-heading > p:not(.vo-why__kicker) {
	color: #d3e2dc;
	font-size: 1.8rem;
	margin-top: 2.5rem;
}

.vo-why__results-heading a {
	color: #b8e88f !important;
	display: inline-block;
	margin-top: 3.2rem;
}

.vo-why__result-list {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	list-style: none;
	padding: 0;
}

.vo-why__result-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 1.75rem;
	font-weight: 650;
	padding: 1.7rem 0 1.7rem 3.5rem;
	position: relative;
}

.vo-why__result-list li::before {
	color: #9bd36e;
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.vo-why__promise {
	display: grid;
	gap: clamp(4rem, 8vw, 11rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.vo-why__promise-copy {
	border-left: 1px solid var(--vo-why-line);
	padding-left: clamp(3rem, 5vw, 7rem);
}

.vo-why__promise-copy p {
	color: var(--vo-why-muted);
	font-size: 1.9rem;
}

.vo-why__promise-copy p + p {
	color: var(--vo-why-ink);
	font-weight: 700;
	margin-top: 2.4rem;
}

.vo-why__cta {
	background: var(--vo-why-green);
	max-width: none;
	padding-bottom: clamp(6rem, 8vw, 10rem);
	padding-top: clamp(6rem, 8vw, 10rem);
}

.vo-why__cta > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 124rem;
}

.vo-why__cta .vo-why__kicker {
	color: #b8e88f;
}

.vo-why__cta h2 {
	color: var(--vo-why-white);
	max-width: 90rem;
}

.vo-why__button--light {
	background: var(--vo-why-white);
	color: var(--vo-why-green-dark) !important;
}

.vo-why__button--light:hover,
.vo-why__button--light:focus-visible {
	background: #eaf4ef;
}

.vo-why__text-link--light {
	color: var(--vo-why-white) !important;
}

@media (max-width: 900px) {
	.vo-why__hero,
	.vo-why__video,
	.vo-why__results,
	.vo-why__promise,
	.vo-why__section-heading--split {
		grid-template-columns: 1fr;
	}

	.vo-why__hero {
		min-height: auto;
	}

	.vo-why__hero-note {
		max-width: 48rem;
	}

	.vo-why__reason-grid,
	.vo-why__priority-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vo-why__reason-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--vo-why-line);
		grid-column: 1 / -1;
		margin-top: 4rem;
		padding-left: 0;
		padding-top: 4rem;
	}

	.vo-why__results > *:first-child,
	.vo-why__results > *:last-child {
		margin-left: auto;
		margin-right: auto;
		max-width: 74rem;
		width: 100%;
	}

	.vo-why__video > *:first-child,
	.vo-why__video > *:last-child {
		margin-left: auto;
		margin-right: auto;
		max-width: 82rem;
		width: 100%;
	}

	.vo-why__promise-copy {
		border-left: 0;
		border-top: 1px solid var(--vo-why-line);
		padding-left: 0;
		padding-top: 4rem;
	}
}

@media (max-width: 620px) {
	.vo-why {
		font-size: 1.7rem;
	}

	.vo-why__hero {
		gap: 5rem;
		padding-top: 6rem;
	}

	.vo-why__hero h1 {
		font-size: clamp(4.7rem, 15vw, 6.5rem);
	}

	.vo-why__reason-grid,
	.vo-why__priority-grid {
		grid-template-columns: 1fr;
	}

	.vo-why__reason-grid article,
	.vo-why__reason-grid article:first-child,
	.vo-why__reason-grid article:last-child,
	.vo-why__reason-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--vo-why-line);
		grid-column: auto;
		margin-top: 0;
		padding: 3.5rem 0;
	}

	.vo-why__reason-grid article:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.vo-why__priority {
		min-height: 0;
	}

	.vo-why__play {
		height: 6.4rem;
		width: 6.4rem;
	}

	.vo-why__play i {
		border-bottom-width: 0.9rem;
		border-left-width: 1.5rem;
		border-top-width: 0.9rem;
	}

	.vo-why__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vo-why__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vo-why__button,
	.vo-why__priority,
	.vo-why__play {
		transition: none;
	}
}
