body.bekaa-about-scrub-hero-page #mk-theme-container {
	overflow-x: clip;
	overflow-y: visible;
}

.bekaa-about-scrub-hero {
	--wd-white: #fff;
	--wd-logo-y: clamp(-5.25rem, -6.25svh, -3.75rem);
	--wd-logo-scrim-opacity: 0.38;
	--wd-feature-width: 100%;
	--wd-grid-bottom: 50%;
	--wd-grid-y: 50%;
	--wd-title-opacity: 1;
	--wd-radius-sm: 0;
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	height: 400svh;
	margin-bottom: clamp(3.5rem, 7vw, 7rem);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: var(--wd-white);
	color: var(--wd-white);
	isolation: isolate;
}

.bekaa-about-scrub-hero *,
.bekaa-about-scrub-hero *::before,
.bekaa-about-scrub-hero *::after {
	box-sizing: border-box;
}

.bekaa-about-scrub-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bekaa-about-scrub-hero__sticky {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100svh;
	overflow: clip;
	background: var(--wd-white);
}

.bekaa-about-scrub-hero__image-grid {
	position: absolute;
	right: 0;
	bottom: var(--wd-grid-bottom);
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	transform: translate3d(0, var(--wd-grid-y), 0);
	will-change: bottom, transform;
}

.bekaa-about-scrub-hero__row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	gap: 1rem;
}

.bekaa-about-scrub-hero__image {
	position: relative;
	flex: 0 1 auto;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 11;
	border-radius: var(--wd-radius-sm);
	background: var(--wd-white);
}

.bekaa-about-scrub-hero__image--featured {
	flex: none;
	width: var(--wd-feature-width);
	will-change: width;
}

.bekaa-about-scrub-hero__media {
	display: block;
	width: 100%;
	height: 100%;
}

.bekaa-about-scrub-hero__content {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	color: var(--wd-white);
	opacity: var(--wd-title-opacity);
	pointer-events: none;
	will-change: opacity;
}

.bekaa-about-scrub-hero__content-sticky {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100svh;
	padding: clamp(1rem, 4vw, 3rem);
	text-align: center;
}

.bekaa-about-scrub-hero__logo-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: min(78vw, 47.5rem);
	isolation: isolate;
	transform: translate3d(0, var(--wd-logo-y), 0);
	will-change: transform;
}

.bekaa-about-scrub-hero__logo-stage::before {
	position: absolute;
	z-index: -1;
	inset: -28% -18% -20%;
	border-radius: 999rem;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.58) 42%,
		rgba(0, 0, 0, 0.22) 64%,
		rgba(0, 0, 0, 0) 78%
	);
	content: "";
	filter: blur(22px);
	opacity: var(--wd-logo-scrim-opacity);
	pointer-events: none;
	transform: translateZ(0);
	will-change: opacity;
}

.bekaa-about-scrub-hero__logo-wrap,
.bekaa-about-scrub-hero .bekaa-logo-reveal {
	display: block;
	width: 100%;
	max-width: none;
	overflow: visible;
}

.bekaa-about-scrub-hero .bekaa-logo-reveal {
	height: auto;
}

.bekaa-about-scrub-hero .bekaa-logo-reveal * {
	will-change: transform, opacity, filter;
}

.bekaa-about-scrub-hero .bekaa-logo-reveal .st16 {
	fill: #fff;
}

@media (max-width: 767px), (hover: none), (prefers-reduced-motion: reduce) {
	.bekaa-about-scrub-hero {
		--wd-logo-y: 0;
		--wd-feature-width: 100% !important;
		--wd-grid-bottom: auto !important;
		--wd-grid-y: 0% !important;
		--wd-title-opacity: 1 !important;
		height: 100svh;
		min-height: 640px;
		margin-bottom: clamp(2.75rem, 11vw, 4.5rem);
	}

	.bekaa-about-scrub-hero__sticky {
		position: relative;
		height: 100%;
	}

	.bekaa-about-scrub-hero__image-grid {
		inset: 0;
		bottom: auto;
		display: block;
		height: 100%;
		transform: none;
	}

	.bekaa-about-scrub-hero__row--outer {
		display: none;
	}

	.bekaa-about-scrub-hero__row--main {
		display: block;
		height: 100%;
	}

	.bekaa-about-scrub-hero__row--main .bekaa-about-scrub-hero__image:not(.bekaa-about-scrub-hero__image--featured) {
		display: none;
	}

	.bekaa-about-scrub-hero__image--featured {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		border-radius: 0;
	}

	.bekaa-about-scrub-hero__content {
		height: 100%;
		opacity: 1;
	}

	.bekaa-about-scrub-hero__content-sticky {
		position: relative;
		height: 100%;
	}

	.bekaa-about-scrub-hero__logo-stage {
		max-width: min(86vw, 28rem);
	}
}

@media (max-width: 767px), (hover: none) {
	.bekaa-about-scrub-hero {
		height: calc(100svh + 700px);
		min-height: 1340px;
	}

	.bekaa-about-scrub-hero__sticky,
	.bekaa-about-scrub-hero__content-sticky {
		position: sticky;
		top: 0;
		height: 100svh;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bekaa-about-scrub-hero {
		height: 100svh;
		min-height: 640px;
	}

	.bekaa-about-scrub-hero__sticky,
	.bekaa-about-scrub-hero__content-sticky {
		position: relative;
		height: 100%;
	}
}
