.bekaa-has-wd-bottom-section #mk-theme-container {
	overflow: visible !important;
}

[data-bekaa-wd-bottom-section] {
	--wd_white: #fff;
	--wd_page-white: #f9f9f9;
	--size-075: 0.75rem;
	--size-1875: 1.875rem;
	--size-375: 3.75rem;
	--wd-section-entry-space: clamp(12rem, 15vw, 14rem);
	--container-pad: 1.25rem;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	color: var(--wd_white);
	background-color: var(--wd_page-white);
	overflow-x: clip;
}

.wpb_row:has([data-bekaa-wd-bottom-section]) + .mk-page-section-wrapper {
	background: #f9f9f9;
	position: relative;
	z-index: 4;
}

@media (min-width: 769px) {
	.wpb_row:has([data-bekaa-wd-bottom-section]) + .mk-page-section-wrapper .page-section-content {
		padding-top: clamp(9rem, 18vh, 15rem) !important;
	}
}

[data-bekaa-wd-bottom-section],
[data-bekaa-wd-bottom-section] * {
	box-sizing: border-box;
}

[data-bekaa-wd-bottom-section] img {
	display: block;
	max-width: none;
}

[data-bekaa-wd-bottom-section].padding-top-large-bottom-none {
	padding-top: var(--wd-section-entry-space);
	padding-bottom: 0;
}

[data-bekaa-wd-bottom-section].bg-deep-blue {
	background-color: var(--wd_page-white);
	color: var(--wd_white);
}

[data-bekaa-wd-bottom-section] section {
	margin: 0 auto;
	position: relative;
}

[data-bekaa-wd-bottom-section] section.padding-none {
	padding-top: 0;
	padding-bottom: 0;
}

[data-bekaa-wd-bottom-section] section.bg-transparent {
	background: transparent;
}

[data-bekaa-wd-bottom-section] .entertainment-intro {
	position: relative;
}

[data-bekaa-wd-bottom-section] .entertainment-imgs_outer {
	height: 200svh;
	overflow: clip;
}

[data-bekaa-wd-bottom-section] .entertainment-imgs_inner {
	height: 100svh;
	padding-inline: var(--size-075);
	justify-content: center;
	display: flex;
	position: relative;
}

[data-bekaa-wd-bottom-section] .entertainment-img {
	width: 33.3333%;
	position: relative;
	overflow: clip;
}

[data-bekaa-wd-bottom-section] .entertainment-img.is-left .entertainment-img_wrap {
	max-width: calc(100% - var(--size-075));
}

[data-bekaa-wd-bottom-section] .entertainment-img.is-right .entertainment-img_wrap {
	max-width: calc(100% - var(--size-075));
	margin-left: auto;
}

[data-bekaa-wd-bottom-section] .entertainment-img.entertain-sticky {
	flex: none;
}

[data-bekaa-wd-bottom-section] .entertainment-img_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: clip;
}

[data-bekaa-wd-bottom-section] .entertainment-img img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	color: transparent;
}

[data-bekaa-wd-bottom-section] .container-small {
	max-width: calc(100% - var(--size-375) * 2);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-continuation {
	display: none;
	position: relative;
	z-index: 4;
	background: var(--wd_page-white);
}

[data-bekaa-wd-bottom-section] .u-white {
	color: var(--wd_white);
}

[data-bekaa-wd-bottom-section] .u-relative {
	position: relative;
}

[data-bekaa-wd-bottom-section] .v-flex_center {
	align-items: center;
	row-gap: var(--size-1875);
	flex-flow: column;
	display: flex;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-heading {
	width: 100%;
	text-shadow:
		0 1px 1px rgba(255, 255, 255, .7),
		0 8px 26px rgba(255, 255, 255, .35);
}

[data-bekaa-wd-bottom-section] .scribble-el {
	pointer-events: none;
	position: absolute;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-logo-stage {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform-origin: center;
	will-change: transform, opacity;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-logo-wrap {
	width: min(78vw, 760px);
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-logo {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

body.bekaa-wd-bottom-sticky-suppressed .bekaa-sticky-booktour-host,
body.bekaa-wd-bottom-sticky-suppressed .bekaa-sticky-booktour-mobile-host {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

[data-bekaa-wd-bottom-section] .scribble-el svg {
	width: 100%;
	height: auto;
	overflow: visible;
}

[data-bekaa-wd-bottom-section] .scribble-el.title-section_svg {
	width: 160%;
	max-width: 40em;
	top: 80%;
	left: 50%;
	transform: translate(-50%);
}

[data-bekaa-wd-bottom-section] .mist-divider_wrap {
	z-index: 5;
	pointer-events: none;
	width: 100%;
	height: 100svh;
	position: relative;
}

[data-bekaa-wd-bottom-section] .mist-transition {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

[data-bekaa-wd-bottom-section] .mist-transition_image-container {
	transform-origin: bottom;
	z-index: 1;
	will-change: transform, opacity;
	opacity: 0;
	width: 100%;
	height: 100svh;
	transition: opacity 0.3s;
	position: sticky;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	transform: translateZ(0);
}

[data-bekaa-wd-bottom-section] .mist-transition_image-container.visible {
	opacity: 1;
}

[data-bekaa-wd-bottom-section] .mist-transition_image {
	object-fit: cover;
	object-position: top;
	background: linear-gradient(360deg, #fff, transparent 15%);
	width: 100%;
	height: 100%;
	display: block;
}

[data-bekaa-wd-bottom-section] .clouds-divider {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: clip;
}

[data-bekaa-wd-bottom-section] .clouds-divider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

[data-bekaa-wd-bottom-section] .cards-simple-section,
[data-bekaa-wd-bottom-section] .cards-simple_overflow,
[data-bekaa-wd-bottom-section] .cards-simple_overflow .container-small,
[data-bekaa-wd-bottom-section] .cards-simple_overflow .u-grid {
	width: 100%;
}

[data-bekaa-wd-bottom-section] .card-simple {
	text-align: center;
	z-index: 2;
	position: relative;
	overflow: clip;
	background: #d9d9d9;
}

[data-bekaa-wd-bottom-section] .card-simple_media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

[data-bekaa-wd-bottom-section] .card-simple_media img,
[data-bekaa-wd-bottom-section] .card-simple_media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

[data-bekaa-wd-bottom-section] .card-simple_overlay {
	z-index: 1;
	opacity: 1;
	pointer-events: none;
	background:
		linear-gradient(transparent 46.71%, rgba(0, 0, 0, 0.5) 100%),
		linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	position: absolute;
	inset: 0;
}

[data-bekaa-wd-bottom-section] .card-simple_content {
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 1.75rem 1.5rem 2.25rem;
	background:
		linear-gradient(transparent 46.71%, rgba(0, 0, 0, 0.2) 100%),
		linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	inset: 0;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-copy {
	width: 100%;
	max-width: 18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.875rem;
	margin-inline: auto;
	text-shadow:
		0 1px 1px rgba(0, 0, 0, 0.55),
		0 8px 26px rgba(0, 0, 0, 0.35);
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-title {
	margin: 0;
	color: var(--wd_white);
	font-family: "Gilda Display", Georgia, serif;
	font-size: clamp(2.35rem, 10vw, 3.5rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-body {
	margin: 0;
	color: rgba(255, 255, 255, 0.96);
	font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-size: 0.95rem;
	line-height: 1.55;
	font-weight: 400;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-cta-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 0.25rem;
}

[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-cta {
	width: min(100%, 15rem);
	min-height: 50px;
	padding-inline: 1.25rem;
	text-shadow:
		0 1px 1px rgba(0, 0, 0, 0.55),
		0 8px 26px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
	[data-bekaa-wd-bottom-section].padding-top-large-bottom-none {
		padding-top: 7.5rem;
	}

	[data-bekaa-wd-bottom-section] .entertainment-imgs_outer {
		height: 100svh;
	}

	[data-bekaa-wd-bottom-section] .entertainment-imgs_inner {
		height: 100svh;
		padding-left: 0;
		padding-right: 0;
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-logo-stage {
		padding: 1.25rem;
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-logo-wrap {
		width: min(78vw, 23rem);
	}

	[data-bekaa-wd-bottom-section] .entertainment-img {
		height: 100svh;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
	}

	[data-bekaa-wd-bottom-section] .entertainment-img.is-left .entertainment-img_wrap,
	[data-bekaa-wd-bottom-section] .entertainment-img.is-right .entertainment-img_wrap {
		max-width: 100%;
		height: 100%;
		margin: 0;
	}

	[data-bekaa-wd-bottom-section] .entertainment-img.entertain-sticky {
		width: 100% !important;
	}

	[data-bekaa-wd-bottom-section] .container-small {
		padding-inline: var(--container-pad);
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	[data-bekaa-wd-bottom-section] .scribble-el.title-section_svg {
		width: 100%;
		max-width: 40em;
		position: relative;
		top: 80%;
		left: 50%;
		transform: translate(-50%) translateY(-30%);
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-continuation {
		display: block;
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-continuation > .cards-simple-section > section {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		background: var(--wd_page-white);
	}

	[data-bekaa-wd-bottom-section] .cards-simple_overflow .container-small {
		max-width: calc(100% - 1.5rem);
		padding-inline: 0;
	}

	[data-bekaa-wd-bottom-section] .cards-simple_overflow .u-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	[data-bekaa-wd-bottom-section] .card-simple {
		aspect-ratio: 5 / 8;
		width: 100%;
		height: auto;
		min-height: 0;
	}

	[data-bekaa-wd-bottom-section] .card-simple + .card-simple {
		margin-top: 0;
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-copy {
		max-width: 17rem;
	}

	[data-bekaa-wd-bottom-section] .bekaa-wd-bottom-mobile-card-body {
		font-size: 1rem;
		line-height: 1.5;
	}
}
