html,
body {
	background-color: #1a1a1a
}

#page-wrapper {
	overflow: hidden
}

.c-scrollbar {
	z-index: 999
}

.c-scrollbar_thumb {
	background-color: #fff!important
}

body:not(.loaded) #page-wrapper,
.mouse {
	opacity: 0;
	visibility: hidden;
	backface-visibility: hidden
}

body.loaded #page-wrapper,
.mouse {
	transition: opacity .8s ease, visibility .8s ease;
	opacity: 1;
	visibility: visible
}

.section-images img {
	display: block;
	width: 100%
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: #1a1a1a;
	width: 100%;
	height: 100vh;
	opacity: 1
}

.preloader #progress-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px
}

.preloader_unvisible {
	opacity: 0;
	pointer-events: none
}

.preloader__progress-percentage {
	display: none;
	font-size: 6vh;
	line-height: 6vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 6vh;
	width: 20vh;
	text-align: center
}

.logo-loader {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.logo-r {
	width: 100%;
	height: 100%;
	position: relative;
	fill: #fff
}

@charset "UTF-8";
#start-resizable-editor-section {
	display: none
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	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: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	margin-right: 0;
	width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0!important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
	margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
	margin-left: .5em;
	margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
	margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	width: 100%
}

.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.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-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	flex-wrap: wrap
}

@media(min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media(max-width:599px) {
	.wp-block-column {
		flex-basis: 100%!important
	}
}

@media(min-width:600px) and (max-width:781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em)!important;
		flex-grow: 0
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 2em
	}
}

@media(min-width:782px) {
	.wp-block-column {
		flex-basis: 0%;
		flex-grow: 1
	}
	.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
	.wp-block-column:not(:first-child) {
		margin-left: 2em
	}
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media(prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	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: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-width: 320px;
	min-height: 240px
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .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 {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	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: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media(min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-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
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin-bottom: 1em
}

.wp-block-image img {
	max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit
}

.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 {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		-webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
		mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	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: 3.25em
}

.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: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media(min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.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: 0
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	direction: ltr;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media(max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100%!important;
		grid-template-columns: 100%!important
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	color: #1e1e1e;
	background-color: #fff;
	min-width: 200px
}

.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 {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none
}

.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
	display: block
}

.has-child>.wp-block-navigation-link__content {
	padding-right: .5em
}

.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}

.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: .5em
}

@media(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 {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: 0 0
	}
	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
		transform: rotate(0)
	}
}

.has-child:hover {
	cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.has-child:focus-within {
	cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
	text-decoration: none
}

.wp-block-navigation-link__content {
	color: inherit;
	padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
	padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
	color: inherit
}

.wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor
}

@media(min-width:782px) {
	.wp-block-navigation-link__submenu-icon svg {
		transform: rotate(90deg)
	}
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-background {
	padding: 1.25em 2.375em
}

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%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0%
}

.wp-block-post-author__name {
	font-weight: 700;
	margin: 0
}

.wp-block-post-comments-form input[type=submit] {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
	color: #fff
}

.wp-block-preformatted {
	white-space: pre-wrap
}

.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: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	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: 0 0
}

.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: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-query-loop {
	max-width: 100%;
	list-style: none;
	padding: 0
}

.wp-block-query-loop li {
	clear: both
}

.wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
	margin: 0 0 1.25em;
	width: 100%
}

@media(min-width:600px) {
	.wp-block-query-loop.is-flex-container li {
		margin-right: 1.25em
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-query-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	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: 1.125em;
	text-align: right
}

.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

.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 1em 1em 0;
	width: 100%
}

@media(min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-search .wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search .wp-block-search__label {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: 0 0!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-custom-logo {
	line-height: 0
}

.wp-block-custom-logo .aligncenter {
	display: table
}

.wp-block-custom-logo.is-style-rounded img {
	border-radius: 9999px
}

.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	width: 1em;
	height: 1em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-social-link {
	display: block;
	border-radius: 9999px;
	transition: transform .1s ease;
	height: auto
}

@media(prefers-reduced-motion:reduce) {
	.wp-social-link {
		transition-duration: 0s
	}
}

.wp-social-link a {
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor
}

.wp-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: 0 0;
	padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-spacer {
	clear: both
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-tag-cloud.aligncenter {
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	width: 100%
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

.wp-block-video video {
	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
}

.wp-block-post-featured-image a {
	display: inline-block
}

.wp-block-post-featured-image img {
	max-width: 100%;
	height: auto
}

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-white-background-color {
	background-color: #fff
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-black-background-color {
	background-color: #000
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-white-color {
	color: #fff
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-black-color {
	color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
	font-size: .8125em
}

.has-normal-font-size,
.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,
.has-larger-font-size {
	font-size: 2.625em
}

.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
}

#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
	vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none
}

.cli-plugin-main-link {
	margin-left: 0;
	font-weight: 550;
	text-decoration: underline
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
	font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1
}

.large.cli-plugin-button,
.large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px
}

.super.cli-plugin-button,
.super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px
}

.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
	background-color: #e22092
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82
}

.green.cli-plugin-button,
.green.cli-plugin-button:visited {
	background-color: #91bd09
}

.green.cli-plugin-button:hover {
	background-color: #749a02
}

.red.cli-plugin-button,
.red.cli-plugin-button:visited {
	background-color: #e62727
}

.red.cli-plugin-button:hover {
	background-color: #cf2525
}

.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
	background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
	background-color: #d45500
}

.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
	background-color: #2981e4
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf
}

.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
	background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200
}

.cli-plugin-button {
	margin-top: 5px
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px
}

.cli-powered_by_p {
	width: 100%!important;
	display: block!important;
	color: #333;
	clear: both;
	font-style: italic!important;
	font-size: 12px!important;
	margin-top: 15px!important
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600!important;
	font-size: 12px!important
}

.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.gdpr-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.gdpr-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0
}

.modal-backdrop.show {
	opacity: .8
}

.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.gdpr-modal a {
	text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media(min-width:576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

@media(min-width:992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.gdpr-modal .row {
	margin: 0 -15px
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
	outline: 0
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.gdpr-switch input[type=checkbox] {
	display: none
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.gdpr-switch input:checked+.gdpr-slider {
	background-color: #63b35f
}

.gdpr-switch input:checked+.gdpr-slider:before {
	transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none
}

.gdpr-tab-content>.active {
	display: block
}

.gdpr-fade {
	transition: opacity .15s linear
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	align-items: stretch!important;
	-ms-align-items: stretch!important
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
	width: 100%;
	padding: 30px
}

.nav.gdpr-nav-pills {
	background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block
}

.cli-modal.cli-show {
	display: block
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media(min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

@media(min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.cli-switch input[type=checkbox] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.cli-switch input:checked+.cli-slider {
	background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(26px)
}

.cli-switch .cli-slider {
	border-radius: 34px
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-tab-content>.cli-active {
	display: block
}

.cli-fade {
	transition: opacity .15s linear
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 30px
}

@media(max-width:767px) {
	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #f3f3f3
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column
}

.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out .5s
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media(min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px
}

.cli-switch input[type=checkbox] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px
}

.cli-switch input:checked+.cli-slider {
	background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(18px)
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box
}

@media(max-width:767px) {
	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #fff
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
	background: 0 0
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left
}

.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0
}

.cli-col-12 {
	width: 100%
}

.cli-tab-header {
	display: flex;
	justify-content: space-between
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px)
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
	background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: 0 0;
	border: none;
	min-width: 40px
}

.cli-tab-container h4,
.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px
}

.cli-tab-container p,
.cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000
}

.wt-cli-privacy {
	display: none
}

.cli-tab-content {
	display: none
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px
}

.cli-tab-section {
	margin-top: 5px
}

@media(min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
	content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height .15s ease-out;
	overflow: hidden
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline
}

.cli-modal-footer {
	position: relative
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
	transition: max-height .25s ease-in
}

.cli-privacy-content p {
	margin-bottom: 0
}

.cli-modal-close svg {
	fill: #000
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
	display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1
	}
	99.9% {
		transform: scale(2);
		opacity: 0
	}
	100% {
		transform: scale(0)
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0
	}
	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1
	}
	50% {
		transform: scale(.5);
		opacity: 0
	}
	100% {
		transform: scale(0);
		opacity: 0
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px
}

.cli_settings_button {
	cursor: pointer
}

.wt-cli-sr-only {
	display: none;
	font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px
}

.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap
}

.cli-style-v2 a {
	cursor: pointer
}

.cli-bar-btn_container a {
	white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: 400
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
	display: block
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
	width: 100%
}

#cookie-law-info-bar[data-cli-type=widget] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0;
	flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] {
	padding: 14px 25px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
	padding: 32px 30px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
	padding: 32px 45px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),
.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline
}

.wt-cli-necessary-checkbox {
	display: none!important
}

@media(max-width:985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%
	}
	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0;
		margin-top: 10px
	}
	#cookie-law-info-bar[data-cli-style=cli-style-v2],
	#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget],
	#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
		padding: 25px
	}
}

.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: 400
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0
}

@media only screen and (min-width:992px) {
	.pwaforwp-footer-prompt {
		padding: 1% 3%;
		flex-direction: row;
		justify-content: center
	}
}

.pwaforwp-footer-prompt {
	display: none;
	width: 100%;
	line-height: 2em;
	color: #333;
	text-align: center;
	text-decoration: none;
	min-height: 10%;
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	justify-content: flex-end;
	flex-direction: column;
	flex-grow: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
	z-index: 9999
}

.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
	content: "✖";
	color: #d5e0eb;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	background: rgba(0, 0, 0, .4);
	border-radius: 30px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 22px;
	cursor: pointer
}

.pwaforwp-bounceInUp {
	animation-name: bounceInUp
}

.pwaforwp-animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.pwaforwp-btn {
	border: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	height: auto;
	line-height: 1;
	min-width: auto;
	padding: 8px 16px;
	font-size: 16px;
	margin: 10px 0 0;
	font-family: sans-serif;
	text-transform: none;
	transition: all .2s ease-in-out
}

#pwaforwp_loading_div {
	position: fixed;
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999
}

.pwaforwp-loading-wrapper {
	z-index: 9999999;
	display: none
}

#pwaforwp_loading_icon {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999999;
	margin: -60px 0 0 -60px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

#pwaforwp-add-to-home-click h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
	font-family: sans-serif
}

@media(max-width:425px) {
	#pwaforwp-add-to-home-click h3 {
		font-size: 16px
	}
	.pwaforwp-btn {
		font-size: 14px
	}
	.pwaforwp-footer-prompt {
		padding: 15px 0 10px
	}
	.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
		right: 5px;
		top: 5px
	}
}

.pwaforwp-app-contents {
	display: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

@font-face {
	font-family: bison;
	font-weight: 400;
	src: url(../fonts/bison-regular-webfont.woff2) format("woff2"), url(../fonts/bison-regular-webfont.woff) format("woff"), url(../fonts/Bison-Regular.ttf);
	font-display: swap
}

@font-face {
	font-family: bison;
	font-weight: 700;
	src: url(../fonts/bison-bold-webfont.woff2) format("woff2"), url(../fonts/bison-bold-webfont.woff) format("woff"), url(../fonts/Bison-Bold.ttf);
	font-display: swap
}

@font-face {
	font-family: bison;
	font-weight: 600;
	src: url(../fonts/bison-thickoutline-webfont.woff2) format("woff2"), url(../fonts/bison-thickoutline-webfont.woff) format("woff"), url(../fonts/Bison-ThickOutline.ttf);
	font-display: swap
}

body {
	font: 100% bison, sans-serif;
	color: #fff;
	font-weight: 400;
	-webkit-text-size-adjust: none
}

.left {
	text-align: left!important
}

.center {
	text-align: center!important
}

.right {
	text-align: right!important
}

.alignleft {
	float: left
}

.aligncenter {
	margin: 0 auto
}

.alignright {
	float: right
}

.show {
	display: block!important
}

.hide {
	display: none!important
}

.cf:after,
.cf:before,
.container:after,
.container:before,
.widget:after,
.widget:before,
form ol>li:after,
form ol>li:before {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden
}

.cf:after,
.clear,
.container:after,
.widget:after,
form ol>li:after {
	clear: both
}

.cf,
.container,
.widget,
form ol>li {
	zoom: 1
}

html {
	font: 62.5% bison, sans-serif;
	color: #444;
	background-color: #fff
}

* {
	box-sizing: border-box
}

.normal-form textarea {
	overflow: auto
}

button {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	font: 700 14px/20px bison, sans-serif;
	color: #fff;
	border: none;
	text-align: center;
	overflow: visible;
	cursor: pointer
}

.user-content dl,
.user-content ol,
.user-content ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table {
	margin-bottom: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px
}

h1 {
	font: 400 32px/1.3 bison, sans-serif
}

h2 {
	font: 400 24px/1.2 bison, sans-serif
}

h3 {
	font: 400 22px/1.2 bison, sans-serif
}

h4 {
	font: 400 20px/1.2 bison, sans-serif
}

h5 {
	font: 400 16px/1.2 bison, sans-serif
}

h6 {
	font: 400 14px/1.2 bison, sans-serif
}

a {
	text-decoration: none
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

sup {
	vertical-align: text-top
}

sub,
sup {
	font-size: 75%
}

sub {
	vertical-align: bottom
}

blockquote {
	font-style: italic
}

.user-content ul {
	list-style: disc;
	margin-left: 24px
}

.user-content ul ul {
	margin-left: 20px;
	margin-bottom: 0
}

.user-content ul li {
	margin-bottom: 0
}

.user-content ol {
	margin-left: 24px;
	list-style: decimal
}

.user-content ol ol {
	list-style: lower-latin;
	margin-bottom: 0
}

.user-content ul ul,
.view ol ol {
	margin-bottom: 0
}

.user-content li li {
	font-size: 1em
}

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0
}

table td,
table th {
	vertical-align: middle
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

.normal-form input[type=color],
.normal-form input[type=date],
.normal-form input[type=datetime-local],
.normal-form input[type=datetime],
.normal-form input[type=email],
.normal-form input[type=month],
.normal-form input[type=number],
.normal-form input[type=password],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=text],
.normal-form input[type=time],
.normal-form input[type=url],
.normal-form input[type=week],
.normal-form select,
.normal-form textarea {
	-webkit-appearance: none
}

.normal-form input[type=color]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=text]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=week]:focus,
.normal-form select:focus,
.normal-form textarea:focus {
	outline: none
}

body {
	overflow-x: hidden;
	position: relative
}

.overflow-hidden {
	overflow: hidden!important
}

.obj-fit-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.obj-fit-cover>img {
	visibility: hidden!important;
	opacity: 0!important;
	display: block;
	width: 100%;
	height: 100%
}

:focus {
	outline: none
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

.fade-anim-left-btn {
	transition: opacity 1.2s cubic-bezier(.7, 0, .3, 1), transform 1.2s cubic-bezier(.7, 0, .3, 1), color .6s cubic-bezier(.4, 0, .2, 1);
	transform: translateX(-10%);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-left-btn.animated {
	transform: translateX(0);
	opacity: 1
}

.fade-line {
	width: 0;
	transition: width .6s cubic-bezier(.7, 0, .3, 1)
}

.fade-line.animated {
	width: 40%
}

.fade-full-line {
	width: 0;
	transition: width 1s cubic-bezier(.7, 0, .3, 1)
}

.fade-full-line.animated {
	width: 100%
}

.fade-anim-rotate {
	transform: rotate(170deg);
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1), transform 1.6s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-rotate.animated {
	opacity: 1;
	transform: rotate(30deg)
}

.text-anim-bottom {
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	transform: translateY(15%);
	position: relative;
	overflow: hidden;
	backface-visibility: hidden
}

.text-anim-bottom h1,
.text-anim-bottom h2,
.text-anim-bottom p,
.text-anim-bottom span {
	display: inline-block;
	backface-visibility: hidden;
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	transform: translateY(100%)
}

.animated>.text-anim-bottom,
.animated>.text-anim-bottom h1,
.animated>.text-anim-bottom h2,
.animated>.text-anim-bottom p,
.animated>.text-anim-bottom span,
.text-anim-bottom.animated,
.text-anim-bottom.animated h1,
.text-anim-bottom.animated h2,
.text-anim-bottom.animated p,
.text-anim-bottom.animated span {
	transform: translateY(0)
}

.text-anim-top {
	transform: translateY(-15%);
	position: relative;
	overflow: hidden
}

.text-anim-top,
.text-anim-top h1,
.text-anim-top h2,
.text-anim-top p {
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	backface-visibility: hidden
}

.text-anim-top h1,
.text-anim-top h2,
.text-anim-top p {
	display: inline-block;
	transform: translateY(-100%)
}

.animated>.text-anim-top,
.animated>.text-anim-top h1,
.animated>.text-anim-top h2,
.animated>.text-anim-top p,
.text-anim-top.animated,
.text-anim-top.animated h1,
.text-anim-top.animated h2,
.text-anim-top.animated p {
	transform: translateY(0)
}

.fade-anim-default {
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-default.animated {
	opacity: 1
}

.fade-anim-article {
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1), transform .8s cubic-bezier(.7, 0, .3, 1);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-article.animated {
	opacity: 1
}

.fade-anim-zoom-right {
	transform: scale(.7) rotate(4deg);
	transition: all .8s cubic-bezier(.7, 0, .3, 1), transform 1.5s cubic-bezier(.785, .135, .15, .86);
	backface-visibility: hidden
}

.fade-anim-zoom-right.animated {
	opacity: 1;
	transform: scale(1) rotate(0deg)
}

.fade-anim-zoom-left {
	transform: scale(.7) rotate(-4deg);
	transition: all .8s cubic-bezier(.7, 0, .3, 1), transform 1.5s cubic-bezier(.785, .135, .15, .86);
	backface-visibility: hidden
}

.fade-anim-zoom-left.animated {
	opacity: 1;
	transform: scale(1) rotate(0deg)
}

.fade-anim-zoom {
	transform: scale(.9);
	transition: all .8s cubic-bezier(.7, 0, .3, 1), transform 1.5s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-zoom.animated {
	opacity: 1;
	transform: scale(1)
}

.fade-anim-bottom {
	transition: opacity 1s cubic-bezier(.4, 0, .2, 1), transform 1s cubic-bezier(.4, 0, .2, 1);
	transform: translateY(30%);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-bottom.animated {
	transform: translateY(0);
	opacity: 1
}

.fade-anim-top {
	transition: opacity 1s cubic-bezier(.4, 0, .2, 1), transform 1s cubic-bezier(.4, 0, .2, 1);
	transform: translateY(-30%);
	opacity: 0
}

.fade-anim-top.animated {
	transform: translateY(0);
	opacity: 1
}

.fade-up {
	opacity: 0;
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1), transform .8s cubic-bezier(.7, 0, .3, 1);
	transform: translateY(30%);
	backface-visibility: hidden
}

.fade-up.animated {
	opacity: 1;
	transform: translateY(0)
}

.unwrap-anim-box {
	position: relative;
	transition: opacity 1.3s cubic-bezier(.7, 0, .3, 1), transform 1.3s cubic-bezier(.7, 0, .3, 1);
	transform: translateY(-5%);
	opacity: 0;
	backface-visibility: hidden
}

.unwrap-anim-box:after {
	transition: transform 1.3s cubic-bezier(.7, 0, .3, 1);
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 110%;
	height: 110%;
	background-color: #fff;
	transform: scaleY(1);
	transform-origin: 50% 100%
}

.unwrap-anim-box.animated {
	transform: translateY(0);
	opacity: 1
}

.unwrap-anim-box.animated:after {
	transform: scaleY(0)
}

.unwrap-anim-bottom {
	position: relative;
	transition: transform .8s cubic-bezier(.65, .05, .36, 1);
	transform-origin: 0 100%;
	transform: scaleY(0);
	backface-visibility: hidden;
	overflow: hidden
}

.unwrap-anim-bottom:after {
	transition: transform 1s cubic-bezier(.4, 0, .2, 1);
	content: "";
	position: absolute;
	z-index: 50;
	bottom: 0;
	left: 0;
	width: 110%;
	height: 100%;
	background-image: linear-gradient(0deg, #008cbc 0, #008cbc 65%, #008cbc 0, #008cbc);
	transform: scaleY(1);
	transform-origin: 50% 100%
}

.unwrap-anim-bottom.animated {
	transform: scaleY(1);
	opacity: 1
}

.unwrap-anim-bottom.animated:after {
	transition-delay: .5s;
	transform: scaleY(0)
}

.unwrap-anim-top {
	position: relative;
	transition: transform .8s cubic-bezier(.65, .05, .36, 1);
	transform-origin: 50% 0;
	transform: scaleY(0);
	backface-visibility: hidden;
	overflow: hidden
}

.unwrap-anim-top:after {
	transition: transform 1s cubic-bezier(.4, 0, .2, 1);
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	background-image: linear-gradient(180deg, #e3051a 0, #e3051a 65%, #e3051a 0, #e3051a);
	transform: scaleY(1);
	transform-origin: 50% 100%
}

.unwrap-anim-top.animated {
	transform: scaleY(1);
	opacity: 1
}

.unwrap-anim-top.animated:after {
	transition-delay: .5s;
	transform: scaleY(0)
}

.fade-anim-left {
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1), transform .8s cubic-bezier(.7, 0, .3, 1);
	transform: translateX(-10%);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-left.animated {
	transform: translateX(0);
	opacity: 1
}

.fade-anim-right {
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1), transform .8s cubic-bezier(.7, 0, .3, 1);
	transform: translateX(10%);
	opacity: 0;
	backface-visibility: hidden
}

.fade-anim-right.animated {
	transform: translateX(0);
	opacity: 1
}

.unwrap-anim-left {
	position: relative;
	transition: transform .8s cubic-bezier(.65, .05, .36, 1);
	transform-origin: 0 50%;
	transform: scaleX(0);
	backface-visibility: hidden;
	overflow: hidden
}

.unwrap-anim-left:after {
	transition: transform 1s cubic-bezier(.4, 0, .2, 1);
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	transform: scaleX(1);
	transform-origin: 100% 50%
}

.unwrap-anim-left.animated {
	transform: scaleX(1);
	opacity: 1
}

.unwrap-anim-left.animated:after {
	transition-delay: .5s;
	transform: scaleX(0)
}

.unwrap-anim-right {
	position: relative;
	transition: transform .8s cubic-bezier(.65, .05, .36, 1);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	backface-visibility: hidden;
	overflow: hidden
}

.unwrap-anim-right:after {
	transition: transform 1s cubic-bezier(.4, 0, .2, 1);
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, #415773 0, #415773 65%, #fff 0, #fff);
	transform: scaleX(1);
	transform-origin: 0 50%
}

.unwrap-anim-right.animated {
	transform: scaleX(1);
	opacity: 1
}

.unwrap-anim-right.animated:after {
	transition-delay: .5s;
	transform: scaleX(0)
}

.unwrap-fixed-menu {
	transition: transform 1s cubic-bezier(.785, .135, .15, .86);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	backface-visibility: hidden;
	overflow: hidden
}

.unwrap-fixed-menu.animated {
	transform: scaleX(1);
	opacity: 1
}

.page-unwrap {
	position: relative
}

.page-unwrap:after {
	transition: transform .75s cubic-bezier(.785, .135, .15, .86);
	content: "";
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	transform: translateY(100vh)
}

.page-unwrap.active:after {
	transform: translateY(0)
}

.page-unwrap.animated:after {
	transform: translateY(100vh)
}

.unwrap-main-menu {
	position: relative;
	transition: transform 1s cubic-bezier(.785, .135, .15, .86);
	transform-origin: 50% 0;
	transform: scaleY(0);
	backface-visibility: hidden
}

.unwrap-main-menu:after {
	transition: transform 1.2s cubic-bezier(.785, .135, .15, .86);
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	background: #fff;
	transform: scaleY(1);
	transform-origin: 50% 100%
}

.unwrap-main-menu.animated {
	transform: scaleY(1);
	opacity: 1
}

.unwrap-main-menu.animated:after {
	transition-delay: .8s;
	transform: scaleY(0)
}

.nav-icon {
	color: #fff;
	display: block;
	position: fixed;
	top: 60px;
	right: 85px;
	width: 60px;
	height: 30px;
	cursor: pointer;
	z-index: 200
}

@media screen and (max-width:1200px) {
	.nav-icon {
		right: 50px;
		top: 50px
	}
}

@media screen and (max-width:991px) {
	.nav-icon {
		right: 30px
	}
}

@media screen and (max-width:500px) {
	.nav-icon {
		top: 40px;
		width: 45px
	}
}

.nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	background: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.nav-icon span:first-child {
	width: 100%;
	top: 0
}

.nav-icon span:nth-child(2) {
	width: 100%;
	top: 10px
}

.nav-icon span:nth-child(3) {
	width: 80%;
	top: 20px;
	right: 0;
	left: auto
}

.nav-icon.active span:first-child {
	top: 15px;
	width: 100%;
	transform: rotate(135deg)
}

.nav-icon.active span:nth-child(2) {
	opacity: 0;
	left: -60px
}

.nav-icon.active span:nth-child(3) {
	width: 100%;
	top: 15px;
	transform: rotate(-135deg)
}

.animating-menu .mobile-menu {
	z-index: 150
}

.menu-active .mobile-menu {
	visibility: visible;
	opacity: 1;
	z-index: 150
}

.menu-active .mobile-menu .mobile-image {
	opacity: 1;
	transition-delay: .2s
}

.menu-active .mobile-menu ul li {
	transform: translateZ(0);
	opacity: 1
}

.menu-active .mobile-menu ul li:first-child {
	transition-delay: .25s
}

.menu-active .mobile-menu ul li:nth-child(2) {
	transition-delay: .5s
}

.menu-active .mobile-menu ul li:nth-child(3) {
	transition-delay: .75s
}

.menu-active .mobile-menu ul li:nth-child(4) {
	transition-delay: 1s
}

.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
	opacity: 0;
	transition: opacity .7s cubic-bezier(.65, .05, .36, 1);
	background-color: #191919
}

@media screen and (max-width:991px) {
	.mobile-menu .line-wrapper .single-line.five.first {
		display: none
	}
}

@media screen and (max-width:991px) {
	.mobile-menu .line-wrapper .single-line.five.last-line {
		width: 100%
	}
}

@media screen and (max-width:991px) {
	.mobile-menu .line-wrapper .lines {
		margin: 0
	}
}

.mobile-menu .sculpture {
	width: 100%;
	max-width: 250px;
	margin: 0 auto
}

@media screen and (max-height:700px) {
	.mobile-menu .sculpture {
		max-width: 180px
	}
}

.mobile-menu .dog {
	width: 100%;
	max-width: 350px;
	margin: 0 auto
}

@media screen and (max-height:700px) {
	.mobile-menu .dog {
		max-width: 280px
	}
}

.mobile-menu .women {
	width: 100%;
	max-width: 260px;
	margin: 0 auto
}

@media screen and (max-height:700px) {
	.mobile-menu .women {
		max-width: 180px
	}
}

.mobile-menu .wall {
	width: 100%;
	max-width: 400px;
	margin: 0 auto
}

@media screen and (max-height:700px) {
	.mobile-menu .wall {
		max-width: 320px
	}
}

.mobile-menu .mobile-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .6s cubic-bezier(.65, .05, .36, 1)
}

.mobile-menu .mobile-image img {
	width: 100%;
	height: auto
}

.mobile-menu .main-menu {
	position: relative;
	margin-top: 355px;
	padding-left: 60px;
	display: inline-block
}

@media screen and (max-height:600px) {
	.mobile-menu .main-menu {
		margin-top: 270px
	}
}

@media screen and (max-width:991px) {
	.mobile-menu .main-menu {
		margin-top: 0;
		padding-left: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
}

.mobile-menu .main-menu li {
	opacity: 0;
	transition: opacity .8s cubic-bezier(.4, 0, .2, 1), transform .8s cubic-bezier(.4, 0, .2, 1);
	transform: translate3d(-90px, 0, 0);
	backface-visibility: hidden;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.mobile-menu .main-menu li {
		text-align: center
	}
}

.mobile-menu .main-menu li:hover .active {
	opacity: 0
}

@media screen and (max-width:991px) {
	.mobile-menu .main-menu li:hover .active {
		opacity: 1
	}
}

.mobile-menu .main-menu li:hover .hover {
	opacity: 1
}

@media screen and (max-width:991px) {
	.mobile-menu .main-menu li:hover .hover {
		opacity: 0
	}
}

.mobile-menu .main-menu li .active {
	color: #fff;
	font-weight: 600;
	font-size: 60px;
	display: inline-block;
	text-transform: uppercase;
	font-family: bison, sans-serif;
	position: relative;
	transition: opacity .6s cubic-bezier(.7, 0, .3, 1);
	letter-spacing: .1em;
	padding: 20px 0;
	z-index: 20
}

@media screen and (max-height:800px) {
	.mobile-menu .main-menu li .active {
		font-size: 36px;
		line-height: 36px;
		padding: 10px 0
	}
}

@media screen and (max-width:767px) {
	.mobile-menu .main-menu li .active {
		font-size: 36px;
		line-height: 36px;
		padding: 10px 0
	}
}

.mobile-menu .main-menu li .hover {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	padding: 20px 0;
	display: inline-block;
	text-transform: uppercase;
	font-family: bison, sans-serif;
	position: absolute;
	bottom: 1px;
	left: 0;
	opacity: 0;
	transition: opacity .6s cubic-bezier(.7, 0, .3, 1);
	letter-spacing: .1em;
	z-index: 20
}

@media screen and (max-width:991px) {
	.mobile-menu .main-menu li .hover {
		display: none
	}
}

@media screen and (max-height:800px) {
	.mobile-menu .main-menu li .hover {
		font-size: 40px;
		line-height: 40px;
		padding: 10px 0
	}
}

.mobile-menu-wrapper {
	width: 100%;
	max-width: 1440px;
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 19
}

@media screen and (max-width:991px) {
	.mobile-menu-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		left: 0;
		transform: translateX(0)
	}
}

.menu-col {
	width: 58.333333%;
	float: left;
	height: 100%;
	position: relative
}

@media screen and (max-width:991px) {
	.menu-col {
		width: 100%;
		float: none
	}
}

.image-col {
	width: 41.666667%;
	float: left;
	height: 100%;
	position: relative
}

@media screen and (max-width:991px) {
	.image-col {
		display: none
	}
}

.float-image {
	position: relative;
	transform: translatey(0);
	animation: float 10s cubic-bezier(.4, .1, .3, .9) infinite;
	z-index: 8;
	overflow: hidden
}

.float-transition {
	opacity: 0;
	transition: opacity .8s cubic-bezier(.7, 0, .3, 1)
}

.mobile-image.active-image .float-transition {
	opacity: 1
}

.container {
	width: 100%;
	max-width: 1440px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	position: relative
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media(min-width:1200px) {
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
}

@media(min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

@media screen and (max-width:767px) {
	.image-content {
		order: 1;
		flex-direction: row
	}
	.text-col {
		order: 2;
		flex-direction: row
	}
}

.mouse {
	display: block
}

@media only screen and (max-width:1024px) {
	.mouse {
		display: none
	}
}

.mouse .cursor {
	position: fixed;
	background-color: transparent;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	z-index: 1;
	transition: transform .3s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
	user-select: none;
	pointer-events: none;
	z-index: 99999;
	transform: scale(1)
}

.mouse .cursor.active {
	opacity: .5;
	transform: scale(0)
}

.mouse .cursor.hovered {
	opacity: .08
}

.mouse .cursor-follower {
	position: fixed;
	background-color: transparent;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 1;
	transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .5s cubic-bezier(.75, -.27, .3, 1.33), filter .6s cubic-bezier(.75, -1.27, .3, 2.33), background-color .6s cubic-bezier(.75, -1.27, .3, 2.33), border .6s cubic-bezier(.75, -1.27, .3, 2.33);
	user-select: none;
	pointer-events: none;
	z-index: 99999;
	opacity: 1;
	border: 2px solid #fff
}

.mouse .cursor-follower:before {
	width: 1px;
	height: 10px
}

.mouse .cursor-follower:after,
.mouse .cursor-follower:before {
	content: "";
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity .6s cubic-bezier(.75, -1.27, .3, 2.33)
}

.mouse .cursor-follower:after {
	width: 10px;
	height: 1px
}

.mouse .cursor-follower span {
	position: absolute;
	opacity: 0;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.5);
	text-align: center;
	text-transform: uppercase;
	color: #000;
	transition: opacity .4s ease;
	font-family: bison, sans-serif;
	letter-spacing: .1em
}

.mouse .cursor-follower.active {
	opacity: .8;
	transform: scale(2);
	filter: blur(0);
	background-color: #fff;
	mix-blend-mode: difference
}

.mouse .cursor-follower.next .next,
.mouse .cursor-follower.prev .prev,
.mouse .cursor-follower.view .view {
	opacity: 1
}

.mouse .cursor-follower.hovered {
	opacity: .08
}

.mouse .cursor-follower-border {
	position: fixed;
	background-color: transparent;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .5s cubic-bezier(.75, -.27, .3, 1.33), filter .6s cubic-bezier(.75, -1.27, .3, 2.33), background-color .6s cubic-bezier(.75, -1.27, .3, 2.33);
	user-select: none;
	pointer-events: none;
	z-index: 99999;
	opacity: .3;
	border: 2px solid #c1b59b
}

.mouse .cursor-follower-border span {
	position: absolute;
	opacity: 0;
	font-size: 8px;
	line-height: 8px;
	margin: 0;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.5);
	text-align: center;
	text-transform: uppercase;
	color: #000;
	transition: opacity .4s ease;
	font-family: bison, sans-serif;
	letter-spacing: .1em
}

.mouse .cursor-follower-border.active {
	opacity: .8;
	transform: scale(2);
	filter: blur(0);
	background-color: #fff;
	mix-blend-mode: difference
}

.mouse .cursor-follower-border.active span {
	opacity: 1
}

.mouse .cursor-follower-border.hovered {
	opacity: .08
}

.glow {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.glow:before {
	content: "";
	position: absolute;
	top: -650px;
	left: -650px;
	width: 1300px;
	height: 1300px;
	background: radial-gradient(circle at center, #3e3f3f 0, rgba(26, 26, 26, 0) 70%);
	z-index: 9;
	animation: pulse 4s cubic-bezier(.785, .135, .15, .86) infinite alternate;
	-webkit-animation: pulse 4s cubic-bezier(.785, .135, .15, .86) infinite alternate
}

@media screen and (max-width:767px) {
	.glow:before {
		width: 900px;
		height: 900px;
		top: -450px;
		left: -450px
	}
}

@media screen and (max-width:550px) {
	.glow:before {
		width: 600px;
		height: 600px;
		left: -300px;
		top: -300px
	}
}

.logo {
	position: absolute;
	top: 60px;
	width: 100%
}

@media screen and (max-width:1700px) {
	.logo {
		top: 30px
	}
}

@media screen and (max-width:991px) {
	.logo {
		top: 15px
	}
}

.logo a {
	display: inline-block;
	position: relative;
	z-index: 20;
	margin-left: -100px
}

@media screen and (max-width:1700px) {
	.logo a {
		margin-left: -50px
	}
}

@media screen and (max-width:1600px) {
	.logo a {
		margin-left: 15px
	}
}

.logo a img {
	width: 100%;
	max-width: 210px;
	height: auto
}

@media screen and (max-height:800px) {
	.logo a img {
		max-width: 150px
	}
}

@media screen and (max-height:650px) {
	.logo a img {
		max-width: 110px
	}
}

@media screen and (max-width:1199px) {
	.logo a img {
		max-width: 150px
	}
}

@media screen and (max-width:767px) {
	.logo a img {
		max-width: 110px
	}
}

@keyframes pulse {
	0% {
		background: radial-gradient(circle at center, #3e3f3f 0, rgba(26, 26, 26, 0) 70%);
		opacity: 1
	}
	to {
		background: radial-gradient(circle at center, #3e3f3f 0, rgba(26, 26, 26, 0) 70%);
		opacity: .5
	}
}

.line-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

.line-wrapper .container {
	height: 100%
}

.line-wrapper .lines {
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	position: relative
}

@media screen and (max-width:767px) {
	.line-wrapper .lines {
		margin: 0
	}
}

.line-wrapper .single-line {
	height: 100%;
	border-left: 2px solid #313131;
	float: left;
	position: relative
}

.line-wrapper .single-line.last-line {
	border-right: 2px solid #313131
}

.line-wrapper .single-line.first-intro {
	margin-top: 380px
}

@media screen and (max-width:767px) {
	.line-wrapper .single-line.five.first {
		display: none
	}
}

.line-wrapper .single-line.five {
	width: 41.666667%
}

@media screen and (max-width:1199px) {
	.line-wrapper .single-line.five {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.line-wrapper .single-line.five {
		width: 100%
	}
}

.line-wrapper .single-line.two {
	width: 16.666667%
}

@media screen and (max-width:1199px) {
	.line-wrapper .single-line.two {
		display: none
	}
}

.intro {
	position: relative;
	padding-top: 40px;
	padding-bottom: 120px;
	background-color: #1a1a1a
}

@media screen and (max-width:991px) {
	.intro {
		padding-top: 100px
	}
}

@media screen and (max-width:767px) {
	.intro {
		padding-bottom: 60px;
		padding-top: 210px
	}
}

@media screen and (max-width:550px) {
	.intro {
		padding-top: 160px
	}
}

.intro .intro-image {
	position: relative;
	width: 100%;
	z-index: 8
}

@media screen and (max-width:1300px) {
	.intro .intro-image {
		padding-left: 100px
	}
}

@media screen and (max-width:991px) {
	.intro .intro-image {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		padding-left: 60px
	}
}

@media screen and (max-width:500px) {
	.intro .intro-image {
		width: 100%;
		max-width: 250px;
		margin: 0 auto
	}
}

.intro .intro-image .position {
	position: absolute;
	top: 180px;
	width: auto;
	left: 125px;
	background-color: #1a1a1a;
	z-index: 2
}

@media screen and (max-width:1400px) {
	.intro .intro-image .position {
		top: 240px;
		left: 100px
	}
}

@media screen and (max-width:1199px) {
	.intro .intro-image .position {
		top: 130px;
		left: 80px
	}
}

@media screen and (max-width:991px) {
	.intro .intro-image .position {
		top: 70px;
		left: 40px
	}
}

@media screen and (max-width:500px) {
	.intro .intro-image .position {
		top: 30px
	}
}

@media screen and (max-width:400px) {
	.intro .intro-image .position {
		top: 30px;
		left: 10px
	}
}

.intro .intro-image .decoration-text {
	position: relative;
	z-index: 2
}

.intro .intro-image .decoration-text span {
	z-index: 2;
	background-color: #1a1a1a;
	padding-top: 50px;
	font-family: bison, sans-serif;
	font-size: 350px;
	letter-spacing: .05em;
	line-height: 270px;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	writing-mode: tb-rl;
	white-space: pre-wrap;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:1400px) {
	.intro .intro-image .decoration-text span {
		font-size: 300px;
		line-height: 230px
	}
}

@media screen and (max-width:1199px) {
	.intro .intro-image .decoration-text span {
		font-size: 250px;
		line-height: 200px
	}
}

@media screen and (max-width:991px) {
	.intro .intro-image .decoration-text span {
		font-size: 170px;
		line-height: 150px
	}
}

@media screen and (max-width:500px) {
	.intro .intro-image .decoration-text span {
		font-size: 140px;
		line-height: 120px;
		padding-top: 15px
	}
}

.intro .intro-image .floating-image img {
	width: 100%;
	max-width: 320px;
	height: auto
}

@media screen and (max-width:991px) {
	.intro .intro-image .floating-image img {
		width: 100%;
		max-width: 200px
	}
}

@media screen and (max-width:500px) {
	.intro .intro-image .floating-image img {
		max-width: 150px
	}
}

.intro .intro-image .circle {
	width: 540px;
	height: 540px;
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	bottom: 33px;
	left: -80px;
	z-index: 1
}

@media screen and (max-width:1199px) {
	.intro .intro-image .circle {
		left: 0
	}
}

@media screen and (max-width:991px) {
	.intro .intro-image .circle {
		width: 340px;
		height: 340px;
		left: 0
	}
}

@media screen and (max-width:500px) {
	.intro .intro-image .circle {
		width: 250px;
		height: 250px
	}
}

.intro .intro-image .circle img {
	width: 100%;
	height: auto
}

.intro .intro-wrapper {
	position: relative;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 10
}

@media screen and (max-width:1300px) {
	.intro .intro-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:767px) {
	.intro .intro-wrapper {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding-bottom: 70px
	}
}

.intro .intro-wrapper .title {
	position: relative;
	padding-bottom: 20px
}

.intro .intro-wrapper .title h2 {
	font-family: bison, sans-serif;
	font-size: 50px;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff
}

@media screen and (max-width:991px) {
	.intro .intro-wrapper .title h2 {
		font-size: 36px
	}
}

.intro .intro-wrapper .title .linee {
	position: absolute;
	bottom: 0;
	background-color: #27408f;
	height: 2px
}

.intro .intro-wrapper .intro-text {
	position: relative;
	padding-top: 45px;
	width: 100%;
	max-width: 450px;
	padding-bottom: 10px;
	z-index: 1
}

@media screen and (max-width:767px) {
	.intro .intro-wrapper .intro-text {
		padding-top: 30px
	}
}

.intro .intro-wrapper .intro-text p {
	position: relative;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff
}

@media screen and (max-width:991px) {
	.intro .intro-wrapper .intro-text p {
		font-size: 14px;
		line-height: 26px
	}
}

@media screen and (max-width:500px) {
	.intro .intro-wrapper .intro-text p {
		font-size: 12px;
		line-height: 24px
	}
}

.btn {
	position: relative;
	display: inline-block;
	font-family: bison, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: .5em;
	border: 1px solid #fff;
	margin-top: 50px;
	z-index: 10
}

@media screen and (max-width:991px) {
	.btn {
		font-size: 14px;
		letter-spacing: .4em
	}
}

@media screen and (max-width:500px) {
	.btn {
		font-size: 12px;
		margin-top: 25px;
		letter-spacing: .35em
	}
}

.btn .btn-wrapper {
	position: relative
}

.btn .btn-wrapper .button {
	transition-property: transform, opacity;
	padding: 33px 115px 33px 45px
}

@media screen and (max-width:991px) {
	.btn .btn-wrapper .button {
		padding: 25px 75px 25px 30px
	}
}

@media screen and (max-width:500px) {
	.btn .btn-wrapper .button {
		padding: 25px 50px 25px 20px
	}
}

.btn .btn-wrapper .active {
	position: relative;
	display: inline-block;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-delay: .1s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: .999
}

.btn .btn-wrapper .hover {
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translateY(35%);
	-webkit-transform: translateY(35%)
}

.btn .btn-wrapper .hover,
.btn:hover .btn-wrapper .active {
	position: absolute;
	transition-delay: 0s;
	transition-duration: .25s;
	transition-timing-function: ease-out;
	opacity: 0
}

.btn:hover .btn-wrapper .active {
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%)
}

.btn:hover .btn-wrapper .hover {
	position: relative;
	transition-delay: .1s;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	opacity: .999;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.btn:hover:before {
	right: 0
}

.btn:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 1px;
	width: 75px;
	background-color: #27408f;
	z-index: -1;
	transition: right .4s cubic-bezier(.4, 0, .2, 1)
}

@media screen and (max-width:991px) {
	.btn:before {
		width: 50px
	}
}

@media screen and (max-width:500px) {
	.btn:before {
		width: 35px
	}
}

.btn.white-line:after,
.btn.white-line:before {
	background-color: #fff
}

.services {
	position: relative;
	background-color: #27408f;
	padding-top: 110px;
	z-index: 11
}

@media screen and (max-width:767px) {
	.services {
		padding-top: 60px
	}
}

.services:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -650px;
	width: 1300px;
	height: 100%;
	background: radial-gradient(ellipse at center, #1a1a1a 0, rgba(26, 26, 26, 0) 70%);
	z-index: 0;
	opacity: .4
}

.services .services-image {
	position: relative;
	z-index: 10;
	margin-left: 70px;
	padding-top: 430px;
	margin-bottom: -130px
}

@media screen and (max-width:1300px) {
	.services .services-image {
		margin-left: 70px
	}
}

@media screen and (max-width:1199px) {
	.services .services-image {
		padding-top: 300px;
		margin-left: 0
	}
}

@media screen and (max-width:991px) {
	.services .services-image {
		padding-top: 200px;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: -70px
	}
}

@media screen and (max-width:767px) {
	.services .services-image {
		margin-bottom: 0
	}
}

@media screen and (max-width:500px) {
	.services .services-image {
		max-width: 280px;
		padding-top: 180px
	}
}

.services .services-image .floating-image img {
	width: 100%;
	max-width: 500px;
	height: auto
}

@media screen and (max-width:991px) {
	.services .services-image .floating-image img {
		max-width: 350px
	}
}

@media screen and (max-width:500px) {
	.services .services-image .floating-image img {
		max-width: 260px
	}
}

.services .services-image .random.black p span {
	color: #1a1a1a
}

.services .services-image .random {
	position: absolute;
	left: 10%;
	bottom: 20%;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	z-index: 20
}

@media screen and (max-width:500px) {
	.services .services-image .random {
		bottom: 25%;
		transform: translateY(25%);
		-webkit-transform: translateY(25%)
	}
}

.services .services-image .random p {
	font-size: 12px;
	letter-spacing: 1.04em;
	font-family: bison, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

@media screen and (max-width:600px) {
	.services .services-image .random p {
		letter-spacing: .6em
	}
}

.services .services-image .random p span {
	color: #ff4243
}

.services .services-image .position {
	position: absolute;
	left: 55px;
	top: 0
}

@media screen and (max-width:1400px) {
	.services .services-image .position {
		left: 40px
	}
}

@media screen and (max-width:1199px) {
	.services .services-image .position {
		left: 60px
	}
}

@media screen and (max-width:991px) {
	.services .services-image .position {
		left: 40px
	}
}

@media screen and (max-width:400px) {
	.services .services-image .position {
		left: 20px
	}
}

.services .services-image .decoration-text {
	position: relative;
	z-index: -1
}

.services .services-image .decoration-text span {
	font-family: bison, sans-serif;
	font-size: 350px;
	letter-spacing: .05em;
	line-height: 270px;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	white-space: pre-wrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:1400px) {
	.services .services-image .decoration-text span {
		font-size: 300px;
		line-height: 230px
	}
}

@media screen and (max-width:1199px) {
	.services .services-image .decoration-text span {
		font-size: 250px;
		line-height: 200px
	}
}

@media screen and (max-width:991px) {
	.services .services-image .decoration-text span {
		font-size: 170px;
		line-height: 150px
	}
}

@media screen and (max-width:500px) {
	.services .services-image .decoration-text span {
		font-size: 140px;
		line-height: 120px
	}
}

.services .services-wrapper {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 170px;
	z-index: 10
}

@media screen and (max-width:1300px) {
	.services .services-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:767px) {
	.services .services-wrapper {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding-bottom: 50px;
		padding-top: 50px
	}
}

.services .services-wrapper .services-info {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
	width: 100%;
	max-width: 450px
}

@media screen and (max-width:991px) {
	.services .services-wrapper .services-info {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.services .services-wrapper .services-info {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.services .services-wrapper .services-info h2 {
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px
}

@media screen and (max-width:991px) {
	.services .services-wrapper .services-info h2 {
		font-size: 26px;
		letter-spacing: .35em
	}
}

@media screen and (max-width:500px) {
	.services .services-wrapper .services-info h2 {
		font-size: 22px;
		letter-spacing: .3em
	}
}

.services .services-wrapper .services-info p {
	position: relative;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff
}

@media screen and (max-width:991px) {
	.services .services-wrapper .services-info p {
		font-size: 14px;
		line-height: 26px
	}
}

@media screen and (max-width:500px) {
	.services .services-wrapper .services-info p {
		font-size: 12px;
		line-height: 24px
	}
}

.projects {
	position: relative;
	padding-top: 220px;
	padding-bottom: 150px;
	background-color: #1a1a1a;
	z-index: 10
}

@media screen and (max-width:991px) {
	.projects {
		padding-top: 120px;
		padding-bottom: 100px
	}
}

@media screen and (max-width:767px) {
	.projects {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.projects:before {
	content: "";
	position: absolute;
	top: -650px;
	right: -650px;
	width: 1300px;
	height: 1300px;
	background: radial-gradient(circle at center, #3e3f3f 0, rgba(26, 26, 26, 0) 70%);
	z-index: 0;
	animation: pulse 2s cubic-bezier(.785, .135, .15, .86) infinite alternate;
	-webkit-animation: pulse 2s cubic-bezier(.785, .135, .15, .86) infinite alternate
}

@media screen and (max-width:767px) {
	.projects:before {
		width: 900px;
		height: 900px;
		top: -450px;
		right: -450px
	}
}

@media screen and (max-width:550px) {
	.projects:before {
		width: 600px;
		height: 600px;
		right: -300px;
		top: -300px
	}
}

.projects .project-btn {
	position: relative;
	padding-left: 150px;
	padding-top: 30px
}

@media screen and (max-width:1400px) {
	.projects .project-btn {
		padding-left: 100px
	}
}

@media screen and (max-width:1199px) {
	.projects .project-btn {
		padding-left: 0;
		text-align: center;
		padding-top: 0
	}
}

.projects .projects-wrapper {
	position: relative;
	z-index: 9;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 185px;
	zoom: 1
}

.projects .projects-wrapper:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "."
}

@media screen and (max-width:1400px) {
	.projects .projects-wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (max-width:991px) {
	.projects .projects-wrapper {
		padding-top: 80px
	}
}

@media screen and (max-width:767px) {
	.projects .projects-wrapper {
		padding: 0 15px;
		padding-top: 50px
	}
}

.projects .projects-wrapper .project-link.right {
	float: right
}

.projects .projects-wrapper .project-link {
	display: block;
	width: 80%;
	position: relative;
	z-index: 12
}

@media screen and (max-width:767px) {
	.projects .projects-wrapper .project-link {
		width: 90%
	}
}

.projects .projects-wrapper .project-link:hover .project .project-image-wrap .img-hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
	transform: rotateX(7deg) translateY(-6px)
}

.projects .projects-wrapper .project-link:hover .project .project-image-wrap .img-hover:after {
	transform: translateY(-10%)
}

.projects .projects-wrapper .project-link .project {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	perspective: 1000px
}

.projects .projects-wrapper .project-link .project .project-image-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	perspective: 1000px
}

.projects .projects-wrapper .project-link .project .project-image-wrap .img-hover {
	overflow: hidden;
	perspective-origin: 50% 50%;
	transform-style: preserve-3d;
	transform-origin: top center;
	will-change: transform;
	transform: skewX(.001deg);
	transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
	box-shadow: 0
}

.projects .projects-wrapper .project-link .project .project-image-wrap .img-hover:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	height: 130%;
	background: linear-gradient(205deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .2) 42%, hsla(0, 0%, 100%, 0) 60%);
	transform: translateY(-40%);
	will-change: transform;
	transition: transform .5s ease-in-out
}

.projects .projects-wrapper .project-link .project img {
	width: 100%;
	height: auto
}

.projects .projects-wrapper .project-link .project .project-name {
	position: relative;
	text-align: right;
	margin-top: 15px
}

.projects .projects-wrapper .project-link .project .project-name h2 {
	font-size: 30px;
	letter-spacing: .5em;
	text-align: right;
	font-family: bison, sans-serif;
	font-weight: 700;
	color: #fff;
	margin: 0
}

@media screen and (max-width:991px) {
	.projects .projects-wrapper .project-link .project .project-name h2 {
		font-size: 26px;
		letter-spacing: .4em
	}
}

@media screen and (max-width:500px) {
	.projects .projects-wrapper .project-link .project .project-name h2 {
		font-size: 20px;
		letter-spacing: .35em
	}
}

.projects .projects-image {
	position: relative;
	z-index: 9;
	padding-top: 410px
}

@media screen and (max-width:1199px) {
	.projects .projects-image {
		padding-top: 300px
	}
}

@media screen and (max-width:991px) {
	.projects .projects-image {
		width: 100%;
		max-width: 230px;
		margin: 0 auto;
		padding-top: 220px
	}
}

@media screen and (max-width:500px) {
	.projects .projects-image {
		padding-top: 180px
	}
}

.projects .projects-image .floating-image img {
	width: 100%;
	max-width: 310px;
	height: auto
}

@media screen and (max-width:991px) {
	.projects .projects-image .floating-image img {
		max-width: 200px
	}
}

.projects .projects-image .random {
	position: absolute;
	left: 10px;
	bottom: 35%;
	transform: translateY(35%);
	-webkit-transform: translateY(35%);
	z-index: 20
}

@media screen and (max-width:991px) {
	.projects .projects-image .random {
		left: 0;
		bottom: 25%;
		transform: translateY(25%);
		-webkit-transform: translateY(25%)
	}
}

@media screen and (max-width:500px) {
	.projects .projects-image .random {
		left: -5px
	}
}

.projects .projects-image .random p {
	font-size: 12px;
	letter-spacing: 1.04em;
	font-family: bison, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

@media screen and (max-width:600px) {
	.projects .projects-image .random p {
		letter-spacing: .6em
	}
}

.projects .projects-image .random p span {
	color: #3bb6da
}

.projects .projects-image .position {
	position: absolute;
	left: 25px;
	top: 0
}

@media screen and (max-width:1400px) {
	.projects .projects-image .position {
		top: 70px
	}
}

@media screen and (max-width:1199px) {
	.projects .projects-image .position {
		top: 0;
		left: 70px
	}
}

@media screen and (max-width:991px) {
	.projects .projects-image .position {
		left: 0
	}
}

.projects .projects-image .decoration-text {
	position: relative;
	z-index: -1
}

.projects .projects-image .decoration-text span {
	font-family: bison, sans-serif;
	font-size: 350px;
	letter-spacing: .05em;
	line-height: 270px;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	white-space: pre-wrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:1400px) {
	.projects .projects-image .decoration-text span {
		font-size: 300px;
		line-height: 230px
	}
}

@media screen and (max-width:1199px) {
	.projects .projects-image .decoration-text span {
		font-size: 250px;
		line-height: 200px
	}
}

@media screen and (max-width:991px) {
	.projects .projects-image .decoration-text span {
		font-size: 170px;
		line-height: 150px
	}
}

@media screen and (max-width:500px) {
	.projects .projects-image .decoration-text span {
		font-size: 140px;
		line-height: 120px
	}
}

.team {
	position: relative;
	padding-top: 210px;
	background-color: #0a0a0a;
	z-index: 10
}

@media screen and (max-width:991px) {
	.team {
		padding-top: 120px
	}
}

@media screen and (max-width:767px) {
	.team {
		padding-top: 60px
	}
}

.team:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -700px;
	width: 1300px;
	height: 100%;
	background: radial-gradient(circle at center, #3e3f3f 0, rgba(26, 26, 26, 0) 70%);
	z-index: 0;
	animation: pulse 4s cubic-bezier(.785, .135, .15, .86) infinite alternate;
	-webkit-animation: pulse 4s cubic-bezier(.785, .135, .15, .86) infinite alternate
}

@media screen and (max-width:1400px) {
	.team:before {
		left: -900px
	}
}

.team .team-wrapper {
	position: relative;
	z-index: 10;
	padding-left: 30px;
	padding-right: 30px
}

@media screen and (max-width:1300px) {
	.team .team-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:767px) {
	.team .team-wrapper {
		position: relative;
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding-top: 50px
	}
}

.team .team-wrapper .about-us {
	position: relative;
	width: 100%;
	max-width: 470px;
	padding-bottom: 30px
}

.team .team-wrapper .about-us .linee {
	position: absolute;
	bottom: 0;
	background-color: #27408f;
	height: 2px
}

.team .team-wrapper .about-us h2 {
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
	margin-bottom: 0;
	padding-bottom: 20px
}

@media screen and (max-width:991px) {
	.team .team-wrapper .about-us h2 {
		font-size: 26px;
		letter-spacing: .35em
	}
}

@media screen and (max-width:500px) {
	.team .team-wrapper .about-us h2 {
		font-size: 22px;
		letter-spacing: .3em
	}
}

.team .team-wrapper .about-us p {
	position: relative;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff
}

@media screen and (max-width:991px) {
	.team .team-wrapper .about-us p {
		font-size: 14px;
		line-height: 26px
	}
}

@media screen and (max-width:500px) {
	.team .team-wrapper .about-us p {
		font-size: 12px;
		line-height: 24px
	}
}

.team .team-wrapper .our-team {
	position: relative;
	padding-top: 50px;
	padding-bottom: 230px
}

@media screen and (max-width:991px) {
	.team .team-wrapper .our-team {
		padding-bottom: 100px
	}
}

@media screen and (max-width:767px) {
	.team .team-wrapper .our-team {
		padding-bottom: 60px
	}
}

.team .team-wrapper .our-team .contact-btn {
	padding-top: 40px
}

@media screen and (max-width:767px) {
	.team .team-wrapper .our-team .contact-btn {
		padding-top: 20px
	}
}

.team .team-wrapper .our-team h2 {
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 20px
}

@media screen and (max-width:991px) {
	.team .team-wrapper .our-team h2 {
		font-size: 26px;
		letter-spacing: .35em
	}
}

@media screen and (max-width:500px) {
	.team .team-wrapper .our-team h2 {
		font-size: 22px;
		letter-spacing: .3em
	}
}

.team .team-wrapper .our-team .team-members {
	position: relative;
	padding-left: 55px
}

@media screen and (max-width:991px) {
	.team .team-wrapper .our-team .team-members {
		padding-left: 20px
	}
}

@media screen and (max-width:500px) {
	.team .team-wrapper .our-team .team-members {
		padding-left: 5px
	}
}

.team .team-wrapper .our-team .team-members .team-member {
	position: relative
}

.team .team-wrapper .our-team .team-members .team-member .name {
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 30px;
	font-family: bison, sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
	width: 120px;
	padding-right: 10px;
	float: left
}

@media screen and (max-width:991px) {
	.team .team-wrapper .our-team .team-members .team-member .name {
		font-size: 14px;
		line-height: 24px;
		width: 100px
	}
}

@media screen and (max-width:400px) {
	.team .team-wrapper .our-team .team-members .team-member .name {
		font-size: 12px;
		line-height: 20px;
		width: 90px
	}
}

.team .team-wrapper .our-team .team-members .team-member .skill {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 30px;
	font-family: bison, sans-serif;
	font-weight: 400;
	text-align: left;
	color: #777;
	width: calc(100% - 120px);
	padding-left: 10px;
	float: left
}

@media screen and (max-width:991px) {
	.team .team-wrapper .our-team .team-members .team-member .skill {
		font-size: 14px;
		line-height: 24px;
		width: calc(100% - 100px)
	}
}

@media screen and (max-width:400px) {
	.team .team-wrapper .our-team .team-members .team-member .skill {
		font-size: 12px;
		line-height: 20px;
		width: calc(100% - 90px)
	}
}

.team .team-image {
	position: relative;
	z-index: 9;
	padding-top: 410px;
	padding-left: 150px;
	margin-right: -95px;
	margin-bottom: -140px
}

@media screen and (max-width:1660px) {
	.team .team-image {
		margin-right: -50px;
		padding-left: 120px
	}
}

@media screen and (max-width:1580px) {
	.team .team-image {
		margin-right: -20px
	}
}

@media screen and (max-width:1520px) {
	.team .team-image {
		margin-right: 0
	}
}

@media screen and (max-width:1400px) {
	.team .team-image {
		padding-left: 50px
	}
}

@media screen and (max-width:1199px) {
	.team .team-image {
		padding-top: 300px
	}
}

@media screen and (max-width:991px) {
	.team .team-image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 200px;
		margin-bottom: -80px;
		padding-right: 25px
	}
}

@media screen and (max-width:767px) {
	.team .team-image {
		margin-bottom: 0
	}
}

@media screen and (max-width:500px) {
	.team .team-image {
		max-width: 350px;
		padding-top: 170px;
		padding-right: 35px
	}
}

.team .team-image .floating-image img {
	width: 100%;
	max-width: 520px;
	height: auto
}

@media screen and (max-width:991px) {
	.team .team-image .floating-image img {
		max-width: 350px
	}
}

@media screen and (max-width:500px) {
	.team .team-image .floating-image img {
		max-width: 270px
	}
}

.team .team-image .random {
	position: absolute;
	right: -20px;
	bottom: 35%;
	transform: translateY(35%);
	-webkit-transform: translateY(35%);
	z-index: 20
}

@media screen and (max-width:1520px) {
	.team .team-image .random {
		right: -10px;
		bottom: 25%;
		transform: translateY(25%);
		-webkit-transform: translateY(25%)
	}
}

@media screen and (max-width:1199px) {
	.team .team-image .random {
		bottom: 35%;
		transform: translateY(35%);
		-webkit-transform: translateY(35%)
	}
}

@media screen and (max-width:991px) {
	.team .team-image .random {
		bottom: 25%;
		transform: translateY(25%);
		-webkit-transform: translateY(25%);
		right: 0
	}
}

@media screen and (max-width:500px) {
	.team .team-image .random {
		right: 20px;
		bottom: 10%;
		transform: translateY(10%);
		-webkit-transform: translateY(10%)
	}
}

.team .team-image .random p {
	font-size: 12px;
	letter-spacing: 1.04em;
	font-family: bison, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

@media screen and (max-width:600px) {
	.team .team-image .random p {
		letter-spacing: .6em
	}
}

.team .team-image .random p span {
	color: #ff4243
}

.team .team-image .position {
	position: absolute;
	left: 0;
	top: 0
}

@media screen and (max-width:1660px) {
	.team .team-image .position {
		left: 5px
	}
}

@media screen and (max-width:991px) {
	.team .team-image .position {
		left: 0
	}
}

@media screen and (max-width:500px) {
	.team .team-image .position {
		left: 10px
	}
}

.team .team-image .decoration-text {
	position: relative;
	z-index: -1
}

.team .team-image .decoration-text span {
	font-family: bison, sans-serif;
	font-size: 350px;
	letter-spacing: .05em;
	line-height: 270px;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	white-space: pre-wrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:1400px) {
	.team .team-image .decoration-text span {
		font-size: 300px;
		line-height: 230px
	}
}

@media screen and (max-width:1199px) {
	.team .team-image .decoration-text span {
		font-size: 250px;
		line-height: 200px
	}
}

@media screen and (max-width:991px) {
	.team .team-image .decoration-text span {
		font-size: 170px;
		line-height: 150px
	}
}

@media screen and (max-width:500px) {
	.team .team-image .decoration-text span {
		font-size: 140px;
		line-height: 120px
	}
}

.footer {
	position: relative;
	padding-top: 160px;
	padding-bottom: 80px;
	background-color: #1a1a1a
}

@media screen and (max-width:767px) {
	.footer {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0
	}
}

.footer a {
	color: #fff
}

.footer .office {
	position: relative;
	z-index: 10;
	padding-left: 30px;
	padding-right: 30px
}

@media screen and (max-width:1300px) {
	.footer .office {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:767px) {
	.footer .office {
		text-align: center;
		padding: 15px
	}
}

.footer .office h2 {
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

@media screen and (max-width:767px) {
	.footer .office h2 {
		font-size: 26px;
		letter-spacing: .3em
	}
}

.footer .office p {
	position: relative;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff
}

@media screen and (max-width:767px) {
	.footer .office p {
		font-size: 12px;
		line-height: 24px
	}
}

.footer .office a {
	position: relative;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff;
	display: block;
	padding-top: 10px;
	transition: color .6s cubic-bezier(.785, .135, .15, .86)
}

.footer .office a:hover {
	color: #27408f
}

@media screen and (max-width:767px) {
	.footer .office a {
		font-size: 12px;
		line-height: 24px
	}
}

.footer .hq {
	position: relative;
	z-index: 10;
	padding-left: 25px
}

@media screen and (max-width:1199px) {
	.footer .hq {
		padding-left: 0
	}
}

@media screen and (max-width:767px) {
	.footer .hq {
		padding: 15px;
		text-align: center
	}
}

.footer .hq h2 {
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

@media screen and (max-width:767px) {
	.footer .hq h2 {
		font-size: 26px;
		letter-spacing: .3em
	}
}

.footer .hq p {
	position: relative;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	color: #fff
}

.footer .hq p:last-of-type {
	padding-top: 10px;
	margin: 0
}

@media screen and (max-width:767px) {
	.footer .hq p {
		font-size: 12px;
		line-height: 24px
	}
}

.footer .menu {
	position: relative;
	z-index: 10;
	height: 100%
}

.footer .menu .menu-wrap {
	position: absolute;
	right: 0;
	bottom: 0
}

@media screen and (max-width:991px) {
	.footer .menu .menu-wrap {
		position: relative;
		width: 100%
	}
}

.footer .menu .menu-wrap .footer-social {
	position: relative;
	text-align: right;
	padding-right: 50px;
	padding-left: 30px
}

@media screen and (max-width:1300px) {
	.footer .menu .menu-wrap .footer-social {
		padding-left: 15px;
		padding-right: 35px
	}
}

@media screen and (max-width:991px) {
	.footer .menu .menu-wrap .footer-social {
		position: relative;
		bottom: 0;
		right: 0;
		padding-top: 25px;
		padding-left: 0;
		padding-right: 15px;
		width: 50%;
		float: left;
		text-align: left
	}
}

@media screen and (max-width:767px) {
	.footer .menu .menu-wrap .footer-social {
		text-align: center;
		width: 100%;
		float: none;
		padding-right: 0
	}
}

.footer .menu .menu-wrap .footer-social li {
	display: block;
	position: relative
}

@media screen and (max-width:991px) {
	.footer .menu .menu-wrap .footer-social li {
		display: inline-block;
		padding: 0 15px
	}
}

.footer .menu .menu-wrap .footer-social li a {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 100;
	font-family: Roboto, sans-serif;
	color: #fff;
	transition: color .6s cubic-bezier(.785, .135, .15, .86)
}

.footer .menu .menu-wrap .footer-social li a:hover {
	color: #27408f
}

.footer .menu .menu-wrap .footer-menu {
	position: relative;
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px
}

@media screen and (max-width:1300px) {
	.footer .menu .menu-wrap .footer-menu {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:991px) {
	.footer .menu .menu-wrap .footer-menu {
		position: relative;
		padding-top: 25px;
		padding-left: 0;
		padding-right: 0;
		width: 50%;
		float: left
	}
}

@media screen and (max-width:767px) {
	.footer .menu .menu-wrap .footer-menu {
		text-align: center;
		width: 100%;
		float: none
	}
}

.footer .menu .menu-wrap .footer-menu li {
	display: inline-block;
	position: relative
}

.footer .menu .menu-wrap .footer-menu li:last-of-type:before {
	opacity: 0
}

.footer .menu .menu-wrap .footer-menu li:before {
	content: "";
	position: absolute;
	height: 60%;
	width: 2px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: #27408f;
	opacity: 1
}

.footer .menu .menu-wrap .footer-menu li a {
	position: relative;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 400;
	line-height: 30px;
	font-family: bison, sans-serif;
	color: #fff;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	transition: color .6s cubic-bezier(.785, .135, .15, .86)
}

.footer .menu .menu-wrap .footer-menu li a:hover {
	color: #27408f
}

@media screen and (max-width:767px) {
	.footer .menu .menu-wrap .footer-menu li a {
		font-size: 14px;
		line-height: 24px
	}
}

.floating-image {
	position: relative;
	transform: translatey(0);
	animation: float 10s cubic-bezier(.4, .1, .3, .9) infinite;
	z-index: 8
}

@keyframes float {
	0% {
		transform: translateY(0)
	}
	25% {
		transform: translateY(30px)
	}
	50% {
		transform: translateY(0)
	}
	75% {
		transform: translateY(40px)
	}
	to {
		transform: translateY(0)
	}
}

.rel {
	position: relative
}

@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.showcase {
	position: relative;
	background: #1a1a1a;
	padding-top: 230px;
	padding-bottom: 130px
}

@media screen and (max-width:767px) {
	.showcase {
		padding: 0 15px;
		padding-top: 150px;
		padding-bottom: 50px
	}
}

.showcase .sticker-padding {
	padding: 0 15px
}

@media screen and (max-width:767px) {
	.showcase .sticker-padding {
		padding: 0 10px
	}
}

.showcase .showcase-info {
	position: relative;
	padding-top: 45px;
	padding-bottom: 40px;
	z-index: 11
}

@media screen and (max-width:1199px) {
	.showcase .showcase-info {
		padding-top: 35px;
		padding-bottom: 30px
	}
}

@media screen and (max-width:767px) {
	.showcase .showcase-info {
		padding-top: 20px;
		padding-bottom: 10px
	}
}

.showcase .showcase-info .stickers-mobile {
	position: relative;
	display: none;
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (max-width:767px) {
	.showcase .showcase-info .stickers-mobile {
		display: block
	}
}

.showcase .showcase-info .stickers-mobile .sticker {
	width: 100%;
	max-width: 100px;
	margin: 0 auto
}

.showcase .showcase-info .stickers-mobile .sticker img {
	width: 100%;
	height: auto
}

.showcase .showcase-info .showcase-title h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	letter-spacing: .4em;
	font-family: bison, sans-serif;
	font-weight: 700;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 0
}

@media screen and (max-width:991px) {
	.showcase .showcase-info .showcase-title h2 {
		font-size: 26px;
		padding-bottom: 10px
	}
}

.showcase .showcase-info .showcase-small-info {
	position: relative;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 10px
}

@media screen and (max-width:1199px) {
	.showcase .showcase-info .showcase-small-info {
		width: 80%
	}
}

@media screen and (max-width:767px) {
	.showcase .showcase-info .showcase-small-info {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.showcase .showcase-info .showcase-small-info p {
	position: relative;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 100;
	line-height: 26px;
	font-family: Roboto, sans-serif;
	color: #fff
}

@media screen and (max-width:991px) {
	.showcase .showcase-info .showcase-small-info p {
		font-size: 14px;
		line-height: 24px
	}
}

.showcase .showcase-info .showcase-project {
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px
}

@media screen and (max-width:1199px) {
	.showcase .showcase-info .showcase-project {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.showcase .showcase-info .showcase-project {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.showcase .showcase-info .showcase-project .showcase-site-link {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	letter-spacing: .4em;
	font-weight: 700;
	font-family: bison, sans-serif;
	color: #fff;
	z-index: 10
}

@media screen and (max-width:991px) {
	.showcase .showcase-info .showcase-project .showcase-site-link {
		font-size: 14px
	}
}

.showcase .showcase-info .showcase-project .showcase-site-link:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #27408f;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	z-index: -1
}

.showcase .showcase-info .showcase-project .showcase-site-link:hover:before {
	width: 100%
}

.showcase .featured-image {
	position: relative;
	z-index: 12;
	padding-top: 170px;
	margin-bottom: 45px
}

@media screen and (max-width:1400px) {
	.showcase .featured-image {
		padding-top: 110px
	}
}

@media screen and (max-width:1199px) {
	.showcase .featured-image {
		padding-top: 70px
	}
}

@media screen and (max-width:767px) {
	.showcase .featured-image {
		padding-top: 0;
		margin-bottom: 20px
	}
}

.showcase .featured-image img {
	width: 100%;
	height: auto
}

.showcase .featured-image .work-stickers {
	z-index: 12;
	position: absolute;
	bottom: -75px;
	right: -75px;
	animation: rotation 15s linear infinite;
	-webkit-animation: rotation 15s linear infinite
}

@media screen and (max-width:991px) {
	.showcase .featured-image .work-stickers {
		bottom: -45px;
		right: -45px
	}
}

@media screen and (max-width:767px) {
	.showcase .featured-image .work-stickers {
		bottom: -40px;
		right: -40px
	}
}

.showcase .featured-image .work-stickers .work-sticker {
	width: 150px;
	height: 150px;
	fill: #fff
}

@media screen and (max-width:991px) {
	.showcase .featured-image .work-stickers .work-sticker {
		width: 100px;
		height: 100px
	}
}

@media screen and (max-width:767px) {
	.showcase .featured-image .work-stickers .work-sticker {
		width: 90px;
		height: 90px
	}
}

.showcase .decoration {
	position: relative;
	z-index: 11;
	height: 100%
}

@media screen and (max-width:767px) {
	.showcase .decoration {
		margin-bottom: -40px;
		padding-top: 35px
	}
}

@media screen and (max-width:500px) {
	.showcase .decoration {
		margin-bottom: -25px
	}
}

.showcase .decoration .stickers {
	position: absolute;
	right: 0;
	bottom: 20px
}

@media screen and (max-width:1199px) {
	.showcase .decoration .stickers {
		bottom: 10px
	}
}

@media screen and (max-width:991px) {
	.showcase .decoration .stickers {
		width: 120%;
		bottom: 5px
	}
}

@media screen and (max-width:767px) {
	.showcase .decoration .stickers {
		display: none
	}
}

.showcase .decoration .stickers .sticker-padding {
	padding: 0 10px
}

.showcase .decoration .stickers .sticker {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px
}

.showcase .decoration .stickers .sticker img {
	width: 100%;
	height: auto
}

.showcase .decoration .decoration-text {
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width:1400px) and (max-width:767px) {
	.showcase .decoration .decoration-text {
		position: relative;
		left: auto;
		transform: translateX(0);
		width: 100%;
		text-align: center
	}
}

.showcase .decoration .decoration-text h1 {
	font-family: bison, sans-serif;
	font-size: 350px;
	letter-spacing: .05em;
	line-height: 270px;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	color: #444;
	writing-mode: tb-rl;
	white-space: pre-wrap;
	transform: rotate(-180deg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:1400px) {
	.showcase .decoration .decoration-text h1 {
		font-size: 300px;
		line-height: 230px
	}
}

@media screen and (max-width:1199px) {
	.showcase .decoration .decoration-text h1 {
		font-size: 250px;
		line-height: 200px
	}
}

@media screen and (max-width:991px) {
	.showcase .decoration .decoration-text h1 {
		font-size: 210px;
		line-height: 170px
	}
}

@media screen and (max-width:767px) {
	.showcase .decoration .decoration-text h1 {
		writing-mode: unset;
		white-space: pre-wrap;
		transform: rotate(0deg);
		text-align: center;
		font-size: 100px;
		line-height: 80px
	}
}

@media screen and (max-width:500px) {
	.showcase .decoration .decoration-text h1 {
		font-size: 60px;
		line-height: 50px
	}
}

.showcase .full-hd-image {
	position: relative;
	width: 100%;
	z-index: 12;
	margin-top: 40px;
	margin-bottom: 40px
}

@media screen and (max-width:767px) {
	.showcase .full-hd-image {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.showcase .full-hd-image img {
	width: 100%;
	height: auto
}

.showcase .showcase-images {
	padding-bottom: 100px
}

@media screen and (max-width:991px) {
	.showcase .showcase-images {
		padding-bottom: 70px
	}
}

@media screen and (max-width:767px) {
	.showcase .showcase-images {
		padding-bottom: 35px
	}
}

.showcase .more-images.second {
	padding-top: 400px
}

@media screen and (max-width:991px) {
	.showcase .more-images.second {
		padding-top: 150px
	}
}

@media screen and (max-width:767px) {
	.showcase .more-images.second {
		padding-top: 0
	}
}

.showcase .more-images {
	margin-top: 40px;
	position: relative;
	width: 100%;
	z-index: 12
}

@media screen and (max-width:767px) {
	.showcase .more-images {
		margin-top: 25px;
		margin-bottom: 25px
	}
}

.showcase .more-images img {
	width: 100%;
	height: auto
}

.showcase .next-project {
	padding-bottom: 50px;
	position: relative
}

@media screen and (max-width:767px) {
	.showcase .next-project {
		padding-bottom: 20px
	}
}

.showcase .next-project .btn:before {
	right: auto;
	left: calc(100% - 55px);
	transition: left .4s cubic-bezier(.4, 0, .2, 1)
}

@media screen and (max-width:991px) {
	.showcase .next-project .btn:before {
		left: calc(100% - 30px)
	}
}

@media screen and (max-width:500px) {
	.showcase .next-project .btn:before {
		left: calc(100% - 15px)
	}
}

.showcase .next-project .btn:hover:before {
	left: 100%
}

.showcase .next-project .next-project-name {
	display: inline-block;
	color: #fff;
	padding: 33px 115px 33px 45px;
	font-size: 16px;
	letter-spacing: .5em;
	font-family: bison, sans-serif;
	font-weight: 400;
	z-index: 20;
	position: relative
}

@media screen and (max-width:767px) {
	.showcase .next-project .next-project-name {
		padding: 0;
		display: block;
		padding-top: 20px;
		font-size: 14px;
		letter-spacing: .4em
	}
}

@media screen and (max-width:500px) {
	.showcase .next-project .next-project-name {
		font-size: 12px;
		letter-spacing: .35em
	}
}

@media screen and (max-width:767px) {
	.image {
		order: 2
	}
}

@media screen and (max-width:767px) {
	.image,
	.name {
		flex-direction: row
	}
	.name {
		order: 1
	}
}

.projects-subpage {
	width: 100%;
	height: 100vh;
	background-color: #1a1a1a;
	color: #fff;
	position: relative
}

@media screen and (max-width:767px) {
	.projects-subpage {
		height: auto;
		padding-top: 210px;
		padding-bottom: 60px
	}
}

.projects-subpage .slider-center {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-60%)
}

@media screen and (max-height:650px) and (min-width:768px) {
	.projects-subpage .slider-center {
		top: 70%;
		transform: translateY(-70%)
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .slider-center {
		position: relative;
		top: 0;
		transform: translateY(0)
	}
}

.projects-subpage .swiper-container {
	width: 100%;
	position: relative
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container {
		padding: 0 30px
	}
}

.projects-subpage .swiper-container .swiper-wrapper {
	position: relative;
	transition-timing-function: linear
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next:hover:after,
.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next:hover:before {
	height: 0
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next:hover .project-title-big {
	opacity: 0;
	transition-delay: 0s
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev:hover:after,
.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev:hover:before {
	height: 0
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev:hover .project-title-big {
	opacity: 0;
	transition-delay: 0s
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	position: relative
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:after,
.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:before {
	height: 0
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .project-title-big {
	opacity: 0;
	transition-delay: 0s
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 52%;
	background-color: #1a1a1a;
	z-index: 10;
	transition: height 1.2s cubic-bezier(.785, .135, .15, .86)
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide:before {
		height: 0%;
		display: none
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52%;
	background-color: #1a1a1a;
	z-index: 10;
	transition: height 1.2s cubic-bezier(.785, .135, .15, .86)
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide:after {
		height: 0%;
		display: none
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-showcase {
	display: block
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title-big {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	letter-spacing: 12px;
	color: #fff;
	font-family: bison, sans-serif;
	text-align: center;
	font-weight: 600;
	z-index: 11;
	opacity: 1;
	transition: opacity .4s cubic-bezier(.785, .135, .15, .86);
	transition-delay: .8s;
	margin-bottom: 0;
	font-size: 120px
}

@media screen and (max-width:1920px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title-big {
		font-size: 5vw
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title-big {
		display: none
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title.left-content {
		float: left
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title.right-content {
		float: right
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title {
	position: relative;
	width: 100%;
	z-index: 2
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title {
		width: 90%
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title p {
	position: relative;
	letter-spacing: 12px;
	color: #fff;
	font-family: bison, sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 100px;
	display: inline-block;
	width: 100%
}

@media screen and (max-width:1920px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title p {
		font-size: 4vw
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title p {
		font-size: 26px;
		letter-spacing: .4em;
		margin-top: 15px;
		text-align: right
	}
}

@media screen and (max-width:500px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .project-title p {
		font-size: 20px;
		letter-spacing: .35em
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .slide-image.left-content {
		float: left
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .slide-image.right-content {
		float: right
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .slide-image {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	position: relative
}

@media screen and (max-width:767px) {
	.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .slide-image {
		width: 90%;
		max-width: none;
		margin: 0
	}
}

.projects-subpage .swiper-container .swiper-wrapper .swiper-slide .slide-image img {
	width: 100%;
	height: auto
}

.projects-subpage .pagination {
	position: absolute;
	bottom: 60px;
	width: 100%
}

@media screen and (max-height:650px) and (min-width:1200px) {
	.projects-subpage .pagination {
		bottom: 20px
	}
}

@media screen and (max-width:1199px) {
	.projects-subpage .pagination {
		bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.projects-subpage .pagination {
		display: none
	}
}

.projects-subpage .pagination .left-arrow {
	float: right
}

.projects-subpage .pagination .left-arrow a {
	z-index: 11;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-align: center;
	margin-right: 100px;
	position: relative;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.projects-subpage .pagination .left-arrow a {
		padding-right: 50px;
		font-size: 16px
	}
}

.projects-subpage .pagination .right-arrow {
	float: right;
	padding-right: 15px;
	zoom: 1
}

.projects-subpage .pagination .right-arrow:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "."
}

.projects-subpage .pagination .right-arrow a {
	z-index: 11;
	position: relative;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	font-family: bison, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.projects-subpage .pagination .right-arrow a {
		font-size: 16px
	}
}

.projects-subpage .back-to {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%
}

@media screen and (max-height:650px) and (min-width:1200px) {
	.projects-subpage .back-to {
		bottom: 20px
	}
}

@media screen and (max-width:1199px) {
	.projects-subpage .back-to {
		bottom: 30px
	}
}

.projects-subpage .back-to .back-btn {
	float: left;
	padding-left: 15px;
	zoom: 1
}

.projects-subpage .back-to .back-btn:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "."
}

.projects-subpage .back-to .back-btn a {
	z-index: 11;
	position: relative;
	display: inline-block;
	letter-spacing: .1em;
	font-size: 20px;
	color: #fff;
	font-family: bison, sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.projects-subpage .back-to .back-btn a {
		font-size: 16px
	}
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}


/*!locomotive-scroll v3.2.8 | MIT License | https://github.com/locomotivemtl/locomotive-scroll*/

html.has-scroll-smooth {
	overflow: hidden
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.has-scroll-smooth body {
	overflow: hidden
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform .3s, opacity .3s;
	opacity: 0
}

.c-scrollbar:hover {
	transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
	opacity: 1
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	opacity: .5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing
}