/* HML Homepage Footer — Figma Footer / 2 / (1440 × 561) at y=16671 */

.hml-footer {
	--hml-footer-bg: #4f0220;
	--hml-footer-white: #ffffff;
	--hml-footer-rule: rgba(255, 255, 255, 0.2);
	--hml-footer-head: calc(18 * var(--hml-u));
	--hml-footer-link: calc(16 * var(--hml-u));
	--hml-footer-pad-x: calc(80 * var(--hml-u));
	--hml-footer-pad-t: calc(80 * var(--hml-u));
	--hml-footer-pad-b: calc(24 * var(--hml-u));
	--hml-footer-inner: calc(1440 * var(--hml-u));
	--hml-footer-frame: calc(1440 * var(--hml-u));
	--hml-footer-min-h: calc(561 * var(--hml-u));
	--hml-footer-stack-gap: calc(80 * var(--hml-u));
	--hml-footer-nav-gap: calc(40 * var(--hml-u));
	--hml-footer-col-gap: calc(16 * var(--hml-u));
	--hml-footer-col3: calc(269 * var(--hml-u));
	--hml-footer-col4: calc(230 * var(--hml-u));
	--hml-footer-cols: minmax(0, 1fr) minmax(0, 1fr) var(--hml-footer-col3) var(--hml-footer-col4);
	--hml-footer-link-py: calc(8 * var(--hml-u));
	--hml-footer-credits-gap: calc(19 * var(--hml-u));
	--hml-footer-legal-gap: calc(24 * var(--hml-u));
	--hml-footer-social-gap: calc(12 * var(--hml-u));
	--hml-footer-logo-w: calc(157.044 * var(--hml-u));
	--hml-footer-logo-h: calc(58.435 * var(--hml-u));
	--hml-footer-logo-col: calc(178 * var(--hml-u));
	--hml-footer-icon: calc(24 * var(--hml-u));
	--hml-footer-icon-box: calc(24 * var(--hml-u));
	--hml-footer-wm-l: calc(-219 * var(--hml-u));
	--hml-footer-wm-t: calc(116 * var(--hml-u));
	--hml-footer-wm-w: calc(453.432 * var(--hml-u));
	--hml-footer-wm-h: calc(461.374 * var(--hml-u));
	--hml-footer-wm-o: 0.1;
	--hml-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--hml-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

	position: relative;
	isolation: isolate;
	overflow: hidden;
	overflow-x: clip;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
	max-width: 100%;
	min-height: var(--hml-footer-min-h);
	box-sizing: border-box;
	background: var(--hml-footer-bg);
	color: var(--hml-footer-white);
	padding-top: var(--hml-footer-pad-t);
	padding-bottom: var(--hml-footer-pad-b);
	padding-left: 0;
	padding-right: 0;
	font-family: Inter, "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.hml-footer,
.hml-footer *,
.hml-footer *::before,
.hml-footer *::after {
	box-sizing: border-box;
}

.elementor-widget-hml-homepage-footer,
.elementor-widget-hml-homepage-footer > .elementor-widget-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.elementor-element.elementor-widget-hml-homepage-footer .hml-footer__inner,
.hml-footer__inner {
	max-width: min(100%, var(--hml-footer-frame));
	margin-left: auto;
	margin-right: auto;
}

.elementor-section:has(.elementor-widget-hml-homepage-footer),
.elementor-column:has(.elementor-widget-hml-homepage-footer),
.e-con:has(.elementor-widget-hml-homepage-footer),
.e-con-inner:has(.elementor-widget-hml-homepage-footer) {
	overflow: visible !important;
}

.hml-footer--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

html:has(.hml-footer--fullbleed):not(:has(.hml-header--sticky)) {
	overflow-x: clip;
}

.hml-footer__watermark {
	position: absolute;
	left: max(
		var(--hml-footer-wm-l),
		calc(50% - (var(--hml-footer-frame) / 2) + var(--hml-footer-wm-l))
	);
	top: var(--hml-footer-wm-t);
	z-index: 0;
	width: var(--hml-footer-wm-w);
	height: var(--hml-footer-wm-h);
	margin: 0;
	pointer-events: none;
	opacity: var(--hml-footer-wm-o);
}

.elementor-widget-hml-homepage-footer .hml-footer__watermark img,
.hml-footer .hml-footer__watermark img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	object-position: left top;
}

.hml-footer__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	flex: 1 1 auto;
	gap: var(--hml-footer-stack-gap);
	width: 100%;
	max-width: min(100%, var(--hml-footer-frame));
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(var(--hml-footer-pad-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--hml-footer-pad-x), env(safe-area-inset-right, 0px));
	container-type: inline-size;
	container-name: hml-footer;
}

.hml-footer__nav {
	display: grid;
	grid-template-columns: var(--hml-footer-cols);
	column-gap: var(--hml-footer-nav-gap);
	justify-content: stretch;
	justify-items: stretch;
	align-items: start;
	width: 100%;
	min-width: 0;
}

.hml-footer__col {
	--hml-x: 0;
	--hml-y: calc(16 * var(--hml-u));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-footer-col-gap);
	min-width: 0;
	width: 100%;
}

.hml-footer__col:nth-child(1) { --hml-d: 0.06s; }
.hml-footer__col:nth-child(2) { --hml-d: 0.12s; }
.hml-footer__col:nth-child(3) { --hml-d: 0.18s; }
.hml-footer__col:nth-child(4) { --hml-d: 0.24s; }

.hml-footer__heading {
	margin: 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: var(--hml-footer-head);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-footer-white);
	overflow-wrap: break-word;
	text-wrap: pretty;
}

.hml-footer__links {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hml-footer__item {
	margin: 0;
	padding: 0;
}

.hml-footer__link,
.hml-footer__subhead {
	display: block;
	width: 100%;
	margin: 0;
	padding-top: var(--hml-footer-link-py);
	padding-bottom: var(--hml-footer-link-py);
	font-family: Inter, sans-serif;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-footer-white);
	text-decoration: none;
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-footer__link {
	font-weight: 400;
	font-size: var(--hml-footer-link);
	text-underline-offset: calc(3 * var(--hml-u));
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
	transition: opacity 0.25s ease, text-decoration-color 0.25s ease;
}

.hml-footer__subhead {
	font-weight: 600;
	font-size: var(--hml-footer-head);
}

.hml-footer__credits {
	--hml-x: 0;
	--hml-y: calc(14 * var(--hml-u));
	--hml-d: 0.32s;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-footer-credits-gap);
	width: 100%;
	min-width: 0;
}

.hml-footer__rule {
	display: block;
	width: 100%;
	height: calc(1 * var(--hml-u));
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--hml-footer-rule);
}

.hml-footer__row {
	display: grid;
	grid-template-columns: var(--hml-footer-cols);
	column-gap: var(--hml-footer-nav-gap);
	align-items: center;
	width: 100%;
	min-width: 0;
}

.hml-footer__brand {
	grid-column: 1;
	justify-self: start;
	flex: none;
	width: var(--hml-footer-logo-col);
	max-width: 100%;
	min-width: 0;
}

.hml-footer__logo {
	display: block;
	width: var(--hml-footer-logo-w);
	height: var(--hml-footer-logo-h);
	max-width: 100%;
	margin: 0;
}

.elementor-widget-hml-homepage-footer .hml-footer__logo img,
.hml-footer .hml-footer__logo img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	object-position: left center;
	transition: opacity 0.25s ease, transform 0.35s var(--hml-ease);
}

.hml-footer__legal {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-column: 2 / 4;
	justify-self: start;
	flex: none;
	width: max-content;
	max-width: 100%;
	gap: var(--hml-footer-legal-gap);
	min-width: 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-footer-link);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-footer-white);
	white-space: nowrap;
}

.hml-footer__copy {
	margin: 0;
	flex: 0 0 auto;
}

.hml-footer__policies {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: var(--hml-footer-legal-gap);
	min-width: 0;
}

.elementor-widget-hml-homepage-footer a.hml-footer__policy,
.elementor a.hml-footer__policy,
.hml-footer a.hml-footer__policy,
.hml-footer .hml-footer__policy {
	flex: 0 0 auto;
	color: inherit;
	text-decoration: underline !important;
	text-decoration-line: underline !important;
	text-decoration-style: solid;
	text-decoration-color: currentColor;
	text-decoration-thickness: calc(1 * var(--hml-u));
	text-underline-offset: calc(3 * var(--hml-u));
	text-decoration-skip-ink: auto;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
	transition: opacity 0.25s ease;
}

.hml-footer__social {
	display: flex;
	align-items: center;
	grid-column: 4;
	justify-self: end;
	gap: var(--hml-footer-social-gap);
	flex: none;
}

.hml-footer__social-link {
	display: grid;
	place-items: center;
	width: var(--hml-footer-icon-box);
	height: var(--hml-footer-icon-box);
	min-width: var(--hml-footer-icon-box);
	min-height: var(--hml-footer-icon-box);
	color: var(--hml-footer-white);
	text-decoration: none;
	transition: transform 0.28s var(--hml-ease), opacity 0.25s ease;
}

.elementor-widget-hml-homepage-footer .hml-footer__social-link img,
.hml-footer .hml-footer__social-link img {
	display: block;
	width: var(--hml-footer-icon) !important;
	height: var(--hml-footer-icon) !important;
	max-width: none !important;
	pointer-events: none;
}

.hml-footer [data-hml-enter] {
	opacity: 0;
	transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(18 * var(--hml-u))), 0);
}

.hml-footer.is-inview [data-hml-enter] {
	animation: hml-footer-in 0.9s var(--hml-ease-out) both;
	animation-delay: var(--hml-d, 0s);
}

@keyframes hml-footer-in {
	from {
		opacity: 0;
		transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(18 * var(--hml-u))), 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.hml-footer--no-motion [data-hml-enter] {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.hml-footer:not(.hml-footer--no-hover) .hml-footer__link:hover,
	.hml-footer:not(.hml-footer--no-hover) .hml-footer__link:focus-visible {
		opacity: 0.78;
		text-decoration: underline;
	}

	.hml-footer:not(.hml-footer--no-hover) .hml-footer__policy:hover,
	.hml-footer:not(.hml-footer--no-hover) .hml-footer__policy:focus-visible {
		opacity: 0.78;
	}

	.hml-footer:not(.hml-footer--no-hover) .hml-footer__logo:hover img {
		transform: translate3d(0, calc(-2 * var(--hml-u)), 0);
	}

	.hml-footer:not(.hml-footer--no-hover) .hml-footer__social-link:hover,
	.hml-footer:not(.hml-footer--no-hover) .hml-footer__social-link:focus-visible {
		transform: translate3d(0, calc(-3 * var(--hml-u)), 0) scale(1.08);
		opacity: 0.88;
	}
}

.hml-footer__link:focus-visible,
.hml-footer__policy:focus-visible,
.hml-footer__social-link:focus-visible,
.hml-footer__logo:focus-visible {
	outline: calc(2 * var(--hml-u)) solid var(--hml-footer-white);
	outline-offset: calc(3 * var(--hml-u));
}

@media (max-width: 1024px) {
	.hml-footer--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-element.elementor-widget-hml-homepage-footer .hml-footer,
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-x: 48px;
		--hml-footer-min-h: 0px;
		--hml-footer-col3: 220px;
		--hml-footer-col4: 200px;
		--hml-footer-nav-gap: 28px;
		min-height: 0;
		overflow-x: clip;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.hml-footer--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-element.elementor-widget-hml-homepage-footer .hml-footer,
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-x: 40px;
		--hml-footer-pad-t: 64px;
		--hml-footer-pad-b: 32px;
		--hml-footer-stack-gap: 56px;
		--hml-footer-nav-gap: 24px;
		--hml-footer-col3: 1fr;
		--hml-footer-col4: 1fr;
		--hml-footer-min-h: 0px;
		--hml-footer-wm-w: 320px;
		--hml-footer-wm-h: 326px;
		--hml-footer-wm-l: -140px;
		min-height: 0;
		padding-top: 64px;
		padding-bottom: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.hml-footer__nav {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: var(--hml-footer-nav-gap);
		row-gap: 40px;
	}

	.hml-footer__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand social"
			"legal legal";
		align-items: center;
		column-gap: 24px;
		row-gap: 16px;
	}

	.hml-footer__brand {
		grid-area: brand;
		grid-column: auto;
		flex: none;
		width: auto;
	}

	.hml-footer__social {
		grid-area: social;
		grid-column: auto;
		justify-self: end;
	}

	.hml-footer__legal {
		grid-area: legal;
		grid-column: auto;
		flex: none;
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 16px 24px;
	}

	.elementor-widget-hml-homepage-footer .hml-footer__heading,
	.hml-footer__heading,
	.hml-footer__subhead {
		font-size: 18px;
	}

	.elementor-widget-hml-homepage-footer .hml-footer__link,
	.hml-footer__link,
	.hml-footer__subhead {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 44px;
	}

	.hml-footer__link,
	.hml-footer__subhead {
		display: flex;
		align-items: center;
	}

	.hml-footer__social-link {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-element.elementor-widget-hml-homepage-footer .hml-footer,
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-t: 56px;
		--hml-footer-stack-gap: 48px;
		padding-top: 56px;
	}
}

@media (max-width: 820px) and (min-width: 768px) {
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-x: 32px;
		--hml-footer-nav-gap: 28px;
		padding-left: 0;
		padding-right: 0;
	}

	.hml-footer__nav {
		row-gap: 32px;
	}

	.elementor-widget-hml-homepage-footer .hml-footer__heading,
	.hml-footer__heading,
	.hml-footer__subhead {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.hml-footer--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-element.elementor-widget-hml-homepage-footer .hml-footer,
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-x: 20px;
		--hml-footer-pad-t: 48px;
		--hml-footer-pad-b: 32px;
		--hml-footer-stack-gap: 40px;
		--hml-footer-nav-gap: 32px;
		--hml-footer-min-h: 0px;
		--hml-footer-head: 16px !important;
		--hml-footer-link: 16px;
		--hml-footer-logo-col: auto;
		--hml-footer-wm-w: 240px;
		--hml-footer-wm-h: 244px;
		--hml-footer-wm-l: -80px;
		--hml-footer-wm-t: 80px;
		--hml-footer-icon-box: 44px;
		min-height: 0;
		padding-top: 48px;
		padding-bottom: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.hml-footer__nav {
		grid-template-columns: 1fr;
		row-gap: 32px;
	}

	.hml-footer__link,
	.hml-footer__subhead {
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 44px;
	}

	.hml-footer__row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.hml-footer__brand {
		grid-column: auto;
		flex: none;
		width: auto;
		max-width: 100%;
	}

	.hml-footer__legal {
		grid-column: auto;
		flex-direction: column;
		align-items: flex-start;
		white-space: normal;
		gap: 8px;
		width: 100%;
		justify-content: flex-start;
	}

	.hml-footer__social {
		grid-column: auto;
		justify-self: start;
	}

	.hml-footer__copy {
		white-space: normal;
	}

	.hml-footer__policies {
		flex-wrap: wrap;
		gap: 8px 24px;
	}

	.hml-footer__policy {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}

	.hml-footer__social-link {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.hml-footer__social {
		padding-top: 4px;
		margin-left: -10px;
	}
}

@media (max-width: 959px) and (max-height: 500px) and (orientation: landscape) {
	.hml-footer--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-t: 28px;
		--hml-footer-pad-b: 20px;
		--hml-footer-stack-gap: 24px;
		--hml-footer-min-h: 0px;
		min-height: 0;
		padding-top: 28px;
		padding-bottom: 20px;
	}

	.hml-footer__nav {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		row-gap: 20px;
	}

	.hml-footer__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand social"
			"legal legal";
		align-items: center;
		row-gap: 12px;
	}

	.hml-footer__brand { grid-area: brand; grid-column: auto; }
	.hml-footer__social { grid-area: social; grid-column: auto; justify-self: end; }
	.hml-footer__legal {
		grid-area: legal;
		grid-column: auto;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		white-space: nowrap;
		gap: 8px 24px;
	}
}

@container hml-footer (max-width: 560px) {
	.hml-footer__nav {
		grid-template-columns: 1fr;
		row-gap: calc(28 * var(--hml-u));
	}

	.hml-footer__row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: calc(20 * var(--hml-u));
	}

	.hml-footer__brand,
	.hml-footer__legal,
	.hml-footer__social {
		grid-column: auto;
	}

	.hml-footer__legal {
		white-space: normal;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.elementor-widget-hml-homepage-footer .hml-footer__heading,
	.hml-footer__heading,
	.hml-footer__subhead {
		font-size: 16px !important;
	}

	.elementor-widget-hml-homepage-footer .hml-footer__link,
	.hml-footer__link,
	.hml-footer__copy,
	.hml-footer__policy {
		font-size: 16px;
	}
}

@media (max-width: 360px) {
	.elementor-widget-hml-homepage-footer .hml-footer,
	.hml-footer {
		--hml-footer-pad-x: 16px;
		--hml-footer-head: 16px !important;
		padding-left: 0;
		padding-right: 0;
	}

	.elementor-widget-hml-homepage-footer .hml-footer__heading,
	.hml-footer__heading,
	.hml-footer__subhead {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hml-footer [data-hml-enter],
	.hml-footer.is-inview [data-hml-enter],
	.hml-footer__logo img,
	.hml-footer__social-link,
	.hml-footer__link {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
