#start-resizable-editor-section {
	display: none;
}
.wp-block-audio figcaption {
	margin-top: 0.5em; margin-bottom: 1em;
}
.wp-block-audio audio {
	width: 100%; min-width: 300px;
}
.wp-block-button__link {
	padding: 0.66em 1.33em; border-radius: 1.55em; border: currentColor; border-image: none; text-align: center; color: rgb(255, 255, 255); font-size: 1.12em; text-decoration: none; display: inline-block; cursor: pointer; box-shadow: none; background-color: rgb(50, 55, 60); overflow-wrap: break-word;
}
.wp-block-button__link:active {
	color: rgb(255, 255, 255);
}
.wp-block-button__link:focus {
	color: rgb(255, 255, 255);
}
.wp-block-button__link:hover {
	color: rgb(255, 255, 255);
}
.wp-block-button__link:visited {
	color: rgb(255, 255, 255);
}
.aligncenter.wp-block-button__link {
	text-align: center;
}
.alignright.wp-block-button__link {
	text-align: right;
}
.wp-block-buttons > .has-custom-width.wp-block-button {
	max-width: none;
}
.wp-block-buttons > .has-custom-width.wp-block-button .wp-block-button__link {
	width: 100%;
}
.wp-block-buttons > .wp-block-button__width-25.wp-block-button {
	width: calc(25% - .5em);
}
.wp-block-buttons > .wp-block-button__width-50.wp-block-button {
	width: calc(50% - .5em);
}
.wp-block-buttons > .wp-block-button__width-75.wp-block-button {
	width: calc(75% - .5em);
}
.wp-block-buttons > .wp-block-button__width-100.wp-block-button {
	width: 100%; margin-right: 0px;
}
.is-style-squared.wp-block-button {
	border-radius: 0px;
}
.is-style-squared.wp-block-button.wp-block-button__link {
	border-radius: 0px;
}
.no-border-radius.wp-block-button {
	border-radius: 0px !important;
}
.no-border-radius.wp-block-button__link {
	border-radius: 0px !important;
}
.is-style-outline > .wp-block-button__link {
	border: 2px solid currentColor; border-image: none;
}
.is-style-outline.wp-block-button__link {
	border: 2px solid currentColor; border-image: none;
}
.is-style-outline > :not(.has-text-color).wp-block-button__link {
	color: rgb(50, 55, 60);
}
:not(.has-text-color).is-style-outline.wp-block-button__link {
	color: rgb(50, 55, 60);
}
.is-style-outline > :not(.has-background).wp-block-button__link {
	background-color: transparent;
}
:not(.has-background).is-style-outline.wp-block-button__link {
	background-color: transparent;
}
.wp-block-buttons {
	flex-flow:row wrap; display: flex;
}
.is-vertical.wp-block-buttons {
	flex-direction: column;
}
.is-vertical.wp-block-buttons > .wp-block-button {
	margin-right: 0px;
}
.is-vertical.wp-block-buttons > :last-child.wp-block-button {
	margin-bottom: 0px;
}
.wp-block-buttons > .wp-block-button {
	margin-right: 0.5em; margin-bottom: 0.5em; margin-left: 0px; display: inline-block;
}
.wp-block-buttons > :last-child.wp-block-button {
	margin-right: 0px;
}
.is-content-justification-left.wp-block-buttons {
	justify-content: flex-start;
}
.is-vertical.is-content-justification-left.wp-block-buttons {
	align-items: flex-start;
}
.is-content-justification-center.wp-block-buttons {
	justify-content: center;
}
.is-vertical.is-content-justification-center.wp-block-buttons {
	align-items: center;
}
.is-content-justification-right.wp-block-buttons {
	justify-content: flex-end;
}
.is-content-justification-right.wp-block-buttons > .wp-block-button {
	margin-right: 0px; margin-left: 0.5em;
}
.is-content-justification-right.wp-block-buttons > :first-child.wp-block-button {
	margin-left: 0px;
}
.is-vertical.is-content-justification-right.wp-block-buttons {
	align-items: flex-end;
}
.is-content-justification-space-between.wp-block-buttons {
	justify-content: space-between;
}
.aligncenter.wp-block-buttons {
	text-align: center;
}
.alignleft.wp-block-buttons .wp-block-button {
	margin-right: 0.5em; margin-left: 0px;
}
.alignleft.wp-block-buttons :last-child.wp-block-button {
	margin-right: 0px;
}
.alignright.wp-block-buttons .wp-block-button {
	margin-right: 0px; margin-left: 0.5em;
}
.alignright.wp-block-buttons :first-child.wp-block-button {
	margin-left: 0px;
}
.wp-block-calendar {
	text-align: center;
}
.wp-block-calendar tbody td {
	padding: 0.25em; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.wp-block-calendar th {
	padding: 0.25em; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.wp-block-calendar tfoot td {
	border: currentColor; border-image: none;
}
.wp-block-calendar table {
	width: 100%; border-collapse: collapse;
}
.wp-block-calendar table th {
	background: rgb(221, 221, 221); font-weight: 400;
}
.wp-block-calendar a {
	text-decoration: underline;
}
.wp-block-calendar table caption {
	color: rgb(64, 70, 77);
}
.wp-block-calendar table tbody {
	color: rgb(64, 70, 77);
}
.alignleft.wp-block-categories {
	margin-right: 2em;
}
.alignright.wp-block-categories {
	margin-left: 2em;
}
.wp-block-code code {
	display: block; white-space: pre-wrap; overflow-wrap: break-word;
}
.wp-block-columns {
	margin-bottom: 1.75em; display: flex; flex-wrap: wrap;
}
@media all and (min-width:782px)
{
.wp-block-columns {
	flex-wrap: nowrap;
}
}
.has-background.wp-block-columns {
	padding: 1.25em 2.37em;
}
.are-vertically-aligned-top.wp-block-columns {
	align-items: flex-start;
}
.are-vertically-aligned-center.wp-block-columns {
	align-items: center;
}
.are-vertically-aligned-bottom.wp-block-columns {
	align-items: flex-end;
}
.wp-block-column {
	min-width: 0px; flex-grow: 1; overflow-wrap: break-word;
}
@media all and (max-width:599px)
{
.wp-block-column {
	flex-basis: 100% !important;
}
}
@media all and (max-width:781px) and (min-width:600px)
{
:not(:only-child).wp-block-column {
	flex-grow: 0; flex-basis: calc(50% - 1em) !important;
}
:nth-child(2n).wp-block-column {
	margin-left: 2em;
}
}
@media all and (min-width:782px)
{
.wp-block-column {
	flex-grow: 1; flex-basis: 0px;
}
[style*=flex-basis].wp-block-column {
	flex-grow: 0;
}
:not(:first-child).wp-block-column {
	margin-left: 2em;
}
}
.is-vertically-aligned-top.wp-block-column {
	align-self: flex-start;
}
.is-vertically-aligned-center.wp-block-column {
	-ms-grid-row-align: center; align-self: center;
}
.is-vertically-aligned-bottom.wp-block-column {
	align-self: flex-end;
}
.is-vertically-aligned-bottom.wp-block-column {
	width: 100%;
}
.is-vertically-aligned-center.wp-block-column {
	width: 100%;
}
.is-vertically-aligned-top.wp-block-column {
	width: 100%;
}
.wp-block-cover {
	background-position: 50%; padding: 1em; width: 100%; display: flex; position: relative; min-height: 430px; box-sizing: border-box; justify-content: center; align-items: center; background-size: cover;
}
.wp-block-cover-image {
	background-position: 50%; padding: 1em; width: 100%; display: flex; position: relative; min-height: 430px; box-sizing: border-box; justify-content: center; align-items: center; background-size: cover;
}
.has-parallax.wp-block-cover-image {
	background-attachment: fixed;
}
.has-parallax.wp-block-cover {
	background-attachment: fixed;
}
@media not all
{
.has-parallax.wp-block-cover-image {
	background-attachment: scroll;
}
.has-parallax.wp-block-cover {
	background-attachment: scroll;
}
}
.is-repeated.wp-block-cover-image {
	background-repeat: repeat; background-size: auto;
}
.is-repeated.wp-block-cover {
	background-repeat: repeat; background-size: auto;
}
:not([class*=-background-color]).has-background-dim.wp-block-cover-image {
	background-color: rgb(0, 0, 0);
}
:not([class*=-background-color]).has-background-dim.wp-block-cover {
	background-color: rgb(0, 0, 0);
}
.has-background-dim.wp-block-cover-image::before {
	content: ""; background-color: inherit;
}
.has-background-dim.wp-block-cover::before {
	content: ""; background-color: inherit;
}
:not(.has-background-gradient).has-background-dim.wp-block-cover-image::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1; opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__gradient-background {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1; opacity: 0.5;
}
:not(.has-background-gradient).has-background-dim.wp-block-cover::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1; opacity: 0.5;
}
.wp-block-cover .wp-block-cover__gradient-background {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1; opacity: 0.5;
}
.has-background-dim-10.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.1;
}
:not(.has-background-gradient).has-background-dim-10.has-background-dim.wp-block-cover-image::before {
	opacity: 0.1;
}
.has-background-dim-10.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.1;
}
:not(.has-background-gradient).has-background-dim-10.has-background-dim.wp-block-cover::before {
	opacity: 0.1;
}
.has-background-dim-20.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.2;
}
:not(.has-background-gradient).has-background-dim-20.has-background-dim.wp-block-cover-image::before {
	opacity: 0.2;
}
.has-background-dim-20.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.2;
}
:not(.has-background-gradient).has-background-dim-20.has-background-dim.wp-block-cover::before {
	opacity: 0.2;
}
.has-background-dim-30.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.3;
}
:not(.has-background-gradient).has-background-dim-30.has-background-dim.wp-block-cover-image::before {
	opacity: 0.3;
}
.has-background-dim-30.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.3;
}
:not(.has-background-gradient).has-background-dim-30.has-background-dim.wp-block-cover::before {
	opacity: 0.3;
}
.has-background-dim-40.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.4;
}
:not(.has-background-gradient).has-background-dim-40.has-background-dim.wp-block-cover-image::before {
	opacity: 0.4;
}
.has-background-dim-40.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.4;
}
:not(.has-background-gradient).has-background-dim-40.has-background-dim.wp-block-cover::before {
	opacity: 0.4;
}
.has-background-dim-50.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.5;
}
:not(.has-background-gradient).has-background-dim-50.has-background-dim.wp-block-cover-image::before {
	opacity: 0.5;
}
.has-background-dim-50.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.5;
}
:not(.has-background-gradient).has-background-dim-50.has-background-dim.wp-block-cover::before {
	opacity: 0.5;
}
.has-background-dim-60.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.6;
}
:not(.has-background-gradient).has-background-dim-60.has-background-dim.wp-block-cover-image::before {
	opacity: 0.6;
}
.has-background-dim-60.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.6;
}
:not(.has-background-gradient).has-background-dim-60.has-background-dim.wp-block-cover::before {
	opacity: 0.6;
}
.has-background-dim-70.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.7;
}
:not(.has-background-gradient).has-background-dim-70.has-background-dim.wp-block-cover-image::before {
	opacity: 0.7;
}
.has-background-dim-70.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.7;
}
:not(.has-background-gradient).has-background-dim-70.has-background-dim.wp-block-cover::before {
	opacity: 0.7;
}
.has-background-dim-80.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.8;
}
:not(.has-background-gradient).has-background-dim-80.has-background-dim.wp-block-cover-image::before {
	opacity: 0.8;
}
.has-background-dim-80.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.8;
}
:not(.has-background-gradient).has-background-dim-80.has-background-dim.wp-block-cover::before {
	opacity: 0.8;
}
.has-background-dim-90.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0.9;
}
:not(.has-background-gradient).has-background-dim-90.has-background-dim.wp-block-cover-image::before {
	opacity: 0.9;
}
.has-background-dim-90.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.9;
}
:not(.has-background-gradient).has-background-dim-90.has-background-dim.wp-block-cover::before {
	opacity: 0.9;
}
.has-background-dim-100.has-background-dim.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 1;
}
:not(.has-background-gradient).has-background-dim-100.has-background-dim.wp-block-cover-image::before {
	opacity: 1;
}
.has-background-dim-100.has-background-dim.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 1;
}
:not(.has-background-gradient).has-background-dim-100.has-background-dim.wp-block-cover::before {
	opacity: 1;
}
.alignleft.wp-block-cover-image {
	width: 100%; max-width: 420px;
}
.alignright.wp-block-cover-image {
	width: 100%; max-width: 420px;
}
.alignleft.wp-block-cover {
	width: 100%; max-width: 420px;
}
.alignright.wp-block-cover {
	width: 100%; max-width: 420px;
}
.wp-block-cover-image::after {
	font-size: 0px; display: block; min-height: inherit; content: "";
}
.wp-block-cover::after {
	font-size: 0px; display: block; min-height: inherit; content: "";
}
.aligncenter.wp-block-cover-image {
	display: flex;
}
.alignleft.wp-block-cover-image {
	display: flex;
}
.alignright.wp-block-cover-image {
	display: flex;
}
.aligncenter.wp-block-cover {
	display: flex;
}
.alignleft.wp-block-cover {
	display: flex;
}
.alignright.wp-block-cover {
	display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%; color: rgb(255, 255, 255); z-index: 1;
}
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%; color: rgb(255, 255, 255); z-index: 1;
}
.wp-block-cover-image :not(.has-text-color).wp-block-subhead {
	color: inherit;
}
.wp-block-cover-image h1:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image h2:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image h3:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image h4:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image h5:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image h6:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image p:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover :not(.has-text-color).wp-block-subhead {
	color: inherit;
}
.wp-block-cover h1:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover h2:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover h3:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover h4:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover h5:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover h6:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover p:not(.has-text-color) {
	color: inherit;
}
.is-position-top-left.wp-block-cover-image {
	justify-content: flex-start; align-items: flex-start;
}
.is-position-top-left.wp-block-cover {
	justify-content: flex-start; align-items: flex-start;
}
.is-position-top-center.wp-block-cover-image {
	justify-content: center; align-items: flex-start;
}
.is-position-top-center.wp-block-cover {
	justify-content: center; align-items: flex-start;
}
.is-position-top-right.wp-block-cover-image {
	justify-content: flex-end; align-items: flex-start;
}
.is-position-top-right.wp-block-cover {
	justify-content: flex-end; align-items: flex-start;
}
.is-position-center-left.wp-block-cover-image {
	justify-content: flex-start; align-items: center;
}
.is-position-center-left.wp-block-cover {
	justify-content: flex-start; align-items: center;
}
.is-position-center-center.wp-block-cover-image {
	justify-content: center; align-items: center;
}
.is-position-center-center.wp-block-cover {
	justify-content: center; align-items: center;
}
.is-position-center-right.wp-block-cover-image {
	justify-content: flex-end; align-items: center;
}
.is-position-center-right.wp-block-cover {
	justify-content: flex-end; align-items: center;
}
.is-position-bottom-left.wp-block-cover-image {
	justify-content: flex-start; align-items: flex-end;
}
.is-position-bottom-left.wp-block-cover {
	justify-content: flex-start; align-items: flex-end;
}
.is-position-bottom-center.wp-block-cover-image {
	justify-content: center; align-items: flex-end;
}
.is-position-bottom-center.wp-block-cover {
	justify-content: center; align-items: flex-end;
}
.is-position-bottom-right.wp-block-cover-image {
	justify-content: flex-end; align-items: flex-end;
}
.is-position-bottom-right.wp-block-cover {
	justify-content: flex-end; align-items: flex-end;
}
.has-custom-content-position.has-custom-content-position.wp-block-cover-image .wp-block-cover__inner-container {
	margin: 0px; width: auto;
}
.has-custom-content-position.has-custom-content-position.wp-block-cover .wp-block-cover__inner-container {
	margin: 0px; width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; max-height: none; max-width: none; box-shadow: none; -o-object-fit: cover; object-fit: cover;
}
.wp-block-cover-image video.wp-block-cover__video-background {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; max-height: none; max-width: none; box-shadow: none; -o-object-fit: cover; object-fit: cover;
}
.wp-block-cover img.wp-block-cover__image-background {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; max-height: none; max-width: none; box-shadow: none; -o-object-fit: cover; object-fit: cover;
}
.wp-block-cover video.wp-block-cover__video-background {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; max-height: none; max-width: none; box-shadow: none; -o-object-fit: cover; object-fit: cover;
}
.wp-block-cover__image-background {
	z-index: 0;
}
.wp-block-cover__video-background {
	z-index: 0;
}
.wp-block-cover-image-text {
	color: rgb(255, 255, 255);
}
.wp-block-cover-image-text a {
	color: rgb(255, 255, 255);
}
.wp-block-cover-image-text a:active {
	color: rgb(255, 255, 255);
}
.wp-block-cover-image-text a:focus {
	color: rgb(255, 255, 255);
}
.wp-block-cover-image-text a:hover {
	color: rgb(255, 255, 255);
}
.wp-block-cover-text {
	color: rgb(255, 255, 255);
}
.wp-block-cover-text a {
	color: rgb(255, 255, 255);
}
.wp-block-cover-text a:active {
	color: rgb(255, 255, 255);
}
.wp-block-cover-text a:focus {
	color: rgb(255, 255, 255);
}
.wp-block-cover-text a:hover {
	color: rgb(255, 255, 255);
}
section.wp-block-cover-image h2 {
	color: rgb(255, 255, 255);
}
section.wp-block-cover-image h2 a {
	color: rgb(255, 255, 255);
}
section.wp-block-cover-image h2 a:active {
	color: rgb(255, 255, 255);
}
section.wp-block-cover-image h2 a:focus {
	color: rgb(255, 255, 255);
}
section.wp-block-cover-image h2 a:hover {
	color: rgb(255, 255, 255);
}
.wp-block-cover-image .has-left-content.wp-block-cover {
	justify-content: flex-start;
}
.wp-block-cover-image .has-right-content.wp-block-cover {
	justify-content: flex-end;
}
.has-left-content.wp-block-cover-image .wp-block-cover-image-text {
	text-align: left; margin-left: 0px;
}
.has-left-content.wp-block-cover .wp-block-cover-text {
	text-align: left; margin-left: 0px;
}
section.has-left-content.wp-block-cover-image > h2 {
	text-align: left; margin-left: 0px;
}
.has-right-content.wp-block-cover-image .wp-block-cover-image-text {
	text-align: right; margin-right: 0px;
}
.has-right-content.wp-block-cover .wp-block-cover-text {
	text-align: right; margin-right: 0px;
}
section.has-right-content.wp-block-cover-image > h2 {
	text-align: right; margin-right: 0px;
}
.wp-block-cover-image .wp-block-cover-image-text {
	padding: 0.44em; text-align: center; line-height: 1.25; font-size: 2em; margin-bottom: 0px; z-index: 1; max-width: 840px;
}
.wp-block-cover .wp-block-cover-text {
	padding: 0.44em; text-align: center; line-height: 1.25; font-size: 2em; margin-bottom: 0px; z-index: 1; max-width: 840px;
}
section.wp-block-cover-image > h2 {
	padding: 0.44em; text-align: center; line-height: 1.25; font-size: 2em; margin-bottom: 0px; z-index: 1; max-width: 840px;
}
.alignleft.wp-block-embed {
	width: 100%; max-width: 360px;
}
.alignright.wp-block-embed {
	width: 100%; max-width: 360px;
}
[data-align=left].wp-block > [data-type='core/embed'] {
	width: 100%; max-width: 360px;
}
[data-align=right].wp-block > [data-type='core/embed'] {
	width: 100%; max-width: 360px;
}
.alignleft.wp-block-embed .wp-block-embed__wrapper {
	min-width: 280px;
}
.alignright.wp-block-embed .wp-block-embed__wrapper {
	min-width: 280px;
}
[data-align=left].wp-block > [data-type='core/embed'] .wp-block-embed__wrapper {
	min-width: 280px;
}
[data-align=right].wp-block > [data-type='core/embed'] .wp-block-embed__wrapper {
	min-width: 280px;
}
.wp-block-cover .wp-block-embed {
	min-height: 240px; min-width: 320px;
}
.wp-block-embed {
	margin-bottom: 1em;
}
.wp-block-embed figcaption {
	margin-top: 0.5em; margin-bottom: 1em;
}
.wp-block-embed iframe {
	max-width: 100%;
}
.wp-block-embed__wrapper {
	position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	padding-top: 50%; display: block; content: "";
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
	padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
	padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
	padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
	padding-top: 200%;
}
.wp-block-file {
	margin-bottom: 1.5em;
}
.aligncenter.wp-block-file {
	text-align: center;
}
.alignright.wp-block-file {
	text-align: right;
}
.wp-block-file .wp-block-file__button {
	background: rgb(50, 55, 60); padding: 0.5em 1em; border-radius: 2em; color: rgb(255, 255, 255); font-size: 0.8em;
}
.wp-block-file a.wp-block-file__button {
	text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active {
	color: rgb(255, 255, 255); text-decoration: none; opacity: 0.85; box-shadow: none;
}
.wp-block-file a.wp-block-file__button:focus {
	color: rgb(255, 255, 255); text-decoration: none; opacity: 0.85; box-shadow: none;
}
.wp-block-file a.wp-block-file__button:hover {
	color: rgb(255, 255, 255); text-decoration: none; opacity: 0.85; box-shadow: none;
}
.wp-block-file a.wp-block-file__button:visited {
	color: rgb(255, 255, 255); text-decoration: none; opacity: 0.85; box-shadow: none;
}
.wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
}
.blocks-gallery-grid {
	margin: 0px; padding: 0px; display: flex; list-style-type: none; flex-wrap: wrap;
}
.wp-block-gallery {
	margin: 0px; padding: 0px; display: flex; list-style-type: none; flex-wrap: wrap;
}
.blocks-gallery-grid .blocks-gallery-image {
	margin: 0px 1em 1em 0px; width: calc(50% - 1em); display: flex; position: relative; flex-direction: column; flex-grow: 1; justify-content: center;
}
.blocks-gallery-grid .blocks-gallery-item {
	margin: 0px 1em 1em 0px; width: calc(50% - 1em); display: flex; position: relative; flex-direction: column; flex-grow: 1; justify-content: center;
}
.wp-block-gallery .blocks-gallery-image {
	margin: 0px 1em 1em 0px; width: calc(50% - 1em); display: flex; position: relative; flex-direction: column; flex-grow: 1; justify-content: center;
}
.wp-block-gallery .blocks-gallery-item {
	margin: 0px 1em 1em 0px; width: calc(50% - 1em); display: flex; position: relative; flex-direction: column; flex-grow: 1; justify-content: center;
}
.blocks-gallery-grid :nth-of-type(2n).blocks-gallery-image {
	margin-right: 0px;
}
.blocks-gallery-grid :nth-of-type(2n).blocks-gallery-item {
	margin-right: 0px;
}
.wp-block-gallery :nth-of-type(2n).blocks-gallery-image {
	margin-right: 0px;
}
.wp-block-gallery :nth-of-type(2n).blocks-gallery-item {
	margin-right: 0px;
}
.blocks-gallery-grid .blocks-gallery-image figure {
	margin: 0px; height: 100%;
}
.blocks-gallery-grid .blocks-gallery-item figure {
	margin: 0px; height: 100%;
}
.wp-block-gallery .blocks-gallery-image figure {
	margin: 0px; height: 100%;
}
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0px; height: 100%;
}
.blocks-gallery-grid .blocks-gallery-image img {
	width: 100%; height: auto; display: block; max-width: 100%;
}
.blocks-gallery-grid .blocks-gallery-item img {
	width: 100%; height: auto; display: block; max-width: 100%;
}
.wp-block-gallery .blocks-gallery-image img {
	width: 100%; height: auto; display: block; max-width: 100%;
}
.wp-block-gallery .blocks-gallery-item img {
	width: 100%; height: auto; display: block; max-width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); margin: 0px; padding: 3em 0.77em 0.7em; width: 100%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); overflow: auto; font-size: 0.8em; position: absolute; max-height: 100%; box-sizing: border-box;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); margin: 0px; padding: 3em 0.77em 0.7em; width: 100%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); overflow: auto; font-size: 0.8em; position: absolute; max-height: 100%; box-sizing: border-box;
}
.wp-block-gallery .blocks-gallery-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); margin: 0px; padding: 3em 0.77em 0.7em; width: 100%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); overflow: auto; font-size: 0.8em; position: absolute; max-height: 100%; box-sizing: border-box;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); margin: 0px; padding: 3em 0.77em 0.7em; width: 100%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); overflow: auto; font-size: 0.8em; position: absolute; max-height: 100%; box-sizing: border-box;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img {
	display: inline;
}
.blocks-gallery-grid .blocks-gallery-item figcaption img {
	display: inline;
}
.wp-block-gallery .blocks-gallery-image figcaption img {
	display: inline;
}
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline;
}
.blocks-gallery-grid figcaption {
	flex-grow: 1;
}
.wp-block-gallery figcaption {
	flex-grow: 1;
}
.is-cropped.blocks-gallery-grid .blocks-gallery-image a {
	width: 100%;
}
.is-cropped.blocks-gallery-grid .blocks-gallery-image img {
	width: 100%;
}
.is-cropped.blocks-gallery-grid .blocks-gallery-item a {
	width: 100%;
}
.is-cropped.blocks-gallery-grid .blocks-gallery-item img {
	width: 100%;
}
.is-cropped.wp-block-gallery .blocks-gallery-image a {
	width: 100%;
}
.is-cropped.wp-block-gallery .blocks-gallery-image img {
	width: 100%;
}
.is-cropped.wp-block-gallery .blocks-gallery-item a {
	width: 100%;
}
.is-cropped.wp-block-gallery .blocks-gallery-item img {
	width: 100%;
}
.columns-1.blocks-gallery-grid .blocks-gallery-image {
	width: 100%; margin-right: 0px;
}
.columns-1.blocks-gallery-grid .blocks-gallery-item {
	width: 100%; margin-right: 0px;
}
.columns-1.wp-block-gallery .blocks-gallery-image {
	width: 100%; margin-right: 0px;
}
.columns-1.wp-block-gallery .blocks-gallery-item {
	width: 100%; margin-right: 0px;
}
@media all and (min-width:600px)
{
.columns-3.blocks-gallery-grid .blocks-gallery-image {
	width: calc(33.33333% - .66667em); margin-right: 1em;
}
.columns-3.blocks-gallery-grid .blocks-gallery-item {
	width: calc(33.33333% - .66667em); margin-right: 1em;
}
.columns-3.wp-block-gallery .blocks-gallery-image {
	width: calc(33.33333% - .66667em); margin-right: 1em;
}
.columns-3.wp-block-gallery .blocks-gallery-item {
	width: calc(33.33333% - .66667em); margin-right: 1em;
}
.columns-4.blocks-gallery-grid .blocks-gallery-image {
	width: calc(25% - .75em); margin-right: 1em;
}
.columns-4.blocks-gallery-grid .blocks-gallery-item {
	width: calc(25% - .75em); margin-right: 1em;
}
.columns-4.wp-block-gallery .blocks-gallery-image {
	width: calc(25% - .75em); margin-right: 1em;
}
.columns-4.wp-block-gallery .blocks-gallery-item {
	width: calc(25% - .75em); margin-right: 1em;
}
.columns-5.blocks-gallery-grid .blocks-gallery-image {
	width: calc(20% - .8em); margin-right: 1em;
}
.columns-5.blocks-gallery-grid .blocks-gallery-item {
	width: calc(20% - .8em); margin-right: 1em;
}
.columns-5.wp-block-gallery .blocks-gallery-image {
	width: calc(20% - .8em); margin-right: 1em;
}
.columns-5.wp-block-gallery .blocks-gallery-item {
	width: calc(20% - .8em); margin-right: 1em;
}
.columns-6.blocks-gallery-grid .blocks-gallery-image {
	width: calc(16.66667% - .83333em); margin-right: 1em;
}
.columns-6.blocks-gallery-grid .blocks-gallery-item {
	width: calc(16.66667% - .83333em); margin-right: 1em;
}
.columns-6.wp-block-gallery .blocks-gallery-image {
	width: calc(16.66667% - .83333em); margin-right: 1em;
}
.columns-6.wp-block-gallery .blocks-gallery-item {
	width: calc(16.66667% - .83333em); margin-right: 1em;
}
.columns-7.blocks-gallery-grid .blocks-gallery-image {
	width: calc(14.28571% - .85714em); margin-right: 1em;
}
.columns-7.blocks-gallery-grid .blocks-gallery-item {
	width: calc(14.28571% - .85714em); margin-right: 1em;
}
.columns-7.wp-block-gallery .blocks-gallery-image {
	width: calc(14.28571% - .85714em); margin-right: 1em;
}
.columns-7.wp-block-gallery .blocks-gallery-item {
	width: calc(14.28571% - .85714em); margin-right: 1em;
}
.columns-8.blocks-gallery-grid .blocks-gallery-image {
	width: calc(12.5% - .875em); margin-right: 1em;
}
.columns-8.blocks-gallery-grid .blocks-gallery-item {
	width: calc(12.5% - .875em); margin-right: 1em;
}
.columns-8.wp-block-gallery .blocks-gallery-image {
	width: calc(12.5% - .875em); margin-right: 1em;
}
.columns-8.wp-block-gallery .blocks-gallery-item {
	width: calc(12.5% - .875em); margin-right: 1em;
}
.columns-1.blocks-gallery-grid :nth-of-type(n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-1.blocks-gallery-grid :nth-of-type(n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-2.blocks-gallery-grid :nth-of-type(2n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-2.blocks-gallery-grid :nth-of-type(2n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-3.blocks-gallery-grid :nth-of-type(3n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-3.blocks-gallery-grid :nth-of-type(3n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-4.blocks-gallery-grid :nth-of-type(4n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-4.blocks-gallery-grid :nth-of-type(4n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-5.blocks-gallery-grid :nth-of-type(5n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-5.blocks-gallery-grid :nth-of-type(5n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-6.blocks-gallery-grid :nth-of-type(6n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-6.blocks-gallery-grid :nth-of-type(6n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-7.blocks-gallery-grid :nth-of-type(7n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-7.blocks-gallery-grid :nth-of-type(7n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-8.blocks-gallery-grid :nth-of-type(8n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-8.blocks-gallery-grid :nth-of-type(8n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-1.wp-block-gallery :nth-of-type(n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-1.wp-block-gallery :nth-of-type(n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-2.wp-block-gallery :nth-of-type(2n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-2.wp-block-gallery :nth-of-type(2n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-3.wp-block-gallery :nth-of-type(3n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-3.wp-block-gallery :nth-of-type(3n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-4.wp-block-gallery :nth-of-type(4n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-4.wp-block-gallery :nth-of-type(4n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-5.wp-block-gallery :nth-of-type(5n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-5.wp-block-gallery :nth-of-type(5n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-6.wp-block-gallery :nth-of-type(6n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-6.wp-block-gallery :nth-of-type(6n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-7.wp-block-gallery :nth-of-type(7n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-7.wp-block-gallery :nth-of-type(7n).blocks-gallery-item {
	margin-right: 0px;
}
.columns-8.wp-block-gallery :nth-of-type(8n).blocks-gallery-image {
	margin-right: 0px;
}
.columns-8.wp-block-gallery :nth-of-type(8n).blocks-gallery-item {
	margin-right: 0px;
}
}
.blocks-gallery-grid :last-child.blocks-gallery-image {
	margin-right: 0px;
}
.blocks-gallery-grid :last-child.blocks-gallery-item {
	margin-right: 0px;
}
.wp-block-gallery :last-child.blocks-gallery-image {
	margin-right: 0px;
}
.wp-block-gallery :last-child.blocks-gallery-item {
	margin-right: 0px;
}
.alignleft.blocks-gallery-grid {
	width: 100%; max-width: 420px;
}
.alignright.blocks-gallery-grid {
	width: 100%; max-width: 420px;
}
.alignleft.wp-block-gallery {
	width: 100%; max-width: 420px;
}
.alignright.wp-block-gallery {
	width: 100%; max-width: 420px;
}
.aligncenter.blocks-gallery-grid .blocks-gallery-item figure {
	justify-content: center;
}
.aligncenter.wp-block-gallery .blocks-gallery-item figure {
	justify-content: center;
}
.wp-block-group {
	box-sizing: border-box;
}
h1.has-background {
	padding: 1.25em 2.37em;
}
h2.has-background {
	padding: 1.25em 2.37em;
}
h3.has-background {
	padding: 1.25em 2.37em;
}
h4.has-background {
	padding: 1.25em 2.37em;
}
h5.has-background {
	padding: 1.25em 2.37em;
}
h6.has-background {
	padding: 1.25em 2.37em;
}
.wp-block-image {
	margin-bottom: 1em;
}
.wp-block-image img {
	max-width: 100%;
}
:not(.is-style-rounded).wp-block-image img {
	border-radius: inherit;
}
.aligncenter.wp-block-image {
	text-align: center;
}
.alignfull.wp-block-image img {
	width: 100%;
}
.alignwide.wp-block-image img {
	width: 100%;
}
.wp-block-image .aligncenter {
	display: table;
}
.wp-block-image .alignleft {
	display: table;
}
.wp-block-image .alignright {
	display: table;
}
.wp-block-image .aligncenter > figcaption {
	display: table-caption; caption-side: bottom;
}
.wp-block-image .alignleft > figcaption {
	display: table-caption; caption-side: bottom;
}
.wp-block-image .alignright > figcaption {
	display: table-caption; caption-side: bottom;
}
.wp-block-image .alignleft {
	margin: 0.5em 1em 0.5em 0px; float: left;
}
.wp-block-image .alignright {
	margin: 0.5em 0px 0.5em 1em; float: right;
}
.wp-block-image .aligncenter {
	margin-right: auto; margin-left: auto;
}
.wp-block-image figcaption {
	margin-top: 0.5em; margin-bottom: 1em;
}
.is-style-circle-mask.wp-block-image img {
	border-radius: 9999px;
}
.is-style-rounded.wp-block-image img {
	border-radius: 9999px;
}
.wp-block-latest-comments__comment {
	list-style: none; line-height: 1.1; margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
	list-style: none; min-height: 2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-left: 3.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment {
	line-height: 1.5;
}
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
	margin: 0.36em 0px 1.4em; line-height: 1.8; font-size: 0.87em;
}
.wp-block-latest-comments__comment-date {
	font-size: 0.75em; display: block;
}
.wp-block-latest-comments .avatar {
	border-radius: 1.5em; width: 2.5em; height: 2.5em; margin-right: 0.75em; float: left; display: block;
}
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em; width: 2.5em; height: 2.5em; margin-right: 0.75em; float: left; display: block;
}
.alignleft.wp-block-latest-posts {
	margin-right: 2em;
}
.alignright.wp-block-latest-posts {
	margin-left: 2em;
}
.wp-block-latest-posts__list.wp-block-latest-posts {
	list-style: none;
}
.wp-block-latest-posts__list.wp-block-latest-posts li {
	clear: both;
}
.is-grid.wp-block-latest-posts {
	padding: 0px; display: flex; flex-wrap: wrap;
}
.is-grid.wp-block-latest-posts li {
	margin: 0px 1.25em 1.25em 0px; width: 100%;
}
@media all and (min-width:600px)
{
.columns-2.wp-block-latest-posts li {
	width: calc(50% - .625em);
}
.columns-2.wp-block-latest-posts li:nth-child(2n) {
	margin-right: 0px;
}
.columns-3.wp-block-latest-posts li {
	width: calc(33.33333% - .83333em);
}
.columns-3.wp-block-latest-posts li:nth-child(3n) {
	margin-right: 0px;
}
.columns-4.wp-block-latest-posts li {
	width: calc(25% - .9375em);
}
.columns-4.wp-block-latest-posts li:nth-child(4n) {
	margin-right: 0px;
}
.columns-5.wp-block-latest-posts li {
	width: calc(20% - 1em);
}
.columns-5.wp-block-latest-posts li:nth-child(5n) {
	margin-right: 0px;
}
.columns-6.wp-block-latest-posts li {
	width: calc(16.66667% - 1.04167em);
}
.columns-6.wp-block-latest-posts li:nth-child(6n) {
	margin-right: 0px;
}
}
.wp-block-latest-posts__post-author {
	color: rgb(85, 85, 85); font-size: 0.81em; display: block;
}
.wp-block-latest-posts__post-date {
	color: rgb(85, 85, 85); font-size: 0.81em; display: block;
}
.wp-block-latest-posts__post-excerpt {
	margin-top: 0.5em; margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
	display: inline-block;
}
.wp-block-latest-posts__featured-image img {
	width: auto; height: auto;
}
.alignleft.wp-block-latest-posts__featured-image {
	margin-right: 1em;
}
.alignright.wp-block-latest-posts__featured-image {
	margin-left: 1em;
}
.aligncenter.wp-block-latest-posts__featured-image {
	text-align: center; margin-bottom: 1em;
}
.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex; justify-content: space-between; align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0px;
}
ol.has-background {
	padding: 1.25em 2.37em;
}
ul.has-background {
	padding: 1.25em 2.37em;
}
.wp-block-media-text {
	display: -ms-grid; direction: ltr; -ms-grid-columns: 50% 1fr; -ms-grid-rows: auto; grid-template-columns: 50% 1fr; grid-template-rows: auto;
}
.has-media-on-the-right.wp-block-media-text {
	-ms-grid-columns: 1fr 50%; grid-template-columns: 1fr 50%;
}
.is-vertically-aligned-top.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row-align: start;
}
.is-vertically-aligned-top.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: start;
}
.is-vertically-aligned-center.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row-align: center; align-self: center;
}
.is-vertically-aligned-center.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center; align-self: center;
}
.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row-align: center; align-self: center;
}
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center; align-self: center;
}
.is-vertically-aligned-bottom.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row-align: end;
}
.is-vertically-aligned-bottom.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: end;
}
.wp-block-media-text .wp-block-media-text__media {
	margin: 0px; -ms-grid-column: 1; -ms-grid-row: 1; grid-column: 1; grid-row: 1;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0px 8%; direction: ltr; -ms-grid-column: 2; -ms-grid-row: 1; grid-column: 2; grid-row: 1;
}
.has-media-on-the-right.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 2; -ms-grid-row: 1; grid-column: 2; grid-row: 1;
}
.has-media-on-the-right.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-column: 1; -ms-grid-row: 1; grid-column: 1; grid-row: 1;
}
.wp-block-media-text__media img {
	width: 100%; vertical-align: middle;
}
.wp-block-media-text__media video {
	width: 100%; vertical-align: middle;
}
.is-image-fill.wp-block-media-text .wp-block-media-text__media {
	height: 100%; min-height: 250px; background-size: cover;
}
.is-image-fill.wp-block-media-text .wp-block-media-text__media > a {
	height: 100%; display: block;
}
.is-image-fill.wp-block-media-text .wp-block-media-text__media img {
	margin: -1px; padding: 0px; border: 0px currentColor; border-image: none; width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0px, 0px, 0px, 0px);
}
@media all and (max-width:600px)
{
.is-stacked-on-mobile.wp-block-media-text {
	-ms-grid-columns: 100% !important; grid-template-columns: 100%;
}
.is-stacked-on-mobile.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 1; -ms-grid-row: 1; grid-column: 1; grid-row: 1;
}
.is-stacked-on-mobile.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-column: 1; -ms-grid-row: 2; grid-column: 1; grid-row: 2;
}
}
:not(.has-background).wp-block-navigation .wp-block-navigation__container .wp-block-navigation__container {
	color: rgb(30, 30, 30); min-width: 200px; background-color: rgb(255, 255, 255);
}
.items-justified-left > ul {
	justify-content: flex-start;
}
.items-justified-center > ul {
	justify-content: center;
}
.items-justified-right > ul {
	justify-content: flex-end;
}
.items-justified-space-between > ul {
	justify-content: space-between;
}
.wp-block-navigation-link {
	margin: 0px; display: flex; position: relative; align-items: center;
}
.wp-block-navigation-link :empty.wp-block-navigation__container {
	display: none;
}
.wp-block-navigation__container {
	list-style: none; margin: 0px; padding-left: 0px; display: flex; flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
	display: block;
}
.has-child > .wp-block-navigation-link__content {
	padding-right: 0.5em;
}
.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, 0.15); transition:opacity 0.1s linear; border-image: none; left: 0px; top: 100%; color: inherit; visibility: hidden; position: absolute; z-index: 2; opacity: 0; background-color: inherit;
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
	flex-grow: 1;
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
	padding-right: 0.5em;
}
@media all and (min-width:782px)
{
.has-child .wp-block-navigation__container {
	left: 1.5em;
}
.has-child .wp-block-navigation__container .wp-block-navigation__container {
	left: 100%; top: -1px;
}
.has-child .wp-block-navigation__container .wp-block-navigation__container::before {
	background: none; width: 0.5em; height: 100%; right: 100%; display: block; position: absolute; content: "";
}
.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
	transform: rotate(0deg);
}
}
.has-child:hover {
	cursor: pointer;
}
.has-child:hover > .wp-block-navigation__container {
	display: flex; visibility: visible; opacity: 1; flex-direction: column;
}
[style*=text-decoration].wp-block-navigation .wp-block-navigation-link {
	text-decoration: inherit;
}
[style*=text-decoration].wp-block-navigation .wp-block-navigation-link__content {
	text-decoration: inherit;
}
[style*=text-decoration].wp-block-navigation .wp-block-navigation-link__content:active {
	text-decoration: inherit;
}
[style*=text-decoration].wp-block-navigation .wp-block-navigation-link__content:focus {
	text-decoration: inherit;
}
[style*=text-decoration].wp-block-navigation .wp-block-navigation__container {
	text-decoration: inherit;
}
:not([style*=text-decoration]).wp-block-navigation .wp-block-navigation-link__content {
	text-decoration: none;
}
:not([style*=text-decoration]).wp-block-navigation .wp-block-navigation-link__content:active {
	text-decoration: none;
}
:not([style*=text-decoration]).wp-block-navigation .wp-block-navigation-link__content:focus {
	text-decoration: none;
}
.wp-block-navigation-link__content {
	padding: 0.5em 1em; color: inherit;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
	padding-top: 0px;
}
.has-text-color .wp-block-navigation-link__content {
	color: inherit;
}
.wp-block-navigation-link__label {
	-ms-word-break: normal; overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
	padding: 0.37em 1em 0.37em 0px; height: inherit;
}
.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor;
}
@media all and (min-width:782px)
{
.wp-block-navigation-link__submenu-icon svg {
	transform: rotate(90deg);
}
}
.is-small-text {
	font-size: 0.87em;
}
.is-regular-text {
	font-size: 1em;
}
.is-large-text {
	font-size: 2.25em;
}
.is-larger-text {
	font-size: 3em;
}
:not(:focus).has-drop-cap::first-letter {
	margin: 0.05em 0.1em 0px 0px; text-transform: uppercase; line-height: 0.68; font-size: 8.4em; font-style: normal; font-weight: 100; float: left;
}
p.has-background {
	padding: 1.25em 2.37em;
}
p.has-text-color a {
	color: inherit;
}
p:empty::before {
	content: "?";
}
.wp-block-post-author {
	display: flex; flex-wrap: wrap;
}
.wp-block-post-author__byline {
	width: 100%; font-size: 0.5em; margin-top: 0px; margin-bottom: 0px;
}
.wp-block-post-author__avatar {
	margin-right: 1em;
}
.wp-block-post-author__bio {
	font-size: 0.7em; margin-bottom: 0.7em;
}
.wp-block-post-author__content {
	flex-grow: 1; flex-basis: 0px;
}
.wp-block-post-author__name {
	margin: 0px; font-weight: 700;
}
.wp-block-post-comments-form input[type=submit] {
	padding: 0.66em 1.33em; border-radius: 1.55em; border: currentColor; border-image: none; text-align: center; color: rgb(255, 255, 255); font-size: 1.12em; text-decoration: none; display: inline-block; cursor: pointer; box-shadow: none; background-color: rgb(50, 55, 60); overflow-wrap: break-word;
}
.wp-block-post-comments-form input[type=submit]:active {
	color: rgb(255, 255, 255);
}
.wp-block-post-comments-form input[type=submit]:focus {
	color: rgb(255, 255, 255);
}
.wp-block-post-comments-form input[type=submit]:hover {
	color: rgb(255, 255, 255);
}
.wp-block-post-comments-form input[type=submit]:visited {
	color: rgb(255, 255, 255);
}
.wp-block-preformatted {
	white-space: pre-wrap;
}
.wp-block-pullquote {
	padding: 3em 0px; text-align: center; margin-right: 0px; margin-left: 0px;
}
.alignleft.wp-block-pullquote {
	max-width: 420px;
}
.alignright.wp-block-pullquote {
	max-width: 420px;
}
.alignleft.wp-block-pullquote p {
	font-size: 1.25em;
}
.alignright.wp-block-pullquote p {
	font-size: 1.25em;
}
.wp-block-pullquote p {
	line-height: 1.6; font-size: 1.75em;
}
.wp-block-pullquote cite {
	position: relative;
}
.wp-block-pullquote footer {
	position: relative;
}
.wp-block-pullquote .has-text-color a {
	color: inherit;
}
:not(.is-style-solid-color).wp-block-pullquote {
	background: none;
}
.is-style-solid-color.wp-block-pullquote {
	border: currentColor; border-image: none;
}
.is-style-solid-color.wp-block-pullquote blockquote {
	text-align: left; margin-right: auto; margin-left: auto; max-width: 60%;
}
.is-style-solid-color.wp-block-pullquote blockquote p {
	font-size: 2em; margin-top: 0px; margin-bottom: 0px;
}
.is-style-solid-color.wp-block-pullquote blockquote cite {
	text-transform: none; font-style: normal;
}
.wp-block-pullquote cite {
	color: inherit;
}
.wp-block-query-loop {
	list-style: none; padding: 0px; max-width: 100%;
}
.wp-block-query-loop li {
	clear: both;
}
.is-flex-container.wp-block-query-loop {
	flex-flow:row wrap; display: flex;
}
.is-flex-container.wp-block-query-loop li {
	margin: 0px 0px 1.25em; width: 100%;
}
@media all and (min-width:600px)
{
.is-flex-container.wp-block-query-loop li {
	margin-right: 1.25em;
}
.columns-2.is-flex-container.is-flex-container.wp-block-query-loop > li {
	width: calc(50% - .625em);
}
.columns-2.is-flex-container.is-flex-container.wp-block-query-loop > li:nth-child(2n) {
	margin-right: 0px;
}
.columns-3.is-flex-container.is-flex-container.wp-block-query-loop > li {
	width: calc(33.33333% - .83333em);
}
.columns-3.is-flex-container.is-flex-container.wp-block-query-loop > li:nth-child(3n) {
	margin-right: 0px;
}
.columns-4.is-flex-container.is-flex-container.wp-block-query-loop > li {
	width: calc(25% - .9375em);
}
.columns-4.is-flex-container.is-flex-container.wp-block-query-loop > li:nth-child(4n) {
	margin-right: 0px;
}
.columns-5.is-flex-container.is-flex-container.wp-block-query-loop > li {
	width: calc(20% - 1em);
}
.columns-5.is-flex-container.is-flex-container.wp-block-query-loop > li:nth-child(5n) {
	margin-right: 0px;
}
.columns-6.is-flex-container.is-flex-container.wp-block-query-loop > li {
	width: calc(16.66667% - 1.04167em);
}
.columns-6.is-flex-container.is-flex-container.wp-block-query-loop > li:nth-child(6n) {
	margin-right: 0px;
}
}
.wp-block-query-pagination {
	flex-flow:row wrap; display: flex;
}
.wp-block-query-pagination > .wp-block-query-pagination-next {
	margin-right: 0.5em; margin-bottom: 0.5em; display: inline-block;
}
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
	margin-right: 0.5em; margin-bottom: 0.5em; display: inline-block;
}
.wp-block-query-pagination > .wp-block-query-pagination-previous {
	margin-right: 0.5em; margin-bottom: 0.5em; display: inline-block;
}
.wp-block-query-pagination > :last-child.wp-block-query-pagination-next {
	margin-right: 0px;
}
.wp-block-query-pagination > :last-child.wp-block-query-pagination-numbers {
	margin-right: 0px;
}
.wp-block-query-pagination > :last-child.wp-block-query-pagination-previous {
	margin-right: 0px;
}
.is-large.wp-block-quote {
	padding: 0px 1em; margin-bottom: 1em;
}
.is-style-large.wp-block-quote {
	padding: 0px 1em; margin-bottom: 1em;
}
.is-large.wp-block-quote p {
	line-height: 1.6; font-size: 1.5em; font-style: italic;
}
.is-style-large.wp-block-quote p {
	line-height: 1.6; font-size: 1.5em; font-style: italic;
}
.is-large.wp-block-quote cite {
	text-align: right; font-size: 1.12em;
}
.is-large.wp-block-quote footer {
	text-align: right; font-size: 1.12em;
}
.is-style-large.wp-block-quote cite {
	text-align: right; font-size: 1.12em;
}
.is-style-large.wp-block-quote footer {
	text-align: right; font-size: 1.12em;
}
.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
}
.alignleft.wp-block-rss {
	margin-right: 2em;
}
.alignright.wp-block-rss {
	margin-left: 2em;
}
.is-grid.wp-block-rss {
	list-style: none; padding: 0px; display: flex; flex-wrap: wrap;
}
.is-grid.wp-block-rss li {
	margin: 0px 1em 1em 0px; width: 100%;
}
@media all and (min-width:600px)
{
.columns-2.wp-block-rss li {
	width: calc(50% - 1em);
}
.columns-3.wp-block-rss li {
	width: calc(33.33333% - 1em);
}
.columns-4.wp-block-rss li {
	width: calc(25% - 1em);
}
.columns-5.wp-block-rss li {
	width: calc(20% - 1em);
}
.columns-6.wp-block-rss li {
	width: calc(16.66667% - 1em);
}
}
.wp-block-rss__item-author {
	color: rgb(85, 85, 85); font-size: 0.81em; display: block;
}
.wp-block-rss__item-publish-date {
	color: rgb(85, 85, 85); font-size: 0.81em; display: block;
}
.wp-block-search .wp-block-search__button {
	background: rgb(247, 247, 247); padding: 0.37em 0.62em; border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(50, 55, 60); margin-left: 0.62em; -ms-word-break: normal;
}
.wp-block-search .has-icon.wp-block-search__button {
	line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
	min-height: 1.5em; min-width: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
	flex:1 1 auto; display: flex; max-width: 100%; flex-wrap: nowrap;
}
.wp-block-search .wp-block-search__label {
	width: 100%;
}
.wp-block-search .wp-block-search__input {
	border: 1px solid rgb(148, 148, 148); border-image: none; min-width: 3em; flex-grow: 1;
}
.wp-block-search__button-only.wp-block-search .wp-block-search__button {
	margin-left: 0px;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper {
	padding: 4px; border: 1px solid rgb(148, 148, 148); border-image: none;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 0px 0px 0px 0.25em; border-radius: 0px; border: currentColor; border-image: none;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 0.12em 0.5em;
}
.is-style-wide.wp-block-separator {
	border-bottom-width: 1px;
}
.is-style-dots.wp-block-separator {
	background: none !important; border: currentColor; border-image: none; height: auto; text-align: center; line-height: 1; max-width: none;
}
.is-style-dots.wp-block-separator::before {
	color: currentColor; letter-spacing: 2em; padding-left: 2em; font-family: serif; font-size: 1.5em; content: "···";
}
.wp-block-custom-logo {
	line-height: 0;
}
.wp-block-custom-logo .aligncenter {
	display: table;
}
.is-style-rounded.wp-block-custom-logo img {
	border-radius: 9999px;
}
.wp-block-social-links {
	text-indent: 0px; padding-right: 0px; padding-left: 0px; margin-left: 0px; display: flex; flex-wrap: wrap; justify-content: flex-start;
}
.wp-block-social-links .wp-social-link a {
	text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; box-shadow: none;
}
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0px;
}
.wp-block-social-links .wp-social-link a {
	padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
	width: 1em; height: 1em;
}
.has-small-icon-size.wp-block-social-links {
	font-size: 16px;
}
.wp-block-social-links {
	font-size: 24px;
}
.has-normal-icon-size.wp-block-social-links {
	font-size: 24px;
}
.has-large-icon-size.wp-block-social-links {
	font-size: 36px;
}
.has-huge-icon-size.wp-block-social-links {
	font-size: 48px;
}
.aligncenter.wp-block-social-links {
	display: flex; justify-content: center;
}
.alignright.wp-block-social-links {
	justify-content: flex-end;
}
.wp-social-link {
	border-radius: 9999px; transition:transform 0.1s; height: auto; display: block;
}
@media not all
{
.wp-social-link {
	transition-duration: 0s;
}
}
.wp-social-link a {
	transition:transform 0.1s; line-height: 0; display: block;
}
.wp-social-link a {
	color: currentColor; fill: currentColor;
}
.wp-social-link a:active {
	color: currentColor; fill: currentColor;
}
.wp-social-link a:hover {
	color: currentColor; fill: currentColor;
}
.wp-social-link a:visited {
	color: currentColor; fill: currentColor;
}
.wp-social-link svg {
	color: currentColor; fill: currentColor;
}
.wp-social-link:hover {
	transform: scale(1.1);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link {
	color: rgb(68, 68, 68); background-color: rgb(240, 240, 240);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-amazon {
	color: rgb(255, 255, 255); background-color: rgb(255, 153, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-bandcamp {
	color: rgb(255, 255, 255); background-color: rgb(30, 160, 195);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-behance {
	color: rgb(255, 255, 255); background-color: rgb(7, 87, 254);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-codepen {
	color: rgb(255, 255, 255); background-color: rgb(30, 31, 38);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-deviantart {
	color: rgb(255, 255, 255); background-color: rgb(2, 228, 155);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-dribbble {
	color: rgb(255, 255, 255); background-color: rgb(233, 76, 137);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-dropbox {
	color: rgb(255, 255, 255); background-color: rgb(66, 128, 255);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-etsy {
	color: rgb(255, 255, 255); background-color: rgb(244, 88, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-facebook {
	color: rgb(255, 255, 255); background-color: rgb(23, 120, 242);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-fivehundredpx {
	color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-flickr {
	color: rgb(255, 255, 255); background-color: rgb(4, 97, 221);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-foursquare {
	color: rgb(255, 255, 255); background-color: rgb(230, 86, 120);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-github {
	color: rgb(255, 255, 255); background-color: rgb(36, 41, 45);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-goodreads {
	color: rgb(56, 33, 16); background-color: rgb(236, 234, 221);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-google {
	color: rgb(255, 255, 255); background-color: rgb(234, 68, 52);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-instagram {
	color: rgb(255, 255, 255); background-color: rgb(240, 0, 117);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-lastfm {
	color: rgb(255, 255, 255); background-color: rgb(226, 27, 36);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-linkedin {
	color: rgb(255, 255, 255); background-color: rgb(13, 102, 194);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-mastodon {
	color: rgb(255, 255, 255); background-color: rgb(50, 136, 212);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-medium {
	color: rgb(255, 255, 255); background-color: rgb(2, 171, 108);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-meetup {
	color: rgb(255, 255, 255); background-color: rgb(246, 64, 95);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-patreon {
	color: rgb(255, 255, 255); background-color: rgb(255, 66, 77);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-pinterest {
	color: rgb(255, 255, 255); background-color: rgb(230, 1, 34);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-pocket {
	color: rgb(255, 255, 255); background-color: rgb(239, 65, 85);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-reddit {
	color: rgb(255, 255, 255); background-color: rgb(254, 69, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-skype {
	color: rgb(255, 255, 255); background-color: rgb(4, 120, 215);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-snapchat {
	color: rgb(255, 255, 255); stroke: #000; background-color: rgb(254, 252, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-soundcloud {
	color: rgb(255, 255, 255); background-color: rgb(255, 86, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-spotify {
	color: rgb(255, 255, 255); background-color: rgb(27, 215, 96);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-telegram {
	color: rgb(255, 255, 255); background-color: rgb(42, 171, 238);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-tiktok {
	color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-tumblr {
	color: rgb(255, 255, 255); background-color: rgb(1, 24, 53);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-twitch {
	color: rgb(255, 255, 255); background-color: rgb(100, 64, 164);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-twitter {
	color: rgb(255, 255, 255); background-color: rgb(29, 161, 242);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-vimeo {
	color: rgb(255, 255, 255); background-color: rgb(30, 183, 234);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-vk {
	color: rgb(255, 255, 255); background-color: rgb(70, 128, 194);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-wordpress {
	color: rgb(255, 255, 255); background-color: rgb(52, 153, 205);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-yelp {
	color: rgb(255, 255, 255); background-color: rgb(211, 36, 34);
}
:not(.is-style-logos-only).wp-block-social-links .wp-social-link-youtube {
	color: rgb(255, 255, 255); background-color: red;
}
.is-style-logos-only.wp-block-social-links .wp-social-link {
	background: none; padding: 4px;
}
.is-style-logos-only.wp-block-social-links .wp-social-link-amazon {
	color: rgb(255, 153, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-bandcamp {
	color: rgb(30, 160, 195);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-behance {
	color: rgb(7, 87, 254);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-codepen {
	color: rgb(30, 31, 38);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-deviantart {
	color: rgb(2, 228, 155);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-dribbble {
	color: rgb(233, 76, 137);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-dropbox {
	color: rgb(66, 128, 255);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-etsy {
	color: rgb(244, 88, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-facebook {
	color: rgb(23, 120, 242);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-fivehundredpx {
	color: rgb(0, 0, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-flickr {
	color: rgb(4, 97, 221);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-foursquare {
	color: rgb(230, 86, 120);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-github {
	color: rgb(36, 41, 45);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-goodreads {
	color: rgb(56, 33, 16);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-google {
	color: rgb(234, 68, 52);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-instagram {
	color: rgb(240, 0, 117);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-lastfm {
	color: rgb(226, 27, 36);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-linkedin {
	color: rgb(13, 102, 194);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-mastodon {
	color: rgb(50, 136, 212);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-medium {
	color: rgb(2, 171, 108);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-meetup {
	color: rgb(246, 64, 95);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-patreon {
	color: rgb(255, 66, 77);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-pinterest {
	color: rgb(230, 1, 34);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-pocket {
	color: rgb(239, 65, 85);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-reddit {
	color: rgb(254, 69, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-skype {
	color: rgb(4, 120, 215);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-snapchat {
	color: rgb(255, 255, 255); stroke: #000;
}
.is-style-logos-only.wp-block-social-links .wp-social-link-soundcloud {
	color: rgb(255, 86, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-spotify {
	color: rgb(27, 215, 96);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-telegram {
	color: rgb(42, 171, 238);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-tiktok {
	color: rgb(0, 0, 0);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-tumblr {
	color: rgb(1, 24, 53);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-twitch {
	color: rgb(100, 64, 164);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-twitter {
	color: rgb(29, 161, 242);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-vimeo {
	color: rgb(30, 183, 234);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-vk {
	color: rgb(70, 128, 194);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-wordpress {
	color: rgb(52, 153, 205);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-yelp {
	color: rgb(255, 255, 255); background-color: rgb(211, 36, 34);
}
.is-style-logos-only.wp-block-social-links .wp-social-link-youtube {
	color: red;
}
.is-style-pill-shape.wp-block-social-links .wp-social-link {
	width: auto;
}
.is-style-pill-shape.wp-block-social-links .wp-social-link a {
	padding-right: 0.66em; padding-left: 0.66em;
}
.wp-block-spacer {
	clear: both;
}
p.wp-block-subhead {
	font-size: 1.1em; font-style: italic; opacity: 0.75;
}
.aligncenter.wp-block-tag-cloud {
	text-align: center;
}
.alignfull.wp-block-tag-cloud {
	padding-right: 1em; padding-left: 1em;
}
.wp-block-table {
	-ms-overflow-x: auto;
}
.wp-block-table table {
	width: 100%;
}
.wp-block-table .has-fixed-layout {
	width: 100%; table-layout: fixed;
}
.wp-block-table .has-fixed-layout td {
	
}
.wp-block-table .has-fixed-layout th {
	
}
.aligncenter.wp-block-table {
	width: auto; display: table;
}
.alignleft.wp-block-table {
	width: auto; display: table;
}
.alignright.wp-block-table {
	width: auto; display: table;
}
.aligncenter.wp-block-table td {
	
}
.aligncenter.wp-block-table th {
	
}
.alignleft.wp-block-table td {
	
}
.alignleft.wp-block-table th {
	
}
.alignright.wp-block-table td {
	
}
.alignright.wp-block-table th {
	
}
.wp-block-table .has-subtle-light-gray-background-color {
	background-color: rgb(243, 244, 245);
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color: rgb(233, 251, 229);
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: rgb(231, 245, 254);
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: rgb(252, 240, 239);
}
.is-style-stripes.wp-block-table {
	border-bottom-color: rgb(240, 240, 240); border-bottom-width: 1px; border-bottom-style: solid; border-collapse: inherit; border-spacing: 0; background-color: transparent;
}
.is-style-stripes.wp-block-table tbody tr:nth-child(2n+1) {
	background-color: rgb(240, 240, 240);
}
.has-subtle-light-gray-background-color.is-style-stripes.wp-block-table tbody tr:nth-child(2n+1) {
	background-color: rgb(243, 244, 245);
}
.has-subtle-pale-green-background-color.is-style-stripes.wp-block-table tbody tr:nth-child(2n+1) {
	background-color: rgb(233, 251, 229);
}
.has-subtle-pale-blue-background-color.is-style-stripes.wp-block-table tbody tr:nth-child(2n+1) {
	background-color: rgb(231, 245, 254);
}
.has-subtle-pale-pink-background-color.is-style-stripes.wp-block-table tbody tr:nth-child(2n+1) {
	background-color: rgb(252, 240, 239);
}
.is-style-stripes.wp-block-table td {
	border-color: transparent;
}
.is-style-stripes.wp-block-table th {
	border-color: transparent;
}
.wp-block-text-columns {
	display: flex;
}
.aligncenter.wp-block-text-columns {
	display: flex;
}
.wp-block-text-columns .wp-block-column {
	margin: 0px 1em; padding: 0px;
}
.wp-block-text-columns :first-child.wp-block-column {
	margin-left: 0px;
}
.wp-block-text-columns :last-child.wp-block-column {
	margin-right: 0px;
}
.columns-2.wp-block-text-columns .wp-block-column {
	width: 50%;
}
.columns-3.wp-block-text-columns .wp-block-column {
	width: 33.33%;
}
.columns-4.wp-block-text-columns .wp-block-column {
	width: 25%;
}
pre.wp-block-verse {
	overflow: auto; font-family: inherit; white-space: pre-wrap;
}
.wp-block-video {
	margin-right: 0px; margin-left: 0px;
}
.wp-block-video video {
	width: 100%;
}
.aligncenter.wp-block-video {
	text-align: center;
}
.wp-block-video figcaption {
	margin-top: 0.5em; margin-bottom: 1em;
}
.wp-block-post-featured-image a {
	display: inline-block;
}
.wp-block-post-featured-image img {
	height: auto; max-width: 100%;
}
:root .has-pale-pink-background-color {
	background-color: rgb(247, 141, 167);
}
:root .has-vivid-red-background-color {
	background-color: rgb(207, 46, 46);
}
:root .has-luminous-vivid-orange-background-color {
	background-color: rgb(255, 105, 0);
}
:root .has-luminous-vivid-amber-background-color {
	background-color: rgb(252, 185, 0);
}
:root .has-light-green-cyan-background-color {
	background-color: rgb(123, 220, 181);
}
:root .has-vivid-green-cyan-background-color {
	background-color: rgb(0, 208, 132);
}
:root .has-pale-cyan-blue-background-color {
	background-color: rgb(142, 209, 252);
}
:root .has-vivid-cyan-blue-background-color {
	background-color: rgb(6, 147, 227);
}
:root .has-vivid-purple-background-color {
	background-color: rgb(155, 81, 224);
}
:root .has-white-background-color {
	background-color: rgb(255, 255, 255);
}
:root .has-very-light-gray-background-color {
	background-color: rgb(238, 238, 238);
}
:root .has-cyan-bluish-gray-background-color {
	background-color: rgb(171, 184, 195);
}
:root .has-very-dark-gray-background-color {
	background-color: rgb(49, 49, 49);
}
:root .has-black-background-color {
	background-color: rgb(0, 0, 0);
}
:root .has-pale-pink-color {
	color: rgb(247, 141, 167);
}
:root .has-vivid-red-color {
	color: rgb(207, 46, 46);
}
:root .has-luminous-vivid-orange-color {
	color: rgb(255, 105, 0);
}
:root .has-luminous-vivid-amber-color {
	color: rgb(252, 185, 0);
}
:root .has-light-green-cyan-color {
	color: rgb(123, 220, 181);
}
:root .has-vivid-green-cyan-color {
	color: rgb(0, 208, 132);
}
:root .has-pale-cyan-blue-color {
	color: rgb(142, 209, 252);
}
:root .has-vivid-cyan-blue-color {
	color: rgb(6, 147, 227);
}
:root .has-vivid-purple-color {
	color: rgb(155, 81, 224);
}
:root .has-white-color {
	color: rgb(255, 255, 255);
}
:root .has-very-light-gray-color {
	color: rgb(238, 238, 238);
}
:root .has-cyan-bluish-gray-color {
	color: rgb(171, 184, 195);
}
:root .has-very-dark-gray-color {
	color: rgb(49, 49, 49);
}
:root .has-black-color {
	color: rgb(0, 0, 0);
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, rgb(6, 147, 227), rgb(155, 81, 224));
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, rgb(0, 208, 132), rgb(6, 147, 227));
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, rgb(122, 220, 180), rgb(0, 208, 130));
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, rgb(252, 185, 0), rgb(255, 105, 0));
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, rgb(255, 105, 0), rgb(207, 46, 46));
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, rgb(238, 238, 238), rgb(169, 184, 195));
}
:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, rgb(74, 234, 220), rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76));
}
:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, rgb(255, 206, 236), rgb(152, 150, 240));
}
:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, rgb(254, 205, 165), rgb(254, 45, 45) 50%, rgb(107, 0, 62));
}
:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, rgb(52, 226, 228), rgb(71, 33, 251) 50%, rgb(171, 29, 254));
}
:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, rgb(255, 203, 112), rgb(199, 81, 192) 50%, rgb(65, 88, 208));
}
:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, rgb(250, 172, 168), rgb(218, 208, 236));
}
:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, rgb(255, 245, 203), rgb(182, 227, 212) 50%, rgb(51, 167, 181));
}
:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, rgb(202, 248, 128), rgb(113, 206, 126));
}
:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, rgb(250, 250, 225), rgb(103, 166, 113));
}
:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, rgb(253, 215, 154), rgb(0, 74, 89));
}
:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, rgb(51, 9, 104), rgb(49, 205, 207));
}
:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, rgb(2, 3, 129), rgb(40, 116, 252));
}
:root .has-link-color a {
	color: rgb(0, 0, 238);
}
.has-small-font-size {
	font-size: 0.81em;
}
.has-normal-font-size {
	font-size: 1em;
}
.has-regular-font-size {
	font-size: 1em;
}
.has-medium-font-size {
	font-size: 1.25em;
}
.has-large-font-size {
	font-size: 2.25em;
}
.has-huge-font-size {
	font-size: 2.62em;
}
.has-larger-font-size {
	font-size: 2.62em;
}
.has-text-align-center {
	text-align: center;
}
.has-text-align-left {
	text-align: left;
}
.has-text-align-right {
	text-align: right;
}
#end-resizable-editor-section {
	display: none;
}
.aligncenter {
	clear: both;
}
