/* UX-187: page-scoped branded/entity owner for page 42094. */

.page-id-42094.marko-smp-entity-page {
	--marko-smp-blue: #165582;
	--marko-smp-action: #1e79b7;
	--marko-smp-navy: #102f49;
	--marko-smp-pale: #eef6fb;
	--marko-smp-text: #182b39;
	--marko-smp-muted: #526b7d;
	--marko-smp-border: #c9dce9;
	--marko-smp-focus: #b46200;
}

.page-id-42094.marko-smp-entity-page .site-main {
	overflow: visible;
}

.page-id-42094.marko-smp-entity-page .page-content {
	padding: 0 !important;
}

.marko-smp-entity,
.marko-smp-entity * {
	box-sizing: border-box;
}

.marko-smp-entity {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto clamp(56px, 8vw, 96px);
	color: var(--marko-smp-text);
	font-size: 17px;
	line-height: 1.62;
}

.marko-smp-entity img {
	display: block;
	width: 100%;
	height: auto;
}

.marko-smp-entity p,
.marko-smp-entity li,
.marko-smp-entity a,
.marko-smp-entity button,
.marko-smp-entity figcaption {
	font-size: max(16px, 1em);
}

.marko-smp-entity p {
	margin: 0 0 1em;
}

.marko-smp-entity h1,
.marko-smp-entity h2,
.marko-smp-entity h3 {
	color: var(--marko-smp-navy);
	font-weight: 740;
	letter-spacing: -0.018em;
}

.marko-smp-entity h1 {
	max-width: 720px;
	margin: 0 0 18px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
}

.marko-smp-entity h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.16;
}

.marko-smp-entity h3 {
	margin: 0 0 10px;
	font-size: clamp(21px, 2vw, 25px);
	line-height: 1.28;
}

.marko-smp-entity__eyebrow {
	margin: 0 0 10px !important;
	font-size: 13px !important;
	font-weight: 780;
	line-height: 1.35;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--marko-smp-blue);
}

.marko-smp-entity__prose {
	width: min(100%, 800px);
}

.marko-smp-entity__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr);
	align-items: center;
	gap: clamp(28px, 4vw, 52px);
	margin-top: clamp(24px, 3vw, 36px);
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--marko-smp-border);
	border-left: 6px solid var(--marko-smp-blue);
	border-radius: 20px;
	background: var(--marko-smp-pale);
}

.marko-smp-entity__lead {
	font-size: clamp(20px, 2.25vw, 25px) !important;
	line-height: 1.5;
	color: var(--marko-smp-navy);
}

.marko-smp-entity__team-note {
	font-size: 16px !important;
	line-height: 1.55;
	color: var(--marko-smp-text);
}

.marko-smp-entity__boundary,
.marko-smp-entity__external-note {
	font-size: 15px !important;
	line-height: 1.5;
	color: var(--marko-smp-muted);
}

.marko-smp-entity__hero-media,
.marko-smp-entity__proof-media,
.marko-smp-entity__author-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--marko-smp-border);
	border-radius: 16px;
	background: #fff;
}

.marko-smp-entity__hero-media {
	overflow: visible;
}

.marko-smp-entity__hero-media img,
.marko-smp-entity__scheme-dialog img {
	aspect-ratio: 1542 / 1080;
	object-fit: contain;
}

.marko-smp-entity__scheme-trigger {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 15px 15px 0 0;
	color: var(--marko-smp-blue);
	background: #fff;
	cursor: zoom-in;
	font-family: inherit;
	text-align: left;
	appearance: none;
	overflow: hidden;
}

.page-id-42094.marko-smp-entity-page .marko-smp-entity__scheme-trigger:focus-visible {
	outline-color: var(--marko-smp-focus) !important;
	outline-style: solid !important;
	outline-width: 3px !important;
	outline-offset: 3px !important;
	transition: none !important;
}

.marko-smp-entity__scheme-visual {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.marko-smp-entity__scheme-mask {
	position: absolute;
	left: 3.7%;
	bottom: 8.6%;
	z-index: 1;
	display: block;
	width: 42%;
	height: 3.5%;
	background: #fff;
	pointer-events: none;
}

.marko-smp-entity__scheme-trigger-label {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-top: 1px solid var(--marko-smp-border);
	font-size: 16px !important;
	font-weight: 740;
	line-height: 1.3;
	text-align: center;
}

.marko-smp-entity__scheme-trigger:hover .marko-smp-entity__scheme-trigger-label {
	color: var(--marko-smp-navy);
	background: var(--marko-smp-pale);
}

.marko-smp-entity figcaption {
	padding: 13px 16px;
	font-size: 14px !important;
	line-height: 1.45;
	color: var(--marko-smp-muted);
	background: #fff;
}

.marko-smp-entity__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.marko-smp-entity__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 21px;
	border: 2px solid var(--marko-smp-blue);
	border-radius: 10px;
	font-weight: 720;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.marko-smp-entity__button--primary,
.marko-smp-entity__button--primary:visited {
	color: #fff !important;
	background: var(--marko-smp-blue);
}

.marko-smp-entity__button--primary:hover,
.marko-smp-entity__button--primary:active {
	border-color: var(--marko-smp-navy) !important;
	color: #fff !important;
	background: var(--marko-smp-navy) !important;
}

.marko-smp-entity__button--secondary,
.marko-smp-entity__button--secondary:visited {
	color: var(--marko-smp-navy) !important;
	background: #fff;
}

.marko-smp-entity__button--secondary:hover,
.marko-smp-entity__button--secondary:active {
	color: var(--marko-smp-navy) !important;
	background: #dfeef8 !important;
}

.marko-smp-entity a:focus-visible,
.marko-smp-entity button:focus-visible {
	outline-color: var(--marko-smp-focus) !important;
	outline-style: solid !important;
	outline-width: 3px !important;
	outline-offset: 3px !important;
}

.page-id-42094.marko-smp-entity-page.marko-smp-scheme-dialog-open {
	overflow: hidden;
}

.marko-smp-entity__scheme-dialog {
	width: min(96vw, 1480px);
	max-width: none;
	max-height: 94dvh;
	margin: auto;
	padding: 0;
	border: 1px solid var(--marko-smp-border);
	border-radius: 18px;
	color: var(--marko-smp-text);
	background: #fff;
	box-shadow: 0 24px 80px rgb(16 47 73 / 32%);
	overflow: hidden;
}

.marko-smp-entity__scheme-dialog::backdrop {
	background: rgb(8 25 38 / 78%);
}

.marko-smp-entity__scheme-dialog-shell {
	display: grid;
	max-height: 94dvh;
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.marko-smp-entity__scheme-dialog-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px 16px;
	border-bottom: 1px solid var(--marko-smp-border);
	background: var(--marko-smp-pale);
}

.marko-smp-entity__scheme-dialog-header .marko-smp-entity__eyebrow {
	margin-bottom: 5px !important;
}

.marko-smp-entity__scheme-dialog-header h2 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.18;
}

.marko-smp-entity__scheme-dialog-close {
	display: inline-flex;
	min-width: 92px;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 9px 15px;
	border: 2px solid var(--marko-smp-blue);
	border-radius: 10px;
	color: var(--marko-smp-navy);
	background: #fff;
	font-family: inherit;
	font-weight: 740;
	line-height: 1.2;
	cursor: pointer;
}

.marko-smp-entity__scheme-dialog-close:hover,
.marko-smp-entity__scheme-dialog-close:active {
	color: #fff;
	background: var(--marko-smp-blue);
}

.marko-smp-entity__scheme-dialog-visual {
	display: grid;
	min-height: 0;
	place-items: center;
	padding: clamp(10px, 2vw, 24px);
	background: #fff;
	overflow: auto;
}

.marko-smp-entity__scheme-dialog-visual .marko-smp-entity__scheme-visual {
	display: inline-grid;
	width: fit-content;
	max-width: 100%;
	place-items: center;
}

.marko-smp-entity__scheme-dialog-visual .marko-smp-entity__scheme-visual img {
	width: auto;
	max-width: 100%;
	max-height: calc(94dvh - 230px);
}

.marko-smp-entity__scheme-dialog-caption {
	margin: 0 !important;
	padding: 13px 22px 15px;
	border-top: 1px solid var(--marko-smp-border);
	font-size: 15px !important;
	line-height: 1.45;
	color: var(--marko-smp-muted);
	background: #fff;
}

.marko-smp-entity__text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 0;
	font-weight: 720;
	line-height: 1.4;
	color: var(--marko-smp-blue) !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.marko-smp-entity__text-link:visited {
	color: var(--marko-smp-blue) !important;
}

.marko-smp-entity__text-link:hover,
.marko-smp-entity__text-link:active {
	color: var(--marko-smp-action) !important;
	text-decoration-thickness: 2px;
}

.marko-smp-entity__proof-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 0;
}

.marko-smp-entity__proof-rail a {
	display: flex;
	min-height: 112px;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 20px;
	border: 1px solid var(--marko-smp-border);
	border-radius: 14px;
	color: var(--marko-smp-navy) !important;
	background: #fff;
	text-decoration: none !important;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.marko-smp-entity__proof-rail a:visited,
.marko-smp-entity__related-grid a:visited {
	color: var(--marko-smp-navy) !important;
}

.marko-smp-entity__proof-rail a:hover,
.marko-smp-entity__proof-rail a:active,
.marko-smp-entity__related-grid a:hover,
.marko-smp-entity__related-grid a:active {
	border-color: var(--marko-smp-action);
	box-shadow: 0 8px 22px rgb(16 47 73 / 10%);
	color: var(--marko-smp-blue) !important;
}

.marko-smp-entity__proof-rail strong,
.marko-smp-entity__related-grid strong {
	font-size: 19px;
	line-height: 1.3;
}

.marko-smp-entity__proof-rail span,
.marko-smp-entity__related-grid span {
	font-size: 15px;
	line-height: 1.45;
	color: var(--marko-smp-muted);
}

.marko-smp-entity__section {
	padding: clamp(48px, 7vw, 82px) 0;
	border-bottom: 1px solid var(--marko-smp-border);
}

.marko-smp-entity__card-grid {
	display: grid;
	gap: 16px;
	margin-top: 28px;
}

.marko-smp-entity__card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marko-smp-entity__card {
	min-width: 0;
	height: 100%;
	padding: 25px;
	border: 1px solid var(--marko-smp-border);
	border-radius: 15px;
	background: #fff;
}

.marko-smp-entity__card-kicker {
	margin-bottom: 14px !important;
	font-size: 13px !important;
	font-weight: 780;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--marko-smp-action);
}

.marko-smp-entity__author-grid,
.marko-smp-entity__proof-media-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 56px);
}

.marko-smp-entity__author-media {
	width: min(100%, 297px);
	justify-self: center;
}

.marko-smp-entity__proof-media-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	margin-top: 28px;
}

.marko-smp-entity__proof-media img {
	aspect-ratio: 800 / 452;
	object-fit: cover;
}

.marko-smp-entity__proof-media:nth-child(2) img {
	aspect-ratio: 16 / 9;
}

.marko-smp-entity__context {
	background: var(--marko-smp-pale);
	border-radius: 18px;
	padding-inline: clamp(24px, 5vw, 56px);
}

.marko-smp-entity__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.marko-smp-entity__steps li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--marko-smp-border);
	border-radius: 14px;
	background: #fff;
}

.marko-smp-entity__steps li > span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 780;
	color: #fff;
	background: var(--marko-smp-blue);
}

.marko-smp-entity__steps strong {
	display: block;
	margin-bottom: 7px;
	font-size: 19px;
	line-height: 1.3;
	color: var(--marko-smp-navy);
}

.marko-smp-entity__steps p:last-child {
	margin-bottom: 0;
}

.marko-smp-entity__related {
	padding-top: clamp(48px, 7vw, 82px);
	border-bottom: 0;
}

.marko-smp-entity__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.marko-smp-entity__related-grid a {
	display: flex;
	min-height: 126px;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 22px;
	border: 1px solid var(--marko-smp-border);
	border-radius: 14px;
	color: var(--marko-smp-navy) !important;
	background: #fff;
	text-decoration: none !important;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.page-id-42094.marko-smp-entity-page .marko-smp-entity__related .marko-smp-entity__related-grid > a {
	display: flex;
	min-height: 126px;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 22px;
	border: 1px solid var(--marko-smp-border);
	border-radius: 14px;
	background: #fff;
}

.page-id-42094.marko-smp-entity-page .marko-smp-entity__related .marko-smp-entity__related-grid > a > strong,
.page-id-42094.marko-smp-entity-page .marko-smp-entity__related .marko-smp-entity__related-grid > a > span {
	display: block;
}

.marko-smp-entity__final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
	align-items: center;
	gap: 30px;
	margin-top: clamp(44px, 7vw, 78px);
	padding: clamp(30px, 5vw, 52px);
	border-radius: 20px;
	color: #fff;
	background: var(--marko-smp-navy);
}

.marko-smp-entity__final h2,
.marko-smp-entity__final .marko-smp-entity__eyebrow,
.marko-smp-entity__final p {
	color: #fff;
}

.marko-smp-entity__final p:last-child {
	margin-bottom: 0;
	color: #e6f1f8;
}

.marko-smp-entity__actions--final {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 0;
}

.marko-smp-entity__final .marko-smp-entity__button--primary,
.marko-smp-entity__final .marko-smp-entity__button--primary:visited {
	border-color: #fff;
	color: var(--marko-smp-navy) !important;
	background: #fff;
}

.marko-smp-entity__final .marko-smp-entity__button--primary:hover,
.marko-smp-entity__final .marko-smp-entity__button--primary:active {
	border-color: #dfeef8 !important;
	color: var(--marko-smp-navy) !important;
	background: #dfeef8 !important;
}

.marko-smp-entity__final .marko-smp-entity__button--secondary,
.marko-smp-entity__final .marko-smp-entity__button--secondary:visited {
	border-color: #fff;
	color: #fff !important;
	background: transparent;
}

.marko-smp-entity__final .marko-smp-entity__button--secondary:hover,
.marko-smp-entity__final .marko-smp-entity__button--secondary:active {
	border-color: #dfeef8 !important;
	color: var(--marko-smp-navy) !important;
	background: #dfeef8 !important;
}

@media (max-width: 960px) {
	.marko-smp-entity__hero,
	.marko-smp-entity__author-grid,
	.marko-smp-entity__final {
		grid-template-columns: 1fr;
	}

	.marko-smp-entity__hero-media {
		width: min(100%, 760px);
		justify-self: center;
	}

	.marko-smp-entity__card-grid--three,
	.marko-smp-entity__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.marko-smp-entity__final .marko-smp-entity__actions--final {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.marko-smp-entity__proof-rail,
	.marko-smp-entity__proof-media-grid,
	.marko-smp-entity__card-grid--three,
	.marko-smp-entity__steps,
	.marko-smp-entity__related-grid {
		grid-template-columns: 1fr;
	}

	.marko-smp-entity__proof-rail a,
	.marko-smp-entity__related-grid a {
		min-height: 96px;
	}

	.page-id-42094.marko-smp-entity-page .marko-smp-entity__related .marko-smp-entity__related-grid > a {
		min-height: 96px;
	}

	.marko-smp-entity__final .marko-smp-entity__actions--final {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.page-id-42094.marko-smp-entity-page .marko-smp-entity {
		width: calc(100% - 24px);
		font-size: 16px;
	}

	.marko-smp-entity__hero {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 24px;
		padding: 22px 18px;
		border-left-width: 4px;
		border-radius: 14px;
	}

	.marko-smp-entity h1 {
		font-size: 30px;
		line-height: 1.08;
	}

	.marko-smp-entity h2 {
		font-size: 27px;
	}

	.marko-smp-entity__lead {
		font-size: 19px !important;
	}

	.marko-smp-entity__team-note {
		font-size: 15px !important;
	}

	.marko-smp-entity__scheme-dialog {
		width: calc(100vw - 16px);
		max-height: calc(100dvh - 16px);
		border-radius: 13px;
	}

	.marko-smp-entity__scheme-dialog-shell {
		max-height: calc(100dvh - 16px);
	}

	.marko-smp-entity__scheme-dialog-header {
		gap: 12px;
		padding: 14px;
	}

	.marko-smp-entity__scheme-dialog-header h2 {
		font-size: 20px;
	}

	.marko-smp-entity__scheme-dialog-close {
		min-width: 78px;
		padding-inline: 10px;
		font-size: 14px;
	}

	.marko-smp-entity__scheme-dialog-visual {
		padding: 8px;
	}

	.marko-smp-entity__scheme-dialog-visual .marko-smp-entity__scheme-visual img {
		max-height: calc(100dvh - 240px);
	}

	.marko-smp-entity__scheme-dialog-caption {
		padding: 10px 14px 12px;
		font-size: 14px !important;
	}

	.marko-smp-entity__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 20px;
	}

	.marko-smp-entity__button {
		width: 100%;
		min-height: 52px;
		padding-inline: 15px;
	}

	.marko-smp-entity__proof-rail {
		margin-top: 18px;
	}

	.marko-smp-entity__section {
		padding: 44px 0;
	}

	.marko-smp-entity__context {
		padding-inline: 18px;
		border-radius: 14px;
	}

	.marko-smp-entity__card,
	.marko-smp-entity__steps li,
	.marko-smp-entity__related-grid a {
		padding: 20px;
	}

	.page-id-42094.marko-smp-entity-page .marko-smp-entity__related .marko-smp-entity__related-grid > a {
		padding: 20px;
	}

	.marko-smp-entity__final {
		gap: 22px;
		padding: 26px 20px;
		border-radius: 14px;
	}
}

@media (max-width: 340px) {
	.marko-smp-entity h1 {
		font-size: 28px;
	}

	.marko-smp-entity h2 {
		font-size: 25px;
	}
}

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