.kea-support-page .nv-page-title-wrap,
.kea-support-page .nv--yoast-breadcrumb,
.kea-support-page .nv-page-title {
	display: none !important;
}

.kea-support-page .container.single-page-container,
.kea-support-page .nv-single-page-wrap,
.kea-support-page .nv-content-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.kea-support {
	--navy: #071f28;
	--navy-deep: #04171e;
	--ink: #0b2530;
	--cream: #f3efe6;
	--paper: #fbf9f4;
	--orange: #dd6d2c;
	--orange-light: #f09458;
	--line: rgba(255,255,255,.18);
	--muted: #64757b;
	background: var(--paper);
	color: var(--ink);
	font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

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

.kea-support h1,
.kea-support h2,
.kea-support h3,
.kea-support p,
.kea-support ul { margin-top: 0; }

.kea-support a { text-decoration: none; }

.kea-support__wrap {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.kea-support__eyebrow {
	margin-bottom: 22px;
	color: var(--orange-light);
	font-size: .76rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.kea-support__eyebrow--dark { color: var(--orange); }

.kea-support__hero,
.kea-support__map,
.kea-support__closing {
	position: relative;
	isolation: isolate;
	background: var(--navy);
	color: #fff;
}

.kea-support__grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: .5;
	background-image:
		linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000 8%, transparent 92%);
}

.kea-support__ring {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(221,109,44,.55);
	border-radius: 50%;
	pointer-events: none;
}

.kea-support__ring::before,
.kea-support__ring::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(221,109,44,.22);
	border-radius: inherit;
}

.kea-support__ring::before { inset: 18%; }
.kea-support__ring::after { inset: 36%; }

.kea-support__ring--one {
	width: 520px;
	height: 520px;
	right: -140px;
	top: -170px;
}

.kea-support__hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: 86px;
	align-items: end;
	padding-block: 112px 82px;
}

.kea-support__hero h1 {
	max-width: 860px;
	margin-bottom: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4.25rem, 7vw, 7.25rem);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.06em;
}

.kea-support__hero h1 em,
.kea-support__reframe h2 em { color: var(--orange-light); font-weight: 400; }

.kea-support__hero-copy { padding-bottom: 9px; }

.kea-support__hero-copy p {
	margin-bottom: 34px;
	color: rgba(255,255,255,.72);
	font-size: 1.08rem;
	line-height: 1.72;
}

.kea-support__hero-copy a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--orange);
	color: #fff;
	font-size: .86rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.kea-support__hero-copy a span { color: var(--orange-light); font-size: 1.25rem; }

.kea-support__signal {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 1.3fr;
	border-top: 1px solid var(--line);
}

.kea-support__signal span,
.kea-support__signal strong {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 16px 22px;
	border-right: 1px solid var(--line);
	color: rgba(255,255,255,.67);
	font-size: .72rem;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.kea-support__signal span:first-child { padding-left: 0; }
.kea-support__signal strong { border-right: 0; color: #fff; padding-right: 0; }
.kea-support__signal i { width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(221,109,44,.13); }

.kea-support__reframe {
	padding-block: 108px;
	background: var(--cream);
}

.kea-support__reframe-grid {
	display: grid;
	grid-template-columns: .65fr 1.2fr .85fr;
	gap: 52px;
	align-items: start;
	margin-bottom: 72px;
}

.kea-support__reframe-grid .kea-support__eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }

.kea-support__reframe h2,
.kea-support__map-heading h2,
.kea-support__cadence h2,
.kea-support__fit-heading h2,
.kea-support__closing h2 {
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.25rem, 5.6vw, 6rem);
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.055em;
}

.kea-support__reframe h2 { grid-column: 1 / 3; color: var(--ink); }
.kea-support__reframe-grid > p:last-child { padding-top: 14px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }

.kea-support__contrast {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid rgba(11,37,48,.2);
}

.kea-support__contrast article { min-height: 485px; padding: 48px; }
.kea-support__contrast article + article { background: var(--navy); color: #fff; }
.kea-support__contrast span { display: block; margin-bottom: 66px; color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kea-support__contrast article + article span { color: var(--orange-light); }
.kea-support__contrast h3 { max-width: 500px; margin-bottom: 40px; color: inherit; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 3.4vw, 3.7rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.kea-support__contrast ul,
.kea-support__fit-grid ul { margin: 0; padding: 0; list-style: none; }
.kea-support__contrast li,
.kea-support__fit-grid li { position: relative; padding: 15px 0 15px 25px; border-top: 1px solid rgba(11,37,48,.15); color: var(--muted); font-size: .96rem; line-height: 1.48; }
.kea-support__contrast article + article li { border-top-color: rgba(255,255,255,.15); color: rgba(255,255,255,.78); }
.kea-support__contrast li::before,
.kea-support__fit-grid li::before { content: ""; position: absolute; top: 23px; left: 1px; width: 7px; height: 7px; background: var(--orange); }

.kea-support__map { padding-block: 110px 120px; }

.kea-support__map-heading {
	display: grid;
	grid-template-columns: 1.15fr .75fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 56px;
}

.kea-support__map-heading h2 { color: #fff; }
.kea-support__map-heading > p { margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.7; }

.kea-support__board { border-top: 1px solid var(--line); }

.kea-support__routes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid var(--line);
}

.kea-support__route {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 170px;
	padding: 24px;
	border: 0;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.kea-support__route span { color: var(--orange-light); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.kea-support__route strong { align-self: end; color: inherit; font-size: 1.15rem; font-weight: 750; }
.kea-support__route small { color: rgba(255,255,255,.52); font-size: .78rem; }
.kea-support__route:hover,
.kea-support__route:focus-visible { background: rgba(255,255,255,.06); }
.kea-support .kea-support__route.is-active { background: var(--orange) !important; color: #fff; }
.kea-support__route.is-active span,
.kea-support__route.is-active small { color: #fff; }

.kea-support__panels { border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kea-support__panel { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 64px; padding: 60px 54px; }
.kea-support__panel[hidden] { display: none; }
.kea-support__panel-kicker { margin-bottom: 20px; color: var(--orange-light); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kea-support__panel h3 { max-width: 720px; margin-bottom: 26px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.9rem, 4.5vw, 5rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.kea-support__panel p { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.69); font-size: 1.02rem; line-height: 1.72; }
.kea-support__panel ul { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; border-left: 1px solid var(--line); list-style: none; }
.kea-support__panel li { position: relative; padding: 18px 0 22px 32px; border-bottom: 1px solid var(--line); }
.kea-support__panel li:last-child { border-bottom: 0; }
.kea-support__panel li::before { content: ""; position: absolute; top: 27px; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.kea-support__panel li span { display: block; margin-bottom: 8px; color: var(--orange-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kea-support__panel li strong { display: block; color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500; line-height: 1.55; }

.kea-support__cadence { padding-block: 112px; background: var(--paper); }
.kea-support__cadence-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.kea-support__cadence h2 { color: var(--ink); }
.kea-support__cadence-list { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(11,37,48,.18); }
.kea-support__cadence-list article { display: grid; grid-template-columns: minmax(170px, .45fr) 1fr; gap: 34px; padding: 28px 0; border-bottom: 1px solid rgba(11,37,48,.18); }
.kea-support__cadence-list span { color: var(--orange); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kea-support__cadence-list p { margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.68; }

.kea-support__fit { padding-block: 112px; background: var(--cream); }
.kea-support__fit-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: start; margin-bottom: 68px; }
.kea-support__fit-heading h2 { grid-column: 2; color: var(--ink); }
.kea-support__fit-grid { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 38px; }
.kea-support__fit-grid article { min-height: 460px; padding: 46px; border: 1px solid rgba(11,37,48,.19); }
.kea-support__fit-grid article + article { border-left: 0; }
.kea-support__fit-grid article > span { display: inline-block; margin-bottom: 62px; padding: 7px 11px; background: var(--navy); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kea-support__fit-grid article + article > span { background: transparent; border: 1px solid var(--navy); color: var(--navy); }

.kea-support__readiness { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px 38px; background: var(--orange); color: #fff; transition: background .2s ease; }
.kea-support__readiness:hover,
.kea-support__readiness:focus-visible { background: #c65d22; color: #fff; }
.kea-support__readiness small,
.kea-support__readiness strong { display: block; color: #fff; }
.kea-support__readiness small { margin-bottom: 7px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.kea-support__readiness strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.kea-support__readiness i { font-size: 2rem; font-style: normal; }

.kea-support__closing { padding-block: 116px; }
.kea-support__closing-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 96px; align-items: end; }
.kea-support__closing h2 { color: #fff; }
.kea-support__closing-layout > div:last-child > p { margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 1rem; line-height: 1.72; }
.kea-support__button { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: 100%; padding: 19px 22px; background: var(--orange); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease; }
.kea-support__button:hover,
.kea-support__button:focus-visible { background: #c65d22; color: #fff; }
.kea-support__back { display: inline-flex; gap: 15px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.72); font-size: .78rem; }
.kea-support__back:hover,
.kea-support__back:focus-visible { color: #fff; }

/* Restrained interior-page hierarchy: desktop only. */
@media (min-width: 981px) {
	.kea-support__hero h1 {
		font-size: clamp(3.6rem, 4.8vw, 5.3rem);
	}

	.kea-support__reframe h2,
	.kea-support__map-heading h2,
	.kea-support__cadence h2,
	.kea-support__fit-heading h2,
	.kea-support__closing h2 {
		font-size: clamp(2.8rem, 4.1vw, 4.6rem);
	}

	.kea-support__panel h3 {
		font-size: clamp(2.4rem, 3.6vw, 3.8rem);
	}
}

@media (max-width: 980px) {
	.kea-support__hero-layout,
	.kea-support__map-heading,
	.kea-support__cadence-grid,
	.kea-support__closing-layout { grid-template-columns: 1fr; gap: 48px; }
	.kea-support__signal { grid-template-columns: 1fr 1fr; padding-bottom: 20px; }
	.kea-support__signal strong { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--line); }
	.kea-support__reframe-grid { grid-template-columns: 1fr 1fr; }
	.kea-support__reframe h2 { grid-column: 1 / -1; }
	.kea-support__reframe-grid > p:last-child { grid-column: 2; }
	.kea-support__routes { grid-template-columns: 1fr 1fr; }
	.kea-support__panel { grid-template-columns: 1fr; gap: 38px; }
	.kea-support__panel ul { border-left: 0; border-top: 1px solid var(--line); }
	.kea-support__fit-heading { grid-template-columns: 1fr; }
	.kea-support__fit-heading h2 { grid-column: 1; }
}

@media (max-width: 700px) {
	.kea-support-page,
	.kea-support-page .site,
	.kea-support-page .wrapper,
	.kea-support-page .container,
	.kea-support-page .single-page-container,
	.kea-support-page .nv-single-page-wrap,
	.kea-support-page .nv-content-wrap,
	.kea-support,
	.kea-support section { max-width: 100vw !important; overflow-x: hidden !important; }
	.kea-support__wrap { width: calc(100vw - 32px) !important; max-width: calc(100vw - 32px) !important; }
	.kea-support__hero-layout { gap: 40px; padding-block: 68px 58px; }
	.kea-support__hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
	.kea-support__ring--one { width: 360px; height: 360px; right: -180px; top: -110px; }
	.kea-support__signal { grid-template-columns: 1fr; }
	.kea-support__signal span,
	.kea-support__signal strong,
	.kea-support__signal span:first-child { min-height: 55px; padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.kea-support__signal strong { grid-column: 1; border-bottom: 0; }
	.kea-support__reframe,
	.kea-support__map,
	.kea-support__cadence,
	.kea-support__fit,
	.kea-support__closing { padding-block: 76px; }
	.kea-support__reframe-grid,
	.kea-support__fit-heading { display: block; margin-bottom: 42px; }
	.kea-support__reframe h2,
	.kea-support__map-heading h2,
	.kea-support__cadence h2,
	.kea-support__fit-heading h2,
	.kea-support__closing h2 { font-size: clamp(2.45rem, 11vw, 3.55rem); line-height: 1; letter-spacing: -.045em; }
	.kea-support__reframe-grid > p:last-child { margin-top: 24px; padding-top: 0; }
	.kea-support__contrast,
	.kea-support__fit-grid { grid-template-columns: 1fr; }
	.kea-support__contrast article,
	.kea-support__fit-grid article { min-height: 0; padding: 32px 23px; }
	.kea-support__contrast article + article,
	.kea-support__fit-grid article + article { border-left: 1px solid rgba(11,37,48,.19); border-top: 0; }
	.kea-support__contrast span,
	.kea-support__fit-grid article > span { margin-bottom: 36px; }
	.kea-support__contrast h3,
	.kea-support__panel h3 { font-size: clamp(2.25rem, 10.8vw, 3.35rem); line-height: 1; }
	.kea-support__routes { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
	.kea-support__route { grid-template-columns: 42px 1fr; grid-template-rows: auto auto; min-height: 88px; padding: 16px; }
	.kea-support__route span { grid-row: 1 / 3; align-self: center; }
	.kea-support__route strong { grid-column: 2; grid-row: 1; }
	.kea-support__route small { grid-column: 2; grid-row: 2; }
	.kea-support__panel { display: block; padding: 36px 22px; }
	.kea-support__panel ul { margin-top: 32px; }
	.kea-support__panel li { padding-left: 24px; }
	.kea-support__cadence-list article { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
	.kea-support__fit-grid { margin-bottom: 24px; }
	.kea-support__readiness { padding: 24px 20px; }
	.kea-support__readiness strong { font-size: 1.35rem; }
	.kea-support__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.kea-support *,
	.kea-support *::before,
	.kea-support *::after { scroll-behavior: auto !important; transition: none !important; }
}
