p {
 padding-bottom:10px; 
}
b,strong {
	font-weight:700;
}

.ba-icon-list-wrapper .vertical-layout li {
  width:100%;
}

.ba-slideshow-img video, .ba-video-background video, .ba-video-background iframe, .ba-slideshow-img iframe {
    width: 100vw !important;
    object-fit: cover;
  	left:0;
  	top:0;
  	aspect-ratio: 16 / 9 !important;
}

.feature-background {
		width:100vw;
}
.feature-background::after {
  	background-image: url(/images/compressed/bm-pattern.webp);
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: none;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width:100%;
    height:100%;
    mix-blend-mode: color-dodge;
    opacity:1;
    top:0;
    left:0;
}

.vh50 {
	height: 50vh;
}

.p25 {
	padding:25px 25px 25px 25px !important;
}