body,
html {
	scroll-behavior: smooth;
	scroll-padding-top: 3em;
}

.landing-page {
	padding: 0;
	margin: -30px 0 0;
}

@media all and (min-width: 30em) {
	.landing-page {
		font-size: 1.25rem
	}
}

.landing-page h1 {
	margin-block-end: 1.75rem;
	text-align: center;
}

@media all and (min-width: 30em) {
	.landing-page h1 {
		font-size: 2.5rem
	}
}

@media all and (min-width: 45em) {
	.landing-page h1 {
		font-size: 3.5rem
	}
}

.landing-page p {
	line-height: 1.75;
}

.landing-page button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: .5em max(1em, 7.5%);
	border: none;
	background-color: #921004;
	color: #fff;
	font-size: 1.125em;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	transition: all ease-in-out 300ms;
}

.landing-page blockquote {
	padding-block: 3em;
}

.landing-page blockquote p {
	position: relative;
	margin-block-start: 0;
	margin-block-end: 1.3333em;
	padding-inline: 1.75em;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.3333;
	text-align: center;
}

@media all and (min-width: 30em) {
	.landing-page blockquote p {
		font-size: 1.5rem
	}
}

@media all and (min-width: 45em) {
	.landing-page blockquote p {
		font-size: 1.75rem
	}
}

.landing-page blockquote p::before {
	content: 'â€ž';
	position: absolute;
	top: -1em;
	left: 0;
	color: #9F9F9F;
	font-size: 3.5em;
	font-weight: 900;
	font-style: normal;
}

.landing-page blockquote p::after {
	content: 'â€œ';
	position: absolute;
	bottom: -1em;
	right: 0;
	color: #9F9F9F;
	font-size: 3.5em;
	font-weight: 900;
	font-style: normal;
}

.landing-page blockquote cite {
	display: block;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

.landing-page img {
	max-width: 100%;
	height: auto;
}

.landing-page [hidden] {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition-behavior: allow-discrete;
	transition: all ease-in-out 300ms;
}

.landing-page :not([hidden]) {
	visibility: visible;
	max-height: 2000vh;
	transition: all ease-in-out 300ms;
}

.landing-page~.c-site-footer {
	margin-top: 0;
}

@media all and (max-width: 850px) {
	.landing-page {
		margin: 0;
	}
}

.landing-page-hero img {
	width: 100%;
}

@media all and (max-width: 39.9999em) {
	.landing-page-hero img {
		aspect-ratio: 1/1 !important;
		object-fit: cover;
	}
}

.landing-page-content {
	max-width: 82.5rem;
	margin-inline: auto;
	margin-block-end: 4.5em;
	padding-inline: 1em;
}

.landing-page-content>*+* {
	margin-top: 3em;
}

.landing-page-heading {
	position: relative;
	margin-top: -7em;
	padding: 3em max(1em, 12%);
	background-color: #921004;
	color: #fff;
}

@media all and (max-width: 39.9999em) {

	.landing-page-heading {
		padding-inline: 1em
	}
}

.landing-page-heading> :first-child {
	margin-block-start: 0;
}

.landing-page-heading> :last-child {
	margin-block-end: 0;
}

.lp-columns {
	display: grid;
	grid-template-columns: 1fr;
	background-color: #F1F1F9;
}

.c-article-item_highlighted .lp-columns {
	background-color: #F4E7E5;
}

.lp-columns .lp-columns {
	margin-top: 1em;
}

@media all and (min-width: 40em) {
	.lp-columns-two {
		grid-template-columns: 1fr 1fr;
	}
}

.lp-full-width {
	grid-column: 1 / -1;
}

.column-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2em;
	grid-row: 2;
}

@media all and (min-width: 40em) {
	.column-text {
		grid-row: auto;
	}
}

.column-text.has-background {
	background-color: #F1F1F9;
}

.c-article-item_highlighted .column-text.has-background {
	background-color: #F4E7E5;
}

.column-text p + p {
	margin-top: 1em;
}

.column-text> :first-child {
	margin-block-start: 0;
}

.column-text> :last-child {
	margin-block-end: 0;
}

.column-image {
	padding: 0;
	grid-row: 1;
}

@media all and (min-width: 40em) {
	.column-image {
		grid-row: auto;
	}
}

.column-image img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.lp-align-center {
	text-align: center;
}

.lp-align-full {
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding-inline: 0;
}

.lp-align-full>* {
	max-width: 82.5rem;
	margin-inline: auto;
	padding-inline: 1rem;
}

img.lp-align-full {
	width: 100vw;
	max-width: 100vw;
}

.lp-dialog-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000;
}

.lp-dialog-wrapper[aria-hidden="true"] {
	display: none;
}

.lp-dialog-wrapper [data-a11y-dialog-hide] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lp-dialog {
	display: flex;
	flex-direction: column;
	max-width: 60em;
	max-height: min(100vh, 40em) !important;
	background-color: #9F9F9F;
	color: #02302a;
	z-index: 10;
}

.lp-dialog h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	border: none;
	text-transform: uppercase;
}

.lp-dialog p {
	text-align: center;
	text-transform: uppercase;
}

.lp-dialog .lp-dialog-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.5em 1.5em;
	background-color: #02302a;
	color: #fff;
}

.lp-dialog .lp-dialog-content {
	flex: 1;
	margin: 1em 1.5em;
	padding: 1em 1em 2em;
	border: 1px solid #fff;
	text-align: center;
	overflow: auto;
}

.lp-dialog .lp-close {
	width: auto;
	padding: 0;
	background: none;
	border: none;
}
