.ba-bm-page-header-section.has-bg{padding-top:15.18rem; padding-bottom:var(--padding-large);}
.ba-bm-page-header-section.has-bg .bg-image:after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(9, 4, 47, 0.44) 100%) no-repeat center top / 100% 15.18rem,
	linear-gradient(0deg, rgba(9, 4, 47, 0.56) 0%, rgba(9, 4, 47, 0.56) 100%);
	}

.ba-bm-post-header-section.has-bg{padding-top:15.18rem; padding-bottom:var(--padding-large);}
.ba-bm-post-header-section.has-bg .bg-image:after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(9, 4, 47, 0.44) 100%) no-repeat center top / 100% 15.18rem,
	linear-gradient(0deg, rgba(9, 4, 47, 0.56) 0%, rgba(9, 4, 47, 0.56) 100%);
	}

.ba-bm-author-header-section.has-bg{padding-top:15.18rem; padding-bottom:var(--padding-large);}
.ba-bm-author-header-section.has-bg .header-image{margin-top:calc(var(--header-height) - 22.5rem);position:relative;}
.ba-bm-author-header-section.has-bg .bg-image:after,
.ba-bm-author-header-section.has-bg .header-image:after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(9, 4, 47, 0.44) 100%) no-repeat center top / 100% 15.18rem,
	linear-gradient(0deg, rgba(9, 4, 47, 0.56) 0%, rgba(9, 4, 47, 0.56) 100%);
	}

.ba-bm-featured-slider .title{font-size:var(--h3);}
.ba-bm-featured-slider .content{padding-right:var(--margin-big); background: var(--color-light-grey);}

.ba-bm-related-posts-slider .post-card .title{font-size:var(--h6);}
.related-posts-slider-controls .slick-arrow{align-self: center; position: relative; left:0; right:0; display: flex; align-items: center; justify-content: center; width:5rem; height:2.125rem; top:0;}
.related-posts-slider-controls .slick-arrow:before{content: ''; position: absolute;  width:2.75rem; height:0.75rem;}
.related-posts-slider-controls .slick-arrow:after{content: ''; opacity:0; transform: scale(0.01); position: absolute; width:2.125rem; height:2.125rem; border:2px solid var(--color-link); border-radius:50%; transition:transform 0.2s ease, opacity 0.2s ease;}
.related-posts-slider-controls .slick-arrow:not(.slick-disabled):hover:after{opacity:1; transform:scale(1);}

.related-posts-slider-controls .slick-next:before{left:1.13rem; transition:left 0.2s ease, width 0.2s ease;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 20" fill="none"><path d="M26.7621 10.3776C27.0793 10.1938 27.0793 9.80618 26.7621 9.6224C21.6007 6.63132 12.4991 1.57065 0.63129 0.00616623C0.113492 -0.0620927 -0.204904 0.45205 0.151357 0.772339C2.69312 3.05747 6.71201 8.2645 6.71201 10C6.71201 11.7355 2.69312 16.9425 0.151356 19.2277C-0.204905 19.5479 0.113491 20.0621 0.631289 19.9938C12.4991 18.4294 21.6007 13.3687 26.7621 10.3776Z" fill="%23831923"/></svg>') no-repeat right center / auto 100%,
		linear-gradient(90deg, var(--color-link) 0%, var(--color-link) 100%) no-repeat left center / calc(100% - 0.5rem) 2px;}
.related-posts-slider-controls .slick-next:after{right:0;}
.related-posts-slider-controls .slick-next:not(.slick-disabled):hover:before{left:0; width:4.5rem;}

.related-posts-slider-controls .slick-prev:before{right:1.13rem; transition:right 0.2s ease, width 0.2s ease;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 20" fill="none"><path d="M0.237851 9.62239C-0.0792824 9.80617 -0.0792824 10.1938 0.237851 10.3776C5.39933 13.3687 14.5009 18.4293 26.3687 19.9938C26.8865 20.0621 27.2049 19.5479 26.8486 19.2276C24.3069 16.9425 20.288 11.7355 20.288 9.99998C20.288 8.26449 24.3069 3.05745 26.8486 0.772326C27.2049 0.452037 26.8865 -0.0621084 26.3687 0.00615043C14.5009 1.57063 5.39932 6.6313 0.237851 9.62239Z" fill="%23831923"/></svg>') no-repeat left center / auto 100%,
		linear-gradient(90deg, var(--color-link) 0%, var(--color-link) 100%) no-repeat right center / calc(100% - 0.5rem) 2px;}
.related-posts-slider-controls .slick-prev:after{left:0;}
.related-posts-slider-controls .slick-prev:not(.slick-disabled):hover:before{right:0; width:4.5rem;}


@media (max-width: 1399.98px) {
	
}
@media (max-width: 1199.98px){
	.ba-bm-page-header-section.has-bg{padding-top:12rem; padding-bottom:var(--padding-normal);}
	
	.ba-bm-author-header-section.has-bg{padding-top:12rem; padding-bottom:var(--padding-normal);}
	.ba-bm-author-header-section.has-bg .header-image{margin-top:calc(var(--header-height) - 19.5rem);}
	
	.ba-bm-post-header-section.has-bg{padding-top:12rem; padding-bottom:var(--padding-normal);}
}

@media (max-width: 991.98px){
	.ba-bm-featured-slider .content{padding-right:var(--margin-normal);}
	
	.ba-bm-page-header-section.has-bg{padding-top:7rem;}
	
	.ba-bm-author-header-section.has-bg{padding-top:7rem;}
	.ba-bm-author-header-section.has-bg .header-image{margin-top:calc(var(--header-height-mobile) - 11rem);}
	
	.ba-bm-post-header-section.has-bg{padding-top:7rem;}
	
	.related-posts-slider-controls{display: none;}
}

@media (max-width: 767.98px) {
	
	.ba-bm-featured-slider .content{padding:var(--margin-normal);}
	.ba-bm-featured-slider .image{margin:0;}
}

@media (max-width: 575.98px){
	.ba-bm-author-header-section .header-image + .header{margin-top:-2rem;}
	.ba-bm-author-header-section .header-image + .header .info{margin-top:2rem;}
	
}