.page-header {
	background: var(--wp--preset--color--quinary);
	margin-bottom: 0;
}

.page-header + .alignfull.has-quinary-background-color {
	padding-top: 0;
	margin-top: 0;
}

.page-header .wrap {
	max-width: var(--wp--custom--layout--page);
	margin: 0 auto;
	position: relative;
	padding: 0 var(--wp--custom--layout--padding) 32px;
	overflow: hidden;
}

.page-header .wrap > div > * {
	max-width: var(--wp--custom--layout--content);
	margin: 8px 0 0;
}

.page-header h1 {
	padding: 8px 0 0;
	position: relative;
	z-index: 2;
}

.page-header h1 em {
	font-weight: 400;
	font-style: normal;
}

.page-header p {
	position: relative;
	z-index: 2;
}

.page-header .breadcrumb {
	margin-bottom: 0;
}

.page-header__icon {
	display: none;
	margin: 0;
}
@supports( mix-blend-mode: darken ) {
	.page-header__icon {
		display: block;
		mix-blend-mode: darken;
		opacity: .5;
		height: 264px;
		width: auto;
		position: absolute;
		top: 70px;
		right: 0;
		z-index: 1;
	}
}

.page-header--has-icon .wrap {
	min-height: calc( 264px + 70px + 24px );
}

.breadcrumb {
	font-size: var(--wp--preset--font-size--tiny);
	line-height: var(--wp--custom--line-height--tiny);
	font-weight: 600;
	padding: 16px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb a {
	text-decoration: none;
}

.page-header__photo {
	width: 64px;
	border-radius: 50%;
	display: block;
	margin-top: 32px;
}

.page-header--has-photo h1 {
	margin-top: 0;
	padding-top: 8px;
}

@media only screen and (max-width: 767px) {
	.page-header__icon {
		height: 207px;
		right: -80px;
	}

	.page-header--has-icon .wrap {
		min-height: calc( 207px + 70px + 10px );
	}
}

@media only screen and (min-width: 768px) {

	.page-header--has-photo .wrap {
		display: flex;
		align-items: center;
		gap: 48px;
	}
	.page-header__photo {
		width: 100%;
		max-width: 232px;
		margin: 0;
	}
}
