/* Homepage-chrome: cream header + dark footer, for all public pages. */

html {
	height: 100%;
}

body {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

.header-default {
	flex-shrink: 0;
}

.header-default .container {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 34px;
	padding-right: 34px;
}

.home-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 34px;
	padding-right: 34px;
}

.home-foot {
	background: #141821;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	flex-shrink: 0;
	margin-top: auto;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

main {
	flex: 1 0 auto;
}

.home-foot a {
	text-decoration: none;
}

.home-foot-brand {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.home-foot-brand:hover,
.home-foot-brand:focus-visible {
	color: inherit;
	text-decoration: none;
}

.home-foot-mark {
	position: absolute;
	right: -80px;
	bottom: -150px;
	width: 420px;
	height: 420px;
	pointer-events: none;
	z-index: -1;
	opacity: 0.14;
	mix-blend-mode: screen;
}

.home-foot-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-wordmark {
	display: flex;
	align-items: flex-end;
	gap: 0.10em;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.95;
	color: #FFFFFF;
}

.home-wordmark i {
	width: 0.20em;
	height: 0.20em;
	background: #4C7EF3;
	border-radius: 50%;
	margin-bottom: 0.055em;
}

.home-foot .home-wrap {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 74px 34px 34px;
}

.home-foot-grid {
	display: grid;
	grid-template-columns: minmax(180px, 1.2fr) minmax(40px, 0.75fr) repeat(2, minmax(150px, 1fr)) minmax(200px, 1.15fr);
	gap: 34px;
	align-items: start;
}

.home-foot-tagline {
	margin: 20px 0 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.4px;
	color: #FFFFFF;
}

.home-foot-tagline em {
	display: inline-block;
	font-style: italic;
	transform: translateY(4px);
}

.home-foot-col p {
	margin: 0;
	font-size: 14.5px;
	font-weight: 700;
	color: #FFFFFF;
}

.home-foot-col > a {
	display: block;
	margin-top: 14px;
	font-size: 14.5px;
	color: #C9CED7;
}

.home-foot-col > a:first-of-type {
	margin-top: 18px;
}

.home-foot-col > a:hover {
	color: #FFFFFF;
}

.home-foot-contact .footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 11px;
	color: #C9CED7;
	font-size: 14.5px;
	line-height: 1.4;
	letter-spacing: 0;
	text-decoration: none;
}

.home-foot-contact .footer-contact-item > div {
	font-size: 14.5px;
	line-height: 1.4;
	letter-spacing: 0;
	color: inherit;
}

.home-foot-contact a.footer-contact-item:hover {
	color: #FFFFFF;
}

.home-foot-contact .footer-icon-small {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 2px;
	display: block;
	filter: brightness(0) invert(1);
	opacity: 0.82;
}

.home-foot-legal {
	margin-top: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	flex-wrap: wrap;
	font-size: 11px;
	color: #C9CED7;
}

.home-foot-copy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.home-foot-credit a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.home-foot-legal a {
	color: #C9CED7;
}

.home-foot-legal a:hover {
	color: #FFFFFF;
}

.home-foot-legal div {
	display: flex;
	gap: 34px;
}

@media (max-width: 980px) {
	.home-foot-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home-foot-col--empty {
		display: none;
	}
}

@media (max-width: 720px) {
	.header-default .container,
	.home-wrap,
	.home-foot .home-wrap {
		padding-left: 22px;
		padding-right: 22px;
	}

	.home-foot-grid {
		grid-template-columns: 1fr;
	}

	.home-foot-mark {
		right: -70px;
		bottom: -110px;
		width: 300px;
		height: 300px;
	}
}
