* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: Arial, sans-serif;
	overflow-x: hidden
}

.slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.2)
}

.slide.active {
	opacity: 1;
	transform: scale(1)
}

.caption {
	font-family: Lato, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 20%;
	top: 25%;
	color: #000 !important;
	text-align: left;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	white-space: nowrap
}

.caption>* {
	position: relative;
	display: block;
	background-color: #ffffff80;
	color: #000;
	padding: 10px 15px;
	margin: 0;
	line-height: 1.2;
	width: fit-content
}

.caption h1 {
	font-size: 64px
}

.caption h2 {
	font-size: 48px
}

.caption p {
	font-size: 20px
}

.slide2 h2 {
	font-weight: 900;
	font-size: 95px
}

@media screen and (max-width: 732px) {
	.caption {
		right: 50%;
		top: 25%;
		transform: translate(50%);
		text-align: center;
		max-width: 90vw;
		white-space: normal;
		display: flex;
		flex-direction: column;
		gap: 10px
	}

	.caption>:not(.button-thin) {
		box-sizing: border-box;
		padding: 8px 12px
	}

	.caption a {
		align-self: center;
		width: 80% !important;
		max-width: 150px !important
	}

	.slide2 h2 {
		font-weight: 900;
		font-size: 65px
	}

	.line {
		transform: scaleY(.5)
	}
}

.line {
	height: 3px;
	width: 100px;
	background-color: #7a7b80;
	padding: 0
}

.indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	gap: 12px;
	z-index: 1000
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fffc;
	border: 1px solid black;
	cursor: pointer;
	transition: background .3s, transform .3s
}

.dot.active {
	background: #fff;
	transform: scale(1.2)
}

.pause-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #00000080;
	color: #fff;
	border: none;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 1001
}

.scroll-down {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%);
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	animation: bounce 1.5s infinite
}

@keyframes bounce {

	0%,
	to {
		transform: translate(-50%)
	}

	50% {
		transform: translate(-50%, -10px)
	}
}

.features-container[data-astro-cid-bdzcptip],
.video-container[data-astro-cid-bdzcptip] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content
}

.features-container[data-astro-cid-bdzcptip] {
	padding: 145px 0
}

.features-container-text[data-astro-cid-bdzcptip] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: fit-content;
	margin-top: 50px
}

.video[data-astro-cid-bdzcptip] {
	width: 100%;
	height: auto;
	object-fit: cover
}

.title-fs-60[data-astro-cid-bdzcptip] {
	padding-bottom: 20px
}

.row[data-astro-cid-bdzcptip].g-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

@media screen and (max-width: 1201px) and (min-width: 992px) {

	.box-container[data-astro-cid-bdzcptip],
	.title-fs-60[data-astro-cid-bdzcptip] {
		padding-left: 70px;
		max-width: fit-content
	}

	.row[data-astro-cid-bdzcptip].g-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media screen and (max-width: 991px) {
	.features-container[data-astro-cid-bdzcptip] {
		padding: 70px 0
	}

	.video[data-astro-cid-bdzcptip] {
		width: 100%;
		height: auto;
		margin: 0
	}

	.features-container-text[data-astro-cid-bdzcptip] {
		margin: 70px 0 0 45px;
		padding: 0
	}

	.box-container[data-astro-cid-bdzcptip] {
		max-width: fit-content
	}

	.row[data-astro-cid-bdzcptip].g-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

.page-section[data-astro-cid-hifjk6cr] {
	padding: 80px 0
}

.page-section-2[data-astro-cid-hifjk6cr] {
	display: none
}

.ads-grid[data-astro-cid-hifjk6cr] {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	align-items: center
}

.ads-text[data-astro-cid-hifjk6cr] {
	display: flex;
	flex-direction: column
}

.ads-img[data-astro-cid-hifjk6cr] img[data-astro-cid-hifjk6cr] {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width: 767px) {
	.page-section[data-astro-cid-hifjk6cr] {
		display: none
	}

	.page-section-2[data-astro-cid-hifjk6cr] {
		display: block
	}

	.ads-grid[data-astro-cid-hifjk6cr] {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto
	}

	.ads-grid[data-astro-cid-hifjk6cr]>.ads-img[data-astro-cid-hifjk6cr] {
		order: 2
	}

	.ads-grid[data-astro-cid-hifjk6cr]>.ads-text[data-astro-cid-hifjk6cr] {
		order: 1
	}

	.ads-text[data-astro-cid-hifjk6cr] {
		padding: 40px 0 0
	}

	.ads-img[data-astro-cid-hifjk6cr] {
		padding: 0 0 40px
	}
}

.spinner[data-astro-cid-oozvtbgl] {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	border: 2px solid #fff;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin .8s linear infinite
}

.swal2-confirm[data-astro-cid-oozvtbgl] {
	background-color: #535961;
	padding: 3px 20px
}

.swal2-confirm[data-astro-cid-oozvtbgl]:hover {
	background-color: #000
}

.swal2-title[data-astro-cid-oozvtbgl] {
	font-family: Open Sans, Arial, Helvetica, sans-serif
}

.hidden[data-astro-cid-oozvtbgl] {
	display: none !important
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}