.lz-newsletter--footer {
	margin-top: 0;
}

.lz-benefits {
	background: var(--lz-sand);
	padding: 57px 0;
}

.lz-benefit-icon {
	height: 30px;
	object-fit: contain;
	width: auto;
}

.lz-benefit {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	max-width: 390px;
}

.lz-footer {
	background: #fff;
	font-size: 15px;
	padding: 38px 0 24px;
}

.lz-footer-signup iframe {
	height:80px !important;
}

.lz-footer-grid {
	display: grid;
	grid-template-columns: 236px 220px 220px 324px;
	justify-content: space-between;
}

.lz-footer h2 {
	clear: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 21px;
	text-transform: uppercase;
}

.lz-footer p,
.lz-footer a {
	color: var(--lz-ink);
	line-height: 1.2;
	text-decoration: none;
}

.lz-footer a:hover {
	color: var(--lz-coral);
}

.lz-footer strong {
	font-weight: 600;
}

.lz-footer-contact-group + .lz-footer-contact-group {
	margin-top: 16px;
}

.lz-footer-contact-label,
.lz-footer-contact-value {
	margin: 0;
}

.lz-footer-contact-value {
	margin-top: 3px;
}

.lz-footer-links {
	display: grid;
	gap: 18px;
}

.lz-footer-links a {
	line-height: 16px;
}

.lz-payment {
	display: block;
	height: 25px;
	margin-top: 23px;
	object-fit: contain;
	width: 250px;
}

.paymentsFooter {
	margin-top: 20px;
}

.paymentsFooter svg {
	max-width: 200px;
}

.lz-top5 {
	display: block;
	height: 113px;
	margin-top: 24px;
	object-fit: contain;
	width: 113px;
}

.lz-footer-signup > p {
	line-height: 20px;
	margin: -1px 0 20px;
}

.lz-footer-socials {
	display: flex;
	gap: 20px;
	margin-top: 12px;
}

.lz-footer-socials svg {
	display: block;
	height: 30px;
	width: 30px;
}

.lz-footer-socials a {
	display: block;
	height: 21px;
	line-height: 0;
	margin: 0;
	width: 20px;
}

.lz-footer-socials a:hover {
	opacity: 0.65;
}

/* .lz-footer-socials svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
} */

.lz-footer-newsletter {
	border-bottom: 0.5px solid var(--lz-ink);
	height: 27px;
	padding: 0 0 6px;
}

.lz-footer-newsletter input {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--lz-ink);
	font-size: 14px;
	outline: 0;
	padding: 0;
	width: 100%;
}

.lz-footer-newsletter input:focus {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.lz-footer-newsletter img {
	height: 16px;
	width: 16px;
}

.lz-copyright {
	font-size: 12px;
	font-weight: 500;
	line-height: 13px;
	margin-top: 21px;
	text-align: center;
}

.lz-footer .lz-footer-vat-notice {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 30px 0 0;
	text-align: center;
}

.lz-footer-signup iframe {
	margin-left: -15px !important;
}

@media (max-width: 1200.98px) {

	.lz-benefit {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.2;
		max-width: 100%;
	}

	.lz-footer-grid {
		grid-template-columns: 220px 220px 220px 220px;
	}
}
@media (max-width: 991.98px) {
	.footerMenu {
		gap: 35px;
	}
}


@media (max-width: 767.98px) {
	.lz-benefit {
		font-size: 18px;
	}

	.lz-footer {
		padding-top: 48px;
	}

	.lz-footer-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.lz-footer-signup {
		max-width: 340px;
	}

	.lz-copyright {
		margin-top: 40px;
		text-align: left;
	}

	.lz-benefit {
		font-size: 20px;
		font-weight: 300;
		line-height: 1.2;
		max-width: 100%;
	}
}
