img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: 0 0 !important;
	padding: 0 !important
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button {
	color: #fff
}

.wp-block-button.aligncenter {
	text-align: center
}

.wp-block-button.alignright {
	text-align: right
}

.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
	background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.no-border-radius.wp-block-button__link {
	border-radius: 0!important
}

.is-style-outline {
	color: #32373c
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid
}

.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: none;
	margin-left: 8px
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 4px;
	border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #edeff0
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar tfoot a {
	color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-columns {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-columns.has-background {
	padding: 20px 30px
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (max-width:599px) {
	.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-column {
		flex-basis: calc(50% - 16px)!important;
		flex-grow: 0
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 32px
	}
}

@media (min-width:782px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}
	.wp-block-column[style] {
		flex-grow: 0
	}
	.wp-block-column:not(:first-child) {
		margin-left: 32px
	}
}

.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
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

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

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

.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-cover,
.wp-block-cover-image {
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	opacity: .5
}

.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:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
	opacity: .1
}

.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:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
	opacity: .2
}

.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:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
	opacity: .3
}

.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:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
	opacity: .4
}

.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:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
	opacity: .5
}

.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:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
	opacity: .6
}

.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:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
	opacity: .7
}

.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:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
	opacity: .8
}

.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:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
	opacity: .9
}

.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:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 290px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 70px);
	z-index: 1;
	color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff
}

.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 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 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-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 580px;
	padding: 14px;
	text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
	max-width: 360px;
	width: 100%
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: 13px;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		object-fit: cover
	}
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 32px)/3);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-3 .blocks-gallery-image,
		.blocks-gallery-grid.columns-3 .blocks-gallery-item,
		.wp-block-gallery.columns-3 .blocks-gallery-image,
		.wp-block-gallery.columns-3 .blocks-gallery-item {
			width: calc((100% - 32px)/3 - 1px)
		}
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 48px)/4);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-4 .blocks-gallery-image,
		.blocks-gallery-grid.columns-4 .blocks-gallery-item,
		.wp-block-gallery.columns-4 .blocks-gallery-image,
		.wp-block-gallery.columns-4 .blocks-gallery-item {
			width: calc((100% - 48px)/4 - 1px)
		}
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 64px)/5);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-5 .blocks-gallery-image,
		.blocks-gallery-grid.columns-5 .blocks-gallery-item,
		.wp-block-gallery.columns-5 .blocks-gallery-image,
		.wp-block-gallery.columns-5 .blocks-gallery-item {
			width: calc((100% - 64px)/5 - 1px)
		}
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 80px)/6);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-6 .blocks-gallery-image,
		.blocks-gallery-grid.columns-6 .blocks-gallery-item,
		.wp-block-gallery.columns-6 .blocks-gallery-image,
		.wp-block-gallery.columns-6 .blocks-gallery-item {
			width: calc((100% - 80px)/6 - 1px)
		}
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 96px)/7);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-7 .blocks-gallery-image,
		.blocks-gallery-grid.columns-7 .blocks-gallery-item,
		.wp-block-gallery.columns-7 .blocks-gallery-image,
		.wp-block-gallery.columns-7 .blocks-gallery-item {
			width: calc((100% - 96px)/7 - 1px)
		}
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 112px)/8);
		margin-right: 16px
	}
	@supports (-ms-ime-align:auto) {
		.blocks-gallery-grid.columns-8 .blocks-gallery-image,
		.blocks-gallery-grid.columns-8 .blocks-gallery-item,
		.wp-block-gallery.columns-8 .blocks-gallery-image,
		.wp-block-gallery.columns-8 .blocks-gallery-item {
			width: calc((100% - 112px)/8 - 1px)
		}
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-image {
	margin-bottom: 1em
}

.wp-block-image img {
	max-width: 100%
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	display: table;
	margin-left: 0;
	margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-image .alignright {
	float: right;
	margin-left: 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.is-style-circle-mask img {
		-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-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-latest-comments__comment {
	font-size: 15px;
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 36px;
	list-style: none
}

.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: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
	color: #8f98a1;
	display: block;
	font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px
}

.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
}

.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 16px 16px 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - 16px)
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - 16px)
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 16px)
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 16px)
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 16px)
	}
}

.wp-block-latest-posts__post-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
	margin-top: 8px;
	margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	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 {
	-ms-grid-row-align: start;
	align-self: start
}

.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,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	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 {
	-ms-grid-row-align: end;
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100%!important;
		grid-template-columns: 100%!important
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
}

.wp-block-navigation>ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0
}

@media (min-width:600px) {
	.wp-block-navigation>ul {
		display: flex;
		flex-wrap: wrap
	}
}

.wp-block-navigation>ul ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0
}

.wp-block-navigation>ul ul li {
	margin: 0
}

.wp-block-navigation>ul li {
	z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
	cursor: pointer;
	z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.wp-block-navigation>ul>li ul {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	max-width: 200px;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
	display: flex;
	flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
	width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
	margin: 0;
	width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
	align-items: center;
	width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
	display: flex;
	margin-top: 0;
	margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
	position: relative;
	margin: 0;
	min-height: 56px;
	display: flex;
	line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
	min-height: auto;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
	margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
	display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
	display: flex;
	border: 1px solid rgba(0, 0, 0, .15);
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
	left: 100%;
	top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
	background-color: inherit;
	color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
	display: flex;
	align-items: center;
	width: max-content;
	padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
	padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
	padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
	min-width: 100%;
	padding-right: 32px;
	position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
	position: absolute;
	right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
	fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
	transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
	color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
	color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
	background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
	color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
	background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	padding: 0
}

.wp-block-navigation>ul>li>a {
	display: flex;
	align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
	padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
	padding-right: 0
}


.wp-block-navigation.items-justified-left>ul {
	justify-content: flex-start
}

.wp-block-navigation.items-justified-center>ul {
	justify-content: center
}

.wp-block-navigation.items-justified-right>ul {
	justify-content: flex-end
}

.is-small-text {
	font-size: 14px
}

.is-regular-text {
	font-size: 16px
}

.is-large-text {
	font-size: 36px
}

.is-larger-text {
	font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-background {
	padding: 20px 30px
}

p.has-text-color a {
	color: inherit
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px
}

.wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: right
}

.wp-block-rss.alignleft {
	margin-right: 2em
}

.wp-block-rss.alignright {
	margin-left: 2em
}

.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 16px)
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 16px)
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 16px)
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 16px)
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 16px)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}

.wp-block-search {
	display: flex;
	flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	max-width: 360px
}

.wp-block-search .wp-block-search__button {
	margin-left: 10px
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "\00b7 \00b7 \00b7";
	color: currentColor;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-social-links {
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-social-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 8px;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-social-link {
		transition-duration: 0s
	}
}

.wp-social-link a {
	padding: 6px;
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor
}

.wp-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.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: #1977f2;
	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-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: #0577b5;
	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-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: #fe4500;
	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 {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.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-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: #21a1f3;
	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-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: #ff0100;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px
}

.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: #1977f2
}

.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-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: #0577b5
}

.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-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: #fe4500
}

.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 {
	color: #fff;
	stroke: #000
}

.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-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: #21a1f3
}

.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-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: #ff0100
}

.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: 16px;
	padding-right: 16px
}

.wp-block-spacer {
	clear: both
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	width: 100%
}

.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 {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.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: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	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%
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

.wp-block-video video {
	max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-video [poster] {
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

: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-small-font-size {
	font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 16px
}

.has-medium-font-size {
	font-size: 20px
}

.has-large-font-size {
	font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 42px
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

@charset "UTF-8";

/*!
Theme Name: NeoMag
Theme URI: http://themesindep.com/neomag
Author: ThemesIndep
Author URI: http://themesindep.com
Description: Magazine theme for small personal blogs or large scale online magazines and newspapers
Version: 2.0
Text Domain: neomag
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.post-date a:not(.author-avatar),
.comment-count a:not(.author-avatar),
.views-count a:not(.author-avatar),
.byline a:not(.author-avatar),
.author-more,
.post-edit-link,
.post-navigation .post-nav--anchor-prev,
.post-navigation .post-nav--anchor-next,
.comment-edit-link,
.comment-reply-link,
.search--related li a {
	position: relative;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.post-date a:not(.author-avatar):before,
.comment-count a:not(.author-avatar):before,
.views-count a:not(.author-avatar):before,
.byline a:not(.author-avatar):before,
.author-more:before,
.post-edit-link:before,
.post-navigation .post-nav--anchor-prev:before,
.post-navigation .post-nav--anchor-next:before,
.comment-edit-link:before,
.comment-reply-link:before,
.search--related li a:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: currentColor;
	visibility: hidden;
	transform: scaleX(0);
	transition: all .2s ease-in-out
}

.post-date a:not(.author-avatar):hover:before,
.comment-count a:not(.author-avatar):hover:before,
.views-count a:not(.author-avatar):hover:before,
.byline a:not(.author-avatar):hover:before,
.author-more:hover:before,
.post-edit-link:hover:before,
.post-navigation .post-nav--anchor-prev:hover:before,
.post-navigation .post-nav--anchor-next:hover:before,
.comment-edit-link:hover:before,
.comment-reply-link:hover:before,
.search--related li a:hover:before {
	visibility: visible;
	transform: scaleX(.96)
}

body {
	color: var(--site-color);
	font-size: 1.25rem;
	line-height: 1.6;
	background-color: var(--site-background);
	font-family: Arial, Helvetica sans-serif;
	-webkit-font-smoothing: antialiased
}

.entry-content p {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	overflow-wrap: break-word;
	word-wrap: break-word
}

.entry-content p>a,
.entry-content li>a,
.entry-content em>a,
.entry-content strong>a,
.entry-content h1>a,
.entry-content h2>a,
.entry-content h3>a,
.entry-content h4>a,
.entry-content h5>a,
.entry-content h6>a {
	color: var(--content-link);
	text-decoration: none;
	box-shadow: inset 0 -1px 0 var(--content-link);
	transition: box-shadow .15s ease-in-out
}

.entry-content p>a:hover,
.entry-content li>a:hover,
.entry-content em>a:hover,
.entry-content strong>a:hover,
.entry-content h1>a:hover,
.entry-content h2>a:hover,
.entry-content h3>a:hover,
.entry-content h4>a:hover,
.entry-content h5>a:hover,
.entry-content h6>a:hover {
	box-shadow: inset 0 -2px 0 var(--content-link)
}

blockquote.is-large cite,
blockquote.is-large footer,
blockquote.is-style-large cite,
blockquote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
cite,
figcaption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption {
	color: inherit;
	display: block;
	margin-top: .625rem;
	opacity: .7;
	font-style: normal;
	text-transform: inherit;
	font-size: 1rem
}

blockquote.is-large cite,
blockquote.is-large footer,
blockquote.is-style-large cite,
blockquote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	font-size: 1.125rem;
	text-align: inherit
}

.strikethrough-title,
.ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block+.ad-block:not(.ad-block--carousel_top) .ad-block--title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	text-align: center;
	grid-gap: 1.25rem;
	width: 100%;
	background-color: var(--site-background)
}

.strikethrough-title:before,
.ad-block--middle .ad-block--title:before,
.ad-block--footer .ad-block--title:before,
.home-block+.ad-block:not(.ad-block--carousel_top) .ad-block--title:before,
.strikethrough-title:after,
.ad-block--middle .ad-block--title:after,
.ad-block--footer .ad-block--title:after,
.home-block+.ad-block:not(.ad-block--carousel_top) .ad-block--title:after {
	content: "";
	height: 1px;
	background-color: var(--site-separators-color)
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.rpr-svg-icon {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor
}

.icon-button,
.social-links--icons .menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 2.2em;
	height: 2.2em;
	text-decoration: none
}

.rtl [class*=arrow-left],
.rtl [class*=arrow-right] {
	transform: scale(-1, 1)
}

.icon-n-txt,
.comment-edit,
.comment-reply,
.comment-navigation a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-left: -.625rem;
	margin-right: -.625rem
}

.icon-n-txt [class*=icon],
.comment-edit [class*=icon],
.comment-reply [class*=icon],
.comment-navigation a [class*=icon] {
	margin-left: .625rem;
	margin-right: .625rem
}

html {
	font-size: 90%
}

h1,
.h1,
.fsize-h1 {
	font-size: 28px;
	line-height: 1.2
}

h2,
.h2,
.fsize-h2 {
	font-size: 22px;
	line-height: 1.25
}

h3,
.h3,
.fsize-h3,
.social-links--large {
	font-size: 20px;
	line-height: 1.25
}

h4,
.h4,
.fsize-h4,
.social-links--medium {
	font-size: 20px;
	line-height: 1.2
}

h5,
.h5,
.fsize-h5 {
	font-size: 18px;
	line-height: 1.3
}

h6,
.h6,
.fsize-h6 {
	font-size: 16px;
	line-height: 1.3
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	font-style: normal
}

p,
hr,
pre,
table,
figure,
details,
fieldset,
blockquote {
	margin-top: 0;
	margin-bottom: 1.25rem
}

h1,
.h1,
h2,
.h2 {
	margin-bottom: 1.875rem
}

h3,
.h3,
h4,
.h4,
h5,
.h5 {
	margin-bottom: .9375rem
}

h6,
.h6 {
	margin-bottom: .25rem
}

a {
	color: currentColor
}

fieldset p:last-child,
.archive-description p:last-child {
	margin-bottom: 0
}

.section-title {
	display: block;
	font-size: 1.375rem;
	line-height: 1.1
}

.small-section-title {
	letter-spacing: 0;
	font-size: 1.375rem;
	text-transform: none
}

.t-stroke {
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000
}

.t-label,
.t-label--xs,
.t-label--s,
.t-label--m,
.t-label--l {
	padding-top: .33333rem;
	padding-bottom: .33333rem;
	font-family: inherit;
	letter-spacing: .15em
}

.t-label--xs {
	font-size: .8125rem
}

.t-label--s {
	font-size: 1rem
}

.t-label--m {
	font-size: 1.25rem
}

.t-label--l {
	font-size: 1.5rem
}

.message-box {
	padding: .7em;
	letter-spacing: .03em;
	border: .0625em solid
}

.message-box.alert {
	border-color: #cc4b37;
	background-color: rgba(204, 75, 55, .2)
}

.message-box.warning {
	border-color: #ffae00;
	background-color: rgba(255, 174, 0, .2)
}

.message-box.success {
	border-color: #3adb76;
	background-color: rgba(58, 219, 118, .2)
}

.message-box.info {
	border-color: #ddd;
	background-color: rgba(0, 0, 0, .02)
}

blockquote {
	color: inherit;
	font-size: 1.375rem;
	font-family: inherit;
	line-height: inherit;
	border-width: 0;
	border-style: solid;
	border-left-width: 4px;
	padding-left: 1.875rem;
	margin-left: 0;
	margin-right: 0
}

blockquote p {
	line-height: inherit
}

pre {
	color: inherit;
	font-size: 1rem;
	line-height: 1.8;
	white-space: pre-wrap;
	font-family: Menlo, Consolas, monaco, monospace
}

hr {
	border: 0;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: currentColor;
	margin-top: 15px
}

dl dt {
	font-weight: 700
}

dl dd {
	margin-left: 0;
	margin-right: 0
}

dl dd+dt {
	margin-top: 10px
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

th,
td {
	padding: 10px;
	border: 1px solid #cacaca
}

.show-for-print {
	display: none !important
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: currentColor;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: none;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}

[type=submit],
[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	box-sizing: border-box
}

::-webkit-input-placeholder {
	color: currentColor
}

::-moz-placeholder {
	color: currentColor
}

:-ms-input-placeholder {
	color: currentColor
}

::-ms-input-placeholder {
	color: currentColor
}

::placeholder {
	color: currentColor
}

[type=file],
[type=checkbox],
[type=radio] {
	margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .5rem
}

[type=file] {
	width: 100%
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .5rem
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: currentColor;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

select:focus {
	outline: none;
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: none;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

select,
select:focus,
textarea,
textarea:focus,
[type=color],
[type=color]:focus,
[type=date],
[type=date]:focus,
[type=datetime-local],
[type=datetime-local]:focus,
[type=datetime],
[type=datetime]:focus,
[type=email],
[type=email]:focus,
[type=month],
[type=month]:focus,
[type=number],
[type=number]:focus,
[type=password],
[type=password]:focus,
[type=search],
[type=search]:focus,
[type=tel],
[type=tel]:focus,
[type=text],
[type=text]:focus,
[type=time],
[type=time]:focus,
[type=url],
[type=url]:focus,
[type=week],
[type=week]:focus {
	background-color: var(--site-background)
}

select {
	width: 100%;
	line-height: 1;
	border-radius: 0
}

label {
	display: inline-block;
	padding: .33333rem 0;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	white-space: normal
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: .4
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: .4
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: .4
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	opacity: .4
}

input::placeholder,
textarea::placeholder {
	opacity: .4
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: 1.5em 2em;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: opacity .25s ease-out;
	font-family: inherit;
	font-size: .75rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #000;
	color: #fff
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button:hover,
.button:focus {
	background-color: #000;
	color: #fff
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #1779ba;
	color: #fff
}

.button.primary:hover,
.button.primary:focus {
	background-color: #126195;
	color: #fff
}

.button.secondary {
	background-color: #767676;
	color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #5e5e5e;
	color: #fff
}

.button.success {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert {
	background-color: #cc4b37;
	color: #fff
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fff
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #000;
	color: #fff
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #1779ba;
	color: #fff
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #767676;
	color: #fff
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fff
}

.button.hollow {
	border: 2px solid #000;
	color: #000
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow.disabled,

.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #000;
	color: #000
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 2px solid #000;
	color: #000
}

.button.hollow.primary {
	border: 2px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 2px solid #1779ba;
	color: #1779ba
}

.button.hollow.secondary {
	border: 2px solid #767676;
	color: #767676
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 2px solid #767676;
	color: #767676
}

.button.hollow.success {
	border: 2px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 2px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning {
	border: 2px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 2px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 2px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 2px solid #cc4b37;
	color: #cc4b37
}

.button.clear {
	border: 2px solid #000;
	color: #000
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent
}

.button.clear:hover,
.button.clear:focus {
	border-color: #000;
	color: #000
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 2px solid #000;
	color: #000
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 2px solid #1779ba;
	color: #1779ba
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 2px solid #1779ba;
	color: #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 2px solid #767676;
	color: #767676
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 2px solid #767676;
	color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 2px solid #3adb76;
	color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 2px solid #3adb76;
	color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 2px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 2px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 2px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 2px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent
}

.button.dropdown:after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 2em
}

.button.dropdown.hollow:after,
.button.dropdown.clear:after {
	border-top-color: #000
}

.button.dropdown.hollow.primary:after,
.button.dropdown.clear.primary:after {
	border-top-color: #1779ba
}

.button.dropdown.hollow.secondary:after,
.button.dropdown.clear.secondary:after {
	border-top-color: #767676
}

.button.dropdown.hollow.success:after,
.button.dropdown.clear.success:after {
	border-top-color: #3adb76
}

.button.dropdown.hollow.warning:after,
.button.dropdown.clear.warning:after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert:after,
.button.dropdown.clear.alert:after {
	border-top-color: #cc4b37
}

.button.arrow-only:after {
	top: -.1em;
	float: none;
	margin-left: 0
}

a.button:hover,
a.button:focus {
	text-decoration: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: 1.5em 2em;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: opacity .25s ease-out;
	font-family: inherit;
	font-size: .75rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #000;
	color: #fff
}

[data-whatinput=mouse] button,
[data-whatinput=mouse] [type=button],
[data-whatinput=mouse] [type=reset],
[data-whatinput=mouse] [type=submit] {
	outline: 0
}

button:hover,
button:focus,
[type=button]:hover,
[type=button]:focus,
[type=reset]:hover,
[type=reset]:focus,
[type=submit]:hover,
[type=submit]:focus {
	background-color: #000;
	color: #fff
}

button,
.button,
[type=button],
[type=reset],
[type=submit] {
	font-family: sans-serif;
	letter-spacing: .125em;
	text-transform: uppercase
}

button:hover,
.button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
	opacity: .7
}

a.button {
	text-decoration: none
}

.button.rounded {
	padding: .5em 1em;
	border-radius: 2em;
	color: #fff;
	background-color: #000
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
*:before,
*:after {
	box-sizing: inherit
}

:root {
	--global-width: 1404px;
	--medium-screen: 40em;
	--large-screen: 64em;
	--x-large-screen: 75em;
	--xx-large-screen: 87.75em
}

.site-width {
	max-width: var(--global-width)
}

.row {
	max-width: 1464px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	flex: 1 1 0px;
	padding-right: .625rem;
	padding-left: .625rem;
	min-width: 0
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	flex: 0 0 100%
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	flex: 0 0 100%
}

.row.x-large-unstack>.column,
.row.x-large-unstack>.columns {
	flex: 0 0 100%
}

.shrink {
	flex: 0 0 auto;
	max-width: 100%
}

.column-block {
	margin-bottom: 1.25rem
}

.column-block>:last-child {
	margin-bottom: 0
}

.gutter-half {
	max-width: 1434px
}

.gutter-half.row-wide {
	max-width: 1470px
}

.row-wide {
	max-width: 1500px
}

.row-x-wide {
	max-width: 1920px
}

.l-vspace {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}

.post-column>.post {
	height: 100%
}

.hor-sep-t:before,
.hor-sep-b:after,
.hor-sep-2t:before,
.hor-sep-2b:after {
	content: "";
	width: 100vw;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: var(--site-separators-color)
}

[class*=hor-sep-]:before,
[class*=hor-sep-]:after {
	max-width: calc(100% - 1.25rem);
	left: .625rem
}

.row .column.row.row[class*=hor-sep-]:before,
.row .row.row.columns[class*=hor-sep-]:before,
.row .column.row.row[class*=hor-sep-]:after,
.row .row.row.columns[class*=hor-sep-]:after {
	max-width: 100%;
	left: 0
}

.hor-sep-t {
	position: relative
}

.hor-sep-t:before {
	top: 0;
	height: 1px
}

.hor-sep-b {
	position: relative
}

.hor-sep-b:after {
	bottom: 0;
	height: 1px
}

.hor-sep-2t {
	position: relative
}

.hor-sep-2t:before {
	top: 0;
	height: 2px
}

.hor-sep-2b {
	position: relative
}

.hor-sep-2b:after {
	bottom: 0;
	height: 2px
}

[class*=-up-] .small-mb-1.hor-sep-b {
	margin-top: .9375rem
}

[class*=-up-] .small-mb-1.hor-sep-b:after {
	bottom: -.9375rem
}

[class*=-up-] .small-mb-2.hor-sep-b {
	margin-top: 1.875rem
}

[class*=-up-] .small-mb-2.hor-sep-b:after {
	bottom: -1.875rem
}

[class*=-up-] .small-mb-3.hor-sep-b {
	margin-top: 2.8125rem
}

[class*=-up-] .small-mb-3.hor-sep-b:after {
	bottom: -2.8125rem
}

[class*=-up-] .small-mb-4.hor-sep-b {
	margin-top: 3.75rem
}

[class*=-up-] .small-mb-4.hor-sep-b:after {
	bottom: -3.75rem
}

.small-up-1 .hor-sep-b:not(:nth-of-type(n+2)) {
	margin-top: 0
}

.small-up-2 .hor-sep-b:not(:nth-of-type(n+3)) {
	margin-top: 0
}

.small-up-3 .hor-sep-b:not(:nth-of-type(n+4)) {
	margin-top: 0
}

.small-up-4 .hor-sep-b:not(:nth-of-type(n+5)) {
	margin-top: 0
}

[class*=-up-1] .hor-sep-b:last-child:after {
	display: none
}

.sep-b-post>.widget+.widget {
	position: relative
}

.sep-b-post>.column+.column,
.sep-b-post>.columns+.column,
.sep-b-post>.column+.columns,
.sep-b-post>.columns+.columns {
	position: relative
}

.large-up-2.sep-b-post .post-column:nth-of-type(2n+1):before {
	display: none
}

.large-up-3.sep-b-post .post-column:nth-of-type(3n+1):before {
	display: none
}

.large-up-4.sep-b-post .post-column:nth-of-type(4n+1):before {
	display: none
}

.fade-animation {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

img,
embed,
iframe,
object {
	max-width: 100%
}

img {
	height: auto
}

figure {
	margin: 0
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.avatar {
	display: block;
	border-radius: 100%
}

.entry-image {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center
}

.entry-image a {
	position: relative;
	flex-basis: auto
}

.entry-image img {
	display: block
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.entry-content>* {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.entry-content>:first-child {
	margin-top: 0
}

.alignleft,
.wp-block-image .alignleft {
	margin-top: .7rem;
	margin-left: 0;
	margin-right: 1.875rem;
	max-width: 50%
}

.alignright,
.wp-block-image .alignright {
	margin-top: .7rem;
	margin-right: 0;
	margin-left: 1.875rem;
	max-width: 50%
}

.wp-block-button .wp-block-button__link {
	font-family: sans-serif;
	font-size: .75rem;
	line-height: 1;
	padding: 1.5em 2em;
	letter-spacing: .125em;
	text-transform: uppercase
}

.wp-block-button .wp-block-button__link:hover {
	opacity: .7
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff
}

.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #000
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 3px
}

.wp-block-button.is-style-outline,
.wp-block-button.is-style-outline:hover,
.wp-block-button.is-style-outline:focus,
.wp-block-button.is-style-outline:active {
	color: currentColor
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline:hover .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline:focus .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline:active .wp-block-button__link:not(.has-text-color) {
	color: currentColor;
	border-width: 2px;
	background-color: transparent
}

.wp-caption {
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

figcaption,
.wp-caption-text {
	text-align: center
}

.wp-block-column {
	margin-bottom: 0
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 6em;
	line-height: .8;
	font-family: serif;
	margin: 0 .25em 0 0;
	text-shadow: .02em .02em 0 var(--site-background), .03em .03em 0 currentColor
}

pre,
code,
.wp-block-code,
.wp-block-verse,
.wp-block-preformatted,
.wp-block-preformatted pre {
	color: inherit;
	font-size: 1rem;
	line-height: 1.8;
	white-space: pre-wrap;
	font-family: Menlo, Consolas, monaco, monospace
}

.wp-block-code,
pre.wp-block-verse,
.wp-block-verse pre {
	padding: 1.875rem;
	overflow: auto;
	position: relative;
	z-index: 1
}

.wp-block-code:after,
pre.wp-block-verse:after,
.wp-block-verse pre:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid currentColor;
	opacity: .2
}

.wp-block-code {
	border: none
}

.wp-block-code:after {
	opacity: .05;
	border: none;
	background-color: currentColor
}

.wp-block-separator {
	clear: both;
	border-width: 1px;
	border-color: currentColor
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 10em
}

.wp-block-separator.is-style-dots:before {
	font-size: 1.875rem
}

blockquote,
.wp-block-quote {
	color: inherit;
	font-size: 1.375rem;
	font-family: inherit;
	line-height: inherit;
	border-width: 0;
	border-style: solid;
	border-left-width: 4px;
	padding-left: 1.875rem;
	margin-left: 0;
	margin-right: 0
}

blockquote p,
.wp-block-quote p {
	line-height: inherit
}

blockquote.is-large,
blockquote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-right: 0;
	padding-left: 0;
	border-left-width: 0;
	padding: 0
}

blockquote.is-large p,
blockquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 2rem;
	font-style: italic;
	font-family: serif;
	line-height: 1.3
}

.wp-block-pullquote {
	color: currentColor;
	margin-bottom: 1.875rem;
	padding-top: 0;
	padding-bottom: 0
}

.wp-block-pullquote blockquote {
	padding-left: 0;
	border-left-width: 0;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}

.wp-block-pullquote,
.wp-block-pullquote.is-style-default {
	border-width: 4px 0;
	border-style: solid;
	border-color: currentColor
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote>.block-editor-rich-text p {
	font-family: serif;
	font-style: italic;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	padding: 0;
	margin-top: .7rem;
	max-width: 305px
}

.wp-block-table {
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	border: none;
	position: relative;
	z-index: 1
}

.wp-block-table td:after,
.wp-block-table th:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	opacity: .3
}

.wp-block-table td:last-child:after,
.wp-block-table th:last-child:after {
	border-right-width: 1px
}

.wp-block-table tr:last-child td:after,
.wp-block-table tr:last-child th:after {
	border-bottom-width: 1px
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.wp-block-archives,
.wp-block-categories {
	display: grid
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
	padding-left: 0;
	justify-content: center
}

.alignfull img,
.alignwide img {
	width: auto;
	display: block;
	margin: 0 auto
}

.wp-block-spacer {
	clear: both
}

.alignfull,
.alignwide {
	width: 100vw;
	max-width: 100%
}

.alignfull {
	max-width: var(--global-width);
	margin-left: calc(50% - 50vw)
}

.post-date,
.comment-count,
.views-count,
.byline {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: .8125rem
}

.post-date a:not(.author-avatar),
.comment-count a:not(.author-avatar),
.views-count a:not(.author-avatar),
.byline a:not(.author-avatar) {
	color: currentColor
}

.byline+.post-date:before,
.single-entry-author+.single-entry-details .post-date:before,
.post-date+.comment-count:before,
.comment-count+.comment-count:before,
.post-date+.views-count:before,
.comment-count+.views-count:before {
	content: "\25CF";
	font-size: .5em;
	margin: 0 1.6em
}

.updated:not(.published) {
	display: none
}

.updated.show-updated {
	display: inline-flex
}

.updated-title+.updated.show-updated {
	margin-left: .4em
}

.byline+.post-date,
.single-entry-author+.single-entry-details .post-date {
	margin-left: -4px
}

.byline+.post-date .entry-date,
.single-entry-author+.single-entry-details .post-date .entry-date {
	white-space: nowrap
}

.single-entry-author+.single-entry-details .post-date:before {
	left: -12px;
	width: 5px;
	height: 5px;
	opacity: 0;
	margin-top: -3px
}

.comment-count .count-number,
.views-count .count-number {
	margin-left: 5px
}

.post-date+.comment-count,
.comment-count+.comment-count,
.post-date+.views-count,
.comment-count+.views-count {
	margin-left: -5px
}

.entry-category {
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: .6875rem;
	font-weight: 700;
	margin-left: -5px;
	margin-right: -5px
}

.entry-category a {
	color: currentColor;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.by-category--color {
	color: var(--category-color)
}

.by-category--color a {
	transition: all .3s ease
}

.by-category--color a:hover {
	opacity: .7
}

.entry-meta span {
	letter-spacing: .3px
}

.byline i+.author {
	margin-left: .4em
}

.byline .author-avatar {
	margin-right: .625rem
}

.entry-image {
	margin-bottom: 0
}

.entry-title a {
	color: currentColor;
	text-decoration: none;
	transition: all .2s ease-in-out
}

.entry-title a.hover-line:hover {
	box-shadow: inset 0 -7px 0 var(--mouse-hover-color)
}

.entry-title a.hover-color:hover {
	color: var(--mouse-hover-color)
}

.entry-summary,
.rssSummary {
	font-size: 1rem;
	line-height: 1.5;
	color: #000
}

.entry-summary p:last-child,
.rssSummary p:last-child {
	margin-bottom: 0
}

.intro-summary {
	font-size: 1.125rem;
	line-height: 1.4
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

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

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

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

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0
}

button.slick-arrow,
.slick-dots button {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	cursor: pointer;
	font-family: inherit;
	color: currentColor;
	background-color: transparent
}

button.slick-arrow:hover,
button.slick-arrow:focus,
.slick-dots button:hover,
.slick-dots button:focus {
	opacity: 1;
	outline: none;
	color: currentColor;
	background-color: transparent
}

button.slick-arrow.slick-disabled,
.slick-dots button.slick-disabled {
	cursor: inherit
}

.posts-carousel {
	display: none
}

.posts-carousel.slick-initialized {
	display: block
}

.row .carousel--list {
	margin-left: -4.375rem
}

.carousel--item {
	height: auto
}

.carousel--item .byline {
	opacity: .5
}

.carousel--button {
	vertical-align: middle;
	transition: transform .3s ease, opacity .3s ease
}

.carousel--button .icon-button {
	cursor: inherit
}

.carousel--button .icon-button [class*=icon] {
	width: 1em;
	height: 1em
}

.ltr .carousel--button[class*=-next] .icon-button {
	transform: scale(-1, 1)
}

.rtl .carousel--button[class*=-next] .icon-button {
	transform: scale(1, 1)
}

.ltr .carousel--button[class*=-prev] .icon-button {
	transform: scale(1, 1)
}

.rtl .carousel--button[class*=-prev] .icon-button {
	transform: scale(-1, 1)
}

.carousel--button:not(.slick-disabled):hover {
	transform: perspective(1px) scale(1.05)
}

.carousel--button.slick-disabled,
.carousel--button.slick-disabled:hover,
.carousel--button.slick-disabled:focus {
	opacity: .5
}

.carousel--dots {
	direction: ltr;
	line-height: 1;
	margin-right: 2.8125rem
}

.carousel--dots li {
	display: none;
	font-size: 1.75rem
}

.carousel--dots .slick-active,
.carousel--dots .slides-count {
	display: inline-block
}

.carousel--dots .slides-count:before {
	content: "";
	width: .75em;
	height: .05em;
	margin: -3px 15px 0;
	vertical-align: middle;
	display: inline-block;
	transform: rotate(125deg);
	background-color: currentColor
}

.carousel--row {
	counter-reset: count
}

.carousel--item {
	counter-increment: count
}

.carousel--post-counter {
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 60px;
	bottom: -30px;
	border-radius: 50%;
	background-color: #000;
	box-shadow: 0 0 0 4px var(--site-background)
}

.carousel--post-counter.counter-no-image {
	position: relative
}

.carousel--post-counter:before {
	display: block;
	content: counter(count);
	font-size: 1.1rem;
	font-family: sans-serif;
	line-height: 60px;
	color: #fff
}

.carousel--item:not(:nth-child(n+10)) .carousel--post-counter:before {
	content: "0" counter(count)
}

.carousel--views-counter {
	margin-top: 30px;
	display: flex;
	justify-content: center
}

.carousel--views-counter .count-number {
	opacity: 1;
	margin-left: 5px;
	line-height: 1;
	font-size: 2rem;
	letter-spacing: -1px
}

.carousel-theme--default .carousel--button .icon-button {
	font-size: 28px;
	width: 2em;
	height: 2em;
	border: .05em solid currentColor;
	border-radius: 50%
}

.carousel-theme--default .carousel--button[class*=-next] {
	margin-left: 1.25rem
}

.carousel-theme--top .entry-title {
	position: relative;
	overflow: hidden;
	height: 3.75em
}

.carousel-theme--top .entry-title .fade {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1.2em;
	background-image: linear-gradient(to right, transparent, var(--site-background) 50%)
}

.carousel-theme--top .carousel-controls {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	background-image: linear-gradient(to right, transparent, var(--site-background) 50%)
}

.carousel-theme--top .carousel--button .icon-button {
	font-size: 28px;
	width: .2em;
	height: 1em
}

.carousel-theme--top .carousel--button[class*=-prev] {
	margin-left: 9.375rem
}

.carousel-theme--top .carousel--button[class*=-prev] .icon-button [class*=icon] {
	width: .3em;
	height: .3em;
	margin-right: 12px
}

.featured-image .wp-caption-text {
	width: 100%;
	margin-top: 1em
}

.featured-image .wp-caption-text a {
	display: inline
}

.single-summary {
	font-size: 1.225rem;
	line-height: 1.4
}

.single-entry-details {
	justify-content: center
}

.single-post-column {
	max-width: 64.87502rem
}

.page-links {
	display: inline-flex
}

.page-links .post-page-numbers {
	margin-left: .3em;
	margin-right: .3em;
	display: flex;
	width: 1.65em;
	height: 1.65em;
	border: .05em solid;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: currentColor;
	text-decoration: none
}

.page-links .post-page-numbers.current {
	opacity: .4
}

.tags-list {
	flex-wrap: wrap;
	margin-top: 20px
}

.tags-list a {
	font-size: .8125rem;
	font-family: sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .2px;
	opacity: .9;
	transition: opacity .2s ease-in-out;
	border: 2px solid;
	border-radius: 20px;
	padding: 5px 15px 3px;
	margin-right: 10px
}

.tags-list a:hover {
	opacity: 1
}

.comments-number a {
	font-size: 1rem
}

.comments-number a:before {
	content: "";
	width: 12px;
	height: 7px;
	position: absolute;
	left: 5px;
	bottom: -1px;
	background-color: #fff;
	border: 1px solid #cacaca;
	border-top: 0;
	border-right: 0;
	transform: rotate(-30deg) skew(-49deg);
	transition: all .3s ease-in-out
}

.comments-number a:hover {
	color: #afafaf;
	box-shadow: 0 0 0 5px #cacaca
}

.comments-number a:hover:before {
	box-shadow: -3px 2px 0 1px #cacaca
}

.author-box .author-avatar {
	display: inline-block
}

.author-box .author-avatar img {
	margin: auto
}

.author-box .author-avatar+.byline {
	margin-left: 0
}

.author-box .byline {
	color: inherit;
	display: block;
	font-family: inherit;
	margin-bottom: .625rem
}

.author-box .byline a {
	opacity: 1
}

.author-box .byline .author {
	display: block;
	font-size: 1.375rem
}

.author-more {
	color: var(--content-link);
	text-decoration: none
}

.post-edit {
	font-size: .75rem;
	font-family: sans-serif;
	letter-spacing: .125em;
	text-align: center;
	text-transform: uppercase
}

.post-edit-link {
	letter-spacing: .1em;
	transform: translateY(1px)
}

.single-post-edit {
	position: relative;
	min-height: 26px
}

.single-post-edit .post-edit {
	position: relative;
	z-index: 2
}

.single-post-edit__separator {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: var(--site-separators-color)
}

.post-password-form {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	text-align: center
}

.post-password-form label,
.post-password-form input {
	width: 100%
}

.post-password-form label {
	font-size: 1.125rem;
	margin-bottom: 0
}

.post-password-form label input {
	text-align: center;
	height: 45px;
	margin-top: .9375rem
}

.post-navigation a {
	color: currentColor;
	text-decoration: none
}

.post-navigation a:hover .entry-image:after {
	opacity: 0
}

.post-navigation .row .column:last-of-type,
.post-navigation .row .columns:last-of-type {
	text-align: end
}

.post-navigation .post-nav--anchor-prev,
.post-navigation .post-nav--anchor-next {
	display: block;
	font-size: 1rem;
	font-family: var(--headings-font-family);
	letter-spacing: .02em;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: .625rem
}

.post-navigation a[rel=prev],
.post-navigation a[rel=next] {
	display: grid;
	grid-gap: 1.25rem;
	align-items: center
}

.post-navigation .entry-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: .3;
	background-color: #000;
	transition: all .3s ease-in-out
}

.post-navigation .nav-arrow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.post-navigation .nav-arrow .rpr-svg-icon {
	width: 4em;
	height: 4em;
	color: #fff
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.comment-list .children {
	margin: 0;
	padding: 0
}

.comment-list>.comment:first-child {
	margin-top: 0
}

.comment {
	list-style: none;
	position: relative
}

.comment>.children {
	margin-left: 3%
}

.comment .comment-body {
	margin-bottom: 1.875rem
}

.comment .comment-body .comment-content p {
	font-size: 1rem
}

.comment .comment-body .comment-content a {
	word-wrap: break-word
}

.comment .comment-body:after {
	content: "";
	display: block;
	height: 1px;
	margin-top: 1.875rem;
	opacity: .3;
	background-color: var(--site-separators-color)
}

.comment .comment-meta {
	position: relative;
	margin-bottom: 1.875rem
}

.comment .comment-meta a {
	text-decoration: none
}

.comment .comment-metadata {
	font-size: .875rem;
	opacity: .6;
	display: flex;
	align-items: center;
	letter-spacing: .05em
}

.comment .comment-author {
	font-size: 1.125rem
}

.comment .comment-author .avatar {
	float: left;
	margin-right: 1.875rem;
	position: relative
}

.bypostauthor .author-link a {
	font-weight: 700
}

.comment-edit,
.comment-reply {
	opacity: .4
}

.comment-edit-link,
.comment-reply-link {
	font-size: 14px;
	text-decoration: none
}

.comment-reply+.comment-edit {
	margin: 0 0 0 1.875rem
}

.discussion-avatar-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.discussion-avatar-list li {
	margin-right: -8px
}

.discussion-meta .discussion-meta-info {
	margin: 0
}

.comment-navigation {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 1.875rem
}

.comment-navigation .nav-next {
	text-align: right
}

.comment-form .comment-notes {
	font-size: 1rem;
	opacity: .5;
	display: block;
	line-height: 1.4;
	margin-top: 0
}

.comment-form .comment-form-comment textarea {
	padding: 1em
}

.comment-form input[name=author],
.comment-form input[name=email],
.comment-form input[name=url] {
	padding: 1.5em 1em
}

.comment-form input[name=author],
.comment-form input[name=email],
.comment-form input[name=url],
.comment-form input[name=submit] {
	display: block;
	width: 100%;
	margin-bottom: 0
}

.comment-form .comment-form-comment label,
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
	display: none
}

.comment-form .form-submit {
	margin-bottom: 0
}

.comment-respond {
	position: relative;
	margin-bottom: 3.75rem
}

.comments-title-wrap .cancel-reply {
	display: flex;
	justify-content: flex-end
}

.comments-title-wrap .cancel-reply a {
	text-decoration: none;
	margin-left: .9375rem;
	font-size: 1.125rem
}

.comments-title-wrap .cancel-reply a:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 22px;
	height: 22px;
	margin: -2px 5px 0 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32zm0 1.5a14.5 14.5 0 1 1 0 29 14.5 14.5 0 0 1 0-29zM9.7 9c-.3 0-.5.2-.6.5 0 .3 0 .6.2.7L15 16l-5.7 5.7a.7.7 0 1 0 1 1L16 17l5.7 5.7a.7.7 0 1 0 1-1L17 16l5.7-5.7c.2-.2.3-.5.2-.8A.7.7 0 0 0 22 9c-.2 0-.3 0-.4.2L16 15l-5.7-5.7a.7.7 0 0 0-.6-.2z'/%3E%3C/svg%3E")
}

.site {
	background-color: inherit
}

.archive-header {
	justify-content: center;
	margin: auto
}

.page-title a {
	color: currentColor;
	text-decoration: none
}

.archive-description {
	color: currentColor;
	font-size: 1.125rem;
	line-height: 1.5
}

.author-profile {
	border: 1px solid currentColor
}

.author-profile .avatar {
	margin: 0 auto
}

.page-template-page-canvas .entry-content>:first-child {
	margin-top: 0
}

.search-results {
	margin: auto
}

.error-message {
	font-size: 12rem;
	font-weight: 700
}

.error-search {
	justify-content: center
}

.ad-block p:last-child {
	margin-bottom: 0
}

.ad-block [class^=widget_]+[class^=widget_] {
	margin-top: 1.875rem
}

.ad-block--title {
	text-align: center;
	justify-content: center;
	margin-bottom: .9375rem;
	direction: ltr;
	font-size: .8125rem;
	line-height: 1;
	font-size: .625rem;
	font-family: sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase
}

.ad-block--title span {
	opacity: .7
}

.rtl .ad-block--title span {
	direction: rtl
}

.ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block+.ad-block:not(.ad-block--carousel_top) .ad-block--title {
	position: relative;
	z-index: 2
}

.ad-block--middle [class^=widget_]+[class^=widget_] .ad-block--title,
.ad-block--footer [class^=widget_]+[class^=widget_] .ad-block--title,
.home-block+.ad-block:not(.ad-block--carousel_top) [class^=widget_]+[class^=widget_] .ad-block--title {
	top: 0;
	margin-top: 0
}

.ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block:not(.home-block__has-bg)+.ad-block .ad-block--title,
.home-block:not(.home-block__has-bg)+.ad-block:not(.ad-block--carousel_top) .ad-block--title {
	top: -.5rem;
	margin-top: -1.875rem
}

.ad-block--post_footer {
	margin-top: 2.8125rem;
	margin-bottom: .9375rem
}

.home-block {
	position: relative
}

.home-block:last-of-type>[class*=hor-sep-]:after {
	display: none
}

.ad-block+.home-block.home-block__has-bg,
.home-block:not(.home-block__has-bg)+.home-block.home-block__has-bg {
	top: -1px;
	z-index: 1
}

.section-style {
	max-width: 1524px;
	margin: auto
}

.post-frame {
	position: relative;
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: center
}

.post-no-thumbnail .post-frame {
	grid-template-rows: auto
}

.post-frame:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
	box-shadow: inset 0 0 0 1px var(--category-color)
}

.details-overlap {
	display: grid;
	position: relative;
	z-index: 1;
	top: -1px;
	background-color: var(--site-background);
	margin-top: -1.875rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	padding: 1.875rem 1.25rem 1.25rem
}

.post-no-thumbnail .details-overlap {
	margin-top: 0
}

.details-overlap.text-center {
	justify-items: center
}

.overlap--small-img {
	align-items: center
}

.post-no-thumbnail .overlap--large-img {
	padding-top: 3.75rem
}

.new-date {
	display: flex;
	z-index: 2;
	top: 0
}

.new-date:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 220px;
	height: 100%;
	transform: translateX(-50%);
	opacity: .5;
	z-index: -1;
	background-color: var(--category-color)
}

.new-date .posted-on,
.new-date .rss-date {
	letter-spacing: .05em;
	opacity: 1;
	font-family: sans-serif;
	line-height: 1;
	color: #fff;
	padding: 10px .9375rem
}

.layout-magazine_two .magazine-column__2 .entry-image {
	display: block
}

.layout-magazine_two .magazine-column__2 .entry-image img {
	width: 100%
}

.magazine-sticky-posts {
	counter-reset: count
}

.magazine-sticky-posts .post-column {
	position: relative;
	counter-increment: count
}

.magazine-sticky-posts [class*=hor-sep-]:before {
	opacity: .1;
	background-color: #000
}

.sticky--post-counter {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center
}

.sticky--post-counter:before {
	display: block;
	content: counter(count);
	font-size: .8125rem;
	font-family: sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1
}

.sticky--post-counter.three-posts {
	top: 10px;
	left: 10px
}

.thumbs-rounded .entry-image img {
	border-radius: 50%
}

.thumbs-rounded .sticky--post-counter {
	top: 0;
	left: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 3px var(--site-background)
}

.sticky-icon {
	display: flex;
	color: #000;
	background-color: #fff546;
	box-shadow: 0 0 0 4px var(--site-background);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	width: 1.875rem;
	height: 1.875rem
}

.sticky-icon-pos {
	right: 0;
	top: -.5rem;
	z-index: 2
}

.layout--grid .sticky:not(.post-no-thumbnail) .sticky-icon-pos {
	top: -1.875rem;
	right: .9375rem
}

.home-block--posts-by-category .small-posts .entry-image {
	max-width: 150px
}

.home-block--posts-by-category .small-posts .entry-category {
	margin-bottom: .4375rem
}

.by-category--title a {
	text-decoration: none
}

.by-category--childcats {
	position: relative;
	padding-left: 2.8125rem
}

.by-category--childcats .menu-layout--bullets>li {
	padding: 0 1.1em
}

.by-category--childcats:after {
	content: "";
	border: solid;
	border-width: 0 1px 1px 0;
	padding: 6px;
	margin-top: -1px;
	margin-left: -2px;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%)
}

.by-category--childcats .menu-item {
	font-size: 1.125rem
}

.by-category--more {
	font-size: 1.375rem
}

.pagination .nav-links {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: var(--site-separators-color)
}

.pagination ul.page-numbers {
	position: relative;
	display: flex;
	margin: 0 auto;
	justify-content: center
}

.pagination .page-numbers {
	padding: 0;
	list-style: none;
	text-align: center;
	text-decoration: none
}

.pagination .page-numbers li {
	font-size: 1.75rem;
	line-height: 1
}

.pagination .page-numbers li a.prev {
	left: 0
}

.pagination .page-numbers li a.next {
	right: 0
}

.pagination .page-numbers li a,
.pagination .page-numbers li .current {
	display: flex;
	width: 1.65em;
	height: 1.65em;
	align-items: center;
	justify-content: center;
	color: currentColor
}

.pagination .page-numbers li .current {
	position: relative;
	padding-top: 100%;
	align-items: flex-start;
	overflow: hidden
}

.pagination .page-numbers li .current:before,
.pagination .page-numbers li .current:after {
	content: "";
	position: absolute;
	z-index: 1;
	border-radius: 50%
}

.pagination .page-numbers li .current:before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .45em;
	height: .45em;
	background-color: currentColor
}

.pagination .page-numbers li .current:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: .05em solid currentColor
}

.site-header {
	position: relative;
	z-index: 148
}

.site-header,
.site-header * {
	background-color: inherit
}

.header--container {
	position: relative;
	z-index: 2
}

.header-row {
	padding-top: .625rem;
	padding-bottom: .625rem
}

.header-elm-holder {
	display: flex;
	height: 100%;
	align-items: center
}

.custom-logo {
	display: block
}

.custom-logo-link {
	display: block
}

.text-logo {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	font-size: 2.625rem
}

.text-logo a {
	text-decoration: none
}

.main-menu--custom-logo {
	max-width: 66.66667%
}

.menu,
.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu a,
.sub-menu a {
	text-decoration: none
}

.menu>li>a {
	font-size: 1em;
	white-space: nowrap;
	transition: all .2s ease-in-out
}

.menu-type--dropdown .sub-menu,
.header-dropdown--content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	min-width: 180px;
	z-index: 149;
	top: 100%;
	padding: .625rem 0;
	border: 2px solid currentColor;
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .25)
}

.menu-type--dropdown li:hover>.sub-menu,
.header-dropdown:hover .header-dropdown--content {
	opacity: 1;
	pointer-events: all
}

.menu-type--dropdown>li>.sub-menu:before,
.header-dropdown--content:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: -6px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	border-width: 2px 0 0 2px;
	pointer-events: none;
	transform: rotate(45deg);
	background-color: inherit
}

.menu-type--dropdown .sub-menu li,
.header-dropdown .secondary-navigation li {
	position: relative;
	font-size: 1rem;
	line-height: 1.25;
	padding: .425rem 1.25rem
}

.menu-layout--grid>li {
	position: relative;
	flex-grow: 1
}

.menu-layout--grid>li>a {
	display: flex;
	justify-content: center;
	padding-top: 1.4em;
	padding-bottom: 1.4em
}

.menu-layout--bullets {
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.menu-layout--bullets>li {
	position: relative;
	padding: .2rem .9375rem
}

.menu-layout--bullets>li:not(:last-of-type):after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -2px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-radius: 50%
}

.menu-layout--bullets>li:after {
	border: 1px solid currentColor
}

.menu-layout--bullets>li:hover>a {
	color: #464a4c
}

.menu-layout--bullets>li>a {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .05em
}

.footer__secondary-menu-navigation .menu-layout--bullets>li>a {
	font-size: 1rem
}

.menu-type--dropdown.dropdown-center .sub-menu,
.menu-type--dropdown.dropdown-center__not-first>li:not(:first-of-type) .sub-menu {
	left: 50%;
	transform: translateX(-50%)
}

.menu-type--dropdown.dropdown-center .sub-menu:before,
.menu-type--dropdown.dropdown-center__not-first>li:not(:first-of-type) .sub-menu:before {
	left: 50%;
	margin-left: -4px
}

.menu-type--dropdown.dropdown-center__not-first>li:first-of-type .sub-menu {
	left: .9375rem
}

.menu-type--dropdown.dropdown-center__not-first>li:first-of-type .sub-menu:before {
	left: .76em
}

.menu-type--dropdown.dropdown-left .sub-menu {
	left: 0
}

.menu-type--dropdown.dropdown-left .sub-menu:before {
	left: .76em
}

.menu-type--dropdown.dropdown-right .sub-menu {
	right: 0
}

.menu-type--dropdown.dropdown-right .sub-menu:before {
	right: .76em
}

.menu-type--dropdown .sub-menu .menu-item-has-children:before {
	content: "";
	text-align: center;
	border: solid currentColor;
	border-width: 0 1px 1px 0;
	padding: 3px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%)
}

.menu-type--dropdown .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 0;
	margin-top: -2px;
	transform: translate(0, -10px)
}

.main-navigation {
	font-size: 1rem
}

.main-navigation .menu>li>a {
	text-transform: uppercase;
	letter-spacing: .07em;
	font-weight: 700
}

.main-navigation .menu>li>.sub-menu {
	margin-top: -1px
}

.social-links-menu,
.widget .social-links-menu {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.social-links--icons .menu-item a .rpr-svg-icon {
	width: 24px;
	height: 24px
}

.footer-social-menu.social-links--icons li {
	margin-left: 1vw;
	margin-right: 1vw
}

.social-links--text {
	max-width: 1404px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center
}

.social-links--text>li {
	font-size: 1em;
	position: relative
}

.social-links--text>li>a {
	display: flex
}

.social-links--text .sep {
	width: .5em;
	height: .5em;
	border-radius: 50%;
	border: 1px solid currentColor;
	margin: 0 20px;
	padding: 5px
}

.secondary-navigation {
	font-size: 1rem
}

.header-dropdown {
	position: relative
}

.dropdown-center .header-dropdown--content,
.dropdown-center__not-first>li:not(:first-of-type) .header-dropdown--content {
	left: 50%;
	transform: translateX(-50%)
}

.dropdown-center .header-dropdown--content:before,
.dropdown-center__not-first>li:not(:first-of-type) .header-dropdown--content:before {
	left: 50%;
	margin-left: -4px
}

.dropdown-center__not-first>li:first-of-type .header-dropdown--content {
	left: .9375rem
}

.dropdown-center__not-first>li:first-of-type .header-dropdown--content:before {
	left: .76em
}

.dropdown-left .header-dropdown--content {
	left: 0
}

.dropdown-left .header-dropdown--content:before {
	left: .76em
}

.dropdown-right .header-dropdown--content {
	right: 0
}

.dropdown-right .header-dropdown--content:before {
	right: .76em
}

.header-dropdown .social-navigation {
	overflow: hidden
}

.header-dropdown .secondary-navigation+.social-navigation {
	margin-top: .625rem;
	margin-bottom: -.625rem;
	padding-left: .625rem;
	padding-right: .625rem;
	border-top: 1px solid;
	border-color: inherit
}

.sticky-navbar {
	position: fixed;
	z-index: 149;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, -100%, 0);
	will-change: opacity, transform;
	transition: opacity .1s ease, transform .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d
}

.sticky-navbar.is-sticky {
	opacity: 1;
	transform: none
}

.sticky-navbar .main-navigation {
	font-size: .8rem
}

.sticky-navbar .menu-layout--grid>li:after {
	display: none
}

.sticky-navbar .menu-layout--grid>li>a {
	padding-top: 1em;
	padding-bottom: 1em
}

.sticky-navbar__shadow {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1)
}

.site-offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 999991
}

.site-offcanvas:after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	opacity: 0;
	will-change: opacity;
	pointer-events: none;
	transition: opacity .3s cubic-bezier(0, 0, .3, 1)
}

.offcanvas--visible.site-offcanvas:after {
	opacity: 1;
	pointer-events: auto
}

.offcanvas--visible {
	pointer-events: auto
}

.offcanvas-panel {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.hamburger-icon {
	width: 80%;
	height: 100%;
	position: relative
}

.hamburger-icon:before,
.hamburger-icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: currentColor;
	transition: transform .25s ease-out
}

.hamburger-icon:before {
	top: calc(50% - 6px)
}

.hamburger-icon:after {
	bottom: calc(50% - 6px)
}

.close-icon {
	width: 50%;
	height: 100%;
	position: relative
}

.close-icon:before,
.close-icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: currentColor
}

.close-icon:before {
	transform: rotate(45deg)
}

.close-icon:after {
	transform: rotate(-45deg)
}

.offcanvas-close {
	font-size: 1.25rem;
	right: -.8rem
}

.offcanvas-panel--slide {
	width: 100%;
	max-width: 50vw;
	background-color: #fff;
	will-change: transform;
	pointer-events: auto;
	transform: translate3d(100%, 0, 0)
}

.offcanvas--slide.offcanvas--visible .offcanvas-panel--slide {
	transform: none
}

.offcanvas--animatable .offcanvas-panel--slide {
	transition: transform .2s ease-in
}

.offcanvas--visible.offcanvas--animatable .offcanvas-panel--slide {
	transition: transform .3s ease-out
}

.offcanvas-panel--inner {
	max-width: 732px;
	height: 100%;
	overflow-x: hidden;
	background-color: inherit
}

.offcanvas-panel--inner .column,
.offcanvas-panel--inner .columns {
	padding-left: 1.875rem;
	padding-right: 1.875rem
}

.offcanvas--modal:after {
	background-color: rgba(255, 255, 255, .98)
}

.offcanvas-panel--modal {
	opacity: 0;
	pointer-events: none
}

.offcanvas--modal.offcanvas--visible .offcanvas-panel--modal {
	opacity: 1;
	pointer-events: auto
}

.offcanvas--animatable .offcanvas-panel--modal {
	transition: opacity .2s ease-in
}

.offcanvas--visible.offcanvas--animatable .offcanvas-panel--modal {
	transition: opacity .3s ease-out
}

.offcanvas-panel--modal .offcanvas-close {
	position: absolute;
	top: 0;
	z-index: 2;
	transform: scale3d(0, 0, 1)
}

.offcanvas--visible .offcanvas-panel--modal .offcanvas-close {
	transform: none
}

.modal--search-form {
	opacity: 0;
	transform: scale3d(.8, .8, 1)
}

.offcanvas--visible .modal--search-form {
	opacity: 1;
	transform: none
}

.offcanvas--animatable .modal--search-form {
	transition: transform .2s ease-in
}

.offcanvas--visible.offcanvas--animatable .modal--search-form {
	transition: transform .3s ease-out
}

.modal--search-form .search-form {
	margin-top: -10vh
}

.modal--search-form .search-form label {
	display: inline
}

.modal--search-form .search-form .input-holder {
	height: auto;
	z-index: 2
}

.modal--search-form .search-form .input-holder:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor
}

.modal--search-form .search-form .search-field {
	font-size: 8vmin;
	height: auto;
	padding: 0;
	border: 0;
	background-color: transparent
}

.modal--search-form .search-form .search-field:focus {
	border: none
}

.modal--search-form .search-form .input-highlight {
	font-size: 8vmin;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	max-width: 100%;
	height: 2px;
	color: transparent;
	overflow: hidden
}

html[dir=rtl] .modal--search-form .search-form .input-highlight {
	left: auto;
	right: 0
}

.modal--search-form .search-form .search-field+.input-highlight:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #5a3fd6, #ff4516)
}

html[dir=rtl] .modal--search-form .search-form .search-field+.input-highlight:after {
	left: auto;
	right: 0
}

.modal--search-form .search-form .search-submit {
	display: none
}

.search--related ul {
	padding: 0;
	list-style: none;
	margin: 1.5rem -.5rem 0
}

.search--related li {
	display: inline-block;
	white-space: nowrap;
	padding-left: .5rem;
	padding-right: .5rem
}

.search--related li a {
	color: currentColor
}

.search--related .wp-tag-cloud {
	font-size: 60%
}

.search--related .wp-list-categories li {
	font-size: 2.5rem
}

.search--related .wp-list-categories li:not(:last-child):after {
	content: "/";
	padding-left: .8vw;
	padding-right: .8vw;
	font-family: serif;
	vertical-align: middle;
	display: inline-block;
	opacity: .3
}

.search--related .wp-list-categories li sup {
	opacity: .7
}

.offcanvas-sidebar {
	flex-grow: 1;
	overflow: auto
}

.offcanvas-sidebar input,
.offcanvas-sidebar textarea,
.offcanvas-sidebar input:focus,
.offcanvas-sidebar textarea:focus,
.offcanvas-sidebar [type=button],
.offcanvas-sidebar [type=reset],
.offcanvas-sidebar [type=submit],
.offcanvas-sidebar button {
	color: currentColor;
	background-color: transparent;
	border-color: currentColor
}

.offcanvas-sidebar--header {
	margin-bottom: 1.875rem
}

.offcanvas-sidebar--header .row {
	position: relative;
	height: 100%
}

.offcanvas-sidebar-header__separator {
	height: 1px;
	background-color: currentColor;
	opacity: .2
}

.offcanvas-sidebar--block {
	margin-bottom: .9375rem
}

.offcanvas-sidebar .menu li:not(:last-child):after,
.offcanvas-sidebar .widget_nav_menu li:not(:last-child):after {
	display: none
}

.offcanvas-social-navigation {
	padding: 1.25rem 0;
	background-color: inherit
}

.offcanvas-social-navigation .social-links-menu {
	flex-wrap: wrap
}

.offcanvas-social-navigation .menu-item a {
	width: 2.5em;
	height: 2.5em
}

.offcanvas-social-navigation .menu-item a svg {
	width: 20px;
	height: 20px
}

.offcanvas-sidebar--search .search-form .input-holder:after {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: currentColor;
	transition: opacity .2s ease
}

.offcanvas-sidebar--search .search-form .input-holder:hover:after {
	opacity: .02
}

.offcanvas-sidebar--search .search-form .input-holder .search-field,
.offcanvas-sidebar--search .search-form .input-holder .search-field:focus {
	position: relative;
	z-index: 1;
	padding: 0;
	border: none;
	color: currentColor;
	background-color: transparent
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget li {
	font-size: 1rem
}

.widget a {
	text-decoration: none
}

.widget select {
	max-width: 100%
}

.widget [type=submit] {
	width: 100%
}

.widget:not(:last-of-type) {
	margin-bottom: 1.875rem
}

.widget:not(:last-of-type):after {
	content: "";
	display: block;
	height: 1px;
	background-color: var(--site-separators-color);
	margin-top: 1.875rem
}

.widget-title {
	display: block;
	margin-bottom: 1.25rem
}

.footer-sidebar .widget {
	font-size: 1rem
}

.search-form label {
	padding: 0;
	display: block
}

.search-form .input-holder {
	height: 50px;
	position: relative
}

.search-form .search-field {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 0 20px
}

.search-form .search-submit {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 2px;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	border: none;
	color: currentColor;
	background-color: transparent;
	transform: translateY(-50%);
	transition: color .25s ease-in-out
}

.search-form .search-submit:hover {
	color: currentColor;
	background-color: transparent
}

.search-form .search-field:hover+.search-submit,
.search-form .search-field:focus+.search-submit {
	color: currentColor
}

.widget_calendar table {
	width: 100%;
	border-spacing: 0
}

.widget_calendar table caption {
	text-align: left;
	margin-bottom: 15px
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 5px;
	font-size: 1rem
}

.widget_calendar table th {
	font-weight: 400
}

.widget_calendar table td {
	text-align: center
}

.widget_calendar table td a {
	display: block;
	text-decoration: none
}

.widget_calendar table tbody a {
	position: relative;
	z-index: 1
}

.widget_calendar table tbody a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: currentColor;
	opacity: .07
}

.widget_calendar table tfoot td:nth-child(1) {
	border-right: none
}

.widget_calendar table tfoot td:nth-child(2) {
	border-left: none;
	border-right: none
}

.widget_calendar table tfoot td:nth-child(3) {
	border-left: none
}

.widget_rss li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_product_categories li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: .4em;
	padding-bottom: .4em
}

.widget_rss li a,
.widget_meta li a,
.widget_pages li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_product_categories li a {
	flex-grow: 1
}

.widget_recent_entries ul,
.widget_recent_comments ul {
	margin-top: -.5em;
	margin-bottom: -.5em
}

.widget_recent_entries li,
.widget_recent_comments li {
	display: block;
	padding-top: .5em;
	padding-bottom: .5em
}

.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.widget_product_categories .children {
	width: 100%;
	font-size: 1rem
}

.widget_pages ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul {
	counter-reset: submenu
}

.widget_pages ul ul>li:after,
.widget_archive ul ul>li:after,
.widget_categories ul ul>li:after,
.widget_product_categories ul ul>li:after {
	display: none
}

.widget_pages ul ul>li>a:before,
.widget_archive ul ul>li>a:before,
.widget_categories ul ul>li>a:before,
.widget_product_categories ul ul>li>a:before {
	font-size: 1.25rem;
	font-family: serif;
	font-weight: 100;
	content: "– " counters(submenu, "– ", none);
	counter-increment: submenu
}

.widget_nav_menu .sub-menu {
	font-size: 1rem;
	padding-left: 3%;
	margin-top: 0
}

.widget_media_image img {
	display: block
}

.widget_nav_menu a {
	display: flex;
	align-items: center;
	min-height: 32px
}

.widget_nav_menu .sub-menu {
	display: none;
	flex: 0 0 100%
}

.widget_nav_menu .sub-menu .menu-item:last-of-type:after {
	display: none
}

.widget_nav_menu .sub-menu-arrow {
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: relative
}

.widget_nav_menu .sub-menu-arrow:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(135deg);
	transition: transform .2s ease
}

.widget_nav_menu .sub-menu--opened>.sub-menu-arrow:after {
	width: 12px;
	top: 15px;
	left: 10px;
	border-right: none;
	transform: rotate(0deg)
}

.widget_recent_entries ul,
.widget_recent_comments ul {
	font-size: 1rem;
	counter-reset: count
}

.widget_recent_entries li,
.widget_recent_comments li {
	padding-left: 2rem
}

.widget_recent_entries li:before,
.widget_recent_comments li:before {
	content: counter(count) ".";
	counter-increment: count;
	position: absolute;
	top: .3em;
	left: 0;
	font: italic 24px/1 georgia
}

.widget_recent_entries .comment-author-link,
.widget_recent_comments .comment-author-link {
	font-weight: 700
}

.widget_rss ul {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem
}

.widget_rss li {
	display: block;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.rss-date,
li .rsswidget {
	display: block
}

.rss-date {
	margin-bottom: 1.25rem
}

.rssSummary {
	margin-bottom: 1.25rem
}

.site-footer .site-info {
	position: relative;
	z-index: 999;
	background-color: #fff
}

.site-footer .site-info .footer-copyright {
	font-size: 1rem;
	opacity: .7;
	line-height: 1.3;
	display: block
}

.back-top {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px;
	background: #000;
	color: #fff;
	border-radius: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

html[dir=rtl] .back-top {
	right: auto;
	left: 10px
}

.back-top.is-visible {
	opacity: 1;
	pointer-events: all
}

.single .site-footer {
	margin-top: -1px
}

.footer-social-header {
	position: relative;
	z-index: 2
}

.footer-social-title {
	letter-spacing: .02em;
	background-color: transparent
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto
}

img.alignleft {
	margin-right: 20px
}

img.alignright {
	margin-left: 20px
}

img.aligncenter {
	display: block
}

.alignnone {
	float: none
}

.u-align {
	float: left
}

.u-align--end {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix--after {
	clear: both
}

.u-self--top {
	align-self: flex-start
}

.u-self--middle {
	align-self: center
}

.u-self--bottom {
	align-self: flex-end
}

.u-items--start {
	justify-content: flex-start
}

.u-items--center {
	justify-content: center
}

.u-items--end {
	justify-content: flex-end
}

.u-items--top {
	align-items: flex-start
}

.u-items--middle {
	align-items: center
}

.u-items--bottom {
	align-items: flex-end
}

.u-items--around {
	justify-content: space-around
}

.u-items--between {
	justify-content: space-between
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-align {
	text-align: left
}

.text-align-end {
	text-align: right
}

.u-relative {
	position: relative
}

.u-absolute {
	position: absolute
}

.u-fixed {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.u-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.u-static {
	position: static
}

.u-pos--l {
	left: 0
}

.u-pos--r {
	right: 0
}

.u-pos--t {
	top: 0
}

.u-pos--b {
	bottom: 0
}

.u-pos--hm {
	left: 50%;
	transform: translateX(-50%)
}

.u-pos--vm {
	top: 50%;
	transform: translateY(-50%)
}

.u-transparent {
	opacity: 0
}

.u-opaque {
	opacity: 1
}

.u-muted {
	opacity: .5
}

.u-visible {
	visibility: visible
}

.u-inline {
	display: inline
}

.u-block {
	display: block
}

.u-inline-block {
	display: inline-block;
	max-width: 100%
}

.u-table {
	display: table
}

.u-table-cell {
	display: table-cell
}

.u-table-row {
	display: table-row
}

.u-content-box {
	box-sizing: content-box
}

.u-overflow-hidden {
	overflow: hidden
}

.u-grid {
	display: grid
}

.u-flex,
.u-flex--column {
	display: flex
}

.u-inline-flex {
	display: inline-flex
}

.u-flex--reverse {
	flex-direction: row-reverse
}

.u-flex--column {
	flex-direction: column
}

.u-flex--child-auto {
	flex: 1 1 auto
}

.u-flex--child-grow {
	flex: 1 0 auto
}

.u-flex--child-shrink {
	flex: 0 1 auto
}

.u-flex-wrap {
	flex-wrap: wrap
}

.u-none {
	display: none
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}


.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

.u-lowercase {
	text-transform: lowercase
}

.u-uppercase {
	text-transform: uppercase
}

.u-capitalize {
	text-transform: capitalize
}

.u-normal {
	font-weight: 400
}

.u-bold {
	font-weight: 700
}

.u-italic {
	font-style: italic
}

.u-width--full {
	width: 100%
}

.u-width--auto {
	width: auto
}

.u-height--full {
	height: 100%;
	flex-grow: 1
}

.u-nomargin {
	margin-left: 0;
	margin-right: 0
}

.u-nopadding {
	padding-left: 0;
	padding-right: 0
}

.max-width-1 {
	max-width: 8.33333%
}

.max-width-2 {
	max-width: 16.66667%
}

.max-width-3 {
	max-width: 25%
}

.max-width-4 {
	max-width: 33.33333%
}

.max-width-5 {
	max-width: 41.66667%
}

.max-width-6 {
	max-width: 50%
}

.max-width-7 {
	max-width: 58.33333%
}

.max-width-8 {
	max-width: 66.66667%
}

.max-width-9 {
	max-width: 75%
}

.max-width-10 {
	max-width: 83.33333%
}

.max-width-11 {
	max-width: 91.66667%
}

.max-width-12 {
	max-width: 100%
}

.small-p-0 {
	padding: 0
}

.small-p-1 {
	padding: .9375rem
}

.small-p-2 {
	padding: 1.875rem
}

.small-p-3 {
	padding: 2.8125rem
}

.small-p-4 {
	padding: 3.75rem
}

.small-pt-0 {
	padding-top: 0
}

.small-pt-1 {
	padding-top: .9375rem
}

.small-pt-2 {
	padding-top: 1.875rem
}

.small-pt-3 {
	padding-top: 2.8125rem
}

.small-pt-4 {
	padding-top: 3.75rem
}

.small-pr-0 {
	padding-right: 0
}

.small-pr-1 {
	padding-right: .9375rem
}

.small-pr-2 {
	padding-right: 1.875rem
}

.small-pr-3 {
	padding-right: 2.8125rem
}

.small-pr-4 {
	padding-right: 3.75rem
}

.small-pb-0 {
	padding-bottom: 0
}

.small-pb-1 {
	padding-bottom: .9375rem
}

.small-pb-2 {
	padding-bottom: 1.875rem
}

.small-pb-3 {
	padding-bottom: 2.8125rem
}

.small-pb-4 {
	padding-bottom: 3.75rem
}

.small-pl-0 {
	padding-left: 0
}

.small-pl-1 {
	padding-left: .9375rem
}

.small-pl-2 {
	padding-left: 1.875rem
}

.small-pl-3 {
	padding-left: 2.8125rem
}

.small-pl-4 {
	padding-left: 3.75rem
}

.small-m-0 {
	margin: 0
}

.small-m-1 {
	margin: .9375rem
}

.small-m-2 {
	margin: 1.875rem
}

.small-m-3 {
	margin: 2.8125rem
}

.small-m-4 {
	margin: 3.75rem
}

.small-mt-0 {
	margin-top: 0
}

.small-mt-1 {
	margin-top: .9375rem
}

.small-mt-2 {
	margin-top: 1.875rem
}

.small-mt-3 {
	margin-top: 2.8125rem
}

.small-mt-4 {
	margin-top: 3.75rem
}

.small-mr-0 {
	margin-right: 0
}

.small-mr-1 {
	margin-right: .9375rem
}

.small-mr-2 {
	margin-right: 1.875rem
}

.small-mr-3 {
	margin-right: 2.8125rem
}

.small-mr-4 {
	margin-right: 3.75rem
}

.small-mb-0 {
	margin-bottom: 0
}

.small-mb-1 {
	margin-bottom: .9375rem
}

.small-mb-2 {
	margin-bottom: 1.875rem
}

.small-mb-3 {
	margin-bottom: 2.8125rem
}

.small-mb-4 {
	margin-bottom: 3.75rem
}

.small-ml-0 {
	margin-left: 0
}

.small-ml-1 {
	margin-left: .9375rem
}

.small-ml-2 {
	margin-left: 1.875rem
}

.small-ml-3 {
	margin-left: 2.8125rem
}

.small-ml-4 {
	margin-left: 3.75rem
}

.small-order-0 {
	order: 0
}

.small-order-1 {
	order: 1
}

.small-order-2 {
	order: 2
}

.small-order-3 {
	order: 3
}

.small-order-4 {
	order: 4
}

.small-order-5 {
	order: 5
}

.small-order-6 {
	order: 6
}

@media print,
screen and (min-width:640px) {
	h1,
	.h1,
	.fsize-h1 {
		font-size: calc(4.45026vw - .48168px)
	}
	h2,
	.h2,
	.fsize-h2 {
		font-size: calc(2.6178vw + 5.24607px)
	}
	h3,
	.h3,
	.fsize-h3,
	.social-links--large {
		font-size: calc(2.09424vw + 6.59686px)
	}
	h4,
	.h4,
	.fsize-h4,
	.social-links--medium {
		font-size: calc(1.3089vw + 11.62304px)
	}
	h5,
	.h5,
	.fsize-h5 {
		font-size: calc(.78534vw + 12.97382px)
	}
	h6,
	.h6,
	.fsize-h6 {
		font-size: calc(.52356vw + 12.64921px)
	}
}

@media print,
screen and (min-width:40em) {
	.section-title {
		font-size: 2.9rem
	}
	.small-section-title {
		font-size: 1.675rem
	}
	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
	.column,
	.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
	.medium-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.medium-offset-0 {
		margin-left: 0
	}
	.medium-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1 {
		flex-wrap: wrap
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2 {
		flex-wrap: wrap
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-up-3 {
		flex-wrap: wrap
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-up-4 {
		flex-wrap: wrap
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-up-5 {
		flex-wrap: wrap
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%
	}
	.medium-up-6 {
		flex-wrap: wrap
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-up-7 {
		flex-wrap: wrap
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.medium-up-8 {
		flex-wrap: wrap
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		flex: 1 1 0px
	}
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
	.column-block {
		margin-bottom: 1.875rem
	}
	.column-block>:last-child {
		margin-bottom: 0
	}
	.medium-shrink {
		flex: 0 0 auto;
		max-width: 100%
	}
	.l-vspace {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem
	}
	[class*=hor-sep-]:before,
	[class*=hor-sep-]:after {
		max-width: calc(100% - 1.875rem);
		left: .9375rem
	}
	[class*=-up-] .medium-mb-1.hor-sep-b {
		margin-top: .9375rem
	}
	[class*=-up-] .medium-mb-1.hor-sep-b:after {
		bottom: -.9375rem
	}
	[class*=-up-] .medium-mb-2.hor-sep-b {
		margin-top: 1.875rem
	}
	[class*=-up-] .medium-mb-2.hor-sep-b:after {
		bottom: -1.875rem
	}
	[class*=-up-] .medium-mb-3.hor-sep-b {
		margin-top: 2.8125rem
	}
	[class*=-up-] .medium-mb-3.hor-sep-b:after {
		bottom: -2.8125rem
	}
	[class*=-up-] .medium-mb-4.hor-sep-b {
		margin-top: 3.75rem
	}
	[class*=-up-] .medium-mb-4.hor-sep-b:after {
		bottom: -3.75rem
	}
	.medium-up-1 .hor-sep-b:not(:nth-of-type(n+2)) {
		margin-top: 0
	}
	.medium-up-2 .hor-sep-b:not(:nth-of-type(n+3)) {
		margin-top: 0
	}
	.medium-up-3 .hor-sep-b:not(:nth-of-type(n+4)) {
		margin-top: 0
	}
	.medium-up-4 .hor-sep-b:not(:nth-of-type(n+5)) {
		margin-top: 0
	}
	blockquote.is-large,
	blockquote.is-style-large,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		padding: 15px 0
	}
	blockquote.is-large p,
	blockquote.is-style-large p,
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.5rem
	}
	.wp-block-pullquote {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}
	.wp-block-pullquote p,
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.is-style-solid-color blockquote p,
	.wp-block-pullquote blockquote>.block-editor-rich-text p {
		font-size: 2.5rem
	}
	.alignwide {
		max-width: 100vw;
		max-width: calc(100vw - 2*1.25rem);
		margin-left: calc(50% - 50vw + 1.25rem)
	}
	.entry-category {
		font-size: .8125rem
	}
	.single-summary {
		font-size: 1.375rem
	}
	.single-entry-details.hor-sep-t:before {
		background-color: var(--site-background)
	}
	.post-content__side-padding {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}
	.single-with-sidebar .alignwide {
		max-width: calc(100% + (2*1.25rem));
		margin-left: -1.25rem
	}
	.single-with-sidebar .alignfull {
		max-width: calc(100% + (2*1.875rem));
		margin-left: -1.875rem
	}
	.comments-number a {
		float: right
	}
	.comment .comment-body {
		margin-left: 7.5rem
	}
	.comment .comment-meta {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 1.25rem
	}
	.comment .comment-meta .comment-awaiting-moderation {
		flex-basis: 100%;
		width: 0;
		margin-top: 15px;
		margin-bottom: 0
	}
	.comment .comment-metadata:before {
		content: "";
		display: block;
		width: 32px;
		height: 1px;
		margin: 3px 10px 0;
		background-color: currentColor
	}
	.comment .comment-author .avatar {
		float: inherit;
		margin-right: inherit;
		position: absolute;
		top: 0;
		right: calc(100% + 2.8125rem)
	}
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: calc(50% - 1.25rem);
		float: left
	}
	.comment-form .comment-form-email {
		float: right
	}
	.comment-form .comment-form-url {
		clear: both
	}
	.ad-block [class^=widget_]+[class^=widget_] {
		margin-top: 3.75rem
	}
	.ad-block--middle .ad-block--title,
	.ad-block--footer .ad-block--title,
	.home-block+.ad-block:not(.ad-block--carousel_top) .ad-block--title {
		margin-bottom: 3rem
	}
	.ad-block--middle [class^=widget_]+[class^=widget_] .ad-block--title,
	.ad-block--footer [class^=widget_]+[class^=widget_] .ad-block--title,
	.home-block+.ad-block:not(.ad-block--carousel_top) [class^=widget_]+[class^=widget_] .ad-block--title {
		margin-top: 0
	}
	.ad-block--middle .ad-block--title,
	.ad-block--footer .ad-block--title,
	.home-block:not(.home-block__has-bg)+.ad-block .ad-block--title,
	.home-block:not(.home-block__has-bg)+.ad-block:not(.ad-block--carousel_top) .ad-block--title {
		margin-top: -3.75rem
	}
	.overlap--large-img {
		margin-top: -2.8125rem
	}
	.magazine-sticky-posts .post-column {
		min-height: 80px
	}
	.sticky-icon {
		width: 2.1875rem;
		height: 2.1875rem
	}
	.layout--grid .sticky:not(.post-no-thumbnail) .sticky-icon-pos {
		top: -2.8125rem;
		right: 1.25rem
	}
	.pagination .nav-links {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}
	.pagination .page-numbers li {
		margin: 0 .54em
	}
	.pagination .page-numbers li a.next,
	.pagination .page-numbers li a.prev {
		position: absolute;
		top: 0
	}
	.search--related ul {
		margin-top: 3rem
	}
	.search--related .wp-tag-cloud {
		font-size: 80%
	}
	.search--related .wp-list-categories li {
		font-size: 3.5rem
	}
	.back-top {
		right: 30px;
		bottom: 30px
	}
	html[dir=rtl] .back-top {
		right: auto;
		left: 30px
	}
	.footer-social-header {
		height: 28px;
		top: -14px;
		margin-bottom: -28px
	}
	.hide-for-medium {
		display: none !important
	}
	.medium-p-0 {
		padding: 0
	}
	.medium-p-1 {
		padding: .9375rem
	}
	.medium-p-2 {
		padding: 1.875rem
	}
	.medium-p-3 {
		padding: 2.8125rem
	}
	.medium-p-4 {
		padding: 3.75rem
	}
	.medium-pt-0 {
		padding-top: 0
	}
	.medium-pt-1 {
		padding-top: .9375rem
	}
	.medium-pt-2 {
		padding-top: 1.875rem
	}
	.medium-pt-3 {
		padding-top: 2.8125rem
	}
	.medium-pt-4 {
		padding-top: 3.75rem
	}
	.medium-pr-0 {
		padding-right: 0
	}
	.medium-pr-1 {
		padding-right: .9375rem
	}
	.medium-pr-2 {
		padding-right: 1.875rem
	}
	.medium-pr-3 {
		padding-right: 2.8125rem
	}
	.medium-pr-4 {
		padding-right: 3.75rem
	}
	.medium-pb-0 {
		padding-bottom: 0
	}
	.medium-pb-1 {
		padding-bottom: .9375rem
	}
	.medium-pb-2 {
		padding-bottom: 1.875rem
	}
	.medium-pb-3 {
		padding-bottom: 2.8125rem
	}
	.medium-pb-4 {
		padding-bottom: 3.75rem
	}
	.medium-pl-0 {
		padding-left: 0
	}
	.medium-pl-1 {
		padding-left: .9375rem
	}
	.medium-pl-2 {
		padding-left: 1.875rem
	}
	.medium-pl-3 {
		padding-left: 2.8125rem
	}
	.medium-pl-4 {
		padding-left: 3.75rem
	}
	.medium-m-0 {
		margin: 0
	}
	.medium-m-1 {
		margin: .9375rem
	}
	.medium-m-2 {
		margin: 1.875rem
	}
	.medium-m-3 {
		margin: 2.8125rem
	}
	.medium-m-4 {
		margin: 3.75rem
	}
	.medium-mt-0 {
		margin-top: 0
	}
	.medium-mt-1 {
		margin-top: .9375rem
	}
	.medium-mt-2 {
		margin-top: 1.875rem
	}
	.medium-mt-3 {
		margin-top: 2.8125rem
	}
	.medium-mt-4 {
		margin-top: 3.75rem
	}
	.medium-mr-0 {
		margin-right: 0
	}
	.medium-mr-1 {
		margin-right: .9375rem
	}
	.medium-mr-2 {
		margin-right: 1.875rem
	}
	.medium-mr-3 {
		margin-right: 2.8125rem
	}
	.medium-mr-4 {
		margin-right: 3.75rem
	}
	.medium-mb-0 {
		margin-bottom: 0
	}
	.medium-mb-1 {
		margin-bottom: .9375rem
	}
	.medium-mb-2 {
		margin-bottom: 1.875rem
	}
	.medium-mb-3 {
		margin-bottom: 2.8125rem
	}
	.medium-mb-4 {
		margin-bottom: 3.75rem
	}
	.medium-ml-0 {
		margin-left: 0
	}
	.medium-ml-1 {
		margin-left: .9375rem
	}
	.medium-ml-2 {
		margin-left: 1.875rem
	}
	.medium-ml-3 {
		margin-left: 2.8125rem
	}
	.medium-ml-4 {
		margin-left: 3.75rem
	}
	.medium-order-0 {
		order: 0
	}
	.medium-order-1 {
		order: 1
	}
	.medium-order-2 {
		order: 2
	}
	.medium-order-3 {
		order: 3
	}
	.medium-order-4 {
		order: 4
	}
	.medium-order-5 {
		order: 5
	}
	.medium-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
	.medium-expand {
		flex: 1 1 0px
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
	.medium-up-2 .hor-sep-b:nth-of-type(2n+1):after {
		max-width: calc(100%*2 - 1.875rem)
	}
	.medium-up-2 .hor-sep-b:nth-last-child(-n+2):after,
	.medium-up-2 .hor-sep-b:not(:nth-of-type(2n+1)):after {
		display: none
	}
	.medium-up-3 .hor-sep-b:nth-of-type(3n+1):after {
		max-width: calc(100%*3 - 1.875rem)
	}
	.medium-up-3 .hor-sep-b:nth-last-child(-n+3):after,
	.medium-up-3 .hor-sep-b:not(:nth-of-type(3n+1)):after {
		display: none
	}
	.medium-up-4 .hor-sep-b:nth-of-type(4n+1):after {
		max-width: calc(100%*4 - 1.875rem)
	}
	.medium-up-4 .hor-sep-b:nth-last-child(-n+4):after,
	.medium-up-4 .hor-sep-b:not(:nth-of-type(4n+1)):after {
		display: none
	}
	.medium-no-sep:before,
	.medium-no-sep:after,
	.medium-no-sep.sep-b-post>.column+.column:before,
	.medium-no-sep.sep-b-post>.columns+.column:before,
	.medium-no-sep.sep-b-post>.column+.columns:before,
	.medium-no-sep.sep-b-post>.columns+.columns:before {
		display: none !important
	}
	.medium-up-2 .entry-image,
	.medium-up-2 .entry-image img {
		width: 100%;
		display: block
	}
	.medium-up-2.has-odd-number>.post-column:first-child {
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2.has-odd-number>.post-column:first-child .post:not(.post-no-thumbnail) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1.875rem
	}
	.medium-up-2.has-odd-number>.post-column:first-child .entry-image {
		margin-bottom: 0
	}
	.medium-up-2.has-odd-number>.post-column:first-child .entry-details {
		align-self: center
	}
	.medium-up-2.has-odd-number .hor-sep-b:first-child:after {
		max-width: calc(100% - 1.875rem)
	}
	.medium-up-2.has-odd-number .hor-sep-b:nth-of-type(n+2) {
		margin-top: 1.875rem
	}
	.medium-up-2.has-odd-number .hor-sep-b:nth-of-type(2n+1):after {
		left: auto;
		right: .9375rem
	}
	.admin-bar .sticky-navbar {
		top: 46px
	}
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (min-width:40em) {
	.single-entry-author+.single-entry-details .post-date:before {
		opacity: .7
	}
	.footer__secondary-menu-navigation .menu-layout--bullets {
		justify-content: center
	}
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width:64em) {
	h1,
	.h1,
	.fsize-h1 {
		line-height: 1
	}
	h2,
	.h2,
	.fsize-h2 {
		line-height: 1.1
	}
	h3,
	.h3,
	.fsize-h3,
	.social-links--large {
		line-height: 1.15
	}
	h4,
	.h4,
	.fsize-h4,
	.social-links--medium {
		line-height: 1.15
	}
	h5,
	.h5,
	.fsize-h5 {
		line-height: 1.2
	}
	h6,
	.h6,
	.fsize-h6 {
		line-height: 1.25
	}
	p,
	hr,
	pre,
	table,
	figure,
	details,
	fieldset,
	blockquote {
		margin-bottom: 1.875rem
	}
	hr {
		margin-top: 20px
	}
	.row .row {
		margin-right: -1.875rem;
		margin-left: -1.875rem
	}
	.column,
	.columns {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.large-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.large-offset-0 {
		margin-left: 0
	}
	.large-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1 {
		flex-wrap: wrap
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-up-2 {
		flex-wrap: wrap
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-up-3 {
		flex-wrap: wrap
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-up-4 {
		flex-wrap: wrap
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-up-5 {
		flex-wrap: wrap
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%
	}
	.large-up-6 {
		flex-wrap: wrap
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-up-7 {
		flex-wrap: wrap
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.large-up-8 {
		flex-wrap: wrap
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		flex: 1 1 0px
	}
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.column-block {
		margin-bottom: 3.75rem
	}
	.column-block>:last-child {
		margin-bottom: 0
	}
	.gutter-half>.columns,
	.gutter-half>.column,
	.gutter-half>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.row .gutter-half.row {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.large-shrink {
		flex: 0 0 auto;
		max-width: 100%
	}
	.l-vspace {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}
	[class*=hor-sep-]:before,
	[class*=hor-sep-]:after {
		max-width: calc(100% - 3.75rem);
		left: 1.875rem
	}
	.gutter-half[class*=hor-sep-]:before,
	.gutter-half[class*=hor-sep-]:after {
		max-width: calc(100% - 1.875rem);
		left: .9375rem
	}
	[class*=-up-] .large-mb-1.hor-sep-b {
		margin-top: .9375rem
	}
	[class*=-up-] .large-mb-1.hor-sep-b:after {
		bottom: -.9375rem
	}
	[class*=-up-] .large-mb-2.hor-sep-b {
		margin-top: 1.875rem
	}
	[class*=-up-] .large-mb-2.hor-sep-b:after {
		bottom: -1.875rem
	}
	[class*=-up-] .large-mb-3.hor-sep-b {
		margin-top: 2.8125rem
	}
	[class*=-up-] .large-mb-3.hor-sep-b:after {
		bottom: -2.8125rem
	}
	[class*=-up-] .large-mb-4.hor-sep-b {
		margin-top: 3.75rem
	}
	[class*=-up-] .large-mb-4.hor-sep-b:after {
		bottom: -3.75rem
	}
	.large-up-1 .hor-sep-b:not(:nth-of-type(n+2)) {
		margin-top: 0
	}
	.large-up-2 .hor-sep-b:not(:nth-of-type(n+3)) {
		margin-top: 0
	}
	.large-up-3 .hor-sep-b:not(:nth-of-type(n+4)) {
		margin-top: 0
	}
	.large-up-4 .hor-sep-b:not(:nth-of-type(n+5)) {
		margin-top: 0
	}
	.large-up-2 .hor-sep-b:nth-of-type(2n+1):after {
		max-width: calc(100%*2 - 3.75rem)
	}
	.large-up-2 .hor-sep-b:nth-last-child(-n+2):after,
	.large-up-2 .hor-sep-b:not(:nth-of-type(2n+1)):after {
		display: none
	}
	.large-up-3 .hor-sep-b:nth-of-type(3n+1):after {
		max-width: calc(100%*3 - 3.75rem)
	}
	.large-up-3 .hor-sep-b:nth-last-child(-n+3):after,
	.large-up-3 .hor-sep-b:not(:nth-of-type(3n+1)):after {
		display: none
	}
	.large-up-4 .hor-sep-b:nth-of-type(4n+1):after {
		max-width: calc(100%*4 - 3.75rem)
	}
	.large-up-4 .hor-sep-b:nth-last-child(-n+4):after,
	.large-up-4 .hor-sep-b:not(:nth-of-type(4n+1)):after {
		display: none
	}
	.sep-b-post>.widget+.widget:before,
	.sep-b-post>.column+.column:before,
	.sep-b-post>.columns+.column:before,
	.sep-b-post>.column+.columns:before,
	.sep-b-post>.columns+.columns:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background-color: var(--site-separators-color)
	}
	.sep-b-post>.widget[class*=-order-1]+.widget:before,
	.sep-b-post>.column[class*=-order-1]+.column:before,
	.sep-b-post>.columns[class*=-order-1]+.column:before,
	.sep-b-post>.column[class*=-order-1]+.columns:before,
	.sep-b-post>.columns[class*=-order-1]+.columns:before {
		left: auto;
		right: 0
	}
	.entry-content>* {
		margin-top: 2.8125rem;
		margin-bottom: 2.8125rem
	}
	.alignleft,
	.wp-block-image .alignleft {
		margin-top: .7rem;
		max-width: 100%;
		margin-right: 3.75rem;
		margin-left: -5.625rem
	}
	.alignright,
	.wp-block-image .alignright {
		margin-top: .7rem;
		max-width: 100%;
		margin-left: 3.75rem;
		margin-right: -5.625rem
	}
	.wp-block-column:not(:first-child) {
		margin-left: 3.75rem
	}
	.has-drop-cap:not(:focus):first-letter {
		font-size: 8.4em
	}
	.alignwide {
		max-width: calc(var(--content-width) + 11.25rem);
		margin-left: calc(50% - (var(--content-width) + 11.25rem)/2)
	}
	.intro-summary {
		font-size: 1.25rem
	}
	.carousel-theme--default .carousel--button .icon-button {
		font-size: 32px
	}
	.carousel-theme--top .carousel--button .icon-button {
		font-size: 130px
	}
	.single-vertical-image {
		margin-left: calc(50% - 50vw + 1.875rem);
		margin-right: calc(50% - 50vw + 1.875rem)
	}
	.comments-number {
		flex-grow: 1
	}
	.post-navigation .post-nav--anchor-prev,
	.post-navigation .post-nav--anchor-next {
		display: none
	}
	.post-navigation a[rel=prev] {
		grid-template-columns: auto minmax(0, 1fr)
	}
	.post-navigation a[rel=next] {
		grid-template-columns: minmax(0, 1fr) auto
	}
	.post-navigation__side {
		width: 100%;
		position: fixed;
		z-index: 2;
		left: 0;
		top: 50%
	}
	.post-navigation__side [class*=hor-sep-]:after,
	.post-navigation__side .entry-image:after,
	.post-navigation__side .nav-arrow {
		display: none
	}
	.post-navigation__side .row {
		padding: 0
	}
	.post-navigation__side .row .column:first-of-type,
	.post-navigation__side .row .columns:first-of-type {
		text-align: end
	}
	.post-navigation__side .row .column:last-of-type,
	.post-navigation__side .row .columns:last-of-type {
		text-align: start
	}
	.post-navigation__side.share-icons-is-sticky {
		opacity: 0;
		pointer-events: none;
		transition: opacity .4s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	.post-navigation__side.is-visible {
		opacity: 1;
		pointer-events: all
	}
	.post-navigation__side .post-nav--anchor-prev,
	.post-navigation__side .post-nav--anchor-next {
		display: block;
		cursor: pointer;
		padding: 5px;
		font-size: 1.375rem;
		position: fixed;
		z-index: 3;
		top: 50%
	}
	.post-navigation__side .post-nav--anchor-prev {
		left: 1%;
		transform: rotate(270deg) translate(-50%, 0);
		transform-origin: top left
	}
	.post-navigation__side .post-nav--anchor-next {
		left: 99%;
		transform: rotate(90deg) translate(-50%, 0);
		transform-origin: top left
	}
	.post-navigation__side .post-nav--title {
		max-width: 150px;
		font-size: 1.125rem
	}
	.post-navigation__side a[rel=prev],
	.post-navigation__side a[rel=next] {
		max-width: 400px;
		min-height: 220px;
		padding: 1.875rem;
		grid-template-columns: auto;
		position: fixed;
		z-index: 1;
		top: 50%;
		transition: transform .5s ease .3s
	}
	.post-navigation__side a[rel=prev] {
		left: 0;
		justify-items: end;
		padding-left: 7.5rem;
		transform: translate(-100%, -50%)
	}
	.post-navigation__side a[rel=next] {
		right: 0;
		justify-items: start;
		padding-right: 7.5rem;
		transform: translate(100%, -50%)
	}
	.post-navigation__side a[rel=next] .post-nav--title {
		order: 1
	}
	.post-navigation__side a[rel=prev]:hover,
	.post-navigation__side .post-nav--anchor-prev:hover+a[rel=prev],
	.post-navigation__side a[rel=next]:hover,
	.post-navigation__side .post-nav--anchor-next:hover+a[rel=next] {
		transform: translate(0, -50%)
	}
	.overlap--large-img {
		padding: 1.875rem;
		padding-bottom: 0;
		margin-left: 1.875rem;
		margin-right: 1.875rem
	}
	.main-menu--custom-logo {
		flex: 0 0 auto;
		max-width: 100%
	}
	.menu-layout--grid>li:not(:last-of-type):after {
		content: "";
		position: absolute;
		top: 35%;
		right: 0;
		width: 1px;
		height: 30%;
		background-color: var(--site-separators-color)
	}
	.admin-bar .sticky-navbar {
		top: 32px
	}
	.offcanvas-panel--inner {
		padding-left: 5%
	}
	.offcanvas-sidebar-header__separator {
		margin-bottom: 1.875rem
	}
	.offcanvas-sidebar--block {
		margin-bottom: 1.875rem
	}
	.offcanvas-social-navigation .menu-item a svg {
		width: 26px;
		height: 26px
	}
	.widget:not(:last-of-type) {
		margin-bottom: 2.8125rem
	}
	.widget:not(:last-of-type):after {
		margin-top: 2.8125rem
	}
	.footer-sidebar .widget {
		margin-bottom: 0
	}
	.footer-sidebar .widget:after {
		display: none
	}
	.footer-sidebar .row [id*=monster-widget-placeholder-] {
		flex: 0 0 25%;
		position: relative;
		margin-bottom: 7.5rem
	}
	.footer-sidebar .row [id*=monster-widget-placeholder-]:nth-child(4n+1):before {
		display: none
	}
	.footer-sidebar .row [id*=monster-widget-placeholder-]:not(:nth-of-type(n+5)) {
		margin-top: 0
	}
	.footer-sidebar .row [id*=monster-widget-placeholder-]:after {
		display: block;
		content: "";
		width: 100vw;
		height: 1px;
		position: absolute;
		left: 1.875rem;
		bottom: -3.75rem;
		z-index: 1;
		pointer-events: none;
		max-width: calc(100%*4 - 3.75rem);
		background-color: var(--site-separators-color)
	}
	.footer-sidebar .row [id*=monster-widget-placeholder-]:nth-last-child(-n+4):after,
	.footer-sidebar .row [id*=monster-widget-placeholder-]:not(:nth-of-type(4n+1)):after {
		display: none
	}
	.hide-for-large {
		display: none !important
	}
	.large-p-0 {
		padding: 0
	}
	.large-p-1 {
		padding: .9375rem
	}
	.large-p-2 {
		padding: 1.875rem
	}
	.large-p-3 {
		padding: 2.8125rem
	}
	.large-p-4 {
		padding: 3.75rem
	}
	.large-pt-0 {
		padding-top: 0
	}
	.large-pt-1 {
		padding-top: .9375rem
	}
	.large-pt-2 {
		padding-top: 1.875rem
	}
	.large-pt-3 {
		padding-top: 2.8125rem
	}
	.large-pt-4 {
		padding-top: 3.75rem
	}
	.large-pr-0 {
		padding-right: 0
	}
	.large-pr-1 {
		padding-right: .9375rem
	}
	.large-pr-2 {
		padding-right: 1.875rem
	}
	.large-pr-3 {
		padding-right: 2.8125rem
	}
	.large-pr-4 {
		padding-right: 3.75rem
	}
	.large-pb-0 {
		padding-bottom: 0
	}
	.large-pb-1 {
		padding-bottom: .9375rem
	}
	.large-pb-2 {
		padding-bottom: 1.875rem
	}
	.large-pb-3 {
		padding-bottom: 2.8125rem
	}
	.large-pb-4 {
		padding-bottom: 3.75rem
	}
	.large-pl-0 {
		padding-left: 0
	}
	.large-pl-1 {
		padding-left: .9375rem
	}
	.large-pl-2 {
		padding-left: 1.875rem
	}
	.large-pl-3 {
		padding-left: 2.8125rem
	}
	.large-pl-4 {
		padding-left: 3.75rem
	}
	.large-m-0 {
		margin: 0
	}
	.large-m-1 {
		margin: .9375rem
	}
	.large-m-2 {
		margin: 1.875rem
	}
	.large-m-3 {
		margin: 2.8125rem
	}
	.large-m-4 {
		margin: 3.75rem
	}
	.large-mt-0 {
		margin-top: 0
	}
	.large-mt-1 {
		margin-top: .9375rem
	}
	.large-mt-2 {
		margin-top: 1.875rem
	}
	.large-mt-3 {
		margin-top: 2.8125rem
	}
	.large-mt-4 {
		margin-top: 3.75rem
	}
	.large-mr-0 {
		margin-right: 0
	}
	.large-mr-1 {
		margin-right: .9375rem
	}
	.large-mr-2 {
		margin-right: 1.875rem
	}
	.large-mr-3 {
		margin-right: 2.8125rem
	}
	.large-mr-4 {
		margin-right: 3.75rem
	}
	.large-mb-0 {
		margin-bottom: 0
	}
	.large-mb-1 {
		margin-bottom: .9375rem
	}
	.large-mb-2 {
		margin-bottom: 1.875rem
	}
	.large-mb-3 {
		margin-bottom: 2.8125rem
	}
	.large-mb-4 {
		margin-bottom: 3.75rem
	}
	.large-ml-0 {
		margin-left: 0
	}
	.large-ml-1 {
		margin-left: .9375rem
	}
	.large-ml-2 {
		margin-left: 1.875rem
	}
	.large-ml-3 {
		margin-left: 2.8125rem
	}
	.large-ml-4 {
		margin-left: 3.75rem
	}
	.large-order-0 {
		order: 0
	}
	.large-order-1 {
		order: 1
	}
	.large-order-2 {
		order: 2
	}
	.large-order-3 {
		order: 3
	}
	.large-order-4 {
		order: 4
	}
	.large-order-5 {
		order: 5
	}
	.large-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
	.large-expand {
		flex: 1 1 0px
	}
}

@media screen and (min-width:64em) and (max-width:74.99875em) {
	.large-no-sep:before,
	.large-no-sep:after,
	.large-no-sep.sep-b-post>.column+.column:before,
	.large-no-sep.sep-b-post>.columns+.column:before,
	.large-no-sep.sep-b-post>.column+.columns:before,
	.large-no-sep.sep-b-post>.columns+.columns:before {
		display: none !important
	}
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media screen and (min-width:75em) {
	.row .row {
		margin-right: -1.875rem;
		margin-left: -1.875rem
	}
	.x-large-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.x-large-offset-0 {
		margin-left: 0
	}
	.x-large-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.x-large-offset-1 {
		margin-left: 8.33333%
	}
	.x-large-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.x-large-offset-2 {
		margin-left: 16.66667%
	}
	.x-large-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.x-large-offset-3 {
		margin-left: 25%
	}
	.x-large-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.x-large-offset-4 {
		margin-left: 33.33333%
	}
	.x-large-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.x-large-offset-5 {
		margin-left: 41.66667%
	}
	.x-large-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.x-large-offset-6 {
		margin-left: 50%
	}
	.x-large-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.x-large-offset-7 {
		margin-left: 58.33333%
	}
	.x-large-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.x-large-offset-8 {
		margin-left: 66.66667%
	}
	.x-large-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.x-large-offset-9 {
		margin-left: 75%
	}
	.x-large-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.x-large-offset-10 {
		margin-left: 83.33333%
	}
	.x-large-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.x-large-offset-11 {
		margin-left: 91.66667%
	}
	.x-large-up-1 {
		flex-wrap: wrap
	}
	.x-large-up-1>.column,
	.x-large-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%
	}
	.x-large-up-2 {
		flex-wrap: wrap
	}
	.x-large-up-2>.column,
	.x-large-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%
	}
	.x-large-up-3 {
		flex-wrap: wrap
	}
	.x-large-up-3>.column,
	.x-large-up-3>.columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.x-large-up-4 {
		flex-wrap: wrap
	}
	.x-large-up-4>.column,
	.x-large-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%
	}
	.x-large-up-5 {
		flex-wrap: wrap
	}
	.x-large-up-5>.column,
	.x-large-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%
	}
	.x-large-up-6 {
		flex-wrap: wrap
	}
	.x-large-up-6>.column,
	.x-large-up-6>.columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.x-large-up-7 {
		flex-wrap: wrap
	}
	.x-large-up-7>.column,
	.x-large-up-7>.columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.x-large-up-8 {
		flex-wrap: wrap
	}
	.x-large-up-8>.column,
	.x-large-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.row.x-large-unstack>.column,
	.row.x-large-unstack>.columns {
		flex: 1 1 0px
	}
	.x-large-collapse>.column,
	.x-large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.x-large-uncollapse>.column,
	.x-large-uncollapse>.columns {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.x-large-shrink {
		flex: 0 0 auto;
		max-width: 100%
	}
	[class*=-up-] .x-large-mb-1.hor-sep-b {
		margin-top: .9375rem
	}
	[class*=-up-] .x-large-mb-1.hor-sep-b:after {
		bottom: -.9375rem
	}
	[class*=-up-] .x-large-mb-2.hor-sep-b {
		margin-top: 1.875rem
	}
	[class*=-up-] .x-large-mb-2.hor-sep-b:after {
		bottom: -1.875rem
	}
	[class*=-up-] .x-large-mb-3.hor-sep-b {
		margin-top: 2.8125rem
	}
	[class*=-up-] .x-large-mb-3.hor-sep-b:after {
		bottom: -2.8125rem
	}
	[class*=-up-] .x-large-mb-4.hor-sep-b {
		margin-top: 3.75rem
	}
	[class*=-up-] .x-large-mb-4.hor-sep-b:after {
		bottom: -3.75rem
	}
	.x-large-up-1 .hor-sep-b:not(:nth-of-type(n+2)) {
		margin-top: 0
	}
	.x-large-up-2 .hor-sep-b:not(:nth-of-type(n+3)) {
		margin-top: 0
	}
	.x-large-up-3 .hor-sep-b:not(:nth-of-type(n+4)) {
		margin-top: 0
	}
	.x-large-up-4 .hor-sep-b:not(:nth-of-type(n+5)) {
		margin-top: 0
	}
	.x-large-no-sep:before,
	.x-large-no-sep:after,
	.x-large-no-sep.sep-b-post>.column+.column:before,
	.x-large-no-sep.sep-b-post>.columns+.column:before,
	.x-large-no-sep.sep-b-post>.column+.columns:before,
	.x-large-no-sep.sep-b-post>.columns+.columns:before {
		display: none
	}
	.post-content__side-padding {
		padding-left: 5.625rem;
		padding-right: 5.625rem
	}
	.single-with-sidebar .main-sidebar {
		margin-left: 3.75rem
	}
	.single-with-sidebar.sep-b-post>.column+.column:before,
	.single-with-sidebar.sep-b-post>.columns+.column:before,
	.single-with-sidebar.sep-b-post>.column+.columns:before,
	.single-with-sidebar.sep-b-post>.columns+.columns:before {
		left: -1.875rem
	}
	.overlap--large-img {
		margin-left: 2.8125rem;
		margin-right: 2.8125rem
	}
	.home-block--carousel-top {
		margin-top: -1.875rem
	}
	.layout-magazine_two .magazine-column__2 .sep-b-post>.column+.column:before,
	.layout-magazine_two .magazine-column__2 .sep-b-post>.columns+.column:before,
	.layout-magazine_two .magazine-column__2 .sep-b-post>.column+.columns:before,
	.layout-magazine_two .magazine-column__2 .sep-b-post>.columns+.columns:before {
		display: none
	}
	.footer__widgets-2.footer-layout__first-large .widget:first-of-type {
		flex: 0 0 75%
	}
	.footer__widgets-3.footer-layout__first-large .widget:first-of-type,
	.footer__widgets-4.footer-layout__first-large .widget:first-of-type {
		flex: 0 0 50%
	}
	.hide-for-x-large {
		display: none !important
	}
	.x-large-p-0 {
		padding: 0
	}
	.x-large-p-1 {
		padding: .9375rem
	}
	.x-large-p-2 {
		padding: 1.875rem
	}
	.x-large-p-3 {
		padding: 2.8125rem
	}
	.x-large-p-4 {
		padding: 3.75rem
	}
	.x-large-pt-0 {
		padding-top: 0
	}
	.x-large-pt-1 {
		padding-top: .9375rem
	}
	.x-large-pt-2 {
		padding-top: 1.875rem
	}
	.x-large-pt-3 {
		padding-top: 2.8125rem
	}
	.x-large-pt-4 {
		padding-top: 3.75rem
	}
	.x-large-pr-0 {
		padding-right: 0
	}
	.x-large-pr-1 {
		padding-right: .9375rem
	}
	.x-large-pr-2 {
		padding-right: 1.875rem
	}
	.x-large-pr-3 {
		padding-right: 2.8125rem
	}
	.x-large-pr-4 {
		padding-right: 3.75rem
	}
	.x-large-pb-0 {
		padding-bottom: 0
	}
	.x-large-pb-1 {
		padding-bottom: .9375rem
	}
	.x-large-pb-2 {
		padding-bottom: 1.875rem
	}
	.x-large-pb-3 {
		padding-bottom: 2.8125rem
	}
	.x-large-pb-4 {
		padding-bottom: 3.75rem
	}
	.x-large-pl-0 {
		padding-left: 0
	}
	.x-large-pl-1 {
		padding-left: .9375rem
	}
	.x-large-pl-2 {
		padding-left: 1.875rem
	}
	.x-large-pl-3 {
		padding-left: 2.8125rem
	}
	.x-large-pl-4 {
		padding-left: 3.75rem
	}
	.x-large-m-0 {
		margin: 0
	}
	.x-large-m-1 {
		margin: .9375rem
	}
	.x-large-m-2 {
		margin: 1.875rem
	}
	.x-large-m-3 {
		margin: 2.8125rem
	}
	.x-large-m-4 {
		margin: 3.75rem
	}
	.x-large-mt-0 {
		margin-top: 0
	}
	.x-large-mt-1 {
		margin-top: .9375rem
	}
	.x-large-mt-2 {
		margin-top: 1.875rem
	}
	.x-large-mt-3 {
		margin-top: 2.8125rem
	}
	.x-large-mt-4 {
		margin-top: 3.75rem
	}
	.x-large-mr-0 {
		margin-right: 0
	}
	.x-large-mr-1 {
		margin-right: .9375rem
	}
	.x-large-mr-2 {
		margin-right: 1.875rem
	}
	.x-large-mr-3 {
		margin-right: 2.8125rem
	}
	.x-large-mr-4 {
		margin-right: 3.75rem
	}
	.x-large-mb-0 {
		margin-bottom: 0
	}
	.x-large-mb-1 {
		margin-bottom: .9375rem
	}
	.x-large-mb-2 {
		margin-bottom: 1.875rem
	}
	.x-large-mb-3 {
		margin-bottom: 2.8125rem
	}
	.x-large-mb-4 {
		margin-bottom: 3.75rem
	}
	.x-large-ml-0 {
		margin-left: 0
	}
	.x-large-ml-1 {
		margin-left: .9375rem
	}
	.x-large-ml-2 {
		margin-left: 1.875rem
	}
	.x-large-ml-3 {
		margin-left: 2.8125rem
	}
	.x-large-ml-4 {
		margin-left: 3.75rem
	}
	.x-large-order-0 {
		order: 0
	}
	.x-large-order-1 {
		order: 1
	}
	.x-large-order-2 {
		order: 2
	}
	.x-large-order-3 {
		order: 3
	}
	.x-large-order-4 {
		order: 4
	}
	.x-large-order-5 {
		order: 5
	}
	.x-large-order-6 {
		order: 6
	}
}

@media screen and (min-width:75em) and (min-width:75em) {
	.x-large-expand {
		flex: 1 1 0px
	}
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width:75em) and (max-width:87.74875em) {
	.hide-for-x-large-only {
		display: none !important
	}
}

@media screen and (min-width:87.75em) {
	html {
		font-size: 100%
	}
	.alignfull {
		margin-left: calc(50% - var(--global-width)/2)
	}
	.single-vertical-image {
		margin-left: calc(50% - 1404px/2);
		margin-right: calc(50% - 1404px/2)
	}
	.single-with-sidebar .alignwide {
		max-width: calc(var(--content-width) + 5.625rem);
		margin-left: calc(50% - (var(--content-width) + 5.625rem)/2)
	}
	.single-with-sidebar .alignfull {
		max-width: calc(var(--content-width) + 11.25rem);
		margin-left: calc(50% - (var(--content-width) + 11.25rem)/2)
	}
}

@media print,
screen and (min-width:1404px) {
	h1,
	.h1,
	.fsize-h1 {
		font-size: 62px
	}
	h2,
	.h2,
	.fsize-h2 {
		font-size: 42px
	}
	h3,
	.h3,
	.fsize-h3,
	.social-links--large {
		font-size: 36px
	}
	h4,
	.h4,
	.fsize-h4,
	.social-links--medium {
		font-size: 30px
	}
	h5,
	.h5,
	.fsize-h5 {
		font-size: 24px
	}
	h6,
	.h6,
	.fsize-h6 {
		font-size: 20px
	}
}

@media screen and (max-width:74.99875em),
screen and (min-width:87.75em) {
	.show-for-x-large-only {
		display: none !important
	}
}

@media print {
	* {
		background: 0 0 !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: .5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

@media screen and (min-width:0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}

@media screen and (max-width:39.99875em) {
	.small-no-sep:before,
	.small-no-sep:after,
	.small-no-sep.sep-b-post>.column+.column:before,
	.small-no-sep.sep-b-post>.columns+.column:before,
	.small-no-sep.sep-b-post>.column+.columns:before,
	.small-no-sep.sep-b-post>.columns+.columns:before {
		display: none !important
	}
	.entry-image img {
		width: 100vw
	}
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		width: 100%;
		max-width: 100%
	}
	.single-entry-author+.single-entry-details .post-date {
		padding-left: 0
	}
	.post-date+.comment-count,
	.comment-count+.comment-count,
	.post-date+.views-count,
	.comment-count+.views-count {
		display: block;
		margin: .625rem auto
	}
	.post-date+.comment-count:before,
	.comment-count+.comment-count:before,
	.post-date+.views-count:before,
	.comment-count+.views-count:before {
		display: none
	}
	.grid-for-mobile,
	.grid-for-mobile[class*=-up-] {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: none
	}
	.grid-for-mobile::-webkit-scrollbar,
	.grid-for-mobile[class*=-up-]::-webkit-scrollbar {
		display: none
	}
	.grid-for-mobile .post-column,
	.grid-for-mobile[class*=-up-] .post-column {
		flex: 0 0 80%;
		max-width: 80%;
		margin-top: 0
	}
	.grid-for-mobile [class*=hor-sep]:before,
	.grid-for-mobile [class*=hor-sep]:after,
	.grid-for-mobile[class*=-up-] [class*=hor-sep]:before,
	.grid-for-mobile[class*=-up-] [class*=hor-sep]:after {
		display: none
	}
	.featured-image__vertical {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw)
	}
	.tags-list {
		text-align: center
	}
	.tags-list a {
		margin-top: 10px
	}
	.comment .comment-author .avatar {
		width: 15%
	}
	.layout-rows_two .post-column+.post-column {
		margin-top: 1.875rem
	}
	[class*=paged-] .pagination ul.page-numbers {
		justify-content: space-between
	}
	.pagination .page-numbers li .current,
	.pagination .page-numbers li a:not(.next):not(.prev),
	.pagination .page-numbers li span:not(.next):not(.prev) {
		display: none
	}
	.share-icons-mobile-sticky .back-top {
		bottom: 60px;
		opacity: .7
	}
	.hide-for-small-only {
		display: none !important
	}
	.show-for-medium {
		display: none !important
	}
}

@media screen and (max-width:63.99875em) {
	.text-logo a {
		letter-spacing: 0;
		font-size: 1.5rem
	}
	.menu-layout--grid,
	.menu-layout--bullets,
	.footer-social-menu {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: none
	}
	.menu-layout--grid::-webkit-scrollbar,
	.menu-layout--bullets::-webkit-scrollbar,
	.footer-social-menu::-webkit-scrollbar {
		display: none
	}
	.menu-layout--grid li:hover .sub-menu {
		opacity: 0
	}
	.menu-layout--grid>li>a {
		padding: 1em
	}
	.offcanvas-panel--slide {
		max-width: 85vw
	}
	.back-top.hide-on-mobile {
		opacity: 0;
		pointer-events: none
	}
	.show-for-large {
		display: none !important
	}
}

@media (max-width:320px) {
	.offcanvas-sidebar--search .search-form .input-holder .search-submit {
		display: none
	}
}

@media screen and (max-width:74.99875em) {
	.show-for-x-large {
		display: none !important
	}
}

@media screen and (orientation:landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important
	}
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation:portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important
	}
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

:root {
	--content-width: 798px
}


/*!
NeoMag theme addons
*/


/*!
Share Icons for the NeoMag theme
*/

.social-sharing .icon-button {
	color: #000;
	background-color: #eee;
	width: 2.5em;
	height: 2.5em;
	border-radius: 100%;
	margin-left: .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
	transition: all .2s ease-in-out
}

.social-sharing .icon-button:hover {
	opacity: .8
}

.social-sharing .icons-multi-color .share-facebook {
	color: #fff;
	background-color: #3b5999
}

.social-sharing .icons-multi-color .share-twitter {
	color: #fff;
	background-color: #55acee
}

.social-sharing .icons-multi-color .share-pinterest {
	color: #fff;
	background-color: #bd081c
}

.social-sharing .icons-multi-color .share-linkedin {
	color: #fff;
	background-color: #0077b5
}

.social-sharing .icons-multi-color .share-flipboard {
	color: #fff;
	background-color: #f52929
}

.social-sharing .icons-multi-color .share-reddit {
	color: #fff;
	background-color: #f40
}

.social-sharing .icons-multi-color .share-mix {
	color: #fff;
	background-color: #ff8126
}

.social-sharing .icons-multi-color .share-tumblr {
	color: #fff;
	background-color: #43536a
}

.social-sharing .icons-multi-color .share-telegram {
	color: #fff;
	background-color: #1e96c8
}

.social-sharing .icons-multi-color .share-vk {
	color: #fff;
	background-color: #5181b8
}

.social-sharing .icons-multi-color .share-mail {
	color: #fff;
	background-color: #91bd3a
}

.icons-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.875rem;
	margin-bottom: .9375rem
}


/*!
Widgets for the NeoMag theme
*/

.widget-posts__item .entry-image {
	flex: 0 0 33.33333%;
	justify-content: flex-start
}

.widget-posts__item .entry-meta {
	margin-bottom: .4375rem
}

.widget-posts__item .entry-title {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: start
}

.ad-block .widget-posts__thumb-large,
.footer-sidebar .widget-posts__thumb-large {
	display: none
}

.ad-block .widget-posts__listing .widget-posts__item.hor-sep-t:before {
	display: none
}

.ad-block--inside-content .widget-posts__item,
.ad-block--post_footer .widget-posts__item {
	flex: 0 0 50%
}

.ad-block--inside-content .widget-posts__item:nth-child(1n+3),
.ad-block--post_footer .widget-posts__item:nth-child(1n+3) {
	margin-top: 1.875rem
}

.about-site__text {
	font-size: 1rem;
	line-height: 1.5;
	opacity: .75
}

.about-site__text p {
	margin-bottom: .9375rem
}

.widget_neomag_authors .f-name,
.widget_neomag_authors .l-name {
	display: block;
	line-height: 1;
	letter-spacing: .1em
}

.widget_neomag_authors .f-name {
	font-size: .9em;
	font-weight: 100
}

.widget_neomag_authors .l-name {
	font-weight: 700
}

.widget-authors__name {
	padding: 0 .9375rem
}

.widget_neomag_call_to_action .button {
	font-size: 1rem;
	padding: 1.2em 3.8em;
	border: none;
	margin-bottom: 0
}

.call_to_action__layout_column {
	flex-direction: column;
	align-items: center;
	text-align: center
}

.call_to_action__layout_column .text-one,
.call_to_action__layout_column .text-two {
	margin-bottom: 2.8125rem
}

.call_to_action__layout_row {
	align-items: flex-end;
	justify-content: center;
	text-align: center
}

.call_to_action__layout_row .text-one,
.call_to_action__layout_row .text-two {
	margin-bottom: 0
}

.call_to_action__layout_row .text-one+.text-two {
	margin-top: 1.25rem
}


/*!
Infinite Scroll for the NeoMag theme
*/

.single-content:not(:first-of-type) .entry-header,
.single-content:not(:first-of-type) .main-sidebar {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease .2s, transform 1s ease
}

.single-content.is-loaded .entry-header,
.single-content.is-loaded .main-sidebar {
	opacity: 1;
	transform: none
}

.single-post-separator {
	font-size: .75rem;
	font-family: sans-serif;
	letter-spacing: .125em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 1.875rem
}

.single-post-separator:before {
	display: none
}

.single-content:not(.is-visible) .icons-list--side-sticky {
	transform: translate(-100%, -50%)
}

.post-navigation__infinite-scroll {
	display: none
}

.single-content.active .post-navigation__infinite-scroll {
	display: block
}

.infinite-scroll-loader {
	font-size: 2.5rem;
	display: flex;
	justify-content: center;
	margin: 0 auto 1.875rem
}

.infinite-scroll-loader:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border: .06em solid;
	border-radius: 100%;
	opacity: 0;
	animation: ball-scale-ripple 1s cubic-bezier(.21, .53, .56, .8) 0s infinite
}

@keyframes ball-scale-ripple {
	0% {
		opacity: 1;
		transform: scale(.1)
	}
	70% {
		opacity: .5
	}
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

@media print,
screen and (min-width:40em) {
	.social-sharing .icon-button {
		margin-bottom: 0
	}
	.icons-list {
		margin-top: 3.75rem;
		margin-bottom: 0
	}
	.main-sidebar .widget-posts__thumb-small {
		display: none
	}
	.footer-sidebar .widget-posts__item .entry-image {
		order: 1;
		justify-content: flex-end
	}
	.ad-block__full-width .call_to_action__layout_column .column {
		max-width: 58.33333%
	}
	.call_to_action__layout_row {
		text-align: start
	}
	.ad-block .call_to_action__layout_row .column:first-of-type {
		max-width: 50%
	}
	.call_to_action__layout_row .column:last-of-type {
		flex: 0 0 auto
	}
	.single-post-separator {
		margin: 0 auto 3.75rem
	}
	.infinite-scroll-loader {
		margin: 0 auto 3.75rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.main-sidebar .widget-posts__listing {
		flex-wrap: wrap
	}
	.main-sidebar .widget-posts__item {
		flex: 0 0 100%
	}
	.main-sidebar .widget-posts__item:not(:first-of-type) {
		padding-top: .9375rem
	}
	.main-sidebar .widget-posts__item:not(:last-of-type) {
		padding-bottom: .9375rem
	}
	.main-sidebar .widget-posts__item.hor-sep-t:before {
		opacity: .2
	}
	.main-sidebar .widget-posts__item:not(.widget-posts__first-post) {
		padding-top: 1.875rem
	}
	.main-sidebar .widget-posts__item:not(.widget-posts__first-post) .entry-image {
		display: none
	}
	.main-sidebar .widget-posts__item .entry-details,
	.main-sidebar .widget-posts__item .entry-image {
		flex: 0 0 100%
	}
	.main-sidebar .widget-posts__item .entry-image {
		order: 0;
		margin-bottom: .9375rem;
		justify-content: center
	}
	.main-sidebar .widget-posts__item .entry-image a,
	.main-sidebar .widget-posts__item .entry-image img {
		width: 100%
	}
}

@media print,
screen and (min-width:64em) {
	.icons-list--side-sticky {
		position: fixed;
		z-index: 10;
		top: 50%;
		left: 0;
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		transform: translateY(-50%);
		transition: transform .4s ease;
		backface-visibility: hidden
	}
	.icons-list--side-sticky.is-hidden {
		transform: translate(-100%, -50%)
	}
	.icons-list--side-sticky.is-visible {
		transform: translateY(-50%)
	}
	.icons-list--side-sticky .icon-button {
		border-radius: 0;
		margin: 0
	}
	.icons-list--side-sticky .icon-button:first-child {
		border-top-right-radius: 4px
	}
	.icons-list--side-sticky .icon-button:last-child {
		border-bottom-right-radius: 4px
	}
	.main-sidebar .widget-posts__listing {
		flex-wrap: wrap
	}
	.main-sidebar .widget-posts__item {
		flex: 0 0 100%
	}
	.main-sidebar .widget-posts__item:not(:first-of-type) {
		padding-top: .9375rem
	}
	.main-sidebar .widget-posts__item:not(:last-of-type) {
		padding-bottom: .9375rem
	}
	.main-sidebar .widget-posts__item.hor-sep-t:before {
		opacity: .2
	}
	.main-sidebar .entry-image {
		order: 1;
		justify-content: flex-end
	}
	.main-sidebar .widget-posts__first-post .entry-details,
	.main-sidebar .widget-posts__first-post .entry-image {
		flex: 0 0 100%
	}
	.main-sidebar .widget-posts__first-post .entry-image {
		order: 0;
		margin-bottom: .9375rem;
		justify-content: center
	}
	.footer-sidebar .widget-posts__listing {
		flex-wrap: wrap
	}
	.footer-sidebar .widget-posts__item {
		flex: 0 0 100%
	}
	.footer-sidebar .widget-posts__item:not(:first-of-type) {
		padding-top: .9375rem
	}
	.footer-sidebar .widget-posts__item:not(:last-of-type) {
		padding-bottom: .9375rem
	}
	.footer-sidebar .widget-posts__item.hor-sep-t:before {
		opacity: .2
	}
	.ad-block:not(.ad-block--inside-content):not(.ad-block--post_footer) .widget-posts__listing.less-than-4 .entry-image {
		flex: 0 0 auto
	}
	.ad-block:not(.ad-block--inside-content):not(.ad-block--post_footer) .widget-posts__listing:not(.less-than-4) .widget-posts__item {
		flex: 0 0 25%
	}
	.ad-block:not(.ad-block--inside-content):not(.ad-block--post_footer) .widget-posts__listing:not(.less-than-4) .widget-posts__item:nth-child(1n+5) {
		margin-top: 1.875rem
	}
	.single-post-separator {
		margin: 5rem auto 7.5rem
	}
	.infinite-scroll-loader {
		margin: -3rem auto 5rem
	}
}

@media print,
screen and (max-width:63.99875em) {
	.icons-list--mobile-sticky {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		width: 100%;
		opacity: .9;
		flex-wrap: nowrap;
		margin-top: 0;
		margin-bottom: 0
	}
	.icons-list--mobile-sticky .icon-button {
		flex-grow: 1;
		height: 2.3em;
		margin: 0;
		border-radius: 0
	}
	.footer-sidebar .widget-posts__listing {
		flex-wrap: nowrap;
		overflow-y: scroll
	}
	.footer-sidebar .widget-posts__listing [class*=hor-sep]:after,
	.footer-sidebar .widget-posts__listing [class*=hor-sep]:before {
		display: none
	}
	.footer-sidebar .widget-posts__item {
		flex: 0 0 80%;
		padding-top: 0;
		padding-bottom: 0
	}
	.footer-sidebar .widget-posts__item .entry-details,
	.footer-sidebar .widget-posts__item .entry-image {
		padding-top: 0;
		padding-bottom: 0
	}
	.footer-sidebar .widget-posts__item .entry-image {
		order: 0;
		flex: 0 0 auto
	}
	.ad-block .widget-posts__listing {
		flex-wrap: nowrap;
		overflow-y: scroll
	}
	.ad-block .widget-posts__listing [class*=hor-sep]:after,
	.ad-block .widget-posts__listing [class*=hor-sep]:before {
		display: none
	}
	.ad-block .widget-posts__item {
		flex: 0 0 80%
	}
	.ad-block .widget-posts__item,
	.ad-block .widget-posts__item .entry-details,
	.ad-block .widget-posts__item .entry-image {
		padding-top: 0;
		padding-bottom: 0
	}
	.ad-block .widget-posts__item .entry-image {
		order: 0;
		flex: 0 0 auto
	}
}

@media print,
screen and (max-width:39.99875em) {
	.main-sidebar .widget-posts__thumb-large {
		display: none
	}
	.main-sidebar .widget-posts__listing {
		flex-wrap: nowrap;
		overflow-y: scroll
	}
	.main-sidebar .widget-posts__listing [class*=hor-sep]:after,
	.main-sidebar .widget-posts__listing [class*=hor-sep]:before {
		display: none
	}
	.main-sidebar .widget-posts__item {
		flex: 0 0 80%;
		padding-top: 0;
		padding-bottom: 0
	}
	.main-sidebar .widget-posts__item .entry-details,
	.main-sidebar .widget-posts__item .entry-image {
		padding-top: 0;
		padding-bottom: 0
	}
	.main-sidebar .widget-posts__item .entry-image {
		order: 0;
		flex: 0 0 auto
	}
}

.icons-single-color .icon-button {
	color: #fff;
	background-color: #8e817d
}

.has-custom-logo {
	max-width: 300px
}

.site-branding .text-logo {
	font-size: 42px;
	letter-spacing: -2px;
	text-transform: uppercase
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.main-font,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans;
	font-weight: 400;
	text-transform: none
}

:root {
	--headings-font-family: Open Sans;
	--body-font-family: Open Sans;
	--site-background: #fff6f1;
	--site-color: #332f2e;
	--site-separators-color: #e3d1c7;
	--category-color: #91807e;
	--mouse-hover-color: #933;
	--content-link: #933
}

body {
	font-family: Open Sans;
	font-weight: 400
}

.section-title {
	color: #332f2e
}

.entry-title {
	color: #332f2e
}

.entry-summary {
	color: #70645f
}

.entry-meta,
.byline,
.post-date,
.tags-list a {
	color: #91807e
}

[type=text],
[type=search],
[type=url],
[type=number],
[type=email],
textarea {
	color: #0a0a0a;
	border-color: #e3d1c7
}

.search-form .search-submit {
	color: #e3d1c7
}

[type=button]:not(.slick-arrow),
[type=reset],
[type=submit],
button,
[type=button]:focus,
[type=button]:hover,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover,
.button {
	background-color: #c9b6b1
}

[type=button]:not(.slick-arrow),
[type=reset],
[type=submit],
button,
[type=button]:focus,
[type=button]:hover,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover,
.button:hover {
	color: #fff
}

.header--container .main-navigation {
	color: #332f2e
}

.header--container .main-navigation li:hover>a {
	color: #933
}

.header--container .main-navigation .menu-layout--bullets>li:after {
	border-color: rgba(0, 0, 0, 0)
}

.header--container .main-navigation .menu-layout--grid>li:after {
	background-color: rgba(0, 0, 0, 0)
}

.offcanvas--modal:after {
	background-color: rgba(255, 246, 241, .98)
}

.offcanvas--modal,
.offcanvas--modal .search-field {
	color: #332f2e
}

.back-top {
	color: #fff;
	background-color: #000
}

.infinite-scroll-loader {
	color: #000
}

.author-profile {
	border-color: #000
}

.site-footer .site-info,
.site-footer .site-info a {
	color: #857871
}

.site-footer .site-info {
	background-color: #332f2e
}

@media (min-width:64.0625em) {
	.header-row {
		padding-top: 1vw;
		padding-bottom: 1vw
	}
	#main-navigation,
	#offcanvas-main-navigation {
		font-size: 1rem
	}
	.offcanvas-navigation {
		font-size: 2rem
	}
	.archive-header {
		padding-top: 1vw;
		padding-bottom: 1vw
	}
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/open-sans/mem8YaGs126MiZpBA-UFWJ0df8pkAp6a.woff) format('woff');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFWZ0df8pkAp6a.woff) format('woff');
	unicode-range: U+1F00-1FFF
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFVp0df8pkAp6a.woff) format('woff');
	unicode-range: U+0370-03FF
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFWp0df8pkAp6a.woff) format('woff');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFW50df8pkAp6a.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.lazyload,
.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	transition: opacity .3s
}