/* FAQ landing page — matched to the 1440px / 1202px Pixso reference frame. */
.faq-page {
	overflow: hidden;
}

.faq-page__hero {
	position: relative;
	height: 400px;
	overflow: hidden;
	color: var(--color-white);
	background: center / cover no-repeat var(--faq-hero-image);
}

.faq-page__hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(47, 172, 212, .6);
}

.faq-page__hero-content {
	position: relative;
	padding-top: 64px;
	text-align: center;
}

.faq-page__breadcrumb {
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-align: left;
}

.faq-page__breadcrumb span {
	margin-inline: 8px;
}

.faq-page__hero h1 {
	margin: 16px 0 0;
	color: var(--color-white);
	font-size: 52px;
	font-weight: 800;
	line-height: 58px;
}

.faq-page__intro {
	max-width: 700px;
	margin: 16px auto 0;
	color: rgba(255, 255, 255, .92);
	font-size: 16px;
	line-height: 26px;
}

.faq-page .faq-accordion {
	min-height: 802px;
}

@media (max-width: 860px) {
	.faq-page__hero {
		height: auto;
		min-height: 400px;
	}

	.faq-page__hero h1 {
		font-size: 42px;
		line-height: 1.12;
	}
}

@media (max-width: 560px) {
	.faq-page__hero-content {
		padding-top: 52px;
	}

	.faq-page__hero h1 {
		font-size: 33px;
	}

	.faq-page__intro {
		font-size: 14px;
		line-height: 1.6;
	}
}
