.els-careers-page {
	--els-careers-primary: #2f455c;
	--els-careers-accent: #21d0b3;
	background: #fff;
	box-sizing: border-box;
	color: var(--els-careers-primary);
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	padding-top: 88px;
	position: relative;
	width: 100vw !important;
}

.els-careers-page *,
.els-careers-page *::before,
.els-careers-page *::after {
	box-sizing: border-box;
}

.els-careers-page__frame-shell {
	background: #fff;
	min-height: calc(100dvh - 88px);
	position: relative;
	width: 100%;
}

.els-careers-page__loader {
	align-items: center;
	color: rgba(47, 69, 92, 0.72);
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	gap: 0.75rem;
	left: 50%;
	letter-spacing: 0.01em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.els-careers-page__loader-mark {
	animation: elsCareersSpin 780ms linear infinite;
	border: 2px solid rgba(47, 69, 92, 0.16);
	border-radius: 50%;
	border-top-color: var(--els-careers-accent);
	display: block;
	height: 1.4rem;
	width: 1.4rem;
}

.els-careers-page__frame {
	background: transparent;
	border: 0;
	display: block;
	height: calc(100dvh - 88px);
	min-height: 780px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.els-careers-page__frame-shell.is-loaded .els-careers-page__loader {
	display: none;
}

.els-careers-page__fallback {
	align-items: center;
	background: #fff;
	border-top: 1px solid rgba(47, 69, 92, 0.1);
	display: flex;
	font-size: 0.82rem;
	gap: 0.35rem;
	justify-content: center;
	margin: 0 !important;
	min-height: 3.25rem;
	padding: 0.8rem 1.25rem;
	text-align: center;
}

.els-careers-page__fallback[hidden] {
	display: none;
}

.els-careers-page__fallback a {
	color: var(--els-careers-primary);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: var(--els-careers-accent);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.els-careers-page__fallback a:hover {
	color: #172c40;
}

.els-careers-page__fallback a:focus-visible {
	border-radius: 0.2rem;
	outline: 3px solid rgba(33, 208, 179, 0.35);
	outline-offset: 0.25rem;
}

@keyframes elsCareersSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 767px) {
	.els-careers-page {
		padding-top: 76px;
	}

	.els-careers-page__frame-shell {
		min-height: calc(100dvh - 76px);
	}

	.els-careers-page__frame {
		height: calc(100dvh - 76px);
		min-height: 700px;
	}

	.els-careers-page__fallback {
		align-items: baseline;
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.els-careers-page__loader-mark {
		animation: none;
	}
}
