.fdry-banner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	background-color: #212721;
	color: #fff;
	box-sizing: border-box;
}
.fdry-banner__visual {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}
.fdry-banner__image-el {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.fdry-banner__container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 143rem;
	padding: 4rem 3rem;
	box-sizing: border-box;
}
.fdry-banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2.4rem;
	width: 100%;
	max-width: 90rem;
}
.fdry-banner__eyebrow {
	margin: 0;
	color: #f4da40;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 12px;
	line-height: 19.2px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.fdry-banner__tagline {
	margin: 0;
	font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}
.fdry-banner__title {
	margin: 0;
	font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
	font-size: 90px;
	line-height: 95px;
	font-weight: normal;
	text-transform: uppercase;
}
.fdry-banner__title .fdry-yellow {
	color: #f4da40;
}
.fdry-banner__title .underline {
	position: relative;
	display: inline-block;
}
.fdry-banner__title .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.05em;
	height: 3px;
	background-color: #f4da40;
}
.fdry-banner__subtitle {
	font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
	font-size: 28px;
	line-height: 32px;
}
.fdry-banner__subtitle .fdry-yellow {
	color: #f4da40;
}
.fdry-banner__subtitle p {
	margin: 0;
}
.fdry-banner__subtitle p + p {
	margin-top: 1.6rem;
}
.fdry-banner__content-text {
	font-size: 20px;
	line-height: 28px;
	max-width: 72rem;
}
.fdry-banner__content-text p {
	margin: 0;
}
.fdry-banner__content-text p + p {
	margin-top: 1.6rem;
}
@media only screen and (max-width: 1300px) {
	.fdry-banner__title {
		font-size: 7.2rem;
		line-height: 1.05;
	}
}
@media only screen and (max-width: 1000px) {
	.fdry-banner {
		height: auto;
		min-height: 800px;
		padding: 6rem 0;
	}
	.fdry-banner__container {
		padding: 4rem 3rem;
	}
	.fdry-banner__content {
		gap: 2rem;
	}
	.fdry-banner__title {
		font-size: 5.6rem;
		line-height: 1.05;
	}
	.fdry-banner__subtitle {
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.fdry-banner__content-text {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 600px) {
	.fdry-banner {
		min-height: 64rem;
		padding: 4.8rem 0;
	}
	.fdry-banner__container {
		padding: 3.2rem 2rem;
	}
	.fdry-banner__tagline {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.fdry-banner__title {
		font-size: 4rem;
	}
	.fdry-banner__subtitle {
		font-size: 2rem;
	}
	.fdry-banner__content-text {
		font-size: 1.6rem;
	}
}
