@media (max-width: 767px) {
	.hero-section-alunero video,
	.hero-section-alunero .video-container,
	.elementor-background-video-hosted,
	.elementor-background-video-container {
		display: none !important;
	}

	.hero-section-alunero .hero-background {
		background-color: #111;
		background-image: var(--alu-hero-poster);
		background-size: cover;
		background-position: center;
	}
}

.alu-pdn-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: #555;
	cursor: pointer;
	text-align: left;
}

.alu-pdn-consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 3px 0 0;
	accent-color: #2B61EC;
	cursor: pointer;
}

.alu-pdn-consent a {
	color: inherit;
	text-decoration: underline;
}
