html,
body {
	height: 100%;
}

.lp-horizontal-body {
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.lp-horizontal-body * {
	box-sizing: border-box;
}

.lp-horizontal-body img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-horizontal-body a {
	color: inherit;
	text-decoration: none;
	pointer-events: all;
}

.p-lp-horizontal {
	position: relative;
	width: 100%;
	height: 100svh;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.p-lp-horizontal.--has-cta {
	justify-content: space-between;
}

.p-lp-horizontal__swiper {
	width: 100%;
	max-width: min(100vw, 430px);
	height: auto;
	aspect-ratio: 1080 / 1920;
}

.p-lp-horizontal__slide {
	width: 100%;
	height: 100%;
}

.p-lp-horizontal__slide-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}

.p-lp-horizontal__image,
.p-lp-horizontal__image-link {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.p-lp-horizontal__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-lp-horizontal__video {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-lp-horizontal__video-player {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-lp-horizontal__video-el {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	background: #000;
}

.p-lp-horizontal__pagination {
	position: fixed;
	left: 50%;
	bottom: 20px !important;
	transform: translateX(-50%);
	z-index: 100;
}

.p-lp-horizontal__nav {
	width: 48px !important;
	height: 48px !important;
	margin-top: 0 !important;
	border: 1px solid #111;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
}

.p-lp-horizontal__nav::after {
	font-size: 16px !important;
	color: #111;
}

.p-lp-horizontal__nav--prev {
	left: 20px !important;
}

.p-lp-horizontal__nav--next {
	right: 20px !important;
}

.p-lp-horizontal__cta {
	position: relative;
	z-index: 200;
	width: 100%;
	height: auto;
	max-width: min(100vw, 430px);
	aspect-ratio: 375 / 104;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.p-lp-horizontal__cta-link {
	display: block;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-lp-horizontal__cta img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 999px) {
	.lp-horizontal-body {
		overflow: hidden;
	}

	.p-lp-horizontal__nav {
		display: none !important;
	}

	.p-lp-horizontal__pagination {
		bottom: 12px !important;
	}
}
