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

.efl-hm {
	--efl-ink: #1b1b1b;
	--efl-yellow: #fedd00;
	--efl-yellow-soft: #fff5b2;
	--efl-panel: #f7f7f7;
	--efl-white: #fff;
	--efl-line: #e7e7e7;
	color: var(--efl-ink);
	font-family: "Prompt", sans-serif;
	font-size: 16px;
	width: 100%;
}

.efl-hm button,
.efl-hm a {
	font: inherit;
}

.efl-hm button {
	color: inherit;
}

.efl-hm__desktop {
	position: relative;
	width: 100%;
}

.efl-hm__top-list {
	align-items: stretch;
	display: flex;
	gap: 3px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.efl-hm__top-item {
	display: flex;
	margin: 0;
	padding: 0;
}

.efl-hm .efl-hm__top-trigger,
.efl-hm .efl-hm__top-link {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--efl-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	font-family: "Prompt", sans-serif;
	gap: 8px;
	justify-content: center;
	line-height: 1.35;
	min-height: 72px;
	padding: 12px 0;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
}

.efl-hm .efl-hm__top-trigger {
	background: transparent;
	border: 0;
	padding-inline: 10px;
}

.efl-hm .efl-hm__top-link {
	padding-inline: 10px;
}

.efl-hm .efl-hm__top-trigger:hover,
.efl-hm .efl-hm__top-trigger:focus-visible,
.efl-hm .efl-hm__top-trigger[aria-expanded="true"] {
	background: var(--efl-yellow-soft);
	color: var(--efl-ink) !important;
	outline: 0;
}

.efl-hm .efl-hm__top-link:hover,
.efl-hm .efl-hm__top-link:focus-visible,
.efl-hm .efl-hm__top-link.is-current {
	color: #174896;
	outline: 0;
}

.efl-hm__arrow {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.efl-hm__panel-layer {
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

.efl-hm__mega {
	background: var(--efl-panel);
	box-shadow: 0 14px 30px rgb(0 0 0 / 12%);
	left: var(--efl-hm-panel-left, 0px);
	max-height: calc(100vh - var(--efl-hm-panel-top, 110px));
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: absolute;
	top: 0;
	width: var(--efl-hm-panel-width, min(660px, calc(100vw - 32px)));
}

.efl-hm__mega:not(.has-active-tab):not(.efl-hm__mega--links-only) {
	width: calc(var(--efl-hm-panel-width, 660px) * 0.42);
}

.efl-hm__mega[data-mega-panel="0"]:not(.has-active-tab) {
	width: calc(var(--efl-hm-panel-width, 880px) * 0.36);
}

.efl-hm__mega[hidden],
.efl-hm__drawer[hidden],
.efl-hm__submenu[hidden] {
	display: none !important;
}

.efl-hm__mega-inner {
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	min-height: 0;
	width: var(--efl-hm-panel-width, 660px);
}

.efl-hm__mega[data-mega-panel="0"] .efl-hm__mega-inner {
	grid-template-columns: minmax(0, 36%) minmax(0, 64%);
}

.efl-hm__tabs {
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0;
}

.efl-hm .efl-hm__tab {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 3px solid transparent;
	color: var(--efl-ink);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-family: "Prompt", sans-serif;
	font-weight: 600;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 44px;
	padding: 10px 20px 10px 21px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
}

.efl-hm .efl-hm__tab > span,
.efl-hm .efl-hm__mega-link > span {
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.efl-hm .efl-hm__tab > .efl-hm__arrow,
.efl-hm .efl-hm__mega-link > .efl-hm__arrow {
	margin-left: auto;
}

.efl-hm .efl-hm__tab:hover,
.efl-hm .efl-hm__tab:focus-visible,
.efl-hm .efl-hm__tab.is-active {
	background: var(--efl-yellow-soft);
	border-left-color: var(--efl-yellow);
	color: var(--efl-ink) !important;
	outline: 0;
}

.efl-hm__tab-panels {
	background: var(--efl-white);
	display: grid;
	min-width: 0;
	padding: 10px 24px 11px;
}

.efl-hm__tab-panel {
	grid-area: 1 / 1;
	pointer-events: none;
	visibility: hidden;
}

.efl-hm__tab-panel[hidden] {
	display: block !important;
}

.efl-hm__tab-panel.is-active:not([hidden]) {
	pointer-events: auto;
	visibility: visible;
}

.efl-hm__link-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.efl-hm__link-list li {
	margin: 0;
	padding: 0;
}

.efl-hm .efl-hm__mega-link {
	align-items: center;
	color: var(--efl-ink);
	display: flex;
	font-size: 16px;
	font-family: "Prompt", sans-serif;
	font-weight: 600;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 40px;
	padding: 8px 0;
	text-decoration: none;
}

.efl-hm .efl-hm__mega-link:hover,
.efl-hm .efl-hm__mega-link:focus-visible {
	color: var(--efl-ink);
	outline: 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.efl-hm .efl-hm__mega-link.is-current {
	color: #174896;
}

.efl-hm__mega--links-only .efl-hm__mega-inner {
	grid-template-columns: minmax(0, 1fr);
}

.efl-hm__mega--links-only,
.efl-hm__mega--links-only .efl-hm__tabs {
	background: var(--efl-white);
}

.efl-hm__mobile {
	display: none;
	justify-content: flex-end;
	position: relative;
	width: 100%;
}

.efl-hm .efl-hm__mobile-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 10px;
	width: 48px;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
}

.efl-hm .efl-hm__mobile-toggle:focus-visible {
	background: var(--efl-yellow-soft);
	outline: 2px solid var(--efl-yellow);
	outline-offset: 2px;
}

.efl-hm__hamburger,
.efl-hm__hamburger span {
	display: block;
}

.efl-hm__hamburger {
	height: 20px;
	position: relative;
	width: 24px;
}

.efl-hm__hamburger span {
	background: currentColor;
	height: 2px;
	left: 0;
	position: absolute;
	transition: top 180ms ease, transform 180ms ease, opacity 180ms ease;
	width: 24px;
}

.efl-hm__hamburger span:nth-child(1) { top: 2px; }
.efl-hm__hamburger span:nth-child(2) { top: 9px; }
.efl-hm__hamburger span:nth-child(3) { top: 16px; }

.efl-hm__mobile-toggle[aria-expanded="true"] .efl-hm__hamburger span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.efl-hm__mobile-toggle[aria-expanded="true"] .efl-hm__hamburger span:nth-child(2) {
	opacity: 0;
}

.efl-hm__mobile-toggle[aria-expanded="true"] .efl-hm__hamburger span:nth-child(3) {
	top: 9px;
	transform: rotate(-45deg);
}

.efl-hm__drawer {
	background: var(--efl-white);
	box-shadow: 0 12px 20px rgb(0 0 0 / 10%);
	height: calc(100dvh - var(--efl-hm-drawer-top, 100px));
	left: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: fixed;
	top: var(--efl-hm-drawer-top, 100px);
	width: 100vw;
	z-index: 9998;
}

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

.efl-hm__mobile-item {
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 0;
}

.efl-hm .efl-hm__accordion-trigger,
.efl-hm .efl-hm__mobile-link {
	align-items: center;
	background: var(--efl-white);
	border: 0;
	color: var(--efl-ink);
	display: flex;
	font-size: 16px;
	font-family: "Prompt", sans-serif;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 47px;
	padding: 11px 24px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
}

.efl-hm .efl-hm__accordion-trigger {
	cursor: pointer;
}

.efl-hm .efl-hm__accordion-trigger:hover,
.efl-hm .efl-hm__accordion-trigger:focus-visible,
.efl-hm .efl-hm__accordion-trigger[aria-expanded="true"],
.efl-hm .efl-hm__mobile-link:hover,
.efl-hm .efl-hm__mobile-link:focus-visible,
.efl-hm .efl-hm__mobile-link.is-current {
	background: var(--efl-yellow-soft);
	color: var(--efl-ink) !important;
	outline: 0;
}

.efl-hm__plus {
	flex: 0 0 auto;
	height: 18px;
	position: relative;
	width: 18px;
}

.efl-hm__plus::before,
.efl-hm__plus::after {
	background: currentColor;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.efl-hm__plus::before {
	height: 2px;
	width: 16px;
}

.efl-hm__plus::after {
	height: 16px;
	width: 2px;
}

.efl-hm__accordion-trigger[aria-expanded="true"] .efl-hm__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.efl-hm__mobile-list--level-1 .efl-hm__accordion-trigger,
.efl-hm__mobile-list--level-1 .efl-hm__mobile-link {
	background: #fafafa;
	padding-left: 34px;
}

.efl-hm__mobile-list--level-1 .efl-hm__accordion-trigger:hover,
.efl-hm__mobile-list--level-1 .efl-hm__accordion-trigger:focus-visible,
.efl-hm__mobile-list--level-1 .efl-hm__accordion-trigger[aria-expanded="true"],
.efl-hm__mobile-list--level-1 .efl-hm__mobile-link:hover,
.efl-hm__mobile-list--level-1 .efl-hm__mobile-link:focus-visible,
.efl-hm__mobile-list--level-1 .efl-hm__mobile-link.is-current {
	background: var(--efl-yellow-soft);
	color: var(--efl-ink) !important;
}

.efl-hm__mobile-list--level-2 .efl-hm__accordion-trigger,
.efl-hm__mobile-list--level-2 .efl-hm__mobile-link {
	background: var(--efl-white);
	font-weight: 500;
	padding-left: 48px;
}

.efl-hm__sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

body.efl-hm-lock {
	overflow: hidden;
}

.efl-hm__notice {
	background: #fff4e5;
	border-left: 4px solid #f0a000;
	font-size: 13px;
	margin: 0;
	padding: 8px 12px;
}

@media (max-width: 1024px) {
	.efl-hm--desktop .efl-hm__desktop,
	.efl-hm--auto .efl-hm__desktop {
		display: none;
	}

	.efl-hm--auto .efl-hm__mobile,
	.efl-hm--mobile .efl-hm__mobile {
		display: flex;
	}
}

@media (min-width: 1025px) {
	.efl-hm--mobile {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efl-hm *,
	.efl-hm *::before,
	.efl-hm *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
