.hero-slider-section {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
	background: #384857;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
	height: 100%;
}

.hero-slide {
	position: relative;
	overflow: hidden;
}

.hero-slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-slide-bg--mobile {
	display: none;
}

.hero-slide-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
}

.hero-slide--linked {
	cursor: pointer;
}

.hero-slide--linked .hero-slide-content {
	pointer-events: none;
}

.hero-slide-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 120px 15px 60px;
	max-width: 720px;
}

.hero-slide-title {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

.hero-slide-desc {
	color: #e0e0e0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 30px;
	max-width: 560px;
}

.hero-swiper .hero-button-prev,
.hero-swiper .hero-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.hero-swiper .hero-button-prev {
	left: 24px;
}

.hero-swiper .hero-button-next {
	right: 24px;
}

.hero-swiper .hero-button-next img {
	transform: rotate(180deg);
}

.hero-swiper-pagination {
	bottom: 24px !important;
	z-index: 3;
}

.hero-swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #1ea69a;
}

@media (max-width: 991.98px) {
	.hero-slide-content {
		padding-top: 100px;
	}

	.hero-slide-title {
		font-size: 42px;
		line-height: 50px;
	}

	.hero-slide-desc {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 767.98px) {
	.hero-slider-section {
		aspect-ratio: auto;
		min-height: 420px;
		max-height: none;
	}

	.hero-slider-section:has(.hero-slide--has-mobile) {
		aspect-ratio: 9 / 16;
		min-height: auto;
		max-height: 92vh;
	}

	.hero-slide--has-mobile .hero-slide-bg--desktop {
		display: none;
	}

	.hero-slide--has-mobile .hero-slide-bg--mobile {
		display: block;
	}

	.hero-slide-content {
		padding: 90px 15px 50px;
	}

	.hero-slide-title {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-slide-desc {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.hero-swiper .hero-button-prev,
	.hero-swiper .hero-button-next {
		display: none;
	}
}
