.hero-d26aa83d-container {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hero-d26aa83d-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 0;
	transition: background-color 0.3s ease;
}

.hero-d26aa83d-content {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.hero-d26aa83d-eyebrow {
	display: block;
	margin-bottom: 10px;
}

.hero-d26aa83d-title {
	margin-top: 0;
	margin-bottom: 20px;
}

.hero-d26aa83d-tagline {
	margin-bottom: 30px;
}

.hero-d26aa83d-btn-wrapper {
    width: 100%;
}

.hero-d26aa83d-btn {
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.hero-d26aa83d-btn:hover {
	opacity: 0.9;
	color: #fff;
}
