.bx-breadcrumb {
	margin: 40px 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.bx-breadcrumb i {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3B3B3B;
}
.bx-breadcrumb .bx-breadcrumb-item {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3B3B3B;
	text-decoration: none;
	gap: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3B3B3B;
	opacity: .5;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3B3B3B;
	opacity: 1;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
