/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2 {
	margin-top: 1.5rem;
}

.jp-related-posts-i2__list {
	--hgap: 1rem;

	display: flex;
	flex-wrap: wrap;
	column-gap: var(--hgap);
	row-gap: 2rem;

	margin: 0;
	padding: 0;

	list-style-type: none;
}

.jp-related-posts-i2__post {
	display: flex;
	flex-direction: column;
	/* Default: 2 items by row */
	flex-basis: calc( ( 100% - var(--hgap) ) / 2 );
}

/* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */
.jp-related-posts-i2__post:nth-last-child(n+3):first-child,
.jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * {
	/* From 3 total items on, 3 items by row */
	flex-basis: calc( ( 100% - var(--hgap) * 2 ) / 3 );
}

.jp-related-posts-i2__post:nth-last-child(4):first-child,
.jp-related-posts-i2__post:nth-last-child(4):first-child ~ * {
	/* Exception for 4 total items: 2 items by row */
	flex-basis: calc( ( 100% - var(--hgap) ) / 2 );
}

.jp-related-posts-i2__post-link {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;

	width: 100%;
	margin-bottom: 1rem;
	
	line-height: 1.2;
}

.jp-related-posts-i2__post-link:focus-visible {
	outline-offset: 2px;
}

.jp-related-posts-i2__post-img {
	order: -1;

	max-width: 100%;
}

.jp-related-posts-i2__post-defs {
	margin: 0;

	list-style-type: unset;
}

/* Hide, except from screen readers */
.jp-related-posts-i2__post-defs dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.jp-related-posts-i2__post-defs dd {
	margin: 0;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list {
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	margin-bottom: 2rem;
}

/* Breakpoints */

@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__list {
		display: block;
	}

	.jp-related-posts-i2__post {
		margin-bottom: 2rem;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	height: auto;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

/*
 * Hide the related post section in the print view of a post
 */

@media print {
	.jp-relatedposts {
		display:none !important;
	}
}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.components-popover-pointer-events-trap{background-color:initial;cursor:pointer;inset:0;position:fixed;z-index:1000000}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{color:#1d4fc4}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start;
  height: 100%; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.jetpack-subscription-modal {
    visibility: hidden;
    position: fixed;
    z-index: 50000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
}

.jetpack-subscription-modal.open {
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
    visibility: visible;
}

.jetpack-subscription-modal__modal-content {
    text-align: center;
    background-color: #fefefe;
    width: 100%;
    max-width: 650px;
    box-sizing: border-box;
    transition: visibility 0s, opacity 0.3s linear;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.jetpack-subscription-modal.open .jetpack-subscription-modal__modal-content {
    opacity: 1;
    top: 0;
    visibility: visible;
}

/* Hide the modal content when iframe is present */
.jetpack-subscription-modal.has-iframe .jetpack-subscription-modal__modal-content {
    background: transparent;
}

.jetpack-subscription-modal.has-iframe .jetpack-subscription-modal__modal-content-form {
    visibility: hidden;
    opacity: 0;
}

/*
 * These text-wrap properties still have limited browser
 * support, but based on feedback still adding them for when
 * they are supported.
 */
.jetpack-subscription-modal__modal-content p {
    text-wrap: pretty;
    text-wrap: pretty;
}

@media screen and (max-width: 640px) {
    .jetpack-subscription-modal__modal-content {
        width: 94%;
    }
}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars.wpl-new-layout {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars.wpl-new-layout .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2C3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
	box-sizing: border-box;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/themes/newsmatic-pro-premium/assets/lib/fontawesome/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/* Slider */
.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;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73ord4iYl.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73ord4iYl.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73ord4iYl.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73ord4iYl.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73ord4iYl.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/jost/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://thebollard.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
Theme Name: Newsmatic Pro
Theme URI: https://blazethemes.com/theme/newsmatic-pro/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Transform your news site into BBC, CNN, or The New York Times in a snap with Newsmatic Theme. With the perfect mix of all the right elements, you’ll get a theme that provides a tailor-made system that ticks every checkbox any aspiring news site needs. Quicker setup with beautiful pre-built layouts, news in audio and video formats, breaking news on the ticker, fast page loading speed, and custom unlimited news blocks for different sections - all available in Newsmatic Pro Theme. Check out all pre built demos at: https://blazethemes.com/theme/newsmatic-pro
Version: 1.3.5
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsmatic-pro
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Newsmatic Pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--body-text-default-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    border-left: 5px solid var(--border-bottom-color);
    padding-left: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: var(--post-content-font);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 40px;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.2em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0.3em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-trendy"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 48.1em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	.site-header.layout--one .main-navigation ul {
		justify-content: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/**
1.0 Normalize 
2.0 Header
3.0 Ticker

4.0 Banner Slider
	4.1 Banner Layout One
	4.2 Banner Layout Two
	4.3 Banner Layout Three
	4.4 Banner Layout Four

5.0 Full Width Sectin
6.0 Left Content Right Sidebar
7.0 Right Content Left Sidebar
8.0 Bottom Full Width Section

9.0 Grid Layout
	9.1 Grid Layout One
	9.2 Grid Layout Two
	9.3 Grid Layout Three
	9.4 Grid Layout Four

10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two
	11.3 List Layout Three
	11.4 List Layout Four

11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two
	11.3 Carousel Layout Three
	11.4 Carousel Layout Four

12.0 Filter Layout
	12.1 Filter Layout One
	12.2 Filter Layout Two
	11.3 Filter Layout Three
	11.4 Filter Layout Four

13.0 Footer Section
14.0 Widgets
15.0 Image Hover Effect
16.0 Title Hover Effect
17.0 Archive Layouts
	17.1 Archive Layout One
	17.2 Archive Layout Two

18.0 Single Post Layouts
19.0 Breadcrumb
20.0 Footer Option Section
21.0 Pagination
22.0 Box Full Layouts
23.0 Social Icon
24.0 Litemode Darkmode
25.0 Miscellaneous
26.0 Menu Hover Effect
27.0 Move To Top
28.0 404 Page
29.0 Stickey Sidebar
30.0 Stickey Menu
31.0 Box Shadow
32.0 Video Playlist
33.0 Featured Post is Sticky

34.0 Elementor Compatibility

**/

/*1.0 Normalize */	
	:root {
		/* presets */
		--newsmatic-global-preset-color-1: #c2113c;
		--newsmatic-global-preset-color-2: #289dcc;
		--newsmatic-global-preset-color-3: #d95f3d;
		--newsmatic-global-preset-color-4: #000000;
		--newsmatic-global-preset-color-5: #545454;
		--newsmatic-global-preset-color-6: #333333;
		--newsmatic-global-preset-gradient-color-1: linear-gradient(90deg, #66ffff 0%, #ff9999 100%);
		--newsmatic-global-preset-gradient-color-2: linear-gradient(90deg, #009FFF 0%, #ec2F4B 100%);
		--newsmatic-global-preset-gradient-color-3: linear-gradient(90deg, #FF5F6D 0%, #FFC371 100%);
		--newsmatic-global-preset-gradient-color-4: linear-gradient(90deg, #ffffcc 0%, #ff9999 100%);
		--newsmatic-global-preset-gradient-color-5: linear-gradient(90deg, #ff4b1f 0%, #1fddff 100%);
		--newsmatic-global-preset-gradient-color-6: linear-gradient(90deg, #ccccff 0%, #ff99cc 100%);

		--main-bk-color: #fff;

		--site-bk-color: #fbfbfb;

		/* Top Header */
		--top-header-bk-color: #1b8415;
		--top-header-border-btm-c: #E8E8E8;

		--top-header-dt-color: #fff;

		/* Header Bk Color */
		--header-bk-color: #fff;

		--header-toggle-bk-color: #f3f3f3;
		--toggle-close-bk-color: #f3f3f3;
		--toggle-close-btn-color: #33333380;

		/* Menu Bk Color */
		--menu-bk-color: #fff;
		--menu-border-top-color: #1b8415;

		--submenu-border-btm-color: #ebebeb;

		/* Mode Toggle Color */
		--mode-toggle-color: #000;

		/* Ticket background */
		--ticker-outer-bk-color: #f5f5f5;
		--ticker-inner-bk-color: #f9f9f9;

		/* Banner background color */
		--banner-content-bk-color: #fff;

		/* archive bk color */
		--archive-content-bk-color: #fff;

		/* Single bk color */
		--single-content-bk-color: #fff;

		/* 404 error bk color */
		--404-error-content-bk-color: #fff;

		/* search bk color */
		--search-content-bk-color: #fff;

		/** Section background color */
		--full-width-section-bk-color: #F0F1F2;
		--leftc-rights-section-bk-color: #F0F1F2;
		--lefts-rightc-section-bk-color: #F0F1F2;
		--video-playlist-section-bk-color: #F0F1F2;
		--full-width-bottom-section-bk-color: #ececec;
		--opinion-section-bk-color: #F0F1F2;

		/* Section content bk color */
		--full-width-content-bk-color: #ffffff;
		--leftc-rights-content-bk-color: #ffffff;
		--lefts-rightc-content-bk-color: #ffffff;
		--full-width-bottom-content-bk-color: #ffffff;
		--opinion-content-bk-color: #ffffff;

		/** Theme archive bk color */
		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #ffffff;

		/* border bottom color */
		--border-bottom-color: #f0f0f0;

		/* body text default color */
		--body-text-default-color: #404040;
		
		--green-text-color: #2AB391;
		--border-line-color: #E2E2E2;
		--menu-active-color: #DE4331;

		/* noimg bk color */
		--noimg-bk-color: #cccccc;

		--white-text: #fff;
		--white-bk-color: #fff;

		--author-color: #333333;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #505050;

		--post-content-font: 'Cabin', sans-serif;
		--post-meta-font: 'Heebo', sans-serif;

		--block-title-color: #161616;
		--post-title-color: #000000;

		--post-content-color: #505050;
		--post-meta-color: #8A8A8C;

		--theme-color-red: #1B8415;
		--dark-bk-color: #000000;

		--inner-container-bk: #fff;

		--theme-block-top-border-color: linear-gradient( 135deg, #485563 10%, #29323c 100%);
		--theme-block-top-border-height: 2px;

		--mobile-menu-bk-color: #f8f8f8;
		--mobile-menu-border-btm-color: #e8e8e8;

		--text-background-color: #fff;

		/* Video Playlist */
		--video-content-bk-color: #efefef;
		--video-hover-bk-color: #e7e7e7;
		--video-item-active-bk-color: #e7e7e7;

		--horizontal-shadow-offset: 0;
		--vertical-shadow-offset: 2px;
		--blur-radius: 4px;
		--spread-radus: 0;
		--shadow-color: rgb(0 0 0 / 8%);
		--box-shadow-inset: '';

		/** Site Title font */
			--site-title-size: 38px;
			--site-title-size-tab: 38px;
			--site-title-size-mobile: 38px;

			--site-title-family: 'Roboto';

			--site-title-lineheight: 42px;
			--site-title-lineheight-tab: 38px;
			--site-title-lineheight-mobile: 38px;

			--site-title-letterspacing: 0;
			--site-title-letterspacing-tab: 0;
			--site-title-letterspacing-mobile: 0;

			--site-title-textdecoration: 'none';
			--site-title-texttransform: 'Capitalize';

			--site-title-weight: 700;

		/** Site description font */
			--site-tagline-size: 16px;
			--site-tagline-size-tab: 16px;
			--site-tagline-size-mobile: 16px;

			--site-tagline-family: 'Roboto';

			--site-tagline-lineheight: 22px;
			--site-tagline-lineheight-tab: 22px;
			--site-tagline-lineheight-mobile: 22px;

			--site-tagline-letterspacing: 0;
			--site-tagline-letterspacing-tab: 0;
			--site-tagline-letterspacing-mobile: 0;

			--site-tagline-textdecoration: 'none';
			--site-tagline-texttransform: 'unset';

			--site-tagline-weight: 300;

		/** Block Title Font */
			--block-title-size: 26px;
			--block-title-size-tab: 26px;
			--block-title-size-mobile: 25px;

			--block-title-family: 'Roboto', sans-serif;

			--block-title-lineheight: 32px;
			--block-title-lineheight-tab: 32px;
			--block-title-lineheight-mobile: 32px;

			--block-title-letterspacing: 0;
			--block-title-letterspacing-tab: 0;
			--block-title-letterspacing-mobile: 0;

			--block-title-textdecoration: 'none';
			--block-title-texttransform: 'capitalize';

			--block-title-weight: 700;

		/** Post Title Font */
			--post-title-size: 22px;
			--post-title-size-tab: 20px;
			--post-title-size-mobile: 19px;

			--post-title-family: 'Roboto', sans-serif;

			--post-title-lineheight: 27px;
			--post-title-lineheight-tab: 27px;
			--post-title-lineheight-mobile: 27px;

			--post-title-letterspacing: 0;
			--post-title-letterspacing-tab: 0;
			--post-title-letterspacing-mobile: 0;

			--post-title-textdecoration: 'none';
			--post-title-textdecoration-tab: 'none';
			--post-title-textdecoration-mobile: 'none';

			--post-title-texttransform: 'lowercase';
			--post-title-texttransform-tab: 'lowercase';
			--post-title-texttransform-mobile: 'lowercase';

			--post-title-weight: 600;

		/** Meta Title Font */
			--meta-size: 14px;
			--meta-size-tab: 14px;
			--meta-size-mobile: 14px;

			--meta-family: 'jost', sans-serif;

			--meta-lineheight: 20px;
			--meta-lineheight-tab: 20px;
			--meta-lineheight-mobile: 20px;

			--meta-letterspacing: 0;
			--meta-letterspacing-tab: 0;
			--meta-letterspacing-mobile: 0;

			--meta-textdecoration: 'none';
			--meta-texttransform: 'capitalize';

			--meta-weight: 400;

		/** Content Font */
			--content-size: 16px;
			--content-size-tab: 16px;
			--content-size-mobile: 16px;

			--content-family: 'inter', sans-serif;

			--content-lineheight: 24px;
			--content-lineheight-tab: 24px;
			--content-lineheight-mobile: 22px;

			--content-letterspacing: 0;
			--content-letterspacing-tab: 0;
			--content-letterspacing-mobile: 0;

			--content-textdecoration: 'none';
			--content-textdecoration-tab: 'none';
			--content-textdecoration-mobile: 'none';

			--content-texttransform: 'lowercase';
			--content-texttransform-tab: 'lowercase';
			--content-texttransform-mobile: 'lowercase';

			--content-weight: 400;

		/** Menu Font */
			--menu-size: 15px;
			--menu-size-tab: 16px;
			--menu-size-mobile: 16px;

			--menu-family: 'Roboto', sans-serif;

			--menu-lineheight: 24px;
			--menu-lineheight-tab: 24px;
			--menu-lineheight-mobile: 22px;

			--menu-letterspacing: 0;
			--menu-letterspacing-tab: 0;
			--menu-letterspacing-mobile: 0;

			--menu-textdecoration: 'none';
			--menu-texttransform: uppercase;

			--menu-color: #000;
			--menu-color-hover: #1B8415;

			--menu-weight: 700;

			--menu-color-active: #1B8415;
			--menu-color-submenu: #000000;
			--menu-color-submenu-hover: #1B8415;

			/* Submenu */
			--submenu-size: 15px;
			--submenu-size-tab: 15px;
			--submenu-size-mobile: 15px;

			--submenu-family: 'Roboto', sans-serif;

			--submenu-lineheight: 24px;
			--submenu-lineheight-tab: 24px;
			--submenu-lineheight-mobile: 22px;

			--submenu-weight: 700;

			--submenu-letterspacing: 0;
			--submenu-letterspacing-tab: 0;
			--submenu-letterspacing-mobile: 0;

			--submenu-textdecoration: 'none';
			--submenu-texttransform: uppercase;

		/** Single Post */
			--single-title-size: 34px;
			--single-title-size-tab: 32px;
			--single-title-size-mobile: 30px;

			--single-title-family: 'Roboto', sans-serif;

			--single-title-lineheight: 34px;
			--single-title-lineheight-tab: 32px;
			--single-title-lineheight-mobile: 30px;

			--single-title-letterspacing: 0;
			--single-title-letterspacing-tab: 0;
			--single-title-letterspacing-mobile: 0;

			--single-title-textdecoration: 'none';
			--single-title-texttransform: 'uppercase';

			--single-title-weight: 600;

			/* single-meta */
			--single-meta-size: 14px;
			--single-meta-size-tab: 14px;
			--single-meta-size-mobile: 14px;

			--single-meta-family: 'Jost', sans-serif;

			--single-meta-lineheight: 24px;
			--single-meta-lineheight-tab: 24px;
			--single-meta-lineheight-mobile: 22px;

			--single-meta-letterspacing: 0;
			--single-meta-letterspacing-tab: 0;
			--single-meta-letterspacing-mobile: 0;

			--single-meta-textdecoration: 'none';
			--single-meta-texttransform: 'lowercase';

			--single-meta-weight: 400;

			/* single-content */
			--single-content-size: 17px;
			--single-content-size-tab: 16px;
			--single-content-size-mobile: 16px;

			--single-content-family: 'Inter', sans-serif;

			--single-content-lineheight: 24px;
			--single-content-lineheight-tab: 24px;
			--single-content-lineheight-mobile: 22px;

			--single-content-letterspacing: 0;
			--single-content-letterspacing-tab: 0;
			--single-content-letterspacing-mobile: 0;

			--single-content-textdecoration: 'none';
			--single-content-texttransform: 'lowercase';

			--single-content-weight: 400;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #ffffff;
		--breadcrumb-link-color: #000000;
		--breadcrumb-link-color-hover: #000000;

		--breadcrumb-text-color: #000000;

		/** Move to top options */
		--move-to-top-color: #ffffff;
		--move-to-top-color-hover: #ffffff;

		--move-to-top-background-color: #1B8415;
		--move-to-top-background-color-hover: #1B8415;

		--move-to-top-border-color: #1B8415;
		--move-to-top-border-color-hover: #1B8415;

		--move-to-top-font-size: 20px;
		--move-to-top-font-size-tablet: 16px;
		--move-to-top-font-size-smartphone: 14px;
		--readmore-button-font-size: 14px;
		--readmore-button-font-size-tablet: 12px;
		--readmore-button-font-size-smartphone: 10px;

		/** Header Padding **/
		--header-padding: 35px;
		--header-padding-tablet: 30px;
		--header-padding-smartphone: 30px;

		/** Top Header **/
		--top-header-menu-color: #525252;
		--top-header-menu-color-hover: #000;

		--top-header-social-color: #525252;
		--top-header-social-color-hover: #000;


		--top-header-menu-color: #525252;
		--top-header-menu-color-hover: #000;

		/* Newsletter and Random news */
		--header-letter-random-color: #525252;

		/** Sidebar Toggle color */
		--sidebar-toggle-color: #000;
		--sidebar-toggle-color-hover: #1B8415;

		/** NewsLetter color */
		--newsletter-color: #525252;
		--newsletter-color-hover: #1B8415;

		/** Random News color */
		--random-news-color: #525252;
		--random-news-color-hover: #1B8415;

		/** Search color */
		--search-color: #000000;
		--search-color-hover: #1B8415;

		--website-frame-color: #d95f3d;

		/** Footer Text color **/
		--footer-text-color: #ffffff;
		--footer-text-color-hover: #d95f3d;

		/** bottom text color **/
		--footer-bottom-text-color: #8A8A8C;
		--footer-bottom-link-color: #878787;
		--footer-bottom-link-color-hover: #f9f9f9;

		--footer-bottom-author-color: #c5c5c5;


		/** Custom button **/
		--custom-btn-color: #ffffff;
		--custom-btn-color-hover: #ffffff;

		--live-search-color: #555;
		--live-search-bk-color: #fff;

	}

	.newsmatic_dark_mode {
		--main-bk-color: #000;

		--top-header-bk-color: #000;
		--top-header-menu-color: #fff;
		--top-header-menu-color-hover: #fff;

		--top-header-social-color: #fff;
		--top-header-social-color-hover: #fff;

		--top-header-social-color: #fff;
		--top-header-social-color-hover: #fff;

		--header-letter-random-color: #fff;

		--header-toggle-bk-color: #000;
		--toggle-close-bk-color: #222222;
		--toggle-close-btn-color: #fff;

		--header-bk-color: #000;

		--white-bk-color: #282727;

		--text-background-color: #282727;

		--menu-bk-color: #000;
		--menu-color-submenu: #fff;
		--submenu-border-btm-color: #2a2a2a;

		--mobile-menu-bk-color: #000;
		--mobile-menu-border-btm-color: #2a2a2a;
		--menu-color: #fff;

		--search-color: #fff;
		--sidebar-toggle-color: #fff;

		--newsletter-color: #fff;
		--random-news-color: #fff;

		--ticker-outer-bk-color: #212121;
		--ticker-inner-bk-color: #000000;

		--banner-content-bk-color: #000;
		--archive-content-bk-color: #000;
		--single-content-bk-color: #000;
		--search-content-bk-color: #000;

		--full-width-section-bk-color: #222222;
		--leftc-rights-section-bk-color: #222222;
		--lefts-rightc-section-bk-color: #222222;
		--full-width-bottom-section-bk-color: #222222;
		--video-playlist-section-bk-color: #222222;
		--opinion-section-bk-color: #222222;

		--full-width-content-bk-color: #000000;
		--leftc-rights-content-bk-color: #000000;
		--lefts-rightc-content-bk-color: #000000;
		--full-width-bottom-content-bk-color: #000000;
		--opinion-content-bk-color: #000000;

		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #000000;

		--border-bottom-color: #525252;

		--body-text-default-color: #ffffff;

		--green-text-color: #2AB391;
		--border-line-color: #E2E2E2;
		--menu-active-color: #DE4331;

		--noimg-bk-color: #282828;

		--white-text: #fff;

		--author-color: #8A8A8C;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #c6c6c6;

		--block-title-color: #f9f9f9;
		--post-title-color: #f3f3f3;

		--post-content-color: #505050;
		--post-meta-color: #c3c3c3;

		/*	Video Playlist	*/
		--video-content-bk-color: #000;
		--video-hover-bk-color: #1a1a1a;
		--video-item-active-bk-color: #1a1a1a;

		--theme-color-red: #1B8415;
		--dark-bk-color: #1a1a1a;

		--inner-container-bk: #222222;

		--website-frame-color: #d95f3d;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #191919;
		--breadcrumb-link-color:#ffffff;
		--breadcrumb-link-color-hover:#f0f0f0;
		--breadcrumb-text-color: #fff;

		--live-search-color: #fff;
		--live-search-bk-color: #27272b;
	}

	html {
	 	scroll-behavior: smooth;
	}

	body {
		font-family: var(--block-title-family);
		scroll-behavior: smooth;
		font-size: 16px;
		background: var(--site-bk-color);
	}

	body.newsmatic_dark_mode {
		background: #131313;
	}

	figure {
		margin: 0px;
	}

	.post-thumb img {
    	display: block;
    }

	.newsmatic-container-fluid{
	  width: 100%;
	  padding-right: var(--bs-gutter-x, 0.75rem);
	  padding-left: var(--bs-gutter-x, 0.75rem);
	  margin-right: auto;
	  margin-left: auto;
	  max-width: 120rem;
	}

	.newsmatic-container-fluid .row{
		padding: 0 2rem;
	}

	.newsmatic-container {
	  --bs-gutter-x: 1.5rem;
	  --bs-gutter-x: 1.5rem;
	  width: 100%;
	  padding-right: var(--bs-gutter-x, 0.75rem);
	  padding-left: var(--bs-gutter-x, 0.75rem);
	  margin-right: auto;
	  margin-left: auto;
	}

	.row {
	  --bs-gutter-x: 1.5rem;
	  --bs-gutter-y: 0;
	  margin-top: calc(var(--bs-gutter-y) * -1);
	  margin-right: calc(var(--bs-gutter-x) * -.5);
	  margin-left: calc(var(--bs-gutter-x) * -.5);
	}

	.widget-title, h2.section-title {
		margin-top: 0px;
		color: var(--block-title-color);
	}
	.posts-list-wrap.layout-one .no-feat-img figure{
		padding-bottom: 73%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
    	min-height: 75px;
	}

	.posts-list-wrap.layout-two .no-feat-img figure{
		padding-bottom: 73%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
    	min-height: 75px;
	}

	.posts-list-wrap.layout-two .post-item:first-child .no-feat-img figure{
		padding-bottom: 23%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 165px;
	}
	
	article {
		overflow: hidden;
	}

	.wp-block-calendar table caption, .wp-block-calendar table tbody {
    	color: var(--block-title-color);
	}

	.dark_bk .wp-block-calendar table caption, .wp-block-calendar table tbody {
    	color: var(--white-text);
	}

	.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
	.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	    margin-left: 1.25em;
	}

	.wp-block-calendar table th,
	.wp-block-calendar table tr {
		color: var(--post-title-color);
	}

	.dark_bk .wp-block-calendar table tr {
		color: var(--white-text);
	}

	.wp-block-calendar table th {
		background-color: var(--border-bottom-color);
	}

	/*main container **/
	@media only screen and (max-width: 680px) {
		.newsmatic-container-fluid .row {
		    padding: 0 0.5rem;
		}
	}

	@media (min-width: 576px) {
	  .newsmatic-container {
	    max-width: 540px;
	  }
	}

	@media (min-width: 676px) {
	  .newsmatic-container {
	    max-width: 620px;
	  }
	}

	@media (min-width: 768px) {
	  .newsmatic-container {
	    max-width: 720px;
	  }
	}

	@media (min-width: 868px) {
	  .newsmatic-container {
	    max-width: 820px;
	  }
	  .newsmatic-container {
	    padding-right: var(--bs-gutter-x, 1rem);
	    padding-left: var(--bs-gutter-x, 1rem);
	  }
	}

	@media (min-width: 992px) {
	  .newsmatic-container {
	    max-width: 960px;
	  }
	}

	@media (min-width: 1086px) {
	  .newsmatic-container {
	    max-width: 1060px;
	  }
	}

	@media (min-width: 1200px) {
	  .newsmatic-container {
	    max-width: 1140px;
	  }
	}

	@media (min-width: 1300px) {
	  .newsmatic-container {
	    max-width: 1240px;
	  }
	}

	@media (min-width: 1400px) {
	  .newsmatic-container  {
	    max-width: 1320px;
	  }
	}

	.post-categories {
		text-transform: uppercase;
		text-decoration: none;
		margin: 0px;
		padding-left: 0px;
	}

	.post-categories a{
		text-decoration: none;
		color: var(--white-text);
		font-size: calc(var(--meta-size)*0.86);
		font-family: var(--meta-family);
		box-sizing: border-box;
		transition: all .4s ease;
		vertical-align: middle;
		padding: 3px 7px 2px;
		display: block;
	}	

	.widget .post-categories a {
		font-weight: var(--meta-weight);
	}

	.post-categories li::marker {
		color: transparent;
	}

	.post-title {
	    color: var(--post-title-color);
	    font-family: var(--post-title-family);
	    line-height: var(--post-title-lineheight);
	    letter-spacing: var(--post-title-letterspacing);
	    text-decoration: var(--post-title-textdecoration);
	    text-transform: var(--post-title-texttransform);
	    font-weight: var(--post-title-weight);
	}

	h2.section-title {
		font-family: var(--post-title-family);
	}

	h2.newsmatic-block-title,
	h2.newsmatic-widget-title,
	h2.widget-title {
		border-bottom: 2px solid var(--border-bottom-color);
    	display: block;
    	margin-top: 0;
    	margin-bottom: 20px;
    	color: var(--block-title-color);
    	padding-bottom: 6px;
    	font-size: calc(var(--block-title-size)*0.9);
    	font-family: var(--block-title-family);
    	line-height: var(--block-title-lineheight);
    	letter-spacing: var(--block-title-letterspacing);
    	text-decoration: var(--block-title-textdecoration);
    	text-transform: var(--block-title-texttransform);
    	font-weight: var(--block-title-weight);
	}

	h2.newsmatic-block-title span,
	h2.newsmatic-widget-title span,
	h2.widget-title span {
	    position: relative;
	}

	h2.newsmatic-block-title span::after,
	h2.newsmatic-widget-title span::after,
	h2.widget-title span:after {
		content: '';
	    width: 100%;
	    height: 2px;
	    background: linear-gradient(176deg,var(--theme-color-red),transparent);
	    position: absolute;
	    left: 0;
	    bottom: -10px;
	}

	h2.newsmatic-block-title span sub,
	h2.newsmatic-widget-title span sub {
	    font-size: inherit;
	    position: initial;
	}

	a.post-link-button i{
		padding-left: 5px;
		vertical-align: middle;
	}

	.post-element a.post-link-button:hover,
	.post-element a.post-link-button:hover i {
		color: var(--theme-color-red);
	}

	.post-meta span,
	.post-meta time {
		color: var(--meta-text-color);
		font-size: calc(var(--meta-size)*0.95);
    	font-family: var(--meta-family);
    	font-weight: var(--meta-weight);
    	text-transform: var(--meta-texttransform);
    	text-decoration: var(--meta-textdecoration);
	}

	.post-meta a{
		text-decoration: none;
	}

	.post-meta .author_name {
		color: var(--meta-text-color);
		font-weight: 500;
		padding-right: 7px;
		font-size: var(--meta-size);
    	font-family: var(--meta-family);
    	font-weight: var(--meta-weight);
    	text-transform: var(--meta-texttransform);
    	text-decoration: var(--meta-textdecoration);
	}

	.news-carousel.layout--two .post-meta .author_name,
	.news-carousel.layout--two .post-meta span.author_name:before, 
	.news-carousel.layout--two .post-meta a.author_name:before {
    	color: var(--white-text);
	}

	#theme-content {
		padding: 10px 0;
	}

	.home.blog #theme-content .widget {
		background: var(--archive-content-bk-color);
	}

	.single #theme-content {
		background: transparent;
	}

	#theme-content .row {
		display: flex;
	}

	.no-sidebar #theme-content .row {
		display: initial;
	}
	
	body.both-sidebar #theme-content .row .secondary-left-sidebar{
		flex: 0 1 25%;
		margin-right: 20px;
	}

	body.both-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 25%;
		margin-left: 20px;
    	padding: 0;
	}

	body.right-sidebar #theme-content .row .secondary-left-sidebar,
	body.left-sidebar #theme-content .row .secondary-left-sidebar{
		flex: 0 1 30%;
		margin-right: 20px;
	}

	body.right-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
	}

	.home.blog #theme-content .row .primary-content {
	    background: var(--archive-content-bk-color);
	}
	
	body.post-layout--two #theme-content .row .primary-content {
		padding: 20px 10px;
	}

	body.post-layout--two #theme-content .pagination {
		padding: 0 10px;
	}

	.widget_block h2{
		margin: 0px;
	}

	/** page sidebar **/
	body.both-sidebar #theme-content .row .primary-content {
		max-width: 50%;
		flex: 0 1 50%;
	}

	body.right-sidebar #theme-content .row .primary-content,
	body.left-sidebar #theme-content .row .primary-content {
		flex: 0 1 70%;
	}

	.page .primary-content .post-inner-wrapper {
		padding: 20px;
	}

	body.page #theme-content .row .primary-content{
    background-color: var(--inner-container-bk);
	}

	.page h1.entry-title {
		margin-top: 0px;
	}


/*
=========================================
2.0 Header
	2.1 Header One
	2.2 Header Two

	2.3 Responsive
=========================================
*/

	.header-width--full-width header.site-header .newsmatic-container {
		width: initial;
		max-width: initial;
	}

	header.site-header {
		padding-bottom: 10px;
	}

	#wp-custom-header img {
		width: 100%;
		display: block;
	}

	.menu-item-description {
	    font-size: 9px;
	    padding: 2px 4px;
	    margin: 0 3px;
	    line-height: 10px;
	    left: calc(100% - 25px);
	    background: var(--theme-color-red);
	    color: #fff;
	    position: absolute;
	    border-radius: 1px;
	    line-height: normal;
	    top: 0;
	    margin: 0 3px;
	    font-weight: 700;
	    display: inline-table;
	    word-break: keep-all;
	    overflow-wrap: unset;
	    width: max-content;
	    z-index: 9;
	}

	.menu-item-description:after {
	    position: absolute;
	    content: '';
	    width: 0;
	    height: 0;
	    border-left: 0 solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid var(--theme-color-red);
	    left: 3px;
	    bottom: -4px;
	}
	.sub-menu .menu-item-description {
	    left: auto;
	    top: auto;
	    margin-left: 10px;
	    margin-top: 5px;
	}

	.sub-menu .menu-item-description:after {
		content: none;
		bottom: 0;
	}

	/* 2.1 Header One */
	.site-header.layout--default .top-header {
		background: var(--top-header-bk-color);
		border-bottom: 1px solid var(--top-header-border-btm-c);
	}

	.newsmatic_dark_mode .site-header.layout--default .top-header {
		border-bottom: 1px solid #222222;
	}

	.site-header.layout--default .top-header .row{
		display: flex;
		align-items: center;
		min-height: 40px;
		justify-content: space-between;
	}

	.site-header.layout--default .top-header li.menu-item {
		display: inline-block;
	}

	.site-header.layout--default .top-date-time {
		flex: 0 1 30%;
	    font-family: var(--menu-family);
	    font-size: 14px;
	    font-weight: 500;
	    color: var(--top-header-dt-color);
		align-items: center;
    	line-height: 14px;
	}

	.site-header.layout--default .top-date-time .time {
		padding-left: 10px;
	}

	/* Top Ticker News */
	.top-ticker-news .ticker-item-wrap {
		visibility: hidden;
	}

	.top-ticker-news .ticker-item-wrap.slick-slider {
		visibility: visible;
	}

	.site-header.layout--default .top-ticker-news {
		flex: 1 1 40%;
	    height: 44px;
	    overflow: hidden;
	}

	.site-header.layout--default .top-ticker-news ul {
		padding-left: 0;
		position: relative;
	}

	.site-header.layout--default .top-ticker-news .slick-arrow {
		position: absolute;
		cursor: pointer;
	    background: transparent;
    	border: none;
    	top: 10px;
    	font-size: 0.7rem;
    	padding: 5px 10px;
	}

	.site-header.layout--default .top-ticker-news .slick-prev.slick-arrow {
		right: 30px;
	}

	.site-header.layout--default .top-ticker-news .slick-next.slick-arrow {
		right: 0;
	}

	.site-header.layout--default .top-ticker-news .slick-prev.slick-arrow:after {
	    content: '';
	    width: 2px;
	    height: 11px;
	    display: block;
	    background-color: #fff9;
	    position: absolute;
	    right: -2px;
	    top: 5px;
	}

	.site-header.layout--default .top-ticker-news .slick-list {
	    width: 85%;
	}

	.site-header.layout--default .top-ticker-news .slick-list li {
		margin: 13px 0;
		text-align: right;
		position: relative;
	}

	.site-header.layout--default .top-ticker-news .slick-list li a {
		text-decoration: none;
		color: var(--white-text);
		font-size: calc(var(--post-title-size)*0.66);
		font-family: var(--post-title-family);
		line-height: 16px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}

	/* Top Header Nav */
	.top-header .top-nav-menu {
		flex: 1 1 70%;
	}

	.top-header .top-nav-menu ul {
		padding: 0;
		margin: 0;
		text-align: right;
	}

	.top-header .top-nav-menu ul li {
		display: inline-block;
		padding-left: 10px;
	    font-family: var(--menu-family);
	    font-size: 14px;
	    font-weight: var(--menu-weight);
	}

	.top-header .top-nav-menu ul li a {
		color: var(--top-header-menu-color);
		text-decoration: none;
	}

	.top-header .top-nav-menu ul li a:hover {
		color: var(--top-header-menu-color-hover);
	}

	/* Top Header Nav Header Layout Two */
	.site-header.layout--two .top-header .top-nav-menu {
		flex: 1 1 58%;
	}

	.site-header.layout--two .top-header .top-nav-menu ul {
		text-align: center;
	} 

	/* Social Icons */
	.site-header.layout--default .social-icons-wrap {
		flex: 0 1 20%;
	}

	.site-header.layout--default .social-icons-wrap .social-icon{
		color: var(--top-header-social-color);
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		padding: 0px 4px
	}

	.site-header.layout--default .social-icons-wrap .social-icon:hover{
		color: var(--top-header-social-color-hover);
	}

	.site-header.layout--default .site-branding-section {
		background-color: var(--header-bk-color);
		padding: var(--header-padding) 0;
	}

	.site-header.layout--default .main-header .site-title {
	    margin: 0;
		padding: 0 5px;
		line-height: 1;
	}

	.site-header.layout--default .main-header .site-branding-section .row {
		display: flex;
		align-items: center;
		padding-top: 5px;
   		padding-bottom: 5px;
	}

	/* Site Title */
	.site-header.layout--default .main-header .site-branding-section .site-branding {
		flex: 0 1 55%;
		text-align: center;
	}

	/* Newslettter and Random News */
	.site-header.layout--one .header-right-button-wrap {
		flex: 0 1 25%;
		text-align: end;
		padding: 0 5px;
	}

	.site-header.layout--default .header-right-button-wrap > div {
		display: inline-block;
		padding-left: 15px;
	}

	.site-header.layout--default .header-right-button-wrap > div:first-child {
		padding-left: 0;
	}

	.site-header.layout--default .header-right-button-wrap > div a {
		text-decoration: none;
	}

	.site-header.layout--default .header-right-button-wrap .title-icon i {
		padding-right: 6px;
	}

	.site-header.layout--default .header-right-button-wrap span.title-text {
		font-family: var(--menu-family);
		font-weight: var(--menu-weight);
		font-size: var(--menu-size);
		text-transform: uppercase;
	}

	@media (max-width: 320px) {
		.site-header.layout--one .header-right-button-wrap {
			text-align: center;
		}
	}

	/* Newsletter popup */
	.site-header .newsletter-element {
		position: relative;
	}

	.site-header .newsletter-popup-modal {
		display: none;
	}

	.site-header .newsletter-popup-modal.open {
		display: block;
		padding: 20px;
		z-index: 999;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--white-bk-color);
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		border-radius: 4px;
	}

	.site-header .newsletter-popup-modal.open .modal-close i {
		cursor: pointer;
	}

	.modal-content {
		min-height: 305px;
	    min-width: 375px;
	    text-align: left;
	}

	.site-header .newsletter-popup-modal.open label {
		text-align: left;
		display: inline-block;
		width: 100%;
	}

	.site-header.layout--two .newsletter-popup-modal.open .modal-close {
		text-align: right;
		display: inherit;
	}

	.site-header .newsletter-popup-modal.open input {
		width: 100%;
		text-transform: uppercase;
    	padding: 10px;
	}

	.site-header .newsletter-popup-modal.open input[type="submit"] {
		padding: 15px 10px;
	}

	.site-header .newsletter-popup-modal.open input[type="submit"]:hover {
		cursor: pointer;
	}

	.site-header .modal-content h2{
		margin-top: 5px;
	}

	.site-header .modal-content::-webkit-scrollbar {
		width: 7px;
	}

	.site-header .modal-content::-webkit-scrollbar-thumb {
		background-color: var(--theme-color-red);
		border-radius: 20px;
	}

	.site-header .modal-content::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px var(--theme-color-red);
		border-radius: 10px;
	}

	.after-header.header-layout-banner-two .ads-banner img{
		width: 100%;
		height: auto;
		display: block;
	}

	.site-title a {
		text-decoration: none;
	}

	/** Menu Section **/

	.site-header.layout--default .menu-section {
		background-color: var(--menu-bk-color);
	}   

	.site-header.layout--default .menu-section .row {
		height: auto;
		align-items: center;
		display: flex;
		border-top: 3px solid var(--menu-border-top-color);
	} 

	.site-header.layout--default .sidebar-toggle-wrap {
		flex: 1;
		padding: 0 5px;
	}

	.site-header.layout--default nav.main-navigation{
		flex: 1 1 90%;
		height: 100%;
	}

	.site-header.layout--default .search-wrap {
		flex: 0 1 1%;
	    padding: 0 6px 0 20px;
	    position: relative;
	}

	.site-header.layout--default .search-wrap .search-trigger {
		background-color: transparent;
	    border: none;
	    color: var(--search-color);
	    padding: 0;
	}

	.site-header.layout--default .search-wrap .search-trigger:hover {
		color: var(--search-color-hover);
	}

	.site-header.layout--default .search-form-wrap.hide {
		display: none;
	}

	.site-header.layout--default .search-form-wrap {
	    position: absolute;
	    width: 330px;
	    height: auto;
	    padding: 15px 10px;
	    background-color: var(--inner-container-bk);
	    right: 0;
	    top: 40px;
	    border-top: 3px solid var(--theme-color-red);
	    z-index: 999999;
	    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
	}

	.site-header.layout--default .search-form-wrap form {
		text-align: center;
	}

	.site-header.layout--default .search-submit {
		border: none;
    	background-color: var(--theme-color-red);
    	color: var(--white-text);
    	vertical-align: top;
    	padding-bottom: 10px;
    	text-transform: uppercase;
	}

	.site-header.layout--default .search-submit:hover {
		cursor: pointer;
	}
    
	/* Search toggle */
	/* The container of the hamburger lines */
	.search-wrap .search-trigger:hover{
		cursor: pointer;
	}

	.newsmatic_sidetoggle_menu_burger{
	  display:flex;
	  align-items:center;
	  flex-direction:column;
	  cursor:pointer;
	}

	.newsmatic_sidetoggle_menu_burger span{
	    background-color:var(--sidebar-toggle-color);
		width: 1.5em;
    	height: 0.14em;
    	margin: 0.19em 0;
	    display:block;
	    transition: all .4s ease;
	    transform-origin:0 0;
	}

	.newsmatic_sidetoggle_menu_burger:hover span,
	.sidebar-toggle-trigger.slideshow .newsmatic_sidetoggle_menu_burger span{
		background-color: var(--sidebar-toggle-color-hover);
	}

	.sidebar-toggle-trigger.slideshow .newsmatic_sidetoggle_menu_burger span:nth-child(1) {
	  transform: rotate(45deg) translate(1px, -1px);
	}

	.sidebar-toggle-trigger.slideshow .newsmatic_sidetoggle_menu_burger span:nth-child(2) {
	  transform: scaleX(0);
	}

	.sidebar-toggle-trigger.slideshow .newsmatic_sidetoggle_menu_burger span:nth-child(3) {
	  transform: rotate(-45deg) translate(1px, 0);
	}

	/* live Search */
	.search-form-wrap form {
	    display: flex;
	}

	.search-form-wrap form label {
	    width: 100%;
	    margin-right: 10px;
	    position: relative;
	}

	.search-form-wrap form .search-field {
		width: 100%;
		outline: none;
	}

	.search-results-wrap {
	    padding: 15px 3px 0;
	}

	.search-form-wrap .search-posts-wrap {
	    max-height: 600px;
	    overflow-y: scroll;
	    padding-right: 8px;
	}

	.search-results-wrap .article-item {
	    display: flex;
	    padding: 10px 0;
	    border-bottom: 1px solid var(--border-bottom-color);
	}

	.search-results-wrap .article-item:last-child {
	    border-bottom: none;
	    padding-bottom: 0;
	}

	.search-results-wrap .article-item .post-thumb-wrap {
	    flex: 0 1 20%;
	    margin-right: 15px;
	}

	.search-results-wrap .article-item .post-thumb-wrap img {
	    display: block;
	}

	.search-results-wrap .article-item .post-element {
	    flex: 0 1 80%;
	}

	.search-results-wrap .article-item .post-element .post-title {
	    margin: 0 0 6px;
	    line-height: 22px;
	    font-size: calc(var(--post-title-size) * 0.68);
	}

	.search-results-wrap .article-item .post-element .post-date a {
	    text-decoration: none;
	}

	.search-results-wrap span.post-date:before {
	    color: var(--meta-text-color);
	    position: relative;
	    margin: 0 1px;
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 0px;
	    padding-right: 5px;
	    margin-left: 2px;
	    font-size: 12px;
	}

	.search-results-wrap span time {
		color: var(--meta-text-color);
	    font-size: calc(var(--meta-size)*0.95);
	    font-family: var(--meta-family);
	    font-weight: var(--meta-weight);
	    text-transform: var(--meta-texttransform);
	    text-decoration: var(--meta-textdecoration);
	}

	.search-results-wrap .view-all-search-button {
	    padding: 8px 15px;
	    width: 100%;
	    display: block;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-decoration: none;
	    margin-top: 20px;
	    border-radius: 2px;
	    text-align: center;
	    text-transform: capitalize;
	    font-size: 0.96rem;
	    letter-spacing: 0.3px;
	}

	.search-form-wrap .search-posts-wrap::-webkit-scrollbar {
	    width: 4px;
	}

	.search-form-wrap .search-posts-wrap::-webkit-scrollbar-thumb {
	    background-color: var(--theme-color-red);
	    border-radius: 20px;
	}

	.search-form.retrieving-posts label:before {
	    content: '\f110';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    display: inline-block;
	    color: var(--live-search-color);
	    background: var(--live-search-bk-color);
	    position: absolute;
	    right: 5px;
	    border-radius: 50%;
	    top: 6px;
	    font-size: 1.1rem;
	    -webkit-animation: tie-spin 3s infinite linear;
	    animation: tie-spin 3s infinite linear;
	}

	@keyframes tie-spin {
		0% {
			-webkit-transform: rotate(0deg);
    		transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(360deg);
    		transform: rotate(360deg);
		}
	}

	.search-results-wrap.no-posts-found h2 {
	    margin: 0;
	    font-size: 1.3rem;
	}

	.search-results-wrap.no-posts-found p {
	    margin: 8px 0 0;
	}

	.newsmatic_dark_mode .search-form-wrap form .search-field {
	    background: #27272b;
	    border-color: #343434;
	    color: var(--white-text);
	    outline: none;
	}

	/** Main Menu **/

	@media (min-width: 48.1em){
		.main-navigation .menu ul,
		.main-navigation .nav-menu ul{
		    display: flex;
		    list-style: none;
		    line-height: 1.6;
		    align-items: center;

		    height: inherit;
		    vertical-align: middle;
		}
	    
		.main-navigation>div, 
		.main-navigation ul.menu,
		.main-navigation ul.menu li
		.main-navigation ul.nav-menu,
		.main-navigation ul.nav-menu li{
			height: inherit;
			vertical-align: middle;
		}

		.main-navigation .menu li,
		.main-navigation .nav-menu.menu li {
			display: flex;
			align-items: center;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			position: relative;
			padding: 15px 15px;
		    transition: all .4s ease;
		  	transform-origin:0 0;
		  	color: var(--menu-color);
		  	font-family: var(--menu-family);
		    font-weight: var(--menu-weight);
		    font-size: var(--menu-size);
		    line-height: var(--menu-lineheight);
		    letter-spacing: var(--menu-letterspacing);
		    text-transform: var(--menu-texttransform);
		    text-decoration: var(--menu-textdecoration);
		}

		.newsmatic_dark_mode .main-navigation .menu li a,
		.newsmatic_dark_mode .main-navigation .nav.menu li a {
			color: #fff;
		}

		.main-navigation .menu li.current-menu-item > a, 
		.main-navigation .nav.menu li.current-menu-item > a,
		.main-navigation .menu li.current_page_item > a, 
		.main-navigation .nav.menu li.current_page_item > a {
			color: var(--menu-color-active);
		}

		.main-navigation .menu li a:hover,
		.main-navigation .nav.menu li a:hover{
			color: var(--menu-color-hover);
		}
	
		.main-navigation ul.menu ul,
		.main-navigation ul.nav-menu ul
		 {
			background-color: var(--inner-container-bk);
		    display: block;
		    left: -999em;
		    margin: 0;
		    position: absolute;
		    box-shadow: rgb(0 0 0 / 8%) 0px 2px 3px -1px, rgb(0 0 0 / 6%) 0px 4px 11px -2px;
		    z-index: 110;
		    padding: 5px 0;
		    display: initial;
		    box-shadow: 0px 9px 17px -10px rgb(0 0 0 / 58%);
    		-webkit-box-shadow: 0px 9px 17px -10px rgb(0 0 0 / 58%);
    		-moz-box-shadow: 0px 9px 17px -10px rgba(0,0,0,0.58);
		}

		.main-navigation ul.menu ul li,
		.main-navigation ul.nav-menu ul li {
			float: none;
			border-top: 0;
		    position: relative;
		    padding: 0 15px;
		}

		.main-navigation ul.menu ul.sub-menu > li:last-child > a,
		.main-navigation ul.nav-menu ul.sub-menu > li:last-child > a {
			border-bottom: none;
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
			font-size: 15px;
			min-width: 200px;
			width: 100%;
			color: var(--menu-color-submenu);
			border-bottom: 1px solid var(--submenu-border-btm-color);
			font-family: var(--submenu-family);
		    font-weight: var(--submenu-weight);
		    font-size: var(--submenu-size);
		    line-height: var(--submenu-lineheight);
		    letter-spacing: var(--submenu-letterspacing);
		    text-transform: var(--submenu-texttransform);
		    text-decoration: var(--submenu-textdecoration);
		}

		.main-navigation ul.menu ul li a:after,
		.main-navigation ul.nav-menu ul li a:after  {
			color: var(--menu-color-submenu);
		}

		.main-navigation ul.menu ul li a:hover,
		.main-navigation ul.nav-menu ul li a:hover  {
			color: var(--menu-color-submenu-hover);
		}
		.main-navigation ul.menu ul li a:hover:after,
		.main-navigation ul.nav-menu ul li a:hover:after  {
			color: var(--menu-color-submenu-hover);
		}

		.main-navigation ul.menu li:hover > ul, 
		.main-navigation ul.menu li.focus > ul,
		.main-navigation ul.nav-menu li:hover > ul, 
		.main-navigation ul.nva-menu li.focus > ul {
		    right: auto;
		    left: 0;
		    height: auto;
		}

		.main-navigation .menu > li li a,
		.main-navigation .nav-menu > li li a  {
		    float: none;
		    display: block;
		    padding: 12px 0px;
		    text-decoration: none;
		}

		.main-navigation ul.menu ul li:hover > ul, 
		.main-navigation ul.menu ul li.focus > ul,
		.main-navigation ul.nav-menu ul li:hover > ul, 
		.main-navigation ul.nav-menu ul li.focus > ul {
		    right: auto;
		    left: 100%;
		}

		/* arrow */
		.main-navigation ul.menu li.menu-item-has-children > a:after,
		.main-navigation ul.menu li.page_item_has_children > a:after,
		.main-navigation ul.nav-menu li.menu-item-has-children > a:after,
		.main-navigation ul.nav-menu li.page_item_has_children > a:after   {
		    display: inline-block;
		    font-family: "Font Awesome 5 Free";
		    content: "\f107";
		    font-style: normal;
		    font-size: calc(var(--menu-size)*0.9);
		    font-weight: 900;
		    line-height: var(--menu-lineheight);
		    margin-left: 8px;
		}

		.main-navigation ul.menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.menu ul li.page_item_has_children > a:after,
		.main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
		    display: inline-block;
		    font-family: "Font Awesome 5 Free";
		    content: "\f105";
		    font-style: normal;
		    font-size: 14px;
		    font-weight: 900;
		    line-height: 1;
		    margin-left: 8px;
		    float: right;
		    line-height: inherit;
		}
	}

	nav.main-navigation .toggle-sub-menu, 
	nav.main-navigation ul.menu .toggle-sub-menu,
	nav.main-navigation ul.nav-menu .toggle-sub-menu  { 
		display: none;
	}

	@media (max-width: 940px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
		    font-size: var(--menu-size-tab);
		    line-height: var(--menu-lineheight-tab);
		    letter-spacing: var(--menu-letterspacing-tab);
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
		    font-size: var(--submenu-size-tab);
		    line-height: var(--submenu-lineheight-tab);
		    letter-spacing: var(--submenu-letterspacing-tab);
		}
	}

	#newsmatic_menu_burger span{
	  background-color:ghostwhite;
	}

	@media (max-width: 769px){
		.site-header.layout--default .top-date-time {
			display: none;
		}

		.site-header.layout--default .top-ticker-news {
			flex: 1;
			padding: 0 15px;
		}

		.top-header .top-nav-menu ul {
			text-align: center;
			padding: 8px 0;
		}

		.site-header.layout--default .social-icons-wrap {
			flex: 1;
		}

		.site-header.layout--default .main-header .site-branding-section .row{
			flex-direction: column;
    		align-items: center;
		}

		.site-header.layout--default .main-header .site-branding-section .site-branding { 
			padding: 20px 5px;
			text-align: center;
		}

		#newsmatic_menu_burger{
		  display:flex;
		  align-items:center;
		  flex-direction:column;
		  cursor:pointer;
		}

		#newsmatic_menu_burger span{
		  width: 1.5em;
		  height: .15em;
		  margin: 0.2em 0;
		  display: block;
		  transition: all .4s ease;
		  transform-origin: 0 0;
		}

		.main-navigation.toggled #newsmatic_menu_burger span:nth-child(1) {
		  transform: rotate(45deg) translate(1px, -1px);
		}

		.main-navigation.toggled #newsmatic_menu_burger span:nth-child(2) {
		  Transform: scaleX(0);
		}

		.main-navigation.toggled #newsmatic_menu_burger span:nth-child(3) {
		  transform: rotate(-45deg) translate(1px, 0);
		}

		.sidebar-toggle-wrap {
			display: none;
			flex: 0;
		}

		button.menu-toggle {
			background-color: transparent;
			display: flex;
			align-items: center;
		    border: none;
		    border-radius: 3px;
		    background: transparent;
		    color: rgba(0, 0, 0, 0.8);
		    line-height: 1;
		    padding: 0.3em 0.5em;
		}

		.menu_txt {
			display: block;
		    color: var(--theme-color-red);
		    padding-left: 10px;
		    float: none;
		    font-weight: 600;
		    font-size: 18px;
		    text-transform: uppercase;
		}

		nav.main-navigation ul.menu,
		nav.main-navigation ul.nav-menu {
			background-color: var(--mobile-menu-bk-color);
		    z-index: 10;
		    position: absolute;
		    width: 100%;
		    left: 0;
		    padding: 10px 30px;
		}

		nav.main-navigation ul.menu li,
		nav.main-navigation ul.nav-menu li {
			float: none;
		    border-top: 0;
		    position: relative;
		    border-bottom: 1px solid var(--mobile-menu-border-btm-color);
		}

		nav.main-navigation ul li.menu-item-has-children {
		    display: inline-block;
		    width: 100%;
		}

		nav.main-navigation ul.menu li:last-child,
		nav.main-navigation ul.nav-menu li:last-child {
			border-bottom: none;
		}

		nav.main-navigation ul.menu li a,
		nav.main-navigation ul.nav-menu li a{
			font-size: var(--menu-size-mobile);
		    font-weight: var(--menu-weight);
		    letter-spacing: var(--menu-letterspacing-mobile);
		    color: var(--menu-color);
		    font-family: var(--menu-family);
		    float: none;
		    display: block;
		    padding: 9px 0;
		    text-decoration: var(--menu-textdecoration-mobile);
		}

		nav.main-navigation.toggled ul>li .children, nav.main-navigation.toggled ul>li .sub-menu {
    		display: none;
		}

		nav.main-navigation .toggle-sub-menu, 
		nav.main-navigation ul.menu .toggle-sub-menu,
		nav.main-navigation ul.nav-menu .toggle-sub-menu { 
			display: inline-block;
			width: 15px;
		}

		nav.main-navigation .toggle-sub-menu {
		    display: inline-block;
		    position: absolute;
		    top: 5px;
		    right: 2px;
		}

		nav.main-navigation ul>li > .sub-menu.isShow,
		nav.main-navigation ul>li > .children.isShow {
		    display: block;
		    position: relative;
		    width: 100%;
    		padding-left: 20px;
		}

		nav.main-navigation .toggle-sub-menu {
		    padding-right: 20px;
		    display: inline-block;
    		text-align: right;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
		    font-size: var(--submenu-size-mobile);
		    line-height: var(--submenu-lineheight-mobile);
		    letter-spacing: var(--submenu-letterspacing-mobile);
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);
		}

	}

/*	@media (max-width: 940px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

		    font-size: var(--menu-size-tab);
		    line-height: var(--menu-lineheight-tab);
		    letter-spacing: var(--menu-letterspacing-tab);

		}
	}

	@media (max-width: 768px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);

		}
	}*/
	
	.after-header.header-layout-banner-two .ads-banner {
		text-align: center;
    	padding: 10px 0;
	}

	/** Header Two **/
	.site-header.layout--two .top-date-time {
		flex: 0 1 22%;
	}

	.site-header.layout--two .social-icons-wrap {
		text-align: right;
	}

	.site-header.layout--two .main-header .site-branding-section .site-branding {
		flex: 1;
		text-align: left;
		padding: 25px 0;
	}	

	.site-branding .site-title a {
		font-size: var(--site-title-size);
		line-height: var(--site-title-lineheight);
		letter-spacing: var(--site-title-letterspacing);
		text-decoration: var(--site-title-textdecoration);
		text-transform: var(--site-title-texttransform);
		font-weight: var(--site-title-weight);
		font-family: var(--site-title-family);
	}

	.site-header.layout--default .main-header .site-description {
		margin: 0;
		padding: 8px 5px 0;
		font-family: var(--site-tagline-family);
	    font-weight: var(--site-tagline-weight);
	    font-size: var(--site-tagline-size);
	    line-height: var(--site-tagline-lineheight);
	    letter-spacing: var(--site-tagline-letterspacing);
	    text-decoration: var(--site-tagline-textdecoration);
	    text-transform: var(--site-tagline-texttransform);
	}

	.site-header.layout--two .ads-banner {
		padding-left: 10px;
	}

	.site-header.layout--two .ads-banner img {
		display: block;
	}

	.site-header.layout--two .newsletter-element,
	.site-header.layout--two .random-news-element {
		flex: 0 1 1%;
	}

	.site-header.layout--default .newsletter-element a {
		color: var(--newsletter-color);
	}

	.site-header.layout--default .newsletter-element a:hover {
		color: var(--newsletter-color-hover);
	}

	.site-header.layout--default .random-news-element a {
		color: var(--random-news-color);
	}

	.site-header.layout--default .random-news-element a:hover {
		color: var(--random-news-color-hover);
	}

	.site-header.layout--two .newsletter-element {
		padding-right: 6px;
	}

	.site-header.layout--two .random-news-element {
		padding: 0 6px 0 20px;
	}

	.site-header.layout--two .newsletter-element .title-text,
	.site-header.layout--two .random-news-element .title-text {
		display: none;
	}

	/*** sidebar Toggle **/
		body.bodynoscroll {
			position: fixed;
		    width: 100%;
		    overflow-y: scroll;
		}

		.body_show_sidetoggle .newsmatic_ovelay_div,
		.newsletter-popup-active .newsmatic_ovelay_div  {
		    content: "";
		    position: fixed;
		    z-index: 120;
		    height: 100%;
		    width: 100%;
		    top: 0;
		    right: 0;
		    background: rgba(0,0,0,.3);
		    transition: opacity .3s ease-in-out;
		}

		.body_show_sidetoggle .newsmatic_ovelay_div:hover,
		.newsletter-popup-active .newsmatic_ovelay_div:hover {
			cursor: w-resize;
		}

		.sidebar-toggle {
	        position: fixed;
		    z-index: 99999;
		    left: 0;
		    top: 0;
		    width: 80vw;
		    max-width: 370px;
		    height: 100vh;
		    visibility: hidden;
		    transition: .4s ease-in-out;
	        transition-property: transform,visibility;
            content-visibility: auto;
    		transform: translate3d(-100%,0,0);
		}

		.sidebar-toggle-close {
			float: right;
		    background: var(--toggle-close-bk-color);
		    padding: 10px 15px;
		    color: var(--toggle-close-btn-color);
		    width: 100%;
		    text-align: center;
		    cursor: pointer;
		    -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
		    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
		    -webkit-transition: all .25s ease-in-out;
		    transition: all .25s ease-in-out;
		}

		.body_show_sidetoggle .sidebar-toggle {
			transform: translate3d(0,0,0);
    		visibility: visible;
		}

		.sidebar-toggle .newsmatic-container {
		    padding: 5px 25px;
		    height: 100%;
		    overflow-x: hidden;
		    overflow-y: auto;
		    box-shadow: 0 0 48px rgb(34 96 191 / 24%);
		    background-color: var(--header-toggle-bk-color);
		}

		.site-header.layout--default .menu-section .sidebar-toggle .row{
		     height: initial; 
		     align-items: initial; 
		     display: initial; 
		}

		.sidebar-toggle .newsmatic-container::-webkit-scrollbar {
		    width: 4px;
		}

		.sidebar-toggle .newsmatic-container::-webkit-scrollbar-thumb {
		    background-color: var(--theme-color-red);
		    border-radius: 20px;
		}

		/* Scrollbar styling */ 
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar {
		  width: 7px;
		}

		/* Track */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 5px #000000; 
		  border-radius: 10px;
		}
		 
		/* Handle */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-thumb{
		  background: var(--theme-color-red); 
		  border-radius: 20px;
		}

		/* Handle on hover */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-thumb:hover {
		  background: var(--theme-color-red); 
		}
		/* End scrollbar styling*/

		/** new feature newsmatic-version-2 **/
		.menu-section .newsmatic-container .row {
			position: relative;
		}

		.header-custom-button {
		    position: absolute;
		    right: 0;
		    top: -26px;
		    padding: 3px 8px;
		    font-size: 13px;
		    color: #fff;
		    border-radius: 3px 3px 0 0;
		    text-decoration: none;
		    font-weight: 500;
		}

		.header-custom-button .ticker_label_title_string,
		.header-custom-button .icon {
			color: var(--custom-btn-color);
		}

		.header-custom-button:hover .ticker_label_title_string,
		.header-custom-button:hover .icon {
			color: var(--custom-btn-color-hover);
		}

		.header-custom-button .ticker_label_title_string {
			padding-left: 3px;
		}
		.header-custom-button .icon i{
			text-decoration: blink;
		    -webkit-animation-name: blinker;
		    -webkit-animation-duration: 0.6s;
		    -webkit-animation-iteration-count: infinite;
		    -webkit-animation-timing-function: ease-in-out;
		    -webkit-animation-direction: alternate;
		}

		@keyframes blinker {
			from { opacity: 1.0; }
			to { opacity: 0.0; }
		}

		.site-header.layout--one .order--buttons-logo-social .social-icons-wrap {
			order: 3;
			text-align: right;
		}

		.site-header.layout--one .order--buttons-logo-social .site-branding {
			order: 2;
		}

		.site-header.layout--one .order--buttons-logo-social .header-right-button-wrap{
			order: 1;
			text-align: left;
		}

		.order--buttons-logo-social .header-custom-button {
			left: 0;
			right: auto;
		}



/*
=========================================
3.0 Ticker
	3.1 Ticker One
	3.2 Tricker Two

	3.3 Responsive
=========================================
*/

	.ticker-item-wrap .post-date time{
		font-size: 12px;
	    font-family: var(--meta-family);
	    color: var(--meta-text-color);
	    font-weight: var(--meta-weight);
	    text-decoration: none;
	    text-transform: capitalize;
	}	 

	.ticker-item-wrap .post-date a {
		text-decoration: none;
	}

	.ticker-news-wrap span.icon {
		margin-right: 10px;
	}

	/** Ticker One **/
	.ticker-news-wrap.layout--one .ticker_label_title{
		font-size: 18px;
	    text-transform: uppercase;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-align: center;
	    padding: 17px 12px;
	    margin-right: 0;
	    line-height: 32px;
	    font-weight: 600;
		height: 100px;
		flex: 0 1 13%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.newsmatic-ticker-box {
		height: auto;
		overflow: hidden;
		flex: 1 1 85%;
	}

	.ticker-news-wrap {
		margin: 10px 0;
		padding: 10px;
	    background-color: var(--inner-container-bk);
	}

	.ticker-news-wrap.layout--one  {
		width: 100%;
	    display: flex;
	    align-items: center;
	    overflow: hidden;
	    max-height: 120px;
	}
	.ticker-news-wrap.layout--one .ticker-item {
		position: relative;
	    float: left;
	    clear: none;
	    display: inline-block;
	}

	.ticker-news-wrap.layout--one .newsmatic-ticker-box ul li {
		float: left;
		align-items: center;
		margin-right: 25px;
		display: flex!important;
		top: 0;
		vertical-align: middle;
		height: 100px;
		overflow: hidden;
	}

	.ticker-news-wrap.layout--one .ticker-item .feature_image{
		max-width: 158px;
		margin-right: 20px;
	}

	.ticker-news-wrap.layout--one .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.76);
		line-height: 1.5;
		color: var(--post-title-color);
		font-family: var(--post-title-family);
		max-width: 220px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    line-height: inherit;
	    display: -webkit-box;
	}

	.ticker-news-wrap.layout--one .newsmatic-ticker-controls button  {
		background-color: var(--theme-color-red);
		border: none;
	    height: 100px;
	    border-radius: 0;
	}	

	.ticker-news-wrap.layout--one .newsmatic-ticker-controls button i {
		color: var(--white-text);
	}

	.ticker-item-wrap {
		list-style: none;
		margin: 0;
	}

	.ticker-item-wrap .feature_image img {
		display: block;
	}

	.newsmatic-ticker-controls button:hover {
		cursor: pointer;
	}

	.ticker_label_title {
		position: relative;
	}

	/* No image */
	.newsmatic-ticker.layout--one.no-feat-img .newsmatic-ticker-box {
		max-height: 56px;
	}

	.newsmatic-ticker.layout--one.no-feat-img .ticker_label_title,
	.newsmatic-ticker.layout--one.no-feat-img .newsmatic-ticker-box ul li {
		height: auto;
	}

	.newsmatic-ticker.layout--one.no-feat-img .ticker-item .feature_image {
		display: none;
	}

	.newsmatic-ticker.layout--one.no-feat-img .ticker-item h2.post-title {
		margin: 0;
		-webkit-line-clamp: 2;
	}

	.newsmatic-ticker.layout--one.no-feat-img .newsmatic-ticker-controls button {
		height: auto;
		padding: 25px 12px;
	}

	/** Ticker Two **/
	.ticker-news-wrap.layout--two .ticker_label_title {
		font-size: 18px;
	    font-weight: 500;
	    text-transform: uppercase;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-align: center;
	    padding: 12px;
	    margin-right: 0;
	    line-height: 35px;
	    min-height: 60px;
	    flex: 0 0 12%;
	    font-weight: 600;
	    position: relative;
	}

	.ticker-news-wrap.layout--two .ticker_label_title:after {
	    content: '';
	    position: absolute;
	    top: 34%;
	    right: -9px;
	    border-width: 10px 0 10px 10px;
	    border-style: solid;
	    z-index: 9;
	    border-color: transparent transparent transparent var(--theme-color-red);
	}

	.ticker-news-wrap.layout--two {
		width: 100%;
	    height: auto;
	    display: flex;
	    align-items: center;
	}
	.ticker-news-wrap.layout--two .ticker-item {
		position: relative;
	    float: left;
	    clear: none;
	    display: inline-block;
	}

	.ticker-news-wrap.layout--two .newsmatic-ticker-box {
		background-color: var(--ticker-inner-bk-color);
		padding: 5px 0;
	    max-height: 61px;
	}

	.ticker-news-wrap.layout--two .newsmatic-ticker-box ul li {
		float: left;
		align-items: flex-start;

		display: flex!important;
		margin-right: 30px;
	}

	.ticker-news-wrap.layout--two .ticker-item .feature_image{
		max-width: 75px;
		height: 50px;
		margin-right: 20px;
	}

	.ticker-news-wrap.layout--two .title-wrap {
		display: flex;
		flex-direction: column;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.73);
		font-family: var(--post-title-family);
		margin-bottom: 2px;
    	margin-top: 2px;
    	display: inline-block;
    	float: left;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title a{ 
		color: inherit;
		text-decoration: none;
		font-weight: inherit;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.ticker-news-wrap.layout--two .newsmatic-ticker-controls button, .ticker-news-wrap.layout--two .newsmatic-ticker-controls button:hover  {
		background-color: var(--theme-color-red);
		border: none;
	    height: 60px;
	    border-radius: 0;
	}	

	.ticker-news-wrap.layout--two .newsmatic-ticker-controls button i {
		color: var(--white-text);
	}

/*
=========================================
4.0 Banner Slider
	4.1 Banner Slider One
	4.2 Banner Slider Two
	3.3 Responsive
=========================================
*/
	.banner-layout--one .row {
		display: flex;
		align-items: center;

		align-items: flex-start;
	}

	figure.post-thumb-wrap {
		margin: 0px;
	}

	.banner-layout--one figure.post-thumb-wrap {
		height: 559px;
	}

	.banner-layout--one figure.post-thumb-wrap img{
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.banner-layout--one .main-banner-slider .post_slider_template_one {
		position: relative;
		height: 100%;
	}

	.post_slider_template_one .post-excerpt {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-slider .post-element{
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.banner-layout--one .main-banner-wrap{
		flex: 0 1 65%;
		max-width: 65%;
		padding-right: 20px;
		height: 100%;
	}

	.banner-layout--one .main-banner-wrap .post-categories li{
	    margin-right: 5px;
	}

	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    height: 559px;
	    background-color: var(--noimg-bk-color);
	}

	.banner-layout--one .main-banner-wrap .slick-dots {
		top: 5px;
	}

	ul.post-categories li {
		display: inline-block;
		margin: 5px 2px 0 0;
	}

	.banner-layout--one .main-banner-tabs {
		flex: 0 1 35%;
		padding: 20px;
		background: var(--banner-content-bk-color);
		position: relative;
	}

	.banner-layout--one .main-banner-tabs i{
	    padding-right: 8px;
    	font-size: 14px;
	}

	.banner-tab .fas.fa-ban,
	.ticker-news-wrap .fas.fa-ban,
	.header-right-button-wrap .fas.fa-ban,
	.post-link-button .fas.fa-ban {
		display: none;
	}

	.main-banner-wrap article.slide-item {
		position: relative;
	}

	.banner-layout--one .main-banner-wrap article.slide-item {
	    height: 100%;
	    overflow: hidden;
	}

	.banner-layout--one .slide-item .post-meta span.post-date:before {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-tabs article.no-feat-img figure {
		height: 96px;
	}

	.main-banner-wrap .post-element {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    padding: 20px;
	    background-image: linear-gradient(to top, #1a1919, transparent);
	    color: var(--white-text);
	    width: 100%;
	}

	.main-banner-wrap .post-element p {
		margin: 0;
	}

	.main-banner-wrap .post-meta ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

	.main-banner-wrap .post-meta ul a{
		text-decoration: none;
	}

	.main-banner-wrap .post-meta .post-categories {
	    display: inline-block;
	    font-weight: 500;
	    font-size: 18px;
	    padding-right: 5px;
    }

    .post_slider_template_one .post-meta .post-date time {
    	color: var(--white-text);
    }

    .main-banner-wrap .post-element .post-title {
    	color: var(--white-text);
	    font-size: calc(var(--post-title-size) * 1.53);
	    width: 90%;
	    margin: 15px 0 5px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
    }

   .main-banner-wrap .post-element .post-title a{
    	color: inherit;
    	text-decoration: inherit;
    }
    .main-banner-wrap .post-element .post-excerpt {
    	letter-spacing: 0.2px;
    	font-size: var(--content-size);
    }

    .main-banner-wrap .post-element .post-excerpt p{
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 3;
    	-webkit-box-orient: vertical;
    }

    .main-banner-wrap .slick-arrow {
        position: absolute;
        top: 48%;
	    z-index: 9;
	    background-color: transparent;
	    border: none;
	    font-size: 15px;
	    padding: 0;
	    opacity: .8;
	    visibility: hidden;
    }

    .main-banner-wrap .slick-arrow i {
    	padding: 9px 12px;
    	border: 1px solid #fff;
    	border-radius: 2px;
    }

    .main-banner-wrap .main-banner-slider:hover .slick-arrow {
    	visibility: visible;
    }

    .main-banner-wrap .slick-arrow:hover {
    	cursor: pointer;
    	opacity: 1;
    }

    .main-banner-wrap .slick-prev {
    	left: 10px;
    }

    .main-banner-wrap .slick-next  {
    	right: 10px;
    }

    .main-banner-wrap .slick-dots {
	    position: absolute;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: right;
	    bottom: 40px;
	    height: 0;
	    right: 10px;
    }

    .main-banner-wrap .slick-dots li{
        position: relative;
	    display: inline-block;
	    width: 20px;
	    height: 20px;
	    margin: 0 5px;
	    padding: 0;
	    cursor: pointer;
	}

	.main-banner-wrap .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;
	}

	.main-banner-wrap .slick-dots li.slick-active button:before {
		content: '';
	    background-color: var(--theme-color-red);
	    opacity: 1;
	}

	.main-banner-wrap .slick-dots li button::before {
		content: '';
    	background-color: var(--white-text);
    	opacity: 1;
	    font-family: slick;
	    font-size: 50px;
	    line-height: 20px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 15px;
	    height: 15px;
	    content: "•";
	    text-align: center;
	    opacity: 0.75;
	    -webkit-font-smoothing: antialiased;
	}

	.main-banner-tabs ul.banner-tabs {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.main-banner-tabs .banner-tab {
		background-color: #f1f1f1;
	    padding: 5px 10px;
	    color: #333333;
	    text-align: center;
	    font-weight: 600;
	    margin-right: 15px;
	    flex: 1;
	    font-size: 15px;
	}

	.main-banner-tabs .banner-tab:hover {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.main-banner-tabs .banner-tab:last-child {
		margin-right: 0px;
	}

	.main-banner-tabs ul.banner-tabs:last-child {
		margin-right: 0px;
	}

	.banner-tab:hover {
		cursor: pointer;
	}

	.banner-tab.active {
		background-color: var(--theme-color-red);
	    color: var(--white-text);
	    font-weight: 600;
	}
    
    .banner-tabs-content .post-item {
    	display: flex;
    	align-items: center;
    }

    .banner-tabs-content .post-thumb {
    	flex: 0 1 35%;
    	max-width: 145px;
	    height: 96px;
	    overflow: hidden;
	    background-color: var(--noimg-bk-color);
    }

    .banner-tabs-content .post-thumb img,
    .popular-posts-wrap .post-thumb img
    {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .banner-tabs-content .post-element {
    	margin-left: 15px;
        flex: 1 1 60%;
        font-family: var(--post-title-family);
    }

    .banner-tabs-content .post-categories a {
    	color: var(--theme-color-red);
    	font-weight: 500;
    	font-size: calc(var(--meta-size)*0.86);
    	transition: all 0.4s ease;
    	vertical-align: baseline;
    }
    .banner-tabs-content .post-categories li {
    	margin: 0 7px 2px 0;
    }

    .banner-tabs-content .post-categories li a {
    	padding: 0;
    }

    .banner-tabs-content .post-categories {
    	display: inline-block;
    }

    .banner-tabs-content .post-date {
    	font-size: 0.8rem;
    }

    .banner-tabs-content .tab-item .post-title {
    	margin: 0px;
    	padding-top: 5px;
    	font-size: calc(var(--post-title-size)*0.75);
    	color: var(--post-title-color);
    	line-height: 1.5;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
    }

    .banner-tabs-content .tab-item .post-title a,
    .banner-tabs-content .comment-item .newsmatic_comment_post{
    	text-decoration: none;
    	color: inherit;
    }

    .banner-tabs-content .post-item:first-child,
    .banner-tabs-content .comment-item:first-child {
    	padding-top: 20px;
    }

    .banner-tabs-content .post-item,
    .banner-tabs-content .comment-item{
    	padding: 13px 0;
    	border-bottom: 1px dashed #afafaf;
    }

    .banner-tabs-content .post-item:last-child,
    .banner-tabs-content .comment-item:last-child{
    	border-bottom: none;
    	padding-bottom: 0;
    }

    .banner-tabs-content .tab-item {
    	display: none;
    }

    .banner-tabs-content .tab-item.active {
    	display: block;
    }

    #main-banner-section {
    	padding: 1em 0;
    	padding-bottom: 2em;
    }

    .banner-tabs-content .comment-item {
    	display: flex;
    }

    .banner-tabs-content .comment-item .newsmatic_avatar{
    	flex: 0 1 20%;
    	padding-right: 20px;
    	text-align: center;
    }

    .banner-tabs-content .comment-item .newsmatic-comm-content{
    	flex: 0 1 80%;
    }

   .banner-tabs-content .comment-item .newsmatic-comm-content a{
    	margin: 0px;
	    padding-top: 5px;
	    font-size: calc(var(--post-title-size)*0.75);
	    line-height: 1.4;
	    text-decoration: none;
	    color: var(--post-title-color);
	    font-weight: 500;
	    font-family: var(--post-title-family);
    }

    .banner-tabs-content .comment-item  .newsmatic-comment {
    	margin-bottom: 0;
    	margin-top: 8px;
    	font-size: var(--content-size);
	    font-family: var(--content-family);
    	font-weight: var(--content-weight);
    }

     /* banner order */
    .tab_slider--banner_slider .main-banner-wrap{
    	order: 2;
    	padding-right: 0;
    	padding-left: 20px;
    }

    .banner-layout--two.tab_slider--banner_slider  .main-banner-wrap{
    	padding-right: 0px;
    }

		.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-prev {
			left: 25px;
			right: auto;
		}

		.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-next {
			right: auto;
			left: 70px;
		}

		.tab_slider--banner_slider.banner-layout--two .main-banner-slider .post-element {
			float: right;
		}

    @media (max-width: 1000px) {
    	.banner-layout--one .row {
    		flex-direction: column;
    	}

    	.banner-layout--one .row > div{
    		width: 100%;
    	}

    	.banner-layout--one .main-banner-wrap {
    		max-width: 100%;
    		flex: 100%;
    		padding-right: 0px;
    		margin-bottom: 20px;
    	}

    	.banner-layout--one figure.post-thumb-wrap,
    	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    	height: 420px;
		}

    	.banner-layout--one .main-banner-tabs {
    		width: 100%;
    	}
    }

    @media (max-width: 950px) {
    	.tab_slider--banner_slider .main-banner-wrap{
    		order: initial;
    		padding-left: 0px;
    	}
    }

    @media (max-width: 500px) {

    	.banner-layout--one figure.post-thumb-wrap,
    	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    	height: 320px;
		}

    	.main-banner-wrap .post-element .post-excerpt {
    		display: none;
    	}

    	.banner-layout--one .main-banner-wrap .post-element .post-title {
    		font-size: 1.8rem;
    		line-height: 36px;
    		width: 100%;
    	}

    	.banner-layout--two .main-banner-wrap .main-banner-slider .post-element .post-title,
    	.banner-layout--three .main-banner-slider .post-title,
    	.banner-layout--four .main-banner-slider .post-title {
			font-size: 1.6rem;
			line-height: 30px;
		}
    }

    /** BannerTwo **/
	    .banner-layout--two .row {
			display: flex;
			padding: 20px;
			align-items: center;
			background-color: #d9c1bb17;
			align-items: flex-start;
		}

		.banner-layout--two .row > div{
			width: 100%;
		}

		.banner-layout--two .main-banner-wrap .no-feat-img figure.post-thumb {
			width: 100%;
			height: 100%;

			background-color: var(--noimg-bk-color);
		}

		figure.post-thumb-wrap {
			margin: 0px;
		}

		.banner-layout--two figure.post-thumb-wrap img{
			width: 100%;
		}

		.banner-layout--two .main-banner-slider .post_slider_template_two {
			position: relative;
			height: 100%;
		}

		.banner-layout--two .main-banner-slider .post-element{
			bottom: 0px;
			width: 80%;
			background: var(--banner-content-bk-color);
			color: var(--post-title-color);
			background-image: none;
			position: relative;
			margin-top: -80px;
		}

		.banner-layout--two .main-banner-wrap {
			flex: 0 1 65%;
			max-width: 65%;
			padding-right: 20px;
		}

		.banner-layout--two .main-banner-wrap .post-excerpt {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		}

		.banner-layout--two .main-banner-popular-posts {
			flex: 0 1 35%;
			max-width: 35%;
			padding: 20px;
			background: var(--banner-content-bk-color);
			position: relative;
		}

		.banner-layout--two .main-banner-wrap .post-element .post-title {
			color: var(--post-title-color);
			width: 100%;
			font-size: calc(var(--post-title-size)*1.2);
			margin: 11px 0 5px;
		}

		.banner-layout--two .post-element  .post-categories li {
			margin-right: 7px;
		}

		.banner-layout--two .post-element  .post-categories a {
			color: var(--theme-color-red);
			padding: 0;
		}

		.banner-layout--two .main-banner-wrap .slick-arrow {
		    position: absolute;
		    bottom: 170px;
		    z-index: 9;
		    border: none;
		    height: 40px;
		    top: initial;
		    visibility: visible;
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
			height: 480px;
    		overflow: hidden;
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb  img {
			width: 100%;
		    height: 100%;
		    object-fit: cover;
		}

		.banner-layout--two .main-banner-wrap .slick-next {
			right: 10px;
		}

		.banner-layout--two .main-banner-wrap .slick-prev {
			right: 50px;
			left: initial;
		}

		.main-banner-wrap article.slide-item {
			position: relative;
		}

		.main-banner-popular-posts h2.section-title {
			margin: 0;
			margin-bottom: 5px;
		    line-height: 1;
		    padding-bottom: 10px;
		    width: 80%;
		    font-size: 1.3rem;
		    position: relative;
		}

		.popular-posts-wrap .slick-prev {
			position: absolute;
		    top: -10px;
		    right: 55px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.newsmatic_vertical_slider .popular-posts-wrap .slick-prev {
			right: 60px;
		}

		.popular-posts-wrap .slick-next {
			position: absolute;
		    top: -10px;
		    right: 20px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.popular-posts-wrap .slick-prev i {
			padding-bottom: 2px;
		}

		.popular-posts-wrap .slick-arrow{
			cursor: pointer;
		}

		.newsmatic_vertical_slider .popular-posts-wrap .slick-arrow {
			transform-origin: 0 0;
  			transform: rotate(270deg);
  			padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    color: var(--body-text-default-color);
		}

		.popular-posts-wrap .slick-track article {
			display: flex;
			align-items: center;
			padding: 12px 1px;

		}

		.popular-posts-wrap .slick-track article figure.post-thumb{
			flex: 0 1 32%;
			position: relative;
			height: 100%;
		}

		.popular-posts-wrap .slick-track article .post-element {
			flex: 0 1 68%;
			padding-left: 20px;
		}

		.main-banner-popular-posts .post-element .post-categories a,
		.widget .post-element .post-categories a {
			color: var(--theme-color-red);
			font-size: calc( var(--meta-size) * 0.86 );
		}

		.post-thumb .post-count{
			position: absolute;
		    color: var(--white-text);
		    background-color: var(--theme-color-red);
		    width: 30px;
		    height: 30px;
		    border-radius: 50%;
		    top: -12px;
		    left: 15px;
		    line-height: 1;
		    font-size: 0.9rem;
		    font-weight: 500;
		    text-align: center;
		    padding: 6px 7px 7px;
		    border: 2px solid var(--white-text);
		    z-index: 9999;
		}

		.popular-posts-wrap .post-title {
		    margin: 0px;
		    padding-top: 5px;
		    font-size: calc(var(--post-title-size)*0.75);
		    line-height: 1.5;
		    text-decoration: none;
		    color: var(--post-title-color);
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.popular-posts-wrap .post-title a{
			text-decoration: none;
			color: inherit;
		}

		.banner-layout--two .popular-posts-wrap {
			height: 447px;
		}

		.popular-posts-wrap .post-meta {
			margin-top: 5px;
			font-size: 0.9rem;
		}

		.banner-layout--two .popular-posts-wrap .slick-list .slick-track,
		.widget .popular-posts-wrap .slick-list .slick-track {
			overflow: hidden;
			display: flex;
			flex-direction: column;
		}

		.banner-layout--two  .main-banner-wrap .slick-dots {
			top: 10px;
			right: 10px;
		}

		.main-banner-popular-posts .no-feat-img figure {
			height: 88px;
    		background-color: var(--noimg-bk-color);
		}

		.main-banner-popular-posts.newsmatic_horizontal_slider .no-feat-img figure {
		    height: 112px;
		}

		/* Horizontal Slider */
		.main-banner-popular-posts.newsmatic_horizontal_slider .slick-list {
			height: 500px;
			overflow: hidden;
		}

		.main-banner-popular-posts.newsmatic_horizontal_slider .popular-posts-wrap .slick-arrow {
		    z-index: 9;
		    top: -35px;
		    height: 30px;
		    vertical-align: middle;
		    width: 32px;
		    text-align: center;
		    padding: 6px;
		    color: var(--body-text-default-color);
		}

		.banner-layout--two .newsmatic_horizontal_slider .popular-posts-wrap .slick-list .slick-track, 
		.widget .newsmatic_horizontal_slider .popular-posts-wrap .slick-list .slick-track  {
			display: block;
		}

		.main-banner-popular-posts.newsmatic_horizontal_slider .slick-slide article {
			display: flex !important;
			flex-wrap: wrap;
		}

		.main-banner-popular-posts.newsmatic_horizontal_slider .slick-slide article .post-thumb {
			flex: 0 1 35% !important;
		}

		.main-banner-popular-posts.newsmatic_horizontal_slider .slick-slide article .post-element {
			flex: 0 1 65%;
		}

		.main-banner-popular-posts .popular-posts-wrap .post-thumb img { 
			display: block;
		    height: 100%;
		    width: 100%;
		    object-fit: cover;
		}

		@media (max-width: 950px) {
			.banner-layout--two .row { 
				flex-direction: column;
			}

			.banner-layout--two .row .main-banner-wrap {
				flex: 1;
				max-width: 100%;
				padding-right: 0px;
				margin-bottom: 1.5em;
			}

			.banner-layout--two .main-banner-popular-posts {
				flex: 1;
			    max-width: 100%;
			    width: 100%;
			}

			.main-banner-popular-posts .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 150px;
			}

			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
    			height: 410px;
			}

			.banner-layout--two .popular-posts-wrap {
				height: initial;
			}
		}

		@media (max-width: 760px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 40%;
			}

			.main-banner-popular-posts .popular-posts-wrap .slick-next {
				right: 15px;
			}
		}

		@media (max-width: 650px) {
			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
    			height: 310px;
			}
		}

		@media (max-width: 485px) {
			.banner-layout--two .main-banner-slider .post-element{
				margin-top: 0;
				width: 100%;
				padding: 8px 13px;
			}

			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 220px;
			}
		}

		@media (max-width: 400px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				/*display: none!important;*/
				visibility: hidden;
			}
		}

		/* Banner Layout Three */
		.banner-layout--three .newsmatic-container .row:first-child {
			display: grid;
			grid-template-columns: 50%50%;
		}

		.banner-layout--three .main-banner-wrap {
			padding-right: 5px;
			margin-bottom: 10px;
		}

		.banner-layout--three .slick-list article,
		.banner-layout--three .slick-list article .post-thumb,
		.banner-layout--three .slick-list article .post-thumb img {
			height: 472px;
		}


		.banner-layout--three .main-banner-wrap .no-feat-img figure.post-thumb,
		.banner-layout--three .banner-trailing-posts .no-feat-img figure.post-thumb {
		    width: 100%;
		    height: 100%;
		    background-color: var(--noimg-bk-color);
		}

		.banner-layout--three .post-categories li {
			background-color: var(--theme-color-red);
			margin-right: 5px;
		}

		.banner-layout--three .main-banner-block-posts {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -5px;
			padding-left: 5px;
		}

		.banner-layout--three .post-meta span.post-date:before {
			color: var(--white-text);
		}

		.banner-layout--three .post-meta .post-date time {
		    color: var(--white-text);
		}

		.banner-layout--three .post-excerpt {
			color: var(--white-text);
		}

		.banner-layout--three .main-banner-block-posts article:first-child {
			flex: 0 1 100%;
			height: 251px;
		}

		.banner-layout--three .main-banner-block-posts article {
			flex: 0 1 50%;
			padding: 0 5px;
			margin-bottom: 10px;
			height: initial;
			position: relative;
		}

		.banner-layout--three .main-banner-block-posts article.no-feat-img {
			min-height: 210px;
		}

		.banner-layout--three .main-banner-block-posts article img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}

		.banner-layout--three .banner-trailing-posts .post-element {
			position: absolute;
			bottom: 0;
		    background-image: linear-gradient(to top, #1a1919, transparent);
		    width: calc(100% - 10px);
		    padding: 20px 20px 16px;
		}

		.banner-layout--three .main-banner-block-posts article:first-child .post-title {
			font-size: calc(var(--post-title-size)*1.2);
		}

		.banner-layout--three .banner-trailing-posts .post-title {
			margin: 11px 0 0;
		    font-size: calc(var(--post-title-size)*0.83);
    		line-height: 1.5;
    		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.banner-layout--three .banner-trailing-posts .post-title a {
			color: var(--white-text);
		}

		/* Trailing posts */
		.banner-layout--three .main-banner-trailing-block-posts {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -5px;
		}

		.banner-layout--three .banner-trailing-posts figure {
			height: 100%;
		}

		.banner-layout--three .main-banner-trailing-block-posts article {
			flex: 0 1 25%;
			padding: 0 5px;
			margin-bottom: 10px;
			position: relative;
			height: 211px;
		}

		.banner-layout--three .main-banner-trailing-block-posts article.no-feat-img,
		.banner-layout--three .main-banner-trailing-block-posts article.no-feat-img .post-thumb {
			min-height: 210px;
		}

		.banner-layout--three .main-banner-trailing-block-posts article img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-wrap {
			padding-right: 0;
			padding-left: 5px;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-block-posts {
			padding-left: 0;
			padding-right: 5px;
		}

		@media (max-width: 1200px) {
			.banner-layout--three .main-banner-block-posts article:first-child {
				height: 280px;
			}
		}

		@media (max-width: 500px) {
			.banner-layout--three .slick-list article,
			.banner-layout--three .slick-list article .post-thumb,
			.banner-layout--three .slick-list article .post-thumb img {
				height: 372px;
			}
		}

		/*
		=========================================
		4.4 Banner Layout Four
		=========================================
		*/

			.banner-layout--four .row:first-child {
				display: grid;
				grid-template-columns: 50%50%;
			}

			.banner-layout--four .main-banner-wrap {
				padding-right: 4px;
				margin-bottom: 8px;
			}

			.banner-layout--four .main-banner-wrap .slick-list article,
			.banner-layout--four .main-banner-wrap .slick-list .post-thumb {
				height: 430px;
				overflow: hidden;
			}

			.banner-layout--four .main-banner-wrap .no-feat-img .post-thumb {
				background-color: var(--noimg-bk-color);
			}

			.banner-layout--four img {
				width: 100%;
				object-fit: cover;
				height: 100%;
			}

			.banner-layout--four .post-categories li {
				margin-right: 5px;
			}

			.banner-layout--four .post-meta .post-date time,
			.banner-layout--four .post-meta span.post-date:before {
			    color: var(--white-text);
			}

			.banner-layout--four .main-banner-wrap .post-excerpt {
				color: var(--white-text);
			}

			/* Trailing Post */
			.banner-layout--four .main-banner-block-posts.banner-trailing-posts {
				padding-left: 4px;
				height: 430px;
			}

			.banner-layout--four .banner-trailing-posts {
				display: flex;
				flex-wrap: wrap;
				margin: 0 -4px;
			}

			.banner-layout--four .main-banner-block-posts article {
				flex: 0 1 50%;
				padding: 0 4px;
				position: relative;
				margin-bottom: 8px;
				height: 211px;
			}

			.banner-layout--four .banner-trailing-posts .post-thumb,
			.banner-layout--four .banner-trailing-posts .post-thumb a {
				height: 100%;
			}

			.banner-layout--four .post-item.no-feat-img .post-thumb {
			    padding-bottom: 62%;
			    background: var(--noimg-bk-color);
			}

			.banner-layout--four .banner-trailing-posts .post-element {
				position: absolute;
				bottom: 0;
				padding: 15px 18px 13px;
			    background-image: linear-gradient(to top, #1a1919, transparent);
   				width: calc(100% - 8px);
			}

			.banner-layout--four .banner-trailing-posts .post-title {
				font-size: calc(var(--post-title-size)*0.8);
				color: var(--white-text);
				margin: 11px 0 0;
				line-height: 1.5;
				overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-line-clamp: 2;
			    -webkit-box-orient: vertical;
			}

			/* Bottom Trailing Post */
			.banner-layout--four .main-banner-trailing-block-posts article {
				flex: 0 1 25%;
				padding: 0 4px;
				position: relative;
				margin-bottom: 8px;
				height: 211px;
			}

			.banner-layout--four.tab_slider--banner_slider .main-banner-wrap {
				padding-right: 0;
				padding-left: 4px;
			}

			.banner-layout--four.tab_slider--banner_slider .main-banner-block-posts.banner-trailing-posts {
				padding-left: 0;
				padding-right: 4px;
			}

			@media (max-width: 500px) {
				.banner-layout--four .main-banner-wrap .slick-list article,
				.banner-layout--four .main-banner-wrap .slick-list .post-thumb {
					height: 370px;
				}
			}


			/** Banner Layout five **/
		/* Banner five */
		.banner-layout--five article.no-feat-img .post-thumb {
			background-color: var(--noimg-bk-color);
		}

		.banner-layout--five .main-banner-wrap article .post-thumb {
			height: 520px;
		}

		.banner-layout--five img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.banner-layout--five .row:first-child {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			-webkit-justify-content: center;
		}

		.banner-layout--five .row  .main-banner-wrap {
			flex: 0 1 55%;
			max-width: 55%;
			order: 1;
			padding-right: 20px;
		}

		.banner-layout--five .row  .main-banner-trailing-posts .trailing-posts-wrap .post-item {
			margin-bottom: 
		}

		.banner-layout--five .row  .main-banner-trailing-posts .post-thumb {
			margin-bottom: 20px;
		} 

		.banner-layout--five .row  .main-banner-trailing-posts .post-thumb:nth-child(2) {
			margin-bottom: 0;
		}

		.banner-layout--five .row  .main-banner-trailing-posts .post-thumb{
			position: relative;
			height: 249.5px;
		}

		.banner-layout--five .row  .main-banner-trailing-posts {
			flex: 0 1 45%;
			order: 2;
		}

		.banner-layout--five .main-banner-wrap .post-element .post-excerpt p{
			color: var(--white-text);
		}

		.banner-layout--five .main-banner-wrap .post-meta span, 
		.banner-layout--five .main-banner-wrap  .post-meta time,
		.banner-layout--five .main-banner-wrap  .post-meta .author_name,
		.banner-layout--five .main-banner-wrap  .post-meta span.post-date:before {
			color: #fbfbfb;
		}

		.banner-layout--five .main-banner-trailing-posts .post-title a{
			color: var(--white-text);
		}

		.banner-layout--five .main-banner-trailing-posts .post-meta span, 
		.banner-layout--five .main-banner-trailing-posts .post-meta time,
		.banner-layout--five .main-banner-trailing-posts .post-meta .author_name,
		.banner-layout--five .main-banner-trailing-posts .post-meta span.post-date:before {
			color: #fbfbfb;
		}



		.banner-layout--five .row  .main-banner-trailing-posts .post-element-wrap{
			position: absolute;
		    bottom: 0;
		    background-image: linear-gradient(to top, #1a1919, transparent);
		    width: 100%;
		    padding: 30px 20px 8px;
		}

		#page .newsmatic-section.banner-layout--five {
			padding-top: 20px;
		}

		.newsmatic-section.banner-layout--five  .main-banner-wrap .slick-dots li.slick-active button:before { 
			width: 25px;
		}

		.banner-layout--five .main-banner-wrap .slick-dots li button::before {
			width: 15px;
			height: 10px;
			border-radius: 15px;
		}

		.banner-layout--five .slick-dots li.slick-active {
			margin-right: 10px;
		}

		.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb {
			overflow: hidden;
		}

		.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap{
			transform: translateY(20px);

			-webkit-transition: transform 0.3s ease-in-out;
		    -moz-transition: transform 0.3s ease-in-out;
		    -o-transition: transform 0.3s ease-in-out;
		    transition: transform 0.3s ease-in-out;
		}

		.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap .post-meta{
			opacity: 0;
		}

		.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb:hover .post-element-wrap {
			transform: translateY(0px);

		}

		.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb:hover .post-element-wrap .post-meta{
			opacity: 1;
		}

			/* column two */
		.banner-layout--five .row  .main-banner-trailing-posts.layout--column {
			flex-shrink: 0;
		}
		.banner-layout--five .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap {
			display: flex;
		}

		.banner-layout--five .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item {
			flex: 0 1 50%;
		}

		.banner-layout--five .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item:nth-child(1) {
			padding-right: 10px;
		}

		.banner-layout--five .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item:nth-child(2) {
			padding-left: 10px;
		}

		.banner-layout--five .row .main-banner-trailing-posts.layout--column .post-thumb {
			height: 520px;
			margin-bottom: 0;
		}


		/* Re-Order */
			.tab_slider--banner_slider.banner-layout--five .main-banner-wrap {
				order: 2;
				padding: 0 0 0 20px;
			}

			.tab_slider--banner_slider.banner-layout--five .main-banner-trailing-posts {
				order: 1;
				padding: 0;
			}




		.banner-layout--five .trailing-posts-wrap-secondary {
			display: flex;
			flex-wrap: wrap;
		}


		.banner-layout--five .trailing-posts-wrap-secondary article.post-item {
		    flex: 0 1 33.33%;
		    padding-right: 15px;
		}

		.banner-layout--five .row  .trailing-posts-wrap-secondary figure.post-thumb {
			overflow: hidden;
		}

		.banner-layout--five .row  .trailing-posts-wrap-secondary figure.post-thumb .post-element-wrap{
			transform: translateY(20px);

			-webkit-transition: transform 0.3s ease-in-out;
		    -moz-transition: transform 0.3s ease-in-out;
		    -o-transition: transform 0.3s ease-in-out;
		    transition: transform 0.3s ease-in-out;
		}

		.banner-layout--five .row  .trailing-posts-wrap-secondary figure.post-thumb .post-element-wrap .post-meta{
			opacity: 0;
		}

		.banner-layout--five .row  .trailing-posts-wrap-secondary figure.post-thumb:hover .post-element-wrap {
			transform: translateY(0px);

		}

		.banner-layout--five .row  .trailing-posts-wrap-secondary figure.post-thumb:hover .post-element-wrap .post-meta{
			opacity: 1;
		}

		.banner-layout--five .row .trailing-posts-wrap-secondary figure.post-thumb {
			position: relative;
			height: 240px;
		}

		.banner-layout--five .row .trailing-posts-wrap-secondary .post-element-wrap {
		    position: absolute;
		    bottom: 0;
		    background-image: linear-gradient(to top, #1a1919, transparent);
		    width: 100%;
		    padding: 30px 20px 8px;
		}

		.banner-layout--five .trailing-posts-wrap-secondary .post-title a {
		    color: var(--white-text);
		}

		.banner-layout--five .trailing-posts-wrap-secondary .post-item:nth-child(3n){
			padding-right: 0;
			padding-bottom: 15px;
		}

		.banner-layout--five .row .main-banner-trailing-posts .post-item:first-child .post-thumb {
	    	margin-bottom: 20px;
		}




		@media(max-width: 840px){
			.banner-layout--five .row { 
				flex-direction: column;
			}

			.banner-layout--five .row > div{
				width: 100%;
			} 

			.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap{
				transform: translateY(0px);
			}

			.banner-layout--five .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap .post-meta{
				opacity: 1;
			}

			.banner-layout--five .row .main-banner-wrap {
			    max-width: 100%;
			    flex: 1;
			    padding-right: 0;
			    padding-bottom: 15px;
			}

			.banner-layout--five .row .main-banner-trailing-posts.layout--column .post-thumb {
    			height: 320px;
			}

			.tab_slider--banner_slider.banner-layout--five .main-banner-wrap {
				order: 1;
				padding: 0 0 20px 0;
			}

			.banner-layout--five .trailing-posts-wrap-secondary article.post-item {
				flex: 0 1 50%;
				padding-right: 0;
				padding-bottom: 15px;
			}

			.banner-layout--five .trailing-posts-wrap-secondary article.post-item:nth-child(2n) {
				padding-left: 15px;
			}

		}

		@media(max-width: 700px){
			.banner-layout--five .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap {
				flex-direction: column;

			}

			.newsmatic-section.banner-layout--five .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap .post-item {
				padding: 0;
				padding-bottom: 10px;
			}

		}

		@media(max-width: 584px){
			.banner-layout--five .trailing-posts-wrap-secondary article.post-item {
				flex: 0 1 100%;
				padding-left: : 0;
				padding-bottom: 15px;
			}

			.banner-layout--five .trailing-posts-wrap-secondary article.post-item:nth-child(2n){
				padding-left: 0;
			}

			.banner-layout--five .main-banner-slider {
				height: 520px;
			}
		}
		

/*
=========================================
5.0 Full Width Sectin
=========================================
*/

	#full-width-section {
	    background: var(--full-width-section-bk-color);
	}

	#full-width-section .row > div {
		background-color: var(--full-width-content-bk-color);
	    padding: 20px 20px 20px 20px;
	}

	.secondary-sidebar .widget,
	.sidebar-toggle .widget {
		position: relative;
	}

	.newsmatic_site_block_border_top #full-width-section .row > div:before,
	.newsmatic_site_block_border_top #bottom-full-width-section .row > div:before,
	.newsmatic_site_block_border_top .newsmatic-section .primary-content > div:before,
	.newsmatic_site_block_border_top .secondary-sidebar .widget:before,
	.newsmatic_site_block_border_top .secondary-left-sidebar .widget:before,
	.newsmatic_site_block_border_top #footer-opinions-section .row:before,
	.newsmatic_site_block_border_top .banner-layout--one .main-banner-tabs:before,
	.newsmatic_site_block_border_top .banner-layout--two .main-banner-popular-posts:before,
	.newsmatic_site_block_border_top .banner-layout--two .main-banner-slider .post-element:before,
	.newsmatic_site_block_border_top #theme-content .primary-content:before,
	.newsmatic_site_block_border_top .post-inner:before,
	.newsmatic_site_block_border_top .comments-area:before,
	.newsmatic_site_block_border_top .single-related-posts-section:before,
	.archive.author.newsmatic_site_block_border_top .newsmatic-container.newsmatic-author-section .row:before,
	.newsmatic_site_block_border_top .sidebar-toggle .widget:before {
	    content: '';
	    height: var(--theme-block-top-border-height);
	    background: var(--theme-block-top-border-color);
	    display: block;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    margin-top: calc(var(--theme-block-top-border-height) * -1);
	}

	.single.newsmatic_site_block_border_top #theme-content .primary-content:before,
	.newsmatic_site_block_border_top .related_posts_popup_sidebar .single-related-posts-section:before {
		content: none;
	}


/*
=========================================
6.0 Left Content Right Sidebar
=========================================
*/
	.leftc-rights-section {
		background: var(--leftc-rights-section-bk-color);
	}

	.leftc-rights-section .row {
		display: flex;
	}

	.leftc-rights-section .primary-content {
		flex: 0 1 70%;
	}

	.leftc-rights-section .primary-content > div {
		padding: 20px;
		background-color: var(--leftc-rights-content-bk-color);
	}

	.leftc-rights-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
	}

	.leftc-rights-section .secondary-sidebar .widget {
		background-color: var(--leftc-rights-content-bk-color);
	}

	.newsmatic-section .primary-content > div,
	.full-width-section .row > div,
	.bottom-full-width-section .row > div,
	.secondary-sidebar .widget,
	.secondary-left-sidebar .widget {
		margin-bottom: 20px;
		position: relative;
	}

	.newsmatic_site_block_border_top .newsmatic-section .primary-content > div,
	.newsmatic_site_block_border_top .full-width-section .row > div,
	.newsmatic_site_block_border_top .bottom-full-width-section .row > div,
	.newsmatic_site_block_border_top .secondary-sidebar .widget,
	.newsmatic_site_block_border_top .secondary-left-sidebar .widget,
	.newsmatic_site_block_border_top .sidebar-toggle .widget,
	.newsmatic_site_block_border_top #theme-content #comments,
	.newsmatic_site_block_border_top #theme-content .single-related-posts-section-wrap:not(.related_posts_popup_sidebar) {
		margin-top: calc( var(--theme-block-top-border-height) + 20px );
	}

	body.newsmatic_site_block_border_top .secondary-sidebar .widget_newsmatic_widget_title_widget,
	body.newsmatic_site_block_border_top .secondary-left-sidebar .widget_newsmatic_widget_title_widget,
	body.newsmatic_site_block_border_top .sidebar-toggle .widget_newsmatic_widget_title_widget {
		margin-bottom: calc( ( calc( var(--theme-block-top-border-height) + 20px ) ) * -1 );
	}

	.newsmatic_site_block_border_top .newsmatic-section .primary-content > div:first-child,
	.newsmatic_site_block_border_top .full-width-section .row > div:first-child,
	.newsmatic_site_block_border_top .bottom-full-width-section .row > div:first-child,
	.newsmatic_site_block_border_top .secondary-sidebar .widget:first-child,
	.newsmatic_site_block_border_top .secondary-left-sidebar .widget:first-child,
	.newsmatic_site_block_border_top .sidebar-toggle .widget:first-child,
	.newsmatic_site_block_border_top #theme-content .primary-content,
	.newsmatic_site_block_border_top .banner-layout--two .main-banner-popular-posts,
	.newsmatic_site_block_border_top .banner-layout--one .main-banner-tabs,
	.archive.author.newsmatic_site_block_border_top .newsmatic-container.newsmatic-author-section .row {
		margin-top: var(--theme-block-top-border-height);
	}

	.newsmatic-section .primary-content > div:last-child,
	.full-width-section .row > div:last-child,
	.bottom-full-width-section .row > div:last-child,
	.secondary-sidebar section:last-child {
		margin-bottom: 0;
	}

/*
=========================================
7.0 Right Content Left Sidebar
=========================================
*/
	.lefts-rightc-section {
    	background: var(--lefts-rightc-section-bk-color);
	}

	.lefts-rightc-section .row {
		display: flex;
	}

	.lefts-rightc-section .primary-content {
		flex: 0 1 70%;
	}

	.lefts-rightc-section .primary-content > div {
		padding: 20px;
		background-color: var(--lefts-rightc-content-bk-color);
	}

	.lefts-rightc-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-right: 20px;
	}

	.lefts-rightc-section .secondary-sidebar .widget{
		background-color: var(--lefts-rightc-content-bk-color);
	}

/*
=========================================
8.0 Bottom Full Width Section
=========================================
*/
	#bottom-full-width-section {
		background-color: var(--full-width-bottom-section-bk-color);
	}

	#bottom-full-width-section .row > div {
		background-color: var(--full-width-bottom-content-bk-color);
		padding: 20px;
	}


/*
=========================================
9.0 Grid Layout
	9.1 Grid Layout One
	9.2 Grid Layout Two
	9.3 Grid Layout Three
	9.4 Grid Layout Four
=========================================
*/

	.news-grid .news-grid-post-wrap {
		display: flex;
	    flex-wrap: wrap;
	    margin-right: -10px;
	    margin-left: -10px;
	}

	.news-grid .news-grid-post-wrap article.grid-item {
	    flex: 0 1 33.333%;
	    padding: 0 10px;
	    padding-bottom: 20px;
	    display: flex;
	    flex-direction: column;
	}

	.post-excerpt {
		margin-top: 10px;
		font-size: var(--content-size);
		color: var(--main-content-text-color);
		font-family: var(--content-family);
		font-weight: var(--content-weight);
		text-decoration: var(--content-textdecoration);
		text-transform: var(--content-texttransform);
		letter-spacing: var(--content-letterspacing);
		line-height: var(--content-lineheight);
	}

	.post-meta span.author_name:before, .post-meta a.author_name:before {
	    content: '\f2bd';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 5px;
	    font-size: 12px;
	    display: inline-block;
	    color: var(--meta-text-color);
	}

	.post-meta span.post-date:before {
		color: var(--meta-text-color);
	    position: relative;
	    margin: 0 1px;
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 0px;
	    padding-right: 5px;
	    margin-left: 2px;
	    font-size: 12px;
	    font-weight: normal;
	}

	.post-meta span.post-comment:before {
	    color: var(--meta-text-color);
	    position: relative;
	    margin: 0 5px;
	    content: "\f4ad";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 7px;
	    padding-right: 0px;
	    margin-left: 3px;
	    font-size: 12px;
	    font-weight: 500;
	}

	.grid-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 62%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	#full-width-section .grid-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 62%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	/* NO Featured Image */
	.news-grid.section-no-thumbnail figure.post-thumb-wrap {
		display: none;
	}


	/*
	=========================================
	9.1 Grid Layout One
	=========================================
	*/

		.news-grid.layout--one figure.post-thumb-wrap {
		    margin: 0px;
		    position: relative;
		}

		.news-grid.layout--one figure.post-thumb-wrap img{
			display: block;
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		    margin: 0;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories {
			position: absolute;
	    	bottom: 10px;
	    	left: 10px;
	    	display: flex;
	    	flex-wrap: wrap;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories li{
		    margin-right: 5px;
		}

		.news-grid.layout--one .post-title {
			margin: 11px 0 6px;
    		font-size: calc(var(--post-title-size)*0.83);;
		}

		.news-grid.layout--one .post-excerpt p{
			margin: 13px 0;
		}

		.leftc-rights-section .news-grid.layout--one .column--four .post-title,
		.leftc-rights-section .news-grid.layout--two .column--four .post-title,
		.leftc-rights-section .news-grid.layout--three .column--four .post-title,
		.leftc-rights-section .news-grid.layout--four .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--one .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--two .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--three .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--four .column--four .post-title {
			font-size: calc( var(--post-title-size)*0.76);
			line-height: 1.5;
		}

	/*
	=========================================
	9.2 Grid Layout Two
	=========================================
	*/
		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap{
			height: 250px;
		}

		.leftc-rights-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap
		{
			height: 250px;
		}

		.news-grid.layout--two figure.post-thumb-wrap {
		    margin: 0px;
		    position: relative;
		}

		.news-grid.layout--two figure.post-thumb-wrap img{
			display: block;
			width: 100%;
			height: 100%;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories {
			position: absolute;
	    	bottom: 10px;
	    	left: 10px;
	    	display: flex;
	    	flex-wrap: wrap;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories li{
		    margin-right: 5px;
		}

		.news-grid.layout--two .post-title {
			margin: 15px 0 6px;
			font-size: calc(var(--post-title-size)*0.83);
		}

		.news-grid.layout--two .post-excerpt p{
			margin: 13px 0;
		}

		.news-grid.layout--two .post-element {
			display: flex;
		}

		.news-grid.layout--two .post-count {
			flex: 0 1 15%;
			font-size: calc(var(--post-title-size)*1.6);
			align-items: center;
		    justify-content: center;
		    text-align: center;
		    font-weight: 700;
		    color: var(--meta-text-color);
		    padding: 8px 5px 5px;
		}

		.news-grid.layout--two .post-element-inner {
			flex: 0 1 85%;
		}

	/*
	=========================================
	9.3 Grid Layout Three
	=========================================
	*/
		.news-grid.layout--three .post-thumb-wrap {
			position: relative;
			overflow: hidden;
		}

		.news-grid.layout--three .post-thumb-wrap img {
			display: block;
			width: 100%;
		}

		.news-grid.layout--three .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.news-grid.layout--three .post-categories li {
			margin-right: 5px;
		}

		.news-grid.layout--three .post-element {
			text-align: center;
			padding: 0 5px;
		}

		.news-grid.layout--three .post-title {
			margin-bottom: 6px;
    		font-size: calc(var(--post-title-size)*0.83);
		}

	/*
	=========================================
	9.4 Grid Layout Four
	=========================================
	*/
		.news-grid.layout--four .post-thumb-wrap img {
			display: block;
			width: 100%;
		}

		.news-grid.layout--four .post-element {
			width: 90%;
			margin: 0 auto;
			margin-top: -3rem;
			z-index: 9;
			background-color: var(--text-background-color);
    		padding: 15px 20px;
		}

		.news-grid.layout--four .post-categories li {
			margin: 0 7px 0 0;
		}

		.news-grid.layout--four .post-categories li a {
			padding: 0;
		}

		.news-grid.layout--four .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 8px 0 6px;
		}

	/* Two Column */
	.news-grid .news-grid-post-wrap.column--two article {
		flex: 0 1 50%;
	}

	/* Four Column */
	.news-grid .news-grid-post-wrap.column--four article {
		flex: 0 1 25%;
	}

	/* No Featured Image */
	.news-grid.section-no-thumbnail.layout--four .post-element {
		margin-top: 0;
		width: 100%;
		padding: 0;
		background-color: inherit;
	}


/*
=========================================
10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two
	10.3 List Layout Three
	10.4 List Layout Four
=========================================
*/
	.list-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 22%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 100px;
	}

	#lefts-rightc-section .list-item.no-feat-img .post-thumb-wrap,
	#leftc-rights-section .list-item.no-feat-img .post-thumb-wrap  {
		background-color: var(--noimg-bk-color);
		min-height: 100px;
	}

	.news-list-post-wrap.column--one article:last-child {
		padding-bottom: 0;
	}

	/* No Featured Image */
	.news-list.section-no-thumbnail.layout--four .list-item {
		align-items: flex-start;
	}

	.news-list.section-no-thumbnail figure.post-thumb-wrap {
		display: none;
	}

	.news-list.section-no-thumbnail.layout--four .list-item  .post-title {
		margin: 0;
		padding: 0 0 10px 0;
	}

	/*
	=========================================
	10.1 List Layout One
	=========================================
	*/
		.news-list-post-wrap .list-item {
			display: flex;
			padding:20px 0;
			border-bottom: 1px solid var(--border-bottom-color);
			align-items: flex-start;
		}

		.news-list-post-wrap .list-item:first-child {
			padding-top: 0;
		}

		.news-list-post-wrap .list-item:last-child {
			border-bottom: none;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap{
			flex: 0 1 35%;
			margin: 0;
			margin-right: 25px;
			overflow: hidden;
			position: relative;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap img{
			display: block;
			width: 100%;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories{
			position: absolute;
			bottom: 10px;
			left: 10px;
		    display: flex;
		    flex-wrap: wrap;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories li {
		    margin-right: 5px;
		}

		.news-list-post-wrap .list-item .post-element{
			flex: 0 1 65%;
		}

		.news-list-post-wrap .list-item .post-title {
	    	margin: 5px 0;
	    	font-size: calc(var(--post-title-size)*1.2);
		}

		.leftc-rights-section .news-list-post-wrap.column--one .list-item .post-title,
		.lefts-rightc-section .news-list-post-wrap.column--one .list-item .post-title {
	    	font-size: calc(var(--post-title-size)*0.98);
		}

		#theme-content .news-list-post-wrap .list-item .post-title {
			font-size: var(--post-title-size);
		}

		.post-title a {
		    color: inherit;
		    text-decoration: none;
		    line-height: initial;
		}

		.news-list-post-wrap .list-item .post-excerpt p {
			margin: 12px 0 0;
		}

		#theme-content .news-list-wrap .post-element .post-excerpt p{
			margin: 0px;
		}

	/*
	=========================================
	10.2 List Layout Two
	=========================================
	*/

		.news-list.layout--two .list-item figure.post-thumb-wrap {
			order: 2;
			margin: 0 0 0 25px;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories {
			top: 10px;
			right: 10px;
			bottom: initial;
			left: initial;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories li {
			margin: 0 0 5px 5px;
		}

		.news-list.layout--two .column--two .post-categories,
		.news-list.layout--two .column--three .post-categories {
			flex-direction: column;
    		align-items: flex-end;
		}

	/*
	=========================================
	10.3 List Layout Three
	=========================================
	*/
		.news-list.layout--three .list-item {
			flex-direction: column;
		}

		.news-list.layout--three .blog_inner_wrapper {
			display: flex;
			width: 100%;
		}

		.news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			order: 2;
			margin: 0 0 0 25px;
			align-self: self-start;
		}

		.news-list.layout--three .news-list-post-wrap .post-title {
			margin: 0 0 12px;
		}

		.news-list.layout--three .news-list-post-wrap.column--one .post-excerpt {
			margin-top: 8px;
		}

	/*
	=========================================
	10.4 List Layout Four
	=========================================
	*/

		.news-list.layout--four .list-item {
			align-items: center;
		}

		.news-list.layout--four .list-item .post-title {
			margin-left: -5rem;
			position: relative;
			z-index: 9;
			padding: 15px 0 15px 15px;
		}

		.full-width-section .news-list.layout--four .list-item .post-title {
			background: var(--full-width-content-bk-color);
		}

		.leftc-rights-section .news-list.layout--four .list-item .post-title {
			background: var(--leftc-rights-content-bk-color);
		}

		.lefts-rightc-section .news-list.layout--four .list-item .post-title {
			background: var(--lefts-rightc-content-bk-color);
		}

		.bottom-full-width-section .news-list.layout--four .list-item .post-title {
		    background: var(--full-width-bottom-content-bk-color);
		}

		.news-list.layout--four .column--two .post-title,
		.news-list.layout--four .column--three .post-title {
			padding: 11px 0 10px 15px;
			margin-bottom: 0;
		}

		.news-list.layout--four .column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
    		line-height: 1.4;
		}

		.news-list.layout--four .column--two .list-item .post-thumb-wrap,
		.news-list.layout--four .column--three .list-item .post-thumb-wrap {
			margin-right: 15px;
		}

		.news-list.layout--four .column--three .list-item .post-title {
			margin: 0 0 6px;
			padding: 0;
		}

	/** News List columnts 2 **/
		.news-list-post-wrap.column--two {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.news-list-post-wrap.column--two .list-item {
			flex: 0 1 50%;
			border-bottom: none;
			padding: 0 10px 20px;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap {
	    	position: relative;
	    	padding-bottom: 21%;
		}

		.news-list-post-wrap.column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
		}

		.news-list-post-wrap.column--two .post-excerpt,
		.news-list-post-wrap.column--three .post-excerpt {
			font-size: calc(var(--content-size)*0.95);
			margin-top: 7px;
		}

		.leftc-rights-section .news-list-post-wrap.column--two .list-item .post-title,
		.lefts-rightc-section .news-list-post-wrap.column--two .list-item .post-title {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

	/** News List columnts 3 **/
		.news-list-post-wrap.column--three {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.news-list-post-wrap.column--three .list-item {
			flex: 0 1 33.33%;
			border-bottom: none;
		}

		.news-list-post-wrap.column--three .list-item {
			padding: 0 10px 20px;
		}

		.news-list.layout--one .news-list-post-wrap.column--three .list-item figure.post-thumb-wrap {
			margin-right: 15px;
		}

		.news-list.layout--two .column--three .list-item .post-thumb-wrap {
			margin-left: 15px;
		}

		.news-list-post-wrap.column--three .list-item.no-feat-img .post-thumb-wrap {
	    	position: relative;
	    	padding-bottom: 21%;
		}

		.news-list-post-wrap.column--three .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    line-height: 1.5;
		}

		/* NO Featured Image */
		.news-list.section-no-thumbnail .post-element {
			flex: 100%;
		}

/*
=========================================
11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two
=========================================
*/

	.news-carousel-post-wrap {
		display: grid
	}

	.news-carousel {
		margin-bottom: 50px;
	}

	.news-carousel {
		position: relative;
	}

	.news-carousel .slick-slider {
		position: initial;
	}

	.news-carousel .slick-arrow {
		position: absolute;
		cursor: pointer;
		background-color: var(--white-text);
		border: none;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		font-size: 0.86rem;
		z-index: 9;
		top: 50%;
		transform: translateY(-50%);
		padding: 5px;
		box-shadow: 0 4px 17px 0 rgb(0 0 0 / 16%);
		transition: .25s ease-in;
	}

	.news-carousel .slick-dots {
	    position: absolute;
	    display: block;
	    width: 80%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    top: 25px;
	    text-align: right;
	    right: 15px;
    }

    .news-carousel .slick-dots li{
        position: relative;
	    display: inline-block;
	    padding: 0;
	    margin: 0 8px;
	    cursor: pointer;
	}

	.news-carousel .slick-dots li button {
		font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 10px;
	    height: 10px;
	    cursor: pointer;
	    outline: none;
	    background: transparent;
	    border: 1px solid var(--theme-color-red);
	    border-radius: 50%;
	}

	.news-carousel .slick-dots li.slick-active {
		background-color: var(--theme-color-red);
		border-radius: 50%;
	}

	.news-carousel .slick-list {
		margin: 0 -10px;
	}

	.news-carousel article {
		padding: 0 10px;
	}

	.news-carousel .post-title a {
		color: inherit;
	    text-decoration: none;
	    line-height: initial;

	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: inline;
	}

	.news-carousel .post-excerpt {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    color: var(--white-text);
	}

	.news-carousel .post-categories li {
    	background-color: var(--theme-color-red);
    	margin-right: 5px;
	}

	.news-carousel .post-thumb-wrap {
		position: relative;
	}

	.news-carousel .no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 62.5%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	.news-carousel .post-thumb-wrap img {
		width: 100%;
		object-fit: cover;
	}


	/*
	=========================================
	11.1 Carousel Layout One
	=========================================
	*/
		.news-carousel.layout--one .slick-prev {
			left: 2px;
		}

		.news-carousel.layout--one .slick-next {
			right: 2px;
		}

		.news-carousel.layout--one .slick-arrow:hover {
		    box-shadow: 0 4px 17px 0 rgb(0 0 0 / 26%);
		    margin-top: -2px;
		}

		.news-carousel.layout--one .post-categories {
			position: absolute;
			bottom: 10px;
			left: 10px;
		}

		.full-width-section .news-carousel.layout--one .post-title,
		.bottom-full-width-section .news-carousel.layout--one .post-title {
			font-size: calc(var(--post-title-size)*0.86);
		}

		.news-carousel.layout--one .post-title {
			font-size: calc(var(--post-title-size)*0.83);
    		margin: 12px 0 8px 0;
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.news-carousel.layout--two .post-title {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.news-carousel.layout--one .post-thumb-wrap img {
			width: 100%;
		}
	

	/*
	=========================================
	11.2 Carousel Layout Two
	=========================================
	*/
		.news-carousel.layout--two .slick-arrow {
			border-radius: initial;
		    top: 62%;
		    width: 30px;
		    height: 34px;
		    background: transparent;
		    border: 1px solid var(--white-text);
		    color: var(--white-text);
		    font-size: 0.8rem;
		    box-shadow: none;
		    visibility: hidden;
		    opacity: 0;
        	transition: .25s ease-in;
		}

		.news-carousel.layout--two .slick-arrow:hover {
			background-color: var(--white-text);
			color: var(--dark-bk-color);
		}

		.news-carousel.layout--two .slick-prev {
			left: 22px;
		}

		.news-carousel.layout--two .slick-next {
			right: 22px;
		}

		.news-carousel.layout--two .slick-slider:hover .slick-arrow {
			visibility: visible;
			opacity: 1;
		}

		.news-carousel.layout--two .post-thumb-wrap img {
			mix-blend-mode: darken;
			width: 100%;
		}

		.news-carousel.layout--two .post-element {
			position: absolute;
			top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
		    text-align: center;
		    width: 100%;
		    padding: 0 10px;
		}

		.news-carousel.layout--two .post-categories li {
			margin: 0 5px 10px 0;
		}

		.news-carousel.layout--two .post-title {
			font-size: calc(var(--post-title-size)*0.86);
			margin: 0 0 10px 0;
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-title a {
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-meta span,
		.news-carousel.layout--two .post-meta time
		 {
			color: var(--white-text);
			font-size: 0.85rem;
		}

		.news-carousel.layout--two .post-meta span.post-comment:before,
		.news-carousel.layout--two .post-meta span.post-date:before {
			color: var(--white-text);
		}

	/*
	=========================================
	11.3 Carousel Layout Three
	=========================================
	*/
		.news-carousel.layout--three .slick-arrow,
		.news-carousel.layout--four .slick-arrow {
			background-color: transparent;
			border: 1px solid var(--white-text);
			border-radius: 3px;
			box-shadow: none;
			width: 35px;
			height: 35px;
    		font-size: 0.85rem;
    		opacity: .8;
    		visibility: hidden;
		    -webkit-transition: .25s ease;
    		transition: .25s ease;
		}

		.news-carousel.layout--three .news-carousel-post-wrap:hover .slick-arrow,
		.news-carousel.layout--four .news-carousel-post-wrap:hover .slick-arrow {
			visibility: visible;
		    -webkit-transition: .25s ease;
    		transition: .25s ease;
		}

		.news-carousel.layout--three .slick-prev.slick-arrow,
		.news-carousel.layout--four .slick-prev.slick-arrow {
			left: 30px;
		}

		.news-carousel.layout--three .slick-next.slick-arrow,
		.news-carousel.layout--four .slick-next.slick-arrow {
			right: 30px;
		}

		.news-carousel.layout--three .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.news-carousel.layout--three .post-element {
			text-align: center;
		}

		.news-carousel.layout--three .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 12px 0 8px 0;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}


	/*
	=========================================
	11.4 Carousel Layout Four
	=========================================
	*/
		.news-carousel.layout--four .post-categories li {
			margin: 0 10px 6px 0;
		}

		.news-carousel.layout--four .post-categories li a {
			padding: 0;
		}

		.news-carousel.layout--four .post-element {
			width: 90%;
			position: relative;
			margin: 0 auto;
			margin-top: -3rem;
			z-index: 9;
			padding: 8px 18px 13px;
			background-color: var(--text-background-color);
		}

		.news-carousel.layout--four .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 0;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.news-carousel.layout--four .post-meta {
			margin-top: 6px;
		}


/*
=========================================
12.0 Filter Layout
	 12.1 Filter Layout One
	 12.2 Filter Layout Two
	 12.3 Filter Layout Three
	 12.4 Filter Layout Four
=========================================
*/
	.news-filter .post_title_filter_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 2px solid var(--border-bottom-color);
		margin-bottom: 25px;
	}

	.news-filter h2.newsmatic-block-title {
		flex: 0 1 50%;
    	margin: 0;
    	border-bottom: none;
	}

	.news-filter .filter-tab-wrapper {
		flex: 0 1 50%;
		text-align: right;
		padding-bottom: 0px;
	}

	.news-filter .tab-title {
		padding-left: 15px;
		display: inline-block;
    	cursor: pointer;
    	font-size: 14px;
    	text-transform: uppercase;
    	font-weight: var(--post-title-weight);
	}

	.news-filter .tab-title.isActive {
		color: var(--theme-color-red);
	}

	.news-filter .row-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.news-filter .post-thumb-wrap {
		position: relative;
		align-self: flex-start;
	}

	.news-filter img {
		display: block;
	}

	.news-filter .post-categories {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	.news-filter .post-categories li {
		background-color: var(--theme-color-red);
	    margin-right: 5px;
	}

	.news-filter .featured-post .post-title {
		font-size: var(--post-title-size);
		margin: 15px 0 7px;
	}

	.news-filter .trailing-post .post-title {
		margin: 2px 0 6px 0;
	    font-size: calc(var(--post-title-size)*0.85);
	    line-height: 1.5;
	}

	.full-width-section .news-filter .featured-post .post-title,
	.bottom-full-width-section .news-filter .featured-post .post-title {
		font-size: calc(var(--post-title-size)*1.2);
	}

	.leftc-rights-section .news-filter .trailing-post .post-title,
	.lefts-rightc-section .news-filter .trailing-post .post-title {
		font-size: calc(var(--post-title-size)*0.75);
	}

	.news-filter .post-title a {
		color: inherit;
		text-decoration: none;
		line-height: initial;
	}

	.news-filter .post-excerpt p {
		margin: 10px 0 0;
	}

	.news-filter .trailing-post .post-excerpt {
		display: none;
	}

	.news-filter .trailing-post .post-excerpt p {
		margin-top: 6px;
	}

	.featured-post .filter-item.no-feat-img .post-thumb-wrap {
		height: 305px;
		background-color: var(--noimg-bk-color);
	}

	.trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 23%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 100px;
	}

	.news-filter.layout--two .trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		padding-bottom: 67%;
	}

	.retrieving-posts .filter-tab-content-wrapper .tab-content{
		opacity: 0.2;
	}
	.retrieving-posts .filter-tab-content-wrapper:after {
		content: url(/wp-content/themes/newsmatic-pro-premium/assets/css/../images/loader/loader_one.gif);
		position: absolute;
	    left: 50%;
	    top: 50%;
        transform: translate(-50%, -50%);
	}

	.news-filter .trailing-post .post-thumb-wrap {
		overflow: hidden;
	}

	/*
	=========================================
	12.1 Filter Layout One
	=========================================
	*/
		.news-filter.layout--one,
		.news-filter.layout--two {
			position: relative;
		}

		.news-filter.layout--one .featured-post {
			flex: 0 1 50%;
			padding-right: 10px;
		}

		.news-filter .featured-post article {
			padding-bottom: 20px;
		}

		.news-filter.layout--one .trailing-post {
			flex: 0 1 50%;
			padding-left: 10px;
		}

		/* Traling Post */
		.news-filter.layout--one .trailing-post article {
			display: flex;
			flex-wrap: wrap;
			padding-bottom: 10px;
			margin-bottom: 10px;
	    	border-bottom: 1px solid var(--border-bottom-color);
		}

		.news-filter.layout--one .trailing-post article:last-child {
			border-bottom: none;
		}

		.news-filter.layout--one .trailing-post .post-thumb-wrap {
			flex: 0 1 35%;
		}

		.news-filter.layout--one .trailing-post .post-element {
			flex: 0 1 65%;
			padding-left: 18px;
		}

		/* Bottom Traling Post */
		.news-filter.layout--one .trailing-post.bottom-trailing-post {
			flex: 100%;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 49.2%;
		}

		.lefts-rightc-section .news-filter.layout--one .trailing-post.bottom-trailing-post article,
		.leftc-rights-section .news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 48.8%;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post article:nth-last-child(2) {
			border-bottom: none;
		}
		

	/*
	=========================================
	12.2 Filter Layout Two
	=========================================
	*/
		.news-filter.layout--two .row-wrap {
			margin: 0 -10px;
		}

		.news-filter.layout--two .featured-post {
			flex: 0 1 50%;
			padding: 0 10px;
		}

		.news-filter.layout--two .trailing-post {
			flex: 0 1 50%;
		}

		/* Trailing Post */
		.news-filter.layout--two .trailing-post  {
			display: flex;
			flex-wrap: wrap;
		}

		.news-filter.layout--two .trailing-post article {
			flex: 0 1 50%;
			padding: 0 10px;
			margin: 0 0 20px 0;
		}

		.news-filter.layout--two .trailing-post .post-element {
			margin-top: 12px;
		}


		/* Bottom Trailing Post */
		.news-filter .trailing-post.bottom-trailing-post {
			flex: 100%;
		}

		.news-filter .trailing-post.bottom-trailing-post article {
			flex: 0 1 33.33%;
		}

	/*
	=========================================
	12.3 Filter Layout Three
	=========================================
	*/
		.news-filter.layout--three .row-wrap {
			display: initial;
		}

		.news-filter.layout--three .featured-post article {
			display: flex;
			flex-wrap: wrap;
		}

		.news-filter.layout--three .featured-post .post-thumb-wrap {
			flex: 0 1 40%;
		}

		.news-filter.layout--three .featured-post .post-element {
			flex: 0 1 60%;
			padding-left: 20px;
		}

		.news-filter.layout--three .featured-post .post-title {
			margin: 3px 0 7px;
		}

		/* Trailing Post */
		.news-filter.layout--three .trailing-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.news-filter.layout--three .trailing-post  article {
			flex: 0 1 50%;

			display: flex;
			flex-wrap: wrap;
			margin-bottom: 20px;
			padding: 0 10px;
		}

		.news-filter.layout--three .trailing-post .post-thumb-wrap {
			flex: 0 1 35%;
		}

		.news-filter.layout--three .trailing-post .post-element {
			flex: 0 1 65%;
			padding-left: 18px;
		}

	/*
	=========================================
	12.4 Filter Layout Four
	=========================================
	*/
		.news-filter.layout--four .featured-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.news-filter.layout--four .featured-post article {
			flex: 0 1 50%;
			padding: 0 10px;
			margin-bottom: 20px;
		}

		.primary-content .news-filter.layout--four .featured-post .post-title {
			font-size: calc(var(--post-title-size)*0.9);
		}

		/* Trailing Post */
		.news-filter.layout--four .trailing-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.news-filter.layout--four .trailing-post article {
			flex: 0 1 50%;

			display: flex;
			flex-wrap: wrap;
			margin-bottom: 20px;
			padding: 0 10px;
		}

		.news-filter.layout--four .trailing-post .post-thumb-wrap {
			flex: 0 1 35%;
		}

		.news-filter.layout--four .trailing-post .post-element {
			flex: 0 1 65%;
			padding-left: 18px;
		}

		.news-filter.layout--four .row-wrap {
			flex-direction: column;
		}

		.news-filter.layout--four .row-wrap > div {
			width: 100%;
		}


/* Advertisement */
	body .newsmatic-advertisement-block {
		padding: 0 !important;
		background-color: transparent !important;
		box-shadow: none !important;
		margin-top: 0 !important;
	}

	body .widget.widget_newsmatic_banner_ads_widget {
		background-color: transparent !important;
	}

	body .newsmatic-advertisement-block:before,
	body .widget.widget_newsmatic_banner_ads_widget:before {
		display: none !important;
	}

	.newsmatic-advertisement-block img {
		display: block;
		margin: 0 auto;
	}

	body .widget.widget_newsmatic_banner_ads_widget {
		box-shadow: none;
		margin-top: 0 !important;
	}


/*
=========================================
13.0 Footer Section
=========================================
*/

	/*
	=========================================
	13.1 Bottom Footer Four Column
	=========================================
	*/
		.dark_bk .widget,
		body.error404.newsmatic_main_body .dark_bk .widget {
			background-color: transparent;
			padding: 0;
			margin: 10px 0;
		}

		.dark_bk .widget-title {
			color: var(--white-text);
		}

		.dark_bk .widget.widget_newsmatic_widget_title_widget {
			background-color: transparent;
			padding: 0 0 10px;
			margin: 10px 0;
		}

		.dark_bk  .widget-tabs-content .tab-item .post-title {
			color: var(--white-text);
		}

		.dark_bk h2.newsmatic-widget-title span,
		.dark_bk .widget_newsmatic_posts_list_widget .card__content-title a,
		.dark_bk .widget ul li a,
		.dark_bk .widget ol li a,
		.dark_bk .popular-posts-wrap .post-title a,
		.dark_bk .popular-posts-wrap .slick-arrow {
			color: var(--white-text);
		}

		.dark_bk .widget_newsmatic_popular_posts_widget .newsmatic_horizontal_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .widget_newsmatic_popular_posts_widget .newsmatic_vertical_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .newsmatic-widget-carousel-posts .slick-arrow {
			color: #bbb;
			border-color: #bbb;
			border-radius: 3px;
		}

		.dark_bk .widget.widget_block ul,
		.dark_bk .widget ul, 
		.dark_bk .widget.widget_block ol,
		.dark_bk .widget .posts-list-wrap,
		.dark_bk .wp-block-tag-cloud, 
		.dark_bk .widget.widget_block p,
		.dark_bk .widget_newsmatic_popular_posts_widget {
			background-color: transparent;
			padding: 0;
			color: var(--white-text);
		}

		.dark_bk .post-card.author-wrap,
		.dark_bk .widget .categories-wrap  {
			background-color: transparent;
			color: var(--white-text);
		}

		.dark_bk .wp-block-tag-cloud a {
			background-color: var(--theme-color-red);
			color: var(--white-text);
		}

		.dark_bk .widget_newsmatic_posts_list_widget .post-content,
		.dark_bk .widget.widget_block p,
		.dark_bk .widget p,
		.dark_bk .widget h2,
		.dark_bk .widget a{
			color: var(--footer-text-color);
		}


		.dark_bk .widget h2:hover,
		.dark_bk .widget a:hover{
			color: var(--footer-text-color-hover);
		}

		.dark_bk .widget_newsmatic_posts_list_widget .post-item {
			border-bottom-color: #8a8a8c2e;
		}

		/* Footer Popular Post */
		.widget .popular-posts-wrap .slick-track article {
			width: 100% !important;
			overflow: hidden;
		}

		footer .widget .popular-posts-wrap .slick-track article figure.post-thumb {
			max-width: 155px;
		}

		footer .main-footer {
			background-color: #000000ed;
			padding: 35px 0;
			display: flex;
			flex-wrap: wrap;
			margin-top: -1px;
		}

		footer .main-footer .row {
			display: flex;
			flex-wrap: wrap;
		}

		.footer-widget.column-one {
			flex: 100%;
			padding: 0 15px;
			overflow-y: hidden;
		}

		.main-footer .footer-widget.column-two {
			flex: 0 1 50%;
			padding: 0 15px;
			overflow-y: hidden;
		}

		.main-footer .footer-widget.column-three {
			flex: 0 1 33.33%;
			padding: 0 15px;
			overflow-y: hidden;
		}

		.main-footer .footer-widget.column-four {
			flex: 0 1 25%;
			padding: 0 15px;
			overflow-y: hidden;
		}

		/* Responsive */
		@media (max-width: 900px) {
			.main-footer .footer-widget.column-four {
				flex: 0 1 50%;
			}
		}

		@media (max-width: 768px) {
			footer .row {
				flex-direction: column;
			}

			footer .row > div{
				width: 100%;
			}

		}

	/*
	=========================================
	13.2 Bottom Footer Social Icons
	=========================================
	*/

		.widget a.social-icon {
    		margin-bottom: 7px;
    		display: inline-block;
		}

		footer .social-icons-wrap {
			margin-bottom: 14px;
		}

		footer .social-icons-wrap a {
			color: var(--footer-bottom-link-color);
		    margin: 0 5px 10px;
		    display: inline-block;
		}

		footer .social-icons-wrap a i {
		    font-size: 0.95rem;
		    width: 42px;
		    height: 42px;
		    background: #3a3a3a;
		    border-radius: 50%;
		    text-align: center;
		    line-height: 2.8;
		}

		footer .social-icons-wrap a:hover {
			color: var(--footer-bottom-link-color-hover);
		}

		footer .widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image:before{
			display: none;
		}

	/*
	=========================================
	13.3 Bottom Footer Menu
	=========================================
	*/
		.bottom-menu {
			flex: 0 1 50%;
			text-align: right;
			margin: 6px 0;
		}

		.bottom-menu ul {
			margin: 0;
			padding: 0;
		}

		.bottom-menu ul li {
			display: inline-block;
			padding: 0 8px;
		    font-family: var(--menu-family);
		    text-transform: capitalize;
		    font-weight: 600;
		    font-size: 0.9rem;
		    vertical-align: top;
		}

		.bottom-menu ul li a {
			text-decoration: none;
			color: var(--footer-bottom-link-color);
		}

		.bottom-menu a{
			color: var(--footer-bottom-link-color);
			text-decoration: none;
		}

		.bottom-menu a:hover,
		.bottom-menu ul li a:hover,
		.site-footer .site-info a:hover  {
			color: var(--footer-bottom-link-color-hover);
		}

	.site-footer.dark_bk {
		border-top: 5px solid  #1B8415;
	}
	.site-footer .bottom-footer {
		padding: 20px 0;
		background-color: var(--dark-bk-color);
		text-align: center;
		margin-top: -1px;
	}

	.site-footer .bottom-footer .bottom-inner-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.site-footer .site-info {
		color: var(--footer-bottom-text-color);
		font-size: 0.95rem;
		flex: 0 1 50%;
		text-align: left;
		margin: 6px 0;
		font-family: var(--content-family);
	}

	.site-footer .site-info a {
		color: var(--footer-bottom-link-color);
		text-decoration: none;
		font-size: 0.9rem;
	}


/*
=========================================
14.0 Widgets
	
	Widget normalize
	14.1 Widget Comments
	14.2 Posts List Layout One
	14.3 Posts List Layout Two 
	14.4 Sidebar Author
	14.5 Sidebar Author Layout Two 
	14.6 Sidebar Category Collection Layout One
	14.7 Sidebar Category Collection Layout Two 
	14.8 Widget Title
	14.9 Align Center
	14.10 Widget Popular Post
	14.11 widget slider horizontal
	14.12 Widget carasoul
	14.13 Widget Tabbed Posts
	14.14 Opinion Widget
	14.15 Grid Two Column
	14.16 Post Grid
	14.17 Filter Tabbed Widget

=========================================
*/

	/* Widget normalize */ 
		.widget.widget_block ul,
		.widget ul,
		.widget.widget_block ol,
		.widget .posts-list-wrap {
			margin: 0;
			padding: 0px;
		}

		.widget .wp-block-page-list,
		.widget .wp-block-latest-posts.wp-block-latest-posts__list,
		.widget .menu
		 {
			padding-left: 5px;
		}

		.widget ul li,
		.widget ol li {
			border-bottom: 1px solid #8a8a8c2e;
			padding: 9px 0 9px 14px;
			font-size: calc(var(--post-title-size)*0.68);
			font-family: var(--post-title-family);
			list-style: none;
			position: relative;
		}

		.widget ul li:before,
		.widget ol li:before {
		    content: '\f0da';
			font-family: 'Font Awesome 5 Free';
			color: var(--theme-color-red);
			font-weight: 900;
			position: absolute;
			left: 0;
			opacity: .8;
		}

		.widget ul li:last-child,
		.widget ol li:last-child,
		.widget_newsmatic_posts_list_widget .post-item:last-child {
			border-bottom: none;
			padding-bottom: 0;
		}

		.widget ul li a,
		.widget ol li a,
		.widget .no-comments.wp-block-latest-comments {
		    color: var(--post-title-color);
		    text-decoration: none;
		    line-height: initial;
		    font-weight: 400;
		}

		.wp-calendar-table caption {
			padding: 10px 15px;
			font-weight: 600;
		}

		.wp-calendar-nav-prev a{
		    text-decoration: none;
		    color: var(--theme-color-red);
		}

		.widget.widget_recent_entries .post-date {
			display: block;
			color: var(--meta-text-color);
		}

		.widget.widget_block p {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: initial;
		}

		.widget.widget_block .wp-block-tag-cloud {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: center;
		}

		.widget.widget_block p.wp-block-tag-cloud {
			text-align: center;
		}

		.newsmatic-tags-cloud-widget-custom-style .wp-block-tag-cloud a {
		    text-decoration: none;
		    font-size: 0.75rem !important;
		    background-color: var(--dark-bk-color);
		    color: var(--white-text);
		    padding: 6px 12px;
		    margin: 5px 5px 5px 0;
		    font-family: var(--post-title-family);
		    font-weight: 500;
		}

		.widget.widget_nav_menu .menu-item-has-children,
		.widget.widget_nav_menu .page_item_has_children  {
			padding-bottom: 0;
		}

		.widget.widget_nav_menu .menu-item-has-children .sub-menu,
		.widget.widget_nav_menu .page_item_has_children .children  {
			padding: 0;
			border-top: 1px solid #8a8a8c2e;
	    	margin-top: 10px;
		}

		.widget.widget_nav_menu .sub-menu li.menu-item-has-children,
		.widget.widget_nav_menu .children li.page_item_has_children {
			border-bottom: none;
		}

		.widget_search {
			background-color: var(--inner-container-bk);
			padding: 10px 15px 15px;
		}

		.secondary-sidebar .widget_search label{
			font-weight: 600;
		    font-size: 18px;
		    padding-bottom: 7px;
		    display: inline-block;
		    vertical-align: middle;

		}
		
		.wp-block-search__button, .widget.widget_search .search-submit {
			background-color: var(--theme-color-red);
		    color: var(--white-text);
		    border: none;
		    text-transform: uppercase;
		    font-size: 15px;
		    line-height: 17px;
		    padding: 5px 12px;
		    padding-bottom: 4px;
		    vertical-align: middle;
		}

		.widget.widget_search .search-submit {
			padding: 10px 12px;
			vertical-align: top;
		}

		.wp-block-search__button:hover {
			cursor: pointer;
			opacity: 0.9;
		}

		.wp-block-image {
			margin-bottom: 0;
		}

		.wp-block-image img {
			width: 100%;
		}

	/* 14.1 Widget Comments */
		.wp-block-latest-comments li {
			margin-bottom: 0;
		}

		.wp-block-latest-comments__comment img {
			margin-top: 4px;
		}

		.widget .wp-block-latest-comments__comment-author {
			color: var(--theme-color-red);
			font-style: italic;
			font-size: 1rem;
		}

		.wp-block-latest-comments__comment-link {
			font-weight: 500;
		}

		.wp-block-latest-comments__comment-meta time {
			margin-top: 10px;
		    font-size: 0.8rem;
		    color: var(--meta-text-color);
		}

		.widget .wp-block-latest-comments__comment-excerpt p {
			padding: 0;
			margin-bottom: 0;
			font-size: 0.9rem;
		    color: var(--main-content-text-color);
		    font-family: var(--content-family);
		    font-weight: var(--content-weight);
	        margin-top: 3px;
    		line-height: 1.6;
		}

	/* 14.2 Posts List Layout One*/
	
		.widget_newsmatic_posts_list_widget .post-item {
			display: flex;
			flex-wrap: wrap;
			padding: 12px 0;
		    border-bottom: 1px solid var(--border-bottom-color);
		}

		.widget_newsmatic_posts_list_widget .post-item:first-child {
			padding-top: 0px;
		}

		.widget_newsmatic_posts_list_widget .post-item figure.post-thumb {
			max-height: 80px;
			overflow: hidden;
		}

		.widget_newsmatic_posts_list_widget .feature-post-block.layout-three .post-item:first-child figure.post-thumb {
			max-height: 180px;
			overflow: hidden;
			height: 180px;
		}

		.sidebar-toggle .widget_newsmatic_posts_list_widget .post-item:first-child figure.post-thumb,
		.sidebar-toggle .widget_newsmatic_posts_list_widget .post-item figure.post-thumb {
			max-height: initial;
		}

		.widget_newsmatic_posts_list_widget .post-item .post_thumb_image {
			flex: 0 1 30%;
			overflow: hidden;
			width: 100%;
		}

		.widget_newsmatic_posts_list_widget .post-item .post-content-wrap {
			flex: 0 1 70%;
			padding-left: 15px;
		}

		.widget_newsmatic_posts_list_widget img {
			height: 100%;
			object-fit: cover;
		    object-position: center center;
		    width: 100%;
		}

		.widget_newsmatic_posts_list_widget .card__content-category {
			margin: 0 0 6px 0;
			display: inline-block;
			margin-right: 8px;
		}

		.widget_newsmatic_posts_list_widget .card__content-category a {
			color: var(--theme-color-red);
			padding: 0;
		}

		.widget_newsmatic_posts_list_widget .card__content-title {
			line-height: 1.5;
			font-size: calc(var(--post-title-size)*0.7);
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.widget_newsmatic_posts_list_widget .card__content-title a {
			text-decoration: none;
			color: inherit;
		    font-family: var(--post-title-family);
		}

		.widget_newsmatic_posts_list_widget .post-content {
			margin-top: 8px;
			font-size: 0.8rem;
			color: var(--main-content-text-color);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
		}

	/* 14.3 Posts List Layout Two */
		.widget_newsmatic_posts_list_widget .layout-two .post-item:first-child {
			flex-direction: column;
			padding-top: 0px;
		}

		.widget_newsmatic_posts_list_widget .layout-two .post-item:first-child .post-title {
			font-size: calc(var(--post-title-size) * 0.8);
		}

		.widget_newsmatic_posts_list_widget .layout-two .post-item:first-child .post-content-wrap {
			padding-left: 0;
			padding-top: 5px;
		}


	/* 14.3 Posts List Layout Three */
		.widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) {
			align-items: center;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child {
			flex-direction: column;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child > div {
			width: 100%;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-content-wrap {
			padding-left: 0;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child .post-title {
			font-size: calc(var(--post-title-size)*0.8);
			display: initial;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child .post-numbering {
			float: right;
			font-size: 2rem;
			font-style: italic;
			color: #d1d1d1;
			font-weight: 500;
	        -webkit-transition: all .3s;
		    -o-transition: all .3s;
		    transition: all .3s;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child .post-content-wrap {
			padding-top: 7px;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item .post-meta {
			margin-top: 6px;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image {
			flex: 0 1 20%;
			text-align: center;
			overflow: visible;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post-content-wrap {
			flex: 0 1 80%;
			padding-left: 8px;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
			font-style: italic;
			background-color: #d1d1d1;
			font-size: 1.3rem;
			padding: 10px 12px 10px 10px;
    		border-radius: 50%;
    		color: var(--white-text);
    		font-weight: 500;
		    -webkit-transition: all .3s;
		    -o-transition: all .3s;
		    transition: all .3s;
		}

		.newsmatic_dark_mode .widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
			background-color: #2e2e2e;
		}

		.widget_newsmatic_posts_list_widget .layout-three .post-item:first-child:hover .post-numbering {
			color: var(--theme-color-red);
		}

		body .widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child):hover .post-numbering  {
			background-color: var(--theme-color-red);
		}
		
		.newsmatic_dark_mode.newsmatic-image-hover--effect-two .posts-list-wrap.layout-three .post-thumb::before, 
		.newsmatic_dark_mode.newsmatic-image-hover--effect-two .posts-list-wrap.layout-three .post-thumb-wrap::before,
		.newsmatic-image-hover--effect-two footer .posts-list-wrap.layout-three .post-thumb::before, 
		.newsmatic-image-hover--effect-two footer .posts-list-wrap.layout-three .post-thumb-wrap::before {
			display: none;
		}
		

	/* 14.4 Sidebar Author */
		.widget_newsmatic_author_info_widget h2.widget-title {
			text-align: center;
		}

		.widget_newsmatic_author_info_widget h2.widget-title span:after {
			background: linear-gradient(135deg,transparent,var(--theme-color-red),transparent);
		}

		.widget_newsmatic_author_info_widget.layout-two h2.widget-title{
			text-align: left;
			padding: 10px 0;
		}

		.author-wrap.layout-one {
			text-align: center;
		}

		.author-wrap.layout-one .post-thumb {
		    width: 150px;
		    height: 150px;
		    margin: 0 auto;
		    margin-bottom: 10px;
		    background-color: var(--theme-color-red);
		    border-radius: 50%;
		}

		.author-wrap.layout-one .post-thumb img {
		    border-radius: 48%;
	    	width: 150px;
	    	height: 150px;
	    	object-fit: cover;
		}

		.author-wrap.layout-one .author-thumb-wrap span {
			color: var(--theme-color-red);
		}

		.widget_newsmatic_author_info_widget .author-tag {
			text-transform: capitalize;
		}

		.author-name {
			margin: 10px 0 4px;
			font-family: 'jost';
		}

		.author-name a {
			text-decoration: none;
			color: inherit;
		}

		.author-desc {
			font-size: 0.9rem;
			font-family: var(--content-family);
			color: var(--meta-text-color);
		}

	/* 14.5 Sidebar Author Layout Two */
		.author-wrap.layout-two .author-thumb-wrap {
			position: relative;
		}

		.author-wrap.layout-two .author-thumb-wrap span {
			position: absolute;
		    bottom: 0;
		    left: 0;
		    padding: 3px 6px;
		    background: var(--theme-color-red);
		    color: var(--white-text);
		    border-radius: 3px;
		}

		.author-wrap.layout-two .post-thumb {
			min-height: 200px;
			background-color: var(--theme-color-red);
			border-radius: 3px;
		}

		.author-wrap.layout-two img {
			border-radius: 3px;
			display: block;
			width: 100%;
    		height: auto;
		}

		.author-wrap.layout-two .bmm-author-thumb-wrap {
			position: relative;
		}
		.author-wrap.layout-two .bmm-author-thumb-wrap .author-tag{
			position: absolute;
			bottom: 0;
			z-index: 9;
			background-color: var(--theme-color-red);
			border-radius: 2px;
			padding: 4px 8px;
			color: var(--white-text);
			font-size: 15px;
		}

		.widget_newsmatic_author_info_widget .author-social-networks {
			margin-top: 15px;
		}

		.widget_newsmatic_author_info_widget .author-social-networks a {
			color: var(--white-text);
			margin: 0 7px;
			font-size: 15px;
		}

		.widget_newsmatic_author_info_widget .author-social-networks a i {
			padding: 5px 7px;
		}

		.widget_newsmatic_author_info_widget .author-social-networks a:first-child {
			margin-left: 0;
		}


	/* 14.6 Sidebar Category Collection Layout One */
		.widget{
			background-color: var(--inner-container-bk);
			padding: 15px;
		}

		.widget .categories-wrap.layout-one .category-item {
			position: relative;
			margin-bottom: 15px;
		}

		.widget .categories-wrap.layout-one .category-item:last-child {
			margin-bottom: 0;
		}

		.widget .categories-wrap.layout-one img {
		    width: 100%;
		    object-fit: cover;
		    display: block;
		}

		.widget .categories-wrap.layout-one .cat-meta-wrap {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
	        color: var(--white-text); 
		    text-decoration: none;
		    background: #00000070;
		    padding: 5px 8px;
		    width: 60%;
	    	text-align: center;
		}

		.widget .categories-wrap.layout-one .post-title {
			display: flex;
			display: flex;
		    flex-direction: column;
		    text-align: center;
		}

		.categories-wrap.layout-one span.category-count:before {
	    	content: '-';
	    	padding: 0 5px;
		}

		.categories-wrap.layout-one .category-count {
		    font-style: italic;
		    font-size: 14px;
		}

	/* 14.7 Sidebar Category Collection Layout Two */
		.categories-wrap.layout-two .category-item {
		    position: relative;
		    margin-bottom: 20px;
		}

		.categories-wrap.layout-two .category-item:last-child {
			margin-bottom: 0;
		}

		.categories-wrap.layout-two .category-item:hover .cat-meta {
			height: 80px;
		}

		.categories-wrap.layout-two .category-item img {
		    width: 100%;
		    object-fit: cover;
		    display: block;
		}

		.categories-wrap.layout-two .category-item a {
		    position: absolute;
		    bottom: 0;
		    text-decoration: none;
		    width: 100%;
		}

		.categories-wrap.layout-two .cat-meta {
		    height: 40px;
		    display: flex;
		    align-items: center;
		    background: linear-gradient(90deg, var(--theme-color-red) 0%, rgb(0 0 0 / 54%) 100%);
		    color: var(--white-text);
		    padding: 0 15px;
		    justify-content: space-between;
		    -webkit-transition: 0.2s ease-in-out;
		    -moz-transition: 0.2s ease-in-out;
		    -ms-transition: 0.2s ease-in-out;
		    -o-transition: 0.2s ease-in-out;
		    transition: 0.2s ease-in-out;
		}

		.categories-wrap.layout-two .category-count {
			font-style: italic;
			font-size: 12px;
		}

		.categories-wrap.layout-two .cat-meta span.news_text {
			padding-left: 4px;
		}

	/* 14.8 Widget Title */
		.widget.widget_newsmatic_widget_title_widget {
		    margin-bottom: 0;
		    background: var(--inner-container-bk);
		    padding-bottom: 0!important;
		    z-index: 9;
		    box-shadow: none;
		    margin-bottom: calc(var(--theme-block-top-border-height) * -1);
		}

		.sidebar-toggle .widget.widget_newsmatic_widget_title_widget {
			margin-bottom: 0;
		}

		.newsmatic_site_block_border_top .widget_newsmatic_widget_title_widget {
			margin-bottom: calc(var(--theme-block-top-border-height) * -1);
		}

		.widget_newsmatic_widget_title_widget h2.newsmatic-widget-title {
			margin-bottom: 0;
		}

		.widget.widget_text P {
			margin-top: 0;
		    color: var(--main-content-text-color);
		    font-family: var(--content-family);
		    font-weight: var(--content-weight);
		}

	/* 14.9 Align Center */
		.newsmatic-widget-title.align--center {
			text-align: center;
		}

		.newsmatic-widget-title.align--center span:after {
			    background: linear-gradient(135deg,transparent,var(--theme-color-red),transparent);
		}

		/* Align Right */
		.newsmatic-widget-title.align--right {
			text-align: right;
		}

		.newsmatic-widget-title.align--right span:after {
			background: linear-gradient(274deg,var(--theme-color-red),transparent);
		}

	/* 14.10 Widget Popular Post */
		.widget_newsmatic_popular_posts_widget {
			background-color: var(--inner-container-bk);
			padding: 15px;
		}
		.widget_newsmatic_popular_posts_widget ul.post-categories {
			background-color: transparent;
			margin-top: 5px;
		}

		.widget_newsmatic_popular_posts_widget ul.post-categories li {
			border-bottom: none;
			padding: 0;
			margin: 0 5px 0 0;
		}

		.widget_newsmatic_popular_posts_widget ul.post-categories li:before {
			display: none;
		}

		.widget_newsmatic_popular_posts_widget ul.post-categories li a {
			padding: 0;
		}

		.widget_newsmatic_popular_posts_widget ul li a:before {
			display: none;
		}

		@media (max-width: 940px) {
			.widget .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 160px;
			}
		}

	/* 14.11 widget slider horizontal **/
		.widget_newsmatic_popular_posts_widget .newsmatic_horizontal_slider .popular-posts-wrap  {
			display: grid;
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_horizontal_slider .popular-posts-wrap .slick-arrow {
		    z-index: 1;
		    top: -62px;
		    height: 28px;
		    vertical-align: middle;
		    width: 32px;
		    text-align: center;
		    padding: 5px;
		    color: var(--body-text-default-color);
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_horizontal_slider .popular-posts-wrap .slick-arrow i{
			font-size: 14px;
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_horizontal_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		    top: -13px;
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_vertical_slider .popular-posts-wrap .slick-arrow {
		    transform-origin: 0 0;
		    transform: rotate(270deg);
		    padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    top: -35px;
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		    top: 12px;
		}

		.widget_newsmatic_popular_posts_widget .newsmatic_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow.slick-prev {
		    right: 60px;
		}

		.widget_newsmatic_popular_posts_widget article.no-feat-img figure {
		    background: var(--noimg-bk-color);
		    height: 80px;
		}

	/* 14.12 Widget carasoul **/
		.newsmatic-widget-carousel-posts .slick-prev {
			position: absolute;
		    right: 60px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.newsmatic-widget-carousel-posts .slick-next {
			position: absolute;
		    right: 20px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.newsmatic-widget-carousel-posts .slick-prev i {
			padding-bottom: 2px;
		}

		.newsmatic-widget-carousel-posts .slick-arrow{
			cursor: pointer;
			top: -35px;
		}

		.newsmatic-widget-carousel-posts.newsmatic_vertical_slider .slick-arrow {
			transform-origin: 0 0;
  			transform: rotate(270deg);
  			padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    color: var(--body-text-default-color);
		}

		.newsmatic-widget-carousel-posts .carousel-posts-wrap {
			display: grid;
		}

		.newsmatic-widget-carousel-posts.layout--one .carousel-posts-wrap .post-item {
			overflow: hidden;
		}

		.newsmatic-widget-carousel-posts.layout--one .carousel-posts-wrap .post-element .post-categories {
			display: none;
		}

		.newsmatic-widget-carousel-posts .no-feat-img .post-thumb-wrap {
		    position: relative;
		    padding-bottom: 62.5%;
		    background: var(--noimg-bk-color);
		    background-position: center;
		    background-size: cover;
		    overflow: hidden;
		}

		.newsmatic-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories {
		    position: absolute;
		    bottom: 10px;
		    left: 10px;
		    display: flex;
		    flex-wrap: wrap;
		}

		.newsmatic-widget-carousel-posts .carousel-posts-wrap h2{
		    margin: 10px 0 5px 0;
		    font-size: calc(var(--post-title-size)*0.85);
    		line-height: 1.4;
		}

		.newsmatic-widget-carousel-posts .carousel-posts-wrap .post-categories li {
		    margin-right: 5px;
		}

		.newsmatic-widget-carousel-posts .carousel-posts-wrap .post-categories a {
		    text-decoration: none;
		    color: var(--white-text);
		    font-size: 0.8rem;
		}

		/** Horizongtal Arrow **/
		.newsmatic-widget-carousel-posts.newsmatic_horizontal_slider .slick-prev i {
			padding-bottom: 0px;
		}

		.newsmatic-widget-carousel-posts.newsmatic_horizontal_slider .slick-arrow {
		    cursor: pointer;
		    padding: 5px 8px;
		    top: -62px;
		    color: var(--body-text-default-color);
		}

		.dark_bk .newsmatic-widget-carousel-posts.newsmatic_horizontal_slider .slick-arrow {
			top: -58px;
		}

		.newsmatic-widget-carousel-posts.newsmatic_horizontal_slider .slick-arrow.slick-prev {
			right: 50px;
		}

		.newsmatic-widget-carousel-posts.newsmatic_horizontal_slider.no_heading_widget .slick-arrow {
		    cursor: pointer;
		    padding: 5px 8px;
		    top: 5px;
			z-index: 999;
		}

		.newsmatic-widget-carousel-posts.newsmatic_vertical_slider.no_heading_widget .slick-arrow {
			cursor: pointer;
		    padding: 5px 8px;
		    top: 36px;
			z-index: 999;
		}

		.news-carousel.layout--one .slick-arrow i {
			color: var(--theme-color-red);
		}

		/** news carasoul layout two **/
			.newsmatic-widget-carousel-posts.layout--two {
				overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-line-clamp: 2;
			    -webkit-box-orient: vertical;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-thumb-wrap .post-categories {
				display: none;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-categories{
				margin-bottom: 8px;
			}

			.newsmatic-widget-carousel-posts.layout--two article{
				position: relative;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-thumb-wrap img {
				mix-blend-mode: darken;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-element {
				position: absolute;
				top: 50%;
			    left: 50%;
			    transform: translate(-50%, -50%);
			    text-align: center;
			    width: 100%;
			    padding: 0 10px;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-categories li {
				margin: 0 5px 10px 0;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-title {
				font-size: calc(var(--post-title-size)*0.85);
				margin: 0 0 10px 0;
				color: var(--white-text);
			}

			.newsmatic-widget-carousel-posts.layout--two .post-title a {
				color: var(--white-text);
			}

			.newsmatic-widget-carousel-posts.layout--two .post-meta span,
			.newsmatic-widget-carousel-posts.layout--two .post-meta time
			 {
				color: var(--white-text);
				font-size: 0.85rem;
			}

			.newsmatic-widget-carousel-posts.layout--two .post-categories li {
			 	margin: 0 5px 0 0;
			}

			.widget .newsmatic-widget-carousel-posts ul li:before,
			.widget .newsmatic-widget-carousel-posts ol li:before {
				display: none;
			}

	/* 14.13 Widget Tabbed Posts */
		.widget-tabs-content .tab-item,
		.widget.widget_newsmatic_tabbed_posts_widget ul li:before {
			display: none;
		}

		.widget-tabs-content .tab-item.active {
			display: block;
		}

		.tabbed-widget-tabs {
			display: flex;
		}

		.tabbed-widget-tabs .tabbed-widget {
			list-style: none;
			margin: 0;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
		}

		.widget.widget_newsmatic_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget {
			background-color: #f1f1f1;
		    padding: 5px 10px;
		    color: #333333;
		    font-weight: 600;
		    margin-right: 15px;
		    flex: 1;
		    border-bottom: none;
		    align-items: center;
    		text-align: center;
    		justify-content: center;
    		cursor: pointer;
    		flex-direction: column;
		}

		.widget.widget_newsmatic_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget i {
			padding: 5px;
		}

		.widget.widget_newsmatic_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget:last-child {
			margin-right: 0px;
		}

		.widget.widget_newsmatic_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget.active {
			background-color: var(--theme-color-red);
		    color: var(--white-text);
		}
	    
	    .widget-tabs-content .post-item {
	    	display: flex;
	    	align-items: center;
	    }

	    .widget-tabs-content .post-thumb {
	    	flex: 0 1 35%;
	    	max-width: 145px;
		    overflow: hidden;
		    background-color: var(--noimg-bk-color);
	    }

	    .widget-tabs-content .post-thumb img,
	    .popular-posts-wrap .post-thumb img
	    {
	    	width: 100%;
	    	height: 100%;
	    	object-fit: cover;
	    }

	    .widget-tabs-content .post-element {
	    	margin-left: 15px;
	        flex: 1 1 60%;
	        font-family: var(--post-title-family);
	    }

	    .widget-tabs-content .post-categories li {
	    	margin-right: 7px;
	    }

	    .widget-tabs-content .post-categories a {
	    	color: var(--theme-color-red);
	    	font-weight: 500;
	    	font-size: 0.8rem;
	    	padding: 0;
	    }

	    .widget-tabs-content .post-categories {
	    	display: inline-block;
	    }

	    .widget-tabs-content .post-date {
	    	font-style: 0.9rem;
	    }

	    .widget-tabs-content .tab-item .post-title {
	    	margin: 0px;
	    	padding-top: 5px;
	    	font-size: calc(var(--post-title-size)*0.75);
	    	line-height: 1.5;
	    	text-decoration: none;
	    	color: var(--post-title-color);
	    	overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
	    }

	    .widget-tabs-content .tab-item .post-title a,
	    .widget-tabs-content .comment-item .newsmatic_comment_post
	    {
	    	text-decoration: none;
	    	color: inherit;
	    }

	    .widget-tabs-content .post-item:first-child,
	    .widget-tabs-content .comment-item:first-child
	     {
	    	padding-top: 20px;
	    }

	    .widget-tabs-content .post-item,
	    .widget-tabs-content .comment-item{
	    	padding: 13px 0;
	    	border-bottom: 1px dashed #afafaf;
	    }

	    .widget-tabs-content .tab-item {
	    	display: none;
	    }

	    .widget-tabs-content .tab-item.active {
	    	display: block;
	    }

	    #main-banner-section {
	    	padding: 10px 0;
	    }

	    .widget-tabs-content .comment-item {
	    	display: flex;
	    }

	    .widget-tabs-content .comment-item .newsmatic_avatar{
	    	flex: 0 1 20%;
	    	padding-right: 20px;
	    	text-align: center;
	    }

	    .widget-tabs-content .comment-item .newsmatic-comm-content{
	    	flex: 0 1 80%;
	    }

	   .widget-tabs-content .comment-item .newsmatic-comm-content a{
	    	margin: 0px;
		    padding-top: 5px;
		    font-size: 1rem;
		    line-height: 1.2;
		    text-decoration: none;
		    color: var(--post-title-color);
		    font-weight: 600;
		    font-family: var(--post-title-family);
	    }

	    .dark_bk .widget-tabs-content .comment-item .newsmatic-comm-content a {
	    	color: var(--white-text);
	    }

	    .widget-tabs-content .comment-item  .newsmatic-comment {
	    	margin-bottom: 0;
	    	margin-top: 8px;
	    	font-family: var(--content-family);
	    	font-weight: var(--content-weight);
	    }

	    .widget ul.post-categories li a:before {
	    	content: none;
	    }

	    .widget ul.post-categories li {
	    	border: none;
	    	padding: 0;
	    }

	    .widget-tabs-content .post-item:last-child,
    	.widget-tabs-content .comment-item:last-child {
	    	border-bottom: none;
	    	padding-bottom: 0;
	    }


	/* 14.14 Opinion Widget */
	.opinions-items-wrap.column--one {
		display: flex;
		flex-direction: column;
	}

	.opinions-items-wrap.column--one .opinion-item{
		padding: 10px 0;

		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
		text-align: left;
	}

	.opinions-items-wrap.column--one .opinion-item figure img {
	    border-radius: 70%;
	    width: 75px;
	    height: 75px;
	    object-fit: cover;
	}

	.opinions-items-wrap.column--one .opinion-item .opinion-content h2 {
	    margin: 0;
	    margin-bottom: 15px;
	    font-size: calc(var(--post-title-size)*0.8);
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content h2 {
		margin-bottom: 5px;
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content span i {
    	font-size: 16px;
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content span {
		font-size: 0.9rem;
		padding: 8px 15px 0 10px;
	}

	/* 14.15 Grid Two Column */
	/* Grid Two Column One */
		.widget_newsmatic_posts_grid_two_column_widget .layout-one .post-thumb {
			position: relative;
		}

		.widget_newsmatic_posts_grid_two_column_widget .layout-one .post-categories {
			position: absolute;
			bottom: 8px;
			left: 10px;
		}

		.widget_newsmatic_posts_grid_two_column_widget .layout-one .post-categories h5 {
			margin: 0 6px 0 0;
		}

		.widget_newsmatic_posts_grid_two_column_widget .layout-one .post-categories a {
		    font-size: calc(var(--meta-size)*0.78);
		}

		.widget_newsmatic_posts_grid_two_column_widget .layout-one .post-title {
			margin-top: 10px;
		}

	/* Grid Two Column Two */
		.widget_newsmatic_posts_grid_two_column_widget .posts-grid-two-column-wrap {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.widget_newsmatic_posts_grid_two_column_widget .posts-grid-two-column-wrap > div {
			flex: 0 1 50%;
			padding: 0 10px;
			margin-bottom: 15px;
		}

		.widget_newsmatic_posts_grid_two_column_widget .card__content-category {
			margin: 10px 8px 0px 0;
			display: inline-block;
		}

		.widget_newsmatic_posts_grid_two_column_widget .layout-two h5 a {
			padding: 0;
		}

		.widget_newsmatic_posts_grid_two_column_widget .post-title {
			line-height: 1.4;
	    	font-size: calc(var(--post-title-size)*0.65);
	    	margin-top: 6px;
	    	overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		}

	/* 14.16 Post Grid */
		/* Layout One */
		.posts-grid-wrap.layout-one .post_thumb_image {
			position: relative;
		}

		.posts-grid-wrap.layout-one .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.posts-grid-wrap.layout-one .post-categories h5 {
			margin: 5px 7px 0 0;
		}

		.posts-grid-wrap.layout-one .post-content-wrap {
			text-align: center;
			padding: 0 5px;
		}

		.posts-grid-wrap.layout-one .post-title {
			margin-top: 10px;
		}

		/* Layout Two */
		.posts-grid-wrap .post-item {
			margin-bottom: 20px;
		}

		.posts-grid-wrap .post-item:last-child {
			margin-bottom: 0;
		}

		.posts-grid-wrap.layout-two .post-content-wrap {
			width: 90%;
			z-index: 9;
			position: relative;
			background-color: var(--text-background-color);
			margin: 0 auto;
			margin-top: -3rem;
			padding: 10px 17px;
		}

		.posts-grid-wrap .post-categories h5 {
			margin: 0 10px 7px 0;
			display: inline-block;
		}

		.posts-grid-wrap.layout-two .post-categories h5 a {
			padding: 0;
		}

		.posts-grid-wrap .post-title {
			line-height: 1.5;
    		font-size: calc(var(--post-title-size)*0.75);
    		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.posts-grid-wrap .post-content {
			margin-top: 8px;
		    font-size: 0.83rem;
		    color: var(--main-content-text-color);
		    font-family: var(--content-family);
		    font-weight: var(--content-weight);
		}

		/*	14.17 Filter Tabbed Widget */
		.widget.widget_newsmatic_news_filter_tabbed_widget .widget-tabs {
			margin-bottom: 20px;
			border: 1px solid var(--border-line-color);
    		display: flex;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget ul li {
		   padding: 15px;
		    flex: 0 1 33.33%;
		    cursor: pointer;
		    text-align: center;
		    font-weight: 500;
		    border-right: 1px solid var(--border-line-color);
		    position: relative;
		    border-bottom: none;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget ul li:last-child {
			border: none;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget ul li.widget-tab.active:after {
		    content: '';
		    width: 100%;
		    height: 2px;
		    position: absolute;
		    left: 0;
		    bottom: -1px;
		    background: var(--theme-color-red);
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget ul li:before {
			display: none;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .tabs-content-wrap article {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 20px;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .tabs-content-wrap article:last-child {
			margin-bottom: 0;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .tabs-content-wrap .tabs-content {
			display: none;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .tabs-content-wrap .tabs-content.show {
			display: block;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .tabs-content-wrap .post-thumb {
			flex: 0 1 35%;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .post-element {
			flex: 0 1 65%;
			padding-left: 15px;
		}

		.widget.widget_newsmatic_news_filter_tabbed_widget .post-element .post-title {
		    line-height: 1.5;
		    font-size: calc(var(--post-title-size)*0.7);
		    margin: 0 0 6px;
	        overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}


/*
=========================================
15.0 Single Page
=========================================
*/

	.single #theme-content .row .primary-content {
	    background: none;
	}

	.single .row .secondary-sidebar {
		flex: 0 1 30%;
	}

	.single .post-inner {
		padding: 20px;
		background: var(--single-content-bk-color);
	}

	.single h1.entry-title {
		color: var(--post-title-color);
		font-family: var(--single-title-family);
	    font-size: var(--single-title-size);
	    font-weight: var(--single-title-weight);
	    margin: 15px 0;
	    line-height: var(--single-title-lineheight);
	    letter-spacing: var(--single-title-letterspacing);
	}

	.single .entry-header .post-categories li {
		background-color: var(--theme-color-red);
	    border-radius: 3px;
	    line-height: var(--single-meta-lineheight);
	    font-weight: var(--single-meta-weight);
	    font-family: var(--single-meta-family);
	    margin: 0 5px 5px 0;
	}

	.single .entry-header .post-categories li a,
	.single .entry-header .post-categories li a {
		font-size: calc(var(--single-meta-size)*0.85);
		font-family: var(--single-meta-family);
	}

	.single .entry-header .entry-meta {
		color: var(--meta-text-color);
		margin-bottom: 20px;
	}

	.single .entry-header  .entry-meta > span {
		margin-right: 8px;
		font-size: var(--single-meta-size);
	}

	.single .entry-header  .entry-meta a,
	.single .entry-header  .entry-meta span {
	    color: var(--meta-text-color);
	    text-decoration: initial;
	    font-family: var(--single-meta-family);
	    text-transform: capitalize;
	}

	.single .author a {
		color: var(--author-color);
	}

	.single .entry-header .author:before {
	    content: '\f2bd';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 7px;
	    font-size: var(--single-meta-size);
	    display: inline-block;
	    color: var(--meta-text-color);
	}

	.single .entry-header .post-date:before {
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-right: 5px;
	    margin-left: 5px;
	}

	.single .post-comment:before {
	    margin: 0 5px;
	    content: "\f4ad";
	    font-family: 'Font Awesome 5 Free';
	    padding: 0 2px 0 7px;
	    margin-left: 0;
	    font-size: var(--single-meta-size);
	    font-weight: 500;
	}


	.single .post-inner .entry-content{
		font-family: var(--single-content-family);
	    font-size: var(--single-content-size);
	    font-weight: var(--single-content-weight);
	    line-height: var(--single-content-lineheight);
	    letter-spacing: var(--single-content-letterspacing);
	}

	.single .post-inner .entry-content h1,
	.single .post-inner .entry-content h2,
	.single .post-inner .entry-content h3,
	.single .post-inner .entry-content h4,
	.single .post-inner .entry-content h5,
	.single .post-inner .entry-content h6
	{
		line-height: initial;
	}
	
	.entry-footer .tags-links a{
	    color: #fff;
	    background-color: var(--dark-bk-color);
	    padding: 2px 9px;
	    margin: 5px;
	    display: inline-block;
	    margin-bottom: 5px;
	}

	/* Single Post Comment */
	.comments-area h2.comments-title {
		font-family: var(--post-title-family);
	    font-size: 1.4rem;
	    letter-spacing: -.005em;
	    font-weight: 400;
	}

	.comment-meta .comment-author.vcard {
		margin-top: -15px;
	}

	.read-time:before {
	    margin: 0 5px;
	    content: "\f5da";
	    font-family: 'Font Awesome 5 Free';
	    padding: 0 2px 0 7px;
	    margin-left: 0;
	    font-size: 12px;
	    font-weight: 900;
	    margin-left: 3px;
	}

	.comments-area h2.comments-title span {
		font-weight: 600;
	    font-size: 1.8rem;
	    font-style: italic;
	    text-decoration: underline;
	}

	ol.comment-list {
		margin-left: 0;
		padding-left: 0;
	}

	ol.comment-list li {
		margin-bottom: 15px;
		position: relative;
	}

	ol.comment-list li a {
		text-decoration: none;
		color: inherit;
		font-family: var(--post-title-family);
	}

	.comment-list .comment-meta > div {
		display: inline-block;
	}

	.comment-list .comment-author img {
	    margin-right: 20px;
	    width: 40px;
	    object-fit: cover;
	    height: 100%;
	    bottom: -25px;
	    position: relative;
	}

	.comment-list .comment-author a {
	    font-size: 14px;
    	font-weight: 600;
    	margin-right: 3px;
	}

	.comment-metadata,
	.says {
		color: #999;
		font-size: 13px;
	    font-weight: 400;
	}

	.edit-link {
		color: #000;
		margin-left: 5px;
		font-size: 1rem;
	}

	.comment-content p {
		margin-top: 0;
	    margin-left: 60px;
	    font-size: 0.938rem;
	    line-height: 1.714;
	    border-bottom: 1px dashed #e8e8e8;
	    padding-bottom: 20px;
	    margin-bottom: 0;
	    font-family: var(--post-title-family);
	}

	.comment-list .reply {
		position: relative;
    	right: 15px;
	    font-size: 12px;
	    border-bottom: 1px solid var(--theme-color-red);
	    text-align: right;
	    float: right;
	    margin-top: -29px;
	}

	.comment-list .reply a {
	    color: #999;
	    padding: 5px 0;
	    display: block;
	    letter-spacing: .03em;
	    font-family: var(--post-title-family);
	    text-transform: uppercase;
	}

	.comment-list .reply a:before {
		content: '\f064';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 6px;
	}

	ol.children {
		margin-top: 10px;
	}

	ol.children .comment-content p {
		font-size: 0.9rem;
	}

	/* Form */
	.comment-respond h3 {
	    font-size: 1.1rem;
	    margin: 0 0 20px;
	    text-transform: uppercase;
	    font-family: var(--post-title-family);
	}

	.comment-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.comment-form > * {
		width: 100%;
	}

	.comment-form p {
		margin: 0 0 20px;
		color: #777;
	}

	.comment-form .comment-form-comment textarea {
		display: block;
	}

	.newsmatic_dark_mode .comment-form .comment-form-comment textarea,
	.newsmatic_dark_mode form.comment-form p input {
		background: #202024;
    	border-color: #525252;
    	color: var(--white-text);
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: calc(33% - 15px);
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 100%;
		height: 41px;
	}

	.comment-form .comment-form-cookies-consent label {
		margin-left: 6px;
		font-size: 0.95rem;
	}

	.comment-form .form-submit input {
	    padding: 15px 20px;
	    vertical-align: middle;
	    font-size: 13px;
	    text-transform: uppercase;
		margin-top: 10px;
	    font-family: var(--post-title-family);
	    font-weight: 700;
	    letter-spacing: .03em;
	    color: var(--white-text);
	    background-color: var(--dark-bk-color);
	    border: none;
	    cursor: pointer;
	}

	#comments ol.comment-list {
		padding: 20px;
    	border: 1px solid var(--border-bottom-color);
    	list-style: none;
	}

	@media (max-width: 1024px) {
		.comment-form-author,
		.comment-form-email,
		.comment-form-url {
			width: 100%;
		}
	}

	/* Single Related Post */
	.single-related-posts-section {
		padding: 20px 20px 0;
		background-color: var(--single-content-bk-color);
		position: relative;
	}

	.single-related-posts-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.single-related-posts-wrap img {
		display: block;
	}

	.single-related-posts-wrap h2.post-title {
	    line-height: 1.36;
	    margin: 0 0 10px;
    	font-size: calc(var(--post-title-size)*0.8);
	}

	.single-related-posts-wrap h2.post-title a {
		text-decoration: none;
    	color: inherit;
	}

	.single-related-posts-wrap .post-meta span {
		font-size: 12px;
		font-weight: 500;
	}

	.single-related-posts-wrap .post-meta span:before,
	.single-related-posts-wrap .post-meta a.author_name:before {
		font-size: 11px;
	}

	body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{
		flex: 0 1 50%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article figure.post-thumb-wrap { 
		flex: 0 1 25%;
	}	

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article .post-element {
		flex: 1 1 75%;	
		padding-left: 15px;
	}

	.single-post .related_posts_popup_sidebar {
		z-index: 99;
	}

	.single #theme-content .widget {
		background: var(--single-content-bk-color);
	}

	/* Relater Posts Popup */
	.single-related-posts-section-wrap.related_posts_popup .single-related-posts-wrap {
		margin-top: 33px;
		height: 244px;
		overflow-y: auto;
	}

	body.single #theme-content .related_posts_popup.layout--list .single-related-posts-wrap article:last-child {
		margin-bottom: 0;
	}

	.related_posts_popup .newsmatic-block-title {
		margin: 0;
		padding: 0 10px;
		border: 0;
		background: var(--theme-color-red);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		color: var(--white-text);
	}

	.related_posts_popup h2.newsmatic-block-title span::after {
		display: none;
	}

	.related_posts_popup h2.newsmatic-block-title span {
		font-size: calc(var(--block-title-size)*0.6);
		letter-spacing: 2px;
	}

	.layout--list.related_posts_popup_sidebar .single-related-posts-wrap {
		display: inherit;
	}

	.related_posts_popup_sidebar .single-related-posts-wrap .post-meta {
		display: none;
	}

	.related_posts_popup_sidebar .single-related-posts-wrap h2.post-title {
		font-size: calc(var(--post-title-size)*0.7);
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	body.single #theme-content .primary-content .layout--grid.related_posts_popup_sidebar .single-related-posts-wrap article {
		flex: 0 1 50%;
	}

	.layout--grid.related_posts_popup_sidebar .single-related-posts-wrap h2.post-title {
		margin: 8px 0 0;
	}

	.layout--grid .single-related-posts-wrap h2.post-title {
		margin-top: 11px;
	}

/*
=========================================
16.0 Archive Layouts
=========================================
*/
	#theme-content .primary-content, #theme-content .widget{
		position: relative;
	}

	#theme-content .widget:last-child {
		margin-bottom: 0;
	}

	.archive .primary-content,
	.search .primary-content {
		background-color: var(--theme-content-bk-color);
		padding: 20px;
		flex: 1 1 70%;
	}

	.archive .secondary-sidebar,
	.search .secondary-sidebar  {
		flex: 0 1 30%;
	}

	.archive .page-header,
	.search .page-header {
		border-bottom: 2px solid var(--border-bottom-color);
	    display: block;
	    margin: 0;
	    margin-bottom: 20px;
	}

	.archive.author .page-header {
		margin: 0;
		border-bottom: none;
	}

	.archive .page-title,
	.search .page-title {
		display: inline-block;
	    position: relative;
	    bottom: -2px;
	    padding-bottom: 4px;
	    margin: 0;
	    margin-top: -7px;
	    font-size: calc(var(--block-title-size)*0.9);
	    font-family: var(--block-title-family);
	    line-height: var(--block-title-lineheight);
	    letter-spacing: var(--block-title-letterspacing);
	    text-decoration: var(--block-title-textdecoration);
	    text-transform: var(--block-title-texttransform);
	    font-weight: var(--block-title-weight);
	}

	.search .page-title {
		margin-top: -2px;
	}

	.search .page-title span  {
		color: var(--theme-color-red);
	}

	.archive .page-title:after,
	.search .page-title:after {
	    content: '';
	    width: 100%;
	    height: 2px;
	    background: linear-gradient(176deg,var(--theme-color-red),transparent);
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}

	body.post-layout--two.archive header.page-header {
		margin: 5px 10px 20px;
	}

	/** Search **/
	.search.search-results #theme-content .primary-content {
		padding: 20px;
		background: var(--search-content-bk-color);
	}

	.search.search-results #theme-content .widget {
		background: var(--search-content-bk-color);
	}

	.search .news-list-post-wrap figure.post-thumb-wrap.no-feat-img {
	    position: relative;
	    padding-bottom: 22%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 100px;
	}

	.search .news-list-post-wrap article .post-element {
		padding-right: 25px;
	}

	.widget .wp-block-search__input {
		width: 100%;
	}

	/* left-both-sidebar */
	.left-both-sidebar #theme-content .secondary-left-sidebar,
	.left-both-sidebar #theme-content .secondary-sidebar {
		flex: 1 1 25%;
		margin-right: 20px;
	}

	.left-both-sidebar #theme-content .primary-content {
		flex: 0 1 50%;
		order: 3;
	}

	/* right-both-sidebar */
	.right-both-sidebar #theme-content .secondary-left-sidebar,
	.right-both-sidebar #theme-content .secondary-sidebar {
		flex: 1 1 25%;
		margin-left: 20px;
	}

	.right-both-sidebar #theme-content .secondary-left-sidebar {
		order: 2;
	}

	.right-both-sidebar #theme-content .secondary-sidebar {
		order: 3;
	}

	.right-both-sidebar #theme-content .primary-content {
		flex: 0 1 50%;
	}
    


/*
========================================================
12.0 Image Hover Effect
========================================================
*/

	body.no_image_design #primary .post-thumb a:before, 
	body.no_image_design #primary .post-thumb a:after{
		background: none;
	}

	/* effect-one */
	/* Circle */
	.newsmatic-image-hover--effect-one figure.post-thumb,
	.newsmatic-image-hover--effect-one figure.post-thumb-wrap{
		position: relative;
		width: 100%;
	    object-fit: cover;
	    overflow: hidden;
	}

	.newsmatic-image-hover--effect-one .post-thumb::before,
	.newsmatic-image-hover--effect-one .post-thumb-wrap::before  {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255,255,255,.2);
		border-radius: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;

	}

	.newsmatic-image-hover--effect-one .post-thumb:hover::before,
	.newsmatic-image-hover--effect-one .post-thumb-wrap:hover::before {
		-webkit-animation: circle 1s;
		animation: circle 1s;
	}
	@-webkit-keyframes circle {
		0% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			width: 150%;
			height: 150%;
			opacity: 0;
		}
	}
	@keyframes circle {
		0% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			width: 150%;
			height: 150%;
			opacity: 0;
		}
	}

	/* effect-two */
	/* Shine */
	.newsmatic-image-hover--effect-two .post-thumb,
	.newsmatic-image-hover--effect-two .post-thumb-wrap {
		position: relative;
		overflow: hidden;
	}
	.newsmatic-image-hover--effect-two .post-thumb::before,
	.newsmatic-image-hover--effect-two .post-thumb-wrap::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}
	.newsmatic-image-hover--effect-two .post-thumb:hover::before,
	.newsmatic-image-hover--effect-two .post-thumb-wrap:hover::before {
		-webkit-animation: shine 1s;
		animation: shine 1s;
	}
	@-webkit-keyframes shine {
		100% {
			left: 125%;
		}
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}

	/* effect-three */
	/* rotate */
	

	.newsmatic-image-hover--effect-three .post-thumb,
	.newsmatic-image-hover--effect-three .post-thumb-wrap  {
		overflow: hidden;
	}

	.newsmatic-image-hover--effect-three .post-thumb img,
	.newsmatic-image-hover--effect-three .post-thumb-wrap img {
		-webkit-transform: rotate(0) scale(1) translate(-50%,-50%);
		transform: rotate(0) scale(1) translate(-50%,-50%);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		
	}
	.newsmatic-image-hover--effect-three .post-thumb:hover img,
	.newsmatic-image-hover--effect-three .post-thumb-wrap:hover img {
		-webkit-transform: rotate(2deg) scale(1.08) translate(-50%,-50%);
		transform: rotate(2deg) scale(1.08) translate(-50%,-44%);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb img,
	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb-wrap img{
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}

	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb:hover img,
	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb-wrap:hover img  {
		-webkit-transform: rotate(2deg) scale(1.08);
		transform: rotate(2deg) scale(1.08);
	}


	.newsmatic-image-hover--effect-three .post-thumb img,
	.newsmatic-image-hover--effect-three .post-thumb-wrap img {
	    display: block;
	}

	.popular-posts-wrap .post-thumb{
		overflow: visible!important;
		
	}

	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb img,
	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb-wrap img,
	.newsmatic-image-hover--effect-three .author-wrap .post-thumb img,
	.newsmatic-image-hover--effect-three .opinions-items-wrap .opinion-item figure img
	{

		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		left: initial;
    	top: initial;
	}


	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb:hover img,
	.newsmatic-image-hover--effect-three #main-banner-section figure.post-thumb-wrap:hover img,
	.newsmatic-image-hover--effect-three .author-wrap .post-thumb:hover img,
	.newsmatic-image-hover--effect-three .author-wrap .post-thumb:hover img,
	.newsmatic-image-hover--effect-three .opinions-items-wrap .opinion-item figure:ho er img{
		-webkit-transform: rotate(2deg) scale(1);
		transform: rotate(2deg) scale(1);

	}



	/* effect-four */
	/* Zoom In #1 */
	.newsmatic-image-hover--effect-four .post-thumb,
	.newsmatic-image-hover--effect-four .post-thumb-wrap {
		overflow: hidden;
	}

	.newsmatic-image-hover--effect-four .post-thumb img,
	.newsmatic-image-hover--effect-four .post-thumb-wrap img  {
		-webkit-transform: scale(1) translate(-50%,-50%);
		transform: scale(1) translate(-50%,-50%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.newsmatic-image-hover--effect-four .post-thumb:hover img,
	.newsmatic-image-hover--effect-four .post-thumb-wrap:hover img {
		-webkit-transform: scale(1.05) translate(-48%,-48%);
		transform: scale(1.05) translate(-48%,-48%);
	}


/*
	.newsmatic-image-hover--effect-four #main-banner-section figure.post-thumb img,
	.newsmatic-image-hover--effect-four #main-banner-section figure.post-thumb-wrap img,
	.newsmatic-image-hover--effect-four .author-wrap .post-thumb img,
	.newsmatic-image-hover--effect-four .opinions-items-wrap .opinion-item figure img
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		left: initial;
    	top: initial;
	}


	.newsmatic-image-hover--effect-four #main-banner-section figure.post-thumb:hover img,
	.newsmatic-image-hover--effect-four #main-banner-section figure.post-thumb-wrap:hover img,

	.newsmatic-image-hover--effect-four .author-wrap .post-thumb:hover img,
	.newsmatic-image-hover--effect-four .opinions-items-wrap .opinion-item figure:hover img,
	.newsmatic-image-hover--effect-four .author-wrap .post-thumb:hover img,  {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
*/


	body .newsmatic-image-hover--effect-four .post-thumb a,
	body .newsmatic-image-hover--effect-four .post-thumb:hover a  {
	    display: block;
	    overflow: hidden;
	}


	

	/* effect-five */
	/* gray scale */
	.newsmatic-image-hover--effect-five .post-thumb img,
	.newsmatic-image-hover--effect-five .post-thumb-wrap img  {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.newsmatic-image-hover--effect-five .post-thumb:hover img,
	.newsmatic-image-hover--effect-five .post-thumb-wrap:hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/* effect-six */
	/* Sepia */
	.newsmatic-image-hover--effect-six .post-thumb img,
	.newsmatic-image-hover--effect-six .post-thumb-wrap img {
			-webkit-filter: sepia(0);
		filter: sepia(0);
	}
	.newsmatic-image-hover--effect-six .post-thumb:hover img,
	.newsmatic-image-hover--effect-six .post-thumb-wrap:hover img  {
		-webkit-filter: sepia(100%);
		filter: sepia(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

/*
========================================================
16.0 Title Hover Effect
========================================================
*/

	/* Title effect one */
	.newsmatic-title-one .post-title a,
	.newsmatic-title-one .news-carousel .post-title a,
	.newsmatic-title-one .widget_block ul li a,
	.newsmatic-title-one .widget_nav_menu ul li a {
		display: inline;
	    background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	    background-repeat: no-repeat;
	    background-size: 0;
	    text-decoration: none;
	}

	.newsmatic-title-one .post-title a:hover,
	.newsmatic-title-one .news-carousel .post-title a:hover,
	.newsmatic-title-one .widget_block ul li a:hover,
	.newsmatic-title-one .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/* Title effect two */
	.newsmatic-title-two .post-title a,
	.newsmatic-title-two .news-carousel .post-title a,
	.newsmatic-title-two .widget_block ul li a,
	.newsmatic-title-two .widget_nav_menu ul li a  {
		display: inline;
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	}

	.newsmatic-title-two .post-title a:hover,
	.newsmatic-title-two .news-carousel .post-title a:hover,
	.newsmatic-title-two .widget_block ul li a:hover,
	.newsmatic-title-two .widget_nav_menu ul li a:hover {
		color: var(--theme-color-red);
		text-decoration: none;
		background-image: none;
		background-size: 0;
	}

	/* Title effect three */
	.newsmatic-title-three .post-title a,
	.newsmatic-title-three .news-carousel .post-title a,
	.newsmatic-title-three .widget_block ul li a,
	.newsmatic-title-three .widget_nav_menu ul li a {
		display: inline;
	    background-repeat: no-repeat;
	    text-decoration: none;
	}

	.newsmatic-title-three .post-title a:hover,
	.newsmatic-title-three .news-carousel .post-title a:hover,
	.newsmatic-title-three .widget_block ul li a:hover,
	.newsmatic-title-three .widget_nav_menu ul li a:hover {
		background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
		background-size: 100%;
	}

	/** Title effect four */
	.newsmatic-title-four .post-title a,
	.newsmatic-title-four .news-carousel .post-title a,
	.newsmatic-title-four .widget_block ul li a,
	.newsmatic-title-four .widget_nav_menu ul li a {
		display: inline;
	    background-image: linear-gradient(transparent calc(100% - 20px), var(--theme-color-red) 20px);
	    background-repeat: no-repeat;
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	    background-repeat: no-repeat;
	    background-size: 0;
	    text-decoration: none;
	}

	.newsmatic-title-four .post-title a:hover,
	.newsmatic-title-four .news-carousel .post-title a:hover,
	.newsmatic-title-four .widget_block ul li a:hover,
	.newsmatic-title-four .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/** Title effect five */
	.newsmatic-title-five .post-title a,
	.newsmatic-title-five .news-carousel .post-title a,
	.newsmatic-title-five .widget_block ul li a,
	.newsmatic-title-five .widget_nav_menu ul li a {
	  text-decoration: none;
	  background-image: linear-gradient(#222b40, #222b40), linear-gradient(
	      rgb(176, 251, 188),
	      rgb(176, 251, 188)
	    ), linear-gradient(var(--theme-color-red), var(--theme-color-red));
	  background-size: 0;
	  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
	  background-repeat: no-repeat;
	  transition: background-size 1s linear, background-position 1s linear;

	}

	.newsmatic-title-five .post-title a:hover,
	.newsmatic-title-five .news-carousel .post-title a:hover,
	.newsmatic-title-five .widget_block ul li a:hover,
	.newsmatic-title-five .widget_nav_menu ul li a:hover {
		background-size: 20px 2px, 0 2px, 100% 2px;
  		background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
	}


	/* Title effect none */
	.newsmatic-title-none .post-title a:hover,
	.newsmatic-title-three .news-carousel .post-title a:hover {
		background-image: none;
		background-size: 0;
	}

/*
========================================================
17.0 Archive Layout
========================================================
*/

	body.right-sidebar #theme-content .secondary-left-sidebar {
		display: none;
	}

	body.left-sidebar #theme-content .secondary-sidebar {
		display: none;
	}

	body.no-sidebar #theme-content .secondary-left-sidebar,
	body.no-sidebar #theme-content .secondary-sidebar {
		display: none;
	}

	.search-results #theme-content .primary-content .news-list-post-wrap.column--one article {
		padding: 0;
		padding-bottom: 20px;
	}

	.search-results #theme-content .primary-content .news-list-post-wrap.column--one article:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#theme-content .primary-content article figure{
		margin: auto;
    	position: relative;
	}

	#theme-content .primary-content article figure img{
		display: block;
	}

	.nav-previous {
		padding: 5px 15px;
		text-align: left;
	}

	/** 17.1 Archive Layout **/
	
		body.post-layout--one #theme-content .primary-content article figure .post-categories {
	    	position: absolute;
	    	bottom: 10px;
	    	left: 10px;
	    	display: flex;
	    	flex-wrap: wrap;
		}

		body.post-layout--one #theme-content .primary-content article figure .post-categories li {
	    	margin-right: 5px;
		}

		body.post-layout--one #theme-content .primary-content article .post-element h2{
			margin: 0 0 11px 0;
		    font-size: var(--post-title-size);
		}

		body.post-layout--one.both-sidebar #theme-content .primary-content article .post-element h2,
		body.post-layout--one.right-both-sidebar #theme-content .primary-content article .post-element h2,
		body.post-layout--one.left-both-sidebar #theme-content .primary-content article .post-element h2 {
		    font-size: calc(var(--post-title-size)*0.86);
		}

		body.post-layout--one #theme-content .primary-content article .post-element .post-excerpt {
			margin-top: 8px;
		}

	/** 17.2 Archive Layout **/

		.ticker-item-wrap .post-date a{
			text-decoration: none;
		}

		.modified .published {
		    display: none;
		}

		.modified .updated {
		    display: inline-block;
		}

		@media(max-width: 940px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-tablet);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-tablet);
			}
		}

		@media(max-width: 610px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-smartphone);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-smartphone);
			}
		}

		a.post-link-button i {
			font-size: var(--readmore-button-font-size);
		}

		.post-element a.post-link-button {
			margin: 10px 0 0;
			display: inline-block;
			font-family: var(--meta-family);
    		font-weight: 500;
    		font-size: var(--readmore-button-font-size);
    		text-decoration: none;
    		color: var(--post-title-color);
    		isplay: inline-block;
		}

		a.post-link-button:hover i {
		    margin-left: 4px;
		}

		/* post layout one */
		body.post-layout--one #theme-content .primary-content {
		    display: initial;
		    padding: 20px;
		    align-items: flex-start;
		    margin-right: 0px;
		}

		body.post-layout--one #theme-content .primary-content article{
		    display: flex;
		    border-bottom: 1px solid var(--border-bottom-color);
		    align-items: flex-start;
		    padding: 0 0 15px 0;
		    margin-bottom: 15px;
		}

		body.post-layout--one #theme-content .primary-content article:first-child{
			padding-top: 0px;
		}

		body.post-layout--one #theme-content .primary-content article:last-child{
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 0;
		}

		body.post-layout--one.single #theme-content .primary-content .post-inner-wrapper > article{
			padding-top: 0px;
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article figure {
		    flex: 0 1 35%;
		    margin: 0;
		    margin-right: 25px;
		    position: relative;
		}

		body.post-layout--one #theme-content .primary-content article .entry-content figure {
			margin-right: 0px;
		}
		body.post-layout--one #theme-content .primary-content .post-element {
		    flex: 0 1 65%;
		}

		.post-layout--one #theme-content figure.no-feat-img {
		    position: relative;
		    padding-bottom: 25%;
		    background: var(--noimg-bk-color);
		    background-position: center;
		    background-size: cover;
		    overflow: hidden;
		}

	/* post layout two */	
	body.post-layout--two #theme-content .primary-content .news-list-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title{
		font-size: calc(var(--post-title-size)* 0.86);
		margin: 8px 0 10px;
	}

	body.post-layout--two.no-sidebar #theme-content .primary-content .news-list-wrap article{
		flex: 0 1 33.33%;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article{
		flex: 0 1 50%;
	    padding: 0 10px;
	    margin-bottom: 20px;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-element {
		padding-top: 10px;
	}
	
	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure.post-thumb-wrap {
	    margin: 0px;
	    position: relative;
	    height: auto;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories {
	    position: absolute;
	    bottom: 10px;
	    left: 10px;
	    display: flex;
	    flex-wrap: wrap;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories li {
	    margin-right: 5px;
	}

	body.post-layout--two #theme-content figure.no-feat-img {
	    position: relative;
	    padding-bottom: 66.5%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	/* post layout three */
	body.post-layout--three #theme-content .primary-content,
	body.post-layout--four #theme-content .primary-content,
	body.post-layout--five #theme-content .primary-content {
		padding: 20px;
	}

	body.post-layout--three #theme-content .news-list-wrap,
	body.post-layout--four #theme-content .news-list-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	body.post-layout--three #theme-content .news-list-wrap article {
		flex: 1 1 50%;
		padding: 0 10px;
		margin-bottom: 20px;

		display: flex;
	}

	body.post-layout--three #theme-content .news-list-wrap figure {
		flex: 0 1 35%;
		margin-right: 15px;
		align-self: flex-start;
		overflow: hidden;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-categories,
	body.post-layout--four #theme-content .news-list-wrap .post-categories {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-categories li,
	body.post-layout--four #theme-content .news-list-wrap .post-categories li {
		margin-right: 5px;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-element {
		flex: 0 1 65%;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-title {
		margin: 0 0 10px 0;
		font-size: calc(var(--post-title-size)*0.86);
	}

	body.post-layout--three #theme-content .news-list-wrap .post-excerpt {
		font-size: calc(var(--content-size)*0.93);
	}

	/* post layout Four */
	body.post-layout--four #theme-content .news-list-wrap article {
		flex: 0 1 33.33%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	body.post-layout--four #theme-content .news-list-wrap .post-element {
		padding-top: 10px;
	}

	body.post-layout--four #theme-content .news-list-wrap .post-title {
		font-size: calc(var(--post-title-size)*0.81);
		margin: 7px 0 12px;
	}

	/* post layout Five */
	body.no-sidebar.post-layout--five #theme-content .primary-content {
		width: 100%;
	}

	body.post-layout--five #theme-content .news-list-wrap article {
		margin-bottom: 20px;
	}

	body.post-layout--five #theme-content .news-list-wrap article figure{
		overflow: hidden;
	}

	body.post-layout--five #theme-content .news-list-wrap article img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-categories {
		position: absolute;
		margin-right: 5px;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-categories li {
		margin-right: 5px;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-element {
		text-align: center;
		padding: 12px 5px 0;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-element .post-title {
		margin: 7px 0 12px;
	}

	.navigation.posts-navigation {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	.navigation.posts-navigation a{
		text-decoration: none;
	    font-size: 1rem;
	    color: var(--theme-color-red);
	    position: relative;
	}

	.navigation.posts-navigation .nav-previous a:before {
		content: '\f104';
	    font-family: 'Font Awesome 5 Free';
	    color: var(--theme-color-red);
	    font-weight: 900;
	    padding-right: 6px;
	    line-height: 1;
	    transition: 0.2s ease-in;
	    display: inline-block;
	    position: absolute;
	    left: -13px;
	    top: 4px;
	}

	.navigation.posts-navigation .nav-next {
		padding-right: 20px;
	}

	.navigation.posts-navigation .nav-next a:after {
		content: '\f105';
	    font-family: 'Font Awesome 5 Free';
	    color: var(--theme-color-red);
	    font-weight: 900;
	    padding-left: 6px;
	    line-height: 1;
	    transition: 0.2s ease-in;
	    position: absolute;
	    right: -13px;
	    top: 4px;
	}

	.navigation.posts-navigation .nav-previous a:hover:before {
		left: -18px;
	}

	.navigation.posts-navigation .nav-next a:hover:after {
		right: -18px;
	}

	a.post-link-button i {
		transition: 0.2s ease-in;
	}

	.pagination .ajax-load-more,
	.newsmatic-widget-loader .load-more {
		background-color: transparent;
		color: var(--post-title-color);
		position: relative;
		padding: 10px 18px;
	    font-weight: 600;
	    cursor: pointer;
	    text-transform: uppercase;
	    min-width: 30%;
	    font-size: 12px;
	    letter-spacing: 1px;
	    border: 1px solid var(--border-bottom-color);
	    display: inline-block;
	}

	.pagination .ajax-load-more:after,
	.pagination .ajax-load-more:before,
	.newsmatic-widget-loader .load-more:after,
	.newsmatic-widget-loader .load-more:before {
	    content: '';
	    width: 100%;
	    height: 1px;
	    background: var(--border-bottom-color);
	    margin: auto;
	    position: absolute;
	    pointer-events: none;
	    top: 0;
	    bottom: 0;
	}

	.pagination .ajax-load-more:before,
	.newsmatic-widget-loader .load-more:after {
	    right: 100%;
	    margin-right: 20px;
	}

	.pagination .ajax-load-more:after,
	.newsmatic-widget-loader .load-more:before {
	    left: 100%;
	    margin-left: 20px;
	}

	.pagination .ajax-load-more:hover,
	.newsmatic-widget-loader .load-more:hover {
		background-color: var(--theme-color-red);
		border-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.dark_bk .newsmatic-widget-loader .load-more {
		color: var(--white-text);
	}

/*
========================================================
18.0 Single Post Layouts
========================================================
*/

	body.single #theme-content .primary-content .news-list-wrap article {
		padding-top: 0px;
	}

	.both-sidebar.single h1.entry-title {
		font-size: 2rem;
	}

	body.single.both-sidebar #theme-content .row .primary-content {
		margin-right: 0px;
	}

	body.single #theme-content .row .primary-content .post-thumbnail img {
		height: auto;
		width: auto;
		object-fit: cover;
		display: block;
	}

	body.single.both-sidebar #theme-content .row .secondary-sidebar {
		padding-left: 0px;
	}

	body.single.both-sidebar #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 50%;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 33.33%;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		border-bottom: none;
		margin-bottom: 20px;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure{
		margin-right: 0px;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure.no-feat-img {
	    position: relative;
	    padding-bottom: 60%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    width: 100%;
	}

	body.single .navigation.post-navigation{
		background-color: var(--ticker-outer-bk-color);
    	padding: 30px 20px;
    	margin-bottom: 0;
    	margin-top: 15px;
    	display: block;
	}

	body.single .navigation.post-navigation a{
		text-decoration: none;
		color: var(--author-color);
	}

	.navigation.post-navigation .nav-subtitle {
		font-weight: 600;
		display: block;
		margin-bottom: 13px;
		color: var(--theme-color-red);
	}

	.navigation.post-navigation .nav-previous {
		padding: 0;
	}

	nav.navigation.post-navigation {
	    display: block;
	    flex: 1 1 100%;
	}

	body.single .navigation.post-navigation .nav-previous i {
		padding-right: 5px;
	}

	body.single .navigation.post-navigation .nav-next i {
		padding-left: 5px;
	}

	body.single .navigation.post-navigation .nav-previous,
	body.single .navigation.post-navigation .nav-next {
		-webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:   0.6s ease-out;
	}

	body.single .navigation.post-navigation .nav-previous {
	    text-align: right;
    	padding-right: 20px;
	}

	body.single .navigation.post-navigation .nav-links > div {
		border-right: 1px solid #d9d9d9;
	}

	body.single .navigation.post-navigation .nav-links > div:last-child {
		border: none;
	}

	body.single .navigation.post-navigation .nav-next {
	    text-align: left;
    	padding-left: 20px;
	}

	body.single article a{
		text-decoration: none;
	}
	
	body.single .post-inner-wrapper > article.post .post-inner .entry-content a:hover{
		text-decoration: underline;
	}    

	/** comment **/
	.logged-in-as a{
		color: var(--theme-color-red);
    	text-decoration: none;
    	padding-right: 5px;
	}

	.comments-area {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: var(--single-content-bk-color);
		padding: 20px;
		position: relative;
	}

	.comments-area h2.comments-title{
		font-size: calc( var(--post-title-size)*0.8 );
		border-top: 2px solid var(--border-bottom-color);
	    border-bottom: 2px solid var(--border-bottom-color);
	    line-height: 1.5;
	    padding: 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.comments-area h2.comments-title span{
		font-size: inherit;
		text-decoration: none;
	}

	#respond {
		padding: 20px;
    	border: 1px solid var(--border-bottom-color);
	}

	.related_posts_popup_sidebar.related_posts_popup {
		position: fixed;
		right: 15px;
		bottom: 100px;
		border-radius: 0 8px 8px;
		box-shadow: 0 0 10px rgb(0 0 0 / 40%);
	}

	.related_posts_popup_sidebar .single-related-posts-section {
		width: 400px;
	    height: 314px;
	    border-radius: 0 8px 8px;
	}

	.single-related-posts-section .related_post_close {
		display: none;
	}

	.related_posts_popup_sidebar .single-related-posts-section .related_post_close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0.8rem;
		color: var(--white-text);
		background-color: var(--theme-color-red);
		padding: 6px 10px;
	}


/*
========================================================
19.0 Breadcrumb
========================================================
*/

	.newsmatic-breadcrumb-wrap {
		width: 100%;
	    background: var(--breadcrumb-background-color);
	    margin-bottom: 20px;
	    padding: 15px;
	}

	.newsmatic-breadcrumb-wrap ul {
		margin: 0;
	    padding: 0;
	    list-style: none;
	    text-decoration: none;
	}

	.newsmatic-breadcrumb-wrap ul li a{
		color: inherit;
		text-decoration: none;
	}

	.newsmatic-breadcrumb-wrap ul li, 
	.newsmatic-breadcrumb-wrap ul li a,
	.newsmatic-breadcrumb-wrap ul li a span {
		display: inline-block;
		color: var(--breadcrumb-link-color);
	}

	.newsmatic-breadcrumb-wrap ul li a:hover,.newsmatic-breadcrumb-wrap ul li a:hover span{
		color: var(--breadcrumb-link-color-hover);
	}

	.newsmatic-breadcrumb-wrap ul li span {
		color: var(--breadcrumb-text-color);
	}

	.newsmatic_dark_mode .newsmatic-breadcrumb-wrap ul li span {
		color: #fff;
	}

	.newsmatic-breadcrumb-wrap ul li a:after{
		color: var(--breadcrumb-link-color);
	    position: relative;
	    margin: 0 5px;
	    content: "\f101";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 7px;
	    padding-right: 2px;
	    margin-left: 0;
	    font-size: 0.6rem;
	    font-weight: 900;
	}

	.newsmatic-breadcrumb-wrap ul li:last-child a:after{
		content: none;
	}

	.primary-content .newsmatic-breadcrumb-wrap {
		padding: 15px 20px;
	}

	.archive .primary-content .newsmatic-breadcrumb-wrap {
		padding: 15px;
	}

	.newsmatic-breadcrumb-wrap a{
		color: inherit;
		text-decoration: none;
	}

	.archive-description {
    	margin: 15px 0 10px 0;
	}

	.newsmatic-breadcrumb-wrap.placement--after_main_container,
	.newsmatic-breadcrumb-wrap.placement--after_inner_container {
		margin-top: 20px;
	}

	.has-inner--breadcrumb .newsmatic-breadcrumb-wrap{ 
		display: none; 
	}

	.has-inner--breadcrumb .newsmatic-breadcrumb-wrap.single-inner-breadcrumb { 
		display: block; 
	}

	.has-inner--breadcrumb .newsmatic-container.breadcrumb_main_container {
		padding: 0;
    	margin-top: 10px;
	}

	.primary-content .newsmatic-breadcrumb-wrap.placement--inner_container,
	.primary-content .newsmatic-breadcrumb-wrap.placement--after_inner_container  {
		box-shadow: none;
		margin-bottom: 0;
	}

	.single .primary-content .newsmatic-breadcrumb-wrap.placement--after_inner_container  {
		margin-top: 10px;
	}


/*
========================================================
20.0 Footer Option Section
========================================================
*/

	#footer-opinions-section {
		background: var(--opinion-section-bk-color);
	}

	#footer-opinions-section .row {
	    background-color: var(--opinion-content-bk-color);
	    padding: 20px;
	    position: relative;
	}

	.opinions-items-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.opinions-items-wrap.column--two .opinion-item{
		flex: 0 1 50%;
		padding: 10px 15px 10px 0;

		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.opinions-items-wrap.column--three .opinion-item{
		flex: 0 1 33.33%;
		display: flex;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.opinions-items-wrap .opinion-item figure{
		flex: 0 1 30%;
		text-align: center;
		padding-right: 8px;
	}

	.opinions-items-wrap .opinion-item figure img {
		border-radius: 70%;
	    width: 125px;
	    height: 125px;
	    object-fit: cover;
	}

	.opinions-items-wrap.column--three .opinion-item figure img {
		border-radius: 70%;
	    width: 75px;
	    height: 75px;
	    object-fit: cover;
	}

	.opinions-items-wrap .opinion-item .opinion-content{
		flex: 1 1 70%;
	}

	.opinions-items-wrap .opinion-item .opinion-content h2{
		margin: 0;
		margin-bottom: 15px;
		font-size: var(--post-title-size);
		line-height: inherit;
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content h2{
		font-size: calc(var(--post-title-size)*0.8);
		margin-bottom: 10px;
	}

	.opinions-items-wrap .opinion-item .opinion-content span{
		padding: 15px;
		color: var(--meta-text-color);
	}

	.opinions-items-wrap .opinion-item .opinion-content span,
	.opinions-items-wrap .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.2);
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content span,
	.opinions-items-wrap.column--three .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.1);
	}

	.opinions-items-wrap .opinion-item .opinion-content span i {
		padding-right: 8px;
	    font-size: 20px;
	    color: var(--meta-text-color);
	    margin-top: 0px;
	    display: inline-block;
	}

	.your-opinions-block-widget .opinions-items-wrap.column--one .opinion-item {
		padding-top: 0px;
	}

	.your-opinions-block-widget .opinions-items-wrap.column--one .opinion-item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

/*
========================================================
21.0 Pagination
========================================================
*/

	.pagination,
	.newsmatic-widget-loader{
		margin-top: 20px;
		text-align: center;
		overflow: hidden;
	}

	ul.page-numbers {
    	margin-left: 0;
    	list-style: none;
    	padding-left: 0px;
    	margin-top: 10px;
    	margin-bottom: 0;
    	text-align: left;
	}

	ul.page-numbers li {
	    display: inline-block;
	    margin: 2px 5px 2px 0;
	}

	.pagination span, .pagination a {
		text-decoration: none;
	    color: var(--white-text);
	    font-size: 14px;
	    font-weight: 500;
	    line-height: 1;
	    background-color: transparent;
	    border: 2px solid var(--theme-color-red);
	    padding: 0;
	    text-align: center;
	    border: 0;
	    -webkit-transition: 0.2s ease-in-out;
	    -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	    -o-transition: 0.2s ease-in-out;
	    transition: 0.2s ease-in-out;
	    height: 32px;
	    width: 36px;
	    line-height: 30px;
	    display: block;
    }

    .pagination span, .pagination a {
	    color: var(--theme-color-red);
	    border: 2px solid var(--theme-color-red);
	    border-color: var(--theme-color-red);
	    background-color: transparent;
	    border-radius: 2px; 
	}

	.pagination span.current {
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.pagination .nav-previous a,
	.pagination .nav-next a {
		display: inline;
		border: none;
		padding: 0 5px;
	}

	.pagination .navigation.posts-navigation .nav-previous a:before,
	.pagination .navigation.posts-navigation .nav-next a:after {
		top: 2px;
	}

	.pagination .page-numbers a:hover {
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.prev.page-numbers,
	.next.page-numbers {
		font-size: 0.8rem;
	}

	.pagination .nav-links a {
		text-transform: capitalize;
	}


/** 
========================================================
22.0 Box Full layouts
========================================================
*/
	body.site-boxed--layout #page{
		margin: 20px 60px;
		box-shadow: 0 0 15px rgb(0 0 0 / 10%);
		position: relative;
	}

	body.newsmatic_dark_mode.site-boxed--layout #page{
		background-color: #111111;
	}

	@media(max-width: 1025px){
		body.site-boxed--layout #page {
	    	margin: 15px 30px;
	    }
	}

	@media(max-width: 1025px){
		body.site-boxed--layout #page {
	    	margin: 15px 20px;
	    }
	}
	body.newsmatic_website_frame_wrap {
		position: relative;
	} 

	body.newsmatic_website_frame_wrap .newsmatic_website_frame {
		box-shadow: 0 0 100px 100px #fff;
		position: fixed;
		pointer-events: none;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 999999;
		display: block;
		/* border: 2px solid var(--website-frame-color); */
	}

/*
========================================================
23.0 Social Icons
========================================================*/

	.social-block-widget a.social-icon i {
		border: 2px solid var(--theme-color-red);
		font-size: 20px;
	    padding: 8px 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    vertical-align: middle;
	    line-height: 1;
	    margin-right: 5px;
	    border-radius: 3px;
	    display: inline-block;
	}

	.social-block-widget a.social-icon i{
		font-size: 20px;
	}

	.social-block-widget a.social-icon:hover i {
		color: var(--theme-color-red);
		background-color: transparent;
	}

	/** Default social icon colors **/

	/** Instagram **/
	.social-block-widget.global-color-icon a.social-icon .fa-instagram,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item .fa-instagram {
		background-color: #3f729b;
		border: 2px solid #3f729b;
	}
	.social-block-widget a.social-icon:hover .fa-instagram,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item:hover .fa-instagram {
		color: #3f729b;
		background-color: transparent;
	}

	/** Facebook **/
	.social-block-widget.global-color-icon a.social-icon .fa-facebook,
	.social-block-widget.global-color-icon a.social-icon .fa-facebook-f,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item .fa-facebook-f {
		background-color: #3b5998;
		border: 2px solid #3b5998;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-facebook,
	.social-block-widget.global-color-icon a.social-icon:hover .fa-facebook-f,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item:hover .fa-facebook-f {
		color: #3b5998;
		background-color: transparent;
	}

	/** pinterest **/
	.social-block-widget.global-color-icon a.social-icon .fa-pinterest,
	.social-block-widget.global-color-icon a.social-icon .fa-pinterest-p {
		background-color: #bd081c;
		border: 2px solid #bd081c;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-pinterest,
	.social-block-widget.global-color-icon a.social-icon:hover .fa-pinterest-p {
		color: #bd081c;
		background-color: transparent;
	}
	/** Linkedin **/
	.social-block-widget.global-color-icon a.social-icon .fa-linkedin,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item .fa-linkedin-in {
		background-color: #0077b5;
		border: 2px solid #0077b5;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-linkedin,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item:hover .fa-linkedin-in {
		color: #0077b5;
		background-color: transparent;
	}
	/** Digg **/
	.social-block-widget.global-color-icon a.social-icon .fa-digg {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-digg {
		color: #000000;
		background-color: transparent;
	}
	/** Dilicious **/
	.social-block-widget.global-color-icon a.social-icon .fa-delicious {
		background-color: #3399ff;
		border: 2px solid #3399ff;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-delicious {
		color: #3399ff;
		background-color: transparent;
	}
	/** Stumbleupon **/
	.social-block-widget.global-color-icon a.social-icon .fa-stumbleupon {
		background-color: #eb4924;
		border: 2px solid #eb4924;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-stumbleupon {
		color: #eb4924;
		background-color: transparent;
	}
	/** Tumblr **/
	.social-block-widget.global-color-icon a.social-icon .fa-tumblr {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-tumblr {
		color: #00405d;
		background-color: transparent;
	}
	/** Reddit **/
	.social-block-widget.global-color-icon a.social-icon .fa-reddit {
		background-color: #ff4500;
		border: 2px solid #ff4500;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-reddit {
		color: #ff4500;
		background-color: transparent;
	}
	/** Weibo **/
	.social-block-widget.global-color-icon a.social-icon .fa-weibo {
		background-color: #ce1126;
		border: 2px solid #ce1126;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-weibo {
		color: #ce1126;
		background-color: transparent;
	}
	/** xing **/
	.social-block-widget.global-color-icon a.social-icon .fa-xing {
		background-color: #026466;
		border: 2px solid #026466;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-xing {
		color: #026466;
		background-color: transparent;
	}
	/** WhatsApp **/
	.social-block-widget.global-color-icon a.social-icon .fa-whatsapp {
		background-color: #43d854;
		border: 2px solid #43d854;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-whatsapp {
		color: #43d854;
		background-color: transparent;
	}
	/** Blogger **/
	.social-block-widget.global-color-icon a.social-icon .fa-blogger {
		background-color: #f57d00;
		border: 2px solid #f57d00;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-blogger {
		color: #f57d00;
		background-color: transparent;
	}
	/** Amazon **/
	.social-block-widget.global-color-icon a.social-icon .fa-amazon {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-amazon {
		color: #000000;
		background-color: transparent;
	}
	/** Yahoo Mail **/
	.social-block-widget.global-color-icon a.social-icon .fa-mail {
		background-color: #410093;
		border: 2px solid #410093;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-mail {
		color: #410093;
		background-color: transparent;
	}
	/** Newsvine**/
	.social-block-widget.global-color-icon a.social-icon .fa-newsvine {
		background-color: #00b488;
		border: 2px solid #00b488;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-newsvine {
		color: #00b488;
		background-color: transparent;
	}
	/** Evernote**/
	.social-block-widget.global-color-icon a.social-icon .fa-evernote {
		background-color: #2dbe60;
		border: 2px solid #2dbe60;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-evernote {
		color: #2dbe60;
		background-color: transparent;
	}
	/** Myspace**/
	.social-block-widget.global-color-icon a.social-icon .fa-myspace {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-myspace {
		color: #00405d;
		background-color: transparent;
	}
	/** Viadeo**/
	.social-block-widget.global-color-icon a.social-icon .fa-viadeo {
		background-color: #f07355;
		border: 2px solid #f07355;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-viadeo {
		color: #f07355;
		background-color: transparent;
	}
	/** Line**/
	.social-block-widget.global-color-icon a.social-icon .fa-line {
		background-color: #00c300;
		border: 2px solid #00c300;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-line {
		color: #00c300;
		background-color: transparent;
	}
	/** flipboard **/
	.social-block-widget.global-color-icon a.social-icon .fa-flipboard {
		background-color: #e12828;
		border: 2px solid #e12828;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-flipboard {
		color: #e12828;
		background-color: transparent;
	}
	/** Yummly **/
	.social-block-widget.global-color-icon a.social-icon .fa-yummly {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-yummly {
		color: #00405d;
		background-color: transparent;
	}
	/** Viber **/
	.social-block-widget.global-color-icon a.social-icon .fa-viber {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-viber {
		color: #00405d;
		background-color: transparent;
	}
	/** Telegram **/
	.social-block-widget.global-color-icon a.social-icon .fa-Telegram {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-Telegram {
		color: #00405d;
		background-color: transparent;
	}
	/** Youtube **/
	.social-block-widget.global-color-icon a.social-icon .fa-youtube {
		background-color: #cd201f;
		border: 2px solid #cd201f;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-youtube {
		color: #cd201f;
		background-color: transparent;
	}
	/** Vimeo **/
	.social-block-widget.global-color-icon a.social-icon .fa-vimeo {
		background-color: #1ab7ea;
		border: 2px solid #1ab7ea;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-vimeo {
		color: #1ab7ea;
		background-color: transparent;
	}
	/** Fpirsqiare **/
	.social-block-widget.global-color-icon a.social-icon .fa-foursquare {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-foursquare {
		color: #00405d;
		background-color: transparent;
	}
	/** Behance **/
	.social-block-widget.global-color-icon a.social-icon .fa-behance {
		background-color: #1769ff;
		border: 2px solid #1769ff;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-behance {
		color: #1769ff;
		background-color: transparent;
	}
	/** Github **/
	.social-block-widget.global-color-icon a.social-icon .fa-github {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-github {
		color: #00405d;
		background-color: transparent;
	}
	/** Skype **/
	.social-block-widget.global-color-icon a.social-icon .fa-skype {
		background-color: #00aff0;
		border: 2px solid #00aff0;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-skype {
		color: #00aff0;
		background-color: transparent;
	}
	/** Snapchat **/
	.social-block-widget.global-color-icon a.social-icon .fa-snapchat {
		background-color: #fffa37;
		border: 2px solid #fffa37;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-snapchat {
		color: #fffa37;
		background-color: transparent;
	}
	/** Toktok **/
	.social-block-widget.global-color-icon a.social-icon .fa-tiktok {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-tiktok {
		color: #000000;
		background-color: transparent;
	}
	/** Twitter **/
	.social-block-widget.global-color-icon a.social-icon .fa-twitter,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item .fa-twitter {
		background-color: #55acee;
		border: 2px solid #55acee;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-twitter,
	.widget_newsmatic_author_info_widget .author-social-networks a.social-item:hover .fa-twitter {
		color: #55acee;
		background-color: transparent;
	}

	/** vk **/
	.social-block-widget.global-color-icon a.social-icon .fa-vk {
		background-color: #0077ff;
		border: 2px solid #0077ff;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-vk {
		color: #0077ff;
		background-color: transparent;
	}

	/** social wifi **/ 
	.social-block-widget.global-color-icon a.social-icon .fa-wifi {
		background-color: #099;
		border: 2px solid #099;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-wifi {
		color: #099;
		background-color: transparent;
	}

/*
========================================================
24.0 LItemode Darkmode 
========================================================*/

	.site-header.layout--default .mode_toggle_wrap {
	    flex: 0 1 2.5%;
	    padding-left: 20px;
	}
	.mode_toggle {
		display: block;
		 --size: 1.1rem;
		 appearance: none;
		 outline: none;
		 cursor: pointer;
		 margin-bottom: 3px;
		 width: var(--size);
		 height: var(--size);
		 box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
		 border-radius: 999px;
		 color: var(--mode-toggle-color);
		 transition: all 500ms;
	}
	.mode_toggle:checked {
		 --ray-size: calc(var(--size) * -0.4);
		 --offset-orthogonal: calc(var(--size) * 0.65);
		 --offset-diagonal: calc(var(--size) * 0.45);
		 transform: scale(0.75);
		 color: var(--theme-color-red);
		 box-shadow: inset 0 0 0 var(--size),
	               calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size),
	               var(--offset-orthogonal) 0 0 var(--ray-size),
	               0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size),
	               0 var(--offset-orthogonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size),
	               var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size),
	               var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
	}
	 .mode_toggle {
		 z-index: 1;
	}
	.mode_toggle:hover {
		color: var(--theme-color-red);
	}

	 .mode_toggle:checked ~ .background {
		 --bg: white;
	}


/*
========================================================
25.0 Miscellaneous
========================================================
*/

	.widget_newsmatic_banner_ads_widget {
		background-color: transparent !important;
		padding: 0 !important;
	}

	.news-grid, .news-list {
		position: relative;
	}

	a.view-all-button {
		position: absolute;
	    top: 25px;
	    right: 20px;
	    z-index: 9;
	    background: var(--theme-color-red);
	    border-radius: 100%;

	    -webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:  0.6s ease-out;

	    border: none;
	    width: 30px;
	    height: 30px;
	    opacity: .5;

	}

	a.view-all-button:hover {
		opacity: 1;
	}

	.news-filter-post-wrap a.view-all-button,
	.news-carousel a.view-all-button {
		top: 2px;
		right: 2px;
	}

	body a.view-all-button {
		border: none;
		padding: 0;
		text-decoration: none;
	}

	a.view-all-button i {
		color: var(--white-text);
    	display: block;

    	padding: 0;
    	margin-top: -10px;
    	text-align: center;
    	line-height: 3.3;

    	-webkit-transition: 0.4s ease-out;
	    -moz-transition:  0.4s ease-out;
	    transition:  0.4s ease-out;
	}

	.newsmatic_dark_mode a.view-all-button i {
		line-height: 3.5;
	}

	a.view-all-button:hover i {
		color: var(--white-text);
		-webkit-transform: rotateZ(360deg);
	    -moz-transform: rotateZ(360deg);
	    transform: rotateZ(360deg);
	}

	.archive-description {
		font-size: 1rem;
    	color: var(--meta-text-color);
	}

	footer.entry-footer {
		clear: both;
		margin-top: 15px;
	}

/*
========================================================
26.0 Menu Hover Effect
========================================================
*/

/*
========================================================
26.0 Menu Hover Effect
========================================================
*/
	.main-navigation.hover-effect--one .menu > li > a:before,
	.main-navigation.hover-effect--one .nav.menu > li > a:before
	{
	  position: absolute;

	  left: 75%;
	  right: 75%;
	  

	  height: 2.2px;
	  bottom: 10px;
	  content: "";

	  background-color: var(--menu-color-hover);
	  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transform: translate3d(0, 0, 0);
	}
	.main-navigation.hover-effect--one  .menu > li > a:hover:before, 
	.main-navigation.hover-effect--one  .nav.menu > li > a:hover:before
	 {
	  left: 15px;
	  right: 15px;
	}


/*
========================================================
27.0 Move To Top
========================================================
*/
	#newsmatic-scroll-to-top {
		position: fixed;
		bottom: 5px;
		right: 5px;
		padding: 8px 20px;
		z-index: 999999999;
		display: none;
		font-size: var(--move-to-top-font-size);
		color: var(--move-to-top-color);
		background-color: var(--move-to-top-background-color);
	}

	@media(max-width: 940px){
		#newsmatic-scroll-to-top {
			font-size: var(--move-to-top-font-size-tablet);
		}
	}

	@media(max-width: 610px){
		#newsmatic-scroll-to-top {
			font-size: var(--move-to-top-font-size-smartphone);
		}
	}

	#newsmatic-scroll-to-top.align--right {
		right: 5px;
	}

	#newsmatic-scroll-to-top.align--left {
		left: 5px;
		right: auto;
	}

	#newsmatic-scroll-to-top.align--center {
		left: 50%;
    	right: auto;
	}

	#newsmatic-scroll-to-top.show {
		display: block;
	}

	#newsmatic-scroll-to-top:hover {
		cursor: pointer;
		color: var(--move-to-top-color-hover);
		background-color: var(--move-to-top-background-color-hover);
	}

	#newsmatic-scroll-to-top span, #newsmatic-scroll-to-top span i{
		font-style: inherit;
	}

	#newsmatic-scroll-to-top .icon-text {
		padding-left: 3px;
	}

	#newsmatic-scroll-to-top.show:hover {
		border-color: #1B8415 ;
	}


	/*
	========================================================
	28.0 404 Page
	========================================================
	*/

		.error404 sub {
			bottom: 0;
			color: var(--theme-color-red);
		}

		.error404  h1.page-title {
			margin: 5px 0 15px 0;
		}

		.error404 #theme-content .row .primary-content {
			padding: 20px;
			background: var(--404-error-content-bk-color);
		}

		.error404 #theme-content .row .primary-content p{
			font-size: var(--post-title-size);
			text-align: center;
			color: var(--post-title-color);
		}

		.error404 .page-footer {
			text-align: center;
		}

		.error404 #theme-content .button-404 {
			text-align: center;
			color: var(--white-text);
			background-color: var(--theme-color-red);
			display: inline-block;
			padding: 10px 20px;
			text-decoration: none;
			font-weight: 500;
			text-transform: uppercase;
			font-size: var(--post-title-size);
		}

		.error404 .widget {
			background: var(--404-error-content-bk-color);
		}

/*
========================================================
29.0 Stickey Sidebar
========================================================
 */

	.single.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: 1;
	}

	.single.sidebar-sticky #theme-content .primary-content {
		z-index: 2;
	}

	.single.sidebar-sticky #theme-content .row .secondary-sidebar aside{
		position: relative;
		z-index: 999;
	}


	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content
		{
		position: -webkit-sticky!important;
	    position: sticky!important;
	    top: 0;
	    align-self: flex-start;
	}

	@media(max-width: 1026px) {
		.sidebar-sticky .secondary-sidebar,
		.sidebar-sticky .secondary-left-sidebar,
		.sidebar-sticky .secondary-sidebar,
		.sidebar-sticky .primary-content
		{
			position: initial!important;
		}
	}

/*
========================================================
30.0 Stickey Menu
========================================================
*/
	.main-header .menu-section.fixed_header{
		position: fixed;
		z-index: 99999;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
	}
	.admin-bar .main-header .menu-section.fixed_header{
		top: 32px;
	}

	.wp-customizer .main-header .menu-section.fixed_header{
		position: relative!important;
	}
	
	@media screen and (max-width: 584px) {
		body.admin-bar .main-header .menu-section.fixed_header{
			top: 0px;
		}
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.newsmatic-shortcode-block  {
		margin-bottom: 20px;
		font-family: var(--post-title-family);
	}

	.newsmatic-shortcode-block a{
		text-decoration: none;
	}

	.newsmatic-shortcode-block p,
	.newsmatic-shortcode-block a,
	.newsmatic-shortcode-block div,
	.newsmatic-shortcode-block span {
		font-family: var(--post-title-family);
	}

	.widget_email-subscribers-form form {
		margin-top: 20px;
	}

	.widget_email-subscribers-form input{
		width: 100%;
	}

	.widget_email-subscribers-form .es_submit_button{
			border: none;
			font-weight: 500;
			padding-bottom: 9px;
			text-transform: uppercase;
			font-family: var(--block-title-family);
	}

	#top-header-menu li {
		display: inline-block;
	}

	.dark_bk .newsmatic-widget-carousel-posts .slick-prev i,
	.dark_bk .newsmatic-widget-carousel-posts .slick-next i {
		padding-bottom: 2px;
		color: #bbb;
	}

body .newsmatic-category-no-bk .post-categories .cat-item {
	background-color: transparent!important;
}

	/* 31.0 Box Shadow */
		/** box shadow **/
		#theme-content .primary-content,
		.post-inner,
		.single #comments,
		.newsmatic-breadcrumb-wrap,
		.secondary-sidebar .widget,
		.secondary-left-sidebar .widget,
		.newsmatic-section .primary-content > div,
		.full-width-section .row > div,
		.bottom-full-width-section .row > div,
		.ticker-news-wrap,
		.banner-layout--two .main-banner-popular-posts,
		.banner-layout--one .main-banner-tabs,
		.single-related-posts-section,
		.archive.author .newsmatic-container.newsmatic-author-section .row,
		#footer-opinions-section .newsmatic-container .row,
		.sidebar-toggle .widget {
			box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-webkit-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-moz-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
		}

		.single.single-post #theme-content .primary-content,
		.widget.widget_newsmatic_widget_title_widget {
			box-shadow: none;
		}


/*
======================
32.0 Video Playlist
	32.1 Layout One
	32.2 Layout Two
======================
*/

	#video-playlist-section {
		background: var(--video-playlist-section-bk-color);
	}

	/*
	======================
	32.1 Layout One
	======================
	*/
		.video-playlist-section.layout--one .newmatic-video-section-container {
			display: flex;
			flex-wrap: wrap;
		}

		.video-playlist-section.layout--one .active-player {
			flex: 0 1 65%;
		}

		.video-playlist-section.layout--one .active-player iframe {
			width: 100%;
			height: 500px;
			display: block;
		}

		/* player-list-wrap */
		.video-playlist-section.layout--one .player-list-wrap {
			flex: 0 1 35%;
			background-color: var(--video-content-bk-color);
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text {
			display: flex;
			align-items: center;
			background-color: var(--theme-color-red);
			padding: 13px 20px 11px;
		}

		.video-playlist-section.layout--one .thumb-controller {
			flex: 0 1 11%;
			position: relative;
			padding: 5px 6px 4px;
			border-right: 1px solid #fff3;
		}

		.video-playlist-section.layout--one .thumb-controller i {
			color: var(--white-text);
			cursor: pointer;
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text .thumb-title-wrap {
			flex: 0 1 89%;
		}

		.video-playlist-section.layout--one .player-list-wrap .thumb-video-highlight-text .video-title {
			padding-left: 15px;
			font-size: calc(var(--post-title-size)*0.7);
			color: var(--white-text);
		}

		.video-playlist-section.layout--one .player-list-wrap .video-title {
			font-family: var(--post-title-family);
			text-transform: uppercase;
			line-height: 1.3;
			margin: 0;
			overflow: hidden;
		    text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			display: -webkit-box;
		}

		.video-playlist-section.layout--one .player-list-wrap .video-duration {
			font-size: 0.73rem;
			color: #fffefe;
			font-style: italic;
			font-weight: 500;
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text .video-duration {
			float: right;
		}

		.video-playlist-section.layout--one .playlist-items-wrap .video-duration {
			color: #959595;
		}

		/* playlist-items-wrap */
		.video-playlist-section.layout--one .playlist-items-wrap {
			height: 418px;
			overflow-y: auto;
		}

		.video-playlist-section.layout--one .video-item {
			display: flex;
			flex-wrap: wrap;
			position: relative;
			padding: 10px 20px;
			cursor: pointer;
		}

		.video-playlist-section.layout--one .video-item:hover {
			background-color: var(--video-hover-bk-color);
		}

		.video-playlist-section.layout--one .video-item.activePlayer {
			border-left: 3px solid var(--theme-color-red);
		    background-color: var(--video-item-active-bk-color);
		}

		.video-playlist-section.layout--one .video-item .video-thumb {
			flex: 0 1 30%;
			height: 69px;
			overflow: hidden;
		}

		.video-playlist-section.layout--one .video-item .video-thumb img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.video-playlist-section.layout--one .video-item .title-wrap {
			flex: 0 1 70%;
			padding-left: 15px;
		}

		.video-playlist-section.layout--one .video-item .title-wrap .video-title {
			font-size: calc(var(--post-title-size)*0.65);
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar {
			width: 4px;
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar-thumb {
		    background-color: var(--theme-color-red);
		    border-radius: 20px;
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar-track {
		    box-shadow: inset 0 0 5px var(--theme-color-red);
		    border-radius: 10px;
		}

	/*
	======================
	32.2 Layout Two
	======================
	*/
		.video-playlist-section.layout--two .active-player {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 -10px;
			margin-bottom: 20px;
		}

		.video-playlist-section.layout--two .active-player .thumb-video-highlight-text {
			flex: 0 1 40%;
			padding: 0 10px;
		}

		.video-playlist-section.layout--two .active-player .thumb-controller i {
			font-size: 1.6rem;
			cursor: pointer;
		}

		.video-playlist-section.layout--two .active-player .video-title {
			font-family: var(--post-title-family);
			font-size: calc(var(--post-title-size)*1.3);
			text-transform: uppercase;
			line-height: 1.4;
			cursor: pointer;
			margin: 20px 0 10px;
		}

		.video-playlist-section.layout--two .video-duration {
			font-size: 0.86rem;
			font-weight: 500;
		}

		.video-playlist-section.layout--two .active-player iframe {
			flex: 0 1 60%;
			padding: 0 10px;
			height: 420px;
			width: 100%;
		}

		/*	Player List*/
		.video-playlist-section.layout--two .playlist-items-wrap .slick-arrow {
			cursor: pointer;
			position: absolute;
			z-index: 9;
			top: 50%;
			border: none;
			transform: translateY(-50%);
			background-color: var(--white-text);
			border-radius: 50%;
			color: var(--theme-color-red);
			font-size: 0.83rem;
			width: 40px;
			height: 39px;
			padding: 5px;
			box-shadow: 0 4px 17px 0 rgb(0 0 0 / 5%);
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-prev.slick-arrow {
			left: -20px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-next.slick-arrow {
			right: -20px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-list {
			margin: 0 -10px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-track > div {
			padding: 0 10px;
			cursor: pointer;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-thumb {
			height: 175px;
			width: 100%;
			overflow: hidden;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-title {
			margin: 10px 0 5px;
			font-family: var(--post-title-family);
			font-size: calc(var(--post-title-size)*0.76);
			line-height: 1.4;
			text-transform: uppercase;
		}

/*
=============================
33.0 Featured Post is Sticky
=============================
*/
	.archive.category article.sticky-hide {
		display: none;
	}

	.featured-post.is-sticky {
		position: relative;
		height: 550px;
		margin-bottom: 20px;
		width: 100%;
	}

	.featured-post.is-sticky .post-thumb-wrap img {
		display: block;
	    height: 550px;
	    width: 100%;
	    object-fit: cover;
	    transform: initial;
	    top: initial;
	    position: relative;
	    left: initial;
	}

	.featured-post.is-sticky .post-element {
		position: absolute;
		bottom: 0;
		left: 0;
	    width: 100%;
	    background-image: linear-gradient(to top, #1a191969, transparent);
	    padding: 50px 50px 40px;
	}

	.featured-post.is-sticky .post-element ul li {
		margin-right: 5px;
	}

	.featured-post.is-sticky .post-element h2 {
		margin: 25px 0 15px;
	    font-size: calc(var(--post-title-size)*1.6);
	    font-weight: 700;
	    color: var(--white-text);
	    width: 55%;
        overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.featured-post.is-sticky .post-meta .author_name,
	.featured-post.is-sticky .post-meta time,
	.featured-post.is-sticky .post-meta a.author_name:before,
	.featured-post.is-sticky .post-meta span.post-date:before {
		color: var(--white-text);
	}

/*
=============================
34.0 Author
=============================
*/
	.archive.author .newsmatic-container.newsmatic-author-section {
		margin-bottom: 20px;
	}

	.archive.author .newsmatic-container.newsmatic-author-section .row {
		padding: 40px 35px;
		position: relative;
		background-color: var(--theme-content-bk-color);
	}

	.archive.author .newsmatic-container.newsmatic-author-section img {
		width: 150px;
		height: 150px;
		object-fit: cover;
		border-radius: 50%;
	}

	.archive.author .newsmatic-container.newsmatic-author-section .author-content {
		margin-left: 35px;
	}

	.archive.author .newsmatic-container.newsmatic-author-section h2 {
    	font-size: calc(var(--post-title-size)*1.2);
	}

	.archive.author .newsmatic-container.newsmatic-author-section .author-desc {
		margin: 4px 0 25px;
		font-size: var(--content-size);
		font-weight: 500;
	}

	.archive.author .newsmatic-container.newsmatic-author-section .author-social-networks a {
		color: var(--meta-text-color);
		margin-right: 16px;
    	font-size: 15px;
	}

	@media (max-width: 425px) {
		body.archive.author #theme-content .newsmatic-container.newsmatic-author-section .row {
			flex-direction: column !important;
			align-items: center;
			padding: 20px;
		}
		.archive.author .newsmatic-container.newsmatic-author-section .author-content {
			margin: 10px 0 0;
			text-align: center;
		}
	}

	@media (max-width: 768px) {
		.newsmatic_font_typography nav.main-navigation ul.nav-menu li.current-menu-item {
			background: transparent;
		}
	}

/*
=============================
35.0 Aditional css for image ration
=============================
*/

/* For banner **/

/** For inner blocks **/

article figure.post-thumb-wrap,
.post-item figure.post-thumb,
.widget_newsmatic_category_collection_widget .category-item.post-thumb{
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
}


article figure.post-thumb-wrap img,
article figure.post-thumb img,
.post-item figure.post-thumb img,
.category-item.post-thumb img
{
	height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%,-50%);
}

#main-banner-section .main-banner-slider figure.post-thumb, 
#main-banner-section .main-banner-slider figure.post-thumb-wrap  {
	overflow: hidden;
}

#main-banner-section .post-item figure.post-thumb {
	padding-bottom: initial;
	overflow-y: hidden;
}

.filter-tab-content-wrapper .trailing-post figure.post-thumb-wrap {
	padding-bottom: 120px!important;
	width: 100%;
}


/*#main-banner-section.banner-layout--three figure.post-thumb img {
	position: relative;
}*/

.newsmatic-image-hover--effect-four .author-wrap .post-thumb img,
.newsmatic-image-hover--effect-four .opinions-items-wrap .opinion-item figure img,
.newsmatic-image-hover--effect-three .author-wrap .post-thumb img,
.newsmatic-image-hover--effect-three .opinions-items-wrap .opinion-item figure img {
	position: relative;
	-webkit-transform: none;
    transform: none;
    -webkit-transition: none;
}

.newsmatic-image-hover--effect-four .author-wrap .post-thumb:hover img,
.newsmatic-image-hover--effect-four .opinions-items-wrap .opinion-item figure:hover img,
.newsmatic-image-hover--effect-three .author-wrap .post-thumb:hover img,
.newsmatic-image-hover--effect-three .opinions-items-wrap .opinion-item figure:hover img {
	-webkit-transform: none;
    transform: none;
    -webkit-transition: none;
}


#main-banner-section.banner-layout--two .post-item figure.post-thumb { 
	height: 90px;
}

body.single .layout--list .single-related-posts-wrap article figure.post-thumb-wrap {
    padding-bottom: calc(0.2 * 100%);
}

body.single .layout--grid .single-related-posts-wrap article figure.post-thumb-wrap {
    padding-bottom: initial;
    height: 110px;
    overflow: hidden;
}

body .banner-layout--three .main-banner-block-posts.banner-trailing-posts article  figure.post-thumb {
	height: 210px;
}

body .banner-layout--three .main-banner-block-posts.banner-trailing-posts article:first-child  figure.post-thumb {
	height: 100%;
}

.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
	position: relative;
}

.news-list-post-wrap .list-item figure.post-thumb-wrap {
	width: 100%;
}

.site-footer.dark_bk .posts-grid-wrap.layout-two .post-content-wrap {
	background-color: var(--dark-bk-color);
}

.search-results-wrap .article-item .post-thumb-wrap img {
	transform: none;
	-webkit-transform: none;
}


body.single .primary-content .post-thumbnail {
    overflow: hidden;
}


/*
=============================
34.0 Elementor Compatibility
=============================
*/

body .elementor-section .post-categories .cat-item {
	background-color: transparent;
}

body .elementor-section .news-list-post-wrap .list-item figure.post-thumb-wrap {
	flex: none;
}

body .elementor-section .news-list-post-wrap .list-item .post-element {
	flex: 1;
}

body .elementor-section .banner-layout--four .main-banner-block-posts article,
body .elementor-section .banner-layout--four .main-banner-wrap {
	margin-bottom: 0;
}


/*
=============================
33.0 Elementor Compatibility
=============================
*/

		body .nekit-banner-wrap ul.post-categories li.cat-item,
		body .nekit-filter-widget ul.post-categories li.cat-item,
		body .nekit-carousel-widget ul.post-categories li.cat-item,
		body .nekit-block-widget ul.post-categories li.cat-item,
		body .nekit-full-width-banner-wrap ul.post-categories li.cat-item,
		body .nekit-list-widget ul.post-categories li.cat-item,
		body .nekit-grid-widget ul.post-categories li.cat-item,
		body .nekit-archive-posts-wrap ul.post-categories li.cat-item,
		body.single .nekit-list-widget ul.post-categories li.cat-item,
		body.single .nekit-grid-widget ul.post-categories li.cat-item,
		body.archive .nekit-list-widget ul.post-categories li.cat-item,
		body.archive .nekit-grid-widget ul.post-categories li.cat-item {
			background-color: transparent;
		}

		body .post,
		body .page {
			margin: 0;
		}

	/* LIST */
		body .nekit-list-widget.nekit-widget-section figure.post-thumb-wrap {
			flex: initial;
		}

		body .nekit-list-widget .post-item .post-element {
			flex: 1;
		}

		body .nekit-list-widget.nekit-widget-section .news-list-post-wrap {
			margin: 0;
		}

		body .nekit-list-widget .news-list-post-wrap .post-item {
			display: initial;
			padding: 0;
			border: none;
		}

		body .nekit-list-widget.layout--two .post-title {
			margin-left: -5rem;
		}
		
		body .nekit-list-widget.nekit-widget-section .news-list-post-wrap {
			padding: 0;
		}

	/* CAROUSEL */
		body .news-carousel.layout--three .post-categories {
			position: initial;
		}

		body .nekit-carousel-widget.nekit-widget-section .slick-arrow {
			width: initial;
			height: initial;
		}

	/* BANNER */
		body .nekit-banner-wrap .main-banner-wrap,
		body .nekit-banner-wrap.banner-layout--two .main-banner-popular-posts {
			max-width: 100%;
		}

		body .nekit-banner-wrap.banner-layout--one .main-banner-tabs,
		body .nekit-banner-wrap.banner-layout--two .main-banner-popular-posts {
			background-color: transparent;
			box-shadow: none;
		}

		body .nekit-banner-wrap.banner-layout--one .main-banner-tabs article {
			padding: 0;
			margin: 0;
			border: none;
		}

		body #theme-content .nekit-widget-section.nekit-banner-wrap .row,
		body .nekit-widget-section.nekit-banner-wrap.banner-layout--five .row {
			display: grid;
		}

		body .nekit-banner-wrap .main-banner-wrap .slick-arrow i {
			padding: 0;
			border: none;
			border-radius: 0
		}

		body .nekit-banner-wrap.banner-layout--two .row {
			background-color: transparent;
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .slick-prev {
			right: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .main-banner-wrap .post-thumb-wrap a {
			position: initial;
		}

		body .nekit-banner-wrap.main-banner-section .post-element {
			background-image: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .slick-prev i {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .post-categories li {
			margin: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-count  {
			width: initial;
			height: initial;
			top: initial;
			left: initial;
			border: initial;
			line-height: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-element {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-categories a {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .main-banner-block-posts {
			margin: 0;
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .main-banner-wrap,
		body .nekit-banner-wrap.banner-layout--three .main-banner-block-posts article {
			margin: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .slick-list article,
		body .nekit-banner-wrap.banner-layout--three .slick-list article .post-thumb,
		body .nekit-banner-wrap.banner-layout--three .slick-list article .post-thumb img {
			height: initial;
		}

		body .nekit-banner-wrap.main-banner-section .post-thumb-wrap,
		body .nekit-banner-wrap.main-banner-section .post-thumb {
			padding-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-wrap .post-title {
			font-size: 26px;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-block-posts {
			padding-left: initial;
			height: initial;
			margin: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-wrap {
			margin-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-block-posts article {
			margin-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-wrap .post-item {
			height: initial;
		}

		body .nekit-banner-wrap.banner-layout--five .main-banner-wrap {
			max-width: initial;
			order: initial;
		}

		body .nekit-banner-wrap.banner-layout--five .main-banner-wrap .main-banner-slider {
			height: initial;
		}

		@media (max-width: 500px) {
			body .nekit-banner-wrap .main-banner-wrap .post-excerpt {
				display: block;
			}
		}

	/* TITLE HOVER */
		body .elementor-section .custom-animation--one a:hover {
			background-size: 100%;
		}

	body .nekit-item-box-wrap a {
		text-decoration: none;
	}

	body .nekit-archive-posts-wrap .nav-previous,
	body .nekit-archive-posts-wrap .nav-next {
		padding: 0;
	}

	body .nekit-archive-posts-wrap .posts-navigation .nav-links a:after {
		content: none;
	}

	/* SINGLE */
		body .nekit-single-related-post .single-related-posts-wrap {
			margin: 0;
		}

	/* VIDEO PLAYLIST */
		@media (max-width: 610px) {
			.nekit-video-playlist-wrap.widget-layout--one .playlist-items-wrap {
				height: 222px;
			}
		}

	/* CAROUSEL */
		body .nekit-carousel-widget .news-carousel {
			margin: 0;
		}

	/* ARCHIVE */
		body .nekit-archive-posts-wrap .navigation.posts-navigation .nav-links a:before {
			content: none;
		}

	/* SEARCH */
		.popup-type--modal-box .nekit-search-form-wrap {
			z-index: 10;
		}

	/* TEXT ANIMATION */
		body .elementor-widget-container .post-title.custom-animation--one a:hover,
		body .elementor-widget-container .post-title.custom-animation--seven a:hover {
			background-size: 100%;
		}

		body .elementor-widget-container .post-title.custom-animation--two a {
			background-size: 200% 100%;
		}

		body .elementor-widget-container .post-title.custom-animation--three a:hover,
		body .elementor-widget-container .post-title.custom-animation--four a:hover {
			background-size: 100% 2px;
		}

		body .elementor-widget-container .post-title.custom-animation--five a:hover {
			background-size: 100% 20%;
		}

		body .elementor-widget-container .post-title.custom-animation--six a:hover {
			background-size: 20px 2px, 0 2px, 100% 2px;
		}

		body .elementor-widget-container .post-title.custom-animation--eight a:hover,
		body .elementor-widget-container .post-title.custom-animation--nine a:hover {
			background-size: 100% 100%, 100% 100%;
		}

		body .elementor-widget-container .post-title.custom-animation--ten a {
			background-size: 100% 220%;
		}
	
	/* Slider loader **/
	.main-banner-slider:not(.slick-initialized){
		visibility: hidden;
		position: relative;
		height: 350px;
	}


	.main-banner-slider:not(.slick-initialized):before{
	    visibility: visible;
	    position: absolute;
	    height: 430px;
	    content: url(/wp-content/themes/newsmatic-pro-premium/assets/css/../images/loader/loader_one.gif);
	    vertical-align: middle;
	    background-size: 40px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(0,0,0,0.15);
	    vertical-align: middle;
	    display: flex;
	    align-items: center;
	    text-align: center;
	    justify-content: center;
	    border-radius: 15px;
	}

	/** dard mode logo **/
	body.newsmatic_dark_mode .dark-mode-custom-logo-enabled .custom-logo-link:first-child {
		display: none;
	}

	.dark-mode-custom-logo-enabled .custom-logo-link:first-child {
		display: initial;
	}

	.dark-mode-custom-logo-enabled .custom-logo-link.newsmatic-custom-logo-link{
		display: none;
	}

	body.newsmatic_dark_mode .dark-mode-custom-logo-enabled .custom-logo-link.newsmatic-custom-logo-link {
		display: inline-block;
	}

:root {
	--newsmatic-loader-icon-width: 250px;
	--newsmatic-loader-icon-height: 250px;
}

body .newsmatic_loading_box {
	position: fixed;
	opacity: 0.9;
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	z-index: 10;
	left: 0;
	top: 0;
}

.newsmatic_loading_box .box{
  position: absolute;
  left: calc(50% - 100px);
  top: calc( 50vh - 150px);
  border: none;
}

.newsmatic_loading_box {
	text-align: center;
}

.box.active {
  margin: 4px;
  border-width: 2px;
  border-color: #2271b1;
}

.newsmatic_loading_box button {
  display: inline-block;
  background: transparent;
  border: 2px solid #d95f3d;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: calc(16px + 2vw);
}

.newsmatic_loading_box [class*=loader-] {
  display: inline-block;
  width: var(--newsmatic-loader-icon-width);
  height: var(--newsmatic-loader-icon-height);
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.newsmatic_loading_box .loader-1 {
  border: 0.2em dotted var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-1 linear infinite;
          animation: 1s loader-1 linear infinite;
}

@-webkit-keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: var(--theme-color-red);
  border-right-color: var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-2 linear infinite;
          animation: 1s loader-2 linear infinite;
}

@-webkit-keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-3 {
  border: 0.2em solid var(--theme-color-red);
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-3 linear infinite;
          animation: 1s loader-3 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-4 {
  border: 1px solid var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-4 linear infinite;
          animation: 1s loader-4 linear infinite;
  position: relative;
}
.newsmatic_loading_box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid var(--theme-color-red);
  border-radius: 50%;
}

@-webkit-keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-5 linear infinite;
          animation: 1s loader-5 linear infinite;
  position: relative;
}
.newsmatic_loading_box .loader-5:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid var(--theme-color-red);
  border-radius: 50%;
  opacity: 0.5;
}

@-webkit-keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-6 {
  border: 0.2em solid var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: loader-6 1s ease-out infinite;
          animation: loader-6 1s ease-out infinite;
}

@-webkit-keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.newsmatic_loading_box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.newsmatic_loading_box .loader-7:before, .loader-7:after {
  content: "";
  border: 0.2em solid var(--theme-color-red);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-7 1s linear infinite;
          animation: loader-7 1s linear infinite;
  opacity: 0;
}
.newsmatic_loading_box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.newsmatic_loading_box .loader-7:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.newsmatic_loading_box .loader-8 {
  position: relative;
}
.newsmatic_loading_box .loader-8:before, .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: var(--theme-color-red);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-8 2s infinite ease-in-out;
          animation: loader-8 2s infinite ease-in-out;
}
.newsmatic_loading_box .loader-8:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.newsmatic_loading_box .loader-9 {
  background-color: var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: loader-9 1s infinite ease-in-out;
          animation: loader-9 1s infinite ease-in-out;
}

@-webkit-keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.newsmatic_loading_box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.newsmatic_loading_box .loader-10:before, .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid var(--theme-color-red);
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.newsmatic_loading_box .loader-10:before {
  top: 0;
  left: 50%;
}
.newsmatic_loading_box .loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.newsmatic_loading_box .loader-11 {
  background-color: var(--theme-color-red);
  -webkit-animation: loader-11 1.2s infinite ease-in-out;
          animation: loader-11 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.newsmatic_loading_box .loader-12 {
  position: relative;
}
.newsmatic_loading_box .loader-12:before, .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--theme-color-red);
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 var(--theme-color-red);
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.newsmatic_loading_box .loader-12:after {
  top: 50%;
  bottom: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--theme-color-red);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--theme-color-red);
    background-color: transparent;
  }
}

@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--theme-color-red);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--theme-color-red);
    background-color: transparent;
  }
}
.newsmatic_loading_box .loader-13:before,
.newsmatic_loading_box .loader-13:after,
.newsmatic_loading_box .loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}

.newsmatic_loading_box .loader-13 {
  color: var(--theme-color-red);
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.newsmatic_loading_box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.newsmatic_loading_box .loader-13:after {
  left: 100%;
}
.newsmatic_loading_box .loader-13:before, .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}

@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.newsmatic_loading_box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
          animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  top: -1em;
}
.newsmatic_loading_box .loader-14:after, .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.newsmatic_loading_box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.newsmatic_loading_box .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--theme-color-red);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  }
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--theme-color-red);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  }
}
.newsmatic_loading_box .loader-15 {
  background: var(--theme-color-red);
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.newsmatic_loading_box .loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.newsmatic_loading_box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.newsmatic_loading_box .loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--theme-color-red), 0 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--theme-color-red), 0 0.25em 0 var(--theme-color-red);
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--theme-color-red), 0 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--theme-color-red), 0 0.25em 0 var(--theme-color-red);
  }
}
.newsmatic_loading_box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.newsmatic_loading_box .loader-16:before, .newsmatic_loading_box .loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}
.newsmatic_loading_box .loader-16:before {
  transform: rotateX(70deg);
}
.newsmatic_loading_box .loader-16:after {
  transform: rotateY(70deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--theme-color-red);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--theme-color-red);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--theme-color-red);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--theme-color-red);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--theme-color-red);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--theme-color-red);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--theme-color-red);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--theme-color-red);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--theme-color-red);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--theme-color-red);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--theme-color-red);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--theme-color-red);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--theme-color-red);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--theme-color-red);
  }
}
.newsmatic_loading_box .loader-17 {
  position: relative;
  background-color: var(--theme-color-red);
  border-radius: 50%;
}
.newsmatic_loading_box .loader-17:after,.newsmatic_loading_box  .loader-17:before {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  opacity: 0.8;
}
.newsmatic_loading_box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: var(--theme-color-red);
  transform-origin: 0.75em 1em;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.newsmatic_loading_box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: var(--theme-color-red);
  transform-origin: 1.5em 1em;
  -webkit-animation: loader-17 2s linear infinite;
          animation: loader-17 2s linear infinite;
}

@-webkit-keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.newsmatic_loading_box .loader-18 {
  position: relative;
}
.newsmatic_loading_box .loader-18:before,.newsmatic_loading_box  .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: var(--theme-color-red);
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.newsmatic_loading_box .loader-18:before {
  width: 1em;
  height: 1em;
}
.newsmatic_loading_box .loader-18:after {
  width: 0.8em;
  height: 0.8em;
  top: 0.1em;
  left: 0.1em;
  animation-direction: reverse;
}

@-webkit-keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-19 {
  border-top: 0.2em solid var(--theme-color-red);
  border-right: 0.2em solid transparent;
  -webkit-animation: loader-19 1s linear infinite;
          animation: loader-19 1s linear infinite;
  border-radius: 100%;
  position: relative;
}

@-webkit-keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em var(--theme-color-red);
  border-radius: 50%;
  position: relative;
}
.newsmatic_loading_box .loader-20:after,.newsmatic_loading_box  .loader-20:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
  top: 0.5em;
  left: 0.5em;
  height: 0.1em;
  transform-origin: left center;
}
.newsmatic_loading_box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.newsmatic_loading_box .loader-20:before {
  width: 0.3em;
  -webkit-animation: loader-20 8s linear infinite;
          animation: loader-20 8s linear infinite;
}

@-webkit-keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsmatic_loading_box .loader-21 {
  position: relative;
}
.newsmatic_loading_box .loader-21:before, .newsmatic_loading_box .loader-21:after {
  position: absolute;
  content: "";
}
.newsmatic_loading_box .loader-21:before {
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 10%;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0px 0px 0px 0.1em var(--theme-color-red);
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.newsmatic_loading_box .loader-21:after {
  width: 1em;
  height: 0.3em;
  border-radius: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -0.2em;
  z-index: -1;
}

@-webkit-keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}

@keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.newsmatic_loading_box .loader-22 {
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsmatic_loading_box .loader-22:after, .newsmatic_loading_box .loader-22:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
}
.newsmatic_loading_box .loader-22:after {
  width: 50%;
  height: 0.1em;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  -webkit-animation: loader-22 2s linear infinite alternate;
          animation: loader-22 2s linear infinite alternate;
}
.newsmatic_loading_box .loader-22:before {
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}

@keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.newsmatic_loading_box .loader-23 {
  height: 0.5em;
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.newsmatic_loading_box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: var(--theme-color-red);
  border-radius: 0px 0.5em 0.5em 0px;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% + .1em);
}

@-webkit-keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--theme-color-red);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--theme-color-red);
  }
}

@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--theme-color-red);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--theme-color-red);
  }
}
.newsmatic_loading_box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.newsmatic_loading_box .loader-24:after, .newsmatic_loading_box .loader-24:before {
  position: absolute;
  content: "";
}
.newsmatic_loading_box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em var(--theme-color-red) solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + .1em);
  top: 0.1em;
}
.newsmatic_loading_box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: var(--theme-color-red);
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px var(--theme-color-red), 0.2em -0.2em 0px 0px var(--theme-color-red), 0.4em 0px 0px 0px var(--theme-color-red);
  -webkit-animation: loader-24 1s linear infinite alternate;
          animation: loader-24 1s linear infinite alternate;
}

@-webkit-keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}

@keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
.newsmatic_loading_box .loader-25 {
  border: 0.1em var(--theme-color-red) solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.newsmatic_loading_box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
  bottom: calc(100% + .2em);
  left: -0.4em;
  -webkit-animation: loader-25-2 1s ease-in-out infinite;
          animation: loader-25-2 1s ease-in-out infinite;
}

@-webkit-keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--theme-color-red);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--theme-color-red);
  }
}

@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--theme-color-red);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--theme-color-red);
  }
}
@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
.newsmatic_loading_box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: var(--theme-color-red);
  box-shadow: 1em 0px 0px var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: loader-26 1s ease-in-out infinite alternate;
          animation: loader-26 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}

@keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.newsmatic_loading_box .loader-27 {
  box-shadow: inset 0 0 0 0.1em var(--theme-color-red);
  border-radius: 50%;
  position: relative;
  margin-left: 1.2em;
}
.newsmatic_loading_box .loader-27:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  right: 1.2em;
  top: 0;
  box-shadow: inset 0 0 0 0.1em var(--theme-color-red);
}
.newsmatic_loading_box .loader-27:after {
  border: 0.2em solid var(--theme-color-red);
  box-shadow: -1.2em 0 0 0 var(--theme-color-red);
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 25%;
  position: absolute;
  content: "";
  -webkit-animation: loader-27 2s linear infinite alternate;
          animation: loader-27 2s linear infinite alternate;
}

@-webkit-keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}

@keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}
.newsmatic_loading_box .loader-28 {
  position: relative;
  -webkit-animation: 2s loader-28 infinite;
          animation: 2s loader-28 infinite;
}
.newsmatic_loading_box .loader-28:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 80% 20%;
  border: 0.1em solid var(--theme-color-red);
  transform: rotate(45deg);
  border-width: 0.1em 0.05em 0.05em 0.1em;
}
.newsmatic_loading_box .loader-28:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  top: 0.4em;
  left: 50%;
  border-radius: 50%;
  box-shadow: -0.07em 0.07em 0 0.1em var(--theme-color-red);
  -webkit-animation: 2s loader-28-2 linear infinite;
          animation: 2s loader-28-2 linear infinite;
}

@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}

@keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
@keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
.newsmatic_loading_box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em var(--theme-color-red), -0.5em -0.5em 0 -0.4em var(--theme-color-red), 0 -0.7em 0 -0.4em var(--theme-color-red), 0.5em -0.5em 0 -0.4em var(--theme-color-red), -0.5em 0.5em 0 -0.4em var(--theme-color-red), 0 0.7em 0 -0.4em var(--theme-color-red), 0.5em 0.5em 0 -0.4em var(--theme-color-red), -0.7em 0 0 -0.4em var(--theme-color-red), 0.7em 0 0 -0.4em var(--theme-color-red);
  -webkit-animation: 5s loader-29 linear infinite;
          animation: 5s loader-29 linear infinite;
}

@-webkit-keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/** Responsive css **/

/* 1030 for stickey **/
@media (max-width: 1030px){
	.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: initial;
	}

	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content {
	    position: initial;
	}
}


/** 1025 **/
	@media (max-width: 1025px) {

		.news-filter .row-wrap {
			flex-direction: column;
		}

		.news-filter .row-wrap > div{
			width: 100%;
		}





		.news-filter.layout--one .featured-post {
			padding-right: 0;
		}

		.news-filter .row-wrap .trailing-post {
			padding-left: 0;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post {
			flex-direction: column;
		}

		.news-filter.layout--two .trailing-post.bottom-trailing-post article {
			flex: 0 1 50%;
		}

		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap {
			height: 175px;
		}

		body #theme-content .row {
			flex-direction: column;
		}

		body #theme-content .row > div{
			width: 100%;
		}

		body #theme-content .row .primary-content {
			order: 1;
			margin-bottom: 20px;
		}

		body #theme-content .row .secondary-left-sidebar {
			order: 2;
			margin: 0;
			margin-bottom: 20px;
		}

		body #theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		body.both-sidebar #theme-content .row .secondary-left-sidebar {
			margin-right: 0;
		}

		body.both-sidebar #theme-content .row .secondary-sidebar {
			margin-left: 0;
		}

		#theme-content .secondary-sidebar {
			width: 100%;
		}

		.news-list-post-wrap.column--three .list-item {
    		flex: 0 1 50%;
		}

		.opinions-items-wrap.column--three .opinion-item {
    		flex: 0 1 50%;
		}

		.opinions-items-wrap.column--two {
			flex-direction: column;
		}

		body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{
			flex: 0 1 100%;
		}

		body.both-sidebar #theme-content .row .primary-content {
		    max-width: initial;
		}

		.ticker-news-wrap span.icon {
			display: none;
		}

		.banner-layout--three .newsmatic-container .row:first-child,
		.banner-layout--four .row:first-child {
			grid-template-columns: 100%;
		}
		
		.banner-layout--three .slick-list article .post-thumb img {
			width: 100%;
		    height: 100%;
		    object-fit: cover;
		}

		.banner-layout--three .main-banner-block-posts article:first-child.no-feat-img figure.post-thumb {
			height: 300px;
		}

		.banner-layout--three .main-banner-wrap,
		.banner-layout--four .main-banner-wrap {
			padding-right: 0;
		}

		.banner-layout--three .main-banner-block-posts,
		.banner-layout--four .main-banner-block-posts.banner-trailing-posts {
			padding-left: 0;
			height: initial;
		}

		.banner-layout--three .main-banner-block-posts article:first-child,
		.banner-layout--three .main-banner-block-posts article {
			height: initial;
		}

		.banner-layout--three .main-banner-trailing-block-posts article {
			flex: 0 1 50%;
			height: initial;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-wrap,
		.banner-layout--four.tab_slider--banner_slider .main-banner-wrap {
			padding-left: 0;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-block-posts,
		.banner-layout--four.tab_slider--banner_slider .main-banner-block-posts.banner-trailing-posts {
			padding-right: 0;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-block-posts,
		.banner-layout--four.tab_slider--banner_slider .main-banner-block-posts {
			order: 2;
		}

		.banner-layout--four .main-banner-trailing-block-posts article {
			flex: 0 1 50%;
			height: initial;
		}

		.news-filter.layout--three .trailing-post,
		.news-filter.layout--four .trailing-post {
			flex-direction: column;
		}

		.news-grid .news-grid-post-wrap article.grid-item {
			flex: 0 1 50%;
		}

		.search.search-no-results #theme-content .row .primary-content {
			width: 100%;
		}

		.video-playlist-section.layout--one .newmatic-video-section-container,
		.video-playlist-section.layout--two .active-player {
			flex-direction: column;
		}

		.banner-layout--four .main-banner-block-posts article {
			height: initial;
		}

		body.right-sidebar #theme-content .row .secondary-sidebar,
		body.left-sidebar #theme-content .row .secondary-left-sidebar {
			margin: 0;
		}

		body.archive.author #theme-content .newsmatic-container.newsmatic-author-section .row {
			flex-direction: row;
		}

	}

/** 940 tab**/
	@media (max-width: 940px) {

		.left-sidebar #theme-content .row,
		.right-sidebar #theme-content .row {
			flex-direction: column;
		}

		#theme-content .row .primary-content {
			order: 1;
			margin-bottom: 20px;
		}
		#theme-content .row .secondary-left-sidebar {
			order: 2;
			margin: 0;
		}
		#theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		body.both-sidebar #theme-content .row .primary-content {
			max-width: 100%;
		}

		body.right-sidebar #theme-content .row .primary-content,
		body.left-sidebar #theme-content .row .primary-content {
			max-width: 100%;
		}

		.leftc-rights-section .row,
		.lefts-rightc-section .row {
			flex-direction: column;
		}

		.leftc-rights-section .primary-content {
			margin-right: 0;
		}

		.leftc-rights-section .secondary-sidebar {
			margin-left: 0;
			margin-top: 25px;
		}

		.lefts-rightc-section .primary-content {
			margin-left: 0;
			order: 1;
		}

		.lefts-rightc-section .secondary-sidebar {
			margin-right: 0;
			margin-top: 25px;
			order: 2;
		}

		body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{
			flex: 0 1 50%;
		}

		.news-list-post-wrap.column--two,
		.news-list-post-wrap.column--three
		 {
			flex-direction: column;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap,
		.news-list-post-wrap.column--three .list-item.no-feat-img .post-thumb-wrap
		 {
    		position: relative;
    		padding-bottom: 13%;
    		width: 100%;
    		min-height: 90px;
		}	

		.popular-posts-wrap .slick-track article {
			height: 132px;
		}

		.post-title {
		    line-height: var(--post-title-lineheight-tab);
		    letter-spacing: var(--post-title-letterspacing-tab);
		    text-decoration: var(--post-title-textdecoration-tab);
		    text-transform: var(--post-title-texttransform-tab);
		}

		body h2.post-title,
		.news-grid.layout--one .post-title, .news-grid.layout--two .post-title,
		.news-list-post-wrap .list-item .post-title,
		.news-list-post-wrap.column--two .list-item .post-title,
		.news-list-post-wrap.column--three .list-item .post-title,
		body.post-layout--one #theme-content .primary-content article .post-element h2,
		body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title,
		.opinions-items-wrap .opinion-item .opinion-content h2,
		.leftc-rights-section .news-grid.layout--one .post-title, 
		.leftc-rights-section .news-grid.layout--two .post-title, 
		.lefts-rightc-section .news-grid.layout--one .post-title, 
		.lefts-rightc-section .news-grid.layout--two .post-title    
		 {
			font-size: var(--post-title-size-tab);
		}

		.newsmatic-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 32.5%;
		}

		/* Site Title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-tab);
			line-height: var(--site-title-lineheight-tab);
			letter-spacing: var(--site-title-letterspacing-tab);
		}
		/* block-title */
		h2.newsmatic-block-title,
		h2.newsmatic-widget-title {
			font-size: var(--block-title-size-tab);
	    	line-height: var(--block-title-lineheight-tab);
	    	letter-spacing: var(--block-title-letterspacing-tab);
		}

		.post-meta span,
		.post-meta time {
			font-size: var(--meta-size-tab);
	    	text-transform: var(--meta-texttransform-tab);
	    	text-decoration: var(--meta-textdecoration-tab);
		}

		.post-meta .author_name {
			font-size: var(--meta-size-tab);
	    	text-transform: var(--meta-texttransform-tab);
	    	text-decoration: var(--meta-textdecoration-tab);
		}

		.post-excerpt {
			font-size: var(--content-size-tab);
	    	text-transform: var(--content-texttransform-tab);
	    	text-decoration: var(--content-textdecoration-tab);
		}

		.single h1.entry-title {
		    font-size: var(--single-title-size-tab);
		    line-height: var(--single-title-lineheight-tab);
		    letter-spacing: var(--single-title-letterspacing-tab);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-tab);
		    font-weight: var(--single-meta-weight-tab);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-tab)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-tab);
		    line-height: var(--single-content-lineheight-tab);
		    letter-spacing: var(--single-content-letterspacing-tab);
		}

	}

/** 900 **/
	@media (max-width: 900px) {
		.post-thumb .post-count {
			top: -10px;
		}
		body.post-layout--five #theme-content .news-list-wrap article img {
			height: auto;
		}
	}

/** 768 **/
	@media (max-width: 768px) {

		.main-navigation.hover-effect--one .menu > li > a:hover:before, .main-navigation.hover-effect--one .nav.menu > li > a:hover:before {
			content: none;
		}

		.menu-item-description { 
			left: auto;
		}
		.sub-menu .menu-item-description {
		    margin-top: 3px;
		    line-height: 1.1;
		    padding-bottom: 3px;
		}

		.opinions-items-wrap {
			flex-direction: column;
		}

		.opinions-items-wrap .opinion-item figure img {
	    	width: 75px;
	    	height: 75px;
		}

		.newsmatic-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 44.5%;
		}

		.site-header.layout--default .site-branding-section {
			padding: var(--header-padding-tablet) 0;
		}

		.main-navigation ul ul {
			box-shadow: none;
		}

		.site-footer .bottom-footer .bottom-inner-wrapper {
			flex-direction: column;
		}

		.site-footer .site-info,
		.bottom-menu {
			text-align: center;
		}

		.featured-post.is-sticky,
		.featured-post.is-sticky .post-thumb-wrap img {
			height: 420px;
		}

		.featured-post.is-sticky .post-element {
			padding: 35px 35px 25px;
		}

		.featured-post.is-sticky .post-element h2 {
			width: 100%;
			font-size: calc(var(--post-title-size)*1.3);
		}

		body.post-layout--three #theme-content .news-list-wrap {
			flex-direction: column;
		}

		body.post-layout--four #theme-content .news-list-wrap article {
			flex: 0 1 50%;
		}

	}

/** 610 Mobile**/
	@media (max-width: 610px) {

		/* site title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-mobile);
			line-height: var(--site-title-lineheight-mobile);
			letter-spacing: var(--site-title-letterspacing-mobile);
		}
		/* block-title */
		h2.newsmatic-block-title,
		h2.newsmatic-widget-title {
			font-size: var(--block-title-size-mobile);
	    	line-height: var(--block-title-lineheight-mobile);
	    	letter-spacing: var(--block-title-letterspacing-mobile);
		}

		/** post title **/
		.post-title {
		    line-height: var(--post-title-lineheight-mobile);
		    letter-spacing: var(--post-title-letterspacing-mobile);
		    text-decoration: var(--post-title-textdecoration-mobile);
		    text-transform: var(--post-title-texttransform-mobile);
		}

		.single h1.entry-title {
		    font-size: var(--single-title-size-mobile);
		    line-height: var(--single-title-lineheight-mobile);
		    letter-spacing: var(--single-title-letterspacing-mobile);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-mobile);
		    font-weight: var(--single-meta-weight-mobile);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-mobile)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-mobile);
		    line-height: var(--single-content-lineheight-mobile);
		    letter-spacing: var(--single-content-letterspacing-mobile);
		}

		body h2.post-title,
		.news-grid.layout--one .post-title, .news-grid.layout--two .post-title,
		.news-list-post-wrap .list-item .post-title,
		.news-list-post-wrap.column--two .list-item .post-title,
		.news-list-post-wrap.column--three .list-item .post-title,
		body.post-layout--one #theme-content .primary-content article .post-element h2,
		body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title,
		.opinions-items-wrap .opinion-item .opinion-content h2,
		.leftc-rights-section .news-grid.layout--one .post-title, 
		.leftc-rights-section .news-grid.layout--two .post-title, 
		.lefts-rightc-section .news-grid.layout--one .post-title, 
		.lefts-rightc-section .news-grid.layout--two .post-title,
		.banner-layout--three .banner-trailing-posts .post-title,
		.banner-layout--three .main-banner-block-posts article:first-child .post-title,
		.banner-layout--four .banner-trailing-posts .post-title,
		.news-filter .featured-post .post-title,
		.leftc-rights-section .news-filter .trailing-post .post-title,
		.lefts-rightc-section .news-filter .trailing-post .post-title,
		.full-width-section .news-filter .featured-post .post-title,
		.bottom-full-width-section .news-filter .featured-post .post-title
		 {
			font-size: var(--post-title-size-mobile);
		}

		.news-grid .news-grid-post-wrap article.grid-item {
			flex: 100%;
		}

		.ticker-news-wrap.layout--one .ticker-item h2.post-title {
			font-size: 17px;
		}

		.news-list-post-wrap .list-item {
			flex-direction: column;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap {
			margin-right: 0px;
		}

		.news-list .post-element {
			padding-top: 10px;
		}

		.news-list.section-no-thumbnail .post-element {
			padding-top: 0;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap,
		.news-list.layout--two .column--three .list-item .post-thumb-wrap {
			margin: 0;
		}

		.news-list.layout--two .list-item .post-element {
			order: 2;
		}

		.news-filter.layout--one .trailing-post article {
			flex-direction: column;
		}

		.news-list-post-wrap article.no-feat-img figure {
			width: 100%;
		}
		
		.news-filter.layout--two .trailing-post {
			flex-direction: column;
		}

		.news-filter.layout--one .trailing-post .post-element {
			padding: 12px 0 0;
		}

		body.post-layout--two #theme-content .row .primary-content .news-list-wrap article,
		body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{
			flex: 0 1 100%;
		}

		.search .news-list-post-wrap article .post-element {
			padding-right: 0px;
		}

		.post-excerpt {
			font-size: var(--content-size-mobile);
	    	text-transform: var(--content-texttransform-mobile);
	    	text-decoration: var(--content-textdecoration-mobile);
		}

		.site-header.layout--default .site-branding-section {
			padding: var(--header-padding-smartphone) 0;
		}

		.banner-layout--three .banner-trailing-posts,
		.banner-layout--four .banner-trailing-posts {
			flex-direction: column;
			flex-wrap: nowrap;
		}

		.banner-layout--three .main-banner-block-posts article:first-child {
			flex: 50%;
		}

		.news-list.layout--three .news-list-post-wrap .blog_inner_wrapper {
			flex-direction: column;
		}

		.news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			margin-left: 0;
		}

		.news-list.layout--three .news-list-post-wrap .post-element {
			order: 2;
		}

		.news-list.layout--four .list-item .post-title {
			margin: 0px 0 6px;
			padding: 0;
		}

		.news-list.layout--four .list-item {
			align-items: flex-start;
		}

		.news-filter.layout--three .featured-post article,
		.news-filter.layout--three .trailing-post article,
		.news-filter.layout--four .featured-post,
		.news-filter.layout--four .trailing-post article {
			flex-direction: column;
		}

		.news-filter.layout--three .featured-post article > figure,
		.news-filter.layout--three .trailing-post article > figure,
		.news-filter.layout--four .featured-post > figure,
		.news-filter.layout--four .trailing-post article > figure {
			width: 100%;
		}

		.news-filter.layout--three .row-wrap .post-element,
		.news-filter.layout--four .trailing-post  .post-element {
			padding: 10px 0 0;
		}

		.ticker-news-wrap .newsmatic-ticker-controls {
			display: none;
		}

		.site-header.layout--two .social-icons-wrap {
			display: none;
		}

		.video-playlist-section.layout--one .active-player iframe {
			height: 400px;
		}

		body .news-carousel .slick-slider ul.slick-dots {
			display: none !important;
		}

		.banner-layout--five .main-banner-wrap article .post-thumb {
			height: 380px;
		}

		.banner-layout--five .main-banner-slider {
    		height: 380px;
		}

	}

	@media (max-width: 700px){
		body.single #theme-content .primary-content .layout--grid .single-related-posts-wrap article {
			flex: 1 1 100%;
		}

		body .related_posts_popup_sidebar.related_posts_popup {
			width: auto;
		}
	}

	@media (max-width: 500px){
		banner-tab i{
			display: block;
			padding: 2px 0;
		}

		body.post-layout--one #theme-content .primary-content article figure,
		body.post-layout--three #theme-content .news-list-wrap figure {
			width: 100%;
		}
	}

	@media (max-width: 430px){
		body.post-layout--one #theme-content .primary-content article,
		body.post-layout--three #theme-content .news-list-wrap article,
		body.post-layout--four #theme-content .news-list-wrap {
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article .post-element,
		body.post-layout--three #theme-content .news-list-wrap .post-element {
			margin-top: 15px;
		}

		body.post-layout--one #theme-content .primary-content article figure,
		body.post-layout--three #theme-content .news-list-wrap figure {
			margin-right: 0px;
			width: 100%;
		}
	}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

/* Sharing email errors */
.sd-content .share-email-error .share-email-error-title {
	margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2C3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0px 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
	margin-left: 6px;
}

/* Icon Only */
.sd-social-icon .sd-content ul li a.sd-button>span {
	margin-left: 0;
}

/* Text Only */
.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}


.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 8px 12px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before,
.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-x a:before {
	content: '\f10e';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
	content: '\f10a';
}
.sd-social-official .sd-content li.share-mastodon a:before {
	color: #563ACC;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before {
	content: '\f10c';
}
.sd-social-official .sd-content li.share-nextdoor a:before {
	color: #8ED500;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
	background: #8ED500;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul>li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #0866ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f0f0f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {
	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}
@font-face{font-family:social-logos;src:url(data:application/octet-stream;base64,d09GMgABAAAAABzgAAsAAAAAM7gAABySAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACJcgrNPL1NATYCJAOBZAt0AAQgBYRGB4R7G5EqVUaFjQOQme3bTfb/dQI3hoR3Yt0xJNpjlVjuuOuDHd2n38Rs6stnCPiGNqH8UJgox1RXOGizhYd7HWfNFhDNhlLCQ62V/5qGe7b3GMiFoTwKnwgV4WJTUREyRtH/eyQvAFrePgMyz9PfvnP7vGrmi5DURBzlkECwptEOz2/z/1wq9HKJUklBG0FEMCgBxUi0Z2zDXCQ+/8yVc13q4m+uwrUsW125/b+oem7Tsv39JbmiddHsW2b6TX/P18kgMDEgTgjv+ubNab3UuUnTmyFpSrsv1GaBBohle/ZlPy7kcpWu0tWWAjMcB5wUKEl5GOwkAv5+akat9A5bUzogmQAWwEKgvix590vvZ/fJad/aqlSXFDnVclp1AkhraFEmqFTFm2I7xXZKrTQdkOSOlQroHWFHUegBSA/S2Zr5FnLZVhjqQ/+RTetLkM1hgTr1fyyIBkiQ86tBgEiPKfK8bxyQ3vD2OWU0b02Bw8zidg9uEbh++k5zIRjmUU+aa3EDca6dK1jefPFL5hOSqfEuYOdavMuPr3oJ0FV1pbkAqpfAAAU6cjZcHvfHiA21C3dQomuPTscBDWpo+stQfKGSnDAnu4Av6BfMi8pL4wpdmLvyupLc3PwvwBAEV1c8lH4FMkvnxQoNZixZ84Wzurc73fXY6/8pD6SsAgMqlWnXoUipWIU2QwzH1yMyKF+xalWsPiO6FPLUytOoXosagVSJRIM6TboJihZq1qpTv2G9MsohCpgxAciHR0bwvxBdkPhfRBb/K6TgDTSQAYABUgnwgJQBfCDtgABIByAEUgSIgJQCYmhsIAFSAbBA2gApkCFABiIMcohwyAkRPnJSRA9yCokABsggwAOSD/CBFANCINUAB6QKkAViAXlA+gD5QEYABUC6AIXQABRBIz0oBlILKIGGLKgB0gioA1IPFUgLoAEaNGgEEgCaICLFhRNRgot8EQkuCkU04OKRiDpcFiJNGyiCiG5cgQioQBRAAtEABSQEGCDNAA9IK8AH0gkIgPQDQiDDAAekF1ABJAOoRxzlAEbDpK/BN5I3zdxYED8+Bs0b8KmEgM+QhAIKnSRDCEo3BCUih7rwuaS5YsKZvudzZEcOdUEGI3LdvyAFeXFcHunKKLGJK5nO11rpVYwN4zQMrfY6Ba6zybQIIq+F74cDJGlobUm9zurg1asisaVJXW2pDUNdUuJ0otzNYKW1oW50XVXzqxX5tnKzRldpnXRLJT98xwvqlTKmd9RmstnS/GxxlbNlqxZuaKx25VpHQYdrrc0v6s7vNN5AZBMvlTxHlQ1e4NqyVk1Wsw1Ap5pYrOd0z+/XhK2cYoYhLwFCZpSnZbqG+N7epOvpp5QyKy0sfEpWgLhVxAPIMnUMqOZavZPP6qH1D0ulv46wcJQ35koTLpVPIi5NlVG+V9SKeeH7JdpI+jOAFhvLCO2wRB0y6e4QApZQHLJgf9GOh0XdxLd6iHeCO+xuq5sSqzO3Y4iWHIm4q0sHuGxjiAoIcmlA9uQDQvzdIwDo4/cYi49PocSgjUWpeI2XK1YGkKnXCo+6f6YIHZPbXDFpx7rUc4ZoA+0sT9wO1sLDokkuypLplkU3LLppZbUNC1KrZnsHN2Llw1v7g7TUXL63dOy+fnuXv+dZtnFtM1P/sTJh6rfjpZR/ZBtWpmu7VzLdCTVxFzJDFqBh2JJrRNOA7vCE6Zi2ddG2Abk8um+vZV+xcrZjEehcmth/wOH9PhsMRBTRMHRkuvNb9E3rKelnozC6EXuPhV3JPb1gSuMVWUa3IltkXp5ZPN4Lncdh3Zwy1/qWm2zsLcW7u/wUW8wT2yGWY1tCkiuxCNkPLAfuLfy/aMJQvT/rpKgO4rrIHsVCGeSSRSM06dRj7o6SFrcZ0nSU6T9i3RKel+dhCGgUnYIIYsi2sUjpAHHNBQBPIvDy1gCyfj/valZmKnlNmc7ZuCMJ8fTUYYqnPmG7BrKUjg95GtUsCQnyTZR2DFOZ9sFuuYZhpb57JKjbNgW2mdgVox3F9lt3g07jVtPaNiai4HIBMA8qMggws/v+ZCCsyBH5Vrm8QZuixYI8fzVPF16Lt0ts8Q229EKZKoeo7hU95JgYi41RCSrLjrgLAPXOSzxtMhrRiAt3KFkKzUEQYwQw3AmG7Q11hFptUZanIKz2N2YEAWbigZheL6U8s2J2pgPIchKWE80xOlUXoeY3Hq4Uo1oT0GzjNy9RZlYykUdagovB4OjKbvIPT9jTj1gcOhggvkE3RU4lEMQeoGE+hFC51LvNPtHPntZn+xNBBBDAAEP8bXFf2FcxlZWookjJFUmVGw4CdAqpRwM4D3AxVkxWUcpj9934QpJAsZ0aspG8SPl+sxQv0Vix2NBBj5ana7WgPFJmiUqlVc/Ur/Bny41b9+j9282V5+Jlt3X3IXtwJ+i8ILzXpjOrYn2Oza4RvsW2xSY3ebE0iEmmLw07iPdiWDQBoA2ESqsYi68Qsi//BfTzwVhPmKzRkLXEy2uovIHCTt6eOXl4WCi4g8mbCOJpLiVTSoJFGxbqs15lJlcrAVamw+MlEEdoCE2h5QwIseFwPowcLI8rVgSAgih44dRzTT2jzPFkNd0xaiMSwpVd/pnux0RlogIh+6FswDWbiHg8UcFiU/oaDPH1HNt58f4xffSuHm+5JWYW6Hybzy6ypTlL3Kf3+AP2MD80vINkXQCoPgUQzCkICbKBq38fyeZHZUBmTENsOTj/rDecDCN7BvH9vi0t8RkAU7gDCFnAG0eXbHRGylAqvEuAku5hYZqV9QKbDnZ3wr2979qT2i5lfGaXyKmJilnJqEz3a2GCCIaAxpvdtX1CGfLOJS5lWlhEgIaIBwmVuMsCxNuA6jopjpXi1vQqMZf41VvtEEq3dQIanbuTcAzZOppQDpvmNrF42ngG4hMVycrVaDHXqC1C9jS3jsXrx3T+HeI1Y7L4nY9V1CrIGmqZiwPx1dE+fXXXyh7cPWCuDyYSkBHicsOWUnm3nm45SjSpemc4uBJNeXrQ52FWa7RHk1suMtX+hyf9wdeBVX7y4t38wuu3S4tpWW1oxSnPN+tzI1IaNc0t6tDzsWtE7ny5tTJzq9eZvbv+fPN++9WLrQdLb59P+TNxSOdfIZ72M92nhPf7kA0GZ7TlMGyRM/o6GC9vpZ8f2gQ01g4dDNCfqAPLnVVHrjeQFVtG6P8YIkuTRDMpuesC0zVngQUd7YPtWJosA+JVzZauRpbDpOR1Ryj0c0EP9xUyQ1VsVSoiRdf+W9d2vRGTFu+rGR+ISOVCoVOeVqlE0f/ygLX6QqETZX/XiEe1BoJ8WiqllzAUCSX+5FlbMcNpim22xTcA1UlgcqiVorZ5Jbe8qROglzIIDSIAxg5tb/Rqoz029GqSfrFjE7oBypDNbTetW0rDBqzjbvQ5ej+hocOSzUbKu3fXDMnqYsZiYLFkgE7XsOmlXad8kEGvGTUkrxGe8rFJW7iJU/7uukafuFIqc2B53q/H5lr/pO14G53zvG/f2EhfMbuDU8+1Hq0WAp4lLh2tHarue6WiRj4CLUZGcsPlyeya6k2RcxSzaSR/JfXKxftWwExnZzWizYgSyPNP/S3IJYSoQbwmyq6EB0BK09UZOSWXq6rWIPwt71Rzrct7kTti1PvlvCanIafyQEEaD76c1oA3e18L45W4F6/9tvxprNRMNfe8/LE14c/EihuvUN/0pPnE05nHmmN7HvzQt2GYRTMYOY4LxSC3PXF3fJZU1+6YKqMqUreybl7TlSCC6z2QAkYtX4JF270XW3fm1jEGslqkJb9egQWsl/QZ0MRdANXSFAEdRh7gteWGWY/utuCfLqrONEdjiHDh4Fas/RvAgM6cqmzietc0sNbN5enyMKB1bcIVxo+lQaCUEeaYWy0ggG2BZOhazA3sQHIVXaVNNVyoJluJ4R68eDUff9E/XKQzKZ6ViZuparq0KjcQN3r4zl/5qFqCsKXTbx0FNMz2+H6/a/LA8MxaAKGH5R2z+TolK/UVvW4WNWW6hdpLT+K23Sfx7PR6bjvz0oq4k12yxF3EkwMr0juL46xXjZOFIYJ8/4S+iqHhw8UvceRXx/c6+VMaRm2ykSDbyrURaTarFFdjXEpkuJrWoFOVSrSszc+oekXlVl2YGtYvz/Li7TKLk/fiVHO5EdjzWrGhcWks2kwpU4BI5Exqofj9+ODHjmmnf5LXiYZtcsfZ7f+xGYisY4gGJNm5wO+wyGSE56Kk5djSgFwqnPLPY3+963iAjpL1/K90c6GaZ8FBxEYWwY6F7REb/47yGKAZO7WEMCQQoqhQnvFEdU6fPvksvLwS/lhs9LTG9FJzDuTwT50681JjKhZImIlR87/UCIGWU06UhmunfzrJuUfgSoOXTfcTdrZG1IWXHxg2HExNFxMl4avkhbRKSWgePFi/x1UiS+dhHYqNCgdG2ImQ2Wv4WA9yW/UQKk3OkBzL94NZXMGKel0sVWEcH3ROaQmjjPeJycsUZ1TWipUooHBHQGiM6Jzq40lnzMgxYMNU+tMhB2Q8/MQyLuPNfA6tETeu0jOWRizYdwOviY0ZSXzUXUNiltD18V/AYZbnKL+QjvtCdvDK3oDeFakGTtjoJawZ5KHGohUMyvet0XgHUpRVzasGG4KYgDRABGJOk0gvauKIW3c1ph0il/Tua7DVo/+Wx0py9syK7tnEAfoA0Z4aaHtxLlzO1Cn4msMMgXgX1YUPxE2nTv9QG4C0IuguYTmuFUftDguElwTy+sIsIeOVBCcP7nGbnxATue8GS5L8nil3nZ4SzWEHGbidgvtZP1mNNa3PJ0gXXwQxB5sH+dSiOC/8vKLhZQOC+XmpkTDFLxr0mSBf5MwUJUV5slkcMTPyzOS92+mW+BPP5hb/Sg2X/Gwzbfivhw8erGmOBgSGAH9ESPul2cFggK40MrJ0fMpLI8fvXuJ/ur9kDIvjWlY+meMcRjLybZCBdaR8A07vuyX69vKPu0tHNTSZsWI+im1EprA/rS96piwLN9WXZtyae+vvTG8HY6Ztls/PjubSYSdb6MIEMDipIdkRNyl90r1ZnBN/S0hbOoYj7twb9RRV5HrV23HzygVNWyA6L46HErcGorereHd5KmWu31RqKVhlpKaPYWPYMc1GYuL8MlCC4EeWKozNGbZ7MENxPPEGLiOvM/3/FYDS5w0Ge0t1kbrwkPz0KPZidaw6VH7Y1xN6qPZC2io8ZdGzwxazf62Q/HBdcR8BmGSsOTNy1LZL22pH9Kcsex9jk24eLl6UuCJkli38lm1WXNKih8M3SKyPVnikZm9wYxjTg9QuDIYU38pAY4mRoxfG1j3sEscpPjCiv7Sk5szBUXUxK0Lq1nUZ6RvcCpLl1FDu+g07DeyVp4wYLCneQro78cJ6LgZDjKwtgf9LrwtbFe/uOAIyHbrScQnZeN7uigReWihS5T+0/8HhHGFL6HUgwGorWQ62ZJlRajBIjbKk2baSjNDU0K/MGSW28doyTUmJpkwbq2e9C/Izg7Yqb4pb56boKDt1OymXvde67vS1ARN7nzC31nlU0fuMJfMsNQ0itBVZaQ32u5BPChmJnobJwy8jkPHL8Ym4Wuw8tBMXQxxntecBiIdzYbuxLia4o1+RvOKZOFRTUtPyp8+Sny1PSnZBE7x11rSRBkapEys1PzoxfViETFeuNikn4AzYpimZVukp47U+8ea9GS81opxIMm0sjrDuaeASzbTAp+sIuLE0cmS2WPOybP09Lx3WOcbASB1laTBV8qJU92brsiQdPCuvQ6JUmJXewsuGy0bxO4k1tDaYojFbQBdjthc5UGI0SDPj5HJzRqSe3V+3ZNpEiTw7BbuL5pulVwZ6ngCZLUkKrmUBEpQVZZkwfYDOrNoTB15aHqQQpXMJvg+WWXh8If8rZx4YlKVNlOzqr+nxlXQG2gI7JQqfQxszpXm0gvanpYsuDFcOiWbYwOCqwSbDZvEKDKGKgFkh3mxoqoqexBQRNvLyN3oN/dulUWE1h3rPBuLVhfwLWyO2XogIw7xOflyEf672o9SzZzyI9+n3QdWr/oB+hoPJ2/+4yiy5Vz3ez2NKaNIAKc3lCFYlubFjsK4nnjJIEc/m713brT1H+DEHmfOD4CH2Ej++qs1jaYvl9fmsfG13BBcqOPuT7vdzdyDo6sqmtSIAaaVtKuD8rnJeIkU2+PdyPmhZtHRFz7hWH5qEDqWQKkdSbrin7ymjxS0qMXxbEYPDgfjr19RZ3eokPpYGNCcf9oEF+SDaIvrR0fFD5CUT1QRWdi4CP22A1k/gJaoMrBHJwOpGyfx298+3hAO/xtHcOBPOLbaPpRCv5F9BRAXQ9zT58evzzSL0ArRIhXFismiY8doFBPOCMlx4OyYJ0x6HG4tV/QeTqK1X1seDPx/dFVrT0CSsMWJchb2FPC7CXkFuOZylAetGtwZMkVWjRKggLGYoMst/FjLUPlQJ1qA53e4LiVHX6kOFWFFktBScPAO6SiX1VfxZpeiy9SlsnL9y2L9WBV+27fPlmce1p/fXkQG2V7d/QkBCoOCtZ9tQVgNa3LaL5vP0mFuuMkYrIsLiZMxV5oCJ3QImjdnH94yxC6c6fBlClAKqOK1weNYYmf7GIN/EkKBga4p88F2E2V7drbFwKuUBFFYRTL3GXWPi6GWwd3bg+kPIA4/MkFHbyhFULibdbzRXQroGBUt75LYjEgF8LOGGxfhC2P3zBzc36mKoRbATbuLqAuw6UcG57k3QQa2IZ8dtwhc2Di12cVzDii0psV1PHmelJrE909gQuxd9Z81pFnF923/qzUK70adOhfLmSAN3SxH0gBm1oIZgZceprPya/Z7r7owmLsm0iedP+fwr0hMHOx3zM+Udtp/zhDussBz4e5PbF41bgxdvaR7zj7OrdtYkFcNyyJwSqz1e+KQ5dhYXCG7E+rD89v+XuGTISnWuSpWrVoY4MtToMRutYf7xqGyR3RSeQknh5cKpp2atPjQjojxS8L+5hTrQ09UU2MRgGAy0Vlq/4AbDls5ssgKQY44EsALUBwysl6Gvp7+pX3+BOPsF7UU9kYrwxaAXzThcch+2oDgpZk/YKZoocsHUILsdFmagvPIVBmTtRflhBnXfBhZeossWVeQm6CQ43IYz5i738+fUeZfolxNXU8VU0oR9WzadXBKa6v0w5uFgQza2GbNW7p9AvvcIYUwwhcaBOYADzfemQFyIA7iAk4ngaRYFUFjE3GblB3/g/0GEA41dXNqSHA6FszhHFG5Ra4hiPu7h2cLwXY/hwsU5LDw/K7UF3DoNwx1rUVCbDQIQal0n5CtDb3ey+dAujqAHbYBRsH+CwOmT4E8TQWjUK8HVf1p8VsMYGIjpoxN8XIIEf0SJwqBejYC57s+aV/RxZzjF8lvj2rLDMvHk1yTP81dZ/u2PZeztj+XvJzCoYwNvj19VocyiD5A8qnNniMM2LFSXl0aulHYqE4NHcQyLeLnGOn6myhQwXH0io2siNTR9f3RB6fzJntTMaCYlEWvBpnb+a+0sGI4i2h2LOXZwROuKc7W0OGiHaY7OyWWxDGZluRqbDosPlw11xZkQB3KJHxEfuRlEHK646Y+VImGtW3b4Rsg1IdvkiDv5sNglPuyEgWnQBORmAQbXtTj9WokDyAAxJl7vNzH188vSRryP3Cd6Dazy8nPCW2LkE1MmyqPjo6k1NdSYVYU8FF4LQeKWjNxQFOyXCWGGZISZ8CYRfDfLOBYLahGhyHclDPn8eKYNkkHg0xHNKdqnsUx0KOlkGa3TnlcfpI19O8W/AJxbfGbxuQMvqjd33TgZlTAagHSvS1AawVggtaY7+wko4/mXREWOh7yOrFIJ/d7bjzAnMzrsPqjqmck+dGSGPohAii/ovpMWNI+y7ssBkMc5cIKArA1u41CCdmff5NxwOm9SAKY3gUprWBzdGBYPK3yXxi72jbmZ8DjGvv/yfOl238JR+FEFBaMYYNisfnra6kpaU0ZsRmU0GqO4HbdGHTCN23137vWAtO05YFHPQvqWTA9VqD9xUriC2lMNCARJYhRSRSI+jTKuQ7oMFGdIKiTF5cHfgw3XuBZ2SXi4OaWi4ov40aUSVXjqXyG401y3YOeaNafVmxIn1JiKQjl7g618Jg8SjnqqVs04vvNLDGnemYSk/aZXZ6PJLSm/JLY5GLRIaLiJyfJV5r+GW1I6OtH5NGgx5dfUtTK7W//gAWYL6rbxx7W+NeC+E2XIGZU3QS/n2cQtdBsb22un/N6XLiX3TUo3e5gRD00OSy2GccKqAlQcBA5517jHRpaURmoDkgVdguQA3ctTkh+IeGnJWKYAitSQ0DSFZAdk4EkUs7xHrFB1qWkGyhgoQ3SlEytRHzOXiXK9T0sdtQgdoku/MU2Y9tEOgCgLwYn399/2vRCNaUjzBot6A7xUXq9ExNGoT606vJcxxe8ylwWT6ZH01nd0U8ucZkYp1mkDSD0Oaz1FRwiGW6pi2QQcLJm3lZilqfKYnO0JUO8iN3asR/7u0uiK8Pm/MAYfONm/Rlwvs5OoDA/hJhNXqnAEL6NQFTSsTYNNt1z1r/dOnzcPYOU2LE3BvfQjvBzaK6vikIWPdZvPK3NVYT3YfnDpwN9rZqeodlbJrNHze+d3iRoXOReNOrXpyYRNqpcpKtCjn8yxsTGoMTisaXsXwbUsNsfomnGytF1o3KlQ7DQK20tPznAZFQwuSygJ0xuhPWN2pRk/7Lzc8VRrrVGfhMX9d2Lt2GjQOOjFUwAA0HOof9PyFjS9ZQ90vOVxyM36o5IG15/oLEW5VviGhVnLh1A1a48mclN9bM3X0BKW+Apj1Wn58sK28JpX1vw/1MRbfoc+t9wC3U68N++rc5yxPTJ9PFEfpXbXyhuurTmAAnVRew+ri+tjLd3Q0SHvQTtaPoJOJu7Lo8KLTnIf2NL/GqoO1CGde4s9o78SyOlv8XDTAffGD32/NiI8kD1mqx4n+v9PkPrX8X8zUvgRpSz/XFARNPLL4Qalzs96KRUSssyoH1EcqnYsH4KuXd3FiLV38SSGaHSFzeHksXzPKKIJEUq8W3WRUl+oeq/9lWrU/t7FKPKLeqj9u0vkKJhvFmvKHn8zKQf+6MlS/oq2eODThdin/ETOjmJ/PV0uXdwHRmQQ1P2w9Hm2NxHTG6bQ3ynWOXlPfWL6RCWnUSS9n8+GX8JJUVhlUg780ZMlp8evaMv6AROWiJk/MQZ17r6L/fV0IQofeiT3CIKaDwuLzbO9ic9NL+KZQn+XKhN1L8Xs03X6+UYVN09jjGB6P/uJDNU8KSlKD1P+y26xXmZqLSp1mrQp6dJn+PfnOzxmypwlKw2hM5gsNofL43t5+wiEIrFE6iuT+/kHBAYFh4QqwpSqcHWEJlKrE6pAgP8UqwFHiAq7wZO1yEfwUh3IJouCeVoqRRoTxlqzG67X0WOlmdJAzxZnjDKwE6wNKByIpsagdjNyxp1B1AfjnZq4NVQ4/yvAuLcjZTlYJ2MZWktkPabIvuyt5EuODtrB4TVt42IWsAxh512c6oCkNHXcBXC+VkwW0hTbcG6UEB8O+8upIz5FE3GVQBgpviYXBRmzEIqaT9shkZrw2Y2816D1sk983XOI1trJPo95J7VRXcIqJxJnlq5APCeov8osJVSNsySKtaDHXB66kpERdG7FTSJvjpS93hKBz7zMcZCHEzV2aybtoB4uaj+7gFQ/RpAMKXUPIkUhICtsirNO6eeT18/9E6KFaqEiZcAV) format('woff2');font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__bluesky:before{content:"\f10f"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__fediverse:before{content:"\f10b"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-alt:before{content:"\f102"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__google:before{content:"\f103"}.social-logo__instagram:before{content:"\f215"}.social-logo__link:before{content:"\f109"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__mastodon:before{content:"\f10a"}.social-logo__medium-alt:before{content:"\f106"}.social-logo__medium:before{content:"\f623"}.social-logo__nextdoor:before{content:"\f10c"}.social-logo__patreon:before{content:"\f105"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo-threads:before{content:"\f10d"}.social-logo__tiktok-alt:before{content:"\f107"}.social-logo__tiktok:before{content:"\f108"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__woocommerce:before{content:"\f104"}.social-logo__wordpress:before{content:"\f205"}.social-logo__x:before{content:"\f10e"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
@charset "UTF-8";@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{display:flex;flex-direction:column;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);opacity:1;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none transparent;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:transparent!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid hsla(0,0%,100%,.2);border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px;--jetpack--contact-form--font-size:16px;--jetpack--contact-form--error-color:#b32d2e;--jetpack--contact-form--inverted-text-color:#fff}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form .grunion-field{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form input[type=checkbox],.contact-form input[type=radio]{height:1rem;margin:0 .75rem 0 0;width:1rem}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox{font-weight:400}.contact-form label.checkbox-multiple,.contact-form label.radio{flex:1;font-weight:400;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{align-items:flex-start;border:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.contact-form .is-style-outlined .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-radio-options{border:1px solid var(--jetpack--contact-form--border-color)}.contact-form .grunion-checkbox-multiple-options legend,.contact-form .grunion-radio-options legend{font-weight:700;margin-bottom:.25em;padding:0}.contact-form .is-style-outlined .grunion-checkbox-multiple-options legend,.contact-form .is-style-outlined .grunion-radio-options legend{font-size:.8em;font-weight:300;margin:0 0 -.75em;padding:0 .25em}.contact-form .grunion-checkbox-multiple-options .contact-form-field,.contact-form .grunion-radio-options .contact-form-field{align-items:baseline;display:flex;margin:0}.contact-form label span.required,.grunion-label-required{font-size:85%;font-weight:400;margin-left:.25em;opacity:.6}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:var(--jetpack--contact-form--error-color)}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{box-sizing:border-box;flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box;position:relative}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media only screen and (max-width:480px){.wp-block-jetpack-contact-form .grunion-field-wrap{flex-basis:100%;max-width:none}}.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form__select-wrapper{position:relative}.contact-form .contact-form__select-wrapper:after{border-bottom:2px solid;border-right:2px solid;content:"";display:block;height:8px;inset-inline-end:calc(var(--jetpack--contact-form--input-padding) + 4px);pointer-events:none;position:absolute;top:calc(var(--jetpack--contact-form--input-padding) + var(--jetpack--contact-form--line-height)/2);transform:translateY(-50%) rotate(45deg);transform-origin:center center;width:8px}.contact-form .contact-form__select-wrapper select{-webkit-appearance:none;appearance:none;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);padding-inline-end:calc(var(--jetpack--contact-form--input-padding)*3);text-overflow:ellipsis;white-space:nowrap;width:100%}.contact-form .is-style-animated,.contact-form .is-style-outlined{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap){display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .contact-form__select-wrapper+.notched-label{top:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__notch{border-top-color:transparent}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap select,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:transparent!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px);padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input:not([type=checkbox]):not([type=radio]){outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) select,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap.grunion-field-select-wrap .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{left:0;top:0;transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-checkbox-multiple-options,.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-radio-options{padding-top:8px}.contact-form .grunion-field-wrap input.checkbox-multiple,.contact-form .grunion-field-wrap input.radio{-webkit-appearance:none;appearance:none;border:1px solid var(--jetpack--contact-form--text-color);box-sizing:border-box;height:var(--jetpack--contact-form--font-size);margin-inline-end:calc(var(--jetpack--contact-form--font-size)/2);outline-offset:4px;padding:0;position:relative;width:var(--jetpack--contact-form--font-size)}.contact-form .grunion-field-wrap input.radio{border-radius:50%;transform:translateY(15%)}.contact-form .grunion-field-wrap input.checkbox-multiple:checked:before{content:"✓";display:block;font-size:var(--jetpack--contact-form--font-size);left:calc(var(--jetpack--contact-form--font-size)/2);line-height:1;position:absolute;top:calc(var(--jetpack--contact-form--font-size)/2);transform:translate(-50%,-50%)}.contact-form .grunion-field-wrap input.radio:checked:before{background:currentColor;border-radius:50%;content:"";height:calc(var(--jetpack--contact-form--font-size)/2);margin-left:50%;margin-top:50%;position:absolute;transform:translate(-50%,-50%);width:calc(var(--jetpack--contact-form--font-size)/2)}.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field,.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-radio-label{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-radius:var(--jetpack--contact-form--button-outline--border-radius);color:var(--jetpack--contact-form--button-outline--text-color);display:inline-flex;line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label{display:inline-flex;gap:.5em}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label:before{content:"✓"}.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field:focus-within,.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:focus+.grunion-radio-label{outline:var(--jetpack--contact-form--button-outline--border);outline-offset:2px}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button{border-radius:var(--jetpack--contact-form--button-outline--border-radius);color:var(--jetpack--contact-form--button-outline--text-color);font-family:var(--wp--preset--font-family--body)}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button:focus{outline-width:0}.contact-form input.grunion-field.is-style-button+.grunion-field-text:before{background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);box-sizing:initial;content:"";display:block;height:100%;left:calc(var(--jetpack--contact-form--button-outline--border-size)*-1);position:absolute;top:calc(var(--jetpack--contact-form--button-outline--border-size)*-1);width:100%;z-index:-1}.contact-form input.grunion-field.is-style-button{color:var(--jetpack--contact-form--button-outline--color)}.contact-form input.grunion-field.is-style-button:checked,.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text{color:var(--jetpack--contact-form--button-outline--background-color-fallback)}.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text:before{background:var(--jetpack--contact-form--button-outline--text-color);border-color:var(--jetpack--contact-form--button-outline--text-color)}.contact-form__error,.contact-form__input-error{--warning-icon-size:1.25em;--warning-icon-margin:0.75em;align-items:center;display:flex;flex-wrap:wrap;font-size:1rem}.contact-form__error{background-color:var(--jetpack--contact-form--error-color);color:var(--jetpack--contact-form--inverted-text-color);gap:var(--warning-icon-margin);margin-bottom:var(--wp--style--block-gap,1.5rem);padding:1em}.contact-form__error ul{flex-basis:100%;list-style-position:inside;margin:0;padding-inline-start:calc(var(--warning-icon-size) + var(--warning-icon-margin))}.contact-form__error ul:empty{display:none}.contact-form__error ul li{padding:.25em 0}.contact-form__error a{color:inherit}.contact-form__input-error{color:var(--jetpack--contact-form--error-color);gap:.33em;margin:.25rem 0}.contact-form__error:empty,.contact-form__input-error:empty{display:none}.contact-form .wp-block-jetpack-contact-form.is-style-outlined fieldset[aria-invalid=true],.contact-form [aria-invalid=true]:not(fieldset){border:1px solid var(--jetpack--contact-form--error-color)}.contact-form .wp-block-jetpack-contact-form:not(.is-style-outlined) fieldset[aria-invalid=true]{outline:solid 1px var(--jetpack--contact-form--error-color);outline-offset:.5em}.contact-form__warning-icon{background-color:var(--jetpack--contact-form--error-color);border:1px solid var(--jetpack--contact-form--inverted-text-color);border-radius:50%;color:var(--jetpack--contact-form--inverted-text-color);height:var(--warning-icon-size);width:var(--warning-icon-size)}.contact-form__warning-icon i:after{align-items:center;content:"!";display:flex;font-size:.8em;font-style:normal;font-weight:700;justify-content:center}.contact-form__checkbox-wrap{align-items:baseline;display:inline-flex}.contact-form :is([type=submit],button:not([type=reset])){align-items:center;display:inline-flex;gap:.5em;justify-content:center}.contact-form .contact-form__spinner{fill:currentColor}.contact-form .contact-form__spinner svg{display:block}.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:transparent;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:hsla(0,0%,100%,.8);border:solid rgba(0,0,0,.1);border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;padding:0;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{overflow:hidden;width:61px}#wpadminbar iframe.admin-bar-likes-widget{border-width:0;height:28px;min-height:28px;position:absolute;top:0;width:61px}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars.wpl-new-layout{background-color:#fff;border:1px solid #dcdcde;border-radius:4px;box-shadow:none;display:none;height:auto;max-height:240px;min-width:220px;overflow:auto;padding:9px 12px 10px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars.wpl-new-layout .likes-text{color:#101517;font-size:12px;font-weight:500;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li{float:none;height:28px;margin:0 0 4px;width:196px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a{align-items:center;border-bottom:none!important;display:flex;gap:8px;margin:0 2px 0 0;text-decoration:none}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span{color:#2c3338;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;box-sizing:border-box;margin:0!important;padding:0!important;position:static}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img{background:none;border:none;border-radius:50%;margin:0!important;padding:1px!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2{margin-top:1.5rem}.jp-related-posts-i2__list{--hgap:1rem;column-gap:var(--hgap);display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;row-gap:2rem}.jp-related-posts-i2__post{display:flex;flex-basis:calc((100% - var(--hgap))/2);flex-direction:column}.jp-related-posts-i2__post:nth-last-child(n+3):first-child,.jp-related-posts-i2__post:nth-last-child(n+3):first-child~*{flex-basis:calc(33.33333% - var(--hgap)*2/3)}.jp-related-posts-i2__post:nth-last-child(4):first-child,.jp-related-posts-i2__post:nth-last-child(4):first-child~*{flex-basis:calc((100% - var(--hgap))/2)}.jp-related-posts-i2__post-link{display:flex;flex-direction:column;line-height:1.2;margin-bottom:1rem;row-gap:.5rem;width:100%}.jp-related-posts-i2__post-link:focus-visible{outline-offset:2px}.jp-related-posts-i2__post-img{max-width:100%;order:-1}.jp-related-posts-i2__post-defs{list-style-type:unset;margin:0}.jp-related-posts-i2__post-defs dt{height:1px;overflow:hidden;position:absolute;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.jp-related-posts-i2__post-defs dd{margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__list{display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin-bottom:2rem}@media only screen and (max-width:640px){.jp-related-posts-i2__list{display:block}.jp-related-posts-i2__post{margin-bottom:2rem}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid hsla(0,0%,100%,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:4px 11px 3px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-x div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-x a:before,.sd-social-icon-text .sd-content li.share-x a:before,.sd-social-text .sd-content ul li.share-x a:before{content:"\f10e"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-official .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-nextdoor a:before,.sd-social-icon-text .sd-content li.share-nextdoor a:before,.sd-social-official .sd-content li.share-nextdoor a:before,.sd-social-text .sd-content ul li.share-nextdoor a:before{content:"\f10c"}.sd-social-official .sd-content li.share-nextdoor a:before{color:#8ed500}.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button{background:#8ed500;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px rgba(0,0,0,.2);margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#0866ff;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button{background:#000;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:content-box}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid hsla(0,0%,100%,.1)!important;color:#222!important;display:inline-block!important;*display:inline;margin:0 5px!important;padding:0!important;zoom:1;border-radius:10em!important;height:32px!important;line-height:32px!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:rgba(0,0,0,.75);border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:transparent;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{background:#000;border-radius:50%;display:inline-block;fill:#fff;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;content:"\f415";text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="bsky.app"]:before{content:"\f10f"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before{content:"\f10c"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="threads.net"]:before{content:"\f10d"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="x.com"]:before{content:"\f10e"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:transparent;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:hsla(0,0%,100%,.8);bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{-ms-filter:grayscale(1);-o-filter:grayscale(1);filter:grayscale(1)}.tiled-gallery .tiled-gallery-item:hover img.grayscale{-ms-filter:none;-o-filter:none;filter:none}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}.jetpack-goodreads-legacy-widget div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_container] a{color:#000}.jetpack-goodreads-legacy-widget h2[class^=gr_custom_header]{display:none}.jetpack-goodreads-legacy-widget div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}.jetpack-goodreads-legacy-widget div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_author]{font-size:10px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_tags]{color:gray;font-size:10px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:transparent;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:transparent}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}.jetpack-subscribe-modal{background-color:transparent;height:100%;left:0;overflow:auto;position:fixed;top:0;transition:all .4s;visibility:hidden;width:100%;z-index:50000}.jetpack-subscribe-modal.open{background-color:rgba(0,0,0,.3);visibility:visible}.jetpack-subscribe-modal__modal-content{background-color:#fefefe;border-radius:10px;box-sizing:border-box;margin:15% auto;max-width:600px;overflow:hidden;position:relative;top:100%;transition:all .4s;visibility:hidden;width:100%;text-wrap:balance}.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content{top:0;visibility:visible}.jetpack-subscribe-modal__modal-content p{text-wrap:balance;text-wrap:pretty}@media screen and (max-width:640px){.jetpack-subscribe-modal__modal-content{width:94%}}body.jetpack-subscribe-modal-open{overflow:hidden}