@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/assets/fonts/open-sans-latin-300-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/assets/fonts/open-sans-latin-ext-300-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/open-sans-latin-400-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/open-sans-latin-ext-400-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	min-height: 100dvh;
	font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	background-color: #111111;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color: #ffffff;
}

.main-container {
	position: relative;
	min-height: 100%;
	min-height: 100dvh;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.main-container__scrim {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #111111;
	opacity: 0.4;
	pointer-events: none;
}

.bg-img {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.bg-img__media {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	min-height: 100dvh;
	box-sizing: border-box;
	padding-block: clamp(1.5rem, 4vh, 3rem);
}

.center {
	width: 100%;
	max-width: 1020px;
	margin-inline: auto;
	padding-inline: var(--page-pad-inline, 0);
	text-align: center;
}

.hero-cluster {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	gap: clamp(0.25rem, 1.5vh, 0.75rem);
}

.logotype {
	max-width: 100%;
}

.logo-box {
	padding-block: clamp(0.75rem, 2vh, 1.5rem) clamp(0.5rem, 1.5vh, 1rem);
}

.logo-box img,
.brand-logo {
	display: block;
	margin-inline: auto;
	max-width: 100%;
	height: auto;
}

.brand-logo {
	width: min(100%, var(--logo-max, 400px));
	max-width: var(--logo-max, 400px);
}

.site-content {
	width: 100%;
	color: #fff;
}

.heading {
	margin: 0;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.5rem, 2vw + 1rem, 2.8125rem);
	line-height: 1.2;
}

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

.description {
	font-weight: 300;
	font-style: normal;
}

.description p {
	margin: 0;
	font-size: clamp(0.8125rem, 0.35vw + 0.78rem, 0.875rem);
	line-height: 1.45;
}

.description p:not(:last-child) {
	margin-bottom: 0.625rem;
}

@media (max-width: 670px) and (orientation: portrait) {
	.brand-logo {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
	:root {
		--page-pad-inline: 0;
	}

	.wrapper {
		padding-inline: 0;
	}

	.logo-box {
		padding-inline: 0;
	}
}

@media (orientation: landscape), (min-width: 768px) {
	:root {
		--page-pad-inline: clamp(0.625rem, 2.5vw, 2.5rem);
		--logo-max: 400px;
	}

	@media (min-width: 1024px) {
		:root {
			--page-pad-inline: clamp(1rem, 3vw, 2.75rem);
		}
	}
}
