.hero-banner {
	width: 100%;
	/*max-width: 1923px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1923 / 928;
	min-height: 340px;
	color: #ffffff;
}

.hero-banner__track {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero-banner__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-banner__cover-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	cursor: pointer;
}

.hero-banner__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.hero-banner__media {
	position: absolute;
	inset: 0;
}

.hero-banner__media::after {
	content: "";
	position: absolute;
	inset: 0;
	/*background: linear-gradient(100deg, rgba(7, 10, 18, 0.62) 8%, rgba(7, 10, 18, 0.38) 46%, rgba(7, 10, 18, 0.15) 100%);*/
}

.hero-banner__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-banner__content {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	padding: clamp(100px, 12.74vw, 245px) clamp(50px, 5.2vw, 100px) clamp(100px, 6.76vw, 130px);
}

.hero-banner__content.is-left {
	justify-content: flex-start;
	text-align: left;
}

.hero-banner__content.is-right {
	justify-content: flex-end;
	text-align: right;
}

.hero-banner__content.valign-top {
	align-items: flex-start;
}

.hero-banner__content.valign-center {
	align-items: center;
}

.hero-banner__content.valign-bottom {
	align-items: flex-end;
}

.hero-banner__text {
	width: min(100%, 620px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hero-banner__eyebrow {
	margin: 0;
	font-size: clamp(12px, 1.1vw, 17px);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.9;
}

.hero-banner__title {
	margin: 0;
	font-size: clamp(28px, 4.3vw, 72px);
	line-height: 1.08;
	font-weight: normal;
  font-family: Inter;

	p {
		margin-bottom: 0;
	}
}

.hero-banner__description {
	margin: 0;
	max-width: 54ch;
	font-size: clamp(14px, 1.2vw, 21px);
	line-height: 1.45;
	opacity: 0.95;
}

.hero-banner__footer {
	position: absolute;
	z-index: 3;
	left: clamp(16px, 4.2vw, 88px);
	right: clamp(16px, 4.2vw, 88px);
	bottom: clamp(12px, 2.1vw, 34px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.hero-banner__dots {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-banner__dot {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	flex: 0 0 25px;
	padding: 0;
	margin: 0;
	min-width: 0;
	min-height: 0;
	font: inherit;
	font-size: 0;
	line-height: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hero-banner__dot:hover,
.hero-banner__dot:focus-visible {
	border-color: #ffffff;
}

.hero-banner__dot.is-active {
	background: #ffffff;
	border-color: #ffffff;
}

.hero-banner__counter {
	min-width: 84px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;

  display: none;
}

@media (max-width: 1024px) {
	.hero-banner {
		aspect-ratio: 16 / 9;
		min-height: 320px;
	}

	.hero-banner__text,
	.hero-banner__brand {
		width: min(100%, 520px);
	}

	.hero-banner__button {
		min-height: 42px;
		padding-inline: 18px;
	}

	.hero-banner__footer {
		left: 22px;
		right: 22px;
		bottom: 18px;
	}
}

@media (max-width: 767px) {
	/*.hero-banner {
		aspect-ratio: 4 / 5;
		min-height: 420px;
	}*/

	/*.hero-banner__content,
	.hero-banner__content.is-right,
	.hero-banner__content.is-left {
		justify-content: flex-start;
		text-align: left;
		align-items: flex-end;
	}*/

	.hero-banner__media::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 16%, rgba(255, 255, 255, 0.45) 56%, rgba(255, 255, 255, 0.72) 100%);
	}

	.hero-banner__title {
		line-height: 1.12;
	}

	.hero-banner__description {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.42;
	}

	.hero-banner__dot {
		flex-basis: 10px;
		width: 10px;
		height: 10px;
	}

	.hero-banner__counter {
		min-width: 70px;
		font-size: 12px;
	}
}

.banner0 {
	h2.hero-banner__title {
		font-family: Rubik;
		font-size: 62px;
		color: black;
		font-weight: SemiBold;
	}
	.line-left {
		background-color: black;
		color: white;
		font-family: Rubik;
		font-size: 80px;
		text-transform: uppercase;
		line-height: clamp(72px, 7.1vw, 136px);
		position: relative;
		margin: clamp(20px, 2.1vw, 40px) 0;
		padding: 0 clamp(12px, 1.2vw, 20px);
	}
	.line-left:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -100px;
		right: 100%;
		background-color: black;
	}
	.hero-banner__description {
		font-family: Rubik;
		color: black;
		font-size: 28px;
	}
}

@media (max-width: 1200px) {
	.banner0 {
		h2.hero-banner__title {
			font-size: 52px;
		}
		.line-left {
			font-size: 64px;
			line-height: 110px;
			margin: 15px 0;
			padding: 0 16px;
		}
		.hero-banner__description {
			font-size: 20px;
		}
	}
}

@media (max-width: 992px) {
	.banner0 {
		h2.hero-banner__title {
			font-size: 44px;
		}
		.line-left {
			font-size: 52px;
			line-height: 90px;
			margin: 15px 0;
			padding: 0 14px;
		}
		.hero-banner__description {
			font-size: 20px;
		}
	}
}

@media (max-width: 767px) {
	.banner0 {
		h2.hero-banner__title {
			font-size: 36px;
		}
		.line-left {
			font-size: 38px;
			line-height: 68px;
			margin: 15px 0;
			padding: 0 12px;
		}
		.hero-banner__description {
			font-size: 18px;
		}
	}
	.hero-banner__content {
		padding-top: 50px;
	}
}

@media (max-width: 480px) {
	.banner0 {
		h2.hero-banner__title {
			font-size: 30px;
		}
		.line-left {
			font-size: 30px;
			line-height: 54px;
			margin: 15px 0;
			padding: 0 10px;
		}
		.hero-banner__description {
			font-size: 16px;
		}
	}
}