.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

.wp-block-latest-posts__list li {
	margin-bottom: var(--global-xs-spacing);
}

.wp-block-latest-posts__list li:after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (max-width:540px) {
	.wp-block-latest-posts__featured-image.alignleft {
		margin-right: .5em;
	}
}

.wp-block-search .wp-block-search__button {
	border-color: var(--global-gray-400);
}

.wp-block-search .wp-block-search__button:not(.has-text-color) {
	color: var(--global-palette4);
}

.wp-block-search .wp-block-search__button:not(.has-background) {
	background: var(--global-palette7);
}

.wp-block-search .wp-block-search__input {
	border-color: var(--global-gray-400);
}

.comment-navigation, .post-navigation {
	margin: var(--global-lg-spacing) auto;
}

.comment-navigation a, .post-navigation a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.comment-navigation a:hover, .post-navigation a:hover {
	color: var(--global-palette-highlight);
}

.comment-navigation .nav-links, .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.comment-navigation .nav-previous, .post-navigation .nav-previous {
	position: relative;
}

.comment-navigation .nav-previous .base-svg-iconset, .post-navigation .nav-previous .base-svg-iconset {
	padding-right: .5em;
}

.comment-navigation .nav-previous a, .post-navigation .nav-previous a {
	padding-right: var(--global-xs-spacing);
}

.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after {
	position: absolute;
	content: "";
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: var(--global-gray-500);
}

.post-navigation-sub {
	margin-bottom: .5em;
}

.post-navigation-sub small {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .05em;
}

.widget {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget-area .widget-title, .widget-area .wp-block-heading {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: .5em;
}

.widget-area ul {
	padding-left: .5em;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: var(--global-palette3);
	text-decoration: none;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	color: var(--global-palette-highlight);
	text-decoration: underline;
}

.widget-area .widget {
	margin-left: 0;
	margin-right: 0;
}

.widget li {
	line-height: 1.8;
}

.widget_categories li, .wp-block-categories li {
	padding-bottom: .5em;
}

.widget-area .widget_tag_cloud, .widget-area .wp-block-tag-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 10px;
	gap: 10px;
}

.widget-area .widget_tag_cloud a, .widget-area .wp-block-tag-cloud a {
	font-size: inherit !important;
	background-color: transparent;
	border: 1px solid var(--global-gray-400);
	padding: 6px 12px;
	text-transform: capitalize;
	border-radius: 10px;
}

.primary-sidebar.widget-area .widget ul:first-of-type {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}

.grid-cols {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	row-gap: 2.5rem;
}

.wp-site-blocks .grid-cols:before {
	display: none;
}

@media screen and (min-width:576px) {
	.grid-sm-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-sm-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-sm-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-sm-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width:1025px) {
	.grid-lg-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-lg-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-lg-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-lg-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.grid-lg-col-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.grid-lg-col-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.entry {
	-webkit-box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .05);
	box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.content-wrap {
	position: relative;
}

@media screen and (max-width:719px) {
	.primary-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

.content-style-unboxed .base-thumbnail-position-above+.article-post-thumbnail-caption {
	margin-top: calc(0px - var(--global-md-spacing));
	margin-bottom: var(--global-md-spacing);
}

.single-content {
	margin: var(--global-md-spacing) 0 0;
}

.single-content .enlighter-default, .single-content .entry-content-asset, .single-content .schema-faq-section, .single-content .wc-block-grid, .single-content .wp-block-base-advancedbtn, .single-content .wp-block-base-form, .single-content .wp-block-base-iconlist, .single-content .wp-block-base-tableofcontents, .single-content .wp-block-button, .single-content .wp-block-buttons, .single-content .wp-block-cover, .single-content .wp-block-group, .single-content .wp-block-media-text, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content [class*=__inner-content], .single-content address, .single-content figure, .single-content form, .single-content hr, .single-content p, .single-content pre, .single-content table {
	margin-top: 0;
	margin-bottom: var(--global-md-spacing);
}

.single-content p:not(.wp-block-base-advancedheading)+.wp-block-base-spacer {
	margin-top: calc(0rem - var(--global-md-spacing));
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin: 1.5em 0 .5em;
}

.single-content h1+*, .single-content h1:first-child, .single-content h2+*, .single-content h2:first-child, .single-content h3+*, .single-content h3:first-child, .single-content h4+*, .single-content h4:first-child, .single-content h5+*, .single-content h5:first-child, .single-content h6+*, .single-content h6:first-child {
	margin-top: 0;
}

.single-content ol, .single-content ul {
	margin: 0 0 var(--global-md-spacing);
	padding-left: 2em;
}

.single-content .enlighter-default:last-child, .single-content .entry-content-asset:last-child, .single-content .schema-faq-section:last-child, .single-content .wp-block-base-advancedbtn:last-child, .single-content .wp-block-base-form:last-child, .single-content .wp-block-base-iconlist:last-child, .single-content .wp-block-base-tableofcontents:last-child, .single-content .wp-block-button:last-child, .single-content .wp-block-buttons:last-child, .single-content .wp-block-cover:last-child, .single-content .wp-block-group:last-child, .single-content .wp-block-media-text:last-child, .single-content .wp-block-yoast-faq-block:last-child, .single-content .wp-block-yoast-how-to-block:last-child, .single-content address:last-child, .single-content figure:last-child, .single-content form:last-child, .single-content h1:last-child, .single-content h2:last-child, .single-content h3:last-child, .single-content h4:last-child, .single-content h5:last-child, .single-content h6:last-child, .single-content hr:last-child, .single-content ol:last-child, .single-content p:last-child, .single-content pre:last-child, .single-content table:last-child, .single-content ul:last-child {
	margin-bottom: 0;
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.content-title-style-above .entry-content, .content-title-style-hide .entry-content {
	margin: 0;
}

.wp-site-blocks .post-thumbnail {
	display: block;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	position: relative;
}

.wp-site-blocks .post-thumbnail.base-thumbnail-ratio-inherit {
	padding-bottom: 0;
	height: auto;
}

.wp-site-blocks .post-thumbnail.base-thumbnail-ratio-inherit .post-thumbnail-inner {
	position: static;
}

.wp-site-blocks .post-thumbnail.base-thumbnail-ratio-inherit img {
	margin-left: auto;
	margin-right: auto;
}

.wp-site-blocks .post-thumbnail .post-thumbnail-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-site-blocks .post-thumbnail img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

.content-style-unboxed .base-thumbnail-position-above {
	margin-bottom: var(--global-md-spacing);
}

.base-breadcrumbs {
	margin: .5em 0;
	font-size: 14;
	color: var(--global-palette5);
}

@media screen and (max-width:767px) {
	.base-breadcrumbs {
		margin: .2em 0;
	}
}

.base-breadcrumbs a {
	color: inherit;
}

.entry-meta {
	font-size: 80%;
	margin: 1em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.entry-meta, .entry-meta>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entry-meta>* {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry-meta>* time {
	white-space: nowrap;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta .meta-label {
	margin-right: .2rem;
}

.entry-meta>:after {
	margin-left: .5rem;
	margin-right: .5rem;
	content: "";
	display: inline-block;
	background-color: currentColor;
	height: .25rem;
	width: .25rem;
	opacity: .8;
	border-radius: 9999px;
	vertical-align: .1875em;
}

.entry-meta>:last-child:after {
	display: none;
}

.loop-entry .entry-header .entry-title {
	margin: 0;
}

.loop-entry .entry-header .entry-meta, .loop-entry .entry-summary p {
	margin: 1em 0;
}

.updated:not(.published) {
	display: none;
}

.entry-summary {
	margin: var(--global-xs-spacing) 0 0;
}

a.post-more-link {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	font-size: 80%;
}

a.post-more-link .base-svg-iconset {
	margin-left: .5em;
}

a.post-more-link:hover {
	color: var(--global-palette-highlight);
}

.more-link-wrap {
	margin-top: var(--global-xs-spacing);
	margin-bottom: 0;
}

.entry-taxonomies {
	margin-bottom: .5em;
	letter-spacing: .05em;
	font-size: 70%;
	text-transform: uppercase;
}

.entry-taxonomies a {
	text-decoration: none;
	font-weight: 700;
}

.entry-taxonomies .category-style-pill a {
	background: var(--global-palette-highlight);
	color: #fff;
	padding: .25rem;
	border-radius: .25rem;
	margin-right: .25rem;
	margin-bottom: .25rem;
	display: inline-block;
	line-height: 1.2;
}

.entry-taxonomies .category-style-pill a:last-child {
	margin-right: 0;
}

.entry-taxonomies .category-style-pill a:hover {
	color: #fff;
}

.entry-taxonomies .category-style-underline a {
	text-decoration: underline;
}

.loop-entry.type-post .entry-taxonomies .category-style-pill a {
	color: #fff;
}

@media screen and (max-width:719px) {
	.loop-entry .entry-taxonomies {
		margin-bottom: 1em;
	}
}

.entry-hero-container-inner {
	background: var(--global-palette7);
}

.entry-hero-container-inner .entry-header {
	min-height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
}

.entry-hero {
	position: relative;
}

.hero-section-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero-container {
	position: relative;
}

.title-align-center {
	text-align: center;
}

.entry-hero .title-align-center {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry-header {
	margin-bottom: 1em;
}

.entry-footer {
	clear: both;
}

.entry-author.entry-content-wrap, .post-navigation-wrap.entry-content-wrap, .post-navigation-wrap .post-navigation {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.content-style-unboxed .entry-author.entry-content-wrap, .content-style-unboxed .post-navigation-wrap.entry-content-wrap, .content-style-unboxed .post-navigation-wrap .post-navigation {
	padding-left: 0;
	padding-right: 0;
}

.single-entry.post.entry.post-footer-area-boxed {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.post-footer-area-boxed~.entry-related, .post-footer-area-boxed~.entry-related .entry-related-inner-content.alignwide {
	margin: 0;
	width: auto;
	max-width: 100%;
}

.alignfull, .alignwide, .entry-content .alignfull, .entry-content .alignwide {
	margin-left: calc(50% - 50vw);
	margin-left: calc(50% - var(--global-vw, 100vw) / 2);
	margin-right: calc(50% - 50vw);
	margin-right: calc(50% - var(--global-vw, 100vw) / 2);
	max-width: 100vw;
	width: 100vw;
	width: var(--global-vw, 100vw);
	padding-left: 0;
	padding-right: 0;
	clear: both;
}

.entry-title {
	word-wrap: break-word;
}