@charset "utf-8";

.checkon-home {
	--home-orange:#ff7f00;
	--home-orange-dark:#e66f00;
	--home-orange-text:#a84b00;
	--home-navy:#17283f;
	--home-navy-deep:#0b1d37;
	--home-blue:#25486d;
	--home-ink:#14213d;
	--home-muted:#667085;
	--home-line:#e4e9f0;
	--home-surface:#f5f7fa;
	overflow:hidden;
	background:#fff;
	color:var(--home-ink);
	font-size:16px;
	line-height:1.65;
	word-break:keep-all;
}
.checkon-home *,
.checkon-home *::before,
.checkon-home *::after {box-sizing:border-box}
.checkon-home a {color:inherit;text-decoration:none}
.checkon-home i {width:auto;height:auto;margin:0;background:none}
.checkon-home ul,
.checkon-home ol {margin:0;padding:0;list-style:none}
.home-shell {position:relative;width:min(1200px,calc(100% - 40px));margin:0 auto}
.home-section {padding:116px 0}
.home-eyebrow {
	margin:0 0 15px;
	color:var(--home-orange-text);
	font-size:13px;
	font-weight:800;
	letter-spacing:.16em;
	line-height:1.4;
}
.home-eyebrow--light {color:#ffae5c}
.home-section-heading {margin-bottom:48px}
.home-section-heading--split {
	display:grid;
	grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
	gap:80px;
	align-items:end;
}
.home-section-heading--center {max-width:760px;margin-right:auto;margin-bottom:54px;margin-left:auto;text-align:center}
.home-section-heading h2,
.home-support-copy h2 {
	margin:0;
	color:var(--home-navy);
	font-size:clamp(32px,3.2vw,48px);
	font-weight:500;
	letter-spacing:-.045em;
	line-height:1.28;
}
.home-section-heading h2 strong,
.home-support-copy h2 strong {font-weight:800}
.home-section-heading--center > p:last-child {
	margin:18px 0 0;
	color:var(--home-muted);
	font-size:17px;
	line-height:1.75;
}
.home-section-intro > p {
	margin:0;
	color:var(--home-muted);
	font-size:17px;
	line-height:1.8;
}
.home-text-link {
	display:inline-flex;
	min-height:44px;
	align-items:center;
	gap:12px;
	margin-top:24px;
	color:var(--home-navy);
	font-size:15px;
	font-weight:800;
}
.home-text-link span {color:var(--home-orange);font-size:18px;transition:transform .2s ease}
.home-text-link:hover span {transform:translateX(4px)}

.home-hero {
	position:relative;
	display:flex;
	min-height:680px;
	isolation:isolate;
	background-color:var(--home-navy-deep);
	background-image:linear-gradient(90deg,rgba(7,22,43,.94) 0%,rgba(10,28,52,.86) 42%,rgba(10,28,52,.35) 72%,rgba(10,28,52,.42) 100%),var(--home-hero-image);
	background-position:center;
	background-size:cover;
}
.home-hero::after {
	position:absolute;
	inset:0;
	z-index:-1;
	background:linear-gradient(180deg,rgba(255,255,255,0) 72%,rgba(6,20,39,.32) 100%);
	content:"";
}
.home-hero-inner {display:flex;align-items:center;padding:84px 0}
.home-hero-copy {max-width:720px;color:#fff}
.home-hero-copy h1 {
	display:block;
	float:none;
	margin:0;
	color:#fff;
	font-size:clamp(43px,5vw,68px);
	font-weight:400;
	letter-spacing:-.055em;
	line-height:1.18;
	text-shadow:0 3px 28px rgba(0,0,0,.22);
}
.home-hero-copy h1 strong {display:inline-block;color:#fff;font-weight:800}
.home-hero-lead {
	max-width:660px;
	margin:26px 0 0;
	color:rgba(255,255,255,.82);
	font-size:19px;
	line-height:1.75;
}
.home-hero-actions,
.home-support-actions {display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}
.home-button {
	display:inline-flex;
	min-height:52px;
	align-items:center;
	justify-content:center;
	gap:14px;
	border:1px solid transparent;
	border-radius:9px;
	padding:14px 22px;
	font-size:15px;
	font-weight:800;
	line-height:1.3;
	transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.home-button:hover {transform:translateY(-2px)}
.home-button--primary {background:var(--home-orange);color:var(--home-navy-deep) !important;box-shadow:0 10px 24px rgba(255,127,0,.22)}
.home-button--primary:hover {background:var(--home-orange-dark)}
.home-button--ghost {border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff !important;backdrop-filter:blur(8px)}
.home-button--ghost:hover {border-color:#fff;background:rgba(255,255,255,.15)}
.home-button--outline {border-color:#cfd8e5;background:#fff;color:var(--home-navy)}
.home-button--outline:hover {border-color:var(--home-orange);color:var(--home-orange)}
.home-hero-points {display:flex;flex-wrap:wrap;gap:22px;margin-top:42px}
.home-hero-points li {
	position:relative;
	padding-left:19px;
	color:rgba(255,255,255,.88);
	font-size:14px;
	font-weight:700;
}
.home-hero-points li::before {
	position:absolute;
	top:.62em;
	left:0;
	width:7px;
	height:7px;
	border-radius:50%;
	background:var(--home-orange);
	content:"";
}

.home-ai {padding:96px 0 0;background:#fff}
.home-ai-panel {
	position:relative;
	isolation:isolate;
	display:grid;
	grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
	gap:70px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.12);
	border-radius:30px;
	padding:60px;
	background:linear-gradient(135deg,#0b1d37 0%,#16375d 58%,#1e4d79 100%);
	box-shadow:0 28px 64px rgba(15,39,70,.16);
}
.home-ai-panel::before {
	position:absolute;
	top:-190px;
	right:-110px;
	z-index:-1;
	width:520px;
	height:520px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(255,127,0,.28) 0%,rgba(255,127,0,0) 68%);
	content:"";
}
.home-ai-panel::after {
	position:absolute;
	bottom:-220px;
	left:24%;
	z-index:-1;
	width:520px;
	height:420px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(71,147,218,.2) 0%,rgba(71,147,218,0) 70%);
	content:"";
}
.home-ai-copy {position:relative;z-index:1;align-self:center}
.home-ai-label {
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0;
	color:#ffbd7a;
	font-size:12px;
	font-weight:900;
	letter-spacing:.12em;
}
.home-ai-label > span {
	display:inline-flex;
	width:38px;
	height:38px;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(255,174,92,.52);
	border-radius:12px;
	background:rgba(255,127,0,.14);
	color:#ffae5c;
	font-size:13px;
	letter-spacing:0;
	box-shadow:0 0 26px rgba(255,127,0,.2);
}
.home-ai-copy h2 {
	margin:22px 0 0;
	color:#fff;
	font-size:clamp(31px,3.1vw,46px);
	font-weight:500;
	letter-spacing:-.045em;
	line-height:1.3;
}
.home-ai-copy h2 strong {font-weight:800}
.home-ai-copy > p:not(.home-ai-label):not(.home-ai-note) {
	margin:25px 0 0;
	color:rgba(255,255,255,.74);
	font-size:16px;
	line-height:1.85;
}
.home-ai-link {
	display:inline-flex;
	min-height:44px;
	align-items:center;
	gap:12px;
	margin-top:20px;
	color:#fff !important;
	font-size:14px;
	font-weight:800;
}
.home-ai-link span {color:#ffae5c;font-size:18px;transition:transform .2s ease}
.home-ai-link:hover span {transform:translateX(4px)}
.home-ai-note {
	margin:14px 0 0;
	padding-left:14px;
	border-left:2px solid rgba(255,174,92,.7);
	color:rgba(255,255,255,.54);
	font-size:12px;
	line-height:1.7;
}
.home-ai-flow {position:relative;z-index:1;display:grid;gap:12px}
.home-ai-flow::before {
	position:absolute;
	top:50px;
	bottom:50px;
	left:47px;
	z-index:-1;
	width:1px;
	background:linear-gradient(rgba(255,174,92,.2),rgba(255,174,92,.72),rgba(255,174,92,.2));
	content:"";
}
.home-ai-flow li {
	display:grid;
	min-height:112px;
	grid-template-columns:58px minmax(0,1fr);
	gap:18px;
	align-items:center;
	border:1px solid rgba(255,255,255,.12);
	border-radius:20px;
	padding:18px 22px;
	background:rgba(255,255,255,.07);
	backdrop-filter:blur(8px);
}
.home-ai-flow li:nth-child(2) {border-color:rgba(255,174,92,.5);background:rgba(255,127,0,.12);box-shadow:0 16px 34px rgba(3,13,28,.18)}
.home-ai-flow li > span {
	display:flex;
	width:58px;
	height:58px;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(255,255,255,.2);
	border-radius:18px;
	background:#173659;
	color:#b9c7d9;
	font-size:12px;
	font-weight:900;
	letter-spacing:.06em;
}
.home-ai-flow li:nth-child(2) > span {border-color:#ff9a36;background:var(--home-orange);color:var(--home-navy-deep);box-shadow:0 0 28px rgba(255,127,0,.26)}
.home-ai-flow small {display:block;color:#ffb56c;font-size:10px;font-weight:900;letter-spacing:.16em;line-height:1.3}
.home-ai-flow strong {display:block;margin-top:7px;color:#fff;font-size:17px;letter-spacing:-.02em}
.home-ai-flow p {margin:7px 0 0;color:rgba(255,255,255,.6);font-size:13px;line-height:1.6}

.home-value-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-value-grid li {
	position:relative;
	min-height:310px;
	overflow:hidden;
	border:1px solid var(--home-line);
	border-radius:22px;
	padding:34px;
	background:#fff;
	box-shadow:0 16px 40px rgba(25,48,79,.06);
}
.home-value-grid li::after {
	position:absolute;
	right:-38px;
	bottom:-48px;
	width:160px;
	height:160px;
	border-radius:50%;
	background:linear-gradient(135deg,rgba(255,127,0,.13),rgba(36,85,143,.06));
	content:"";
}
.home-value-number {color:#a7b0bd;font-size:12px;font-weight:900;letter-spacing:.12em}
.home-value-icon {
	position:relative;
	width:58px;
	height:58px;
	margin:28px 0 30px;
	border-radius:18px;
	background:#fff3e8;
}
.home-value-icon span {
	position:absolute;
	top:16px;
	left:16px;
	width:26px;
	height:26px;
	border:3px solid var(--home-orange);
	border-radius:50%;
}
.home-value-icon span::after {
	position:absolute;
	right:-7px;
	bottom:-4px;
	width:10px;
	height:3px;
	border-radius:2px;
	background:var(--home-orange);
	transform:rotate(45deg);
	content:"";
}
.home-value-icon--people {background:#edf4fb}
.home-value-icon--people span {top:13px;left:20px;width:18px;height:18px;border-color:var(--home-blue)}
.home-value-icon--people span::before {
	position:absolute;
	top:20px;
	left:-9px;
	width:30px;
	height:15px;
	border:3px solid var(--home-blue);
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	border-bottom:0;
	content:"";
}
.home-value-icon--people span::after {display:none}
.home-value-icon--field {background:#eef8f4}
.home-value-icon--field span {top:17px;left:15px;width:29px;height:23px;border:3px solid #2c8b69;border-radius:5px}
.home-value-icon--field span::before {
	position:absolute;
	top:6px;
	left:6px;
	width:11px;
	height:5px;
	border-right:3px solid #2c8b69;
	border-bottom:3px solid #2c8b69;
	transform:rotate(-45deg);
	content:"";
}
.home-value-icon--field span::after {display:none}
.home-value-grid h3 {margin:0;color:var(--home-navy);font-size:22px;letter-spacing:-.03em}
.home-value-grid p {position:relative;z-index:1;margin:12px 0 0;color:var(--home-muted);font-size:15px;line-height:1.75}

.home-assessments {background:var(--home-surface)}
.home-assessment-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.home-assessment-card > a {
	display:block;
	min-height:288px;
	border:1px solid #e0e6ee;
	border-radius:22px;
	padding:34px;
	background:#fff;
	box-shadow:0 12px 34px rgba(28,49,76,.05);
	transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-assessment-card > a:hover {transform:translateY(-5px);border-color:#ffc284;box-shadow:0 22px 44px rgba(28,49,76,.1)}
.home-assessment-meta {display:flex;align-items:center;gap:12px}
.home-assessment-number {color:var(--home-orange-text);font-size:12px;font-weight:900;letter-spacing:.1em}
.home-assessment-tag {border-radius:999px;padding:5px 10px;background:#f0f3f7;color:#667085;font-size:12px;font-weight:700}
.home-assessment-card h3 {margin:28px 0 0;color:var(--home-navy);font-size:25px;letter-spacing:-.035em}
.home-assessment-card p {margin:13px 0 0;color:var(--home-muted);font-size:15px;line-height:1.75}
.home-card-link {display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding-top:18px;border-top:1px solid #edf0f4;color:var(--home-navy);font-size:14px;font-weight:800}
.home-card-link i {color:var(--home-orange);font-size:18px;font-style:normal}
.home-process {
	display:grid;
	grid-template-columns:300px minmax(0,1fr);
	gap:60px;
	margin-top:76px;
	border-radius:26px;
	padding:48px;
	background:var(--home-navy);
	color:#fff;
}
.home-process-heading h3 {margin:0;color:#fff;font-size:28px;letter-spacing:-.035em;line-height:1.35}
.home-process-heading > p:last-child {margin:15px 0 0;color:rgba(255,255,255,.65);font-size:14px;line-height:1.7}
.home-process-list {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.home-process-list li {position:relative;padding:0 23px;border-left:1px solid rgba(255,255,255,.14)}
.home-process-list li:first-child {border-left:0}
.home-process-list li > span {color:#ffad5a;font-size:11px;font-weight:900;letter-spacing:.12em}
.home-process-list strong {display:block;margin-top:13px;color:#fff;font-size:17px}
.home-process-list p {margin:10px 0 0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}

.home-partners {background:#fff}
.home-partner-grid {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-partner-card {
	display:flex;
	min-height:142px;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border:1px solid var(--home-line);
	border-radius:17px;
	padding:18px 12px 14px;
	background:#fff;
	transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.home-partner-card:hover {transform:translateY(-3px);border-color:#ffc78f;box-shadow:0 12px 28px rgba(30,51,77,.08)}
.home-partner-logo {display:flex;width:100%;height:66px;align-items:center;justify-content:center}
.home-partner-logo img {display:block;max-width:100%;max-height:62px;width:auto;height:auto;object-fit:contain}
.home-partner-placeholder {display:flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:#fff2e4;color:var(--home-orange);font-size:11px;font-weight:900}
.home-partner-card strong {display:block;overflow:hidden;width:100%;margin-top:10px;color:#687386;font-size:12px;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.home-section-action {margin-top:34px;text-align:center}

.home-stories {background:var(--home-surface)}
.home-story-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-story-grid > li,
.home-story-card,
.home-story-card > a {min-width:0;width:100%}
.home-story-card {
	height:100%;
	overflow:hidden;
	border:1px solid #e1e7ef;
	border-radius:22px;
	background:#fff;
	box-shadow:0 14px 38px rgba(27,48,75,.06);
	transition:transform .25s ease,box-shadow .25s ease;
}
.home-story-card:hover {transform:translateY(-6px);box-shadow:0 24px 48px rgba(27,48,75,.12)}
.home-story-card > a {display:flex;height:100%;flex-direction:column}
.home-story-media {position:relative;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,#203b63,#122744)}
.home-story-media img {display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.home-story-card:hover .home-story-media img {transform:scale(1.04)}
.home-story-placeholder {display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:rgba(255,255,255,.85);font-size:12px;font-weight:900;letter-spacing:.14em}
.home-story-body {display:flex;min-height:240px;flex:1;flex-direction:column;padding:26px}
.home-story-meta {display:flex;align-items:center;justify-content:space-between;gap:12px}
.home-story-category {color:var(--home-orange-text);font-size:12px;font-weight:800}
.home-story-meta time {color:#9aa3b1;font-size:12px}
.home-story-body h3 {
	display:-webkit-box;
	overflow:hidden;
	margin:17px 0 0;
	color:var(--home-navy);
	font-size:21px;
	letter-spacing:-.035em;
	line-height:1.42;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.home-story-summary {
	display:-webkit-box;
	overflow:hidden;
	overflow-wrap:anywhere;
	margin:12px 0 0;
	color:var(--home-muted);
	font-size:14px;
	line-height:1.7;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.home-story-more {display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--home-navy);font-size:13px;font-weight:800}
.home-story-more i {color:var(--home-orange);font-size:18px;font-style:normal}
.home-empty {grid-column:1/-1;border:1px dashed #d5dce5;border-radius:18px;padding:44px;color:var(--home-muted);text-align:center}

.home-support {padding:100px 0;background:#fff}
.home-support-panel {
	display:grid;
	grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
	gap:50px;
	border-radius:30px;
	padding:62px;
	background:linear-gradient(135deg,var(--home-navy-deep),var(--home-navy) 62%,#214a78);
	box-shadow:0 30px 70px rgba(14,34,60,.22);
}
.home-support-copy h2 {color:#fff}
.home-support-copy > p:not(.home-eyebrow):not(.home-support-hours) {max-width:660px;margin:21px 0 0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.75}
.home-support-hours {margin:17px 0 0;color:rgba(255,255,255,.55);font-size:13px}
.home-support-links {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:center}
.home-support-links a {
	position:relative;
	display:flex;
	min-height:128px;
	flex-direction:column;
	justify-content:center;
	border:1px solid rgba(255,255,255,.15);
	border-radius:18px;
	padding:22px;
	background:rgba(255,255,255,.07);
	color:#fff;
	transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}
.home-support-links a:hover {transform:translateY(-3px);border-color:rgba(255,174,92,.7);background:rgba(255,255,255,.12)}
.home-support-links a span {color:#ffb36b;font-size:11px;font-weight:800;letter-spacing:.08em}
.home-support-links a strong {margin-top:8px;color:#fff;font-size:17px}
.home-support-links a i {position:absolute;right:18px;bottom:15px;color:rgba(255,255,255,.55);font-size:18px;font-style:normal}

.checkon-home a:focus-visible {outline:3px solid var(--home-orange-text);outline-offset:4px}

@media (max-width:1024px) {
	.home-section {padding:96px 0}
	.home-ai-panel {grid-template-columns:1fr;gap:40px;padding:50px}
	.home-ai-copy {max-width:760px}
	.home-ai-flow {grid-template-columns:repeat(3,minmax(0,1fr))}
	.home-ai-flow::before {display:none}
	.home-ai-flow li {min-height:210px;grid-template-columns:1fr;align-content:start}
	.home-ai-flow li > span {width:50px;height:50px;border-radius:15px}
	.home-section-heading--split {grid-template-columns:1fr;gap:28px}
	.home-section-intro {max-width:720px}
	.home-process {grid-template-columns:1fr;gap:34px}
	.home-process-list li:first-child {border-left:1px solid rgba(255,255,255,.14)}
	.home-partner-grid {grid-template-columns:repeat(4,minmax(0,1fr))}
	.home-support-panel {grid-template-columns:1fr;padding:50px}
}

@media (max-width:767px) {
	.home-shell {width:calc(100% - 32px)}
	.home-section {padding:76px 0}
	.home-ai {padding-top:64px}
	.home-ai-panel {gap:32px;border-radius:24px;padding:38px 28px}
	.home-ai-copy h2 {font-size:32px}
	.home-ai-copy > p:not(.home-ai-label):not(.home-ai-note) {font-size:15px}
	.home-ai-flow {grid-template-columns:1fr}
	.home-ai-flow li {min-height:auto;grid-template-columns:50px minmax(0,1fr);align-content:center;padding:17px 18px}
	.home-hero {min-height:620px;background-position:58% center}
	.home-hero-inner {align-items:flex-end;padding:72px 0}
	.home-hero-copy h1 {font-size:clamp(38px,10.8vw,52px);line-height:1.24}
	.home-hero-lead {font-size:16px;line-height:1.72}
	.home-hero-points {gap:11px 18px;margin-top:31px}
	.home-section-heading {margin-bottom:36px}
	.home-section-heading h2,
	.home-support-copy h2 {font-size:32px}
	.home-section-intro > p {font-size:15px}
	.home-value-grid,
	.home-assessment-grid,
	.home-story-grid {grid-template-columns:minmax(0,1fr)}
	.home-value-grid li {min-height:auto;padding:28px}
	.home-value-icon {margin:24px 0}
	.home-assessment-card > a {min-height:auto;padding:28px}
	.home-process {margin-top:52px;padding:34px 28px}
	.home-process-list {grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}
	.home-process-list li:nth-child(odd) {border-left:0}
	.home-partner-grid {grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
	.home-partner-card {min-height:124px;padding:14px 10px 12px}
	.home-partner-logo {height:58px}
	.home-story-body {min-height:220px}
	.home-support {padding:68px 0}
	.home-support-panel {gap:38px;border-radius:24px;padding:36px 28px}
	.home-support-links a {min-height:112px;padding:18px}
}

@media (max-width:480px) {
	.home-shell {width:calc(100% - 24px)}
	.home-ai-panel {padding:32px 22px}
	.home-ai-copy h2 {font-size:29px}
	.home-ai-flow li {grid-template-columns:44px minmax(0,1fr);gap:13px;padding:16px}
	.home-ai-flow li > span {width:44px;height:44px;border-radius:13px}
	.home-hero {min-height:660px;background-position:61% center}
	.home-hero::before {
		position:absolute;
		inset:0;
		z-index:-1;
		background:rgba(6,21,41,.16);
		content:"";
	}
	.home-hero-inner {padding-top:54px}
	.home-hero-copy h1 {font-size:36px;letter-spacing:-.05em}
	.home-hero-actions,
	.home-support-actions {display:grid;grid-template-columns:1fr;width:100%}
	.home-button {width:100%}
	.home-hero-points {display:grid;grid-template-columns:1fr 1fr}
	.home-section-heading h2,
	.home-support-copy h2 {font-size:29px}
	.home-process-list {grid-template-columns:1fr}
	.home-process-list li,
	.home-process-list li:nth-child(odd) {border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:22px 0 0}
	.home-process-list li:first-child {border-top:0;padding-top:0}
	.home-partner-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
	.home-partner-card strong {display:-webkit-box;text-overflow:clip;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.home-support-links {grid-template-columns:1fr}
	.home-support-links a {min-height:98px}
}

@media (prefers-reduced-motion:reduce) {
	.checkon-home *,
	.checkon-home *::before,
	.checkon-home *::after {
		scroll-behavior:auto !important;
		transition-duration:.01ms !important;
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
	}
}
