.hero-block {
	background: var(--z-gray-200);
	position: relative;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.hero-block .splide__slide:before {
		content: "";
		background: linear-gradient(0deg, rgba(0, 18, 20, 0.65) 0%, rgba(0, 18, 20, 0.35) 50%, rgba(0, 18, 20, 0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		pointer-events: none;
		z-index: 1;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.hero-block .splide__slide:before {
		content: "";
		background: linear-gradient(90deg, rgba(0, 18, 20, 0.76) 0%, rgba(0, 18, 20, 0.52) 42%, rgba(0, 18, 20, 0) 80%);
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		pointer-events: none;
		z-index: 1;
	}
}

.hero-block picture,
.hero-block .banner-picture {
	display: block;
	width: 100%;
}

.hero-block img {
	max-width: 100%;
	width: 100%;
}

.hero-block .hero-content-block {
	position: absolute;
	bottom: 140px;
	left: 50% !important;
	text-align: center;
	max-width: 100% !important;
	width: 100% !important;
	transform: translateX(-50%) !important;
	padding: 0 40px !important;
	z-index: 2;
}

.hero-block .hero-content-block .hero-title {
	font-family: 'AboretoRegular';
	font-weight: 400;
	font-size: 40px;
	line-height: 150%;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
	margin: 0;
	margin-bottom: 9px;
	text-align: center;
}

.hero-block .hero-content-block .hero-content {
	font-family: 'AlexandriaLight';
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--z-white);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
	max-width: 700px !important;
	margin: 0 auto;
	margin-bottom: 30px;
}

.hero-block .hero-btn {
	margin-top: 26px;
	padding: 14px 53px;
}

.hero-block .splide__pagination .splide__pagination__page.is-active {
	background: var(--z-white);
}

.hero-block .splide__pagination .splide__pagination__page {
	border: 1.33px solid #fff;
}

.hero-block .splide__pagination {
	bottom: 24px;
}

.hero-block .splide__arrows {
	display: none;
}

.hero-inner .hero-content-block {
	bottom: 20px;
	left: 125px;
	transform: translateX(0px);
	text-align: left;
	max-width: 100%;
}
.hero-inner .hero-content-block .hero-content {
	text-align: left;
	max-width: 100%;
}

.hero-block img,
.hero-block .banner-img1 {
    width: 100%;
    height: 580px;
    object-fit: cover !important;
    object-position: center bottom !important;
    display: block;
}

.hero-block-blog img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: bottom;
    display: block;
}


@media (min-width: 1282px) and (max-width: 1441px) {
	.hero-block img,
	.hero-block .banner-img1 {
		height: 490px !important;
		object-fit: cover !important;
		object-position: center bottom !important;
		display: block;
	}
}

@media (min-width: 1025px) and (max-width: 1441px) {
	.hero-block .hero-content-block {
		left: 50% !important;
		transform: translateX(-50%) !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 40px !important;
		bottom: 120px;
	}

	.hero-block .hero-content-block .hero-content {
		max-width: 680px !important;
		font-size: 18px;
	}

	.hero-block .hero-content-block .hero-title {
		font-size: 34px;
	}

	.hero-block .hero-btn {
		font-size: 22px;
		padding: 9px 36px;
	}

	.hero-block .splide__pagination {
		bottom: 22px !important;
	}

	.hero-block .splide__pagination .splide__pagination__page {
		width: 13px;
		height: 13px;
		margin: 0 10px;
	}
}

@media (min-width: 1025px) and (max-width: 1281px) {
	.hero-block img,
	.hero-block .banner-img1 {
		height: 440px !important;
		object-fit: cover !important;
		object-position: center bottom !important;
		display: block;
	}

	.hero-block .hero-content-block {
		left: 50% !important;
		transform: translateX(-50%) !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 40px !important;
		bottom: 100px;
	}

	.hero-block .hero-content-block .hero-title {
		font-size: 30px;
	}
	.hero-block .hero-content-block .hero-content {
		font-size: 16px;
		max-width: 620px !important;
	}
	.hero-block .hero-btn {
		font-size: 19px;
		padding: 7px 28px;
		margin-top: 15px;
	}
	.hero-block .splide__pagination {
		bottom: 20px !important;
	}

	.hero-block .splide__pagination .splide__pagination__page {
		width: 12px;
		height: 12px;
		margin: 0 9px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	.hero-block img,
	.hero-block .banner-img1 {
		height: 380px !important;
		object-fit: cover !important;
		object-position: 90% bottom !important;
		display: block;
	}

	.hero-block .hero-content-block {
		left: 45px !important;
		right: auto !important;
		bottom: 35px !important;
		top: auto !important;
		transform: none !important;
		max-width: 360px !important;
		width: 360px !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
		align-items: flex-start !important;
		z-index: 2;
	}

	.hero-block .hero-content-block .hero-title {
		font-size: 28px !important;
		line-height: 1.25 !important;
		text-align: left !important;
		margin: 0 0 8px 0 !important;
		color: #ffffff !important;
		text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 1px 3px rgba(0, 0, 0, 0.95) !important;
	}

	.hero-block .hero-content-block .hero-content {
		font-size: 14px !important;
		line-height: 1.4 !important;
		text-align: left !important;
		max-width: 350px !important;
		margin: 0 !important;
		color: #ffffff !important;
		text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 1px 3px rgba(0, 0, 0, 0.95) !important;
	}

	.hero-block .hero-btn-block {
		text-align: left !important;
		margin-top: 10px !important;
	}

	.hero-block .hero-btn {
		font-size: 14px !important;
		padding: 7px 26px !important;
		margin-top: 0 !important;
	}

	.hero-block .splide__pagination {
		bottom: 18px !important;
	}
}

@media (max-width: 767px) {
	.hero-block picture,
	.hero-block .banner-picture {
		display: block;
		width: 100%;
	}
	.hero-block img,
	.hero-block .banner-img1 {
		height: 320px !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	/* Dark overlay so text is readable over image */
	.hero-block .splide__slide {
		position: relative;
	}
	.hero-block .splide__slide::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.40);
		z-index: 1;
		pointer-events: none;
	}

	.hero-block .hero-content-block {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 16px !important;
		margin: 0 !important;
		text-align: center !important;
		align-items: center !important;
		justify-content: center !important;
		z-index: 2 !important;
	}
	.hero-block .hero-content-block .hero-title {
		font-size: 16px !important;
		text-align: center !important;
		margin-bottom: 0;
	}
	.hero-block .hero-content-block .hero-title span {
		display: none;
	}
	.hero-block .hero-content-block .hero-content {
		font-size: 12px !important;
		text-align: center !important;
	}
	.hero-block .hero-btn {
		font-size: 12px !important;
		padding: 4px 20px !important;
		margin-top: 8px !important;
	}
	.hero-block .hero-btn-block {
		text-align: center !important;
	}
	.hero-block .splide__pagination {
		bottom: 16px;
	}
}
