.overlay-image-title {
	background: rgba(45,75,85,.7);
	padding: 20px 70px 20px 50px;
	margin-left: -50px;
}

.hbred .overlay-image-title {
    border-left: 20mm solid rgba(216, 44, 38, 1);
}

.hbyellow .overlay-image-title {
    border-left: 20mm solid #edc62f;
}

.hbgroup .overlay-image-title {
    border-left: 20mm solid rgba(74, 113, 118, .7);
}


.overlay-background-image-wrapper::after {
    content: '';
    position: absolute;
    left: 16mm;
    width: 1px;
    height: 100%;
    top: 0;
    background: #fff;
	z-index: 2;
}

.sp-menu-item {
	text-transform: uppercase;
	font-weight: 700;
}

.sp-megamenu-parent>li.active>a {
	font-weight: 700;
}

html, body {
    font-family: "IBM PLEX SANS", sans-serif;
    color: #000;
    font-size: 1.25rem;
    overflow-x: hidden;
    min-height: 100vh;
}