/* Banner Section */
.banner-section {
	position: relative;
	background-color: var(--color-1);
}
.banner-section .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
	background-color: #000;
	opacity: 0.25;
	display: none;
}
.banner-section .carousel .acf-media {
	height: 100%;
	position: relative;
	z-index: -1;
}
.banner-section .carousel .acf-media.media__image .inner {
	height: 100%;
}
.banner-section .carousel .acf-media video,
.banner-section .carousel .acf-media img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
}
.banner-section .carousel .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-section .carousel .image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 25%;
}
.banner-section .banner-inner {
	position: relative;
	z-index: 3;
}
.banner-section .banner-row {
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	gap: 20px;
}
.banner-section .banner-row>.col {
	flex: 0 1 450px;
}
.banner-section .content-col {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 60px 40px;
	font-size: 17px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.banner-section .content-col h1 {
	font-size: 34px;
}
.banner-section .content-col p {
	line-height: 1.76;
}
.banner-section .content-col p:last-child {
	margin-bottom: 0;
}
.banner-section .form-col {
	background: rgba(255, 255, 255, 0.77);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	padding: 40px;
}
.banner-section .content-col:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--color-1);
	opacity: 0.77;
	z-index: -1;
}
.banner-section .carousel .banner-nav {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 4;
	justify-content: center;
	color: #fff;
}
.banner-section .carousel .carousel-indicators {
	position: static;
	margin: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	column-gap: 10px;
	justify-content: center;
}
.banner-section .carousel .carousel-indicators li {
	border: none;
	background-color: var(--text_color_alt);
	margin: 0;
	opacity: 0.5;
}
.banner-section .carousel .carousel-indicators .active {
	width: 10px;
	height: 10px;
	border: none;
	margin: 0;
	opacity: 1;
}
.banner-section .carousel-control {
	width: 50px;
}
.banner-section .container {
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.banner-section .mobile {
	display: none;
}
.banner-section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section h1:last-child {
	margin-bottom: 0;
}
body.ip .banner-section .banner-row {
	flex-wrap: wrap;
}
body.ip .banner-section .banner-row>.col {
	flex-basis: 100%;
	width: 100%;
}
body.ip .banner-section .content-col {
	padding: 30px 15px;
}
body.ip .banner-section .item {
	min-height: 31vw;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	.banner-section .banner-row {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .carousel-control {
		display: none;
	}
	.banner-section .container {
		max-width: 100%;
	}
	.banner-section .carousel .content-wrap {
		padding-top: 100px;
	}
	.banner-section .carousel .banner-nav {
		bottom: 95px;
	}
	.banner-section .mobile {
		display: block;
	}
	.banner-section .desktop {
		display: none;
	}
	.banner-section .carousel .content-wrap {
		padding: 100px 0 175px;
	}
	.banner-section .video {
		margin-top: 50px;
	}
	.banner-section .content-col,
	.banner-section .form-col {
		padding: 40px 15px;
	}
	body.ip .banner-section .content-col {
		padding: 20px 15px;
	}
	body.ip .banner-section .container {
		width: 100%;
	}
	body.ip .banner-section .banner-row {
		margin: 50px 0;
	}
}