@charset "UTF-8";
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://kancler.by/wp-content/plugins/bloglentor-for-elementor/assets/lib/slick/ajax-loader.gif) center center no-repeat;
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
z-index: 9;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-next:hover
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'dashicons';
font-size: 20px;
line-height: 1;
opacity: .75;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '\f341';
}
[dir='rtl'] .slick-prev:before
{
content: '\f345';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '\f345';
}
[dir='rtl'] .slick-next:before
{
content: '\f341';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'dashicons';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\f159';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}*,:after,:before{box-sizing:border-box}.blfe-row{display:grid;display:-ms-grid;grid-column-gap:30px;grid-row-gap:30px}.blfe-col-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-default .blfe-row{grid-gap:20px}.blfe-no-gap .blfe-row{grid-gap:0}.blfe-narrow .blfe-row{grid-gap:10px}.blfe-extended .blfe-row{grid-gap:30px}.blfe-wide .blfe-row{grid-gap:40px}.blfe-wider .blfe-row{grid-gap:60px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2 :first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3;-ms-grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero3{grid-template-columns:1fr 33% 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:1fr 33% 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero3>div:nth-child(3){grid-column-start:2;grid-row-start:1;grid-row-end:3;-ms-grid-column:2;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:15px;padding-left:15px;padding-right:15px}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title{margin-left:10px;margin-right:10px;text-transform:uppercase}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a{color:#111;background-color:#fff;box-shadow:15px 0 0 #fff,-10px 0 0 #fff;padding:2px;line-height:1.4;transition:.4s}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a:hover{background-color:#111;box-shadow:15px 0 0 #111,-10px 0 0 #111;color:#fff}.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:30px}@media screen and (max-width:1024px){.blfe-col-tab-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-tab-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}}@media screen and (max-width:767px){.blfe-col-mob-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-mob-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-post-grid-container .blfe-row{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-hero3.blfe-row :nth-child(3){grid-column-start:auto;grid-row-start:auto;grid-row-end:auto;-ms-grid-column:initial;-ms-grid-row:initial;-ms-grid-row-span:initial}}.blfe-post-grid-item{position:relative;overflow:hidden}.blfe-post-grid-item.blfe-equal-height{height:auto}.blfe-post-grid-item .blfe-post-grid-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-grid-item.blfe-rowan-zoom:hover .blfe-post-grid-bg-image{transform:scale3d(1.1,1.1,1.1)}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image{display:block;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image:before{top:0;content:"";display:block;width:100%;min-height:280px;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:transparent}.blfe-post-grid-item .blfe-post-grid-image{display:block}.blfe-post-grid-item .blfe-post-grid-image img{min-height:280px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%}.blfe-post-grid-item .blfe-post-grid-bg-image{position:relative;overflow:hidden;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner{display:block;height:100%}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{bottom:0;content:"";display:block;width:100%;height:100%;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:#000}.blfe-post-grid-item .blfe-post-grid-bg-image img{min-height:445px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%;height:100%}.blfe-post-grid-item .blfe-post-grid-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}@media screen and (max-width:1024px){.blfe-post-grid-item .blfe-post-grid-title{font-size:18px}}.blfe-post-grid-item .blfe-post-grid-title a{color:#fff}.blfe-post-grid-item .blfe-post-grid-excerpt{color:#fff;font-size:14px;line-height:1.4;margin:0}.blfe-post-grid-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-grid-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px}.blfe-post-grid-item .blfe-post-grid-meta{display:flex;align-items:center}.blfe-post-grid-item .blfe-post-grid-meta .blfe-post-grid-author{text-transform:capitalize}.blfe-post-grid-item .blfe-post-grid-meta span{font-size:12px;color:#fff;font-weight:500}.blfe-post-grid-item .blfe-post-grid-meta span i{padding-right:4px}.blfe-post-grid-item .blfe-post-grid-meta span:first-child{margin-left:0}.blfe-post-grid-item .blfe-post-grid-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-grid-item .blfe-post-grid-meta span a{color:#fff}.blfe-post-grid-item .blfe-post-grid-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-grid-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #fff}.blfe-post-grid-item .blfe-post-meta-dot:first-child,.blfe-post-grid-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-grid-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-grid-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item{text-align:left}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item{text-align:right}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item{text-align:center}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:center}.blfe-classic1 .blfe-post-grid-item{position:relative;overflow:hidden;box-shadow:0 10px 10px 1px rgba(0,0,0,.07)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner.blfe-rowan-zoom:hover .blfe-post-grid-image{transform:scale3d(1.1,1.1,1.1)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-bg-image{min-height:220px;position:static}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category a{text-transform:uppercase;background-color:#15c739;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px;margin-right:5px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details{padding:10px 15px 15px;background-color:transparent;min-height:auto}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title{font-weight:700}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title a{color:#0f0e0e}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-excerpt{color:#424242;font-size:14px;line-height:1.4;margin-bottom:10px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta i,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span a{color:#9f9f9f}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #9f9f9f}.blfe-classic2 .blfe-post-grid-item{position:relative;overflow:hidden;text-align:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic2 .blfe-post-grid-item .blfe-post-category a{text-transform:uppercase;background-color:#fff;padding:6px 15px;color:#111;font-size:14px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{height:100%;padding:5px 30px 0;background-color:transparent;min-height:auto}@media screen and (max-width:1024px){.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{padding-left:15px;padding-right:15px}}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-title a{color:#111}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-excerpt{color:#666;margin-top:10px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span,.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span a{color:#666}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #666}.blfe-hero1 .blfe-post-grid-item,.blfe-hero2 .blfe-post-grid-item,.blfe-hero3 .blfe-post-grid-item,.blfe-hero4 .blfe-post-grid-item,.blfe-hero5 .blfe-post-grid-item,.blfe-hero6 .blfe-post-grid-item,.blfe-hero7 .blfe-post-grid-item,.blfe-hero8 .blfe-post-grid-item,.blfe-hero9 .blfe-post-grid-item,.blfe-hero10 .blfe-post-grid-item{position:relative;overflow:hidden}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-item-inner{height:100%}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-title{padding-bottom:6px;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category,.blfe-hero2 .blfe-post-grid-item .blfe-post-category,.blfe-hero3 .blfe-post-grid-item .blfe-post-category,.blfe-hero4 .blfe-post-grid-item .blfe-post-category,.blfe-hero5 .blfe-post-grid-item .blfe-post-category,.blfe-hero6 .blfe-post-grid-item .blfe-post-category,.blfe-hero7 .blfe-post-grid-item .blfe-post-category,.blfe-hero8 .blfe-post-grid-item .blfe-post-category,.blfe-hero9 .blfe-post-grid-item .blfe-post-category,.blfe-hero10 .blfe-post-grid-item .blfe-post-category{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category a,.blfe-hero2 .blfe-post-grid-item .blfe-post-category a,.blfe-hero3 .blfe-post-grid-item .blfe-post-category a,.blfe-hero4 .blfe-post-grid-item .blfe-post-category a,.blfe-hero5 .blfe-post-grid-item .blfe-post-category a,.blfe-hero6 .blfe-post-grid-item .blfe-post-category a,.blfe-hero7 .blfe-post-grid-item .blfe-post-category a,.blfe-hero8 .blfe-post-grid-item .blfe-post-category a,.blfe-hero9 .blfe-post-grid-item .blfe-post-category a,.blfe-hero10 .blfe-post-grid-item .blfe-post-category a{background-color:#000;color:#fff;border-radius:20px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-excerpt{margin:10px 0 0}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta i{color:#fff}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more{color:#fff;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more:hover{opacity:.9}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;display:flex;z-index:2}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{width:100%;transition:all .25s ease;position:absolute;bottom:30px;left:0;right:0;padding-left:30px;padding-right:30px}@media screen and (max-width:1024px){.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{opacity:.7}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:50px}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}.blfe-grid-pagination{text-align:center;width:100%;margin-top:30px}.blfe-grid-pagination a.page-numbers,.blfe-grid-pagination span.page-numbers{border-radius:2px;padding:3px 13px;font-weight:500;margin:0 8px 8px 0;display:inline-block;color:#2568ef;border:1px solid #2568ef;transition:.3s;background-color:transparent}.blfe-grid-pagination a.page-numbers:hover,.blfe-grid-pagination span.page-numbers:hover{color:#111;border-color:#111}.blfe-grid-pagination a.page-numbers:last-child,.blfe-grid-pagination span.page-numbers:last-child{margin-right:0}.blfe-grid-pagination a.page-numbers.current,.blfe-grid-pagination span.page-numbers.current{color:#111;border:1px solid #111}.blfe-pagination-align-left .blfe-grid-pagination,.blfe-pagination-align-left .blfe-post-prev-next-wrap{text-align:left}.blfe-pagination-align-right .blfe-grid-pagination,.blfe-pagination-align-right .blfe-post-prev-next-wrap{text-align:right}.blfe-carousel{margin:0 -10px}.blfe-carousel .slick-prev{left:-15px}.blfe-carousel .slick-next{right:-15px}.blfe-carousel .slick-next,.blfe-carousel .slick-prev{z-index:999;cursor:pointer;color:#000;font-size:16px;height:40px;width:40px;line-height:40px;background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.14);border-radius:4px}.blfe-carousel .slick-next:focus,.blfe-carousel .slick-prev:focus{background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.1);border-color:transparent}.blfe-carousel .slick-next:before,.blfe-carousel .slick-prev:before{content:""}@media screen and (max-width:1024px){.blfe-carousel .slick-prev{left:15px}.blfe-carousel .slick-next{right:15px}}.blfe-carousel .slick-list .slick-track{display:flex!important;margin-bottom:20px}.blfe-carousel .slick-list .slick-track .slick-slide{margin-right:10px;margin-left:10px}.blfe-carousel .slick-list .slick-track .slick-slide.slick-active:first-child{margin-left:0}.blfe-carousel .slick-list .slick-track .slick-slide.slick-active:last-child{margin-right:0}.blfe-carousel .slick-dots{margin:0;padding:0;list-style:none;text-align:center}.blfe-carousel .slick-dots li{margin:0;width:auto;height:auto;display:inline-block}.blfe-carousel .slick-dots li button{background:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:.4s;font-size:0;line-height:0;padding:0}.blfe-carousel .slick-dots li button:focus,.blfe-carousel .slick-dots li button:hover{background-color:#000}.blfe-carousel .slick-dots li button:before{content:none}.blfe-carousel .slick-dots li button:hover{transform:scale(1.5)}.blfe-carousel .slick-dots li.slick-active button{transform:scale(1.5);background-color:#000}.blfe-arrows-display-hover.blfe-carousel .slick-next,.blfe-arrows-display-hover.blfe-carousel .slick-prev{transition:.5s;transform:translateY(-50%);display:none!important}.blfe-arrows-display-hover.blfe-carousel:hover .slick-next,.blfe-arrows-display-hover.blfe-carousel:hover .slick-prev{display:block!important}.blfe-title-align-center .blfe-post-header .blfe-post-header-title{margin-left:auto;margin-right:auto}.blfe-title-align-right .blfe-post-header .blfe-post-header-title{margin-left:auto}.blfe-post-header{position:relative;border-bottom:2px solid #eadada;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;padding-bottom:5px}@media screen and (max-width:767px){.blfe-post-header{display:block}}.blfe-post-header .blfe-header-title-icon{margin-right:5px}.blfe-post-header .blfe-header-title-icon.blfe-header-title-align-icon-right{order:1;margin-right:0;margin-left:5px}.blfe-post-header .blfe-header-title-icon i{color:#b3c70f;font-size:20px}.blfe-post-header .blfe-post-header-title{display:flex}.blfe-post-header .blfe-post-header-title .blfe-post-header-title-inner{font-size:20px;font-weight:700;line-height:1.2;margin:0;color:#000;display:inline-block}.blfe-post-header .blfe-post-header-title a{color:#000;box-shadow:none;text-decoration:none}.blfe-post-header .blfe-post-header-title a:focus,.blfe-post-header .blfe-post-header-title a:hover{outline:none}.blfe-post-list-item{position:relative;overflow:hidden;display:flex!important}.blfe-post-list-item.hide-post-image .blfe-post-list-details{flex:0 0 100%;max-width:100%}@media screen and (max-width:767px){.blfe-post-list-item{display:block!important}}.blfe-post-list-item .blfe-post-list-details{align-self:center;flex:0 0 50%;max-width:50%}.blfe-post-list-item .blfe-post-image-wrapper{flex:0 0;flex-basis:calc(50% - 30px);max-width:calc(50% - 30px);margin-right:30px;display:block;padding-bottom:35%;position:relative;transition:all .5s ease;overflow:hidden}.blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1.3)}@media screen and (max-width:767px){.blfe-post-list-item .blfe-post-image-wrapper,.blfe-post-list-item .blfe-post-list-details{max-width:100%;flex-basis:100%;margin-right:0}.blfe-post-list-item .blfe-post-image-wrapper{margin-bottom:15px}}.blfe-post-list-item .blfe-post-list-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-list-item .blfe-post-list-image{display:block;line-height:normal;font-size:medium;overflow:hidden}.blfe-post-list-item .blfe-post-list-image span{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block;position:absolute;left:0;border-radius:4px;transition:all .5s ease;transform:scale(1)}.blfe-post-list-item .blfe-post-list-image span:before{content:"";display:block;width:100%;height:100%;z-index:1;opacity:.4;transition:all .4s ease;background-color:transparent}.blfe-post-list-item .blfe-post-list-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}.blfe-post-list-item .blfe-post-list-title a{color:#111}.blfe-post-list-item .blfe-post-list-excerpt{color:#666;font-size:14px;line-height:1.4;margin:0}.blfe-post-list-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-list-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:4px 10px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px;border-radius:4px}.blfe-post-list-item .blfe-post-list-meta{display:flex;align-items:center;margin-bottom:10px}.blfe-post-list-item .blfe-post-list-meta .blfe-post-list-author{text-transform:capitalize}.blfe-post-list-item .blfe-post-list-meta span{font-size:12px;color:#666;font-weight:500}.blfe-post-list-item .blfe-post-list-meta span i{padding-right:4px}.blfe-post-list-item .blfe-post-list-meta span:first-child{margin-left:0}.blfe-post-list-item .blfe-post-list-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-list-item .blfe-post-list-meta span a{color:#666}.blfe-post-list-item .blfe-post-list-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-list-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #666}.blfe-post-list-item .blfe-post-meta-dot:first-child,.blfe-post-list-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-list-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-list-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item{text-align:left}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item{text-align:right}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item{text-align:center}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:center}.blfe-classic2 .blfe-post-list-item .blfe-post-category{position:absolute;top:20px;left:20px}.blfe-classic2 .blfe-post-list-item .blfe-post-list-image span:before{opacity:.4;transition:all .4s ease;background-color:#000}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1)}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span:before{opacity:.5}.blfe-news-ticker{display:flex;align-items:center;height:40px;line-height:40px;box-sizing:border-box}.blfe-news-ticker .blfe-news-ticker-title{flex:1 0 auto;color:#fff;background-color:#14abf4;padding:0 15px;font-size:12px;text-transform:uppercase;font-weight:700;height:40px;line-height:40px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-title{display:none}}.blfe-news-ticker .blfe-news-ticker-content-wrapper{flex:1 1 auto;overflow:hidden;background-color:#000;padding-left:15px}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content.slick-initialized{display:block;margin:0}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content.blfe-carousel .slick-list .slick-track{display:block!important;margin-bottom:0}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item{margin:0}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content{display:flex;align-items:center;height:40px;line-height:40px}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content a{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;box-shadow:none;display:block;overflow:hidden;font-size:14px;line-height:1.4}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content a:hover{color:#ddd}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content .blfe-news-ticker-date{color:#ddd;font-size:11px;margin-left:10px;margin-top:1px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content .blfe-news-ticker-date{display:none}}.blfe-news-ticker .slick-next,.blfe-news-ticker .slick-prev{right:0;top:20px;bottom:0;position:absolute;width:25px;height:40px;box-shadow:none;font-size:14px;color:#fff;background-color:#000;border-radius:0}.blfe-news-ticker .slick-next:focus,.blfe-news-ticker .slick-next:hover,.blfe-news-ticker .slick-prev:focus,.blfe-news-ticker .slick-prev:hover{box-shadow:none;background-color:#000}.blfe-news-ticker .slick-prev{left:auto;right:25px}.blfe-news-ticker.blfe-classic2 .blfe-news-ticker-title{background-color:#f70d28}.blfe-news-ticker.blfe-classic2 .blfe-news-ticker-content-wrapper{background-color:transparent;border:1px solid #eee}.blfe-news-ticker.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content a{color:#000}.blfe-news-ticker.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content a:hover{text-decoration:underline}.blfe-news-ticker.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-ticker-item-content .blfe-news-ticker-date{color:#666}.blfe-news-ticker.blfe-classic2 .slick-next,.blfe-news-ticker.blfe-classic2 .slick-prev{width:30px;color:#000;background-color:#fff;font-size:14px}.blfe-news-ticker.blfe-classic2 .slick-next:focus,.blfe-news-ticker.blfe-classic2 .slick-next:hover,.blfe-news-ticker.blfe-classic2 .slick-prev:focus,.blfe-news-ticker.blfe-classic2 .slick-prev:hover{background-color:#f9f9f9}.blfe-news-ticker.blfe-classic2 .slick-prev{left:auto;right:30px;border-left:1px solid #eee;border-right:1px solid #eee}.blfe-taxonomy-list-item .blfe-taxonomy-list{padding:0;margin:0;list-style:none}.blfe-taxonomy-list-item .blfe-taxonomy-list li{list-style-type:none;margin-bottom:20px;position:relative;background-color:rgba(10,1,10,.9);border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a{position:relative;width:100%;color:#fff;display:flex;align-items:center;overflow:hidden;padding:15px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span{position:relative;white-space:nowrap;text-transform:capitalize;font-weight:400;font-size:16px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-bottom:1px dashed hsla(0,0%,100%,.7);display:flex;width:100%;margin:0 55px 0 25px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-count{position:absolute;background:#fff;color:#000;padding:3px;width:35px;height:35px;text-align:center;top:44px;border-radius:50%;display:inline-block;line-height:31px;right:15px;top:0;bottom:0;margin:auto;font-size:14px;font-weight:700}.blfe-taxonomy-classic2 .blfe-taxonomy-list li{background-color:transparent;margin-bottom:5px}.blfe-taxonomy-classic2 .blfe-taxonomy-list li a{color:#000;padding:10px}.blfe-taxonomy-classic2 .blfe-taxonomy-list li a .blfe-taxonomy-count{color:#fff;background:rgba(10,1,10,.6)}.blfe-taxonomy-classic2 .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-color:#707070;margin:0 85px 0 25px}.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{transform:scale(1);opacity:1}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-color:var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting{background-color:var(--e-p-border-global);color:var(--e-p-border-global-invert)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:var(--e-p-border-global-hover)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active,.e-container.elementor-sticky--active{z-index:var(--z-index,99)}.e-con .e-con.elementor-sticky--active,.e-con .e-container.elementor-sticky--active,.e-container .e-con.elementor-sticky--active,.e-container .e-container.elementor-sticky--active{padding-left:var(--padding-left);padding-right:var(--padding-right)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}