.block-home-hero {
	height: 650px;
	position: relative
}

.block-home-hero .block-home-hero__bg {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.block-home-hero .block-home-hero__overlay {
	background-color: #004c97;
	background-image: url(/wp-content/uploads/2025/12/bg-pattern-logo.png);
	background-position: center left;
	background-size: cover;
	opacity: 0.87;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

@media (max-width:767px) {
	.block-home-hero .block-home-hero__overlay {
		background-image: none;
	}
}

.block-home-hero .block-home-hero__inner {
	height: 100%;
}

.block-home-hero .block-home-hero__content {
	display: flex;
	justify-content: end;
	align-items: end;
	height: 100%;
	padding-bottom: 24px;
	position: relative;
	text-align: right;
	z-index: 3;
}

.block-home-hero .block-home-hero__content h1 {
	color: #fff;
	max-width: 400px;
}

/* Hide Site Logo */
.home .site-header-wrap .site-header-item[data-section="title_tagline"] {
	display: none;
}
