





 .fl-node-ipesxt6n209q > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-bed5vocu34tr {
	width: 67%;
}




.fl-node-hyba6xq05jil {
	width: 33%;
}
.vfp-carousel {
    margin-left: -7px;
    margin-right: -7px;
}

/* Arrows */

.vfp-carousel .slick-prev,
.vfp-carousel .slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 99;
    position: absolute;
    top: 40%;
    display: block;
    width: 28px;
    height: auto;
    padding: 7px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: none;
    outline: none;
    opacity: 0.5;
    background: #fff;
    border-radius: 50%;
}

.vfp-carousel .slick-prev:hover,
.vfp-carousel .slick-prev:focus,
.vfp-carousel .slick-next:hover,
.vfp-carousel .slick-next:focus {
    opacity: 1;
}

.vfp-carousel .slick-prev:hover:before,
.vfp-carousel .slick-prev:focus:before,
.vfp-carousel .slick-next:hover:before,
.vfp-carousel .slick-next:focus:before {
    opacity: 1;
}

.vfp-carousel .slick-prev.slick-disabled:before,
.vfp-carousel .slick-next.slick-disabled:before {
    opacity: .25;
}

.vfp-carousel .slick-prev:before,
.vfp-carousel .slick-next:before {
    font-family: 'fontAwesome';
    font-size: 14px;
    line-height: 1;

    opacity: .75;
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vfp-carousel .slick-prev {
    left: 20px;
}

[dir='rtl'] .slick-prev {
    right: 20px;
    left: auto;
}

.vfp-carousel .slick-prev:before {
    content: "\f053";
}

[dir='rtl'] .slick-prev:before {
    content: "\f054";
}

.vfp-carousel .slick-next {
    right: 20px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 20px;
}

.vfp-carousel .slick-next:before {
    content: "\f054";
}

[dir='rtl'] .slick-next:before {
    content: "\f053";
}

/* Dots */
.vfp-carousel .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.vfp-carousel .slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.vfp-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.vfp-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.vfp-carousel .slick-dots li button:hover,
.vfp-carousel .slick-dots li button:focus {
    outline: none;
}

.vfp-carousel .slick-dots li button:hover:before,
.vfp-carousel .slick-dots li button:focus:before {
    opacity: 1;
}

.vfp-carousel .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    border-radius: 50%;
}

.vfp-carousel .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* Slider */
.vfp-carousel .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;
}

.vfp-carousel .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.vfp-carousel .slick-list:focus {
    outline: none;
}

.vfp-carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.vfp-carousel .slick-slider .slick-track,
.vfp-carousel .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);
}

.vfp-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vfp-carousel .slick-track:before,
.vfp-carousel .slick-track:after {
    display: table;

    content: '';
}

.vfp-carousel .slick-track:after {
    clear: both;
}

.vfp-carousel .slick-loading .slick-track {
    visibility: hidden;
}

.vfp-carousel .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.vfp-carousel [dir='rtl'] .slick-slide {
    float: right;
}

.vfp-carousel .slick-slide img {
    display: block;
}

.vfp-carousel .slick-slide.slick-loading img {
    display: none;
}

.vfp-carousel .slick-slide.dragging img {
    pointer-events: none;
}

.vfp-carousel .slick-initialized .slick-slide {
    display: block;
}

.vfp-carousel .slick-loading .slick-slide {
    visibility: hidden;
}

.vfp-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.vfp-carousel .slick-arrow.slick-hidden {
    display: none;
} .fl-node-xrctgnvwjsau > .fl-module-content {
	margin-right:10px;
}
@media ( max-width: 768px ) {
 .fl-node-xrctgnvwjsau.fl-module > .fl-module-content {
	margin-right:20px;
}
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-45ist23xugvd.fl-module-heading .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
 .fl-node-45ist23xugvd > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-rmz084yn2k7x, .fl-node-rmz084yn2k7x .fl-photo {
	text-align: center;
}
.fl-node-rmz084yn2k7x .fl-photo-content, .fl-node-rmz084yn2k7x .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-rmz084yn2k7x.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-7vaudbc3q0zp, .fl-node-7vaudbc3q0zp .fl-photo {
	text-align: center;
}
.fl-node-7vaudbc3q0zp .fl-photo-content, .fl-node-7vaudbc3q0zp .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-7vaudbc3q0zp.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-itv0x85semlb, .fl-node-itv0x85semlb .fl-photo {
	text-align: center;
}
.fl-node-itv0x85semlb .fl-photo-content, .fl-node-itv0x85semlb .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-itv0x85semlb.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-mysgb24tlf0r, .fl-node-mysgb24tlf0r .fl-photo {
	text-align: center;
}
.fl-node-mysgb24tlf0r .fl-photo-content, .fl-node-mysgb24tlf0r .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-mysgb24tlf0r.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-siqhd9vkmtln, .fl-node-siqhd9vkmtln .fl-photo {
	text-align: center;
}
.fl-node-siqhd9vkmtln .fl-photo-content, .fl-node-siqhd9vkmtln .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-siqhd9vkmtln.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-4813xk2uorbf, .fl-node-4813xk2uorbf .fl-photo {
	text-align: center;
}
.fl-node-4813xk2uorbf .fl-photo-content, .fl-node-4813xk2uorbf .fl-photo-img {
	width: 100%;
}
@media ( max-width: 768px ) {
 .fl-node-4813xk2uorbf.fl-module > .fl-module-content {
	margin-left:20px;
}
}
.fl-node-9w7k2f3s0oyd.fl-module-heading .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}
div:where(.fl-module-post-grid :not(.fl-builder-pagination)) > ul {
	all: unset;
	list-style: none;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }.fl-node-snlg8m92jp5y .fl-post-feed-post {
	margin-bottom: 10px;
}
.fl-node-snlg8m92jp5y .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}
 .fl-node-snlg8m92jp5y > .fl-module-content {
	margin-top:0px;
}
.fl-node-vh3tmixcz0aw.fl-module-heading .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
 .fl-node-vh3tmixcz0aw > .fl-module-content {
	margin-bottom:10px;
}
.fl-node-mkaxgi6q8dto .fl-post-feed-post {
	margin-bottom: 0px;
}
.fl-node-mkaxgi6q8dto .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}
 .fl-node-mkaxgi6q8dto > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-vx61az7o2t35 .fl-post-feed-post {
	margin-bottom: 0px;
}
.fl-node-vx61az7o2t35 .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}
 .fl-node-vx61az7o2t35 > .fl-module-content {
	margin-top:0px;
}
.fl-node-icbw9gh258l4.fl-module-heading .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.fl-node-wrqvfeuyanzp .fl-post-grid {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.fl-node-wrqvfeuyanzp .fl-post-column {
	padding-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	width: 50%;
}
.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
	clear: both;
}
		@media screen and (max-width: 1200px) {
		.fl-node-wrqvfeuyanzp .fl-post-column {
			width: 50%;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: none;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 992px) {
		.fl-node-wrqvfeuyanzp .fl-post-column {
			width: 50%;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: none;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 768px) {
		.fl-node-wrqvfeuyanzp .fl-post-column {
			width: 50%;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: none;
		}
		.fl-node-wrqvfeuyanzp .fl-post-column:nth-child(2n + 1) {
			clear: both;
		}
	}
	 .fl-node-wrqvfeuyanzp > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-a90jt8zkoeg1.fl-module-heading .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
 .fl-node-a90jt8zkoeg1 > .fl-module-content {
	margin-bottom:10px;
}
 .fl-node-07jzw4g2mhns > .fl-module-content {
	margin-top:0px;
}
.fl-node-nbizj4sl8v7y .fl-post-feed-post {
	margin-bottom: 20px;
}
.fl-node-nbizj4sl8v7y .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}









.fl-node-nbizj4sl8v7y.fl-button-wrap, .fl-node-nbizj4sl8v7y .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button) {
	padding-top: 10px;
	padding-bottom: 10px;
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited {
	font-size: 14px;
	border: 1px solid var(--fl-global-primary);
	background-color: var(--fl-global-primary);
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):focus {
	border: 1px solid var(--fl-global-dark);
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited, .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):focus {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover, .fl-page .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button):hover {
	background-color: var(--fl-global-dark);
}
.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited, .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button) *, .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited *, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button) *, .fl-page .fl-builder-content .fl-node-nbizj4sl8v7y a.fl-button:visited * {
	color: #ffffff;
}
:where(.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button)), :where(.fl-builder-content .fl-node-nbizj4sl8v7y .fl-button:is(a, button) *) {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
 .fl-node-nbizj4sl8v7y > .fl-module-content {
	margin-right:0px;
	margin-bottom:0px;
}
@media ( max-width: 768px ) {
 .fl-node-nbizj4sl8v7y.fl-module > .fl-module-content {
	margin-right:20px;
	margin-left:20px;
}
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

.fl-node-snlg8m92jp5y .fl-post-feed-post {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.fl-node-snlg8m92jp5y .fl-post-image {
  height: 80px;
  width: 100%;
  background-color: #ddd;
  background-position: center;
  background-size: cover;
}
.fl-node-snlg8m92jp5y .fl-post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.fl-node-snlg8m92jp5y .fl-post-title a {
  color: #333333;
}
.fl-node-snlg8m92jp5y .fl-post-meta {
  padding: 0 0 5px;
}
.fl-node-vx61az7o2t35 .fl-post-feed {
  counter-reset: section;
  background-color: #F9F9F9;
}
.fl-node-vx61az7o2t35 .fl-post-feed .velocity-popular-list {
  position: relative;
  padding-left: 65px;
  padding-top: 10px;
}
.fl-node-vx61az7o2t35 .fl-post-feed .velocity-popular-list::before {
  counter-increment: section;
  content: counter(section);
  font-size: 35px;
  font-weight: bold;
  color: #b5b3b3;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1;
  width: 60px;
  text-align: center;
}
.fl-node-vx61az7o2t35 .fl-post-title a {
  color: #333333;
}
.fl-node-vx61az7o2t35 .fl-post-title a:hover {
  color: var(--primary);
}
.fl-node-wrqvfeuyanzp .fl-post-grid-post {
  font-size: 14px;
  border: 0;
  background-color: transparent;
}
.fl-node-wrqvfeuyanzp .fl-post-title {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-image: linear-gradient(transparent,rgba(0,0,0,0.9));
}
.fl-node-wrqvfeuyanzp .fl-post-title a {
  color: #ffffff;
}
.fl-node-nbizj4sl8v7y .fl-post-feed-post {
  font-size: 14px;
  padding-bottom: 20px;
}
