/**
 * Hamenagen - Footer v2
 * מצב בהיר/כהה: html[data-hm-theme]
 */

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

/* === פונט פולין - כפייה קולקטיבית על כל הפוטר === */
.hm-footer,
.hm-footer *,
.hm-footer input,
.hm-footer textarea,
.hm-footer select,
.hm-footer button,
.hm-footer optgroup,
.hm-footer option,
.hm-footer label,
.hm-footer a,
.hm-footer p,
.hm-footer span,
.hm-footer li,
.hm-footer h1,
.hm-footer h2,
.hm-footer h3,
.hm-footer h4,
.hm-footer h5,
.hm-footer h6,
.hm-footer .hm-footer__submit,
.hm-footer .hm-footer__newsletter,
.hm-footer .hm-footer__nav-link,
.hm-footer .hm-footer__social-link,
.hm-footer .hm-footer__bar-list a,
.hm-footer .hm-footer__credit {
	font-family: "פולין", "Polin", sans-serif !important;
}

.hm-footer {
	--hm-f-brand: #cb1e53;
	--hm-f-navy: #20215a;
	--hm-f-navy-deep: #16162e;
	--hm-f-radius: 12px;
	--hm-f-pill: 999px;
	--hm-f-font: "פולין", "Polin", sans-serif;
	--hm-f-transition: 0.22s ease;

	direction: rtl;
	font-family: "פולין", "Polin", sans-serif !important;
	transition: background var(--hm-f-transition), color var(--hm-f-transition);
}

html[data-hm-theme="light"] .hm-footer,
html:not([data-hm-theme]) .hm-footer {
	--hm-f-bg: #f4f5f8;
	--hm-f-main-bg: #ffffff;
	--hm-f-text: #20215a;
	--hm-f-text-muted: rgba(32, 33, 90, 0.7);
	--hm-f-border: rgba(32, 33, 90, 0.14);
	--hm-f-input-bg: transparent;
	--hm-f-input-border: rgba(32, 33, 90, 0.35);
	--hm-f-input-focus: #20215a;
	--hm-f-bar-bg: #20215a;
	--hm-f-bar-text: rgba(255, 255, 255, 0.92);
	--hm-f-bar-muted: rgba(255, 255, 255, 0.75);
	--hm-f-submit-bg: #20215a;
	--hm-f-submit-text: #ffffff;
	--hm-f-submit-hover: #2d2f7a;
	--hm-f-newsletter-bg: #cb1e53;
	--hm-f-newsletter-text: #ffffff;
	--hm-f-link-hover: #cb1e53;
}

html[data-hm-theme="dark"] .hm-footer {
	--hm-f-bg: #16162e;
	--hm-f-main-bg: #20215a;
	--hm-f-text: #f5f5f7;
	--hm-f-text-muted: rgba(245, 245, 247, 0.72);
	--hm-f-border: rgba(255, 255, 255, 0.14);
	--hm-f-input-bg: transparent;
	--hm-f-input-border: rgba(255, 255, 255, 0.55);
	--hm-f-input-focus: #ffffff;
	--hm-f-bar-bg: #12121f;
	--hm-f-bar-text: rgba(245, 245, 247, 0.9);
	--hm-f-bar-muted: rgba(245, 245, 247, 0.7);
	--hm-f-submit-bg: #ffffff;
	--hm-f-submit-text: #20215a;
	--hm-f-submit-hover: #f0f0f5;
	--hm-f-newsletter-bg: #cb1e53;
	--hm-f-newsletter-text: #ffffff;
	--hm-f-link-hover: #ff6b9d;
}

.hm-footer {
	background: var(--hm-f-bg);
	color: var(--hm-f-text);
}

.hm-footer__main {
	background: var(--hm-f-main-bg);
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

.hm-footer__inner {
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2.5rem);
	display: grid;
	grid-template-columns: minmax(200px, 0.9fr) minmax(280px, 1.1fr) minmax(260px, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
}

/* Logo */
.hm-footer__logo {
	display: inline-flex;
	text-decoration: none !important;
	line-height: 0;
	margin-bottom: 1rem;
}

.hm-footer__logo-img {
	display: block;
	width: min(100%, 220px);
	height: auto;
	object-fit: contain;
}

.hm-footer__logo-img--light {
	display: none;
}

html[data-hm-theme="light"] .hm-footer__logo-img--dark,
html:not([data-hm-theme]) .hm-footer__logo-img--dark {
	display: none;
}

html[data-hm-theme="light"] .hm-footer__logo-img--light,
html:not([data-hm-theme]) .hm-footer__logo-img--light {
	display: block;
}

.hm-footer__tagline {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--hm-f-text-muted);
	max-width: 28ch;
}

/* Headings */
.hm-footer__heading {
	margin: 0 0 1.25rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--hm-f-text);
}

.hm-footer__nav-title {
	margin: 0 0 0.85rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hm-f-text-muted);
}

/* Form */
.hm-footer__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hm-footer__form-row {
	display: grid;
	gap: 1rem;
}

.hm-footer__form-row--half {
	grid-template-columns: 1fr 1fr;
}

.hm-footer__field {
	position: relative;
}

.hm-footer__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.9rem;
	color: var(--hm-f-text);
}

.hm-footer__input,
.hm-footer__textarea,
.hm-footer__select {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--hm-f-input-border);
	background: var(--hm-f-input-bg);
	color: var(--hm-f-text);
	font: inherit;
	padding: 0.45rem 0 0.55rem;
	border-radius: 0;
	transition: border-color var(--hm-f-transition), box-shadow var(--hm-f-transition);
}

/* === שדות טופס - עיצוב מוגן מדריסה חיצונית === */
.hm-footer input.hm-footer__input,
.hm-footer textarea.hm-footer__textarea,
.hm-footer select.hm-footer__select,
.hm-footer .hm-footer__input,
.hm-footer .hm-footer__textarea,
.hm-footer .hm-footer__select,
.hm-footer .elementor-field-textual.hm-footer__input,
.hm-footer .elementor-field-textual.hm-footer__textarea,
.hm-footer .elementor-field-textual.hm-footer__select {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0.45rem 0 0.55rem !important;
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid var(--hm-f-input-border) !important;
	border-radius: 0 !important;
	background: var(--hm-f-input-bg) !important;
	background-image: none !important;
	color: var(--hm-f-text) !important;
	font-family: var(--hm-f-font) !important;
	font-size: 0.95rem !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: border-color var(--hm-f-transition), box-shadow var(--hm-f-transition) !important;
}

.hm-footer input.hm-footer__input:focus,
.hm-footer textarea.hm-footer__textarea:focus,
.hm-footer select.hm-footer__select:focus,
.hm-footer .hm-footer__input:focus,
.hm-footer .hm-footer__textarea:focus,
.hm-footer .hm-footer__select:focus {
	border-bottom-color: var(--hm-f-input-focus) !important;
	box-shadow: 0 1px 0 0 var(--hm-f-input-focus) !important;
	outline: none !important;
}

.hm-footer input.hm-footer__input::placeholder,
.hm-footer textarea.hm-footer__textarea::placeholder,
.hm-footer .hm-footer__input::placeholder,
.hm-footer .hm-footer__textarea::placeholder {
	color: var(--hm-f-text-muted) !important;
	opacity: 1 !important;
}

.hm-footer select.hm-footer__select,
.hm-footer .hm-footer__select {
	cursor: pointer !important;
	padding-left: 1.75rem !important;
}

html[data-hm-theme="dark"] .hm-footer select.hm-footer__select,
html[data-hm-theme="dark"] .hm-footer .hm-footer__select {
	color-scheme: dark !important;
}

html[data-hm-theme="light"] .hm-footer select.hm-footer__select,
html:not([data-hm-theme]) .hm-footer select.hm-footer__select,
html[data-hm-theme="light"] .hm-footer .hm-footer__select,
html:not([data-hm-theme]) .hm-footer .hm-footer__select {
	color-scheme: light !important;
}

.hm-footer select option,
.hm-footer .hm-footer__select option {
	background-color: var(--hm-f-main-bg) !important;
	color: var(--hm-f-text) !important;
}

.hm-footer textarea.hm-footer__textarea,
.hm-footer .hm-footer__textarea {
	resize: vertical !important;
	min-height: 2.5rem !important;
}

.hm-footer__textarea {
	resize: vertical;
	min-height: 2.5rem;
}

.hm-footer__song-fields {
	display: none;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.85rem 0.9rem;
	margin-top: 0.25rem;
	border: 1px solid var(--hm-f-border, rgba(32, 33, 90, 0.14));
	border-radius: 0.75rem;
	background: var(--hm-f-song-bg, rgba(32, 33, 90, 0.04));
}

.hm-footer__song-fields.is-visible {
	display: flex;
}

.hm-footer__optional {
	font-weight: 400;
	opacity: 0.75;
	font-size: 0.9em;
}

.hm-footer__select-wrap {
	position: relative;
}

.hm-footer__select {
	appearance: none;
	cursor: pointer;
	padding-left: 1.75rem;
}

.hm-footer__select-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	color: var(--hm-f-text-muted);
	pointer-events: none;
}

.hm-footer__note {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--hm-f-text-muted);
}

.hm-footer__note a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hm-footer__note a:hover {
	color: var(--hm-f-link-hover);
}

.hm-footer__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--hm-f-text-muted);
	cursor: pointer;
}

.hm-footer__consent input {
	margin-top: 0.2rem;
	flex-shrink: 0;
	accent-color: var(--hm-f-brand);
}

.hm-footer label.hm-footer__consent input[type="checkbox"],
.hm-footer .hm-footer__consent input[type="checkbox"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: inline-block !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	margin: 0.2rem 0 0 !important;
	padding: 0 !important;
	border: 2px solid rgba(32, 33, 90, 0.35) !important;
	border-radius: 5px !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	accent-color: var(--hm-f-brand) !important;
	flex-shrink: 0 !important;
	position: relative !important;
	cursor: pointer !important;
	opacity: 1 !important;
}

.hm-footer label.hm-footer__consent input[type="checkbox"]::before,
.hm-footer .hm-footer__consent input[type="checkbox"]::before,
.hm-footer label.hm-footer__consent input[type="checkbox"]:not(:checked)::after,
.hm-footer .hm-footer__consent input[type="checkbox"]:not(:checked)::after {
	content: none !important;
	display: none !important;
}

.hm-footer label.hm-footer__consent input[type="checkbox"]:checked,
.hm-footer .hm-footer__consent input[type="checkbox"]:checked {
	background: var(--hm-f-brand) !important;
	background-color: var(--hm-f-brand) !important;
	border-color: var(--hm-f-brand) !important;
}

.hm-footer label.hm-footer__consent input[type="checkbox"]:checked::after,
.hm-footer .hm-footer__consent input[type="checkbox"]:checked::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	top: 1px !important;
	left: 5px !important;
	width: 5px !important;
	height: 9px !important;
	border: solid #fff !important;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg) !important;
	box-sizing: border-box !important;
}

.hm-footer__consent a {
	color: inherit;
	text-decoration: underline;
}

.hm-footer__hp {
	position: absolute;
	left: -99999px;
	opacity: 0;
	pointer-events: none;
}

.hm-footer__form-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hm-footer__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: var(--hm-f-pill);
	background: var(--hm-f-submit-bg);
	color: var(--hm-f-submit-text);
	font: inherit;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: background var(--hm-f-transition), transform 0.15s ease;
}

/* === כפתורים - עיצוב מוגן מדריסה חיצונית === */
.hm-footer button.hm-footer__submit,
.hm-footer .hm-footer__submit,
.hm-footer .elementor-button.hm-footer__submit,
.hm-footer input[type="submit"].hm-footer__submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0.75rem 1.5rem !important;
	border: none !important;
	border-radius: var(--hm-f-pill) !important;
	background: var(--hm-f-submit-bg) !important;
	background-image: none !important;
	color: var(--hm-f-submit-text) !important;
	font-family: var(--hm-f-font) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: background var(--hm-f-transition), transform 0.15s ease, opacity var(--hm-f-transition) !important;
}

.hm-footer button.hm-footer__submit:hover:not(:disabled),
.hm-footer .hm-footer__submit:hover:not(:disabled),
.hm-footer .elementor-button.hm-footer__submit:hover:not(:disabled) {
	background: var(--hm-f-submit-hover) !important;
	background-image: none !important;
	color: var(--hm-f-submit-text) !important;
	transform: none !important;
	box-shadow: none !important;
}

.hm-footer button.hm-footer__submit:disabled,
.hm-footer .hm-footer__submit:disabled {
	opacity: 0.65 !important;
	cursor: wait !important;
}

.hm-footer button.hm-footer__submit:focus,
.hm-footer .hm-footer__submit:focus {
	outline: none !important;
	box-shadow: none !important;
}

.hm-footer button.hm-footer__submit:focus-visible,
.hm-footer .hm-footer__submit:focus-visible {
	outline: 2px solid var(--hm-f-brand) !important;
	outline-offset: 2px !important;
}

.hm-footer__submit:hover:not(:disabled) {
	background: var(--hm-f-submit-hover);
}

.hm-footer__submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.hm-footer__form-status {
	margin: 0;
	font-size: 0.88rem;
}

.hm-footer__form-status.is-success {
	color: #2e9b5f;
}

.hm-footer__form-status.is-error {
	color: #e74c6a;
}

/* Newsletter */
.hm-footer__newsletter {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	width: fit-content;
	max-width: 100%;
	padding: 0.7rem 1.15rem;
	margin-bottom: 1.5rem;
	border-radius: var(--hm-f-pill);
	background: var(--hm-f-newsletter-bg);
	color: var(--hm-f-newsletter-text) !important;
	text-decoration: none !important;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	transition: transform 0.15s ease, box-shadow var(--hm-f-transition);
	box-shadow: 0 8px 24px rgba(203, 30, 83, 0.28);
}

.hm-footer a.hm-footer__newsletter,
.hm-footer .elementor-button.hm-footer__newsletter {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.65rem !important;
	width: fit-content !important;
	max-width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 0 1.5rem !important;
	padding: 0.7rem 1.15rem !important;
	border: none !important;
	border-radius: var(--hm-f-pill) !important;
	background: var(--hm-f-newsletter-bg) !important;
	background-image: none !important;
	color: var(--hm-f-newsletter-text) !important;
	font-family: var(--hm-f-font) !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(203, 30, 83, 0.28) !important;
	cursor: pointer !important;
	transition: transform 0.15s ease, box-shadow var(--hm-f-transition) !important;
}

.hm-footer a.hm-footer__newsletter:hover,
.hm-footer .elementor-button.hm-footer__newsletter:hover {
	transform: translateY(-1px) !important;
	background: var(--hm-f-newsletter-bg) !important;
	background-image: none !important;
	color: var(--hm-f-newsletter-text) !important;
	box-shadow: 0 10px 28px rgba(203, 30, 83, 0.38) !important;
}

.hm-footer__newsletter-icon {
	display: inline-flex;
	width: 1.15rem;
	height: 1.15rem;
	flex-shrink: 0;
}

.hm-footer__newsletter-icon svg {
	width: 100%;
	height: 100%;
}

/* Nav */
.hm-footer__nav-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}

.hm-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.hm-footer__nav-link {
	color: var(--hm-f-text) !important;
	text-decoration: none !important;
	font-size: 0.95rem;
	line-height: 1.35;
	transition: color var(--hm-f-transition);
}

.hm-footer__nav-link:hover {
	color: var(--hm-f-link-hover) !important;
}

/* Social */
.hm-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	padding-top: 0.25rem;
	border-top: 1px solid var(--hm-f-border);
}

.hm-footer__social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--hm-f-text) !important;
	text-decoration: none !important;
	font-size: 0.9rem;
	transition: color var(--hm-f-transition);
}

.hm-footer__social-link:hover {
	color: var(--hm-f-link-hover) !important;
}

.hm-footer__social-icon {
	display: inline-flex;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
}

.hm-footer__social-icon svg {
	width: 100%;
	height: 100%;
}

/* Bottom bar */
.hm-footer__bar {
	background: var(--hm-f-bar-bg);
	color: var(--hm-f-bar-text);
	padding: 0.9rem 0;
}

.hm-footer__bar-inner {
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
}

.hm-footer__bar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.25rem;
}

.hm-footer__bar-list a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--hm-f-bar-muted) !important;
	text-decoration: none !important;
	font-size: 0.85rem;
	transition: color var(--hm-f-transition);
}

.hm-footer__bar-list a:hover {
	color: #ffffff !important;
}

.hm-footer__bar-icon {
	display: inline-flex;
	width: 0.95rem;
	height: 0.95rem;
}

.hm-footer__bar-icon svg {
	width: 100%;
	height: 100%;
}

.hm-footer__credit {
	color: var(--hm-f-bar-muted) !important;
	text-decoration: none !important;
	font-size: 0.85rem;
	transition: color var(--hm-f-transition);
}

.hm-footer__credit:hover {
	color: #ffffff !important;
}

/* Responsive */
@media (max-width: 1100px) {
	.hm-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.hm-footer__col--brand {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1rem 1.5rem;
		align-items: center;
	}

	.hm-footer__tagline {
		max-width: none;
	}
}

@media (max-width: 768px) {
	.hm-footer__inner {
		grid-template-columns: 1fr;
	}

	.hm-footer__col--brand {
		display: block;
	}

	.hm-footer__form-row--half {
		grid-template-columns: 1fr;
	}

	.hm-footer__nav-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hm-footer__bar-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.hm-footer__bar-list {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.hm-footer__nav-grid {
		grid-template-columns: 1fr;
	}

	.hm-footer__social {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Elementor / תבנית - דריסה אחרונה */
.elementor-location-footer .hm-footer input:not([type="checkbox"]):not([type="radio"]),
.elementor-location-footer .hm-footer textarea,
.elementor-location-footer .hm-footer select,
footer[data-elementor-type="footer"] .hm-footer input:not([type="checkbox"]):not([type="radio"]),
footer[data-elementor-type="footer"] .hm-footer textarea,
footer[data-elementor-type="footer"] .hm-footer select,
.elementor-widget-shortcode .hm-footer input:not([type="checkbox"]):not([type="radio"]),
.elementor-widget-shortcode .hm-footer textarea,
.elementor-widget-shortcode .hm-footer select {
	background-image: none !important;
	box-shadow: none !important;
}

.elementor-location-footer .hm-footer button,
.elementor-location-footer .hm-footer .hm-footer__submit,
footer[data-elementor-type="footer"] .hm-footer button,
footer[data-elementor-type="footer"] .hm-footer .hm-footer__submit,
.elementor-widget-shortcode .hm-footer button,
.elementor-widget-shortcode .hm-footer .hm-footer__submit,
.elementor-location-footer .hm-footer a.hm-footer__newsletter,
footer[data-elementor-type="footer"] .hm-footer a.hm-footer__newsletter,
.elementor-widget-shortcode .hm-footer a.hm-footer__newsletter {
	background-image: none !important;
	text-shadow: none !important;
	filter: none !important;
}

/* Elementor / תבנית - פולין אחרון בשרשרת */
.elementor-location-footer .hm-footer,
.elementor-location-footer .hm-footer *,
footer[data-elementor-type="footer"] .hm-footer,
footer[data-elementor-type="footer"] .hm-footer *,
.elementor-widget-shortcode .hm-footer,
.elementor-widget-shortcode .hm-footer *,
.elementor-element .hm-footer,
.elementor-element .hm-footer * {
	font-family: "פולין", "Polin", sans-serif !important;
}