/**
 * STAT Content Pages
 * Shared, narrowly scoped presentation for the five commercial catalog pages.
 */

.statcp-catalog-page-active,
.statcp-private-preview {
	overflow-x: hidden;
	overflow-x: clip;
}

.statcp-catalog-page-active .elementor-widget-statcp-hero,
.statcp-catalog-page-active .elementor-widget-statcp-catalog,
.statcp-catalog-page-active .elementor-widget-statcp-guidance,
.statcp-catalog-page-active .elementor-widget-statcp-faq,
.statcp-catalog-page-active .elementor-widget-statcp-cta {
	margin-block-end: 0 !important;
	margin-bottom: 0 !important;
}

.statcp-section,
.statcp-section *,
.statcp-section *::before,
.statcp-section *::after,
.statcp-preview-bar,
.statcp-editor-note {
	box-sizing: border-box;
}

.statcp-section {
	--statcp-teal: #1c7f7a;
	--statcp-teal-dark: #0d4f4d;
	--statcp-teal-deep: #073c3b;
	--statcp-red: #d90000;
	--statcp-red-dark: #b40000;
	--statcp-ink: #222b2d;
	--statcp-copy: #596366;
	--statcp-cloud: #f3f6f6;
	--statcp-line: #d8e3e2;
	--statcp-white: #fff;
	--statcp-shadow: 0 20px 55px rgba(17, 47, 47, 0.11);
	--statcp-radius: 4px;
	--statcp-widget-pad: 82px;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
	color: var(--statcp-copy);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: break-word;
}

.statcp-section > *,
.statcp-wrap > *,
.statcp-hero__grid > *,
.statcp-cta__grid > * {
	min-width: 0;
}

.statcp-section h1,
.statcp-section h2,
.statcp-section h3,
.statcp-section h4,
.statcp-section p,
.statcp-section ul,
.statcp-section ol,
.statcp-section dl,
.statcp-section dd {
	margin-top: 0;
}

.statcp-section h1,
.statcp-section h2,
.statcp-section h3,
.statcp-section h4 {
	color: var(--statcp-ink);
	font-family: inherit;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.13;
}

.statcp-section a {
	color: inherit;
	text-decoration: none;
}

.statcp-section img {
	display: block;
	max-width: 100%;
	height: auto;
}

.statcp-wrap {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 56px));
	margin: 0 auto;
}

.statcp-eyebrow,
.statcp-kicker {
	color: var(--statcp-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.statcp-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.statcp-eyebrow > span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: currentColor;
}

.statcp-eyebrow--light {
	color: #8ed6d2;
}

.statcp-kicker {
	margin-bottom: 9px;
}

.statcp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 31px;
}

.statcp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 23px;
	border: 2px solid transparent;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.statcp-button:hover {
	transform: translateY(-2px);
}

.statcp-button--red {
	background: var(--statcp-red);
	color: var(--statcp-white) !important;
}

.statcp-button--red:hover {
	background: var(--statcp-red-dark);
}

.statcp-button--light {
	border-color: rgba(255, 255, 255, 0.54);
	background: transparent;
	color: var(--statcp-white) !important;
}

.statcp-button--light:hover {
	border-color: var(--statcp-white);
	background: rgba(255, 255, 255, 0.1);
}

.statcp-section a:focus-visible,
.statcp-section summary:focus-visible,
.statcp-table-wrap:focus-visible {
	outline: 3px solid #f6b800;
	outline-offset: 3px;
}

.statcp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--statcp-teal) !important;
	font-size: 14px;
	font-weight: 800;
}

.statcp-text-link:hover {
	color: var(--statcp-teal-dark) !important;
}

.statcp-text-link--light {
	color: #a8e3df !important;
}

.statcp-text-link--light:hover {
	color: var(--statcp-white) !important;
}

.statcp-hero {
	overflow: hidden;
	padding: calc(var(--statcp-widget-pad) + 6px) 0 var(--statcp-widget-pad);
	background:
		radial-gradient(circle at 82% 20%, rgba(45, 166, 157, 0.28), transparent 31%),
		linear-gradient(118deg, #182426 0%, #0d4f4d 72%, #116863 100%);
	color: rgba(255, 255, 255, 0.82);
}

.statcp-hero::before,
.statcp-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.statcp-hero::before {
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
	mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.statcp-hero::after {
	top: -170px;
	right: -110px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.statcp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: center;
	gap: clamp(48px, 7vw, 96px);
}

.statcp-hero h1 {
	max-width: 760px;
	margin-bottom: 24px;
	color: var(--statcp-white);
	font-size: clamp(42px, 5.2vw, 72px);
	letter-spacing: -0.045em;
	line-height: 0.99;
}

.statcp-hero .statcp-lead {
	max-width: 690px;
	margin-bottom: 23px;
	color: rgba(255, 255, 255, 0.79);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.65;
}

.statcp-hero__points {
	display: grid;
	gap: 9px;
	padding: 0;
	list-style: none;
}

.statcp-hero__points li {
	position: relative;
	padding-left: 25px;
	color: var(--statcp-white);
	font-size: 15px;
	font-weight: 650;
}

.statcp-hero__points li::before {
	position: absolute;
	top: 0.64em;
	left: 0;
	width: 12px;
	height: 7px;
	border-bottom: 2px solid #8ed6d2;
	border-left: 2px solid #8ed6d2;
	content: "";
	transform: rotate(-45deg);
}

.statcp-hero__visual {
	position: relative;
	min-height: 445px;
	padding: 48px 32px 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(4, 31, 31, 0.28);
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
}

.statcp-hero__visual-label {
	position: absolute;
	top: 16px;
	left: 22px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.statcp-hero__products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: end;
	gap: 16px;
	height: 100%;
}

.statcp-hero__products--3 .statcp-hero-product:first-child {
	grid-column: 1 / -1;
	width: 62%;
	margin: 0 auto -8px;
}

.statcp-hero-product {
	display: grid;
	grid-template-rows: minmax(145px, 1fr) auto;
	min-width: 0;
	padding: 16px 14px 13px;
	background: var(--statcp-white);
	box-shadow: 0 17px 38px rgba(0, 0, 0, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.statcp-hero-product:hover {
	transform: translateY(-5px);
	box-shadow: 0 23px 46px rgba(0, 0, 0, 0.27);
}

.statcp-hero-product__image,
.statcp-hero-product .statcp-product-placeholder {
	width: 100%;
	height: 180px;
	object-fit: contain;
}

.statcp-hero-product > span:last-child {
	margin-top: 10px;
	color: var(--statcp-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	overflow-wrap: anywhere;
}

.statcp-product-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #f8fafa, #e5eeee);
}

.statcp-product-placeholder > span {
	position: relative;
	width: 52%;
	height: 45%;
	border: 2px solid #aac2c0;
	border-radius: 3px;
	background: #fff;
}

.statcp-product-placeholder > span::before {
	position: absolute;
	top: -24%;
	left: 18%;
	width: 64%;
	height: 28%;
	border: 2px solid #aac2c0;
	background: #eef4f3;
	content: "";
}

.statcp-facts {
	padding: 0;
	background: var(--statcp-teal);
	color: var(--statcp-white);
}

.statcp-facts__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.statcp-facts__grid > div {
	display: grid;
	gap: 2px;
	padding: 25px 31px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.statcp-facts__grid > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.statcp-facts strong {
	font-size: 18px;
	line-height: 1.3;
}

.statcp-facts span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.035em;
}

.statcp-family-nav {
	padding: 0;
	border-bottom: 1px solid var(--statcp-line);
	background: var(--statcp-white);
}

.statcp-family-nav__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.statcp-family-nav a {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 23px 20px 20px;
	border-left: 1px solid var(--statcp-line);
	box-shadow: inset 0 -3px transparent;
	transition: background-color 150ms ease, box-shadow 150ms ease;
}

.statcp-family-nav a:last-child {
	border-right: 1px solid var(--statcp-line);
}

.statcp-family-nav a:hover {
	background: #f7fafa;
}

.statcp-family-nav a[aria-current="page"] {
	background: #eef7f6;
	box-shadow: inset 0 -3px var(--statcp-teal);
}

.statcp-family-nav strong {
	color: var(--statcp-ink);
	font-size: 14px;
	line-height: 1.35;
}

.statcp-family-nav small {
	color: #7a8587;
	font-size: 11px;
	line-height: 1.45;
}

.statcp-catalog {
	padding: var(--statcp-widget-pad) 0;
	background: var(--statcp-cloud);
}

.statcp-section-heading {
	max-width: 790px;
	margin-bottom: 48px;
}

.statcp-section-heading h2 {
	margin-bottom: 17px;
	font-size: clamp(34px, 4vw, 50px);
}

.statcp-section-heading > p:last-child {
	margin-bottom: 0;
	font-size: 18px;
}

.statcp-section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.statcp-section-heading--center .statcp-eyebrow {
	justify-content: center;
}

.statcp-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(280px, 0.7fr);
	align-items: end;
	gap: 70px;
	max-width: none;
}

.statcp-section-heading--split h2 {
	margin-bottom: 0;
}

.statcp-product-family + .statcp-product-family {
	margin-top: 83px;
	padding-top: 74px;
	border-top: 1px solid var(--statcp-line);
}

.statcp-product-family__heading {
	display: grid;
	grid-template-columns: minmax(270px, 0.85fr) minmax(320px, 1.15fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 31px;
}

.statcp-product-family__heading h3 {
	margin-bottom: 0;
	font-size: clamp(27px, 3vw, 36px);
}

.statcp-product-family__heading > p {
	margin-bottom: 0;
}

.statcp-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 35px;
}

.statcp-product-grid--1 {
	grid-template-columns: minmax(0, 390px);
}

.statcp-product-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 390px));
}

.statcp-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--statcp-line);
	border-radius: var(--statcp-radius);
	background: var(--statcp-white);
	box-shadow: 0 8px 25px rgba(22, 56, 55, 0.055);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.statcp-product-card:hover {
	border-color: #b5cfcd;
	box-shadow: var(--statcp-shadow);
	transform: translateY(-4px);
}

.statcp-product-card__media {
	display: grid;
	place-items: center;
	min-height: 265px;
	padding: 24px;
	border-bottom: 1px solid #e6eeee;
	background: linear-gradient(145deg, #fff, #f3f7f6);
}

.statcp-product-card__image,
.statcp-product-card__media .statcp-product-placeholder {
	width: 100%;
	height: 220px;
	object-fit: contain;
}

.statcp-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 27px;
}

.statcp-product-card h4 {
	margin-bottom: 17px;
	font-size: 23px;
}

.statcp-product-card h4 a:hover {
	color: var(--statcp-teal);
}

.statcp-card-specs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 18px;
	border-top: 1px solid #e5eceb;
	border-bottom: 1px solid #e5eceb;
}

.statcp-card-specs > div {
	min-width: 0;
	padding: 11px 10px 11px 0;
}

.statcp-card-specs > div + div {
	padding-left: 10px;
	border-left: 1px solid #e5eceb;
}

.statcp-card-specs dt {
	margin-bottom: 2px;
	color: #849092;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.statcp-card-specs dd {
	overflow-wrap: anywhere;
	color: var(--statcp-ink);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.statcp-product-card__summary {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.65;
}

.statcp-product-card .statcp-text-link {
	margin-top: auto;
}

.statcp-empty {
	display: grid;
	gap: 3px;
	margin-bottom: 31px;
	padding: 28px;
	border: 1px solid var(--statcp-line);
	background: var(--statcp-white);
}

.statcp-empty strong {
	color: var(--statcp-ink);
}

.statcp-comparison {
	overflow: hidden;
	border: 1px solid var(--statcp-line);
	border-radius: var(--statcp-radius);
	background: var(--statcp-white);
	box-shadow: 0 10px 30px rgba(22, 56, 55, 0.055);
}

.statcp-comparison__heading {
	display: grid;
	grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.1fr);
	align-items: end;
	gap: 45px;
	padding: 27px 29px 24px;
	border-bottom: 1px solid var(--statcp-line);
}

.statcp-comparison__heading h4 {
	margin-bottom: 0;
	font-size: 23px;
}

.statcp-comparison__heading > p {
	margin-bottom: 0;
	font-size: 13px;
}

.statcp-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.statcp-table {
	width: 100%;
	min-width: 880px;
	border: 0;
	border-collapse: collapse;
	background: var(--statcp-white);
}

.statcp-table--wide {
	min-width: 780px;
}

.statcp-table th,
.statcp-table td {
	padding: 16px 17px;
	border: 0;
	border-right: 1px solid #e8eeee;
	border-bottom: 1px solid #e8eeee;
	color: var(--statcp-copy);
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
}

.statcp-table tr > *:last-child {
	border-right: 0;
}

.statcp-table tbody tr:last-child > * {
	border-bottom: 0;
}

.statcp-table thead th {
	background: #eaf3f2;
	color: #435052;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.statcp-table tbody th {
	color: var(--statcp-ink);
	font-size: 14px;
	font-weight: 800;
}

.statcp-table tbody tr:nth-child(even) > * {
	background: #fafcfc;
}

.statcp-matrix-link {
	color: var(--statcp-teal) !important;
	font-weight: 800;
}

.statcp-comparison__note {
	margin-bottom: 0;
	padding: 15px 29px 17px;
	border-top: 1px solid var(--statcp-line);
	background: #fafcfc;
	color: #7b8587;
	font-size: 11px;
}

.statcp-specialty-band {
	padding: 50px 0;
	background: var(--statcp-teal-deep);
	color: rgba(255, 255, 255, 0.78);
}

.statcp-specialty-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	align-items: center;
	gap: 70px;
}

.statcp-specialty-band h2 {
	margin-bottom: 0;
	color: var(--statcp-white);
	font-size: clamp(27px, 3vw, 37px);
}

.statcp-specialty-band p {
	margin-bottom: 11px;
}

.statcp-guidance {
	padding: var(--statcp-widget-pad) 0;
	background: var(--statcp-white);
}

.statcp-application-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 74px;
}

.statcp-application-card {
	position: relative;
	min-height: 285px;
	overflow: hidden;
	padding: 31px;
	border: 1px solid var(--statcp-line);
	background: #fbfcfc;
}

.statcp-application-card > span:first-child {
	position: absolute;
	top: 8px;
	right: 19px;
	color: #e0eceb;
	font-size: 61px;
	font-weight: 800;
	line-height: 1;
}

.statcp-application-card h3 {
	position: relative;
	margin: 43px 0 15px;
	font-size: 24px;
}

.statcp-application-card p {
	position: relative;
	margin-bottom: 19px;
	font-size: 14px;
}

.statcp-decision-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 0;
	background: var(--statcp-cloud);
}

.statcp-callout {
	padding: 47px;
	background: var(--statcp-teal);
	color: rgba(255, 255, 255, 0.79);
}

.statcp-callout .statcp-kicker {
	color: #a8e3df;
}

.statcp-callout h3 {
	margin-bottom: 20px;
	color: var(--statcp-white);
	font-size: 30px;
}

.statcp-callout p:last-child {
	margin-bottom: 0;
}

.statcp-decision-list {
	padding: 45px 49px;
}

.statcp-decision-list > h3 {
	margin-bottom: 27px;
	font-size: 27px;
}

.statcp-decision-list > div {
	display: grid;
	grid-template-columns: 34px 175px minmax(0, 1fr);
	gap: 18px;
	padding: 17px 0;
	border-top: 1px solid var(--statcp-line);
}

.statcp-decision-list > div > span {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: #dcebea;
	color: var(--statcp-teal-dark);
	font-size: 11px;
	font-weight: 800;
}

.statcp-decision-list h4 {
	margin-bottom: 0;
	font-size: 15px;
}

.statcp-decision-list p {
	margin-bottom: 0;
	font-size: 13px;
}

.statcp-process {
	padding: var(--statcp-widget-pad) 0;
	background: var(--statcp-ink);
	color: rgba(255, 255, 255, 0.67);
}

.statcp-section-heading--dark h2 {
	margin-bottom: 0;
	color: var(--statcp-white);
}

.statcp-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.statcp-process__grid li {
	min-width: 0;
	padding: 6px 30px 6px 0;
}

.statcp-process__grid li + li {
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.statcp-process__grid span {
	display: block;
	margin-bottom: 25px;
	color: #76c7c2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.statcp-process__grid h3 {
	margin-bottom: 13px;
	color: var(--statcp-white);
	font-size: 20px;
}

.statcp-process__grid p {
	margin-bottom: 0;
	font-size: 13px;
}

.statcp-local {
	padding: calc(var(--statcp-widget-pad) * 0.72) 0;
	border-bottom: 1px solid var(--statcp-line);
	background: #eaf4f3;
}

.statcp-local__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
	align-items: start;
	gap: 78px;
}

.statcp-local h2 {
	margin-bottom: 0;
	font-size: clamp(30px, 3.4vw, 43px);
}

.statcp-local__grid > div:last-child > p {
	margin-bottom: 22px;
	font-size: 17px;
}

.statcp-county-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.statcp-county-links a {
	padding: 8px 12px;
	border: 1px solid #bfd5d3;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	color: var(--statcp-teal-dark);
	font-size: 12px;
	font-weight: 750;
}

.statcp-county-links a:hover {
	border-color: var(--statcp-teal);
	background: var(--statcp-white);
}

.statcp-faq {
	padding: var(--statcp-widget-pad) 0;
	background: var(--statcp-white);
}

.statcp-faq__list {
	max-width: 920px;
	margin: 0 auto;
	border-top: 1px solid var(--statcp-line);
}

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

.statcp-faq summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	align-items: center;
	gap: 22px;
	padding: 23px 4px;
	color: var(--statcp-ink);
	cursor: pointer;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.35;
	list-style: none;
}

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

.statcp-faq summary > span {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border: 1px solid var(--statcp-line);
	border-radius: 50%;
	color: var(--statcp-teal);
	font-size: 20px;
	font-weight: 400;
	transition: transform 150ms ease;
}

.statcp-faq details[open] summary > span {
	transform: rotate(45deg);
}

.statcp-faq details > div {
	max-width: 790px;
	padding: 0 48px 22px 4px;
}

.statcp-faq details p {
	margin-bottom: 0;
}

.statcp-related {
	padding: 34px 0;
	border-top: 1px solid var(--statcp-line);
	background: var(--statcp-cloud);
}

.statcp-related__grid {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 45px;
}

.statcp-related__grid > strong {
	color: var(--statcp-ink);
	font-size: 13px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.statcp-related ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px 29px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.statcp-related a {
	color: var(--statcp-teal-dark);
	font-size: 13px;
	font-weight: 750;
}

.statcp-related a:hover {
	color: var(--statcp-teal);
}

.statcp-cta {
	overflow: hidden;
	padding: var(--statcp-widget-pad) 0;
	background:
		radial-gradient(circle at 88% 15%, rgba(46, 172, 164, 0.3), transparent 28%),
		var(--statcp-teal-deep);
	color: rgba(255, 255, 255, 0.77);
}

.statcp-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.55fr);
	align-items: center;
	gap: 80px;
}

.statcp-cta h2 {
	max-width: 780px;
	margin-bottom: 18px;
	color: var(--statcp-white);
	font-size: clamp(36px, 4.7vw, 59px);
}

.statcp-cta__grid > div:first-child > p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	font-size: 17px;
}

.statcp-actions--stacked {
	display: grid;
	margin-top: 0;
}

.statcp-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	white-space: nowrap !important;
}

.statcp-editor-note {
	margin: 8px 0;
	padding: 12px 15px;
	border-left: 4px solid #dba617;
	background: #fff8df;
	color: #353535;
}

.statcp-private-preview {
	margin: 0;
	background: #fff;
}

.statcp-preview-bar {
	position: relative;
	z-index: 20;
	padding: 10px 20px;
	background: #1d2327;
	color: #fff;
	font: 600 13px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
}

.statcp-preview-bar a {
	margin-left: 10px;
	color: #72d4cf;
}

@media (max-width: 1024px) {
	.statcp-section {
		--statcp-widget-pad: 70px;
	}

	.statcp-hero__grid {
		grid-template-columns: 1fr;
	}

	.statcp-hero__copy {
		max-width: 790px;
	}

	.statcp-hero__visual {
		width: min(100%, 680px);
		min-height: 365px;
	}

	.statcp-hero-product__image,
	.statcp-hero-product .statcp-product-placeholder {
		height: 150px;
	}

	.statcp-family-nav__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.statcp-family-nav a:nth-child(4),
	.statcp-family-nav a:nth-child(5) {
		border-top: 1px solid var(--statcp-line);
	}

	.statcp-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.statcp-application-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.statcp-decision-grid {
		grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
	}

	.statcp-decision-list > div {
		grid-template-columns: 32px minmax(130px, 0.65fr) minmax(0, 1.35fr);
	}

	.statcp-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 0;
	}

	.statcp-process__grid li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.statcp-table-wrap { overflow: visible; }
	.statcp-table,
	.statcp-table--wide { display: block; min-width: 0; }
	.statcp-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
	.statcp-table tbody,
	.statcp-table tr,
	.statcp-table th,
	.statcp-table td { display: block; width: 100%; }
	.statcp-table tr { padding: 18px 20px; border-bottom: 1px solid var(--statcp-line); }
	.statcp-table tbody tr:last-child { border-bottom: 0; }
	.statcp-table tbody th { padding: 0 0 12px; border: 0; background: transparent !important; font-size: 17px; }
	.statcp-table td { display: grid; grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr); gap: 14px; padding: 8px 0; border: 0; background: transparent !important; text-align: right; }
	.statcp-table td::before { color: #7c8889; content: attr(data-label); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
}

@media (max-width: 767px) {
	.statcp-section {
		--statcp-widget-pad: 56px;
		font-size: 15px;
	}

	.statcp-wrap {
		width: min(calc(100% - 40px), 1180px);
	}

	.statcp-hero {
		padding-top: 62px;
	}

	.statcp-hero__grid {
		gap: 36px;
	}

	.statcp-hero h1 {
		font-size: clamp(36px, 10.5vw, 48px);
		line-height: 1.04;
		overflow-wrap: anywhere;
	}

	.statcp-actions {
		display: grid;
	}

	.statcp-button {
		width: 100%;
	}

	.statcp-hero__visual {
		min-height: 0;
		padding: 52px 16px 18px;
	}

	.statcp-hero__products {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.statcp-hero__products--3 .statcp-hero-product:first-child {
		grid-column: auto;
		width: 100%;
		margin: 0;
	}

	.statcp-hero-product {
		grid-template-rows: minmax(150px, auto) auto;
		width: 100%;
		padding: 14px 12px 12px;
	}

	.statcp-hero-product__image,
	.statcp-hero-product .statcp-product-placeholder {
		width: 100%;
		height: 150px;
		max-height: 42vw;
	}

	.statcp-hero-product > span:last-child {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.35;
	}

	.statcp-facts__grid {
		grid-template-columns: 1fr;
	}

	.statcp-facts__grid > div,
	.statcp-facts__grid > div:last-child {
		padding: 18px 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-right: 0;
		border-left: 0;
	}

	.statcp-facts__grid > div:first-child {
		border-top: 0;
	}

	.statcp-family-nav__grid {
		width: min(calc(100% - 40px), 1180px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1px;
		padding: 16px 0;
		background: var(--statcp-line);
	}

	.statcp-family-nav a,
	.statcp-family-nav a:nth-child(4),
	.statcp-family-nav a:nth-child(5) {
		padding: 17px 15px 15px;
		border: 0;
		background: var(--statcp-white);
	}

	.statcp-family-nav a:last-child {
		grid-column: 1 / -1;
	}

	.statcp-family-nav a[aria-current="page"] {
		background: #eef7f6;
	}

	.statcp-section-heading,
	.statcp-section-heading--split,
	.statcp-product-family__heading,
	.statcp-comparison__heading,
	.statcp-specialty-band__grid,
	.statcp-local__grid,
	.statcp-cta__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.statcp-section-heading {
		margin-bottom: 36px;
	}

	.statcp-section-heading h2 {
		font-size: clamp(30px, 9vw, 38px);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.statcp-section-heading > p:last-child {
		font-size: 16px;
	}

	.statcp-product-family + .statcp-product-family {
		margin-top: 59px;
		padding-top: 52px;
	}

	.statcp-product-family__heading {
		margin-bottom: 24px;
	}

	.statcp-product-grid,
	.statcp-product-grid--1,
	.statcp-product-grid--2,
	.statcp-application-grid,
	.statcp-decision-grid {
		grid-template-columns: 1fr;
	}

	.statcp-product-card__media {
		min-height: 240px;
	}

	.statcp-product-card__image,
	.statcp-product-card__media .statcp-product-placeholder {
		height: 195px;
	}

	.statcp-comparison__heading {
		padding: 23px 20px 20px;
	}

	.statcp-table-wrap {
		overflow: visible;
	}

	.statcp-table,
	.statcp-table--wide {
		display: block;
		min-width: 0;
	}

	.statcp-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.statcp-table tbody,
	.statcp-table tr,
	.statcp-table th,
	.statcp-table td {
		display: block;
		width: 100%;
	}

	.statcp-table tr {
		padding: 18px 20px;
		border-bottom: 1px solid var(--statcp-line);
	}

	.statcp-table tbody tr:last-child {
		border-bottom: 0;
	}

	.statcp-table tbody th {
		padding: 0 0 12px;
		border: 0;
		background: transparent !important;
		font-size: 17px;
	}

	.statcp-table td {
		display: grid;
		grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr);
		gap: 14px;
		padding: 8px 0;
		border: 0;
		background: transparent !important;
		text-align: right;
	}

	.statcp-table td::before {
		color: #7c8889;
		content: attr(data-label);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .06em;
		text-align: left;
		text-transform: uppercase;
	}

	.statcp-comparison__note {
		padding-right: 20px;
		padding-left: 20px;
	}

	.statcp-specialty-band {
		padding: 42px 0;
	}

	.statcp-application-grid {
		margin-bottom: 49px;
	}

	.statcp-application-card {
		min-height: 0;
	}

	.statcp-callout,
	.statcp-decision-list {
		padding: 31px 24px;
	}

	.statcp-decision-list > div {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 7px 13px;
	}

	.statcp-decision-list > div p {
		grid-column: 2;
	}

	.statcp-process__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.statcp-process__grid li,
	.statcp-process__grid li + li,
	.statcp-process__grid li:nth-child(3) {
		padding: 25px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 0;
	}

	.statcp-process__grid li:first-child {
		border-top: 0;
	}

	.statcp-process__grid span {
		margin-bottom: 11px;
	}

	.statcp-local__grid {
		gap: 25px;
	}

	.statcp-related__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.statcp-related ul {
		justify-content: flex-start;
	}

	.statcp-cta__grid {
		gap: 35px;
	}

	.statcp-cta {
		padding-bottom: calc(var(--statcp-widget-pad) + 92px);
	}

	.statcp-cta h2 {
		font-size: clamp(34px, 10vw, 45px);
		line-height: 1.06;
		overflow-wrap: anywhere;
	}

	.statcp-actions--stacked {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.statcp-section *,
	.statcp-section *::before,
	.statcp-section *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
