/* Desktop header nav. Hidden with the Elementor parent on tablet/mobile. */

.elementor-shortcode:has(.lhn) {
	width: 100%;
	overflow: visible;
}

.lhn {
	--lhn-ink: #2E2E2E;
	--lhn-standard: #2E2E2E;
	--lhn-rule: #707070;
	--lhn-line: 4px;
	--lhn-duration: 0.15s;
	--lhn-ease: ease;
	position: relative;
	width: 100%;
	overflow: visible;
	font-family: Lato, sans-serif;
	color: var(--lhn-ink);
}

.lhn a {
	color: inherit;
	text-decoration: none;
}

.lhn__items {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	list-style: none;
}

.lhn__item {
	position: static;
	flex: 1 1 auto;
	display: flex;
	margin: 0;
	padding: 0;
	overflow: visible;
	list-style: none;
}

.lhn__hit {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 11px 8px 15px;
	border-top: var(--lhn-line) solid transparent;
	box-sizing: border-box;
	overflow: visible;
	cursor: pointer;
}

.lhn__overline {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: var(--lhn-line);
	background: var(--lhn-standard);
	opacity: 0;
	transition: opacity var(--lhn-duration) var(--lhn-ease);
	pointer-events: none;
}

.lhn__item--school .lhn__overline {
	left: var(--lhn-box-left, 0px);
	right: var(--lhn-box-right, 0px);
	background: var(--lhn-standard);
}

.lhn__sides {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--lhn-box-left, 0px);
	right: var(--lhn-box-right, 0px);
	z-index: 2;
	border-right: 1px solid var(--lhn-rule);
	border-left: 1px solid var(--lhn-rule);
	box-sizing: border-box;
	opacity: 0;
	transition: opacity var(--lhn-duration) var(--lhn-ease);
	pointer-events: none;
}

/* Hide current while another item is hovered. */
.lhn:not(.is-ready) .lhn__item:hover .lhn__overline,
.lhn:not(.is-ready) .lhn__item:focus-within .lhn__overline,
.lhn:not(.is-ready):not(:hover) .lhn__item.is-current .lhn__overline,
.lhn__item.is-hovered .lhn__overline,
.lhn:not(.is-hovering) .lhn__item.is-current .lhn__overline {
	opacity: 1;
}

.lhn:not(.is-ready) .lhn__item--school:hover .lhn__sides,
.lhn:not(.is-ready) .lhn__item--school:focus-within .lhn__sides,
.lhn:not(.is-ready):not(:hover) .lhn__item--school.is-current .lhn__sides,
.lhn__item--school.is-hovered .lhn__sides,
.lhn:not(.is-hovering) .lhn__item--school.is-current .lhn__sides {
	opacity: 1;
}

.lhn__label {
	display: block;
	text-align: center;
	font-size: var(--e-global-typography-e4c284c-font-size, 16px);
	font-weight: var(--e-global-typography-e4c284c-font-weight, 400);
	line-height: var(--e-global-typography-e4c284c-line-height, 1.3);
	white-space: nowrap;
}

.lhn__item--school .lhn__hit {
	align-items: flex-start;
	padding-right: 16px;
	padding-left: 16px;
}

.lhn__item--school .lhn__label {
	width: max-content;
	text-align: left;
}

.lhn .b-menu {
	display: block;
	color: var(--lhn-ink);
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.lhn .m-menu {
	display: block;
	color: var(--lhn-ink);
}

.lhn__tereo {
	display: block;
	font-weight: 400;
}

.lhn__panel {
	display: none;
	position: absolute;
	top: 100%;
	left: var(--lhn-panel-left, 0px);
	right: var(--lhn-panel-right, 0px);
	z-index: 40;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid var(--lhn-rule);
	border-radius: 0 0 12px 12px;
	background: linear-gradient(95deg, #e8e8e8 0.12%, rgba(232, 232, 232, 0.64) 100%);
	box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.lhn__item--school:hover .lhn__panel,
.lhn__item--school:focus-within .lhn__panel,
.lhn__item--school.is-hovered .lhn__panel {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.lhn__panel-main {
	flex: 1 1 70%;
	padding: 40px;
}

.lhn__panel-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 24px;
}

.lhn__panel-heading {
	margin: 0 0 16px;
	font-family: var(--e-global-typography-eb74d5b-font-family, Lato, sans-serif);
	font-size: var(--e-global-typography-eb74d5b-font-size, 22px);
	font-weight: var(--e-global-typography-eb74d5b-font-weight, 700);
	line-height: var(--e-global-typography-eb74d5b-line-height, 1.2);
	color: var(--lhn-ink);
}

.lhn__panel-heading--light {
	color: #fff;
}

.lhn__panel-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhn__panel-list li {
	margin: 0;
	padding: 3px 0;
}

.lhn__panel-list a,
.lhn__panel-list span {
	position: relative;
	display: inline-block;
	font-size: var(--e-global-typography-e4c284c-font-size, 16px);
	line-height: var(--e-global-typography-e4c284c-line-height, 1.4);
	color: var(--lhn-ink);
}

.lhn__panel-list a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: var(--lhn-ink);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform var(--lhn-duration) var(--lhn-ease);
}

.lhn__panel-list a:hover,
.lhn__panel-list a:focus-visible {
	color: var(--lhn-ink);
}

.lhn__panel-list a:hover::after,
.lhn__panel-list a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.lhn__panel-side {
	position: relative;
	flex: 0 0 30%;
	padding: 40px;
	color: #fff;
	background: linear-gradient(110deg, var(--lhn-accent) -11.62%, #2e2e2e 45.85%, #02090d 136.32%);
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.36) inset;
}

.lhn__panel-side::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--lhn-side-motif);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

.lhn__panel-side > * {
	position: relative;
	z-index: 1;
}

.lhn__panel-list--light a,
.lhn__panel-list--light span {
	color: #fff;
}

.lhn__panel-list--light a::after {
	background: #fff;
}

/* Panels span from the first school left vertical to the last school right vertical. */
