.ep-footer {
	--ep-footer-navy: #0b1f36;
	--ep-footer-ink: #132033;
	--ep-footer-teal: #19b9b6;
	--ep-footer-muted: #aebfd0;
	--ep-footer-line: rgba(255, 255, 255, .12);
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 10% 4%, rgba(25, 185, 182, .13), transparent 29rem), linear-gradient(145deg, var(--ep-footer-navy) 0%, #091a2d 72%);
	color: #fff;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
}

.ep-footer *,
.ep-footer *::before,
.ep-footer *::after { box-sizing: border-box; }

.ep-footer::after {
	content: "";
	position: absolute;
	right: -140px;
	top: -210px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 50%;
	box-shadow: 0 0 0 66px rgba(255, 255, 255, .018), 0 0 0 132px rgba(255, 255, 255, .012);
	pointer-events: none;
}

.ep-footer a { color: inherit; }
.ep-footer button,
.ep-footer input { font: inherit; }

.ep-footer__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ep-footer__primary {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
	gap: 22px;
	padding: 42px 0 28px;
}

.ep-footer__primary--contact-only { grid-template-columns: minmax(0, 1fr); }
.ep-footer__primary--contact-only .ep-contact {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	padding: 32px;
}
.ep-footer__primary--contact-only .ep-map { min-height: 250px; }

.ep-card {
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 22px;
	background: rgba(255, 255, 255, .065);
	box-shadow: 0 22px 55px rgba(0, 0, 0, .13);
}

.ep-newsletter {
	position: relative;
	min-height: 100%;
	padding: 30px;
	overflow: hidden;
}

.ep-newsletter::before {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -110px;
	width: 290px;
	height: 290px;
	border-radius: 50%;
	background: rgba(25, 185, 182, .13);
	pointer-events: none;
}

.ep-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 11px;
	color: #90e9e3;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ep-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ep-footer-teal);
	box-shadow: 0 0 0 5px rgba(25, 185, 182, .13);
}

.ep-newsletter h2,
.ep-contact h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: -.035em;
}

.ep-newsletter__copy {
	max-width: 620px;
	margin: 14px 0 18px;
	color: #c9d5e3;
	font-size: 16px;
	line-height: 1.6;
}

.ep-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.ep-benefits li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: #edf7fa;
	font-size: 13px;
	font-weight: 720;
}

.ep-benefits li::before {
	content: "✓";
	color: #66e0d6;
	font-weight: 900;
}

.ep-form-note {
	position: relative;
	margin: 10px 0 0;
	color: #8498ad;
	font-size: 11.5px;
	line-height: 1.45;
}

/* Ecomail keeps ownership of submission and consent; only its presentation is changed. */
.ep-footer-newsletter,
.ep-footer-newsletter > div,
.ep-footer-newsletter form,
.ep-footer-newsletter .ec-v-form-holder,
.ep-footer-newsletter .ec-v-form-step,
.ep-footer-newsletter .ec-v-form-column {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ep-footer-newsletter .ec-v-form-text,
.ep-footer-newsletter .ec-v-form-spacer,
.ep-footer-newsletter .ec-v-form-image { display: none !important; }

.ep-footer-newsletter .ec-v-form-column {
	display: grid !important;
	grid-template-columns: minmax(130px, .72fr) minmax(190px, 1fr) auto;
	grid-template-areas: "name email submit" "consent consent consent";
	gap: 9px !important;
	align-items: end;
}

.ep-footer-newsletter .ec-v-form-input {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ep-footer-newsletter .ec-v-form-input:has(input[name="ecmw[name]"]) { grid-area: name; }
.ep-footer-newsletter .ec-v-form-input:has(input[name="ecmw[email]"]) { grid-area: email; }
.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) { grid-area: consent; }
.ep-footer-newsletter .ec-v-form-submit {
	grid-area: submit;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ep-footer-newsletter input[name="ecmw[firstname_hnp_ecomail]"] { display: none !important; }

.ep-footer-newsletter label:not(.ec-v-form-checkbox-label) {
	display: block !important;
	margin: 0 0 5px !important;
	color: #dce8f1 !important;
	font-size: 11px !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
}

.ep-footer-newsletter input[type="text"],
.ep-footer-newsletter input[type="email"] {
	width: 100% !important;
	min-width: 0 !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid rgba(255, 255, 255, .17) !important;
	border-radius: 13px !important;
	outline: 0 !important;
	background: #fff !important;
	color: var(--ep-footer-ink) !important;
	font-size: 15px !important;
	box-shadow: none !important;
}

.ep-footer-newsletter input[type="text"]:focus,
.ep-footer-newsletter input[type="email"]:focus {
	border-color: var(--ep-footer-teal) !important;
	box-shadow: 0 0 0 4px rgba(25, 185, 182, .28) !important;
}

.ep-footer-newsletter input[type="submit"],
.ep-footer-newsletter button[type="submit"] {
	width: auto !important;
	min-width: 166px !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: var(--ep-footer-teal) !important;
	color: #061b25 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	white-space: normal !important;
	box-shadow: 0 14px 32px rgba(25, 185, 182, .2) !important;
	cursor: pointer;
}

.ep-footer-newsletter input[type="submit"]:hover,
.ep-footer-newsletter button[type="submit"]:hover { filter: brightness(1.05); }

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px !important;
	align-items: start;
	padding-top: 2px !important;
	color: #9fb0c3 !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) > input[type="checkbox"] {
	grid-column: 1;
	grid-row: 1;
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) > label { display: none !important; }
.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) > .ec-forms-chck-lbl-text {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) h6 {
	margin: 0 !important;
	color: #9fb0c3 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) h6 a {
	color: #c5d6e6 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) > .ec-v-form-error {
	grid-column: 2;
}

.ep-footer-newsletter input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: var(--ep-footer-teal);
}

.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) label,
.ep-footer-newsletter .ec-v-form-checkbox-label {
	margin: 0 !important;
	color: #9fb0c3 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

.ep-contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px;
	gap: 22px;
	padding: 28px;
}

.ep-contact h2 { font-size: 27px; }
.ep-address {
	margin: 10px 0 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
}

.ep-directions {
	margin: 0 0 16px;
	color: var(--ep-footer-muted);
	font-size: 12.5px;
	line-height: 1.55;
}

.ep-contact-links { display: grid; gap: 8px; }
.ep-contact-links a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	min-height: 38px;
	color: #eaf4fa;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
}

.ep-contact-links a span:first-child {
	display: inline-grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: rgba(25, 185, 182, .12);
	color: #76e4dc;
}

.ep-map {
	position: relative;
	display: block;
	align-self: stretch;
	min-height: 190px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 15px;
	background: #dce5ea;
	text-decoration: none;
}

.ep-map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.75) contrast(.95);
}

.ep-map span {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 9px 10px;
	border-radius: 10px;
	background: rgba(8, 26, 45, .9);
	color: #fff;
	font-size: 11.5px;
	font-weight: 850;
	text-align: center;
}

.ep-footer__navigation {
	display: grid;
	grid-template-columns: 1.45fr .8fr 1fr 1.1fr;
	gap: 14px;
	padding: 0 0 28px;
}

.ep-nav-group {
	min-width: 0;
	margin: 0;
	padding: 20px;
	border: 0;
	border-top: 1px solid var(--ep-footer-line);
}

.ep-nav-group summary { display: none; }
.ep-nav-group__content { display: block !important; }
.ep-nav-group h3,
.ep-nav-title {
	margin: 0 0 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .055em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ep-nav-list {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ep-nav-list li { margin: 0; padding: 0; }
.ep-nav-list a {
	display: flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 0;
	color: var(--ep-footer-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.ep-nav-list a:hover,
.ep-nav-list a:focus-visible { color: #fff; }
.ep-tools { display: grid; gap: 8px; }
.ep-tool {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 18px;
	gap: 10px;
	align-items: center;
	min-height: 64px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 13px;
	background: rgba(255, 255, 255, .045);
	text-decoration: none;
}

.ep-tool__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(25, 185, 182, .14);
	color: #76e4dc;
	font-size: 17px;
}

.ep-tool strong {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1.25;
}

.ep-tool small {
	display: block;
	margin-top: 3px;
	color: #8fa4b9;
	font-size: 10.5px;
	line-height: 1.35;
}

.ep-tool__arrow { color: #6fcfc9; font-size: 17px; }
.ep-payments {
	border-top: 1px solid var(--ep-footer-line);
	border-bottom: 1px solid var(--ep-footer-line);
	background: rgba(255, 255, 255, .035);
}

.ep-payments__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 82px;
}

.ep-payments__label strong { display: block; font-size: 13px; font-weight: 850; }
.ep-payments__label span { display: block; margin-top: 3px; color: #8fa4b9; font-size: 11.5px; }
.ep-payment-logos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	min-width: 0;
}

.ep-payment-logo {
	display: grid;
	place-items: center;
	min-width: 65px;
	height: 38px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 9px;
	background: #fff;
}

.ep-payment-logo img { display: block; max-width: 78px; max-height: 22px; object-fit: contain; }
.ep-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	min-height: 92px;
	padding: 16px 0;
}

.ep-languages { display: flex; align-items: center; gap: 7px; }
.ep-language {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 999px;
	color: var(--ep-footer-muted);
	font-size: 11.5px;
	font-weight: 750;
	text-decoration: none;
}

.ep-language.is-active { background: #fff; color: var(--ep-footer-ink); }
.ep-socials { display: flex; align-items: center; justify-content: center; gap: 6px; }
.ep-social {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 11px;
	background: rgba(255, 255, 255, .05);
	color: #dce8f1;
	text-decoration: none;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.ep-social__icon {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
	flex: none;
}

.ep-social__icon--stroke {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ep-social__icon--stroke .ep-social__icon-dot {
	fill: currentColor;
	stroke: none;
}

.ep-social--google .ep-social__icon { width: 20px; height: 20px; }

.ep-social:hover,
.ep-social:focus-visible,
.ep-tool:hover,
.ep-tool:focus-visible { border-color: rgba(102, 224, 214, .55); background: rgba(25, 185, 182, .12); color: #fff; }
.ep-social:hover,
.ep-social:focus-visible { transform: translateY(-1px); }
.ep-footer a:focus-visible,
.ep-footer button:focus-visible,
.ep-footer summary:focus-visible { outline: 3px solid #70e7df; outline-offset: 3px; }
.ep-copyright { justify-self: end; color: #8296aa; font-size: 11.5px; font-weight: 650; }

@media (max-width: 980px) {
	.ep-footer__inner { width: min(calc(100% - 36px), 900px); }
	.ep-footer__primary { grid-template-columns: 1fr; padding-top: 30px; }
	.ep-newsletter { padding: 28px; }
	.ep-contact { grid-template-columns: minmax(0, 1fr) 220px; }
	.ep-footer__primary--contact-only .ep-contact { grid-template-columns: minmax(0, 1fr) minmax(220px, 320px); }
	.ep-footer__navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ep-footer__bottom { grid-template-columns: 1fr 1fr; }
	.ep-socials { justify-content: flex-end; }
	.ep-copyright { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 760px) {
	.ep-footer-newsletter .ec-v-form-column {
		grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
		grid-template-areas: "name email" "submit submit" "consent consent";
	}
	.ep-footer-newsletter input[type="submit"],
	.ep-footer-newsletter button[type="submit"] { width: 100% !important; }
}

@media (max-width: 640px) {
	.ep-footer::after { opacity: .55; }
	.ep-footer__inner { width: min(calc(100% - 28px), 520px); }
	.ep-footer__primary { gap: 14px; padding: 20px 0 18px; }
	.ep-card { border-radius: 18px; }
	.ep-newsletter { padding: 22px 18px; }
	.ep-newsletter h2 { font-size: 30px; }
	.ep-newsletter__copy { margin: 11px 0 15px; font-size: 14px; line-height: 1.55; }
	.ep-benefits { gap: 6px; margin-bottom: 17px; }
	.ep-benefits li { min-height: 31px; padding: 6px 9px; font-size: 11.5px; }
	.ep-footer-newsletter .ec-v-form-column {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "name" "email" "submit" "consent";
	}
	.ep-footer-newsletter input[type="text"],
	.ep-footer-newsletter input[type="email"],
	.ep-footer-newsletter input[type="submit"],
	.ep-footer-newsletter button[type="submit"] { min-height: 50px !important; height: 50px !important; }
	.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]),
	.ep-footer-newsletter .ec-v-form-input:has(input[type="checkbox"]) label { font-size: 10.5px !important; }
	.ep-form-note { font-size: 10.5px; }

	.ep-contact { grid-template-columns: 1fr; gap: 16px; padding: 21px 18px; }
	.ep-footer__primary--contact-only .ep-contact { grid-template-columns: 1fr; padding: 21px 18px; }
	.ep-footer__primary--contact-only .ep-map { min-height: 175px; }
	.ep-contact h2 { font-size: 25px; }
	.ep-map { min-height: 150px; }
	.ep-contact-links { grid-template-columns: 1fr; gap: 7px; }
	.ep-contact-links a:last-child { grid-column: auto; }

	.ep-footer__navigation { display: block; padding-bottom: 18px; }
	.ep-nav-group { padding: 0; border-top: 1px solid var(--ep-footer-line); }
	.ep-nav-group summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 54px;
		padding: 0 3px;
		color: #fff;
		font-size: 13px;
		font-weight: 850;
		list-style: none;
		cursor: pointer;
	}
	.ep-nav-group summary::-webkit-details-marker { display: none; }
	.ep-nav-group summary::after { content: "+"; color: #6fd8d1; font-size: 20px; font-weight: 500; }
	.ep-nav-group[open] summary::after { content: "−"; }
	.ep-nav-group__content { display: none !important; padding: 0 4px 16px; }
	.ep-nav-group[open] .ep-nav-group__content { display: block !important; }
	.ep-nav-group h3,
	.ep-nav-title { display: none; }
	.ep-nav-list a { min-height: 42px; padding: 8px 0; font-size: 13px; }
	.ep-tool { min-height: 68px; }

	.ep-payments__inner { display: block; padding: 17px 0; }
	.ep-payments__label { margin-bottom: 12px; }
	.ep-payment-logos { flex-wrap: wrap; justify-content: flex-start; overflow: visible; padding-bottom: 0; }
	.ep-payment-logo { flex: 1 1 64px; max-width: 96px; }
	.ep-payment-logo img { max-width: 100%; }

	.ep-footer__bottom { display: flex; flex-direction: column; min-height: 0; padding: 20px 0 26px; }
	.ep-socials { order: 1; flex-wrap: wrap; justify-content: center; }
	.ep-languages { order: 2; }
	.ep-copyright { order: 3; justify-self: auto; }
}

@media (max-width: 360px) {
	.ep-footer__inner { width: calc(100% - 20px); }
	.ep-newsletter,
	.ep-contact { padding-inline: 15px; }
	.ep-payment-logo { min-width: 59px; padding-inline: 8px; }
	.ep-socials { width: 210px; }
}

@media (prefers-reduced-motion: reduce) {
	.ep-footer *,
	.ep-footer *::before,
	.ep-footer *::after { scroll-behavior: auto !important; transition: none !important; }
}
