:root {
	--pohg-navy: #103b70;
	--pohg-blue: #0a4f8f;
	--pohg-yellow: #f5b800;
	--pohg-ink: #101f34;
	--pohg-muted: #5a6b80;
	--pohg-line: #dce4ed;
	--pohg-soft: #f3f6fa;
	--pohg-green: #168542;
	--pohg-content-width: 1240px;
	--pohg-gutter: clamp(22px, 4vw, 56px);
	--pohg-side: max(var(--pohg-gutter), calc((100vw - var(--pohg-content-width)) / 2));
}

.poh-growth-page .entry-content,
.poh-growth-page .site-main,
.poh-growth-page article {
	max-width: none !important;
}

.poh-growth-page .entry-content {
	margin: 0 !important;
}

.pohg {
	color: var(--pohg-ink);
	font-family: inherit;
	overflow: clip;
}

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

.pohg * {
	text-transform: none !important;
}

.pohg a {
	text-decoration: none;
}

.pohg-topbar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 52px;
	padding: 0 var(--pohg-side);
	border-bottom: 1px solid var(--pohg-line);
	background: #fff;
}

.pohg-breadcrumb {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	color: #728196;
	font-size: 12px;
}

.pohg-breadcrumb a {
	color: var(--pohg-blue);
	font-weight: 700;
}

.pohg-hero,
.pohg-section,
.pohg-form-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-right: var(--pohg-side);
	padding-left: var(--pohg-side);
}

.pohg-hero {
	display: flex;
	position: relative;
	min-height: 540px;
	align-items: center;
	padding-top: 62px;
	padding-bottom: 70px;
	color: #fff;
	background: var(--pohg-navy);
	isolation: isolate;
	overflow: hidden;
}

.pohg-hero__image {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pohg-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(7, 38, 78, .98) 0%, rgba(10, 52, 101, .95) 42%, rgba(10, 52, 101, .62) 61%, rgba(7, 35, 72, .14) 82%);
	content: "";
}

.pohg-hero::after {
	position: absolute;
	right: 6%;
	bottom: -38%;
	z-index: -1;
	width: 34%;
	aspect-ratio: 1;
	border: 2px solid rgba(245, 184, 0, .4);
	content: "";
	transform: rotate(36deg);
}

.pohg-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding-left: 0;
}

.pohg-eyebrow,
.pohg-heading > p {
	margin: 0 0 11px !important;
	color: var(--pohg-yellow);
	font-size: 12px !important;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pohg-hero h1 {
	max-width: 760px;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(40px, 4.1vw, 60px) !important;
	font-weight: 800 !important;
	letter-spacing: -.04em;
	line-height: 1 !important;
}

.pohg-lead {
	max-width: 700px;
	margin: 24px 0 0 !important;
	color: #e8f0fa;
	font-size: 18px !important;
	line-height: 1.68 !important;
}

.pohg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.pohg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 900;
}

.pohg-button--primary {
	color: #13243a !important;
	background: var(--pohg-yellow);
}

.pohg-button--primary:hover {
	background: #ffd044;
}

.pohg-button--ghost {
	border: 1px solid rgba(255, 255, 255, .52);
	color: #fff !important;
	background: transparent;
}

.pohg-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 22px;
	margin: 25px 0 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 13px;
	list-style: none !important;
}

.pohg-benefits li::before {
	margin-right: 7px;
	color: #67dd91;
	content: "✓";
	font-weight: 900;
}

.pohg-hero__visual {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 310px;
	margin: 0 clamp(10px, 3vw, 48px) 0 16px;
	border: 1px solid rgba(255, 255, 255, .23);
	border-radius: 2px;
	background: rgba(5, 34, 70, .42);
	box-shadow: 24px 24px 0 rgba(245, 184, 0, .92);
}

.pohg-icon {
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 2px;
	color: var(--pohg-navy);
	background: #fff;
}

.pohg-icon svg {
	width: 48px;
	height: 48px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pohg-hero__visual strong {
	font-size: 23px;
}

.pohg-hero__visual small {
	margin-top: 5px;
	color: #cfe0f2;
	font-size: 14px;
}

.pohg-facts {
	display: grid;
	position: relative;
	z-index: 2;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: calc(100% - (2 * var(--pohg-side)));
	margin: -32px var(--pohg-side) 0;
	border-top: 5px solid var(--pohg-yellow);
	background: #fff;
	box-shadow: 0 16px 38px rgba(17, 47, 82, .18);
}

.pohg-facts > div {
	min-height: 106px;
	padding: 22px 26px;
	border-right: 1px solid var(--pohg-line);
}

.pohg-facts > div:last-child {
	border-right: 0;
}

.pohg-facts span {
	display: block;
	margin-bottom: 7px;
	color: var(--pohg-yellow);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pohg-facts strong {
	display: block;
	color: var(--pohg-navy);
	font-size: 17px;
	line-height: 1.38;
}

.pohg-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pohg-facts + .pohg-section {
	padding-top: 82px;
}

.pohg-section--soft {
	background: var(--pohg-soft);
}

.pohg-heading {
	max-width: 860px;
	margin: 0 auto 36px;
	text-align: center;
}

.pohg-heading--left {
	margin-left: 0;
	text-align: left;
}

.pohg-heading h2,
.pohg-process h2,
.pohg-form-intro h2,
.pohg-estimator h2 {
	margin: 0 !important;
	color: var(--pohg-ink) !important;
	font-size: clamp(30px, 3.25vw, 46px) !important;
	font-weight: 800 !important;
	letter-spacing: -.03em;
	line-height: 1.08 !important;
}

.pohg-heading > span {
	display: block;
	max-width: 790px;
	margin: 15px auto 0;
	color: var(--pohg-muted);
	font-size: 16px;
	line-height: 1.65;
}

.pohg-heading--left > span {
	margin-left: 0;
}

.pohg-scenarios {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pohg-scenarios article {
	position: relative;
	padding: 30px;
	border: 1px solid var(--pohg-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 9px 24px rgba(20, 51, 86, .06);
}

.pohg-scenarios article::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--pohg-yellow);
	content: "";
}

.pohg-scenarios article > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 2px;
	color: #fff;
	background: var(--pohg-navy);
	font-weight: 900;
}

.pohg-scenarios article > p {
	margin: 22px 0 6px !important;
	color: var(--pohg-yellow);
	font-size: 12px !important;
	font-weight: 900;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.pohg-scenarios h3 {
	margin: 0 0 12px !important;
	color: var(--pohg-ink) !important;
	font-size: 21px !important;
	line-height: 1.25 !important;
}

.pohg-scenarios article > div {
	color: var(--pohg-muted);
	font-size: 15px;
	line-height: 1.65;
}

.pohg-section--editorial {
	background: #fff;
}

.pohg-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pohg-content-grid article {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 30px;
	border: 1px solid var(--pohg-line);
	border-top: 5px solid var(--pohg-yellow);
	background: #fff;
	box-shadow: 0 12px 30px rgba(20, 51, 86, .07);
}

.pohg-content-grid__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 21px;
	color: #fff;
	background: var(--pohg-navy);
}

.pohg-content-grid__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pohg-content-grid h3 {
	margin: 0 0 14px !important;
	color: var(--pohg-ink) !important;
	font-size: 22px !important;
	line-height: 1.28 !important;
}

.pohg-content-grid p {
	margin: 0 0 20px !important;
	color: var(--pohg-muted);
	font-size: 15px !important;
	line-height: 1.72 !important;
}

.pohg-content-grid ul {
	display: grid;
	gap: 8px;
	margin: auto 0 0 !important;
	padding: 17px 0 0 !important;
	border-top: 1px solid var(--pohg-line);
	list-style: none !important;
}

.pohg-content-grid li {
	position: relative;
	padding-left: 20px;
	color: #354b63;
	font-size: 14px;
	line-height: 1.45;
}

.pohg-content-grid li::before {
	position: absolute;
	top: .58em;
	left: 1px;
	width: 7px;
	height: 7px;
	background: var(--pohg-yellow);
	content: "";
	transform: rotate(45deg);
}

.pohg-section--seo {
	border-top: 1px solid var(--pohg-line);
	border-bottom: 1px solid var(--pohg-line);
	background: var(--pohg-soft);
}

.pohg-seo-copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pohg-seo-copy article {
	position: relative;
	padding: 30px 32px;
	border: 1px solid var(--pohg-line);
	border-left: 5px solid var(--pohg-yellow);
	background: #fff;
	box-shadow: 0 10px 28px rgba(20, 51, 86, .055);
}

.pohg-seo-copy h3 {
	margin: 0 0 16px !important;
	color: var(--pohg-ink) !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

.pohg-seo-copy p {
	margin: 0 0 14px !important;
	color: var(--pohg-muted);
	font-size: 15px !important;
	line-height: 1.76 !important;
}

.pohg-seo-copy p:last-child {
	margin-bottom: 0 !important;
}

.pohg-table {
	border: 1px solid #d6e0eb;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 11px 32px rgba(22, 55, 90, .06);
}

.pohg-table__head,
.pohg-table__row {
	display: grid;
	grid-template-columns: .65fr 1fr 1.25fr;
	align-items: start;
	gap: 22px;
	padding: 19px 26px;
}

.pohg-table__head {
	color: #fff;
	background: var(--pohg-navy);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.pohg-table__row {
	border-top: 1px solid var(--pohg-line);
	font-size: 14px;
	line-height: 1.55;
}

.pohg-table__row strong {
	color: var(--pohg-blue);
}

.pohg-table__row span {
	color: #52667e;
}

.pohg-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: clamp(34px, 5vw, 76px);
}

.pohg-checklist {
	display: grid;
	gap: 11px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.pohg-checklist li {
	position: relative;
	padding: 15px 16px 15px 48px;
	border: 1px solid var(--pohg-line);
	border-radius: 2px;
	color: #33485f;
	background: #fff;
	line-height: 1.5;
}

.pohg-checklist li::before {
	display: grid;
	position: absolute;
	top: 14px;
	left: 16px;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 2px;
	color: #fff;
	background: var(--pohg-green);
	content: "✓";
	font-weight: 900;
}

.pohg-process {
	padding: 36px;
	border-radius: 2px;
	color: #fff;
	background: var(--pohg-navy);
	box-shadow: 15px 15px 0 var(--pohg-yellow);
}

.pohg-process h2 {
	color: #fff !important;
	font-size: 33px !important;
}

.pohg-process ol {
	margin: 27px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: steps;
}

.pohg-process li {
	position: relative;
	padding: 0 0 22px 44px;
	color: #e2edf8;
	line-height: 1.5;
	counter-increment: steps;
}

.pohg-process li::before {
	display: grid;
	position: absolute;
	top: -3px;
	left: 0;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 2px;
	color: #122238;
	background: var(--pohg-yellow);
	content: counter(steps);
	font-size: 13px;
	font-weight: 900;
}

.pohg-process li:not(:last-child)::after {
	position: absolute;
	top: 28px;
	left: 13px;
	width: 2px;
	height: calc(100% - 25px);
	background: rgba(255, 255, 255, .18);
	content: "";
}

.pohg-note {
	margin: 4px 0 0 !important;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 2px;
	color: #c4d5e7;
	background: rgba(255, 255, 255, .055);
	font-size: 13px !important;
	line-height: 1.55 !important;
}

.pohg-section--guides {
	padding-top: 66px;
	padding-bottom: 66px;
}

.pohg-guides {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pohg-guides a {
	display: flex;
	min-height: 180px;
	flex-direction: column;
	padding: 25px;
	border: 1px solid var(--pohg-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 -4px 0 var(--pohg-yellow);
	transition: transform .2s ease, box-shadow .2s ease;
}

.pohg-guides a:hover {
	box-shadow: inset 0 -4px 0 var(--pohg-yellow), 0 15px 32px rgba(20, 51, 86, .1);
	transform: translateY(-3px);
}

.pohg-guides span {
	color: var(--pohg-yellow);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pohg-guides strong {
	margin-top: 12px;
	color: var(--pohg-ink);
	font-size: 18px;
	line-height: 1.35;
}

.pohg-guides em {
	margin-top: auto;
	color: var(--pohg-blue);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.pohg-faq > div:last-child {
	max-width: 1060px;
	margin: 0 auto;
	border-top: 1px solid var(--pohg-line);
}

.pohg-faq details {
	padding: 0;
	border-bottom: 1px solid var(--pohg-line);
}

.pohg-faq summary {
	position: relative;
	padding: 20px 48px 20px 0;
	color: var(--pohg-ink);
	font-size: 17px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.pohg-faq summary::-webkit-details-marker {
	display: none;
}

.pohg-faq summary::after {
	display: grid;
	position: absolute;
	top: 15px;
	right: 4px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 2px;
	color: #fff;
	background: var(--pohg-navy);
	content: "+";
}

.pohg-faq details[open] summary::after {
	content: "−";
}

.pohg-faq details p {
	margin: 0 0 22px !important;
	color: var(--pohg-muted);
	line-height: 1.7 !important;
}

.pohg-form-wrap {
	padding-top: 68px;
	padding-bottom: 78px;
	border-top: 1px solid var(--pohg-line);
	background: var(--pohg-soft);
}

.pohg-form-intro {
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
}

.pohg-form-intro p:last-child {
	color: var(--pohg-muted);
	font-size: 16px;
	line-height: 1.65;
}

.pohg-form-wrap .poh {
	margin-top: 0 !important;
}

.pohg-estimator {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 42px;
	padding: 35px;
	border: 1px solid var(--pohg-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(20, 51, 86, .08);
}

.pohg-estimator > div:first-child > p:last-child {
	color: var(--pohg-muted);
	line-height: 1.65;
}

.pohg-estimator__fields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.pohg-estimator label {
	color: #40546b;
	font-size: 12px;
	font-weight: 800;
}

.pohg-estimator input {
	width: 100%;
	margin-top: 7px;
	padding: 12px;
	border: 1px solid #cfdbe8;
	border-radius: 2px;
	color: var(--pohg-ink);
	background: #fff;
}

.pohg-estimator output {
	grid-column: 1 / -1;
	padding: 15px;
	border-left: 4px solid var(--pohg-yellow);
	border-radius: 2px;
	color: var(--pohg-navy);
	background: #eaf3fb;
	font-weight: 800;
}

.pohg-contact-cards {
	display: grid;
	gap: 10px;
	margin: 0 clamp(10px, 3vw, 48px) 0 16px;
}

.pohg-contact-cards a {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 2px;
	color: #fff;
	background: rgba(5, 34, 70, .45);
}

.pohg-contact-cards span {
	color: #bfd4e9;
	font-size: 12px;
}

.pohg-contact-cards strong {
	margin-top: 3px;
	font-size: 19px;
}

.pohg-contact-cards em {
	margin-top: 8px;
	color: var(--pohg-yellow);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.pohg-contact-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 28px;
}

.pohg-contact-inline a {
	padding: 10px 13px;
	border-left: 3px solid var(--pohg-yellow);
	color: #fff !important;
	background: rgba(4, 32, 66, .6);
	font-size: 13px;
	font-weight: 800;
}

.pohg--contact .pohg-hero {
	align-items: center;
}

.pohg--contact .pohg-benefits {
	margin-top: 28px !important;
}

.pohg--about .pohg-process > p:not(.pohg-eyebrow):not(.pohg-note) {
	color: #e2edf8;
	line-height: 1.7;
}

.pohg--about .pohg-process .pohg-note {
	margin-top: 22px !important;
}

.page-id-1935 .poh-auto-placement,
.page-id-1935 .poh-auto-placement--subpage {
	display: none !important;
}

body.poh-growth-page {
	overflow-x: hidden;
}

.poh-growth-page .entry-header,
.poh-growth-page .page-header {
	display: none !important;
}

@media (max-width: 900px) {
	.pohg-hero {
		min-height: 0;
		padding-top: 54px;
		padding-bottom: 58px;
	}

	.pohg-hero::before {
		background: linear-gradient(90deg, rgba(7, 38, 78, .99) 0%, rgba(10, 52, 101, .95) 68%, rgba(7, 35, 72, .7) 100%);
	}

	.pohg-hero__image {
		object-position: 68% center;
	}

	.pohg-hero__copy {
		max-width: 680px;
		padding: 0;
	}

	.pohg-hero__visual,
	.pohg-contact-cards {
		margin: 38px 18px 12px;
	}

	.pohg-hero__visual {
		min-height: 210px;
	}

	.pohg-scenarios,
	.pohg-guides,
	.pohg-content-grid,
	.pohg-seo-copy {
		grid-template-columns: 1fr;
	}

	.pohg-split,
	.pohg-estimator {
		grid-template-columns: 1fr;
	}

	.pohg-estimator__fields {
		grid-template-columns: 1fr 1fr;
	}

	.pohg-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pohg-split {
		gap: 38px;
	}
}

@media (max-width: 620px) {
	:root {
		--pohg-gutter: 22px;
	}

	.pohg-topbar {
		padding-right: var(--pohg-gutter);
		padding-left: var(--pohg-gutter);
	}

	.pohg-breadcrumb {
		font-size: 11px;
	}

	.pohg-hero {
		padding-top: 43px;
		padding-bottom: 48px;
	}

	.pohg-hero::before {
		background: linear-gradient(90deg, rgba(7, 38, 78, .99) 0%, rgba(10, 52, 101, .96) 76%, rgba(7, 35, 72, .82) 100%);
	}

	.pohg-hero__copy {
		padding: 0;
	}

	.pohg-hero h1 {
		font-size: 38px !important;
		line-height: 1.03 !important;
	}

	.pohg-lead {
		font-size: 16px !important;
		line-height: 1.58 !important;
	}

	.pohg-actions {
		display: grid;
	}

	.pohg-button {
		width: 100%;
	}

	.pohg-benefits {
		display: grid;
	}

	.pohg-hero__visual,
	.pohg-contact-cards {
		margin: 34px 10px 10px 0;
	}

	.pohg-hero__visual {
		min-height: 188px;
		box-shadow: 10px 10px 0 var(--pohg-yellow);
	}

	.pohg-facts {
		grid-template-columns: 1fr;
		width: calc(100% - (2 * var(--pohg-gutter)));
		margin: -22px var(--pohg-gutter) 0;
	}

	.pohg-facts > div {
		min-height: 0;
		padding: 17px 18px;
		border-right: 0;
		border-bottom: 1px solid var(--pohg-line);
	}

	.pohg-facts > div:last-child {
		border-bottom: 0;
	}

	.pohg-facts + .pohg-section {
		padding-top: 64px;
	}

	.pohg-table__head {
		display: none;
	}

	.pohg-table__row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 19px;
	}

	.pohg-table__row strong {
		font-size: 17px;
	}

	.pohg-scenarios article {
		padding: 23px;
	}

	.pohg-content-grid article {
		padding: 24px;
	}

	.pohg-seo-copy article {
		padding: 24px;
	}

	.pohg-process {
		padding: 27px 22px;
		box-shadow: 8px 8px 0 var(--pohg-yellow);
	}

	.pohg-estimator {
		padding: 22px;
	}

	.pohg-estimator__fields {
		grid-template-columns: 1fr;
	}

	.pohg-heading {
		margin-bottom: 28px;
	}

	.pohg-heading h2,
	.pohg-form-intro h2,
	.pohg-estimator h2 {
		font-size: 30px !important;
	}

	.pohg-form-wrap {
		padding-top: 54px;
	}

	.pohg-form-wrap .poh {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.pohg-contact-cards strong {
		font-size: 17px;
	}
}
