:root {
	--thq-ink: #16302a;
	--thq-ink-deep: #0b211c;
	--thq-forest: #1d4b3f;
	--thq-moss: #4f715e;
	--thq-safe: #76a66d;
	--thq-lime: #d8e7a5;
	--thq-cream: #f3f1e9;
	--thq-paper: #fbfaf5;
	--thq-sand: #e8e2d2;
	--thq-line: rgba(22, 48, 42, .15);
	--thq-coral: #dd765f;
	--thq-red: #bb5145;
	--thq-blue: #8bbdb9;
	--thq-violet: #aba7ca;
	--thq-display: Georgia, "Times New Roman", serif;
	--thq-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--thq-shadow: 0 24px 70px rgba(19, 43, 37, .09);
	--thq-radius: 3px;
}

html {
	scroll-padding-top: 90px;
}

body.thq-front-page {
	margin: 0;
	background: var(--thq-cream);
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	font-size: 16px;
	line-height: 1.6;
}

.thq-front-page *,
.thq-front-page *::before,
.thq-front-page *::after {
	box-sizing: border-box;
}

.thq-front-page a {
	color: inherit;
	text-decoration: none;
}

.thq-front-page a:hover,
.thq-front-page a:focus {
	color: inherit;
	text-decoration: none;
}

.thq-front-page a:focus-visible,
.thq-front-page button:focus-visible,
.thq-front-page select:focus-visible,
.thq-front-page input:focus-visible {
	outline: 3px solid #efae61;
	outline-offset: 3px;
}

.thq-front-page h1,
.thq-front-page h2,
.thq-front-page h3,
.thq-front-page h4,
.thq-front-page p {
	border: 0;
	padding: 0;
}

.thq-front-page h1,
.thq-front-page h2,
.thq-front-page h3 {
	color: inherit;
	font-family: var(--thq-display);
	font-weight: 400;
}

.thq-front-page svg {
	display: block;
}

.thq-front-page [hidden] {
	display: none !important;
}

.thq-skip-link {
	position: fixed;
	left: 16px;
	top: -100px;
	z-index: 9999;
	background: #fff;
	color: var(--thq-ink) !important;
	padding: 10px 16px;
	border-radius: 2px;
	font-weight: 700;
}

.thq-skip-link:focus {
	top: 12px;
}

.thq-site-shell {
	width: 100%;
	overflow: clip;
}

.thq-wrap {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.thq-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	background: rgba(11, 33, 28, .18);
	color: #fff;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
	backdrop-filter: blur(12px);
}

.admin-bar .thq-header {
	top: 32px;
}

.thq-header.is-scrolled,
.thq-header.is-menu-open {
	background: rgba(243, 241, 233, .97);
	border-color: var(--thq-line);
	box-shadow: 0 10px 30px rgba(11, 33, 28, .08);
	color: var(--thq-ink);
}

.thq-header--interior {
	position: sticky;
	background: rgba(243, 241, 233, .97);
	border-color: var(--thq-line);
	box-shadow: 0 8px 30px rgba(11, 33, 28, .06);
	color: var(--thq-ink);
}

.thq-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-height: 78px;
}

.thq-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: max-content;
}

.thq-brand__mark {
	display: grid;
	place-items: center;
	width: 41px;
	height: 41px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.thq-brand__mark svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
}

.thq-brand__words {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.thq-brand__words strong {
	font-family: var(--thq-display);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -.01em;
}

.thq-brand__words small {
	margin-top: 5px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	opacity: .72;
}

.thq-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.4vw, 38px);
	margin-left: auto;
}

.thq-nav a {
	position: relative;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: .01em;
}

.thq-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -7px;
	height: 1px;
	background: currentColor;
	transition: right .2s ease;
}

.thq-nav a:hover::after {
	right: 0;
}

.thq-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.thq-header__search {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
}

.thq-header__search svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.thq-header__brief {
	padding: 10px 18px;
	border: 1px solid currentColor;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.thq-header__brief:hover {
	background: #fff;
	color: var(--thq-ink) !important;
}

.thq-header.is-scrolled .thq-header__brief:hover,
.thq-header.is-menu-open .thq-header__brief:hover {
	background: var(--thq-ink);
	color: #fff !important;
}

.thq-menu-button {
	display: none;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: currentColor;
	cursor: pointer;
}

.thq-menu-button svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.thq-menu-button__close {
	display: none;
}

.thq-menu-button[aria-expanded="true"] .thq-menu-button__open {
	display: none;
}

.thq-menu-button[aria-expanded="true"] .thq-menu-button__close {
	display: block;
}

.thq-hero {
	position: relative;
	min-height: 860px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 74% 44%, rgba(149, 194, 180, .48), transparent 24%),
		linear-gradient(117deg, #173a31 0%, #25594a 47%, #7ca99c 100%);
	color: #fff;
	overflow: hidden;
}

.thq-hero::before,
.thq-hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
}

.thq-hero::before {
	width: 760px;
	height: 760px;
	right: -140px;
	top: 25px;
}

.thq-hero::after {
	width: 950px;
	height: 950px;
	right: -235px;
	top: -70px;
}

.thq-hero__wash {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(90deg, black, transparent 82%);
}

.thq-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
	align-items: center;
	gap: clamp(50px, 7vw, 110px);
	padding-top: 118px;
	padding-bottom: 72px;
}

.thq-eyebrow,
.thq-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.thq-eyebrow span {
	width: 26px;
	height: 1px;
	background: currentColor;
}

.thq-hero h1 {
	max-width: 740px;
	margin: 0;
	font-size: clamp(54px, 5.7vw, 82px);
	line-height: .99;
	letter-spacing: -.045em;
}

.thq-hero h1 em {
	color: var(--thq-lime);
	font-weight: 400;
}

.thq-hero__intro {
	max-width: 650px;
	margin: 30px 0 0;
	font-family: var(--thq-display);
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.55;
	opacity: .88;
}

.thq-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.thq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 14px 20px;
	border: 1px solid rgba(255,255,255,.46);
	font-size: 12px;
	font-weight: 780;
	letter-spacing: .025em;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.thq-button svg,
.thq-text-link svg,
.thq-card-link svg,
.thq-system-card a svg,
.thq-guide-card a svg,
.thq-solution-card a svg,
.thq-evidence-lane a svg,
.thq-learning-row__arrow svg,
.thq-trust__grid a > svg,
.thq-newsletter button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	transition: transform .2s ease;
}

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

.thq-button--primary {
	border-color: var(--thq-lime);
	background: var(--thq-lime);
	color: var(--thq-ink-deep) !important;
}

.thq-button--primary:hover {
	background: #e5efbd;
}

.thq-button--ghost:hover {
	background: rgba(255,255,255,.1);
}

.thq-hero__source {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 28px 0 0;
	font-size: 11px;
	opacity: .66;
}

.thq-pulse {
	position: relative;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--thq-lime);
	box-shadow: 0 0 0 5px rgba(216,231,165,.1);
}

.thq-planet {
	position: relative;
	margin: 0;
}

.thq-planet__orb {
	position: relative;
	width: min(100%, 540px);
	margin: auto;
}

.thq-boundary-wheel {
	width: 100%;
	height: auto;
	overflow: visible;
	animation: thq-float 8s ease-in-out infinite;
}

@keyframes thq-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

.thq-boundary-wheel__guide {
	fill: none;
	stroke: rgba(255,255,255,.12);
	stroke-width: 21;
}

.thq-boundary-wheel__segment {
	fill: none;
	stroke-width: 21;
	stroke-linecap: round;
	transform-origin: 200px 200px;
	transition: stroke-width .2s ease, opacity .2s ease;
}

.thq-boundary-wheel__segment:hover {
	stroke-width: 27;
}

.thq-boundary-wheel__segment.is-safe { stroke: var(--thq-lime); }
.thq-boundary-wheel__segment.is-transgressed { stroke: #e48a70; }
.thq-boundary-wheel__segment.is-high-risk { stroke: #f0b15f; }

.thq-planet__orbit {
	fill: none;
	stroke: rgba(255,255,255,.28);
	stroke-width: 1;
	stroke-dasharray: 2 9;
}

.thq-planet__count {
	position: absolute;
	right: 2%;
	top: 11%;
	display: grid;
	place-items: center;
	width: 116px;
	height: 116px;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 50%;
	background: rgba(15,47,39,.72);
	box-shadow: 0 14px 35px rgba(9,31,26,.18);
	backdrop-filter: blur(10px);
	text-align: center;
}

.thq-planet__count strong {
	font-family: var(--thq-display);
	font-size: 28px;
	line-height: 1;
}

.thq-planet__count span {
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .78;
}

.thq-planet figcaption {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	opacity: .78;
}

.thq-planet figcaption span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.thq-planet figcaption i {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.thq-planet figcaption .is-safe { background: var(--thq-lime); }
.thq-planet figcaption .is-risk { background: #e48a70; }

.thq-snapshot {
	padding: 94px 0 88px;
	background: var(--thq-paper);
}

.thq-section {
	padding: 118px 0;
}

.thq-kicker {
	margin-bottom: 14px;
	color: var(--thq-moss);
}

.thq-kicker::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.thq-kicker--light {
	color: var(--thq-lime);
}

.thq-section-heading {
	margin-bottom: 50px;
}

.thq-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
	align-items: end;
	gap: 60px;
}

.thq-section-heading h2,
.thq-dashboard__intro h2,
.thq-trust__intro h2,
.thq-newsletter h2 {
	margin: 0;
	font-size: clamp(42px, 4.2vw, 62px);
	line-height: 1.05;
	letter-spacing: -.04em;
}

.thq-section-heading > p,
.thq-section-heading > div + p,
.thq-dashboard__intro > p:last-child,
.thq-trust__intro > p,
.thq-newsletter__inner > p:not(.thq-kicker):not(.thq-newsletter__privacy) {
	margin: 0;
	color: #52655f;
	font-family: var(--thq-display);
	font-size: 18px;
	line-height: 1.55;
}

.thq-stat-grid {
	display: grid;
	grid-template-columns: 1.15fr repeat(3, 1fr);
	border-top: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
}

.thq-stat {
	min-height: 204px;
	padding: 28px 30px 24px;
	border-right: 1px solid var(--thq-line);
}

.thq-stat:last-child {
	border-right: 0;
}

.thq-stat--primary {
	background: var(--thq-ink);
	color: #fff;
}

.thq-stat__label {
	display: block;
	margin-bottom: 36px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	opacity: .7;
}

.thq-stat strong {
	display: block;
	font-family: var(--thq-display);
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
}

.thq-stat strong span {
	color: var(--thq-coral);
}

.thq-stat p {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.4;
	opacity: .72;
}

.thq-snapshot__note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 24px;
}

.thq-snapshot__note p {
	max-width: 720px;
	margin: 0;
	font-size: 12px;
	color: #5a6a65;
}

.thq-snapshot__note div {
	display: flex;
	gap: 24px;
}

.thq-snapshot__note a,
.thq-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.thq-snapshot__note svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.thq-boundaries {
	background: var(--thq-cream);
}

.thq-boundary-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--thq-line);
	border-left: 1px solid var(--thq-line);
}

.thq-boundary-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 510px;
	padding: 26px 28px;
	border-right: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
	background: rgba(255,255,255,.28);
	overflow: hidden;
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.thq-boundary-card:hover {
	z-index: 2;
	transform: translateY(-5px);
	background: var(--thq-paper);
	box-shadow: var(--thq-shadow);
}

.thq-boundary-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 0;
	background: var(--thq-coral);
	transition: height .25s ease;
}

.thq-boundary-card:hover::before {
	height: 100%;
}

.thq-boundary-card.is-safe::before { background: var(--thq-safe); }
.thq-boundary-card.is-high-risk::before { background: #d3974d; }

.thq-boundary-card header,
.thq-boundary-card__indicator,
.thq-solution-card__top,
.thq-dashboard__panel-head,
.thq-evidence-lane header,
.thq-evidence-lane footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.thq-boundary-card__number {
	font-family: var(--thq-display);
	font-size: 15px;
	font-style: italic;
	opacity: .55;
}

.thq-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.thq-status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--thq-coral);
}

.thq-boundary-card.is-safe .thq-status i,
.thq-status.is-safe i { background: var(--thq-safe); }
.thq-boundary-card.is-high-risk .thq-status i,
.thq-status.is-high-risk i { background: #d3974d; }

.thq-boundary-card__symbol {
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	margin: 40px 0 28px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
	background: rgba(216, 231, 165, .23);
	font-family: var(--thq-display);
	font-size: 23px;
	font-style: italic;
}

.thq-boundary-card h3 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 1.05;
	letter-spacing: -.025em;
}

.thq-boundary-card > p {
	margin: 0;
	color: #5b6965;
	font-family: var(--thq-display);
	font-size: 15px;
	line-height: 1.55;
}

.thq-boundary-card__indicator {
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid var(--thq-line);
}

.thq-boundary-card__indicator span,
.thq-dashboard__metrics span,
.thq-dashboard__trend-copy > span,
.thq-dashboard__related > div > span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
	opacity: .58;
}

.thq-boundary-card__indicator strong {
	font-size: 11px;
	line-height: 1.35;
}

.thq-card-link,
.thq-system-card a,
.thq-guide-card a,
.thq-solution-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
}

.thq-boundary-card:hover .thq-card-link svg,
.thq-system-card:hover a svg,
.thq-guide-card:hover a svg,
.thq-solution-card:hover a svg,
.thq-learning-row:hover .thq-learning-row__arrow svg {
	transform: translateX(4px);
}

.thq-systems {
	background: var(--thq-ink);
	color: #fff;
}

.thq-systems .thq-kicker,
.thq-systems .thq-section-heading > p {
	color: var(--thq-lime);
}

.thq-systems .thq-section-heading > p {
	opacity: .74;
}

.thq-system-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid rgba(255,255,255,.15);
	border-top: 1px solid rgba(255,255,255,.15);
}

.thq-system-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 350px;
	padding: 26px;
	border-right: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(255,255,255,.15);
	transition: background .25s ease;
}

.thq-system-card:hover {
	background: rgba(216,231,165,.09);
}

.thq-system-card__number {
	font-family: var(--thq-display);
	font-size: 13px;
	font-style: italic;
	opacity: .55;
}

.thq-system-card__icon {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 28px 0 24px;
	border: 1px solid rgba(216,231,165,.52);
	border-radius: 50%;
}

.thq-system-card__icon::before,
.thq-system-card__icon::after,
.thq-system-card__icon span,
.thq-system-card__icon i {
	content: "";
	position: absolute;
	background: var(--thq-lime);
}

.thq-system-card__icon::before { width: 30px; height: 1px; left: 16px; top: 31px; transform: rotate(35deg); }
.thq-system-card__icon::after { width: 7px; height: 7px; border-radius: 50%; left: 12px; top: 19px; }
.thq-system-card__icon span { width: 10px; height: 10px; border-radius: 50%; right: 11px; bottom: 14px; }
.thq-system-card__icon i { width: 6px; height: 6px; border-radius: 50%; right: 18px; top: 11px; }

.thq-system-card h3 {
	margin: 0 0 14px;
	font-size: 28px;
}

.thq-system-card > p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 14px;
	line-height: 1.55;
	opacity: .68;
}

.thq-system-card a {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.12);
	color: var(--thq-lime);
}

.thq-guides {
	background: var(--thq-paper);
}

.thq-text-link {
	align-self: end;
	justify-self: end;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
}

.thq-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.thq-guide-card {
	background: var(--thq-cream);
	transition: transform .25s ease, box-shadow .25s ease;
}

.thq-guide-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--thq-shadow);
}

.thq-guide-card__art {
	position: relative;
	height: 210px;
	background: #dce9b6;
	overflow: hidden;
}

.thq-guide-card.is-sand .thq-guide-card__art { background: #e7d8bd; }
.thq-guide-card.is-blue .thq-guide-card__art { background: #bbd9d7; }
.thq-guide-card.is-coral .thq-guide-card__art { background: #e7aa91; }
.thq-guide-card.is-green .thq-guide-card__art { background: #a9c3a3; }
.thq-guide-card.is-violet .thq-guide-card__art { background: #c8c3db; }

.thq-guide-card__art::before,
.thq-guide-card__art::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(22,48,42,.28);
	border-radius: 50%;
}

.thq-guide-card__art::before { width: 260px; height: 260px; right: -65px; top: -76px; }
.thq-guide-card__art::after { width: 190px; height: 190px; right: -30px; top: -41px; }

.thq-guide-card__planet {
	position: absolute;
	right: 44px;
	top: 27px;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(22,48,42,.55);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 60% 42%, rgba(22,48,42,.28) 0 13%, transparent 14%),
		radial-gradient(ellipse at 35% 65%, rgba(22,48,42,.22) 0 19%, transparent 20%);
}

.thq-guide-card__line {
	position: absolute;
	left: -30px;
	top: 95px;
	width: 310px;
	height: 1px;
	background: rgba(22,48,42,.35);
	transform: rotate(-15deg);
}

.thq-guide-card__art strong {
	position: absolute;
	left: 24px;
	bottom: 18px;
	font-family: var(--thq-display);
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
}

.thq-guide-card__body {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 26px;
}

.thq-guide-card__meta {
	margin: 0 0 16px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .55;
}

.thq-guide-card h3 {
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1.08;
}

.thq-guide-card__body > p:not(.thq-guide-card__meta) {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 14px;
	line-height: 1.55;
	color: #586762;
}

.thq-guide-card a {
	margin-top: auto;
	padding-top: 22px;
}

.thq-dashboard {
	padding: 112px 0 120px;
	background: #173a31;
	color: #fff;
}

.thq-dashboard__intro {
	display: grid;
	grid-template-columns: .8fr 1.4fr .9fr;
	align-items: end;
	gap: 40px;
	margin-bottom: 50px;
}

.thq-dashboard__intro .thq-kicker {
	grid-column: 1;
	align-self: start;
}

.thq-dashboard__intro h2 {
	grid-column: 2;
	grid-row: 1;
}

.thq-dashboard__intro > p:last-child {
	grid-column: 3;
	grid-row: 1;
	color: rgba(255,255,255,.68);
	font-size: 16px;
}

.thq-dashboard__tool {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	min-height: 660px;
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(9,31,26,.2);
}

.thq-dashboard__nav {
	border-right: 1px solid rgba(255,255,255,.18);
}

.thq-dashboard__nav button {
	position: relative;
	display: grid;
	grid-template-columns: 28px 1fr 8px;
	align-items: center;
	gap: 13px;
	width: 100%;
	min-height: 73px;
	padding: 14px 20px;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.11);
	background: transparent;
	color: rgba(255,255,255,.72);
	font-family: var(--thq-ui);
	font-size: 12px;
	font-weight: 650;
	text-align: left;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.thq-dashboard__nav button span {
	font-family: var(--thq-display);
	font-style: italic;
	opacity: .5;
}

.thq-dashboard__nav button i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--thq-coral);
}

.thq-dashboard__nav button i.is-safe { background: var(--thq-safe); }
.thq-dashboard__nav button i.is-high-risk { background: #d3974d; }

.thq-dashboard__nav button:hover,
.thq-dashboard__nav button.is-active {
	background: rgba(216,231,165,.11);
	color: #fff;
}

.thq-dashboard__nav button.is-active::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--thq-lime);
}

.thq-dashboard__panel {
	padding: 36px 42px 30px;
}

.thq-dashboard__panel-head > div > p {
	margin: 0 0 8px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .55;
}

.thq-dashboard__panel-head h3 {
	margin: 0;
	font-size: 42px;
	line-height: 1;
}

.thq-dashboard__panel-head .thq-status {
	padding: 9px 12px;
	border: 1px solid rgba(255,255,255,.2);
}

.thq-dashboard__definition {
	max-width: 820px;
	margin: 24px 0 28px;
	color: rgba(255,255,255,.76);
	font-family: var(--thq-display);
	font-size: 18px;
	line-height: 1.55;
}

.thq-dashboard__metrics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.thq-dashboard__metrics > div {
	padding: 20px 18px 20px 0;
}

.thq-dashboard__metrics > div + div {
	padding-left: 24px;
	border-left: 1px solid rgba(255,255,255,.14);
}

.thq-dashboard__metrics span,
.thq-dashboard__trend-copy > span,
.thq-dashboard__related > div > span {
	display: block;
	margin-bottom: 7px;
	color: var(--thq-lime);
	opacity: .7;
}

.thq-dashboard__metrics strong {
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

.thq-dashboard__trend {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: center;
	gap: 32px;
	padding: 28px 0 24px;
}

.thq-dashboard__trend-copy strong {
	display: block;
	font-family: var(--thq-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.thq-dashboard__trend-copy p {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 1.5;
	opacity: .55;
}

.thq-dashboard__trend svg {
	width: 100%;
	height: 132px;
	overflow: visible;
}

.thq-trend-area { fill: url(#trend-fill); }
.thq-trend-line { fill: none; stroke: #e38a71; stroke-width: 3; vector-effect: non-scaling-stroke; }
.thq-trend-threshold { stroke: rgba(216,231,165,.45); stroke-dasharray: 5 6; }
.thq-dashboard__trend text { fill: rgba(216,231,165,.58); font-size: 8px; font-family: var(--thq-ui); letter-spacing: .08em; }

.thq-dashboard__related {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.14);
}

.thq-dashboard__related ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thq-dashboard__related li {
	padding: 6px 9px;
	border: 1px solid rgba(255,255,255,.16);
	font-size: 9px;
}

.thq-dashboard__related a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--thq-lime);
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.thq-dashboard__related a svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-solutions {
	background: var(--thq-cream);
}

.thq-solution-explorer {
	border: 1px solid var(--thq-line);
	background: var(--thq-paper);
}

.thq-filter-bar {
	padding: 26px;
	border-bottom: 1px solid var(--thq-line);
	background: #e8e4d9;
}

.thq-filter-bar__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.thq-filter-bar__heading > svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-filter-bar__heading div {
	display: flex;
	flex-direction: column;
}

.thq-filter-bar__heading strong { font-size: 13px; }
.thq-filter-bar__heading span { font-size: 10px; opacity: .6; }

.thq-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.thq-filter-grid label {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.thq-filter-grid select {
	width: 100%;
	min-height: 44px;
	margin-top: 7px;
	padding: 0 30px 0 11px;
	border: 1px solid rgba(22,48,42,.2);
	border-radius: 0;
	background-color: var(--thq-paper);
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	font-size: 10px;
}

.thq-solution-results__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 26px;
	border-bottom: 1px solid var(--thq-line);
}

.thq-solution-results__head p {
	margin: 0;
	font-size: 11px;
}

.thq-solution-results__head strong {
	font-family: var(--thq-display);
	font-size: 22px;
	font-weight: 400;
}

.thq-solution-results__head button {
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--thq-ink);
	font-size: 10px;
	font-weight: 750;
	cursor: pointer;
}

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

.thq-solution-card {
	display: flex;
	flex-direction: column;
	min-height: 370px;
	padding: 26px;
	border-right: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
	transition: background .2s ease;
}

.thq-solution-card:nth-child(3n) { border-right: 0; }
.thq-solution-card:hover { background: #f2efe4; }

.thq-solution-card__top span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.thq-solution-card__top span:last-child {
	padding: 5px 7px;
	background: rgba(118,166,109,.15);
	color: #436a3c;
}

.thq-solution-card__top .is-evidence-moderate { background: rgba(211,151,77,.15); color: #855d28; }
.thq-solution-card__top .is-evidence-emerging { background: rgba(171,167,202,.22); color: #5d587b; }

.thq-solution-card h3 {
	margin: 29px 0 13px;
	font-size: 29px;
	line-height: 1.07;
}

.thq-solution-card > p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 14px;
	line-height: 1.55;
	color: #5c6a65;
}

.thq-solution-card dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: auto 0 0;
	padding-top: 22px;
}

.thq-solution-card dl div {
	padding-top: 9px;
	border-top: 1px solid var(--thq-line);
}

.thq-solution-card dt {
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	opacity: .5;
}

.thq-solution-card dd {
	margin: 5px 0 0;
	font-size: 10px;
	font-weight: 650;
}

.thq-solution-empty {
	margin: 0;
	padding: 70px 28px;
	text-align: center;
	font-family: var(--thq-display);
	font-size: 18px;
}

.thq-evidence {
	background: var(--thq-paper);
}

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

.thq-evidence-lane {
	display: flex;
	flex-direction: column;
	min-height: 350px;
	padding: 24px;
	border-right: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
	transition: background .2s ease;
}

.thq-evidence-lane:hover { background: var(--thq-cream); }

.thq-evidence-lane header {
	justify-content: flex-start;
}

.thq-evidence-lane header span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--thq-coral);
}

.thq-evidence-lane header .is-data { background: var(--thq-blue); }
.thq-evidence-lane header .is-explainer { background: var(--thq-safe); }
.thq-evidence-lane header .is-analysis { background: var(--thq-violet); }

.thq-evidence-lane header p {
	margin: 0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.thq-evidence-lane h3 {
	margin: 42px 0 16px;
	font-size: 27px;
	line-height: 1.08;
}

.thq-evidence-lane > p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 14px;
	line-height: 1.55;
	color: #5b6964;
}

.thq-evidence-lane footer {
	margin-top: auto;
	padding-top: 21px;
	border-top: 1px solid var(--thq-line);
}

.thq-evidence-lane footer span {
	font-size: 9px;
	font-weight: 700;
	opacity: .56;
}

.thq-evidence-lane footer a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
}

.thq-evidence-lane footer a:hover { background: var(--thq-ink); color: #fff; }

.thq-learning {
	background: #e9e5da;
}

.thq-learning-list {
	border-top: 1px solid var(--thq-line);
}

.thq-learning-row {
	display: grid;
	grid-template-columns: 55px minmax(0, 1fr) auto 42px;
	align-items: center;
	gap: 20px;
	min-height: 118px;
	padding: 17px 12px;
	border-bottom: 1px solid var(--thq-line);
	transition: padding .2s ease, background .2s ease;
}

.thq-learning-row:hover {
	padding-left: 24px;
	padding-right: 24px;
	background: var(--thq-paper);
}

.thq-learning-row__number {
	font-family: var(--thq-display);
	font-size: 14px;
	font-style: italic;
	opacity: .5;
}

.thq-learning-row__main {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.thq-learning-row__main strong {
	font-family: var(--thq-display);
	font-size: 25px;
	font-weight: 400;
}

.thq-learning-row__main small {
	font-size: 11px;
	opacity: .6;
}

.thq-learning-row__meta {
	display: flex;
	gap: 7px;
}

.thq-learning-row__meta i {
	padding: 6px 9px;
	border: 1px solid var(--thq-line);
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
}

.thq-learning-row__arrow {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
}

.thq-trust {
	background: var(--thq-paper);
}

.thq-trust__layout {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: clamp(60px, 8vw, 120px);
	align-items: start;
}

.thq-trust__intro {
	position: sticky;
	top: 120px;
}

.thq-trust__intro > p {
	margin-top: 24px;
}

.thq-trust__seal {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 40px;
	padding: 18px;
	border: 1px solid var(--thq-line);
	background: var(--thq-cream);
}

.thq-trust__seal > svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: var(--thq-moss);
	stroke-width: 1.4;
}

.thq-trust__seal span {
	display: flex;
	flex-direction: column;
}

.thq-trust__seal strong { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.thq-trust__seal small { margin-top: 4px; font-size: 9px; opacity: .55; }

.thq-trust__grid {
	border-top: 1px solid var(--thq-line);
}

.thq-trust__grid a {
	display: grid;
	grid-template-columns: 30px 1fr 26px;
	align-items: start;
	gap: 20px;
	padding: 24px 8px;
	border-bottom: 1px solid var(--thq-line);
	transition: padding .2s ease, background .2s ease;
}

.thq-trust__grid a:hover {
	padding-left: 18px;
	padding-right: 18px;
	background: var(--thq-cream);
}

.thq-trust__grid a > span {
	font-family: var(--thq-display);
	font-size: 12px;
	font-style: italic;
	opacity: .5;
}

.thq-trust__grid h3 {
	margin: 0 0 8px;
	font-family: var(--thq-ui);
	font-size: 14px;
	font-weight: 750;
}

.thq-trust__grid p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 13px;
	line-height: 1.5;
	color: #62706c;
}

.thq-newsletter {
	position: relative;
	padding: 120px 0;
	background: #214c40;
	color: #fff;
	overflow: hidden;
}

.thq-newsletter__inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	text-align: center;
}

.thq-newsletter__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 28px;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 50%;
}

.thq-newsletter__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--thq-lime);
	stroke-width: 1.4;
}

.thq-newsletter .thq-kicker {
	justify-content: center;
}

.thq-newsletter h2 {
	font-size: clamp(50px, 6vw, 78px);
}

.thq-newsletter__inner > p:not(.thq-kicker):not(.thq-newsletter__privacy) {
	max-width: 600px;
	margin: 22px auto 0;
	color: rgba(255,255,255,.7);
}

.thq-newsletter__form {
	display: grid;
	grid-template-columns: 1fr auto;
	max-width: 610px;
	margin: 36px auto 0;
	border: 1px solid rgba(255,255,255,.42);
	background: rgba(255,255,255,.06);
}

.thq-newsletter__form input {
	min-width: 0;
	height: 60px;
	padding: 0 20px;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: var(--thq-ui);
	font-size: 13px;
}

.thq-newsletter__form input::placeholder { color: rgba(255,255,255,.58); }

.thq-newsletter__form button {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 5px;
	padding: 0 20px;
	border: 0;
	background: var(--thq-lime);
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
}

.thq-newsletter__privacy {
	margin: 15px 0 0;
	font-size: 9px;
	opacity: .52;
}

.thq-newsletter__privacy.is-success {
	color: var(--thq-lime);
	opacity: 1;
}

.thq-newsletter__orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.thq-newsletter__orbit--one { width: 820px; height: 820px; }
.thq-newsletter__orbit--two { width: 1120px; height: 1120px; }

.thq-footer {
	padding: 78px 0 24px;
	background: var(--thq-ink-deep);
	color: #fff;
}

.thq-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr .7fr .7fr 1fr;
	gap: 60px;
}

.thq-brand--footer { color: #fff; }
.thq-footer__brand > p,
.thq-footer__column p {
	margin: 22px 0 0;
	font-family: var(--thq-display);
	font-size: 13px;
	line-height: 1.6;
	opacity: .56;
}

.thq-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.thq-footer__column h2 {
	margin: 0 0 10px;
	font-family: var(--thq-ui);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--thq-lime);
}

.thq-footer__column a:not(.thq-text-link) {
	font-size: 11px;
	opacity: .68;
}

.thq-text-link--light {
	margin-top: 16px;
	color: var(--thq-lime) !important;
}

.thq-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 64px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.thq-footer__bottom p {
	margin: 0;
	font-size: 9px;
	opacity: .42;
}

@media (max-width: 1120px) {
	.thq-nav { gap: 18px; }
	.thq-hero__grid { grid-template-columns: 1fr .8fr; gap: 30px; }
	.thq-system-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-filter-grid { grid-template-columns: repeat(4, 1fr); }
	.thq-evidence-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 920px) {
	.admin-bar .thq-header { top: 46px; }
	.thq-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 24px 24px;
		background: rgba(243,241,233,.98);
		color: var(--thq-ink);
		border-bottom: 1px solid var(--thq-line);
	}
	.thq-nav.is-open { display: flex; }
	.thq-nav a { padding: 14px 0; border-bottom: 1px solid var(--thq-line); }
	.thq-menu-button { display: grid; }
	.thq-header__search { display: none; }
	.thq-hero { min-height: auto; }
	.thq-hero__grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 70px; }
	.thq-hero__content { max-width: 760px; }
	.thq-planet { width: min(100%, 560px); margin: 0 auto; }
	.thq-section-heading--split { grid-template-columns: 1fr; align-items: start; gap: 22px; }
	.thq-section-heading--split > p { max-width: 640px; }
	.thq-stat-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-stat { border-bottom: 1px solid var(--thq-line); }
	.thq-stat:nth-child(2) { border-right: 0; }
	.thq-boundary-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-guide-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-text-link { justify-self: start; }
	.thq-dashboard__intro { grid-template-columns: 1fr; gap: 18px; }
	.thq-dashboard__intro .thq-kicker,
	.thq-dashboard__intro h2,
	.thq-dashboard__intro > p:last-child { grid-column: 1; grid-row: auto; }
	.thq-dashboard__tool { grid-template-columns: 220px minmax(0, 1fr); }
	.thq-dashboard__nav button { grid-template-columns: 22px 1fr 8px; padding: 12px; }
	.thq-dashboard__panel { padding: 30px 26px; }
	.thq-dashboard__trend { grid-template-columns: 1fr; }
	.thq-solution-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-solution-card:nth-child(3n) { border-right: 1px solid var(--thq-line); }
	.thq-solution-card:nth-child(2n) { border-right: 0; }
	.thq-trust__layout { grid-template-columns: 1fr; }
	.thq-trust__intro { position: static; max-width: 700px; }
	.thq-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	.thq-wrap { width: min(100% - 32px, 1240px); }
	.thq-header__inner { min-height: 68px; gap: 10px; }
	.thq-brand__mark { width: 36px; height: 36px; }
	.thq-brand__mark svg { width: 24px; height: 24px; }
	.thq-brand__words strong { font-size: 16px; }
	.thq-brand__words small { display: none; }
	.thq-header__brief { display: none; }
	.thq-hero__grid { padding-top: 120px; }
	.thq-hero h1 { font-size: clamp(45px, 13vw, 62px); }
	.thq-hero__intro { font-size: 17px; }
	.thq-button-row { flex-direction: column; }
	.thq-button { width: 100%; }
	.thq-planet__count { width: 88px; height: 88px; right: 0; }
	.thq-planet__count strong { font-size: 22px; }
	.thq-planet__count span { font-size: 7px; }
	.thq-planet figcaption { flex-direction: column; align-items: center; gap: 7px; }
	.thq-snapshot,
	.thq-section,
	.thq-dashboard,
	.thq-newsletter { padding-top: 82px; padding-bottom: 82px; }
	.thq-section-heading { margin-bottom: 36px; }
	.thq-section-heading h2,
	.thq-dashboard__intro h2,
	.thq-trust__intro h2 { font-size: 40px; }
	.thq-stat-grid { grid-template-columns: 1fr; }
	.thq-stat,
	.thq-stat:nth-child(2) { min-height: 170px; border-right: 0; }
	.thq-stat__label { margin-bottom: 25px; }
	.thq-snapshot__note { flex-direction: column; align-items: flex-start; }
	.thq-snapshot__note div { flex-direction: column; gap: 10px; }
	.thq-boundary-grid,
	.thq-system-grid,
	.thq-guide-grid,
	.thq-solution-grid,
	.thq-evidence-grid { grid-template-columns: 1fr; }
	.thq-boundary-card { min-height: 480px; }
	.thq-system-card { min-height: 320px; }
	.thq-guide-card__body { min-height: 280px; }
	.thq-dashboard__tool { display: block; }
	.thq-dashboard__nav {
		display: flex;
		overflow-x: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.18);
		scroll-snap-type: x mandatory;
	}
	.thq-dashboard__nav button {
		flex: 0 0 180px;
		min-height: 60px;
		border-right: 1px solid rgba(255,255,255,.11);
		border-bottom: 0;
		scroll-snap-align: start;
	}
	.thq-dashboard__nav button.is-active::before { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 3px; }
	.thq-dashboard__panel { padding: 28px 18px; }
	.thq-dashboard__panel-head { align-items: flex-start; flex-direction: column; }
	.thq-dashboard__panel-head h3 { font-size: 35px; }
	.thq-dashboard__metrics { grid-template-columns: 1fr; }
	.thq-dashboard__metrics > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
	.thq-dashboard__related { align-items: flex-start; flex-direction: column; }
	.thq-filter-grid { grid-template-columns: 1fr 1fr; }
	.thq-solution-card,
	.thq-solution-card:nth-child(3n) { border-right: 0; }
	.thq-evidence-lane { min-height: 320px; }
	.thq-learning-row { grid-template-columns: 36px 1fr 36px; gap: 10px; padding-block: 22px; }
	.thq-learning-row__meta { grid-column: 2; flex-wrap: wrap; }
	.thq-learning-row__arrow { grid-column: 3; grid-row: 1; }
	.thq-learning-row__main strong { font-size: 21px; }
	.thq-trust__grid a { grid-template-columns: 24px 1fr 20px; gap: 12px; }
	.thq-newsletter h2 { font-size: 49px; }
	.thq-newsletter__form { grid-template-columns: 1fr; border: 0; background: none; gap: 9px; }
	.thq-newsletter__form input { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
	.thq-newsletter__form button { justify-content: center; min-height: 54px; margin: 0; }
	.thq-footer__grid { grid-template-columns: 1fr; gap: 40px; }
	.thq-footer__bottom { flex-direction: column; }
}

@media (max-width: 430px) {
	.thq-filter-grid { grid-template-columns: 1fr; }
	.thq-solution-results__head { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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