.novaSeparator {
	width: 100%;
	margin: clamp(48px, 8vw, 120px) auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.novaSeparator__inner {
	position: relative;
	width: min(1392px, 100%);
	aspect-ratio: 1391.48 / 332.602;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
}

.novaSeparator__brand {
	position: absolute;
	inset: 0;
}

.novaSeparator__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.novaSeparator__band {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(97.5%, 1357px);
	min-height: clamp(68px, 8vw, 111px);
	padding: 12px 28px;
	background: #ffffff;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.novaSeparator__text {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(24px, 4.4vw, 64px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: clamp(1px, 0.22vw, 3.2px);
	text-align: center;
	text-transform: uppercase;
	color: #202020;
	text-wrap: balance;
}

@media (max-width: 768px) {
	.novaSeparator {
		padding: 0 16px;
	}

	.novaSeparator__inner {
		min-height: 180px;
		aspect-ratio: auto;
	}

	.novaSeparator__band {
		width: calc(100% - 16px);
		padding: 14px 16px;
	}

	.novaSeparator__text {
		font-size: clamp(18px, 7vw, 34px);
		line-height: 1.15;
		letter-spacing: 1.2px;
	}
}
