.home-page .home-banner-hero {
	padding: 22px 0 86px;
	background: linear-gradient(180deg, #fff 0%, #fbf8fd 100%);
}

.home-page .home-banner-wide {
	width: calc(100% - 36px);
	margin-inline: auto;
}

.home-page .home-banner-slider {
	--swiper-theme-color: #fff;
	position: relative;
	aspect-ratio: 8 / 3;
	border: 1px solid rgba(146, 27, 205, .12);
	border-radius: 34px;
	background: #e9e1ee;
	box-shadow: 0 30px 90px rgba(58, 24, 75, .14);
	overflow: hidden;
}

.home-page .home-banner-slider .swiper-wrapper,
.home-page .home-banner-slider .swiper-slide,
.home-page .home-banner-link,
.home-page .home-banner-link picture {
	height: 100%;
}

.home-page .home-banner-link,
.home-page .home-banner-link picture {
	display: block;
	width: 100%;
}

.home-page .home-banner-link:focus-visible {
	outline: 4px solid #fff;
	outline-offset: -8px;
}

.home-page .home-banner-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-page .home-banner-prev,
.home-page .home-banner-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	color: #fff;
	background: rgba(35, 32, 42, .34);
	box-shadow: 0 7px 20px rgba(35, 32, 42, .16);
	backdrop-filter: blur(10px);
	transition: background-color .2s ease, transform .2s ease;
}

.home-page .home-banner-prev {
	left: 16px;
}

.home-page .home-banner-next {
	right: 16px;
}

.home-page .home-banner-prev::after,
.home-page .home-banner-next::after {
	font-size: 14px;
	font-weight: 800;
}

.home-page .home-banner-prev .swiper-navigation-icon,
.home-page .home-banner-next .swiper-navigation-icon {
	width: 12px;
	height: 12px;
}


.home-page .home-banner-prev:hover,
.home-page .home-banner-next:hover,
.home-page .home-banner-prev:focus-visible,
.home-page .home-banner-next:focus-visible {
	background: rgba(110, 15, 167, .88);
	transform: scale(1.05);
}

.home-page .home-banner-slider .swiper-button-disabled {
	display: none;
}

.home-page .home-banner-pagination {
	bottom: 18px;
	left: 50%;
	width: auto;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 999px;
	background: rgba(35, 32, 42, .28);
	backdrop-filter: blur(10px);
	transform: translateX(-50%);
}

.home-page .home-banner-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background: rgba(255, 255, 255, .72);
	opacity: 1;
	transition: width .2s ease, background-color .2s ease;
}

.home-page .home-banner-pagination .swiper-pagination-bullet-active {
	width: 25px;
	border-radius: 999px;
	background: #fff;
}

.home-page .home-banner-autoplay {
	position: absolute;
	left: 16px;
	bottom: 18px;
	z-index: 12;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	color: #fff;
	background: rgba(35, 32, 42, .34);
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.home-page .home-banner-autoplay:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.home-page .home-banner-autoplay__pause,
.home-page .home-banner-autoplay__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-page .home-banner-autoplay__pause {
	width: 9px;
	height: 12px;
	border-right: 3px solid currentColor;
	border-left: 3px solid currentColor;
}

.home-page .home-banner-autoplay__play {
	display: none;
	width: 0;
	height: 0;
	margin-left: 1px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid currentColor;
}

.home-page .home-banner-autoplay.is-paused .home-banner-autoplay__pause {
	display: none;
}

.home-page .home-banner-autoplay.is-paused .home-banner-autoplay__play {
	display: block;
}

@media (max-width: 767px) {
	.home-page .home-banner-hero {
		padding: 14px 0 72px;
	}

	.home-page .home-banner-wide {
		width: calc(100% - 20px);
	}

	.home-page .home-banner-slider {
		aspect-ratio: 4 / 5;
		border-radius: 26px;
	}

	.home-page .home-banner-prev,
	.home-page .home-banner-next {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.home-page .home-banner-prev {
		left: 10px;
	}

	.home-page .home-banner-next {
		right: 10px;
	}

	.home-page .home-banner-prev .swiper-navigation-icon,
	.home-page .home-banner-next .swiper-navigation-icon {
		width: 10px;
		height: 10px;
	}

	.home-page .home-banner-pagination {
		bottom: 14px;
	}

	.home-page .home-banner-autoplay {
		left: 12px;
		bottom: 14px;
		width: 30px;
		height: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-page .home-banner-autoplay {
		display: none;
	}
}
