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;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
	align-items: center;
	background: #f8f9f9;
	color: #555d66;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 13px;
	top: -14px;
	margin: 0 -14px;
	padding: 8px 14px;
	position: relative;
	border: 1px dashed rgba(145,151,162,.25);
	border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
	margin: 0 -14px;
	padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
	margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
	margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
	margin-right: 8px;
	white-space: nowrap;
	font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
	flex: 1 1 100%;
	font-size: 14px;
	height: 30px;
	margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
	flex-shrink: 0
}

@media (min-width:960px) {
	.block-editor-block-list__layout .reusable-block-edit-panel {
		flex-wrap: nowrap
	}

	.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
		margin: 0
	}

	.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
		margin: 0 0 0 5px
	}
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
	border-color: rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
	border-color: hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
	background: #fff;
	border: 1px dashed #e2e4e7;
	color: #555d66;
	top: -14px;
	height: 30px;
	padding: 4px;
	position: absolute;
	z-index: 1;
	width: 30px;
	right: -14px
}

.wp-block-button {
	color: #fff;
	margin-bottom: 1.5em
}

.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
}

.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.is-style-outline {
	color: #32373c
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid
}

.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: 440;
	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;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-column {
	flex-grow: 1;
	margin-bottom: 1em;
	flex-basis: 100%;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (min-width:600px) {
	.wp-block-column {
		flex-basis: calc(50% - 16px);
		flex-grow: 0
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 32px
	}
}

@media (min-width:782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 32px
	}
}

.wp-block-cover,.wp-block-cover-image {
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
	color: #fff;
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 610px;
	padding: 14px;
	text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover {
	color: #fff
}

.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
	}
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
	max-width: 305px;
	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,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p {
	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;
	-o-object-fit: cover;
	object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.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;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.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-6 .wp-block-embed__wrapper:before {
	padding-top: 66.66%
}

.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
}

.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0
}

.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
}

.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)) {
	.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.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)) {
	.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.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)
}

.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.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)) {
	.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;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.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) {
	.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) {
		.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width: calc((100% - 32px)/3 - 1px)
	}
}

.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) {
	.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 48px)/4 - 1px)
	}
}

.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) {
	.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 64px)/5 - 1px)
	}
}

.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) {
	.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 80px)/6 - 1px)
	}
}

.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) {
	.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 96px)/7 - 1px)
	}
}

.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) {
	.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 112px)/8 - 1px)
	}
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.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
}}

.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
	width: 100%
}

.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
	max-width: 305px;
	width: 100%
}

.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
	display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-image {
	max-width: 100%;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0
}

.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;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.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.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.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-media-text {
	display: grid;
	grid-template-rows: auto;
	align-items: center;
	grid-template-areas: "media-text-media media-text-content";
	grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-areas: "media-text-content media-text-media";
	grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
	grid-area: media-text-media;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	word-break: break-word;
	grid-area: media-text-content;
	padding: 0 8%
}

.wp-block-media-text>figure>img,.wp-block-media-text>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important;
		grid-template-areas: "media-text-media" "media-text-content"
	}

	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
		grid-template-areas: "media-text-content" "media-text-media"
	}
}

.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
}

.has-drop-cap:not(:focus):after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px
}

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: 305px
}

.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 {
	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
}

.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;
	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: #191e23;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-table.has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
	display: table;
	width: auto
}

.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.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
	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%
}

pre.wp-block-verse {
	white-space: nowrap;
	overflow: auto
}

.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] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
	background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
	background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
	background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
	background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
	background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
	color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
	color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
	color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
	color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
	color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
	color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
	color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
	color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
	color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
	color: #313131
}

.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
}

.wp-block-code {
	font-size: 14px;
	padding: .8em 1em;
	border: 1px solid #e2e4e7;
	border-radius: 4px
}

.wp-block-code,.wp-block-preformatted pre {
	font-family: Menlo,Consolas,monaco,monospace;
	color: #23282d
}

.wp-block-preformatted pre {
	font-size: 16px
}

@media (min-width:600px) {
	.wp-block-preformatted pre {
		font-size: 14px
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d
}

.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer {
	color: #40464d;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal
}

.wp-block-quote {
	border-left: 4px solid #000;
	margin: 20px 0;
	padding-left: 1em
}

.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer {
	color: #6c7781;
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal
}

.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align: right"] {
	border-left: none;
	border-right: 4px solid #000;
	padding-left: 0;
	padding-right: 1em
}

.wp-block-quote[style*="text-align:center"],.wp-block-quote[style*="text-align: center"] {
	border: none;
	padding-left: 0
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
	border: none
}

.wp-block-search .wp-block-search__label {
	font-weight: 700
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

.wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse
}

.wp-block-table td,.wp-block-table th {
	padding: .5em;
	border: 1px solid;
	word-break: break-all
}

.wpp-list li {
	overflow: hidden;
	float: none;
	clear: both
}

.wpp-thumbnail {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	border: none
}

.wpp-meta,.post-stats {
	display: block;
	font-size: .8em;
	font-weight: 700
}

html {
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

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;
	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
}

body {
	font-family: "PingFang SC","Microsoft Yahei",STXihei,"华文细黑","Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft Yahei","Wenquanyi Micro Hei",sans-serif;
	counter-reset: nav-counter
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

b,strong {
	font-weight: 700
}

.container {
	width: calc(100% - 40px);
	max-width: 1680px;
	margin-right: 20px;
	margin-left: 20px
}

@media (min-width:768px) {
	.container {
		width: calc(100% - 60px);
		margin-right: 30px;
		margin-left: 30px
	}
}

@media (min-width:1200px) {
	.container {
		width: calc(100% - 80px);
		margin-right: 40px;
		margin-left: 40px
	}
}

@media (min-width:1440px) {
	.container {
		width: calc(100% - 120px);
		margin-right: 60px;
		margin-left: 60px
	}
}

@media (min-width:1800px) {
	.container {
		width: 100%;
		margin-right: auto;
		margin-left: auto
	}
}

.page {
	margin-top: 115px
}

@media (min-width:992px) {
	.page {
		margin-top: calc(25px + 10px)
	}
}

@media (min-width:1200px) {
	.page {
		margin-top: calc(14px + 10px)
	}
}

.thumbnails {
	transition: all .7s
}

.page-hero {
	position: relative;
	width: 100%;
	height: 400px
}

.page-hero .content-overlap {
	position: relative;
	z-index: 5
}

.page-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.thumbnails {
	transition: all .7s
}

@media (min-width:768px) {
	.page-hero {
		height: 500px
	}
}

@media (min-width:1200px) {
	.page-hero {
		height: 600px
	}
}

@media (min-width:1440px) {
	.page-hero {
		height: 720px
	}
}

.page-hero.indent {
	display: flex;
	direction: column;
	justify-content: flex-end;
	align-items: flex-end
}



.page-hero .content-overlap {
	position: relative;
	text-align: left;
	background: #fff;
	padding: 20px;
	margin-top: 500px
}

@media (min-width:992px) {
	.page-hero .content-overlap {
		max-width: 620px;
		box-sizing: border-box;
		margin-top: 160px;
		padding-top: 60px;
		padding-left: 60px;
		padding-bottom: 0
	}
}

@media (min-width:1200px) {
	.page-hero .content-overlap {
		max-width: 630px;
		margin-top: 160px;
		padding-top: 80px;
		padding-left: 80px;
		padding-bottom: 100px
	}
}

@media (min-width:1440px) {
	.page-hero .content-overlap {
		max-width: 740px;
		margin-top: 160px;
		padding-top: 120px;
		padding-left: 120px;
		padding-bottom: 140px
	}
}

section.fullheight {
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 0
}

@media (min-width:768px) {
	.page-aside {
		width: 80px;
		border-top: 1px solid #c4c4c4;
		margin-right: 60px;
		margin-top: 50px;
		visibility: hidden;
	}
}

@media (min-width:1200px) {
	.page-aside {
		width: 140px;
		margin-right: 120px
	}
}

@media (min-width:1440px) {
	.page-aside {
		width: 260px;
		margin-right: 168px;
		flex: none;
	}
}

.page-content {
	width: 100%;
	max-width: 1250px
}

.text-block {
	max-width: 890px;
	margin-bottom: 40px
}

.text-block.full-width {
	max-width: 100%
}

.text-block.space_large {
	margin-bottom: 95px
}

@media (min-width:320px) and (max-width:414px) {
	.text-block.space_large {
		margin-bottom: 35px
	}
}

.text-block.space_medium {
	margin-bottom: 60px
}

.text-block ul,.text-block ol {
	padding-left: 20px
}

.text-block ul li {
	font-size: 14px;
	margin: 8px 0;
	list-style: disc;
	color: #9b9b9b
}

.text-block ul.type-none li {
	list-style: none
}

.text-block ol li {
	font-size: 14px;
	margin: 8px 0;
	color: #9b9b9b
}

.text-block-between {
	display: flex;
	justify-content: space-between;
	align-items: center
}



.page-content h1 {
	margin-top: 0
}

@media (min-width:640px) {
	.page-content h1,.content-404 h1 {
		font-size: 46px
	}


	h1.small {
		font-size: 38px
	}
}

@media (min-width:768px) {
	.page-content h1,.content-404 h1 {
		font-size: 48px
	}

	.footer-main .footer-title strong {
		font-size: 48px
	}

	h1.small {
		font-size: 46px
	}
}

@media (min-width:1200px) {
	.page-content h1,.content-404 h1 {
		font-size: 62px
	}

	.footer-main .footer-title strong {
		font-size: 62px
	}

	h1.small {
		font-size: 46px
	}
}

@media (min-width:1440px) {
	.page-content h1,.content-404 h1 {
		font-size: 76px
	}

	.footer-main .footer-title strong {
		font-size: 76px
	}

	h1.small {
		font-size: 60px
	}
}

p {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 1.5
}

p.large {
	font-size: 20px;
	margin: 0 0 15px
}

p.small {
	font-size: 14px;
	margin: 0 0 15px
}

p a {
	color: #000
}

p a:hover {
	color: #9b9b9b
}

a {
	text-decoration: none
}

a:focus {
	outline: none
}

blockquote {
	position: relative;
	margin: 0;
	margin-left: 80px
}

@media (min-width:1440px) {
	blockquote {
		margin-left: 115px
	}
}

blockquote:before {
	content: '';
	width: 34px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: -68px;
	background-image: url("../fonts/quotes.svg");
	background-size: contain
}

.text-grey {
	color: #9b9b9b
}

.text-white {
	color: #fff
}

.text-black {
	color: #000;
	width: 100%;
	text-align: center;
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-number_large {
	display: inline-block
}

.text-number_large img {
	display: block;
	width: 107px;
	height: auto
}

section {
	position: relative
}

.border-top {
	border-top: 1px solid #c4c4c4
}

header {
	position: fixed;
	z-index: 99;
	top: 20px;
	left: 0;
	width: 100%;
	background: 0 0;
	border-bottom: 1px solid transparent;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease
}

@media (min-width:1024px) {
	header {
		top: 30px
	}
}

@media (min-width:1440px) {
	header {
		top: 50px
	}
}

header>div {
	display: flex;
	align-items: center;
	justify-content: space-between
}

header.fixed {
	top: 0;
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #c4c4c4
}

@media (min-width:1024px) {
	header.fixed {
		padding: 25px 0
	}
}


.article_nav {
	display: none
}

@media (min-width:567px) {
	.filter .article_nav {
		display: block
	}
}

.filter .article-breadcrumb {
	margin-bottom: 0
}


.page-scroll svg #scroll {
	transition: all .25s ease-in-out
}

.page-scroll:hover svg #scroll {
	transform: translateY(7px)
}

.news-list {
	width: 100%;
	margin: 50px 0
}


aside.news-sidebar {
	display: none
}

@media (min-width:992px) {
	aside.news-sidebar {
		display: table;
		height: auto;
		width: 25%;
		background: #fafafa;
		flex: none
	}
}

@media (min-width:1680px) {
	aside.news-sidebar {
		width: 560px
	}
}

aside.news-sidebar h3.widget-title {
	font-size: 20px;
	padding: 20px 20px 15px;
	margin: 0
}

@media (min-width:1200px) {
	aside.news-sidebar h3.widget-title {
		font-size: 30px;
		padding: 40px 40px 30px;
		margin: 0
	}
}

@media (min-width:1680px) {
	aside.news-sidebar h3.widget-title {
		font-size: 40px;
		padding: 60px 60px 40px;
		margin: 0
	}
}

.wpp-list li {
	padding: 20px;
	border-bottom: 1px solid #c4c4c4;
	box-sizing: border-box
}

@media (min-width:1200px) {
	.wpp-list li {
		padding: 40px
	}
}

@media (min-width:1680px) {
	.wpp-list li {
		padding: 60px
	}
}

.wpp-list li:first-child {
	padding-top: 0
}

.wpp-list li:last-child {
	border: none
}

.wpp-list li a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	font-weight: 500
}

@media (min-width:1200px) {
	.wpp-list li a {
		font-size: 24px
	}
}

@media (min-width:1680px) {
	.wpp-list li a {
		font-size: 30px
	}
}

.wpp-list li a img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px
}

@media (min-width:1200px) {
	.wpp-list li a img {
		margin: 0 0 40px
	}
}

article.news-article {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

@media (max-width:1500px) {
	article.news-article {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
}

@media (max-width:1400px) {
	article.news-article {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
}

article.news-article a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none
}

@media (min-width:567px) {
	article.news-article a {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: stretch;
		align-items: stretch
	}
}

article.news-article :nth-of-type(odd) {
	margin-left: 0
}

article.news-article :nth-of-type(even) {
	margin-right: 0
}

article.news-article .article-content {
	position: relative;
	width: 55%;
	padding-bottom: 35px
}

@media (min-width:567px) {
	article.news-article .article-content {
		padding: 0
	}
}

article.news-article .article-content:before {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #c4c4c4
}

article.news-article .article-content:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #7fc6e8;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1)
}

article.news-article a:hover .article-content:after {
	width: 100%
}

article.news-article .article-content .date {
	color: #757575;
	font-size: 14px;
	margin: 15px 0 20px;
	line-height: 1
}

@media (min-width:768px) {
	article.news-article .article-content .date {
		font-size: 20px
	}
}

@media (min-width:1680px) {
	article.news-article .article-content .date {
		margin: 25px 0 40px
	}
}

article.news-article .article-content h4 {
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin: 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1440px) {
	article.news-article .article-content h4 {
		font-size: 30px;
		margin: 0 0 25px
	}
}

article.news-article .article-content .article-excerpt p {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 2;
	margin: 0
}

article.news-article .article-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px
}

@media (min-width:567px) {
	article.news-article .article-img {
		width: 250px;
		height: 200px;
		margin-right: 30px;
		flex: none
	}
}

@media (min-width:1440px) {
	article.news-article .article-img {
		width: 40%;
		height: 315px;
		margin-right: 5%;
	}
}

article.news-article .article-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1)
}

article.news-article a:hover .article-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

nav.pagination {
	margin: 0 auto;
	margin-top: 90px;
	width: auto;
}

@media (min-width:320px) and (max-width:414px) {
	nav.pagination {
		margin-top: 55px
	}
}

nav.pagination .nav-links {
	text-align: center;

}

nav.pagination .nav-links .page-numbers {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	font-size: 20px;
	color: #757575;
	font-weight: 500;
	margin: 0 5px
}

nav.pagination .nav-links .page-numbers:hover {
	border-color: #000;
	cursor: pointer
}

nav.pagination .nav-links .page-numbers:first-child {
	margin-left: 0
}

nav.pagination .nav-links .page-numbers.current {
	border: 1px solid #000;
	color: #fff;
	background: #000
}

nav.pagination .nav-links .page-numbers.next,nav.pagination .nav-links .page-numbers.prev {
	width: auto;
	padding: 0 20px
}

@media (min-width:320px) and (max-width:640px) {
	nav.pagination .nav-links .page-numbers {
		height: 35px;
		font-size: 12px
	}

	nav.pagination .nav-links .page-numbers.next,nav.pagination .nav-links .page-numbers.prev {
		width: 50px;
		padding: 0 14px
	}
}

.article-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}

@media (min-width:992px) {
	.text-block.space_large h1 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 40px;
	}
}

.article-container p.date {
	margin: 0
}

.article-feature {
	display: block;
	margin: 60px 0 40px
}

.article-feature img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto
}

.article-container figure {
	margin: 40px 0
}

.article-container img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 3% 0
}

.related-container {
	max-width:1080px;
	margin: 3% auto 0;
	padding: 3% 0 2%
}

@media (min-width:640px) {
	.related {
		display: flex;
		margin-left: -15px;
		margin-right: -15px
	}
}

.related article {
	position: relative;
	width: 100%;
	margin: 0 0 30px
}

@media (min-width:640px) {
	.related article {
		width: calc(33.3333% - 15px);
		margin: 0 15px
	}
}

.related article a {
	display: block;
	position: relative;
	color: #000
}

.related article a .article-img {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden
}

@media (min-width:640px) {
	.related article a .article-img {
		margin: 0 0 30px
	}
}

.related article a .article-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .35s ease;
	-ms-transition: all .35s ease;
	-webkit-transition: all .35s ease
}

.related article a:hover .article-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.article-breadcrumb {
	margin-bottom: 80px
}

.article-breadcrumb .container {
	width: 100%;
	max-width: 760px;
	margin: 0 auto
}

.breadcrumb,.breadcrumb a {
	font-size: 16px;
	color: #9b9b9b
}

@media (min-width:992px) {
	.breadcrumb,.breadcrumb a {
		font-size: 20px
	}
}

.breadcrumb a:hover {
	color: #000
}

.breadcrumb a {
	margin: 0 7px
}

@media (min-width:320px) and (max-width:420px) {
	.breadcrumb,.breadcrumb a {
		font-size: 14px
	}
}

.breadcrumb a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	background-image: url("../fonts/greater.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 15px
}

@media (min-width:415px) and (max-width:990px) {
	.breadcrumb a:after {
		width: 10px;
		height: 12px
	}
}

@media (min-width:320px) and (max-width:414px) {
	.breadcrumb a:after {
		width: 10px;
		height: 11px
	}
}

@media (min-width:320px) and (max-width:420px) {
	width:8px;height:12px
}

.breadcrumb a:first-child {
	margin-left: 0
}

.news-categories {
	margin: 40px 0 0
}

.news-categories a {
	font-size: 16px;
	color: #9b9b9b;
	margin: 0 15px
}

.news-categories a:hover {
	color: #000
}

@media (min-width:768px) {
	.news-categories a {
		font-size: 20px;
		margin: 0 30px
	}
}

@media (min-width:1200px) {
	.news-categories a {
		font-size: 30px;
		margin: 0 60px
	}
}

.news-categories a:first-child {
	margin-left: 0
}

.news-categories a:last-child {
	margin-right: 0
}

.news-categories a.active {
	color: #00aeef
}

.news-home {
	display: block;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	max-width: 760px;
	margin: 0 auto 30px
}

@media (min-width:768px) {
	.news-home {
		font-size: 32px
	}
}

@media (min-width:992px) {
	.news-home {
		font-size: 44px
	}
}

@media (min-width:1200px) {
	.news-home {
		position: absolute;
		max-width: inherit;
		margin: 0;
		top: -28px;
		left: 0;
		font-size: 44px;
		color: #000;
		font-weight: 500
	}
}

.read-more {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 9;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	width: auto
}

.read-more .ele {
	position: relative;
	margin-right: 40px
}

.read-more .ele-circle {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #d8d8d8
}

.read-more .ele-line {
	position: absolute;
	top: 21px;
	right: -17px;
	width: 40px;
	height: 2px;
	border-top: 2px solid #7fc6e8;
	transition: all .35s ease;
	-o-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease
}

.read-more:hover .ele-line {
	right: -30px
}

.content-404 {
	text-align: center
}

.content-404 h1 {
	display: block;
	position: relative;
	width: 70%;
	height: 160px;
	text-indent: -9999px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("../fonts/404.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

@media (min-width:768px) {
	.content-404 h1 {
		width: 470px;
		height: 257px
	}
}

.content-404 p {
	display: block;
	color: #828282;
	font-size: 24px;
	font-weight: 400;
	margin: 0
}

@media (min-width:768px) {
	.content-404 p {
		margin: 70px 0 0
	}
}

.previous_post {
	padding-top: 4%
}

.next_post {
	padding-top: 2.5%
}

.previous_post,.next_post {
	display: flex;
	line-height: 32px;
	font-size: 20px
}

.previous_post a,.next_post a {
	color: #9b9b9b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.article-container .ele {
	width: 7%;
	position: relative;
	display: inline-block
}

.article-container .ele .ele-circle {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1.5px solid #d8d8d8
}

.article-container .ele .ele-line {
	position: absolute;
	top: 15px;
	right: 8px;
	width: 30px;
	height: 2px;
	border-top: 1.5px solid #7fc6e8;
	transition: all .35s ease;
	-o-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease
}

.previous_post:hover .ele-line,.next_post:hover .ele-line {
	right: 0
}

.previous_post:hover a,.next_post:hover a {
	color: #000
}

@media (min-width:768px) and (max-width:992px) {
	.article-container .ele {
		width: 7.8%
	}
}

@media (min-width:640px) and (max-width:768px) {
	.article-container .ele {
		width: 9%
	}
}

@media (min-width:320px) and (max-width:420px) {
	.article-container .ele {
		width: 10%
	}

	.previous_post,.next_post {
		font-size: 14px;
		line-height: 29px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.article-container .ele .ele-circle {
		width: 22px;
		height: 22px
	}

	.article-container .ele .ele-line {
		top: 12px;
		right: 1px;
		width: 22px
	}
}

.pos-relative {
	position: relative
}

.section-row {
	display: flex;
	flex-wrap: wrap
}

.section-row.cols {
	margin-left: -20px;
	margin-right: -20px
}

.col-sm-3,.col-sm-4,.col-sm-6 {
	width: 100%;
	height: 100%
}

.col-sm-3.padded,.col-sm-4.padded,.col-sm-6.padded {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.col-sm-3.padded,.col-sm-4.padded,.col-sm-6.padded {
		margin-bottom: 0
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.3333%
	}

	.col-sm-6 {
		width: 50%
	}
}

.justify-end {
	justify-content: flex-end
}

.justify-start {
	justify-content: flex-start
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.align-center {
	align-items: center
}

.bg-grey {
	background: #fafafa
}

.mobile-hide {
	display: none
}

@media (min-width:768px) {
	.mobile-hide {
		display: block
	}
}

.mobile-show {
	display: block
}

@media (min-width:768px) {
	.mobile-show {
		display: none
	}
}

.tablet-hide {
	display: none
}

@media (min-width:992px) {
	.tablet-hide {
		display: block
	}
}

.tablet-show {
	display: block
}

@media (min-width:992px) {
	.tablet-show {
		display: none
	}
}

.flex-nowrap {
	flex-wrap: nowrap
}

.mt-0 {
	margin-top: 0
}

.mt-1 {
	margin-top: 10px
}

.mt-2 {
	margin-top: 20px
}

.mt-3 {
	margin-top: 30px
}

.mt-4 {
	margin-top: 40px
}

.mt-5 {
	margin-top: 50px
}

.mt-8 {
	margin-top: 80px
}

.mb-0 {
	margin-bottom: 0
}

.mb-1 {
	margin-bottom: 10px
}

.mb-2 {
	margin-bottom: 20px
}

.mb-3 {
	margin-bottom: 30px
}

.mb-4 {
	margin-bottom: 40px
}

.mb-5 {
	margin-bottom: 50px
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.fadein {
	opacity: 0;
	transform: translateY(100px);
	-o-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-o-transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1)
}

.fadein.in-view {
	opacity: 1;
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0)
}

.fadein[data-delay="0.1"] {
	transition-delay: .1s
}

.fadein[data-delay="0.15"] {
	transition-delay: .15s
}

.fadein[data-delay="0.2"] {
	transition-delay: .2s
}

.fadein[data-delay="0.25"] {
	transition-delay: .25s
}

.fadein[data-delay="0.3"] {
	transition-delay: .3s
}

.fadein[data-delay="0.35"] {
	transition-delay: .35s
}

.fadein[data-delay="0.4"] {
	transition-delay: .4s
}

.fadein[data-delay="0.45"] {
	transition-delay: .45s
}

.fadein[data-delay="0.5"] {
	transition-delay: .5s
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes projectIn {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1) translate3d(0,0,0);
		transform: scale(1.1) translate3d(0,0,0)
	}

	100% {
		-webkit-transform: scale(1) translate3d(0,0,0);
		transform: scale(1) translate3d(0,0,0)
	}
}

@keyframes projectOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translate3d(0,0,0);
		transform: scale(1) translate3d(0,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1) translate3d(0,0,0);
		transform: scale(1) translate3d(0,0,0)
	}
}

@keyframes scaleUp {
	0% {
		-webkit-transform: scale(1) translate3d(0,0,0);
		transform: scale(1) translate3d(0,0,0)
	}

	100% {
		-webkit-transform: scale(1.1) translate3d(0,0,0);
		transform: scale(1.1) translate3d(0,0,0)
	}
}



@font-face {
	font-family:"PingFang SC";font-weight:500;src:local(".PingFang-SC-Medium")
}

@font-face {
	font-family:"PingFang SC";font-weight:600;src:local(".PingFang-SC-SemiBold")
}

@font-face {
	font-family:'Bebas';src:url(../fonts/bebasneuebold.eot) format('embedded-opentype'),url(../fonts/bebasneuebold.woff) format('woff'),url(../fonts/bebasneuebold.ttf) format('truetype');font-weight:700;font-style:normal
}

@font-face {
	font-family:'Poppins';src:url(../fonts/poppins-medium.woff2) format('woff2'),url(../fonts/poppins-medium.woff) format('woff');font-weight:500;font-style:normal
}

@font-face {
	font-family:'Poppins';src:url(../fonts/poppins-bold.woff2) format('woff2'),url(../fonts/poppins-bold.woff) format('woff');font-weight:700;font-style:normal
}

@font-face {
	font-family:'Poppins';src:url(../fonts/poppins-black.woff2) format('woff2'),url(../fonts/poppins-black.woff) format('woff');font-weight:900;font-style:normal
}

.cursor-wrap {
	position: absolute;
	pointer-events: none;
	z-index: 1000000;
	top: 0;
	left: 0
}

.cursor {
	position: fixed;
	display: block;
	transform: translate(-100%,-100%);
	width: 25px;
	height: 25px;
	border: 2px solid #d8d8d8;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0
}

.js-slogan strong,.js-slogan h1,.js-slogan .hr-block {
	opacity: 0
}

.word {
	font-style: normal;
	position: relative;
	color: rgba(0,0,0,0)
}

.word em {
	font-style: normal;
	position: absolute;
	transition: 1s transform,1.5s opacity;
	color: #000;
	left: 0;
	top: 0
}

.word--left em {
	content: 'CREATIVE';
	transform: translateY(-45%);
	opacity: 0
}

.word--right em {
	content: 'BUSINESS';
	transform: translateY(45%);
	opacity: 0
}

.word--visible em {
	transform: translateY(0);
	opacity: 1
}

@media (max-width:480px) {
	.nav-fixed-contact .nav-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.nav-fixed-contact .nav-contact .col {
		width: auto
	}
}

