.biel-hero {
	height: 660px;
	padding-top: 105px;
	padding-bottom: 75px;
}

.biel-hero .hero-bg-vector {
	height: 900px;
	filter: none;
}

.biel-hero > .hero-bg-picture {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: block;
	width: 100%;
	height: 900px;
}

.biel-hero > .hero-bg-picture .hero-bg-vector {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.biel-hero .hero-bg-blur {
	height: 320px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .72) 68%, rgba(255, 255, 255, 0) 100%);
}

.biel-hero .hero-blur-bottom {
	top: 340px;
	bottom: auto;
	height: 320px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 62%, rgba(255, 255, 255, .98) 100%);
}

.biel-hero .hero-content-wrap {
	max-width: 860px;
	padding-top: 10px;
}

.biel-hero h1 {
	max-width: 840px;
	font-size: clamp(44px, 5.8vw, 64px);
}

.biel-hero__more {
	width: min(720px, 100%);
	margin: 28px auto 26px;
	text-align: center;
}

.biel-hero .biel-hero__intro-line {
	display: block;
	width: 100%;
	margin: 0;
}

.biel-hero__more-toggle {
	display: inline-flex;
	align-items: center;
	border: 0;
	background: transparent;
	color: var(--color--heading);
	padding: 0 0 0 5px;
	font: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	vertical-align: baseline;
	cursor: pointer;
}

.biel-hero__more-toggle span {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.biel-hero__more-toggle span::after {
	content: "\00a0+";
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
}

.biel-hero__more-toggle[aria-expanded="true"] span::after {
	content: "\00a0−";
}

.biel-hero__more-toggle:focus-visible {
	outline: 2px solid var(--color--heading);
	outline-offset: 4px;
}

.biel-hero__more-panel {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: grid;
	place-items: center;
	overflow-y: auto;
	visibility: hidden;
	background: rgba(31, 26, 35, .36);
	padding: 72px 24px 24px;
	opacity: 0;
	transition: opacity .24s ease, visibility 0s linear .24s;
}

.biel-hero__more-panel.is-open {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.biel-hero__more-dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: calc(100vh - 96px);
	overflow-y: auto;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 24px 80px rgba(31, 26, 35, .24);
	transform: translateY(12px) scale(.99);
	transition: transform .28s cubic-bezier(.22, .75, .24, 1);
}

.biel-hero__more-panel.is-open .biel-hero__more-dialog {
	transform: translateY(0) scale(1);
}

.biel-hero__more-close {
	position: relative;
	z-index: 2;
	display: block;
	width: 38px;
	height: 38px;
	margin: 14px 14px 0 auto;
	border: 0;
	background: #1f1a23;
	color: #fff;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.biel-hero__more-close:focus-visible {
	outline: 2px solid #1f1a23;
	outline-offset: 3px;
}

.biel-hero__more-content {
	padding: 20px 42px 36px;
	color: var(--color--body);
	font-size: clamp(16px, 1.35vw, 18px);
	line-height: 1.68;
	text-align: left;
}

.biel-hero__more-content p {
	margin: 0 0 16px;
}

.biel-hero__more-content p:last-child {
	margin-bottom: 0;
}

.biel-hero__petition {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.biel-hero__petition-note {
	max-width: 300px;
	margin: 9px 0 0;
	color: var(--color--body);
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
}

.biel-eyebrow {
	margin-bottom: 18px;
	color: var(--color--heading);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.biel-section {
	padding: 72px 0 78px;
	background: #fff;
}

.biel-section__intro {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.biel-section__intro h2 {
	width: 18.5ch;
	max-width: 100%;
	margin: 0 auto 22px;
	font-size: clamp(34px, 4.5vw, 54px);
	line-height: 1.08;
	letter-spacing: -.035em;
	text-wrap: wrap;
}

.biel-section__intro p {
	max-width: 620px;
	margin: 0 auto;
	color: var(--color--body);
	font-size: 17px;
	line-height: 1.6;
}

.biel-risk-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 46px;
	row-gap: 0;
}

.biel-section__petition {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.biel-risk-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 25px 0 27px;
	box-shadow: none;
}

.biel-risk-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 0;
	background: transparent;
	font-size: 34px;
	box-shadow: none;
}

.biel-risk-card h3 {
	margin: 0 0 8px;
	font-size: clamp(23px, 2.4vw, 30px);
	line-height: 1.15;
	letter-spacing: -.025em;
}

.biel-risk-card p {
	margin: 0;
	color: var(--color--body);
	font-size: 15px;
	line-height: 1.5;
}

.home-recent-blogs {
	border-top: 1px solid rgba(31, 26, 35, .06);
	background: transparent;
}

@media (max-width: 900px) {
	.biel-risk-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.biel-hero {
		height: auto;
		min-height: 650px;
		justify-content: flex-start;
		padding-top: 112px;
		padding-bottom: 55px;
	}

	.biel-hero .hero-bg-blur,
	.biel-hero .hero-blur-bottom {
		height: 300px;
	}

	.biel-hero .hero-blur-bottom {
		top: auto;
		bottom: 0;
	}

	.biel-hero .hero-content-wrap {
		padding-top: 0;
	}

	.biel-section {
		padding: 56px 0;
	}

	.biel-risk-card {
		grid-template-columns: 46px 1fr;
		gap: 14px;
		padding: 22px 0;
	}

	.biel-risk-card__icon {
		width: 46px;
		height: 46px;
		font-size: 29px;
	}

	.biel-hero__more-panel {
		padding: 58px 14px 14px;
	}

	.biel-hero__more-dialog {
		max-height: calc(100vh - 72px);
	}

	.biel-hero__more-content {
		padding: 18px 24px 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.biel-hero__more-panel,
	.biel-hero__more-content {
		transition: none;
	}
}
