.page-template-homepage .breadcrumb, .flow_published_page-template-homepage .breadcrumb {
	display: none !important;
}

.breadcrumb {
	margin: 20px 0;
}
.breadcrumb .container {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.breadcrumb ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	font-size: 0.875rem;
}
.breadcrumb li {
	display: flex;
	align-items: center;
}
.breadcrumb li:after {
	content: "/";
	margin: 0 8px;
	color: #a7a7aa;
}
.breadcrumb li:last-of-type:after {
	display: none;
}
.breadcrumb ul a, .breadcrumb ul span {
	text-transform: uppercase;
	white-space: nowrap;
}
.breadcrumb ul a svg, .breadcrumb ul span svg {
	fill: #7ea7cc;
}
.breadcrumb a:hover svg {
	fill: #b5cce2;
}
.breadcrumb span {
	color: #a7a7aa;
}

.breadcrumb + .category,
.breadcrumb + .page-title-container .page-title {
	margin-top: 0;
}

.breadcrumb + .category {
	display: none;
}

.container .breadcrumb .container {
	padding: 0;
}

.search-page .breadcrumb .container {
	max-width: 1600px;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		font-size: 0.875rem;
	}
	.breadcrumb ul {
		flex-wrap: wrap;
	}
	.breadcrumb a, .breadcrumb span {
		max-width: 20ch;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.breadcrumb + .page-title-container .page-title-row {
		margin-top: 20px;
	}
}