/* Below-hero bar banner (< 1200px) */

.eu-funded--bar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: clamp(4.25rem, 11vw, 5.625rem);
	background: #2b65af;
}

.eu-funded__bar-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.5rem, 2.5vw, 1.5rem);
	width: 100%;
	max-width: 75rem;
	height: 100%;
	padding-inline: clamp(0.75rem, 3vw, 2rem);
}

.eu-funded--bar .eu-funded__logo {
	width: auto;
	max-width: 30%;
	flex: 1 1 0;
	min-width: 0;
	object-fit: contain;
	object-position: center;
}

.eu-funded__logo--eu,
.eu-funded__logo--mur {
	height: calc(100% * 40 / 74);
}

.eu-funded__logo--italiadomani {
	height: calc(100% * 50 / 74);
}

.eu-funded__divider {
	flex-shrink: 0;
	align-self: center;
	width: 1px;
	height: 77%;
	background-color: #fff;
}

/* Hero overlay banner (>= 1200px) */

.eu-funded--hero {
	display: none;
}

@media (min-width: 1200px) {
	.eu-funded--bar {
		display: none;
	}

	.city__hero .hero__content {
		z-index: 1;
	}

	.eu-funded--hero {
		display: flex;
		align-items: center;
		gap: clamp(0.375rem, 1.5vw, 0.875rem);
		align-self: end;
		justify-self: end;
		margin: 0 0 clamp(0.5rem, 1.5vw, 1rem) 0;
		padding: 0 clamp(0.5rem, 1.5vw, 0.875rem) 0 clamp(0.625rem, 1.5vw, 1rem);
		max-width: min(58%, 38rem);
		--eu-funded-hero-height: clamp(4.5rem, 7vw, 5.75rem);
		height: var(--eu-funded-hero-height);
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.72);
		z-index: 0;
	}

	.eu-funded--hero img {
		min-width: 0;
		width: auto;
		height: 100%;
		max-height: 20rem;
		object-position: center;
		object-fit: contain;
	}

	.eu-funded__eu {
		flex: 1.1 1 0;
		height: auto;
		max-height: clamp(1.75rem, 3.5vw, 2.5rem);
	}

	.eu-funded--hero .eu-funded__mur {
		flex: 0 1 auto;
		height: calc(var(--eu-funded-hero-height) * 41 / 79);
		max-height: calc(var(--eu-funded-hero-height) * 41 / 79);
	}

	.eu-funded__italiadomani {
		flex: 1 1 0;
		height: auto;
		max-height: clamp(1.5rem, 3vw, 2.125rem);
	}
}

@media (min-width: 1200px) and (max-width: 1259.98px) {
	.eu-funded--hero {
		gap: clamp(0.32rem, 1.275vw, 0.74rem);
		margin-bottom: clamp(0.425rem, 1.275vw, 0.85rem);
		padding: 0 clamp(0.425rem, 1.275vw, 0.74rem) 0 clamp(0.53rem, 1.275vw, 0.85rem);
		max-width: min(49.3%, 32.3rem);
		--eu-funded-hero-height: clamp(3.825rem, 5.95vw, 4.8875rem);
	}

	.eu-funded__eu {
		max-height: clamp(1.4875rem, 2.975vw, 2.125rem);
	}

	.eu-funded__italiadomani {
		max-height: clamp(1.275rem, 2.55vw, 1.806rem);
	}
}

@media (min-width: 1260px) and (max-width: 1400px) {
	.eu-funded--hero {
		gap: clamp(0.34rem, 1.35vw, 0.79rem);
		margin-bottom: clamp(0.45rem, 1.35vw, 0.9rem);
		padding: 0 clamp(0.45rem, 1.35vw, 0.79rem) 0 clamp(0.56rem, 1.35vw, 0.9rem);
		max-width: min(52.2%, 34.2rem);
		--eu-funded-hero-height: clamp(4.05rem, 6.3vw, 5.175rem);
	}

	.eu-funded__eu {
		max-height: clamp(1.575rem, 3.15vw, 2.25rem);
	}

	.eu-funded__italiadomani {
		max-height: clamp(1.35rem, 2.7vw, 1.9125rem);
	}
}
