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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

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

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

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

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 70px);
	z-index: 1;
	color: #f8f9f9
}

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

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

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

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

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

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

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

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 52px
}

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

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

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

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

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

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

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

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

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

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

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

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

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

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

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1977f2
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

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

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

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px
}

.wp-block-spacer {
	clear: both
}

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

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

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

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f3f4f5
}

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

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

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

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

.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
	font-size: 13px
}

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

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

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

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

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

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

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

.wp-block-audio figcaption {
	color: #555d66;
	font-size: 13px;
	text-align: center
}

.wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: 14px;
	color: #23282d;
	padding: .8em 1em;
	border: 1px solid #e2e4e7;
	border-radius: 4px
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #555d66;
	font-size: 13px;
	text-align: center
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	margin-bottom: 28px;
	color: #40464d
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #40464d;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none
}

.wp-block-quote {
	border-left: 4px solid #000;
	margin: 0 0 28px;
	padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	color: #6c7781;
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 4px solid #000;
	padding-left: 0;
	padding-right: 1em
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none
}

.wp-block-search .wp-block-search__label {
	font-weight: 700
}

.wp-block-group.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin-left: auto;
	margin-right: auto
}

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

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px
}

.wp-block-table {
	border-collapse: collapse
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em;
	border: 1px solid;
	word-break: normal
}

.wp-block-table figcaption,
.wp-block-video figcaption {
	color: #555d66;
	font-size: 13px;
	text-align: center
}

.wc-block-featured-category {
	position: relative;
	background-color: #24292d;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em
}

.wc-block-featured-category,
.wc-block-featured-category .wc-block-featured-category__wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
	overflow: hidden;
	height: 100%
}

.wc-block-featured-category.has-left-content {
	-webkit-box-pack: start;
	justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title {
	margin-left: 0;
	text-align: left
}

.wc-block-featured-category.has-right-content {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
	color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
	width: 100%;
	padding: 0 48px 16px;
	z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
	margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
	display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
	margin: 0
}

.wc-block-featured-category.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
	max-width: 305px;
	width: 100%
}

.wc-block-featured-category:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wc-block-featured-category:after {
		content: none
	}
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
	display: -webkit-box;
	display: flex
}

.wc-block-product-categories {
	margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
	display: -webkit-box;
	display: flex
}

.wc-block-product-categories select {
	margin-right: .5em
}

.wc-block-product-categories-list-item-count:before {
	content: " ("
}

.wc-block-product-categories-list-item-count:after {
	content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
	display: inline-block;
	height: 1em;
	width: 50%;
	min-width: 200px;
	background: currentColor;
	opacity: .2
}

.wc-block-product-categories__button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	border: none;
	cursor: pointer;
	background: 0 0;
	padding: 8px;
	color: #555d66;
	position: relative;
	overflow: hidden;
	border-radius: 4px
}

.wc-block-product-categories__button svg {
	fill: currentColor;
	outline: none
}

.rtl .wc-block-product-categories__button svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
	color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
	cursor: default;
	opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
	outline: 2px solid transparent;
	outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
	outline: none;
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
	box-shadow: none
}

.woocommerce-product-attributes__operator .components-base-control__help {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important
}

.components-panel .woocommerce-product-attributes__operator.components-base-control {
	margin-top: 16px
}

.components-panel .woocommerce-product-attributes__operator.components-base-control .components-select-control__input {
	margin-left: 0;
	min-width: 100%
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-skip-level .woocommerce-search-list__item-prefix:after {
	content: ":"
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:active,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:focus,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:hover {
	background: #fff
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading {
	-webkit-box-pack: center;
	justify-content: center
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading .components-spinner {
	margin-bottom: 12px
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0:after {
	margin-left: 8px;
	content: "";
	height: 24px;
	width: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{$core-grey-dark-300}" /></svg>');
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0[aria-expanded=true]:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{$core-grey-dark-300}" /></svg>')
}

.woocommerce-search-list__item.woocommerce-product-attributes__item[disabled].depth-0:after {
	margin-left: 0;
	width: auto;
	background: 0 0
}

.wc-block-featured-product {
	position: relative;
	background-color: #24292d;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
	overflow: hidden;
	height: 100%
}

.wc-block-featured-product.has-left-content {
	-webkit-box-pack: start;
	justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
	margin-left: 0;
	text-align: left
}

.wc-block-featured-product.has-right-content {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
	color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	width: 100%;
	padding: 16px 48px 0;
	z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	margin-top: 0;
	border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
	display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
	font-style: italic;
	padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
	margin: 0;
	line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
	max-width: 305px;
	width: 100%
}

.wc-block-featured-product:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wc-block-featured-product:after {
		content: none
	}
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright,
.wc-block-product-search .wc-block-product-search__fields {
	display: -webkit-box;
	display: flex
}

.wc-block-product-search .wc-block-product-search__field {
	padding: 6px 8px;
	line-height: 1.8;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	margin: 0 0 0 6px;
	border: none;
	cursor: pointer;
	background: 0 0;
	padding: 8px;
	color: #555d66;
	position: relative;
	overflow: hidden;
	border-radius: 4px
}

.wc-block-product-search .wc-block-product-search__button svg {
	fill: currentColor;
	outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
	color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
	cursor: default;
	opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
	outline: 2px solid transparent;
	outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
	outline: none;
	background-color: #fff;
	color: #191e23;
	box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
	box-shadow: none
}

.woocommerce-product-tags__operator .components-base-control__help {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important
}

.components-panel .woocommerce-product-tags__operator.components-base-control {
	margin-top: 16px
}

.components-panel .woocommerce-product-tags__operator.components-base-control .components-select-control__input {
	margin-left: 0;
	min-width: 100%
}

.wc-block-error {
	display: -webkit-box;
	display: flex;
	background-color: #f3f3f4;
	border-left: 4px solid #6d6d6d;
	padding: 36px 16px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.wc-block-error__header {
	font-size: 2em;
	font-weight: 700;
	margin: 0
}

.wc-block-error__message,
.wc-block-error__text {
	margin: 0
}

@media (min-width:481px) {
	.wc-block-error {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.wc-block-error__image+.wc-block-error__content {
		margin-left: 16px
	}
}

.woocommerce-product-categories__operator .components-base-control__help {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important
}

.components-panel .woocommerce-product-categories__operator.components-base-control {
	margin-top: 16px
}

.components-panel .woocommerce-product-categories__operator.components-base-control .components-select-control__input {
	margin-left: 0;
	min-width: 100%
}

.components-toggle-button-control .components-base-control__field {
	flex-wrap: wrap
}

.components-toggle-button-control .components-toggle-button-control__label {
	width: 100%;
	margin-bottom: 8px;
	display: block
}

.components-toggle-button-control .components-base-control__help {
	margin-top: 0
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.wc-block-grid {
	text-align: center
}

.wc-block-grid__no-products {
	padding: 40px;
	text-align: center;
	width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
	max-width: 150px;
	margin: 0 auto 1em;
	display: block
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	margin: 0;
	font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-grid__products {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -8px 16px;
	background-clip: padding-box
}

.wc-block-grid__product {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	position: relative;
	text-align: center;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid transparent
}

.entry-content .wc-block-grid__product-image,
.wc-block-grid__product-image {
	text-decoration: none;
	display: block;
	position: relative
}

.entry-content .wc-block-grid__product-image a,
.wc-block-grid__product-image a {
	text-decoration: none;
	border: 0;
	outline: 0;
	box-shadow: none
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.wc-block-grid__product-image .wc-block-grid__product-image__image {
	vertical-align: middle;
	width: 100%
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image[hidden],
.wc-block-grid__product-image .wc-block-grid__product-image__image[hidden] {
	display: none
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	height: 0;
	padding-bottom: 100%
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image:after,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
	.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
		-webkit-animation: none;
		animation: none
	}
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
	line-height: 1.2em;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
.is-loading .wc-block-grid__product-title:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	content: ".";
	display: inline-block;
	width: 6em
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before:after,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before:after,
.is-loading .wc-block-grid__product-title:before:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
	.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
	.is-loading .wc-block-grid__product-title:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-grid__product-price {
	display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	font-size: .8em;
	line-height: 1;
	color: #aaa;
	margin-top: -.25em;
	display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__value {
	letter-spacing: -1px;
	font-weight: 600;
	display: block;
	font-size: 1.25em;
	line-height: 1.25;
	color: #000
}

.wc-block-grid__product-price .wc-block-grid__product-price__value span {
	white-space: nowrap
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	content: ".";
	display: inline-block;
	width: 3em
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-grid__product-add-to-cart {
	word-break: break-word;
	white-space: normal
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto!important;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}

.wc-block-grid__product-add-to-cart a.loading,
.wc-block-grid__product-add-to-cart button.loading {
	opacity: .25
}

.wc-block-grid__product-add-to-cart a:after,
.wc-block-grid__product-add-to-cart button:after {
	margin-left: .5em;
	display: inline-block
}

.wc-block-grid__product-add-to-cart a.added:after,
.wc-block-grid__product-add-to-cart button.added:after {
	font-family: WooCommerce;
	content: "\e017"
}

.wc-block-grid__product-add-to-cart a.loading:after,
.wc-block-grid__product-add-to-cart button.loading:after {
	font-family: WooCommerce;
	content: "\e031";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.is-loading .wc-block-grid__product-add-to-cart a,
.is-loading .wc-block-grid__product-add-to-cart button {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	min-width: 7em
}

.is-loading .wc-block-grid__product-add-to-cart a:after,
.is-loading .wc-block-grid__product-add-to-cart button:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-grid__product-add-to-cart a,
	.is-loading .wc-block-grid__product-add-to-cart button {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-grid__product-rating {
	display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	overflow: hidden;
	position: relative;
	width: 5.3em;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	font-family: star;
	font-weight: 400;
	display: -block;
	margin: 0 auto;
	text-align: left
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	color: #aaa
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	color: #000
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product-onsale {
	border: 1px solid #43454b;
	color: #43454b;
	background: #fff;
	padding: .202em .6180469716em;
	font-size: .875rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	width: auto;
	border-radius: 3px;
	z-index: 9;
	position: relative;
	margin: 8px auto
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft {
	position: absolute;
	left: 4px;
	top: 4px;
	right: auto;
	margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter {
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
	position: absolute;
	right: 4px;
	top: 4px;
	left: auto;
	margin: 0
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__product .wc-block-grid__product-title {
	margin-top: 0;
	margin-bottom: 12px
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product>.wc-block-grid__product-title:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>div:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-bottom: 12px
}

.wc-block-grid.has-1-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 100%;
	max-width: 100%
}

.wc-block-grid.has-2-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 50%;
	max-width: 50%
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 33.33333%;
	max-width: 33.33333%
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 25%;
	max-width: 25%
}

.wc-block-grid.has-5-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 20%;
	max-width: 20%
}

.wc-block-grid.has-6-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 16.66667%;
	max-width: 16.66667%
}

.wc-block-grid.has-7-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 14.28571%;
	max-width: 14.28571%
}

.wc-block-grid.has-8-columns .wc-block-grid__product {
	-webkit-box-flex: 1;
	flex: 1 0 12.5%;
	max-width: 12.5%
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
	font-size: .8em
}

@media (max-width:480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-3-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-6-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-7-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-8-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid .wc-block-grid__product-image img {
		width: 100%
	}
}

@media (min-width:481px) and (max-width:600px) {
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid .wc-block-grid__product-image img {
		width: 100%
	}
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em
}

.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none
}

.theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1
}

.wc-block-product-sort-select {
	margin-bottom: 24px;
	text-align: left
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
	padding: 0;
	border: 0;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 9px;
	clear: both;
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	background: #e1e1e1;
	margin: 15px 0
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	--track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #a8739d;
	background: var(--track-background)
}

.wc-block-price-filter .wc-block-price-filter__controls {
	display: -webkit-box;
	display: flex;
	margin: 0 0 20px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
	margin: 0;
	border-radius: 4px;
	width: auto;
	max-width: 100px;
	min-width: 0
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--min {
	margin-right: 10px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
	margin-left: auto
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
	margin-left: 0;
	margin-right: 10px
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__button {
	margin-left: auto;
	white-space: nowrap
}

.wc-block-price-filter .wc-block-price-filter__range-input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	pointer-events: none;
	outline: none!important
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-runnable-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -6px 0 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb:hover {
	background-position-y: -21px;
	-webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-focus-outer {
	border: 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb:hover {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb:hover {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
	background-position-y: -21px;
	-webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-moz-range-thumb {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-ms-thumb {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min {
	z-index: 21
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
	margin-left: -2px;
	background-position-x: left
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-ms-thumb {
	background-position-x: left
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max {
	z-index: 20
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
	background-position-x: right
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount,
.wc-block-price-filter.is-loading .wc-block-price-filter__button,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__button:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
	.wc-block-price-filter.is-disabled .wc-block-price-filter__button,
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
	.wc-block-price-filter.is-loading .wc-block-price-filter__amount,
	.wc-block-price-filter.is-loading .wc-block-price-filter__button,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
	-webkit-animation: none;
	animation: none
}

.rtl .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
	--track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #a8739d;
	background: var(--track-background)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
		background: 0 0;
		box-shadow: none;
		height: 24px
	}
	.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
		background: #a8739d;
		box-shadow: inset 0 0 0 1px #95588a;
		width: 100%;
		top: 7px
	}
	.wc-block-price-filter .wc-block-price-filter__range-input {
		height: 24px;
		pointer-events: auto;
		position: absolute;
		left: 0;
		top: 0
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
		background: 0 0;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
		background: 0 0
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
		display: none
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto
	}
	.wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
		background: 0 0
	}
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: #e2e4e7!important;
		color: transparent;
		border: 0;
		box-shadow: none
	}
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
		content: "\00a0"
	}
}

@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

@supports (-ms-ime-align:auto) {
	.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
		background: 0 0;
		box-shadow: none;
		height: 24px
	}
	.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
		background: #a8739d;
		box-shadow: inset 0 0 0 1px #95588a;
		width: 100%;
		top: 7px
	}
	.wc-block-price-filter .wc-block-price-filter__range-input {
		height: 24px;
		pointer-events: auto;
		position: absolute;
		left: 0;
		top: 0
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
		background: 0 0;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
		background: 0 0
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
		display: none
	}
	.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto
	}
	.wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
		background: 0 0
	}
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: #e2e4e7!important;
		color: transparent;
		border: 0;
		box-shadow: none
	}
	.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
	.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
		content: "\00a0"
	}
	@media screen and (prefers-reduced-motion:reduce) {
		.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
		.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
			-webkit-animation: none;
			animation: none
		}
	}
	.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
	margin: 0 0 16px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
	text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input,
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
	cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
	float: right
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:before {
	content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:after {
	content: ")"
}

.editor-styles-wrapper .wc-block-checkbox-list,
.wc-block-checkbox-list {
	margin: 0;
	padding: 0;
	list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li,
.wc-block-checkbox-list li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-checkbox-list li.show-more button,
.wc-block-checkbox-list li.show-less button,
.wc-block-checkbox-list li.show-more button {
	background: 0 0;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
.wc-block-checkbox-list.is-loading li {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li:after,
.wc-block-checkbox-list.is-loading li:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
	.wc-block-checkbox-list.is-loading li {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-active-filters {
	margin: 0 0 16px;
	overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	float: right;
	background: transparent none;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1em
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	background: transparent none
}

.wc-block-active-filters .wc-block-active-filters-list {
	margin: 0 0 4px;
	list-style: none outside;
	clear: both
}

.wc-block-active-filters .wc-block-active-filters-list li {
	margin: 0 0 4px;
	padding: 0 16px 0 0;
	list-style: none outside;
	clear: both;
	position: relative
}

.wc-block-active-filters .wc-block-active-filters-list button {
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 0;
	padding: 16px 0 0;
	width: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters-list button:before {
	width: 16px;
	height: 16px;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;
	display: block;
	content: "";
	position: absolute;
	top: 0
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li {
	display: inline-block;
	background: #c4c4c4;
	border-radius: 4px;
	padding: 4px 8px;
	margin: 0 6px 6px 0;
	color: #24292d
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li .wc-block-active-filters-list-item__type {
	display: none
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button {
	float: none;
	vertical-align: middle;
	margin: -2px 0 0 9px;
	height: 0;
	padding: 12px 0 0;
	width: 12px;
	overflow: hidden;
	position: relative
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button:before {
	width: 12px;
	height: 12px;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2324292d' d='M7.033 0l1.414 1.414-7.033 7.034-1.415-1.415z'/%3E%3Cpath fill='%2324292d' d='M8.447 7.071L7.033 8.486 0 1.452 1.414.038z'/%3E%3C/svg%3E") 50% no-repeat;
	display: block;
	content: "";
	position: absolute;
	top: 0
}

.wc-block-error-message {
	margin-bottom: 16px;
	margin-top: 8px
}

.wc-block-api-error .components-placeholder__fieldset {
	display: block
}

.wc-block-api-error .wc-block-error-message {
	margin-top: 0
}

.wc-block-api-error .components-spinner {
	float: none
}

.woocommerce-search-product__item .woocommerce-search-list__item-name .description {
	display: block
}

.woocommerce-search-product__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-product__item.is-skip-level .woocommerce-search-list__item-prefix:after {
	content: ":"
}

.woocommerce-search-product__item.is-not-active:active,
.woocommerce-search-product__item.is-not-active:focus,
.woocommerce-search-product__item.is-not-active:hover {
	background: #fff
}

.woocommerce-search-product__item.is-loading {
	-webkit-box-pack: center;
	justify-content: center
}

.woocommerce-search-product__item.is-loading .components-spinner {
	margin-bottom: 12px
}

.woocommerce-search-product__item.depth-0.is-variable:after {
	margin-left: 8px;
	content: "";
	height: 24px;
	width: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{$core-grey-dark-300}" /></svg>');
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain
}

.woocommerce-search-product__item.depth-0.is-variable[aria-expanded=true]:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{$core-grey-dark-300}" /></svg>')
}

.wc-block-review-sort-select {
	text-align: right
}

.wc-block-sort-select {
	margin-bottom: 12px
}

.wc-block-sort-select__label {
	margin-right: 12px;
	display: inline-block;
	font-weight: 400
}

.editor-styles .wc-block-review-list,
.wc-block-review-list {
	margin: 0
}

.is-loading .wc-block-review-list-item__text {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	display: block;
	width: 60%
}

.is-loading .wc-block-review-list-item__text:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-review-list-item__text {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	font-size: 1em;
	width: 80px
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product,
.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars>span {
	display: none
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: #e2e4e7!important;
	color: transparent;
	border: 0;
	box-shadow: none;
	height: 1em;
	width: 120px
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date:after {
	content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date {
		-webkit-animation: none;
		animation: none
	}
}

.editor-styles-wrapper .wc-block-review-list-item__item,
.wc-block-review-list-item__item {
	margin: 0 0 48px;
	list-style: none
}

.wc-block-review-list-item__info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-bottom: 24px
}

.wc-block-review-list-item__meta {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

.has-image .wc-block-review-list-item__info {
	-ms-grid-columns: 64px 1fr;
	grid-template-columns: 64px 1fr
}

.has-image .wc-block-review-list-item__meta {
	-ms-grid-column: 2;
	grid-column: 2
}

.wc-block-review-list-item__image {
	height: 48px;
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	width: 48px;
	position: relative
}

.wc-block-review-list-item__image img {
	width: 100%;
	height: 100%;
	display: block
}

.wc-block-review-list-item__verified {
	width: 21px;
	height: 21px;
	text-indent: 21px;
	margin: 0;
	line-height: 21px;
	overflow: hidden;
	position: absolute;
	right: -7px;
	bottom: -7px
}

.wc-block-review-list-item__verified:before {
	width: 21px;
	height: 21px;
	background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
	display: block;
	content: ""
}

.wc-block-review-list-item__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.wc-block-review-list-item__meta:after {
	-webkit-box-ordinal-group: 4;
	order: 3;
	content: "";
	flex-basis: 100%
}

.wc-block-review-list-item__author,
.wc-block-review-list-item__product {
	display: block;
	font-weight: 700;
	-webkit-box-ordinal-group: 2;
	order: 1;
	margin-right: 8px
}

.wc-block-review-list-item__product+.wc-block-review-list-item__author {
	font-weight: 400;
	color: grey;
	-webkit-box-ordinal-group: 5;
	order: 4
}

.wc-block-review-list-item__published-date {
	color: grey;
	-webkit-box-ordinal-group: 6;
	order: 5
}

.wc-block-review-list-item__author+.wc-block-review-list-item__published-date:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border-right: 1px solid #ddd;
	height: 1em;
	vertical-align: middle
}

.wc-block-review-list-item__author:first-child+.wc-block-review-list-item__published-date:before,
.wc-block-review-list-item__rating+.wc-block-review-list-item__author+.wc-block-review-list-item__published-date:before {
	display: none
}

.wc-block-review-list-item__rating {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars {
	display: inline-block;
	top: 0;
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
	vertical-align: top
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #e6a237
}

.wc-block-load-more {
	text-align: center;
	width: 100%
}

.wc-block-pagination {
	margin: 0 auto 16px
}

.wc-block-pagination-ellipsis,
.wc-block-pagination-page {
	color: #333;
	display: inline-block;
	font-size: 1em;
	font-weight: 400
}

.wc-block-pagination-page {
	border-color: transparent;
	padding: .3em .6em;
	min-width: 2.2em
}

@media (max-width:782px) {
	.wc-block-pagination-page {
		padding: .1em .2em;
		min-width: 1.6em
	}
}

.wc-block-pagination-page:not(.toggle) {
	background-color: transparent
}

.wc-block-pagination-ellipsis {
	padding: .3em
}

@media (max-width:782px) {
	.wc-block-pagination-ellipsis {
		padding: .1em
	}
}

.wc-block-pagination-page--active[disabled] {
	color: #333;
	font-weight: 700;
	opacity: 1!important
}

.wc-block-pagination-page--active[disabled]:focus,
.wc-block-pagination-page--active[disabled]:hover {
	background-color: inherit;
	color: #333;
	opacity: 1!important
}

@-webkit-keyframes loading-fade {
	0% {
		opacity: .7
	}
	50% {
		opacity: 1
	}
	to {
		opacity: .7
	}
}

@keyframes loading-fade {
	0% {
		opacity: .7
	}
	50% {
		opacity: 1
	}
	to {
		opacity: .7
	}
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px
}

.rs-p-wp-fix {
	display: none !important;
	margin: 0 !important;
	height: 0 !important
}

.wp-block-themepunch-revslider {
	position: relative
}

#debungcontrolls {
	z-index: 100000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .6);
	padding: 10px;
	box-sizing: border-box
}

rs-debug {
	z-index: 100000;
	position: fixed;
	top: 0;
	width: 300px;
	height: 300px;
	background: rgba(0, 0, 0, .6);
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll
}

rs-modal {
	position: fixed !important;
	z-index: 9999999 !important;
	pointer-events: none !important
}

rs-modal.rs-modal-auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

rs-module-wrap.rs-modal {
	display: none;
	max-height: 100% !important;
	overflow: auto !important;
	pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
	overflow: hidden !important;
	max-width: 100% !important
}

rs-modal-cover {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	pointer-events: auto
}

body>rs-modal-cover {
	position: fixed;
	z-index: 9999995 !important
}

rs-sbg-px {
	pointer-events: none
}

.rs-forcehidden * {
	visibility: hidden !important
}

.rs_splitted_lines {
	display: block;
	white-space: nowrap !important
}

.debugtimeline {
	width: 100%;
	height: 10px;
	position: relative;
	display: block;
	margin-bottom: 3px;
	display: none;
	white-space: nowrap;
	box-sizing: border-box
}

.debugtimeline:hover {
	height: 15px
}

.the_timeline_tester {
	background: #e74c3c;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0
}

.rs-go-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 9999999 !important;
	background: #fff
}

.debugtimeline.tl_slide .the_timeline_tester {
	background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
	background: #3498db
}

.debugtimline_txt {
	color: #fff;
	font-weight: 400;
	font-size: 7px;
	position: absolute;
	left: 10px;
	top: 0;
	white-space: nowrap;
	line-height: 10px
}

.rtl {
	direction: rtl
}

@font-face {
	font-family: 'revicons';
	src: url(../../../plugins/revslider/public/assets/fonts/revicons/revicons90c6.eot?5510888);
	src: url(../../../plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../../../plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(../../../plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(../../../plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
	font-weight: 400;
	font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.revicon-search-1:before {
	content: '\e802'
}

.revicon-pencil-1:before {
	content: '\e831'
}

.revicon-picture-1:before {
	content: '\e803'
}

.revicon-cancel:before {
	content: '\e80a'
}

.revicon-info-circled:before {
	content: '\e80f'
}

.revicon-trash:before {
	content: '\e801'
}

.revicon-left-dir:before {
	content: '\e817'
}

.revicon-right-dir:before {
	content: '\e818'
}

.revicon-down-open:before {
	content: '\e83b'
}

.revicon-left-open:before {
	content: '\e819'
}

.revicon-right-open:before {
	content: '\e81a'
}

.revicon-angle-left:before {
	content: '\e820'
}

.revicon-angle-right:before {
	content: '\e81d'
}

.revicon-left-big:before {
	content: '\e81f'
}

.revicon-right-big:before {
	content: '\e81e'
}

.revicon-magic:before {
	content: '\e807'
}

.revicon-picture:before {
	content: '\e800'
}

.revicon-export:before {
	content: '\e80b'
}

.revicon-cog:before {
	content: '\e832'
}

.revicon-login:before {
	content: '\e833'
}

.revicon-logout:before {
	content: '\e834'
}

.revicon-video:before {
	content: '\e805'
}

.revicon-arrow-combo:before {
	content: '\e827'
}

.revicon-left-open-1:before {
	content: '\e82a'
}

.revicon-right-open-1:before {
	content: '\e82b'
}

.revicon-left-open-mini:before {
	content: '\e822'
}

.revicon-right-open-mini:before {
	content: '\e823'
}

.revicon-left-open-big:before {
	content: '\e824'
}

.revicon-right-open-big:before {
	content: '\e825'
}

.revicon-left:before {
	content: '\e836'
}

.revicon-right:before {
	content: '\e826'
}

.revicon-ccw:before {
	content: '\e808'
}

.revicon-arrows-ccw:before {
	content: '\e806'
}

.revicon-palette:before {
	content: '\e829'
}

.revicon-list-add:before {
	content: '\e80c'
}

.revicon-doc:before {
	content: '\e809'
}

.revicon-left-open-outline:before {
	content: '\e82e'
}

.revicon-left-open-2:before {
	content: '\e82c'
}

.revicon-right-open-outline:before {
	content: '\e82f'
}

.revicon-right-open-2:before {
	content: '\e82d'
}

.revicon-equalizer:before {
	content: '\e83a'
}

.revicon-layers-alt:before {
	content: '\e804'
}

.revicon-popup:before {
	content: '\e828'
}

.tp-fullwidth-forcer {
	z-index: 0;
	pointer-events: none
}

rs-module-wrap {
	visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block
}

.rs-fixedscrollon rs-module-wrap {
	position: fixed !important;
	top: 0 !important;
	z-index: 1000;
	left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky !important;
	top: 0;
	z-index: 1000
}

.rs-stickyscrollon {
	overflow: visible !important
}

rs-fw-forcer {
	display: block;
	width: 100%;
	pointer-events: none
}

rs-module {
	position: relative;
	overflow: hidden;
	display: block
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
	display: block;
	pointer-events: none
}

rs-sbg-effectwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
	text-decoration: none
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
	box-shadow: none
}

.rs-ov-hidden {
	overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
	overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
	max-width: none !important;
	transition: none;
	margin: 0;
	padding: 0;
	border: none
}

rs-module .no-slides-text {
	font-weight: 700;
	text-align: center;
	padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
	position: absolute;
	text-indent: 0em;
	top: 0;
	left: 0
}

rs-slide,
rs-slide:before {
	display: block;
	visibility: hidden
}

.rs-layer .rs-untoggled-content {
	display: block
}

.rs-layer .rs-toggled-content {
	display: none
}

.rs-tc-active.rs-layer .rs-toggled-content {
	display: block
}

.rs-tc-active.rs-layer .rs-untoggled-content {
	display: none
}

.rs-layer-video {
	overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index: 1
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
	margin-bottom: 0
}

.rs-svg svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
	outline: none !important
}

rs-carousel-wrap {
	cursor: url(../../../plugins/revslider/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
	cursor: url(../../../plugins/revslider/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
	cursor: default
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	position: relative
}

.tp_inner_padding {
	box-sizing: border-box;
	max-height: none !important
}

.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all
}

rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none
}

rs-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transform: scaleX(0) scaleY(0)
}

rs-zone {
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 0px;
	pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
	display: block;
	visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
	display: block
}

rs-column-wrap>rs-loop-wrap {
	z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
	transform-style: flat
}

.safarifix rs-layer-wrap {
	perspective: 1000000
}

@-moz-document url-prefix() {
	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap {
		perspective: none
	}
}

rs-mask-wrap {
	overflow: hidden
}

rs-fullwidth-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	max-width: none !important
}

@media screen and (-ms-high-contrast:none) {
	rs-fullwidth-wrap {
		overflow: hidden
	}
}

@supports (-ms-ime-align:auto) {
	rs-fullwidth-wrap {
		overflow: hidden
	}
}

.rev_row_zone_top {
	top: 0
}

.rev_row_zone_bottom {
	bottom: 0
}

rs-column-wrap .rs-parallax-wrap {
	vertical-align: top
}

.rs-layer img,
rs-layer img {
	vertical-align: top
}

rs-row,
rs-row.rs-layer {
	display: table;
	position: relative;
	width: 100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height: auto;
	font-size: 0px
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size: 0px
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100% !important;
	height: auto !important;
	white-space: normal !important
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}

.rs-pelock * {
	pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
	text-align: inherit
}

rs-column rs-mask-wrap {
	display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
	vertical-align: top
}

.rev_break_columns {
	display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
	display: block !important;
	width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility: hidden !important;
	display: none !important
}

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
	pointer-events: none !important
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none
}

rs-static-layers.rs-stl-back {
	z-index: 0
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0
}

.rs-layer rs-bcrt {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0
}

.tp-layer-inner-rotation {
	position: relative !important
}

img.tp-slider-alternative-image {
	width: 100%;
	height: auto
}

.noFilterClass {
	filter: none !important
}

rs-bgvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block
}

.rs-layer.coverscreenvideo {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.rs-layer.rs-fsv {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
	width: 100%;
	height: 100%;
	display: none
}

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
	background: #000
}

.fullcoveredvideo rs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.videoisplaying .html5vid rs-poster {
	display: none
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition: opacity .3s ease-out !important
}

.rs-audio .tp-video-play-button {
	display: none !important
}

.rs-layer .html5vid {
	width: 100% !important;
	height: 100% !important
}

.tp-video-play-button i {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center !important;
	vertical-align: top;
	line-height: 50px !important;
	font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
	opacity: 1;
	display: block
}

.rs-layer .tp-revstop {
	display: none;
	width: 15px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
	transform: translateX(50%) translateY(50%);
	height: 20px;
	margin-left: 11px !important;
	margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
	display: none
}

.videoisplaying .tp-revstop {
	display: block
}

.videoisplaying .tp-video-play-button {
	display: none
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important
}

.rs-fsv .rs-fsv audio {
	object-fit: contain !important
}

.rs-fsv .rs-fsv video {
	object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
	display: none
}

@supports not (-ms-high-contrast:none) {
	.rs-fsv .fullcoveredvideo audio {
		object-fit: cover !important
	}
	.rs-fsv .fullcoveredvideo video {
		object-fit: cover !important
	}
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: 0 0;
	z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
	display: none !important
}

.rs-audio .tp-video-controls {
	opacity: 1 !important;
	visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
	content: none
}

rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	pointer-events: none
}

rs-sbg-wrap rs-dotted {
	z-index: 31
}

rs-dotted.twoxtwo {
	background: url(../../../plugins/revslider/public/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
	background: url(../../../plugins/revslider/public/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
	background: url(../../../plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
	background: url(../../../plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	position: absolute;
	z-index: -1
}

.tp-shadow1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width: 300px;
	background: 0 0;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
	transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto
}

.tp-shadow5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
	content: "";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
	outline: none !important;
	box-shadow: none;
	text-decoration: none !important;
	box-sizing: border-box;
	cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
	text-transform: uppercase
}

.rev-btn i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	margin-left: 0;
	line-height: inherit
}

.rev-btn.rev-hiddenicon i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	opacity: 0;
	margin-left: 0 !important;
	width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important
}

.rev-burger {
	position: relative;
	box-sizing: border-box;
	padding: 22px 14px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, .25);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	cursor: pointer
}

.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important
}

.rev-burger span:nth-child(2) {
	margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
	border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
	background: #fff
}

.rev-burger.revb-whitenoborder {
	border: 0
}

.rev-burger.revb-whitenoborder span {
	background: #fff
}

.rev-burger.revb-darknoborder {
	border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
	background: #333
}

.rev-burger.revb-whitefull {
	background: #fff;
	border: none
}

.rev-burger.revb-whitefull span {
	background: #333
}

.rev-burger.revb-darkfull {
	background: #333;
	border: none
}

.rev-burger.revb-darkfull span {
	background: #fff
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}
	15% {
		opacity: 1;
		top: 70%
	}
	50% {
		opacity: 0;
		top: 70%
	}
	100% {
		opacity: 0;
		top: 29%
	}
}

.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 23px
}

.rev-scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #7f8c8d;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
	color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
	opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
	background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333
}

.rev-scroll-btn.revs-fulldark {
	background: #333;
	border: none
}

.rev-scroll-btn.revs-fulldark span {
	background: #fff
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
	border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, .5);
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer
}

.rev-cbutton-dark-sr {
	border-radius: 3px
}

.rev-cbutton-light {
	color: #333;
	background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
	color: #333;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
	line-height: 37px;
	width: 37px;
	height: 37px
}

.rev-sbutton-blue {
	background-color: #3b5998
}

.rev-sbutton-lightblue {
	background-color: #00a0d1
}

.rev-sbutton-red {
	background-color: #dd4b39
}

rs-progress {
	visibility: hidden;
	width: 100%;
	height: 5px;
	background: #000;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	z-index: 200;
	top: 0
}

rs-progress.rs-bottom {
	top: auto;
	bottom: 0 !important;
	height: 5px
}

.rs-layer img {
	background: 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1
}

.rs-layer.slidelink {
	cursor: pointer;
	width: 100%;
	height: 100%
}

.rs-layer.slidelink a {
	width: 100%;
	height: 100%;
	display: block
}

.rs-layer.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(../../../plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
	background: url(../../../plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat;
	width: 100%;
	height: 100%;
	display: block
}

.rs-layer .rs-starring {
	display: inline-block
}

.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #e0dadf;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

rs-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute
}

rs-loader.off {
	display: none !important
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../../../plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px
}

rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px
}

rs-loader.spinner5 {
	background-image: url(../../../plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff;
	margin: -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: red;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

rs-loader.spinner3 {
	margin: -9px 0 0 -35px;
	width: 70px;
	text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	display: inline-block;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
	animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
	animation-delay: -.16s
}

@keyframes tp-bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0)
	}
	40% {
		transform: scale(1)
	}
}

rs-loader.spinner4 {
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	animation: tp-bounce 2s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes tp-bounce {
	0%,
	100% {
		transform: scale(0)
	}
	50% {
		transform: scale(1)
	}
}

rs-layer iframe {
	visibility: hidden
}

rs-layer.rs-ii-o iframe {
	visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
	display: inline-block
}

rs-layer input::placeholder {
	vertical-align: middle;
	line-height: inherit !important
}

a.rs-layer {
	transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
	display: block
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	left: 0
}

.tp-tab,
.tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

rs-poster {
	cursor: pointer;
	z-index: 3
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
	opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
	box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
	box-sizing: content-box !important
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
	background: #fff
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000
}

.tparrows:hover {
	background: #000
}

.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center
}

.tparrows.tp-leftarrow:before {
	content: '\e824'
}

.tparrows.tp-rightarrow:before {
	content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit
}

rs-pzimg-wrap {
	display: block
}

body.rtl .rs-pzimg {
	left: 0 !important
}

.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
	transform-style: flat;
	perspective: 10000px
}

.rs_error_message_box {
	background: #111;
	width: 800px;
	margin: 40px auto;
	padding: 40px 20px;
	text-align: center;
	font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
	margin: 0 0 20px;
	line-height: 60px;
	font-size: 34px;
	color: #fff
}

.rs_error_message_content {
	margin: 0 0 20px;
	line-height: 25px;
	font-size: 17px;
	color: #fff
}

.rs_error_message_button {
	color: #fff !important;
	background: #333;
	display: inline-block;
	padding: 10px 15px;
	text-align: right;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important
}

.rs_error_message_button:hover {
	background: #5e35b1
}

.hglayerinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, .75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px
}

.indebugmode .rs-layer:hover {
	border: 1px dashed #c0392b !important
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll
}

.aden {
	filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
	mix-blend-mode: soft-light;
	opacity: .5
}

.inkwell {
	filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
	background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
	filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
	background: #efcdad
}

.gingham {
	filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken
}

.toaster {
	filter: contrast(1.5) brightness(.9)
}

.toaster:after {
	background: radial-gradient(circle, #804e0f, #3b003b);
	mix-blend-mode: screen
}

.walden {
	filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
	background: #04c;
	mix-blend-mode: screen;
	opacity: .3
}

.hudson {
	filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
	background: radial-gradient(circle, #a6b1ff 50%, #342134);
	mix-blend-mode: multiply;
	opacity: .5
}

.earlybird {
	filter: contrast(.9) sepia(.2)
}

.earlybird:after {
	background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
	mix-blend-mode: overlay
}

.mayfair {
	filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
	background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
	mix-blend-mode: overlay;
	opacity: .4
}

.lofi {
	filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
	background: radial-gradient(circle, transparent 70%, #222 150%);
	mix-blend-mode: multiply
}

._1977 {
	filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
	background: rgba(243, 106, 188, .3);
	mix-blend-mode: screen
}

.brooklyn {
	filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
	background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
	mix-blend-mode: overlay
}

.xpro2 {
	filter: sepia(.3)
}

.xpro2:after {
	background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
	mix-blend-mode: color-burn
}

.nashville {
	filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
	background: rgba(0, 70, 150, .4);
	mix-blend-mode: lighten
}

.nashville:before {
	background: rgba(247, 176, 153, .56);
	mix-blend-mode: darken
}

.lark {
	filter: contrast(.9)
}

.lark:after {
	background: rgba(242, 242, 242, .8);
	mix-blend-mode: darken
}

.lark:before {
	background: #22253f;
	mix-blend-mode: color-dodge
}

.moon {
	filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
	background: #a0a0a0;
	mix-blend-mode: soft-light
}

.moon:after {
	background: #383838;
	mix-blend-mode: lighten
}

.clarendon {
	filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
	background: rgba(127, 187, 227, .2);
	mix-blend-mode: overlay
}

.willow {
	filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
	background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
	mix-blend-mode: overlay
}

.willow:after {
	background-color: #d8cdcb;
	mix-blend-mode: color
}

.rise {
	filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
	background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
	mix-blend-mode: overlay;
	opacity: .6
}

.rise:before {
	background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
	mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
	position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
	width: 100%;
	z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
	z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
	z-index: 3
}

.slumber {
	filter: saturate(.66) brightness(1.05)
}

.slumber:after {
	background: rgba(125, 105, 24, .5);
	mix-blend-mode: soft-light
}

.slumber:before {
	background: rgba(69, 41, 12, .4);
	mix-blend-mode: lighten
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
	height: 500%;
	width: 500%
}

rs-loader.spinner6 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-animation: rs-revealer-6 1.4s linear infinite;
	animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 16px;
	transform-origin: center 20px;
	-webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
	transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
	opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
	transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
	transform: rotate(252deg);
	-webkit-transform: rotate(252deg);
	opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
	transform: rotate(324deg);
	-webkit-transform: rotate(324deg);
	opacity: .9
}

@keyframes rs-revealer-6 {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rs-revealer-6 {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

rs-loader.spinner7 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	-webkit-animation: rs-revealer-7 .8s linear infinite;
	animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rs-revealer-7 {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

rs-loader.spinner8 {
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-animation: rs-revealer-8 1.6s linear infinite;
	animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
	0% {
		transform: scale(0, 0);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

@-webkit-keyframes rs-revealer-8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0
	}
}

rs-loader.spinner9 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-9 2s infinite ease-in-out;
	animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
	0%,
	100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes rs-revealer-9 {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

rs-loader.spinner10 {
	width: 54px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
	display: block;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
	animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes rs-revealer-10 {
	0%,
	100%,
	40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

rs-loader.spinner11 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
	display: block;
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
	animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes rs-revealer-11 {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

rs-loader.spinner12 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	-webkit-animation: rs-revealer-12 1s infinite linear;
	animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rs-revealer-12 {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

rs-loader.spinner13 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
	display: block;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rs-revealer-13 2s ease infinite;
	animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
	animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
	animation-delay: -1s;
	-webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
	animation-delay: -.5s;
	-webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
	0%,
	100% {
		transform: translate(0)
	}
	25% {
		transform: translate(160%)
	}
	50% {
		transform: translate(160%, 160%)
	}
	75% {
		transform: translate(0, 160%)
	}
}

@-webkit-keyframes rs-revealer-13 {
	0%,
	100% {
		-webkit-transform: translate(0)
	}
	25% {
		-webkit-transform: translate(160%)
	}
	50% {
		-webkit-transform: translate(160%, 160%)
	}
	75% {
		-webkit-transform: translate(0, 160%)
	}
}

rs-loader.spinner14 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation: rs-revealer-14-1 2s infinite;
	animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation: rs-revealer-14-2 2s infinite;
	animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation: rs-revealer-14-3 2s infinite;
	animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation: rs-revealer-14-4 2s infinite;
	animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-2 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-3 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-4 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-1 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
	}
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
	}
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-2 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
	}
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
	}
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-3 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
	}
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
	}
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-4 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
	}
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
	}
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

rs-loader.spinner15 {
	width: 40px;
	height: 40px;
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
	animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes rs-revealer-15 {
	25% {
		transform: translateX(30px) rotate(-90deg) scale(.5);
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		transform: translateX(30px) translateY(30px) rotate(-180deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg)
	}
}

.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden
}

#rs-demo-id {}


.wb-allview-advcnt *,
.wb-car-car *,
.wb-brandpro-car-header *,
.wb-allview *,
.wb-thumb-wrapper *,
.wb-filter-style1 *,
.wb-filter-style2 *,
.wb-filter-style3 *,
.wb-filter-style4 *,
.wb-filter-style5 *,
.wb-filter-style6 *,
.wb-filter-style7 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wb-allview-advcnt:before,
.wb-car-car:before,
.wb-brandpro-car-header:before,
.wb-allview:before,
.wb-thumb-wrapper:before,
.wb-filter-style1:before,
.wb-filter-style2:before,
.wb-filter-style3:before,
.wb-filter-style4:before,
.wb-filter-style5:before,
.wb-filter-style6:before,
.wb-filter-style7:before,
.wb-allview-advcnt:after,
.wb-car-car:after,
.wb-brandpro-car-header:after,
.wb-allview:after,
.wb-thumb-wrapper:after,
.wb-filter-style1:after,
.wb-filter-style2:after,
.wb-filter-style3:after,
.wb-filter-style4:after,
.wb-filter-style5:after,
.wb-filter-style6:after,
.wb-filter-style7:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wb-row {
	margin-left: -8px;
	margin-right: -8px
}

.wb-col-xs-1,
.wb-col-sm-1,
.wb-col-md-1,
.wb-col-lg-1,
.wb-col-xs-2,
.wb-col-sm-2,
.wb-col-md-2,
.wb-col-lg-2,
.wb-col-xs-3,
.wb-col-sm-3,
.wb-col-md-3,
.wb-col-lg-3,
.wb-col-xs-4,
.wb-col-sm-4,
.wb-col-md-4,
.wb-col-lg-4,
.wb-col-xs-5,
.wb-col-sm-5,
.wb-col-md-5,
.wb-col-lg-5,
.wb-col-xs-6,
.wb-col-sm-6,
.wb-col-md-6,
.wb-col-lg-6,
.wb-col-xs-7,
.wb-col-sm-7,
.wb-col-md-7,
.wb-col-lg-7,
.wb-col-xs-8,
.wb-col-sm-8,
.wb-col-md-8,
.wb-col-lg-8,
.wb-col-xs-9,
.wb-col-sm-9,
.wb-col-md-9,
.wb-col-lg-9,
.wb-col-xs-10,
.wb-col-sm-10,
.wb-col-md-10,
.wb-col-lg-10,
.wb-col-xs-11,
.wb-col-sm-11,
.wb-col-md-11,
.wb-col-lg-11,
.wb-col-xs-12,
.wb-col-sm-12,
.wb-col-md-12,
.wb-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px
}

.wb-col-xs-1,
.wb-col-xs-2,
.wb-col-xs-3,
.wb-col-xs-4,
.wb-col-xs-5,
.wb-col-xs-6,
.wb-col-xs-7,
.wb-col-xs-8,
.wb-col-xs-9,
.wb-col-xs-10,
.wb-col-xs-11,
.wb-col-xs-12 {
	float: left
}

.wb-col-xs-12 {
	width: 100%
}

.wb-col-xs-11 {
	width: 91.66666667%
}

.wb-col-xs-10 {
	width: 83.33333333%
}

.wb-col-xs-9 {
	width: 75%
}

.wb-col-xs-8 {
	width: 66.66666667%
}

.wb-col-xs-7 {
	width: 58.33333333%
}

.wb-col-xs-6 {
	width: 50%
}

.wb-col-xs-5 {
	width: 41.66666667%
}

.wb-col-xs-4 {
	width: 33.33333333%
}

.wb-col-xs-3 {
	width: 25%
}

.wb-col-xs-2 {
	width: 16.66666667%
}

.wb-col-xs-1 {
	width: 8.33333333%
}

.wb-col-xs-pull-12 {
	right: 100%
}

.wb-col-xs-pull-11 {
	right: 91.66666667%
}

.wb-col-xs-pull-10 {
	right: 83.33333333%
}

.wb-col-xs-pull-9 {
	right: 75%
}

.wb-col-xs-pull-8 {
	right: 66.66666667%
}

.wb-col-xs-pull-7 {
	right: 58.33333333%
}

.wb-col-xs-pull-6 {
	right: 50%
}

.wb-col-xs-pull-5 {
	right: 41.66666667%
}

.wb-col-xs-pull-4 {
	right: 33.33333333%
}

.wb-col-xs-pull-3 {
	right: 25%
}

.wb-col-xs-pull-2 {
	right: 16.66666667%
}

.wb-col-xs-pull-1 {
	right: 8.33333333%
}

.wb-col-xs-pull-0 {
	right: auto
}

.wb-col-xs-push-12 {
	left: 100%
}

.wb-col-xs-push-11 {
	left: 91.66666667%
}

.wb-col-xs-push-10 {
	left: 83.33333333%
}

.wb-col-xs-push-9 {
	left: 75%
}

.wb-col-xs-push-8 {
	left: 66.66666667%
}

.wb-col-xs-push-7 {
	left: 58.33333333%
}

.wb-col-xs-push-6 {
	left: 50%
}

.wb-col-xs-push-5 {
	left: 41.66666667%
}

.wb-col-xs-push-4 {
	left: 33.33333333%
}

.wb-col-xs-push-3 {
	left: 25%
}

.wb-col-xs-push-2 {
	left: 16.66666667%
}

.wb-col-xs-push-1 {
	left: 8.33333333%
}

.wb-col-xs-push-0 {
	left: auto
}

.wb-col-xs-offset-12 {
	margin-left: 100%
}

.wb-col-xs-offset-11 {
	margin-left: 91.66666667%
}

.wb-col-xs-offset-10 {
	margin-left: 83.33333333%
}

.wb-col-xs-offset-9 {
	margin-left: 75%
}

.wb-col-xs-offset-8 {
	margin-left: 66.66666667%
}

.wb-col-xs-offset-7 {
	margin-left: 58.33333333%
}

.wb-col-xs-offset-6 {
	margin-left: 50%
}

.wb-col-xs-offset-5 {
	margin-left: 41.66666667%
}

.wb-col-xs-offset-4 {
	margin-left: 33.33333333%
}

.wb-col-xs-offset-3 {
	margin-left: 25%
}

.wb-col-xs-offset-2 {
	margin-left: 16.66666667%
}

.wb-col-xs-offset-1 {
	margin-left: 8.33333333%
}

.wb-col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.wb-col-sm-1,
	.wb-col-sm-2,
	.wb-col-sm-3,
	.wb-col-sm-4,
	.wb-col-sm-5,
	.wb-col-sm-6,
	.wb-col-sm-7,
	.wb-col-sm-8,
	.wb-col-sm-9,
	.wb-col-sm-10,
	.wb-col-sm-11,
	.wb-col-sm-12 {
		float: left
	}
	.wb-col-sm-12 {
		width: 100%
	}
	.wb-col-sm-11 {
		width: 91.66666667%
	}
	.wb-col-sm-10 {
		width: 83.33333333%
	}
	.wb-col-sm-9 {
		width: 75%
	}
	.wb-col-sm-8 {
		width: 66.66666667%
	}
	.wb-col-sm-7 {
		width: 58.33333333%
	}
	.wb-col-sm-6 {
		width: 50%
	}
	.wb-col-sm-5 {
		width: 41.66666667%
	}
	.wb-col-sm-4 {
		width: 33.33333333%
	}
	.wb-col-sm-3 {
		width: 25%
	}
	.wb-col-sm-2 {
		width: 16.66666667%
	}
	.wb-col-sm-1 {
		width: 8.33333333%
	}
	.wb-col-sm-pull-12 {
		right: 100%
	}
	.wb-col-sm-pull-11 {
		right: 91.66666667%
	}
	.wb-col-sm-pull-10 {
		right: 83.33333333%
	}
	.wb-col-sm-pull-9 {
		right: 75%
	}
	.wb-col-sm-pull-8 {
		right: 66.66666667%
	}
	.wb-col-sm-pull-7 {
		right: 58.33333333%
	}
	.wb-col-sm-pull-6 {
		right: 50%
	}
	.wb-col-sm-pull-5 {
		right: 41.66666667%
	}
	.wb-col-sm-pull-4 {
		right: 33.33333333%
	}
	.wb-col-sm-pull-3 {
		right: 25%
	}
	.wb-col-sm-pull-2 {
		right: 16.66666667%
	}
	.wb-col-sm-pull-1 {
		right: 8.33333333%
	}
	.wb-col-sm-pull-0 {
		right: auto
	}
	.wb-col-sm-push-12 {
		left: 100%
	}
	.wb-col-sm-push-11 {
		left: 91.66666667%
	}
	.wb-col-sm-push-10 {
		left: 83.33333333%
	}
	.wb-col-sm-push-9 {
		left: 75%
	}
	.wb-col-sm-push-8 {
		left: 66.66666667%
	}
	.wb-col-sm-push-7 {
		left: 58.33333333%
	}
	.wb-col-sm-push-6 {
		left: 50%
	}
	.wb-col-sm-push-5 {
		left: 41.66666667%
	}
	.wb-col-sm-push-4 {
		left: 33.33333333%
	}
	.wb-col-sm-push-3 {
		left: 25%
	}
	.wb-col-sm-push-2 {
		left: 16.66666667%
	}
	.wb-col-sm-push-1 {
		left: 8.33333333%
	}
	.wb-col-sm-push-0 {
		left: auto
	}
	.wb-col-sm-offset-12 {
		margin-left: 100%
	}
	.wb-col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.wb-col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.wb-col-sm-offset-9 {
		margin-left: 75%
	}
	.wb-col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.wb-col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.wb-col-sm-offset-6 {
		margin-left: 50%
	}
	.wb-col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.wb-col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.wb-col-sm-offset-3 {
		margin-left: 25%
	}
	.wb-col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.wb-col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.wb-col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.wb-col-md-1,
	.wb-col-md-2,
	.wb-col-md-3,
	.wb-col-md-4,
	.wb-col-md-5,
	.wb-col-md-6,
	.wb-col-md-7,
	.wb-col-md-8,
	.wb-col-md-9,
	.wb-col-md-10,
	.wb-col-md-11,
	.wb-col-md-12 {
		float: left
	}
	.wb-col-md-12 {
		width: 100%
	}
	.wb-col-md-11 {
		width: 91.66666667%
	}
	.wb-col-md-10 {
		width: 83.33333333%
	}
	.wb-col-md-9 {
		width: 75%
	}
	.wb-col-md-8 {
		width: 66.66666667%
	}
	.wb-col-md-7 {
		width: 58.33333333%
	}
	.wb-col-md-6 {
		width: 50%
	}
	.wb-col-md-5 {
		width: 41.66666667%
	}
	.wb-col-md-4 {
		width: 33.33333333%
	}
	.wb-col-md-3 {
		width: 25%
	}
	.wb-col-md-2 {
		width: 16.66666667%
	}
	.wb-col-md-1 {
		width: 8.33333333%
	}
	.wb-col-md-pull-12 {
		right: 100%
	}
	.wb-col-md-pull-11 {
		right: 91.66666667%
	}
	.wb-col-md-pull-10 {
		right: 83.33333333%
	}
	.wb-col-md-pull-9 {
		right: 75%
	}
	.wb-col-md-pull-8 {
		right: 66.66666667%
	}
	.wb-col-md-pull-7 {
		right: 58.33333333%
	}
	.wb-col-md-pull-6 {
		right: 50%
	}
	.wb-col-md-pull-5 {
		right: 41.66666667%
	}
	.wb-col-md-pull-4 {
		right: 33.33333333%
	}
	.wb-col-md-pull-3 {
		right: 25%
	}
	.wb-col-md-pull-2 {
		right: 16.66666667%
	}
	.wb-col-md-pull-1 {
		right: 8.33333333%
	}
	.wb-col-md-pull-0 {
		right: auto
	}
	.wb-col-md-push-12 {
		left: 100%
	}
	.wb-col-md-push-11 {
		left: 91.66666667%
	}
	.wb-col-md-push-10 {
		left: 83.33333333%
	}
	.wb-col-md-push-9 {
		left: 75%
	}
	.wb-col-md-push-8 {
		left: 66.66666667%
	}
	.wb-col-md-push-7 {
		left: 58.33333333%
	}
	.wb-col-md-push-6 {
		left: 50%
	}
	.wb-col-md-push-5 {
		left: 41.66666667%
	}
	.wb-col-md-push-4 {
		left: 33.33333333%
	}
	.wb-col-md-push-3 {
		left: 25%
	}
	.wb-col-md-push-2 {
		left: 16.66666667%
	}
	.wb-col-md-push-1 {
		left: 8.33333333%
	}
	.wb-col-md-push-0 {
		left: auto
	}
	.wb-col-md-offset-12 {
		margin-left: 100%
	}
	.wb-col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.wb-col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.wb-col-md-offset-9 {
		margin-left: 75%
	}
	.wb-col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.wb-col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.wb-col-md-offset-6 {
		margin-left: 50%
	}
	.wb-col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.wb-col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.wb-col-md-offset-3 {
		margin-left: 25%
	}
	.wb-col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.wb-col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.wb-col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.wb-col-lg-1,
	.wb-col-lg-2,
	.wb-col-lg-3,
	.wb-col-lg-4,
	.wb-col-lg-5,
	.wb-col-lg-6,
	.wb-col-lg-7,
	.wb-col-lg-8,
	.wb-col-lg-9,
	.wb-col-lg-10,
	.wb-col-lg-11,
	.wb-col-lg-12 {
		float: left
	}
	.wb-col-lg-12 {
		width: 100%
	}
	.wb-col-lg-11 {
		width: 91.66666667%
	}
	.wb-col-lg-10 {
		width: 83.33333333%
	}
	.wb-col-lg-9 {
		width: 75%
	}
	.wb-col-lg-8 {
		width: 66.66666667%
	}
	.wb-col-lg-7 {
		width: 58.33333333%
	}
	.wb-col-lg-6 {
		width: 50%
	}
	.wb-col-lg-5 {
		width: 41.66666667%
	}
	.wb-col-lg-4 {
		width: 33.33333333%
	}
	.wb-col-lg-3 {
		width: 25%
	}
	.wb-col-lg-2 {
		width: 16.66666667%
	}
	.wb-col-lg-1 {
		width: 8.33333333%
	}
	.wb-col-lg-pull-12 {
		right: 100%
	}
	.wb-col-lg-pull-11 {
		right: 91.66666667%
	}
	.wb-col-lg-pull-10 {
		right: 83.33333333%
	}
	.wb-col-lg-pull-9 {
		right: 75%
	}
	.wb-col-lg-pull-8 {
		right: 66.66666667%
	}
	.wb-col-lg-pull-7 {
		right: 58.33333333%
	}
	.wb-col-lg-pull-6 {
		right: 50%
	}
	.wb-col-lg-pull-5 {
		right: 41.66666667%
	}
	.wb-col-lg-pull-4 {
		right: 33.33333333%
	}
	.wb-col-lg-pull-3 {
		right: 25%
	}
	.wb-col-lg-pull-2 {
		right: 16.66666667%
	}
	.wb-col-lg-pull-1 {
		right: 8.33333333%
	}
	.wb-col-lg-pull-0 {
		right: auto
	}
	.wb-col-lg-push-12 {
		left: 100%
	}
	.wb-col-lg-push-11 {
		left: 91.66666667%
	}
	.wb-col-lg-push-10 {
		left: 83.33333333%
	}
	.wb-col-lg-push-9 {
		left: 75%
	}
	.wb-col-lg-push-8 {
		left: 66.66666667%
	}
	.wb-col-lg-push-7 {
		left: 58.33333333%
	}
	.wb-col-lg-push-6 {
		left: 50%
	}
	.wb-col-lg-push-5 {
		left: 41.66666667%
	}
	.wb-col-lg-push-4 {
		left: 33.33333333%
	}
	.wb-col-lg-push-3 {
		left: 25%
	}
	.wb-col-lg-push-2 {
		left: 16.66666667%
	}
	.wb-col-lg-push-1 {
		left: 8.33333333%
	}
	.wb-col-lg-push-0 {
		left: auto
	}
	.wb-col-lg-offset-12 {
		margin-left: 100%
	}
	.wb-col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.wb-col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.wb-col-lg-offset-9 {
		margin-left: 75%
	}
	.wb-col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.wb-col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.wb-col-lg-offset-6 {
		margin-left: 50%
	}
	.wb-col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.wb-col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.wb-col-lg-offset-3 {
		margin-left: 25%
	}
	.wb-col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.wb-col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.wb-col-lg-offset-0 {
		margin-left: 0
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.wb-row:before,
.wb-row:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.wb-row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.wb-alphabet-table.wp-az-layout-two {
	margin-bottom: 0!important
}

.brand-alphabet-table {
	display: table;
	border-bottom: 1px solid #ededed;
	padding: 5px
}

.all-alphabet {
	display: table-cell;
	vertical-align: middle;
	margin-right: 10px;
	border-right: 1px solid #ededed;
	padding-right: 10px
}

.other-brands {
	display: table-cell;
	padding-left: 10px
}

.other-brands a {
	display: inline-block
}

a.sidbara,
a.alphabet-item-short,
a.alphabet-item-eb {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	text-align: center;
	text-decoration: none!important;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

a.sidbara.number-order,
a.alphabet-item-short.number-order,
a.alphabet-item-eb.number-order {
	font-size: 8px;
	width: 14px;
	height: 15px;
	padding-right: 2px
}

.all-alphabet a.sidbara,
.all-alphabet a.alphabet-item-short,
.all-alphabet a.alphabet-item-eb {
	line-height: 25px;
	width: 25px;
	height: 25px;
	display: block
}

a.sidbara.number-order:focus,
a.alphabet-item-short.number-order:focus,
a.alphabet-item-eb.number-order:focus {
	outline: none
}

.all-alphabet a.sidbara:focus,
.all-alphabet a.alphabet-item-short:focus,
.all-alphabet a.alphabet-item-eb:focus {
	outline: none
}

a.sidbara:hover,
a.alphabet-item-short:hover,
a.alphabet-item-eb:hover {
	background: #333;
	color: #fff;
	text-decoration: none
}

a.sidbara.grey,
a.alphabet-item-short.grey,
a.alphabet-item-eb.grey {
	pointer-events: none;
	cursor: default;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	display: none
}

.active-letter,
.active-letter_brands {
	background: #333;
	color: #fff!important
}

.brand-items-cnt {
	padding: 10px 0
}

.brand-item {
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	display: block;
	margin: 0;
	font-size: 12px;
	-webkit-transition-duration: .9s;
	-moz-transition-duration: .9s;
	-o-transition-duration: .9s;
	transition-duration: .9s
}

.visible {
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	display: block!important
}

.hidden {
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	display: none!important
}

a.brand-item {
	text-decoration: none!important;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 20px
}

.brand-item-eb {
	color: #666
}

.brand-item-eb:hover {
	color: #000
}

.wb-item-col {
	border-bottom: 1px solid #eaeaea;
	padding: 5px 10px;
	transition: all .3s
}

.wb-item-col:hover {
	background-color: #f5f5f5
}

.all-brand-alphabet {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px
}

.alphabet-cnt {
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px
}

.alphabet-cnt-img {
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px
}

.alphabet-cnt-img .alphabet-h2 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 400
}

.alphabet-cnt .alphabet-h2 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 400
}

.brand-item-cnt {
	text-align: left;
	position: relative
}

.alphabet-cnt-img a {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px
}

.alphabet-cnt a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	color: #666 !important
}

.alphabet-cnt a:hover {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	color: #000 !important
}

.alphabet-cnt a img {
	width: 70%;
	margin-bottom: 5px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.alphabet-cnt-img a img {
	width: 70%;
	margin-bottom: 5px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.brand-count-img {
	position: absolute;
	left: 0;
	background: #3f3f3f;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	color: #fff
}

.widget .brand-thumbnails,
.brand-thumbnails {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	clear: both
}

.widget .brand-thumbnails li,
.brand-thumbnails li {
	float: left;
	padding: 0;
	margin: 0 2% 2% 0
}

.widget .brand-thumbnails li.last,
.brand-thumbnails li.last {
	margin-right: 0
}

.widget .brand-thumbnails li img,
.brand-thumbnails li img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0
}

*:focus {
	outline: none!important
}

.all-brand-alphabet {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px
}

.alphabet-cnt {
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px
}

.alphabet-cnt-img {
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px
}

.alphabet-cnt-img .alphabet-h2 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 400
}

.alphabet-cnt .alphabet-h2 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 400
}

.brand-item-cnt {
	text-align: left;
	position: relative
}

.alphabet-cnt-img a {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px
}

.alphabet-cnt a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	color: #666 !important
}

.alphabet-cnt a:hover {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	color: #000 !important
}

.alphabet-cnt a img {
	width: 70%;
	margin-bottom: 5px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.alphabet-cnt-img a img {
	width: 70%;
	margin-bottom: 5px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.brand-count-img {
	position: absolute;
	left: 0;
	background: #3f3f3f;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	color: #fff
}

.wb-alphabet-item-cnt {
	display: inline-block;
	position: relative
}

.wb-alphabet-item-cnt span,
.wb-all-alphabet span {
	position: absolute;
	top: -15px;
	font-size: 11px;
	line-height: normal;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	transition: all .3s
}

.wb-alphabet-item-cnt:hover span,
.wb-all-alphabet:hover span {
	display: block
}

.wb-all-alphabet {
	position: relative
}

.wb-thumb-wrapper>div {
	margin-bottom: 15px;
	float: none;
	display: inline-block;
	margin-left: -4px
}

.wb-thumb-wrapper .wb-thumb-cnt {
	background: #fff
}

.wb-thumb-wrapper .wb-thumb-cnt {
	font-size: 12px
}

.wb-thumb-wrapper .wb-thumb-cnt a {
	text-decoration: none!important;
	text-transform: capitalize;
	font-size: 12px
}

.wb-thumb-wrapper .wb-thumb-cnt a:hover {
	text-decoration: none!important
}

.wb-thumb-wrapper .wb-thumb-cnt {
	text-align: center;
	padding: 10px 0;
	background: #fff
}

.wb-thumb-wrapper .wb-thumb-cnt .wb-car-title a {
	text-decoration: none!important;
	text-transform: capitalize
}

.wb-thumb-wrapper .wb-thumb-cnt .wb-thumb-title a:hover {
	text-decoration: none!important
}

.wb-thumb-wrapper .wb-thumb-cnt img {
	margin-bottom: 5px
}

.wb-thumb-wrapper.wb-thumb-style2 .wb-thumb-cnt {
	text-align: center;
	padding: 20px 0;
	border: 1px solid #ddd
}

.wb-thumb-wrapper.wb-thumb-style2.wb-thumb-round .wb-thumb-cnt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wb-thumb-wrapper.wb-thumb-style2 .wb-thumb-cnt img {
	margin: 0 auto;
	width: auto!important
}

.wb-thumb-wrapper.wb-thumb-style3 .wb-thumb-cnt {
	text-align: center;
	padding: 20px 0 0;
	border: 1px solid #ddd
}

.wb-thumb-wrapper.wb-thumb-style3.wb-thumb-round .wb-thumb-cnt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wb-thumb-wrapper.wb-thumb-style3 img {
	margin: 0 auto 20px auto;
	width: auto!important
}

.wb-thumb-wrapper.wb-thumb-style3 .wb-thumb-title {
	width: 100%;
	padding: 10px 0;
	background: #f5f5f5
}

.wb-thumb-wrapper.wb-thumb-style3 .wb-thumb-title {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.wb-thumb-wrapper.wb-thumb-style4 .wb-thumb-cnt {
	text-align: center;
	padding: 20px 0 0;
	border: 1px solid #ddd
}

.wb-thumb-wrapper.wb-thumb-style4.wb-thumb-round .wb-thumb-cnt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wb-thumb-wrapper.wb-thumb-style4 img {
	margin: 0 auto 20px auto;
	width: auto!important
}

.wb-thumb-wrapper.wb-thumb-style4 .wb-thumb-title {
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #ddd;
	position: relative;
	border-radius: 0!important;
	box-sizing: content-box;
	display: block
}

.wb-thumb-wrapper.wb-thumb-style4 .wb-thumb-title:before {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	border: 4px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wb-thumb-wrapper.wb-thumb-style4 .wb-thumb-title a {
	position: relative
}

.wb-filter-style1 .wb-alphabet-table {
	display: table;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 20px
}

.wb-filter-style1 .wb-alphabet-table .wb-all-alphabet {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	text-align: center;
	padding-right: 5px;
	width: 50px
}

.wb-filter-style1 .wb-alphabet-table .wb-all-alphabet a {
	padding: 10px
}

.wb-filter-style1 .wb-alphabet-table .wb-other-brands {
	padding-left: 10px
}

.wb-filter-style1 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333
}

.wb-filter-style1 .wb-alphabet-table .wb-alphabet-item:hover {
	background: #333;
	color: #fff
}

.wb-filter-style1 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style1 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style1 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: #333;
	color: #fff!important
}

.wb-filter-style2 .wb-alphabet-table {
	display: table;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 20px
}

.wb-filter-style2 .wb-alphabet-table .wb-all-alphabet {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
	width: 50px
}

.wb-filter-style2 .wb-alphabet-table .wb-all-alphabet a {
	padding: 10px
}

.wb-filter-style2 .wb-alphabet-table .wb-other-brands {
	padding-left: 10px
}

.wb-filter-style2 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px
}

.wb-filter-style2 .wb-alphabet-table .wb-alphabet-item:hover {
	border: 1px solid #333;
	color: #333
}

.wb-filter-style2 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style2 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style2 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: none!important;
	border: 1px solid #333;
	color: #333!important
}

.wb-filter-style3 .wb-alphabet-table {
	display: table;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 20px
}

.wb-filter-style3 .wb-alphabet-table .wb-all-alphabet {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
	width: 50px
}

.wb-filter-style3 .wb-alphabet-table .wb-all-alphabet a {
	padding: 10px
}

.wb-filter-style3 .wb-alphabet-table .wb-other-brands {
	padding-left: 10px
}

.wb-filter-style3 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	vertical-align: top;
	margin-right: 7px;
	margin-left: 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid transparent;
	border-top-width: 3px;
	color: #666;
	margin-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.wb-filter-style3 .wb-alphabet-table .wb-alphabet-item:hover {
	border: 1px solid #333;
	border-top-width: 3px;
	color: #333
}

.wb-filter-style3 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style3 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style3 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: none!important;
	border: 1px solid #333;
	border-top-width: 3px;
	color: #333!important
}

.wb-filter-style4 .wb-alphabet-table {
	display: table;
	border-top: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #ededed
}

.wb-filter-style4 .wb-alphabet-table .wb-all-alphabet {
	display: table;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	margin: 10px auto 15px auto
}

.wb-filter-style4 .wb-alphabet-table .wb-all-alphabet a {
	padding: 0 10px
}

.wb-filter-style4 .wb-alphabet-table .wb-other-brands {
	text-align: center
}

.wb-filter-style4 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333
}

.wb-filter-style4 .wb-alphabet-table .wb-alphabet-item:hover {
	background: #333;
	color: #fff
}

.wb-filter-style4 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style4 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style4 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: #333;
	color: #fff!important
}

.wb-filter-style5 .wb-alphabet-table {
	display: table;
	border: 3px solid #ddd;
	padding: 20px 10px 15px;
	width: 100%;
	margin-bottom: 20px
}

.wb-filter-style5 .wb-alphabet-table .wb-all-alphabet {
	display: inline;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-right: 4px
}

.wb-filter-style5 .wb-alphabet-table .wb-all-alphabet a {
	padding: 0 10px
}

.wb-filter-style5 .wb-alphabet-table .wb-other-brands {
	text-align: left;
	display: inline
}

.wb-filter-style5 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333
}

.wb-filter-style5 .wb-alphabet-table .wb-alphabet-item:hover {
	background: #ddd;
	color: #333
}

.wb-filter-style5 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style5 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style5 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: #ddd;
	color: #333!important
}

.wb-filter-style6 .wb-alphabet-table {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border-top: 4px double #ddd;
	border-bottom: 4px double #ddd;
	padding: 10px 0
}

.wb-filter-style6 .wb-alphabet-table .wb-all-alphabet {
	display: table;
	vertical-align: middle;
	text-align: center;
	border: 4px double transparent;
	margin: 10px auto
}

.wb-filter-style6 .wb-alphabet-table .wb-all-alphabet a {
	padding: 0 10px
}

.wb-filter-style6 .wb-alphabet-table .wb-other-brands {
	text-align: center
}

.wb-filter-style6 .wb-alphabet-table .wb-alphabet-item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333;
	border: 4px double transparent;
	padding: 0 10px;
	margin-bottom: 5px
}

.wb-filter-style6 .wb-alphabet-table .wb-alphabet-item:hover {
	background: #fff;
	color: #333!important;
	border: 4px double #ddd
}

.wb-filter-style6 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style6 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style6 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: #fff;
	color: #333!important;
	border: 4px double #ddd
}

.wb-filter-style7 .wb-alphabet-table {
	width: 100%;
	margin-bottom: 20px
}

.wb-filter-style7 .wb-alphabet-table .wb-all-alphabet {
	display: table;
	vertical-align: middle;
	text-align: right;
	margin-bottom: 5px;
	margin-left: auto
}

.wb-filter-style7 .wb-alphabet-table .wb-all-alphabet a {
	padding: 5px 20px;
	border: 3px solid #ddd;
	margin: 0
}

.wb-filter-style7 .wb-all-alphabet span {
	top: -19px
}

.wb-filter-style7 .wb-alphabet-table .wb-other-brands {
	text-align: center;
	border: 3px solid #ddd;
	padding: 25px 5px 20px
}

.wb-filter-style7 .wb-alphabet-table .wb-alphabet-item {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	min-width: 20px;
	min-height: 20px;
	text-decoration: none;
	vertical-align: top;
	margin-right: 7px;
	margin-left: 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333;
	padding: 5px 10px;
	margin-bottom: 5px
}

.wb-filter-style7 .wb-alphabet-table .wb-alphabet-item:hover {
	background: #ddd;
	color: #333!important
}

.wb-filter-style7 .wb-alphabet-table .wb-alphabet-item-number {
	font-size: 10px
}

.wb-filter-style7 .wb-alphabet-table .wb-alphabet-item.active-letter,
.wb-filter-style7 .wb-alphabet-table .wb-alphabet-item.active-letter-eb {
	background: #ddd;
	color: #333!important
}

.wb-invis-item {
	display: none!important
}

.wb-filter-item-cnt .wb-filter-item {
	display: inline-block;
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	margin: 0;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.wb-filter-item-cnt .wb-filter-item.hidden {
	display: none
}

.wb-brandlist-style2 .wb-filter-item-cnt {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	position: relative
}

.wb-brandlist-style2 .wb-filter-item-cnt .wb-filter-item {
	display: block
}

.wb-brandlist-style2 .brand-count {
	position: absolute;
	border: 1px solid #ddd;
	padding: 0 5px;
	min-width: 30px;
	line-height: 20px;
	top: 7px;
	right: 15px;
	text-align: center
}

.wb-brandlist-style2 .overview,
.wb-brandlist-style2 .overview {
	padding: 5px 0!important
}

.wb-brandlist-style3 .wb-filter-item-cnt {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	position: relative
}

.wb-brandlist-style3 .wb-filter-item-cnt .wb-filter-item {
	display: block
}

.wb-brandlist-style3 .brand-count {
	position: absolute;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 0 5px;
	min-width: 30px;
	line-height: 20px;
	top: 7px;
	right: 15px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.wb-brandlist-style3 .overview,
.wb-brandlist-style3 .overview {
	padding: 5px 0!important
}

.wb-brandpro-car-header.wb-brandpro-car-header-style1 {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-bottom-width: 3px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	font-size: 12px
}

.wb-brandpro-car-header.wb-brandpro-car-header-style1 span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}

.wb-brandpro-car-header.wb-brandpro-car-header-style2 {
	text-align: left;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	font-size: 12px
}

.wb-brandpro-car-header.wb-brandpro-car-header-style2 span {
	font-weight: 700;
	margin-right: 5px;
	display: inline-block
}

.wb-brandpro-car-header.wb-brandpro-car-header-style3 {
	position: relative;
	text-align: center;
	padding: 40px 0 10px;
	border: 4px double #ddd;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	font-size: 12px
}

.wb-brandpro-car-header.wb-brandpro-car-header-style3 span {
	position: absolute;
	min-width: 160px;
	top: -1px;
	left: 50%;
	margin-left: -80px;
	border: 1px solid #ddd;
	background: #fff;
	border-top: none;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase
}

.wb-brandpro-car-cnt {
	background: #fff;
	border: 1px solid #ddd
}

.wb-brandpro-car-cnt img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.wb-brandpro-car-cnt .wb-brandpro-car-detail {
	padding: 10px;
	background: #f5f5f5
}

.wb-brandpro-car-cnt .wb-brandpro-car-title h3 {
	font-size: 14px;
	margin: 5px 0;
	text-transform: uppercase
}

.wb-brandpro-car-cnt .wb-brandpro-car-title a {
	text-decoration: none
}

.wb-brandpro-car-cnt .wb-brandpro-car-meta span {
	font-size: 11px;
	text-transform: capitalize;
	font-weight: 700
}

.wb-brandpro-car-cnt .wb-brandpro-car-meta a {
	display: inline-block;
	padding: 3px 5px 3px 0;
	text-decoration: none;
	font-size: 12px
}

.wb-brandpro-style2 .wb-brandpro-car-detail {
	padding: 0;
	background: #fff;
	text-align: center
}

.wb-brandpro-style2 .wb-brandpro-car-title {
	padding: 5px 10px;
	margin-bottom: 5px;
	position: relative
}

.wb-brandpro-style2 .wb-brandpro-car-title:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background-color: #ddd
}

.wb-brandpro-style2 .wb-brandpro-car-price {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 10px;
	margin-bottom: 5px
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style1 {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-bottom-width: 3px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-size: 12px
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style1 span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style2 {
	text-align: left;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-size: 12px
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style2 span {
	font-weight: 700;
	margin-right: 5px;
	display: inline-block
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style3 {
	text-align: center;
	padding: 40px 0 10px;
	border: 4px double #ddd;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	position: relative
}

.wb-brandpro-grid-header.wb-brandpro-car-header-style3 span {
	display: block;
	position: absolute;
	font-weight: 700;
	text-align: center;
	padding: 6px 0;
	background-color: #fff;
	font-weight: 700!important;
	top: -1px;
	left: 0;
	min-width: 150px;
	left: 50%;
	margin-left: -75px;
	border: 1px solid #ddd;
	border-top: 0;
	z-index: 99;
	text-transform: uppercase
}

.wb-allview {
	display: inline-block;
	width: 100%;
	position: relative
}

.wb-allview-style1 .wb-allview-cat-cnt {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}

.wb-allview-style1 .wb-allview-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px
}

.wb-allview-style1 .wb-allview-item-cnt {
	margin-bottom: 5px
}

.wb-allview-style1 .wb-allview-item-cnt img {
	border: none;
	width: auto
}

.wb-allview-style1 .wb-allview-item-cnt .wb-allview-item-title a {
	font-size: 12px;
	text-decoration: none;
	color: #333
}

.wb-allview-style1 .wb-allview-item-cnt .wb-allview-item-title a:hover {
	text-decoration: none
}

.wb-allview.wb-allview-style2 {
	margin-top: 20px
}

.wb-allview-style2 .wb-allview-cat-cnt {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	position: relative
}

.wb-allview-style2 .wb-allview-title {
	font-size: 130px;
	line-height: 130px;
	font-weight: 700;
	color: #e8e8e8;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0
}

.wb-allview-style2 .wb-allview-item-cnt {
	margin-bottom: 50px
}

.wb-allview-style2 .wb-allview-item-cnt img {
	border: none;
	width: auto
}

.wb-allview-style2 .wb-allview-item-cnt .wb-allview-item-title a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-weight: 700
}

.wb-allview-style2 .wb-allview-item-cnt .wb-allview-item-title a:hover {
	text-decoration: none
}

.wb-allview-style3 .wb-allview-cat-cnt {
	margin-bottom: 15px;
	float: none;
	vertical-align: top;
	display: inline-block
}

.wb-allview-style3 .wb-allview-cat-cnt .wb-allview-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px
}

.wb-allview-style3 .wb-allview-item-cnt {
	margin-bottom: 5px
}

.wb-allview-style3 .wb-allview-item-cnt img {
	border: none;
	width: auto
}

.wb-allview-style3 .wb-allview-item-cnt .wb-allview-item-title a {
	font-size: 12px;
	text-decoration: none;
	color: #333
}

.wb-allview-style3 .wb-allview-item-cnt .wb-allview-item-title a:hover {
	text-decoration: none
}

.wb-allview-cat-cnt .row>div {
	margin-bottom: 5px
}

.wb-allview-advcnt {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%
}

.wb-allview-formcnt {
	text-align: center;
	padding: 5px 0 20px
}

.wb-allview-formcnt form {
	margin-bottom: 20px
}

.wb-allview-formcnt select {
	padding: 8px;
	min-width: 200px;
	border: 1px solid #ddd;
	margin-bottom: 10px!important;
	line-height: 40px;
	height: 40px
}

.wb-allview-formcnt label.pw_brand_category_filter_checkbox {
	padding: 5px 15px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	cursor: pointer
}

.wb-allview-formcnt label.pw_brand_category_filter_checkbox:before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../../../plugins/woo-brand/img/circle.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px
}

.wb-allview-formcnt label.pw_brand_category_filter_checkbox.pw-active-filter:before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../../../plugins/woo-brand/css/../img/circle-full.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px
}

.wb-allview-formcnt label.pw_brand_category_filter_checkbox input[type=checkbox] {
	visibility: hidden;
	position: absolute
}

.wb-allview-lettercnt {
	min-height: 50px;
	display: table;
	width: 100%
}

.wb-allview-lettercnt a {
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 35px;
	min-width: 35px!important;
	min-height: 35px;
	border: 1px solid transparent;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-decoration: none;
	color: #333!important
}

.wb-allview-lettercnt a:hover {
	border: 1px solid #999;
	text-decoration: none
}

.wb-allview-formcnt.wb-multi-filter-style2 form {
	margin-bottom: 10px
}

.wb-multi-filter-style2 label.pw_brand_category_filter_checkbox {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 2px 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	font-size: 12px
}

.wb-multi-filter-style2 label.pw_brand_category_filter_checkbox:before {
	display: none
}

.wb-multi-filter-style2 label.pw_brand_category_filter_checkbox:hover,
.wb-multi-filter-style2 label.pw_brand_category_filter_checkbox.pw-active-filter {
	background: #f5f5f5
}

.wb-multi-filter-style2 .wb-allview-lettercnt a {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.wb-multi-filter-style2 .wb-allview-lettercnt a:hover {
	border-color: #ddd
}

.wb-allview-formcnt.wb-multi-filter-style3 form {
	margin-bottom: 10px
}

.wb-multi-filter-style3 label.pw_brand_category_filter_checkbox {
	border: none;
	padding: 2px 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	font-size: 12px
}

.wb-multi-filter-style3 label.pw_brand_category_filter_checkbox:before {
	display: none
}

.wb-multi-filter-style3 label.pw_brand_category_filter_checkbox:hover,
.wb-multi-filter-style3 label.pw_brand_category_filter_checkbox.pw-active-filter {
	background: #f5f5f5
}

.wb-multi-filter-style3 .wb-allview-lettercnt a {
	width: 25px;
	height: 25px;
	font-size: 12px
}

.wb-multi-filter-style3 .wb-allview-lettercnt a:hover {
	border-color: transparent;
	background-color: #f5f5f5
}

.wb-brandpro-list-cnt {
	background: #fff
}

.wb-brandpro-list-cnt img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.wb-brandpro-list-cnt .wb-brandpro-list-detail {
	padding: 10px
}

.wb-brandpro-list-cnt .wb-brandpro-list-title h3 {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase
}

.wb-brandpro-list-cnt .wb-brandpro-list-title a {
	text-decoration: none
}

.wb-brandpro-list-cnt .wb-brandpro-list-meta span {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700
}

.wb-brandpro-list-cnt .wb-brandpro-list-meta a {
	display: inline-block;
	padding: 3px 5px 3px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 200;
	text-transform: capitalize;
	color: #999
}

.tooltip-cnt {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	height: 100px;
	width: 200px;
	top: -50px;
	left: 100%;
	margin-left: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99
}

.tooltip-cnt:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ddd transparent transparent;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
	z-index: 99
}

.tooltip-cnt:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 50%;
	left: -9px;
	margin-top: -10px;
	z-index: 999
}

.wb-brandpro-list-title h3 {
	display: inline;
	position: relative
}

.wb-brandpro-list-title h3:hover .tooltip-cnt {
	opacity: 1;
	visibility: visible
}

.pw_brand_loading_cnt {
	display: none;
	width: 100%;
	z-index: 999999;
	background: #fff;
	opacity: .8;
	position: relative
}

.pw_brand_le_loading {
	color: #333;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50px;
	margin-top: -16px
}

.wb-posted_in {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-weight: 700
}

.wb-single-img-cnt a {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block
}

.brand-description {
	margin: 10px 0
}

.widget .brand-thumbnails,
.brand-thumbnails {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	clear: both
}

.widget .brand-thumbnails li,
.brand-thumbnails li {
	float: left;
	padding: 0;
	margin: 0 2% 2% 0
}

.widget .brand-thumbnails li.last,
.brand-thumbnails li.last {
	margin-right: 0
}

.widget .brand-thumbnails li img,
.brand-thumbnails li img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0
}

.widget_woocommerce_brand_nav ul li {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 25px;
	list-style: none
}

.widget_woocommerce_brand_nav ul li span.count {
	float: right;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	line-height: 20px;
	text-align: center;
	margin-top: 2px;
	font-size: 11px
}

.widget_woocommerce_brand_nav select {
	width: 100%;
	padding: 8px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd
}

.fix-banner {
	position: fixed;
	right: 20px;
	top: 220px
}

.woocommerce form .form-row .required {
	visibility: visible
}

.ps-container {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important
	}
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999
}

.ps-theme-wpc {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
	.ps-theme-wpc {
		overflow: auto !important
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.ps-theme-wpc {
		overflow: auto !important
	}
}

.ps-theme-wpc.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps-theme-wpc.ps-in-scrolling {
	pointer-events: none
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 1);
	width: 2px;
	border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0;
	height: 2px;
	border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	bottom: 0;
	height: 2px !important;
	border-radius: 1px !important
}

.ps-theme-wpc>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-theme-wpc>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 2px;
	border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 2px;
	border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	right: 0;
	width: 2px !important;
	border-radius: 1px !important
}

.ps-theme-wpc>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-theme-wpc>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 2px;
	border-radius: 1px
}

.ps-theme-wpc:hover.ps-in-scrolling {
	pointer-events: none
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 1);
	height: 2px;
	border-radius: 1px
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 1);
	width: 2px;
	border-radius: 1px
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 1)
}

@keyframes spinner {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0)
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0)
	}
}

.wooscp-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-popup.open {
	opacity: 1;
	visibility: visible
}

.wooscp-popup.open .wooscp-popup-inner .wooscp-popup-content {
	top: 50%
}

.wooscp-popup .wooscp-popup-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content {
	position: absolute;
	padding: 15px;
	top: 60%;
	left: 50%;
	width: 360px;
	height: 400px;
	max-width: 90%;
	max-height: 90%;
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-popup-close {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -32px;
	right: -32px;
	color: #fff;
	text-align: center;
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-input input {
	display: block;
	width: 100%;
	border: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-shadow: none;
	color: #222;
	background-color: #f2f2f2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-appearance: none
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result {
	flex-grow: 1;
	margin-top: 15px;
	overflow-y: auto;
	position: relative
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li {
	display: block;
	padding: 10px 0;
	border: 1px solid #fafafa
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner {
	display: flex;
	align-items: center
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-image {
	width: 48px
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-image img {
	width: 48px;
	height: 48px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-name {
	flex-grow: 1;
	padding: 0 10px;
	color: #222
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-add {
	width: 48px;
	text-align: center
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-add span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #222;
	background-color: #f2f2f2;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result ul li .item-inner .item-add span:hover {
	color: #fff;
	background-color: #222
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(255, 255, 255, .7);
	opacity: 0;
	visibility: hidden
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result:after {
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
	margin-left: -16px;
	content: '';
	background-image: url(../images/curve.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	-webkit-animation: spinner 1s linear infinite;
	-moz-animation: spinner 1s linear infinite;
	-ms-animation: spinner 1s linear infinite;
	-o-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
	opacity: 0;
	visibility: hidden
}

.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result.wooscp-loading:before,
.wooscp-popup .wooscp-popup-inner .wooscp-popup-content .wooscp-popup-content-inner .wooscp-search-result.wooscp-loading:after {
	opacity: 1;
	visibility: visible
}

.wooscp-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999979;
	box-sizing: border-box;
	pointer-events: none
}

.wooscp-area .wooscp-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.wooscp-area .wooscp-inner .wooscp-table {
	padding: 15px 15px 78px;
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #292a30;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99999997;
	pointer-events: none
}

.wooscp-area .wooscp-inner .wooscp-table * {
	box-sizing: border-box
}

.wooscp-area .wooscp-inner .wooscp-table.wooscp-table-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner {
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .7);
	opacity: 0;
	visibility: hidden;
	z-index: 7
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner:after {
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
	margin-left: -16px;
	content: '';
	background-image: url(../images/curve.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	-webkit-animation: spinner 1s linear infinite;
	-moz-animation: spinner 1s linear infinite;
	-ms-animation: spinner 1s linear infinite;
	-o-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner.wooscp-loading:before,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner.wooscp-loading:after {
	opacity: 1;
	visibility: visible
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-close {
	z-index: 6;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-close .wooscp-table-close-icon {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 52px;
	min-height: 52px;
	background-color: #eee;
	background-image: url(../images/remove-dark.svg);
	background-repeat: no-repeat;
	background-position: center
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items {
	z-index: 5;
	height: 100%;
	position: relative
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .wooscp-no-result {
	display: block;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table {
	border-spacing: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 6
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead {
	z-index: 8
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr {
	border: none;
	margin: 0;
	padding: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th {
	position: relative;
	border-collapse: collapse;
	z-index: 8 !important;
	text-transform: uppercase;
	padding: 15px 15px 15px 0;
	margin: 0;
	min-width: 200px;
	max-width: 400px;
	vertical-align: middle;
	color: #43454b;
	font-weight: 700;
	text-align: left;
	background-color: #f7f7f7;
	border: none;
	border-image-width: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th:first-child {
	padding-left: 15px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th a {
	text-decoration: none
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody {
	z-index: 7
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr {
	border: none;
	margin: 0;
	padding: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-hide {
	display: none
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
	position: relative;
	border-collapse: collapse;
	padding: 15px 15px 15px 0;
	vertical-align: middle;
	text-align: left;
	min-width: 200px;
	max-width: 400px;
	color: #43454b;
	font-weight: 400;
	border: none;
	z-index: 6;
	border-image-width: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td:first-child {
	z-index: 7;
	padding-left: 15px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td.td-placeholder {
	text-align: center
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td.td-placeholder:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 8px;
	background-color: #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image td.td-placeholder {
	background-image: url(../../../plugins/woo-smart-compare/assets/css/../images/placeholder.png);
	background-repeat: no-repeat;
	background-position: center
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image td.td-placeholder:before {
	display: none
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image a {
	text-decoration: none;
	outline: none;
	display: block
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	height: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-add_to_cart td p,
.wooscp_table tbody tr.tr-add_to_cart td p {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-add_to_cart td p,
.wooscp_table tbody tr.tr-add_to_cart td p {
	font-size: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-add_to_cart td p a,
.wooscp_table tbody tr.tr-add_to_cart td p a {
	font-size: 14px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-rating td .star-rating {
	float: left
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:nth-child(2n) td {
	background-color: #fbfbfb
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover td {
	background-color: #f8f8f8
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table.has-1 thead tr th,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table.has-2 thead tr th {
	width: 25%
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table.has-1 tbody tr td,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table.has-2 tbody tr td {
	width: 25%
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .ps-scrollbar-x-rail,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .ps-scrollbar-y-rail {
	z-index: 999999
}

.wooscp-area .wooscp-inner .wooscp-bar {
	width: 100%;
	height: 78px;
	position: fixed;
	left: 0;
	bottom: -80px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #292a30;
	color: #cfd2d4;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-wrap: nowrap;
	z-index: 99999998;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
	height: 48px;
	line-height: 48px;
	padding: 0 20px 0 68px;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #00a0d2;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	order: 1;
	margin-left: 15px;
	cursor: pointer
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper {
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner {
	width: 16px;
	height: 12px;
	margin-top: 18px;
	margin-left: 16px;
	position: relative
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(1) {
	top: 0
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(2) {
	top: 5px
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(3) {
	top: 10px
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn.wooscp-bar-btn-open .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn.wooscp-bar-btn-open .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(2) {
	opacity: 0;
	left: -60px
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn.wooscp-bar-btn-open .wooscp-bar-btn-icon-wrapper .wooscp-bar-btn-icon-inner span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn.wooscp-bar-btn-icon {
	font-size: 0;
	padding: 0;
	width: 48px;
	overflow: hidden
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-search {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
	background-image: url(../images/add.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-settings-fields {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow-y: auto
}

.wooscp-settings-fields li span {
	cursor: move;
	margin-left: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-settings {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/checkbox.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-remove {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	cursor: pointer;
	background-color: #e32718;
	background-image: url(../images/trash.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items {
	height: 48px;
	max-width: 70%;
	white-space: nowrap;
	width: auto;
	text-align: right;
	order: 0
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item img {
	width: 48px;
	height: 48px;
	cursor: move;
	z-index: 6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item .wooscp-bar-item-remove {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../images/remove.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #292a30;
	z-index: 7;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item .wooscp-bar-item-remove:hover {
	background-color: #f22
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item.removing {
	opacity: .5
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item:hover .wooscp-bar-item-remove {
	opacity: 1;
	visibility: visible
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item:first-child {
	margin-left: 0
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item:last-child {
	margin-right: 0
}

.wooscp-area .wooscp-inner .wooscp-bar.wooscp-bar-open {
	bottom: 0;
	pointer-events: auto;
	opacity: 1;
	visibility: visible
}

.wooscp-area .wooscp-inner .wooscp-bar[data-count="0"] .wooscp-bar-search {
	margin-right: 0
}

.wooscp-area .wooscp-inner .wooscp-bar[data-count="0"] .wooscp-bar-remove,
.wooscp-area .wooscp-inner .wooscp-bar[data-count="1"] .wooscp-bar-remove {
	display: none
}

.wooscp-area.wooscp-bar-top .wooscp-inner .wooscp-table {
	padding: 78px 15px 15px
}

.wooscp-area.wooscp-bar-top .wooscp-inner .wooscp-bar {
	top: -80px;
	bottom: auto
}

.wooscp-area.wooscp-bar-top .wooscp-inner .wooscp-bar.wooscp-bar-open {
	top: 0
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar .wooscp-bar-btn {
	order: 0;
	margin-left: 0;
	margin-right: 15px
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar .wooscp-bar-remove {
	order: 1;
	margin: 0 10px 0 0
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar .wooscp-bar-items {
	order: 2;
	text-align: left
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar .wooscp-bar-search {
	order: 3;
	margin: 0 0 0 10px
}

.wooscp-area.wooscp-bar-left .wooscp-inner .wooscp-bar .wooscp-bar-settings {
	order: 4
}

.wooscp-btn {
	cursor: pointer
}

.wooscp-btn.wooscp-btn-adding:after {
	content: '...'
}

.wooscp-btn.wooscp-btn-added:before {
	content: '\2713';
	margin-right: 5px
}

.wooscp-menu-item .wooscp-menu-item-inner {
	position: relative
}

.wooscp-menu-item .wooscp-menu-item-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: -10px;
	right: -10px
}

body.woocommerce-cart .wooscp-hide-checkout,
body.woocommerce-checkout .wooscp-hide-checkout {
	display: none
}

.wooscp_list {
	max-width: 100%;
	overflow-x: auto
}

.wooscp_table table tr th,
.wooscp_table table tr td {
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important
}

@media screen and (max-width:767px) {
	.wooscp-bar .wooscp-bar-btn {
		font-size: 0 !important;
		padding: 0 !important;
		width: 48px !important;
		overflow: hidden
	}
}

@media print {
	.wooscp_table .tr-add_to_cart {
		display: none
	}
}

@keyframes spinner {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg)
	}
}

.woosw-btn.woosw-added:before {
	content: '\2713';
	margin-right: 5px
}

.woosw-btn.woosw-adding:after {
	content: '...'
}

.woosw-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999989;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	font-size: 14px;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	box-sizing: border-box
}

.woosw-area * {
	box-sizing: border-box
}

.woosw-area.woosw-open {
	opacity: 1;
	visibility: visible
}

.woosw-area.woosw-open .woosw-inner .woosw-content {
	top: 50%;
	border-radius: 4px;
	overflow: hidden
}

.woosw-area .woosw-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.woosw-area .woosw-inner .woosw-content {
	width: 90%;
	max-width: 480px;
	height: auto;
	max-height: 90%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	padding: 0;
	display: flex;
	flex-direction: column;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.woosw-area .woosw-inner .woosw-content>div {
	align-self: stretch
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
	flex: 0 0 auto;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: #222
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count {
	margin-left: 5px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:before {
	content: '('
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:after {
	content: ')'
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-transform: none;
	color: #999;
	font-weight: 400
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
	display: inline-block;
	float: right;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	content: '\e9ea';
	font-size: 20px;
	font-family: 'feather';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid {
	display: block;
	position: relative;
	min-height: 80px;
	flex: 1 1 auto;
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-notice {
	display: block;
	padding: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message {
	display: block;
	padding: 20px 40px 40px;
	font-size: 20px;
	text-align: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
	opacity: .6
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
	margin: 0;
	padding: 0
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td {
	padding: 10px 5px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td:first-child {
	padding-left: 20px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td:last-child {
	padding-right: 20px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .03)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
	background-color: rgba(0, 0, 0, .05)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
	vertical-align: middle
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
	display: inline-block;
	content: '\e9ea';
	font-size: 16px;
	font-family: 'feather';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
	animation: spinner 1s linear infinite;
	-webkit-animation: spinner 1s linear infinite
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
	color: #cc6055
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image {
	width: 90px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
	font-weight: 700
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p {
	border: none !important;
	padding: 0 !important;
	font-size: 0
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>del,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>ins,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>span {
	display: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 14px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
	flex: 0 0 auto;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #222;
	overflow: hidden
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner>span {
	flex-basis: 50%
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner>span:last-child {
	text-align: right
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a {
	color: #fff;
	outline: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
	color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue {
	cursor: pointer
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
	color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
	display: block;
	text-align: center;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-color: #5fbd74;
	position: absolute;
	top: 48px;
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice.woosw-notice-show {
	top: 0
}

.woosw-area.woosw-message .woosw-inner .woosw-content {
	max-width: 320px;
	background-color: #fff
}

.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top {
	color: #222;
	background-color: transparent
}

.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
	color: #222
}

.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-bot {
	display: none
}

.woosw-content-items .woosw-content-item .woosw-content-item--note {
	padding-left: 10px;
	border-left: 2px solid #222;
	font-style: italic;
	font-size: 14px
}

.woosw-list table.woosw-content-items {
	margin: 0;
	padding: 0
}

.woosw-list table.woosw-content-items tr td {
	padding: 10px 5px
}

.woosw-list table.woosw-content-items tr td:first-child {
	padding-left: 20px
}

.woosw-list table.woosw-content-items tr td:last-child {
	padding-right: 20px
}

.woosw-list table.woosw-content-items tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .03)
}

.woosw-list table.woosw-content-items tr:hover td {
	background-color: rgba(0, 0, 0, .05)
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
	vertical-align: middle
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
	display: inline-block;
	content: '\e9ea';
	font-size: 16px;
	font-family: 'feather';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
	animation: spinner 1s linear infinite;
	-webkit-animation: spinner 1s linear infinite
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
	color: #cc6055
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image {
	width: 90px
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
	font-weight: 700
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p {
	border: none !important;
	padding: 0 !important;
	font-size: 0
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>del,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>ins,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>span {
	display: none
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 14px
}

.woosw-list .woosw-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px
}

.woosw-list .woosw-copy {
	display: flex;
	align-items: center
}

.woosw-list .woosw-copy .woosw-copy-url {
	margin-left: 10px
}

.woosw-list .woosw-share a {
	display: inline-block;
	margin-left: 10px
}

.woosw-menu-item .woosw-menu-item-inner {
	position: relative
}

.woosw-menu-item .woosw-menu-item-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	left: 10px;
	top: -8px
}

.woosw-menu-item .woosw-menu-item-inner span {
	margin-left: 5px
}

.woosw-menu-item .woosw-menu-item-inner .woosw-icon {
	display: inline-block;
	text-align: center;
	margin: 0;
	width: 20px
}

.woosw-menu-item .woosw-menu-item-inner .woosw-icon:before {
	content: '\e966';
	font-family: 'feather';
	speak: none;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:860px) {
	.woosw-list .woosw-actions {
		flex-direction: column;
		align-items: flex-start
	}
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
	background-color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
	color: #5fbd74
}

@charset "UTF-8";
@font-face {
	font-family: 'CerebriSans';
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Regular.eot);
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Regular.eot#iefix) format('embedded-opentype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Regular.ttf) format('truetype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Regular.woff) format('woff'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Regular.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'CerebriSans';
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Italic.eot);
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Italic.eot#iefix) format('embedded-opentype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Italic.ttf) format('truetype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Italic.woff) format('woff'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Italic.svg) format('svg');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: 'CerebriSans';
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Medium.eot);
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Medium.eot#iefix) format('embedded-opentype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Medium.ttf) format('truetype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Medium.woff) format('woff'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Medium.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'CerebriSans';
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot);
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf) format('truetype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-SemiBold.woff) format('woff'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-SemiBold.svg) format('svg');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'CerebriSans';
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Bold.eot);
	src: url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Bold.eot#iefix) format('embedded-opentype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Bold.ttf) format('truetype'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Bold.woff) format('woff'), url(../../../themes/medizin/assets/fonts/cerebrisans/CerebriSans-Bold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}



.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-abacus:before {
	content: "\f640"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acorn:before {
	content: "\f6ae"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adobe:before {
	content: "\f778"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-alarm-clock:before {
	content: "\f34e"
}

.fa-alarm-exclamation:before {
	content: "\f843"
}

.fa-alarm-plus:before {
	content: "\f844"
}

.fa-alarm-snooze:before {
	content: "\f845"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-alicorn:before {
	content: "\f6b0"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-slash:before {
	content: "\f846"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-analytics:before {
	content: "\f643"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angel:before {
	content: "\f779"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-crate:before {
	content: "\f6b1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-alt-down:before {
	content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
	content: "\f346"
}

.fa-arrow-alt-from-left:before {
	content: "\f347"
}

.fa-arrow-alt-from-right:before {
	content: "\f348"
}

.fa-arrow-alt-from-top:before {
	content: "\f349"
}

.fa-arrow-alt-left:before {
	content: "\f355"
}

.fa-arrow-alt-right:before {
	content: "\f356"
}

.fa-arrow-alt-square-down:before {
	content: "\f350"
}

.fa-arrow-alt-square-left:before {
	content: "\f351"
}

.fa-arrow-alt-square-right:before {
	content: "\f352"
}

.fa-arrow-alt-square-up:before {
	content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
	content: "\f34a"
}

.fa-arrow-alt-to-left:before {
	content: "\f34b"
}

.fa-arrow-alt-to-right:before {
	content: "\f34c"
}

.fa-arrow-alt-to-top:before {
	content: "\f34d"
}

.fa-arrow-alt-up:before {
	content: "\f357"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-from-bottom:before {
	content: "\f342"
}

.fa-arrow-from-left:before {
	content: "\f343"
}

.fa-arrow-from-right:before {
	content: "\f344"
}

.fa-arrow-from-top:before {
	content: "\f345"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-square-down:before {
	content: "\f339"
}

.fa-arrow-square-left:before {
	content: "\f33a"
}

.fa-arrow-square-right:before {
	content: "\f33b"
}

.fa-arrow-square-up:before {
	content: "\f33c"
}

.fa-arrow-to-bottom:before {
	content: "\f33d"
}

.fa-arrow-to-left:before {
	content: "\f33e"
}

.fa-arrow-to-right:before {
	content: "\f340"
}

.fa-arrow-to-top:before {
	content: "\f341"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-atom-alt:before {
	content: "\f5d3"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-axe:before {
	content: "\f6b2"
}

.fa-axe-battle:before {
	content: "\f6b3"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backpack:before {
	content: "\f5d4"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-badge:before {
	content: "\f335"
}

.fa-badge-check:before {
	content: "\f336"
}

.fa-badge-dollar:before {
	content: "\f645"
}

.fa-badge-percent:before {
	content: "\f646"
}

.fa-badger-honey:before {
	content: "\f6b4"
}

.fa-bags-shopping:before {
	content: "\f847"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ball-pile:before {
	content: "\f77e"
}

.fa-ballot:before {
	content: "\f732"
}

.fa-ballot-check:before {
	content: "\f733"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-barcode-alt:before {
	content: "\f463"
}

.fa-barcode-read:before {
	content: "\f464"
}

.fa-barcode-scan:before {
	content: "\f465"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball:before {
	content: "\f432"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-basketball-hoop:before {
	content: "\f435"
}

.fa-bat:before {
	content: "\f6b5"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-bolt:before {
	content: "\f376"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-slash:before {
	content: "\f377"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-exclamation:before {
	content: "\f848"
}

.fa-bell-plus:before {
	content: "\f849"
}

.fa-bell-school:before {
	content: "\f5d5"
}

.fa-bell-school-slash:before {
	content: "\f5d6"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bells:before {
	content: "\f77f"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-biking-mountain:before {
	content: "\f84b"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blanket:before {
	content: "\f498"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bone-break:before {
	content: "\f5d8"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-alt:before {
	content: "\f5d9"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-heart:before {
	content: "\f499"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-book-spells:before {
	content: "\f6b8"
}

.fa-book-user:before {
	content: "\f7e7"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-books:before {
	content: "\f5db"
}

.fa-books-medical:before {
	content: "\f7e8"
}

.fa-boot:before {
	content: "\f782"
}

.fa-booth-curtain:before {
	content: "\f734"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-bottom:before {
	content: "\f84d"
}

.fa-border-inner:before {
	content: "\f84e"
}

.fa-border-left:before {
	content: "\f84f"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-outer:before {
	content: "\f851"
}

.fa-border-right:before {
	content: "\f852"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-border-style-alt:before {
	content: "\f854"
}

.fa-border-top:before {
	content: "\f855"
}

.fa-bow-arrow:before {
	content: "\f6b9"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-bowling-pins:before {
	content: "\f437"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-alt:before {
	content: "\f49a"
}

.fa-box-ballot:before {
	content: "\f735"
}

.fa-box-check:before {
	content: "\f467"
}

.fa-box-fragile:before {
	content: "\f49b"
}

.fa-box-full:before {
	content: "\f49c"
}

.fa-box-heart:before {
	content: "\f49d"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-up:before {
	content: "\f49f"
}

.fa-box-usd:before {
	content: "\f4a0"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-boxes-alt:before {
	content: "\f4a1"
}

.fa-boxing-glove:before {
	content: "\f438"
}

.fa-brackets:before {
	content: "\f7e9"
}

.fa-brackets-curly:before {
	content: "\f7ea"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-loaf:before {
	content: "\f7eb"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-bring-forward:before {
	content: "\f856"
}

.fa-bring-front:before {
	content: "\f857"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-browser:before {
	content: "\f37e"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-bullseye-arrow:before {
	content: "\f648"
}

.fa-bullseye-pointer:before {
	content: "\f649"
}

.fa-burger-soda:before {
	content: "\f858"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-burrito:before {
	content: "\f7ed"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-bus-school:before {
	content: "\f5dd"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-cabinet-filing:before {
	content: "\f64b"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calculator-alt:before {
	content: "\f64c"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-edit:before {
	content: "\f333"
}

.fa-calendar-exclamation:before {
	content: "\f334"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-star:before {
	content: "\f736"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-alt:before {
	content: "\f332"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campfire:before {
	content: "\f6ba"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candle-holder:before {
	content: "\f6bc"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-candy-corn:before {
	content: "\f6bd"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-building:before {
	content: "\f859"
}

.fa-car-bump:before {
	content: "\f5e0"
}

.fa-car-bus:before {
	content: "\f85a"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-garage:before {
	content: "\f5e2"
}

.fa-car-mechanic:before {
	content: "\f5e3"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-car-tilt:before {
	content: "\f5e5"
}

.fa-car-wash:before {
	content: "\f5e6"
}

.fa-caret-circle-down:before {
	content: "\f32d"
}

.fa-caret-circle-left:before {
	content: "\f32e"
}

.fa-caret-circle-right:before {
	content: "\f330"
}

.fa-caret-circle-up:before {
	content: "\f331"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cars:before {
	content: "\f85b"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cauldron:before {
	content: "\f6bf"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chair-office:before {
	content: "\f6c1"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-line-down:before {
	content: "\f64d"
}

.fa-chart-network:before {
	content: "\f78a"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-chart-pie-alt:before {
	content: "\f64e"
}

.fa-chart-scatter:before {
	content: "\f7ee"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-cheese-swiss:before {
	content: "\f7f0"
}

.fa-cheeseburger:before {
	content: "\f7f1"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-bishop-alt:before {
	content: "\f43b"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-clock:before {
	content: "\f43d"
}

.fa-chess-clock-alt:before {
	content: "\f43e"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-king-alt:before {
	content: "\f440"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-knight-alt:before {
	content: "\f442"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-pawn-alt:before {
	content: "\f444"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-queen-alt:before {
	content: "\f446"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chess-rook-alt:before {
	content: "\f448"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-double-down:before {
	content: "\f322"
}

.fa-chevron-double-left:before {
	content: "\f323"
}

.fa-chevron-double-right:before {
	content: "\f324"
}

.fa-chevron-double-up:before {
	content: "\f325"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-square-down:before {
	content: "\f329"
}

.fa-chevron-square-left:before {
	content: "\f32a"
}

.fa-chevron-square-right:before {
	content: "\f32b"
}

.fa-chevron-square-up:before {
	content: "\f32c"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chimney:before {
	content: "\f78b"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-claw-marks:before {
	content: "\f6c2"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clipboard-list-check:before {
	content: "\f737"
}

.fa-clipboard-prescription:before {
	content: "\f5e8"
}

.fa-clipboard-user:before {
	content: "\f7f3"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-drizzle:before {
	content: "\f738"
}

.fa-cloud-hail:before {
	content: "\f739"
}

.fa-cloud-hail-mixed:before {
	content: "\f73a"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-rainbow:before {
	content: "\f73e"
}

.fa-cloud-showers:before {
	content: "\f73f"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sleet:before {
	content: "\f741"
}

.fa-cloud-snow:before {
	content: "\f742"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-clouds:before {
	content: "\f744"
}

.fa-clouds-moon:before {
	content: "\f745"
}

.fa-clouds-sun:before {
	content: "\f746"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-club:before {
	content: "\f327"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-code-commit:before {
	content: "\f386"
}

.fa-code-merge:before {
	content: "\f387"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-coffee-togo:before {
	content: "\f6c5"
}

.fa-coffin:before {
	content: "\f6c6"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coin:before {
	content: "\f85c"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-alt-check:before {
	content: "\f4a2"
}

.fa-comment-alt-dollar:before {
	content: "\f650"
}

.fa-comment-alt-dots:before {
	content: "\f4a3"
}

.fa-comment-alt-edit:before {
	content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
	content: "\f4a5"
}

.fa-comment-alt-lines:before {
	content: "\f4a6"
}

.fa-comment-alt-medical:before {
	content: "\f7f4"
}

.fa-comment-alt-minus:before {
	content: "\f4a7"
}

.fa-comment-alt-plus:before {
	content: "\f4a8"
}

.fa-comment-alt-slash:before {
	content: "\f4a9"
}

.fa-comment-alt-smile:before {
	content: "\f4aa"
}

.fa-comment-alt-times:before {
	content: "\f4ab"
}

.fa-comment-check:before {
	content: "\f4ac"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-edit:before {
	content: "\f4ae"
}

.fa-comment-exclamation:before {
	content: "\f4af"
}

.fa-comment-lines:before {
	content: "\f4b0"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-minus:before {
	content: "\f4b1"
}

.fa-comment-plus:before {
	content: "\f4b2"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comment-smile:before {
	content: "\f4b4"
}

.fa-comment-times:before {
	content: "\f4b5"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-alt:before {
	content: "\f4b6"
}

.fa-comments-alt-dollar:before {
	content: "\f652"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compass-slash:before {
	content: "\f5e9"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-compress-wide:before {
	content: "\f326"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-construction:before {
	content: "\f85d"
}

.fa-container-storage:before {
	content: "\f4b7"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-conveyor-belt:before {
	content: "\f46e"
}

.fa-conveyor-belt-alt:before {
	content: "\f46f"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-corn:before {
	content: "\f6c7"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cow:before {
	content: "\f6c8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-credit-card-blank:before {
	content: "\f389"
}

.fa-credit-card-front:before {
	content: "\f38a"
}

.fa-cricket:before {
	content: "\f449"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-croissant:before {
	content: "\f7f6"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-crutches:before {
	content: "\f7f8"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-curling:before {
	content: "\f44a"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dagger:before {
	content: "\f6cb"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-debug:before {
	content: "\f7f9"
}

.fa-deer:before {
	content: "\f78e"
}

.fa-deer-rudolph:before {
	content: "\f78f"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-desktop-alt:before {
	content: "\f390"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dewpoint:before {
	content: "\f748"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d10:before {
	content: "\f6cd"
}

.fa-dice-d12:before {
	content: "\f6ce"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d4:before {
	content: "\f6d0"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-d8:before {
	content: "\f6d2"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digging:before {
	content: "\f85e"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-diploma:before {
	content: "\f5ea"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-do-not-enter:before {
	content: "\f5ec"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dog-leashed:before {
	content: "\f6d4"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-empty:before {
	content: "\f473"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-dolly-flatbed-alt:before {
	content: "\f475"
}

.fa-dolly-flatbed-empty:before {
	content: "\f476"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-circle:before {
	content: "\f5ed"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-draw-square:before {
	content: "\f5ef"
}

.fa-dreidel:before {
	content: "\f792"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-drone:before {
	content: "\f85f"
}

.fa-drone-alt:before {
	content: "\f860"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick:before {
	content: "\f6d6"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dryer:before {
	content: "\f861"
}

.fa-dryer-alt:before {
	content: "\f862"
}

.fa-duck:before {
	content: "\f6d8"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-ear:before {
	content: "\f5f0"
}

.fa-ear-muffs:before {
	content: "\f795"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-eclipse:before {
	content: "\f749"
}

.fa-eclipse-alt:before {
	content: "\f74a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-egg-fried:before {
	content: "\f7fc"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-elephant:before {
	content: "\f6da"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-h-alt:before {
	content: "\f39b"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ellipsis-v-alt:before {
	content: "\f39c"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-empty-set:before {
	content: "\f656"
}

.fa-engine-warning:before {
	content: "\f5f2"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-dollar:before {
	content: "\f657"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-square:before {
	content: "\f321"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows:before {
	content: "\f31d"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expand-wide:before {
	content: "\f320"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-evil:before {
	content: "\f6db"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-farm:before {
	content: "\f864"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-field-hockey:before {
	content: "\f44c"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-certificate:before {
	content: "\f5f3"
}

.fa-file-chart-line:before {
	content: "\f659"
}

.fa-file-chart-pie:before {
	content: "\f65a"
}

.fa-file-check:before {
	content: "\f316"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-edit:before {
	content: "\f31c"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-exclamation:before {
	content: "\f31a"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-minus:before {
	content: "\f318"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-plus:before {
	content: "\f319"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-search:before {
	content: "\f865"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-spreadsheet:before {
	content: "\f65b"
}

.fa-file-times:before {
	content: "\f317"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-user:before {
	content: "\f65c"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-files-medical:before {
	content: "\f7fd"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-film-alt:before {
	content: "\f3a0"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-fire-smoke:before {
	content: "\f74b"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-fireplace:before {
	content: "\f79a"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fish-cooked:before {
	content: "\f7fe"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-alt:before {
	content: "\f74c"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flame:before {
	content: "\f6df"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flask-poison:before {
	content: "\f6e0"
}

.fa-flask-potion:before {
	content: "\f6e1"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flower:before {
	content: "\f7ff"
}

.fa-flower-daffodil:before {
	content: "\f800"
}

.fa-flower-tulip:before {
	content: "\f801"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-fog:before {
	content: "\f74e"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-folder-times:before {
	content: "\f65f"
}

.fa-folder-tree:before {
	content: "\f802"
}

.fa-folders:before {
	content: "\f660"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-font-case:before {
	content: "\f866"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-football-helmet:before {
	content: "\f44f"
}

.fa-forklift:before {
	content: "\f47a"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-fragile:before {
	content: "\f4bb"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-french-fries:before {
	content: "\f803"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frosty-head:before {
	content: "\f79b"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-function:before {
	content: "\f661"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-game-board:before {
	content: "\f867"
}

.fa-game-board-alt:before {
	content: "\f868"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gas-pump-slash:before {
	content: "\f5f4"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gift-card:before {
	content: "\f663"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-gingerbread-man:before {
	content: "\f79d"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass:before {
	content: "\f804"
}

.fa-glass-champagne:before {
	content: "\f79e"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-citrus:before {
	content: "\f869"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glass-whiskey-rocks:before {
	content: "\f7a1"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glasses-alt:before {
	content: "\f5f5"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-globe-snow:before {
	content: "\f7a3"
}

.fa-globe-stand:before {
	content: "\f5f6"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-golf-club:before {
	content: "\f451"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-h1:before {
	content: "\f313"
}

.fa-h2:before {
	content: "\f314"
}

.fa-h3:before {
	content: "\f315"
}

.fa-h4:before {
	content: "\f86a"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hammer-war:before {
	content: "\f6e4"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-heart:before {
	content: "\f4bc"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-box:before {
	content: "\f47b"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-magic:before {
	content: "\f6e5"
}

.fa-hand-holding-seedling:before {
	content: "\f4bf"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-receiving:before {
	content: "\f47c"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-heart:before {
	content: "\f4c3"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-usd:before {
	content: "\f4c5"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt:before {
	content: "\f4c6"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-chef:before {
	content: "\f86b"
}

.fa-hat-santa:before {
	content: "\f7a7"
}

.fa-hat-winter:before {
	content: "\f7a8"
}

.fa-hat-witch:before {
	content: "\f6e7"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-haykal:before {
	content: "\f666"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side:before {
	content: "\f6e9"
}

.fa-head-side-brain:before {
	content: "\f808"
}

.fa-head-side-medical:before {
	content: "\f809"
}

.fa-head-vr:before {
	content: "\f6ea"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heart-circle:before {
	content: "\f4c7"
}

.fa-heart-rate:before {
	content: "\f5f8"
}

.fa-heart-square:before {
	content: "\f4c8"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-helmet-battle:before {
	content: "\f6eb"
}

.fa-hexagon:before {
	content: "\f312"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-mask:before {
	content: "\f6ee"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-hockey-sticks:before {
	content: "\f454"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-home-alt:before {
	content: "\f80a"
}

.fa-home-heart:before {
	content: "\f4c9"
}

.fa-home-lg:before {
	content: "\f80b"
}

.fa-home-lg-alt:before {
	content: "\f80c"
}

.fa-hood-cloak:before {
	content: "\f6ef"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-horizontal-rule:before {
	content: "\f86c"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hospitals:before {
	content: "\f80e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-flood:before {
	content: "\f74f"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-humidity:before {
	content: "\f750"
}

.fa-hurricane:before {
	content: "\f751"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-ice-skate:before {
	content: "\f7ac"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-icons-alt:before {
	content: "\f86e"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-inbox-in:before {
	content: "\f310"
}

.fa-inbox-out:before {
	content: "\f311"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-industry-alt:before {
	content: "\f3b3"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-info-square:before {
	content: "\f30f"
}

.fa-inhaler:before {
	content: "\f5f9"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-integral:before {
	content: "\f667"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-intersection:before {
	content: "\f668"
}

.fa-inventory:before {
	content: "\f480"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-island-tropical:before {
	content: "\f811"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jack-o-lantern:before {
	content: "\f30e"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-kerning:before {
	content: "\f86f"
}

.fa-key:before {
	content: "\f084"
}

.fa-key-skeleton:before {
	content: "\f6f3"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-keynote:before {
	content: "\f66c"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kidneys:before {
	content: "\f5fb"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kite:before {
	content: "\f6f4"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-knife-kitchen:before {
	content: "\f6f5"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-lambda:before {
	content: "\f66e"
}

.fa-lamp:before {
	content: "\f4ca"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-landmark-alt:before {
	content: "\f752"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-layer-minus:before {
	content: "\f5fe"
}

.fa-layer-plus:before {
	content: "\f5ff"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leaf-heart:before {
	content: "\f4cb"
}

.fa-leaf-maple:before {
	content: "\f6f6"
}

.fa-leaf-oak:before {
	content: "\f6f7"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-lightbulb-dollar:before {
	content: "\f670"
}

.fa-lightbulb-exclamation:before {
	content: "\f671"
}

.fa-lightbulb-on:before {
	content: "\f672"
}

.fa-lightbulb-slash:before {
	content: "\f673"
}

.fa-lights-holiday:before {
	content: "\f7b2"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-line-columns:before {
	content: "\f870"
}

.fa-line-height:before {
	content: "\f871"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lips:before {
	content: "\f600"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location:before {
	content: "\f601"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-location-circle:before {
	content: "\f602"
}

.fa-location-slash:before {
	content: "\f603"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-alt:before {
	content: "\f30d"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-lock-open-alt:before {
	content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-loveseat:before {
	content: "\f4cc"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luchador:before {
	content: "\f455"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-mace:before {
	content: "\f6f8"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailbox:before {
	content: "\f813"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-mandolin:before {
	content: "\f6f9"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
	content: "\f605"
}

.fa-map-marker-check:before {
	content: "\f606"
}

.fa-map-marker-edit:before {
	content: "\f607"
}

.fa-map-marker-exclamation:before {
	content: "\f608"
}

.fa-map-marker-minus:before {
	content: "\f609"
}

.fa-map-marker-plus:before {
	content: "\f60a"
}

.fa-map-marker-question:before {
	content: "\f60b"
}

.fa-map-marker-slash:before {
	content: "\f60c"
}

.fa-map-marker-smile:before {
	content: "\f60d"
}

.fa-map-marker-times:before {
	content: "\f60e"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-meat:before {
	content: "\f814"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaphone:before {
	content: "\f675"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-mind-share:before {
	content: "\f677"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-hexagon:before {
	content: "\f307"
}

.fa-minus-octagon:before {
	content: "\f308"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mistletoe:before {
	content: "\f7b4"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-mobile-android:before {
	content: "\f3ce"
}

.fa-mobile-android-alt:before {
	content: "\f3cf"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-money-check-edit:before {
	content: "\f872"
}

.fa-money-check-edit-alt:before {
	content: "\f873"
}

.fa-monitor-heart-rate:before {
	content: "\f611"
}

.fa-monkey:before {
	content: "\f6fb"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-moon-cloud:before {
	content: "\f754"
}

.fa-moon-stars:before {
	content: "\f755"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mountains:before {
	content: "\f6fd"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug:before {
	content: "\f874"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-mug-marshmallows:before {
	content: "\f7b7"
}

.fa-mug-tea:before {
	content: "\f875"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-narwhal:before {
	content: "\f6fe"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octagon:before {
	content: "\f306"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-oil-temp:before {
	content: "\f614"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-omega:before {
	content: "\f67a"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-ornament:before {
	content: "\f7b8"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-overline:before {
	content: "\f876"
}

.fa-page-break:before {
	content: "\f877"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-brush-alt:before {
	content: "\f5a9"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-pallet-alt:before {
	content: "\f483"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paragraph-rtl:before {
	content: "\f878"
}

.fa-parking:before {
	content: "\f540"
}

.fa-parking-circle:before {
	content: "\f615"
}

.fa-parking-circle-slash:before {
	content: "\f616"
}

.fa-parking-slash:before {
	content: "\f617"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paw-alt:before {
	content: "\f701"
}

.fa-paw-claws:before {
	content: "\f702"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pegasus:before {
	content: "\f703"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-paintbrush:before {
	content: "\f618"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-pennant:before {
	content: "\f456"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-person-carry:before {
	content: "\f4cf"
}

.fa-person-dolly:before {
	content: "\f4d0"
}

.fa-person-dolly-empty:before {
	content: "\f4d1"
}

.fa-person-sign:before {
	content: "\f757"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-laptop:before {
	content: "\f87a"
}

.fa-phone-office:before {
	content: "\f67d"
}

.fa-phone-plus:before {
	content: "\f4d2"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pi:before {
	content: "\f67e"
}

.fa-pie:before {
	content: "\f705"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pig:before {
	content: "\f706"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza:before {
	content: "\f817"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-alt:before {
	content: "\f3de"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-hexagon:before {
	content: "\f300"
}

.fa-plus-octagon:before {
	content: "\f301"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-podium:before {
	content: "\f680"
}

.fa-podium-star:before {
	content: "\f758"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poll-people:before {
	content: "\f759"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-popcorn:before {
	content: "\f819"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-presentation:before {
	content: "\f685"
}

.fa-print:before {
	content: "\f02f"
}

.fa-print-search:before {
	content: "\f81a"
}

.fa-print-slash:before {
	content: "\f686"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pumpkin:before {
	content: "\f707"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-question-square:before {
	content: "\f2fd"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-rabbit:before {
	content: "\f708"
}

.fa-rabbit-fast:before {
	content: "\f709"
}

.fa-racquet:before {
	content: "\f45a"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-raindrops:before {
	content: "\f75c"
}

.fa-ram:before {
	content: "\f70a"
}

.fa-ramp-loading:before {
	content: "\f4d4"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-rectangle-landscape:before {
	content: "\f2fa"
}

.fa-rectangle-portrait:before {
	content: "\f2fb"
}

.fa-rectangle-wide:before {
	content: "\f2fc"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-repeat:before {
	content: "\f363"
}

.fa-repeat-1:before {
	content: "\f365"
}

.fa-repeat-1-alt:before {
	content: "\f366"
}

.fa-repeat-alt:before {
	content: "\f364"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-retweet-alt:before {
	content: "\f361"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-rings-wedding:before {
	content: "\f81b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-route-highway:before {
	content: "\f61a"
}

.fa-route-interstate:before {
	content: "\f61b"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-triangle:before {
	content: "\f61c"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rv:before {
	content: "\f7be"
}

.fa-sack:before {
	content: "\f81c"
}

.fa-sack-dollar:before {
	content: "\f81d"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salad:before {
	content: "\f81e"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sandwich:before {
	content: "\f81f"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-sausage:before {
	content: "\f820"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-scalpel:before {
	content: "\f61d"
}

.fa-scalpel-path:before {
	content: "\f61e"
}

.fa-scanner:before {
	content: "\f488"
}

.fa-scanner-keyboard:before {
	content: "\f489"
}

.fa-scanner-touchscreen:before {
	content: "\f48a"
}

.fa-scarecrow:before {
	content: "\f70d"
}

.fa-scarf:before {
	content: "\f7c1"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-scroll-old:before {
	content: "\f70f"
}

.fa-scrubber:before {
	content: "\f2f8"
}

.fa-scythe:before {
	content: "\f710"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-send-back:before {
	content: "\f87e"
}

.fa-send-backward:before {
	content: "\f87f"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-all:before {
	content: "\f367"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-sheep:before {
	content: "\f711"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield:before {
	content: "\f132"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-check:before {
	content: "\f2f7"
}

.fa-shield-cross:before {
	content: "\f712"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shipping-timed:before {
	content: "\f48c"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shish-kebab:before {
	content: "\f821"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shovel:before {
	content: "\f713"
}

.fa-shovel-snow:before {
	content: "\f7c3"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shredder:before {
	content: "\f68a"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-shuttlecock:before {
	content: "\f45b"
}

.fa-sickle:before {
	content: "\f822"
}

.fa-sigma:before {
	content: "\f68b"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signal-1:before {
	content: "\f68c"
}

.fa-signal-2:before {
	content: "\f68d"
}

.fa-signal-3:before {
	content: "\f68e"
}

.fa-signal-4:before {
	content: "\f68f"
}

.fa-signal-alt:before {
	content: "\f690"
}

.fa-signal-alt-1:before {
	content: "\f691"
}

.fa-signal-alt-2:before {
	content: "\f692"
}

.fa-signal-alt-3:before {
	content: "\f693"
}

.fa-signal-alt-slash:before {
	content: "\f694"
}

.fa-signal-slash:before {
	content: "\f695"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-skeleton:before {
	content: "\f620"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-ski-jump:before {
	content: "\f7c7"
}

.fa-ski-lift:before {
	content: "\f7c8"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sledding:before {
	content: "\f7cb"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-sliders-h-square:before {
	content: "\f3f0"
}

.fa-sliders-v:before {
	content: "\f3f1"
}

.fa-sliders-v-square:before {
	content: "\f3f2"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-plus:before {
	content: "\f5b9"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoke:before {
	content: "\f760"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snake:before {
	content: "\f716"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snooze:before {
	content: "\f880"
}

.fa-snow-blowing:before {
	content: "\f761"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowflakes:before {
	content: "\f7cf"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowmobile:before {
	content: "\f7d1"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-alt:before {
	content: "\f883"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-shapes-down:before {
	content: "\f888"
}

.fa-sort-shapes-down-alt:before {
	content: "\f889"
}

.fa-sort-shapes-up:before {
	content: "\f88a"
}

.fa-sort-shapes-up-alt:before {
	content: "\f88b"
}

.fa-sort-size-down:before {
	content: "\f88c"
}

.fa-sort-size-down-alt:before {
	content: "\f88d"
}

.fa-sort-size-up:before {
	content: "\f88e"
}

.fa-sort-size-up-alt:before {
	content: "\f88f"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-soup:before {
	content: "\f823"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-spade:before {
	content: "\f2f4"
}

.fa-sparkles:before {
	content: "\f890"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spider-black-widow:before {
	content: "\f718"
}

.fa-spider-web:before {
	content: "\f719"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spinner-third:before {
	content: "\f3f4"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root:before {
	content: "\f697"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-squirrel:before {
	content: "\f71a"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-staff:before {
	content: "\f71b"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-christmas:before {
	content: "\f7d4"
}

.fa-star-exclamation:before {
	content: "\f2f3"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-stars:before {
	content: "\f762"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steak:before {
	content: "\f824"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-steering-wheel:before {
	content: "\f622"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stocking:before {
	content: "\f7d5"
}

.fa-stomach:before {
	content: "\f623"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-stretcher:before {
	content: "\f825"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-sun-cloud:before {
	content: "\f763"
}

.fa-sun-dust:before {
	content: "\f764"
}

.fa-sun-haze:before {
	content: "\f765"
}

.fa-sunglasses:before {
	content: "\f892"
}

.fa-sunrise:before {
	content: "\f766"
}

.fa-sunset:before {
	content: "\f767"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-sword:before {
	content: "\f71c"
}

.fa-swords:before {
	content: "\f71d"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablet-android:before {
	content: "\f3fb"
}

.fa-tablet-android-alt:before {
	content: "\f3fc"
}

.fa-tablet-rugged:before {
	content: "\f48f"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer:before {
	content: "\f0e4"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tachometer-alt-average:before {
	content: "\f624"
}

.fa-tachometer-alt-fast:before {
	content: "\f625"
}

.fa-tachometer-alt-fastest:before {
	content: "\f626"
}

.fa-tachometer-alt-slow:before {
	content: "\f627"
}

.fa-tachometer-alt-slowest:before {
	content: "\f628"
}

.fa-tachometer-average:before {
	content: "\f629"
}

.fa-tachometer-fast:before {
	content: "\f62a"
}

.fa-tachometer-fastest:before {
	content: "\f62b"
}

.fa-tachometer-slow:before {
	content: "\f62c"
}

.fa-tachometer-slowest:before {
	content: "\f62d"
}

.fa-taco:before {
	content: "\f826"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tally:before {
	content: "\f69c"
}

.fa-tanakh:before {
	content: "\f827"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-tasks-alt:before {
	content: "\f828"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-frigid:before {
	content: "\f768"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-hot:before {
	content: "\f76a"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-tennis-ball:before {
	content: "\f45e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text:before {
	content: "\f893"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-size:before {
	content: "\f894"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-theta:before {
	content: "\f69e"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-thunderstorm:before {
	content: "\f76c"
}

.fa-thunderstorm-moon:before {
	content: "\f76d"
}

.fa-thunderstorm-sun:before {
	content: "\f76e"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tilde:before {
	content: "\f69f"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-times-hexagon:before {
	content: "\f2ee"
}

.fa-times-octagon:before {
	content: "\f2f0"
}

.fa-times-square:before {
	content: "\f2d3"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tire:before {
	content: "\f631"
}

.fa-tire-flat:before {
	content: "\f632"
}

.fa-tire-pressure-warning:before {
	content: "\f633"
}

.fa-tire-rugged:before {
	content: "\f634"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-alt:before {
	content: "\f71f"
}

.fa-tombstone:before {
	content: "\f720"
}

.fa-tombstone-alt:before {
	content: "\f721"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-toothbrush:before {
	content: "\f635"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tornado:before {
	content: "\f76f"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-cone:before {
	content: "\f636"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-traffic-light-go:before {
	content: "\f638"
}

.fa-traffic-light-slow:before {
	content: "\f639"
}

.fa-traffic-light-stop:before {
	content: "\f63a"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-trash-undo:before {
	content: "\f895"
}

.fa-trash-undo-alt:before {
	content: "\f896"
}

.fa-treasure-chest:before {
	content: "\f723"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-tree-alt:before {
	content: "\f400"
}

.fa-tree-christmas:before {
	content: "\f7db"
}

.fa-tree-decorated:before {
	content: "\f7dc"
}

.fa-tree-large:before {
	content: "\f7dd"
}

.fa-tree-palm:before {
	content: "\f82b"
}

.fa-trees:before {
	content: "\f724"
}

.fa-trello:before {
	content: "\f181"
}

.fa-triangle:before {
	content: "\f2ec"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-trophy-alt:before {
	content: "\f2eb"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-container:before {
	content: "\f4dc"
}

.fa-truck-couch:before {
	content: "\f4dd"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-truck-plow:before {
	content: "\f7de"
}

.fa-truck-ramp:before {
	content: "\f4e0"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-turkey:before {
	content: "\f725"
}

.fa-turtle:before {
	content: "\f726"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-tv-retro:before {
	content: "\f401"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-unicorn:before {
	content: "\f727"
}

.fa-union:before {
	content: "\f6a2"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-usd-circle:before {
	content: "\f2e8"
}

.fa-usd-square:before {
	content: "\f2e9"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-chart:before {
	content: "\f6a3"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-crown:before {
	content: "\f6a4"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-hard-hat:before {
	content: "\f82c"
}

.fa-user-headset:before {
	content: "\f82d"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-md-chat:before {
	content: "\f82e"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-class:before {
	content: "\f63d"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-crown:before {
	content: "\f6a5"
}

.fa-users-medical:before {
	content: "\f830"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-fork:before {
	content: "\f2e3"
}

.fa-utensil-knife:before {
	content: "\f2e4"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-utensils-alt:before {
	content: "\f2e6"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-value-absolute:before {
	content: "\f6a6"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-plus:before {
	content: "\f4e1"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volcano:before {
	content: "\f770"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume:before {
	content: "\f6a8"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-slash:before {
	content: "\f2e2"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-nay:before {
	content: "\f771"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walker:before {
	content: "\f831"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-wand:before {
	content: "\f72a"
}

.fa-wand-magic:before {
	content: "\f72b"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-warehouse-alt:before {
	content: "\f495"
}

.fa-washer:before {
	content: "\f898"
}

.fa-watch:before {
	content: "\f2e1"
}

.fa-watch-fitness:before {
	content: "\f63e"
}

.fa-water:before {
	content: "\f773"
}

.fa-water-lower:before {
	content: "\f774"
}

.fa-water-rise:before {
	content: "\f775"
}

.fa-wave-sine:before {
	content: "\f899"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-wave-triangle:before {
	content: "\f89a"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-webcam:before {
	content: "\f832"
}

.fa-webcam-slash:before {
	content: "\f833"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whale:before {
	content: "\f72c"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheat:before {
	content: "\f72d"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whistle:before {
	content: "\f460"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wifi-1:before {
	content: "\f6aa"
}

.fa-wifi-2:before {
	content: "\f6ab"
}

.fa-wifi-slash:before {
	content: "\f6ac"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-wind-turbine:before {
	content: "\f89b"
}

.fa-wind-warning:before {
	content: "\f776"
}

.fa-window:before {
	content: "\f40e"
}

.fa-window-alt:before {
	content: "\f40f"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-windsock:before {
	content: "\f777"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wreath:before {
	content: "\f7e2"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url(../../../themes/medizin/assets/fonts/awesome/webfonts/fa-brands-400.eot);
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Duotone";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.eot);
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.woff) format("woff"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-duotone-900.svg#fontawesome) format("svg")
}

.fad {
	position: relative;
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900
}

.fad:before {
	position: absolute;
	color: var(--fa-primary-color, inherit);
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
	color: var(--fa-secondary-color, inherit)
}

.fad.fa-swap-opacity:before,
.fad:after {
	opacity: .4;
	opacity: var(--fa-secondary-opacity, .4)
}

.fad.fa-swap-opacity:after {
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
	color: #fff
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
	position: absolute
}

.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.fad.fa-abacus:after {
	content: "\10f640"
}

.fad.fa-acorn:after {
	content: "\10f6ae"
}

.fad.fa-ad:after {
	content: "\10f641"
}

.fad.fa-address-book:after {
	content: "\10f2b9"
}

.fad.fa-address-card:after {
	content: "\10f2bb"
}

.fad.fa-adjust:after {
	content: "\10f042"
}

.fad.fa-air-freshener:after {
	content: "\10f5d0"
}

.fad.fa-alarm-clock:after {
	content: "\10f34e"
}

.fad.fa-alarm-exclamation:after {
	content: "\10f843"
}

.fad.fa-alarm-plus:after {
	content: "\10f844"
}

.fad.fa-alarm-snooze:after {
	content: "\10f845"
}

.fad.fa-alicorn:after {
	content: "\10f6b0"
}

.fad.fa-align-center:after {
	content: "\10f037"
}

.fad.fa-align-justify:after {
	content: "\10f039"
}

.fad.fa-align-left:after {
	content: "\10f036"
}

.fad.fa-align-right:after {
	content: "\10f038"
}

.fad.fa-align-slash:after {
	content: "\10f846"
}

.fad.fa-allergies:after {
	content: "\10f461"
}

.fad.fa-ambulance:after {
	content: "\10f0f9"
}

.fad.fa-american-sign-language-interpreting:after {
	content: "\10f2a3"
}

.fad.fa-analytics:after {
	content: "\10f643"
}

.fad.fa-anchor:after {
	content: "\10f13d"
}

.fad.fa-angel:after {
	content: "\10f779"
}

.fad.fa-angle-double-down:after {
	content: "\10f103"
}

.fad.fa-angle-double-left:after {
	content: "\10f100"
}

.fad.fa-angle-double-right:after {
	content: "\10f101"
}

.fad.fa-angle-double-up:after {
	content: "\10f102"
}

.fad.fa-angle-down:after {
	content: "\f107";
	visibility: hidden
}

.fad.fa-angle-left:after {
	content: "\f104";
	visibility: hidden
}

.fad.fa-angle-right:after {
	content: "\f105";
	visibility: hidden
}

.fad.fa-angle-up:after {
	content: "\f106";
	visibility: hidden
}

.fad.fa-angry:after {
	content: "\10f556"
}

.fad.fa-ankh:after {
	content: "\f644";
	visibility: hidden
}

.fad.fa-apple-alt:after {
	content: "\10f5d1"
}

.fad.fa-apple-crate:after {
	content: "\10f6b1"
}

.fad.fa-archive:after {
	content: "\10f187"
}

.fad.fa-archway:after {
	content: "\10f557"
}

.fad.fa-arrow-alt-circle-down:after {
	content: "\10f358"
}

.fad.fa-arrow-alt-circle-left:after {
	content: "\10f359"
}

.fad.fa-arrow-alt-circle-right:after {
	content: "\10f35a"
}

.fad.fa-arrow-alt-circle-up:after {
	content: "\10f35b"
}

.fad.fa-arrow-alt-down:after {
	content: "\f354";
	visibility: hidden
}

.fad.fa-arrow-alt-from-bottom:after {
	content: "\10f346"
}

.fad.fa-arrow-alt-from-left:after {
	content: "\10f347"
}

.fad.fa-arrow-alt-from-right:after {
	content: "\10f348"
}

.fad.fa-arrow-alt-from-top:after {
	content: "\10f349"
}

.fad.fa-arrow-alt-left:after {
	content: "\f355";
	visibility: hidden
}

.fad.fa-arrow-alt-right:after {
	content: "\f356";
	visibility: hidden
}

.fad.fa-arrow-alt-square-down:after {
	content: "\10f350"
}

.fad.fa-arrow-alt-square-left:after {
	content: "\10f351"
}

.fad.fa-arrow-alt-square-right:after {
	content: "\10f352"
}

.fad.fa-arrow-alt-square-up:after {
	content: "\10f353"
}

.fad.fa-arrow-alt-to-bottom:after {
	content: "\10f34a"
}

.fad.fa-arrow-alt-to-left:after {
	content: "\10f34b"
}

.fad.fa-arrow-alt-to-right:after {
	content: "\10f34c"
}

.fad.fa-arrow-alt-to-top:after {
	content: "\10f34d"
}

.fad.fa-arrow-alt-up:after {
	content: "\f357";
	visibility: hidden
}

.fad.fa-arrow-circle-down:after {
	content: "\10f0ab"
}

.fad.fa-arrow-circle-left:after {
	content: "\10f0a8"
}

.fad.fa-arrow-circle-right:after {
	content: "\10f0a9"
}

.fad.fa-arrow-circle-up:after {
	content: "\10f0aa"
}

.fad.fa-arrow-down:after {
	content: "\f063";
	visibility: hidden
}

.fad.fa-arrow-from-bottom:after {
	content: "\10f342"
}

.fad.fa-arrow-from-left:after {
	content: "\10f343"
}

.fad.fa-arrow-from-right:after {
	content: "\10f344"
}

.fad.fa-arrow-from-top:after {
	content: "\10f345"
}

.fad.fa-arrow-left:after {
	content: "\f060";
	visibility: hidden
}

.fad.fa-arrow-right:after {
	content: "\f061";
	visibility: hidden
}

.fad.fa-arrow-square-down:after {
	content: "\10f339"
}

.fad.fa-arrow-square-left:after {
	content: "\10f33a"
}

.fad.fa-arrow-square-right:after {
	content: "\10f33b"
}

.fad.fa-arrow-square-up:after {
	content: "\10f33c"
}

.fad.fa-arrow-to-bottom:after {
	content: "\10f33d"
}

.fad.fa-arrow-to-left:after {
	content: "\10f33e"
}

.fad.fa-arrow-to-right:after {
	content: "\10f340"
}

.fad.fa-arrow-to-top:after {
	content: "\10f341"
}

.fad.fa-arrow-up:after {
	content: "\f062";
	visibility: hidden
}

.fad.fa-arrows:after {
	content: "\f047";
	visibility: hidden
}

.fad.fa-arrows-alt:after {
	content: "\f0b2";
	visibility: hidden
}

.fad.fa-arrows-alt-h:after {
	content: "\f337";
	visibility: hidden
}

.fad.fa-arrows-alt-v:after {
	content: "\f338";
	visibility: hidden
}

.fad.fa-arrows-h:after {
	content: "\f07e";
	visibility: hidden
}

.fad.fa-arrows-v:after {
	content: "\f07d";
	visibility: hidden
}

.fad.fa-assistive-listening-systems:after {
	content: "\10f2a2"
}

.fad.fa-asterisk:after {
	content: "\f069";
	visibility: hidden
}

.fad.fa-at:after {
	content: "\f1fa";
	visibility: hidden
}

.fad.fa-atlas:after {
	content: "\10f558"
}

.fad.fa-atom:after {
	content: "\10f5d2"
}

.fad.fa-atom-alt:after {
	content: "\10f5d3"
}

.fad.fa-audio-description:after {
	content: "\10f29e"
}

.fad.fa-award:after {
	content: "\10f559"
}

.fad.fa-axe:after {
	content: "\10f6b2"
}

.fad.fa-axe-battle:after {
	content: "\10f6b3"
}

.fad.fa-baby:after {
	content: "\10f77c"
}

.fad.fa-baby-carriage:after {
	content: "\10f77d"
}

.fad.fa-backpack:after {
	content: "\10f5d4"
}

.fad.fa-backspace:after {
	content: "\10f55a"
}

.fad.fa-backward:after {
	content: "\10f04a"
}

.fad.fa-bacon:after {
	content: "\10f7e5"
}

.fad.fa-badge:after {
	content: "\f335";
	visibility: hidden
}

.fad.fa-badge-check:after {
	content: "\10f336"
}

.fad.fa-badge-dollar:after {
	content: "\10f645"
}

.fad.fa-badge-percent:after {
	content: "\10f646"
}

.fad.fa-badger-honey:after {
	content: "\10f6b4"
}

.fad.fa-bags-shopping:after {
	content: "\10f847"
}

.fad.fa-balance-scale:after {
	content: "\10f24e"
}

.fad.fa-balance-scale-left:after {
	content: "\10f515"
}

.fad.fa-balance-scale-right:after {
	content: "\10f516"
}

.fad.fa-ball-pile:after {
	content: "\10f77e"
}

.fad.fa-ballot:after {
	content: "\10f732"
}

.fad.fa-ballot-check:after {
	content: "\10f733"
}

.fad.fa-ban:after {
	content: "\f05e";
	visibility: hidden
}

.fad.fa-band-aid:after {
	content: "\10f462"
}

.fad.fa-barcode:after {
	content: "\f02a";
	visibility: hidden
}

.fad.fa-barcode-alt:after {
	content: "\10f463"
}

.fad.fa-barcode-read:after {
	content: "\10f464"
}

.fad.fa-barcode-scan:after {
	content: "\10f465"
}

.fad.fa-bars:after {
	content: "\f0c9";
	visibility: hidden
}

.fad.fa-baseball:after {
	content: "\10f432"
}

.fad.fa-baseball-ball:after {
	content: "\10f433"
}

.fad.fa-basketball-ball:after {
	content: "\10f434"
}

.fad.fa-basketball-hoop:after {
	content: "\10f435"
}

.fad.fa-bat:after {
	content: "\f6b5";
	visibility: hidden
}

.fad.fa-bath:after {
	content: "\10f2cd"
}

.fad.fa-battery-bolt:after {
	content: "\10f376"
}

.fad.fa-battery-empty:after {
	content: "\f244";
	visibility: hidden
}

.fad.fa-battery-full:after {
	content: "\10f240"
}

.fad.fa-battery-half:after {
	content: "\10f242"
}

.fad.fa-battery-quarter:after {
	content: "\10f243"
}

.fad.fa-battery-slash:after {
	content: "\10f377"
}

.fad.fa-battery-three-quarters:after {
	content: "\10f241"
}

.fad.fa-bed:after {
	content: "\10f236"
}

.fad.fa-beer:after {
	content: "\10f0fc"
}

.fad.fa-bell:after {
	content: "\10f0f3"
}

.fad.fa-bell-exclamation:after {
	content: "\10f848"
}

.fad.fa-bell-plus:after {
	content: "\10f849"
}

.fad.fa-bell-school:after {
	content: "\10f5d5"
}

.fad.fa-bell-school-slash:after {
	content: "\10f5d6"
}

.fad.fa-bell-slash:after {
	content: "\10f1f6"
}

.fad.fa-bells:after {
	content: "\10f77f"
}

.fad.fa-bezier-curve:after {
	content: "\10f55b"
}

.fad.fa-bible:after {
	content: "\10f647"
}

.fad.fa-bicycle:after {
	content: "\10f206"
}

.fad.fa-biking:after {
	content: "\10f84a"
}

.fad.fa-biking-mountain:after {
	content: "\10f84b"
}

.fad.fa-binoculars:after {
	content: "\10f1e5"
}

.fad.fa-biohazard:after {
	content: "\10f780"
}

.fad.fa-birthday-cake:after {
	content: "\10f1fd"
}

.fad.fa-blanket:after {
	content: "\f498";
	visibility: hidden
}

.fad.fa-blender:after {
	content: "\10f517"
}

.fad.fa-blender-phone:after {
	content: "\10f6b6"
}

.fad.fa-blind:after {
	content: "\10f29d"
}

.fad.fa-blog:after {
	content: "\10f781"
}

.fad.fa-bold:after {
	content: "\f032";
	visibility: hidden
}

.fad.fa-bolt:after {
	content: "\f0e7";
	visibility: hidden
}

.fad.fa-bomb:after {
	content: "\10f1e2"
}

.fad.fa-bone:after {
	content: "\f5d7";
	visibility: hidden
}

.fad.fa-bone-break:after {
	content: "\10f5d8"
}

.fad.fa-bong:after {
	content: "\10f55c"
}

.fad.fa-book:after {
	content: "\10f02d"
}

.fad.fa-book-alt:after {
	content: "\10f5d9"
}

.fad.fa-book-dead:after {
	content: "\10f6b7"
}

.fad.fa-book-heart:after {
	content: "\10f499"
}

.fad.fa-book-medical:after {
	content: "\10f7e6"
}

.fad.fa-book-open:after {
	content: "\10f518"
}

.fad.fa-book-reader:after {
	content: "\10f5da"
}

.fad.fa-book-spells:after {
	content: "\10f6b8"
}

.fad.fa-book-user:after {
	content: "\10f7e7"
}

.fad.fa-bookmark:after {
	content: "\10f02e"
}

.fad.fa-books:after {
	content: "\10f5db"
}

.fad.fa-books-medical:after {
	content: "\10f7e8"
}

.fad.fa-boot:after {
	content: "\10f782"
}

.fad.fa-booth-curtain:after {
	content: "\10f734"
}

.fad.fa-border-all:after {
	content: "\f84c";
	visibility: hidden
}

.fad.fa-border-bottom:after {
	content: "\10f84d"
}

.fad.fa-border-inner:after {
	content: "\10f84e"
}

.fad.fa-border-left:after {
	content: "\10f84f"
}

.fad.fa-border-none:after {
	content: "\f850";
	visibility: hidden
}

.fad.fa-border-outer:after {
	content: "\10f851"
}

.fad.fa-border-right:after {
	content: "\10f852"
}

.fad.fa-border-style:after {
	content: "\10f853"
}

.fad.fa-border-style-alt:after {
	content: "\10f854"
}

.fad.fa-border-top:after {
	content: "\10f855"
}

.fad.fa-bow-arrow:after {
	content: "\10f6b9"
}

.fad.fa-bowling-ball:after {
	content: "\10f436"
}

.fad.fa-bowling-pins:after {
	content: "\10f437"
}

.fad.fa-box:after {
	content: "\10f466"
}

.fad.fa-box-alt:after {
	content: "\10f49a"
}

.fad.fa-box-ballot:after {
	content: "\10f735"
}

.fad.fa-box-check:after {
	content: "\10f467"
}

.fad.fa-box-fragile:after {
	content: "\10f49b"
}

.fad.fa-box-full:after {
	content: "\10f49c"
}

.fad.fa-box-heart:after {
	content: "\10f49d"
}

.fad.fa-box-open:after {
	content: "\10f49e"
}

.fad.fa-box-up:after {
	content: "\10f49f"
}

.fad.fa-box-usd:after {
	content: "\10f4a0"
}

.fad.fa-boxes:after {
	content: "\10f468"
}

.fad.fa-boxes-alt:after {
	content: "\10f4a1"
}

.fad.fa-boxing-glove:after {
	content: "\10f438"
}

.fad.fa-brackets:after {
	content: "\10f7e9"
}

.fad.fa-brackets-curly:after {
	content: "\10f7ea"
}

.fad.fa-braille:after {
	content: "\10f2a1"
}

.fad.fa-brain:after {
	content: "\10f5dc"
}

.fad.fa-bread-loaf:after {
	content: "\10f7eb"
}

.fad.fa-bread-slice:after {
	content: "\f7ec";
	visibility: hidden
}

.fad.fa-briefcase:after {
	content: "\10f0b1"
}

.fad.fa-briefcase-medical:after {
	content: "\10f469"
}

.fad.fa-bring-forward:after {
	content: "\10f856"
}

.fad.fa-bring-front:after {
	content: "\10f857"
}

.fad.fa-broadcast-tower:after {
	content: "\10f519"
}

.fad.fa-broom:after {
	content: "\10f51a"
}

.fad.fa-browser:after {
	content: "\10f37e"
}

.fad.fa-brush:after {
	content: "\10f55d"
}

.fad.fa-bug:after {
	content: "\10f188"
}

.fad.fa-building:after {
	content: "\10f1ad"
}

.fad.fa-bullhorn:after {
	content: "\10f0a1"
}

.fad.fa-bullseye:after {
	content: "\10f140"
}

.fad.fa-bullseye-arrow:after {
	content: "\10f648"
}

.fad.fa-bullseye-pointer:after {
	content: "\10f649"
}

.fad.fa-burger-soda:after {
	content: "\10f858"
}

.fad.fa-burn:after {
	content: "\10f46a"
}

.fad.fa-burrito:after {
	content: "\10f7ed"
}

.fad.fa-bus:after {
	content: "\10f207"
}

.fad.fa-bus-alt:after {
	content: "\10f55e"
}

.fad.fa-bus-school:after {
	content: "\10f5dd"
}

.fad.fa-business-time:after {
	content: "\10f64a"
}

.fad.fa-cabinet-filing:after {
	content: "\10f64b"
}

.fad.fa-calculator:after {
	content: "\10f1ec"
}

.fad.fa-calculator-alt:after {
	content: "\10f64c"
}

.fad.fa-calendar:after {
	content: "\10f133"
}

.fad.fa-calendar-alt:after {
	content: "\10f073"
}

.fad.fa-calendar-check:after {
	content: "\10f274"
}

.fad.fa-calendar-day:after {
	content: "\10f783"
}

.fad.fa-calendar-edit:after {
	content: "\10f333"
}

.fad.fa-calendar-exclamation:after {
	content: "\10f334"
}

.fad.fa-calendar-minus:after {
	content: "\10f272"
}

.fad.fa-calendar-plus:after {
	content: "\10f271"
}

.fad.fa-calendar-star:after {
	content: "\10f736"
}

.fad.fa-calendar-times:after {
	content: "\10f273"
}

.fad.fa-calendar-week:after {
	content: "\10f784"
}

.fad.fa-camera:after {
	content: "\10f030"
}

.fad.fa-camera-alt:after {
	content: "\10f332"
}

.fad.fa-camera-retro:after {
	content: "\10f083"
}

.fad.fa-campfire:after {
	content: "\10f6ba"
}

.fad.fa-campground:after {
	content: "\10f6bb"
}

.fad.fa-candle-holder:after {
	content: "\10f6bc"
}

.fad.fa-candy-cane:after {
	content: "\10f786"
}

.fad.fa-candy-corn:after {
	content: "\10f6bd"
}

.fad.fa-cannabis:after {
	content: "\10f55f"
}

.fad.fa-capsules:after {
	content: "\10f46b"
}

.fad.fa-car:after {
	content: "\10f1b9"
}

.fad.fa-car-alt:after {
	content: "\10f5de"
}

.fad.fa-car-battery:after {
	content: "\10f5df"
}

.fad.fa-car-building:after {
	content: "\10f859"
}

.fad.fa-car-bump:after {
	content: "\10f5e0"
}

.fad.fa-car-bus:after {
	content: "\10f85a"
}

.fad.fa-car-crash:after {
	content: "\10f5e1"
}

.fad.fa-car-garage:after {
	content: "\10f5e2"
}

.fad.fa-car-mechanic:after {
	content: "\10f5e3"
}

.fad.fa-car-side:after {
	content: "\10f5e4"
}

.fad.fa-car-tilt:after {
	content: "\10f5e5"
}

.fad.fa-car-wash:after {
	content: "\10f5e6"
}

.fad.fa-caret-circle-down:after {
	content: "\10f32d"
}

.fad.fa-caret-circle-left:after {
	content: "\10f32e"
}

.fad.fa-caret-circle-right:after {
	content: "\10f330"
}

.fad.fa-caret-circle-up:after {
	content: "\10f331"
}

.fad.fa-caret-down:after {
	content: "\f0d7";
	visibility: hidden
}

.fad.fa-caret-left:after {
	content: "\f0d9";
	visibility: hidden
}

.fad.fa-caret-right:after {
	content: "\f0da";
	visibility: hidden
}

.fad.fa-caret-square-down:after {
	content: "\10f150"
}

.fad.fa-caret-square-left:after {
	content: "\10f191"
}

.fad.fa-caret-square-right:after {
	content: "\10f152"
}

.fad.fa-caret-square-up:after {
	content: "\10f151"
}

.fad.fa-caret-up:after {
	content: "\f0d8";
	visibility: hidden
}

.fad.fa-carrot:after {
	content: "\10f787"
}

.fad.fa-cars:after {
	content: "\10f85b"
}

.fad.fa-cart-arrow-down:after {
	content: "\10f218"
}

.fad.fa-cart-plus:after {
	content: "\10f217"
}

.fad.fa-cash-register:after {
	content: "\10f788"
}

.fad.fa-cat:after {
	content: "\10f6be"
}

.fad.fa-cauldron:after {
	content: "\10f6bf"
}

.fad.fa-certificate:after {
	content: "\f0a3";
	visibility: hidden
}

.fad.fa-chair:after {
	content: "\10f6c0"
}

.fad.fa-chair-office:after {
	content: "\10f6c1"
}

.fad.fa-chalkboard:after {
	content: "\10f51b"
}

.fad.fa-chalkboard-teacher:after {
	content: "\10f51c"
}

.fad.fa-charging-station:after {
	content: "\10f5e7"
}

.fad.fa-chart-area:after {
	content: "\10f1fe"
}

.fad.fa-chart-bar:after {
	content: "\10f080"
}

.fad.fa-chart-line:after {
	content: "\10f201"
}

.fad.fa-chart-line-down:after {
	content: "\10f64d"
}

.fad.fa-chart-network:after {
	content: "\10f78a"
}

.fad.fa-chart-pie:after {
	content: "\10f200"
}

.fad.fa-chart-pie-alt:after {
	content: "\10f64e"
}

.fad.fa-chart-scatter:after {
	content: "\10f7ee"
}

.fad.fa-check:after {
	content: "\f00c";
	visibility: hidden
}

.fad.fa-check-circle:after {
	content: "\10f058"
}

.fad.fa-check-double:after {
	content: "\10f560"
}

.fad.fa-check-square:after {
	content: "\10f14a"
}

.fad.fa-cheese:after {
	content: "\10f7ef"
}

.fad.fa-cheese-swiss:after {
	content: "\10f7f0"
}

.fad.fa-cheeseburger:after {
	content: "\10f7f1"
}

.fad.fa-chess:after {
	content: "\10f439"
}

.fad.fa-chess-bishop:after {
	content: "\10f43a"
}

.fad.fa-chess-bishop-alt:after {
	content: "\10f43b"
}

.fad.fa-chess-board:after {
	content: "\10f43c"
}

.fad.fa-chess-clock:after {
	content: "\10f43d"
}

.fad.fa-chess-clock-alt:after {
	content: "\10f43e"
}

.fad.fa-chess-king:after {
	content: "\10f43f"
}

.fad.fa-chess-king-alt:after {
	content: "\10f440"
}

.fad.fa-chess-knight:after {
	content: "\10f441"
}

.fad.fa-chess-knight-alt:after {
	content: "\10f442"
}

.fad.fa-chess-pawn:after {
	content: "\10f443"
}

.fad.fa-chess-pawn-alt:after {
	content: "\10f444"
}

.fad.fa-chess-queen:after {
	content: "\10f445"
}

.fad.fa-chess-queen-alt:after {
	content: "\10f446"
}

.fad.fa-chess-rook:after {
	content: "\10f447"
}

.fad.fa-chess-rook-alt:after {
	content: "\10f448"
}

.fad.fa-chevron-circle-down:after {
	content: "\10f13a"
}

.fad.fa-chevron-circle-left:after {
	content: "\10f137"
}

.fad.fa-chevron-circle-right:after {
	content: "\10f138"
}

.fad.fa-chevron-circle-up:after {
	content: "\10f139"
}

.fad.fa-chevron-double-down:after {
	content: "\10f322"
}

.fad.fa-chevron-double-left:after {
	content: "\10f323"
}

.fad.fa-chevron-double-right:after {
	content: "\10f324"
}

.fad.fa-chevron-double-up:after {
	content: "\10f325"
}

.fad.fa-chevron-down:after {
	content: "\f078";
	visibility: hidden
}

.fad.fa-chevron-left:after {
	content: "\f053";
	visibility: hidden
}

.fad.fa-chevron-right:after {
	content: "\f054";
	visibility: hidden
}

.fad.fa-chevron-square-down:after {
	content: "\10f329"
}

.fad.fa-chevron-square-left:after {
	content: "\10f32a"
}

.fad.fa-chevron-square-right:after {
	content: "\10f32b"
}

.fad.fa-chevron-square-up:after {
	content: "\10f32c"
}

.fad.fa-chevron-up:after {
	content: "\f077";
	visibility: hidden
}

.fad.fa-child:after {
	content: "\10f1ae"
}

.fad.fa-chimney:after {
	content: "\10f78b"
}

.fad.fa-church:after {
	content: "\10f51d"
}

.fad.fa-circle:after {
	content: "\f111";
	visibility: hidden
}

.fad.fa-circle-notch:after {
	content: "\f1ce";
	visibility: hidden
}

.fad.fa-city:after {
	content: "\10f64f"
}

.fad.fa-claw-marks:after {
	content: "\10f6c2"
}

.fad.fa-clinic-medical:after {
	content: "\10f7f2"
}

.fad.fa-clipboard:after {
	content: "\10f328"
}

.fad.fa-clipboard-check:after {
	content: "\10f46c"
}

.fad.fa-clipboard-list:after {
	content: "\10f46d"
}

.fad.fa-clipboard-list-check:after {
	content: "\10f737"
}

.fad.fa-clipboard-prescription:after {
	content: "\10f5e8"
}

.fad.fa-clipboard-user:after {
	content: "\10f7f3"
}

.fad.fa-clock:after {
	content: "\10f017"
}

.fad.fa-clone:after {
	content: "\10f24d"
}

.fad.fa-closed-captioning:after {
	content: "\10f20a"
}

.fad.fa-cloud:after {
	content: "\f0c2";
	visibility: hidden
}

.fad.fa-cloud-download:after {
	content: "\10f0ed"
}

.fad.fa-cloud-download-alt:after {
	content: "\10f381"
}

.fad.fa-cloud-drizzle:after {
	content: "\10f738"
}

.fad.fa-cloud-hail:after {
	content: "\10f739"
}

.fad.fa-cloud-hail-mixed:after {
	content: "\10f73a"
}

.fad.fa-cloud-meatball:after {
	content: "\10f73b"
}

.fad.fa-cloud-moon:after {
	content: "\10f6c3"
}

.fad.fa-cloud-moon-rain:after {
	content: "\10f73c"
}

.fad.fa-cloud-rain:after {
	content: "\10f73d"
}

.fad.fa-cloud-rainbow:after {
	content: "\10f73e"
}

.fad.fa-cloud-showers:after {
	content: "\10f73f"
}

.fad.fa-cloud-showers-heavy:after {
	content: "\10f740"
}

.fad.fa-cloud-sleet:after {
	content: "\10f741"
}

.fad.fa-cloud-snow:after {
	content: "\10f742"
}

.fad.fa-cloud-sun:after {
	content: "\10f6c4"
}

.fad.fa-cloud-sun-rain:after {
	content: "\10f743"
}

.fad.fa-cloud-upload:after {
	content: "\10f0ee"
}

.fad.fa-cloud-upload-alt:after {
	content: "\10f382"
}

.fad.fa-clouds:after {
	content: "\10f744"
}

.fad.fa-clouds-moon:after {
	content: "\10f745"
}

.fad.fa-clouds-sun:after {
	content: "\10f746"
}

.fad.fa-club:after {
	content: "\f327";
	visibility: hidden
}

.fad.fa-cocktail:after {
	content: "\10f561"
}

.fad.fa-code:after {
	content: "\10f121"
}

.fad.fa-code-branch:after {
	content: "\10f126"
}

.fad.fa-code-commit:after {
	content: "\10f386"
}

.fad.fa-code-merge:after {
	content: "\10f387"
}

.fad.fa-coffee:after {
	content: "\10f0f4"
}

.fad.fa-coffee-togo:after {
	content: "\10f6c5"
}

.fad.fa-coffin:after {
	content: "\10f6c6"
}

.fad.fa-cog:after {
	content: "\f013";
	visibility: hidden
}

.fad.fa-cogs:after {
	content: "\10f085"
}

.fad.fa-coin:after {
	content: "\10f85c"
}

.fad.fa-coins:after {
	content: "\10f51e"
}

.fad.fa-columns:after {
	content: "\10f0db"
}

.fad.fa-comment:after {
	content: "\f075";
	visibility: hidden
}

.fad.fa-comment-alt:after {
	content: "\f27a";
	visibility: hidden
}

.fad.fa-comment-alt-check:after {
	content: "\10f4a2"
}

.fad.fa-comment-alt-dollar:after {
	content: "\10f650"
}

.fad.fa-comment-alt-dots:after {
	content: "\10f4a3"
}

.fad.fa-comment-alt-edit:after {
	content: "\10f4a4"
}

.fad.fa-comment-alt-exclamation:after {
	content: "\10f4a5"
}

.fad.fa-comment-alt-lines:after {
	content: "\10f4a6"
}

.fad.fa-comment-alt-medical:after {
	content: "\10f7f4"
}

.fad.fa-comment-alt-minus:after {
	content: "\10f4a7"
}

.fad.fa-comment-alt-plus:after {
	content: "\10f4a8"
}

.fad.fa-comment-alt-slash:after {
	content: "\10f4a9"
}

.fad.fa-comment-alt-smile:after {
	content: "\10f4aa"
}

.fad.fa-comment-alt-times:after {
	content: "\10f4ab"
}

.fad.fa-comment-check:after {
	content: "\10f4ac"
}

.fad.fa-comment-dollar:after {
	content: "\10f651"
}

.fad.fa-comment-dots:after {
	content: "\10f4ad"
}

.fad.fa-comment-edit:after {
	content: "\10f4ae"
}

.fad.fa-comment-exclamation:after {
	content: "\10f4af"
}

.fad.fa-comment-lines:after {
	content: "\10f4b0"
}

.fad.fa-comment-medical:after {
	content: "\10f7f5"
}

.fad.fa-comment-minus:after {
	content: "\10f4b1"
}

.fad.fa-comment-plus:after {
	content: "\10f4b2"
}

.fad.fa-comment-slash:after {
	content: "\10f4b3"
}

.fad.fa-comment-smile:after {
	content: "\10f4b4"
}

.fad.fa-comment-times:after {
	content: "\10f4b5"
}

.fad.fa-comments:after {
	content: "\10f086"
}

.fad.fa-comments-alt:after {
	content: "\10f4b6"
}

.fad.fa-comments-alt-dollar:after {
	content: "\10f652"
}

.fad.fa-comments-dollar:after {
	content: "\10f653"
}

.fad.fa-compact-disc:after {
	content: "\10f51f"
}

.fad.fa-compass:after {
	content: "\10f14e"
}

.fad.fa-compass-slash:after {
	content: "\10f5e9"
}

.fad.fa-compress:after {
	content: "\10f066"
}

.fad.fa-compress-alt:after {
	content: "\10f422"
}

.fad.fa-compress-arrows-alt:after {
	content: "\10f78c"
}

.fad.fa-compress-wide:after {
	content: "\10f326"
}

.fad.fa-concierge-bell:after {
	content: "\10f562"
}

.fad.fa-construction:after {
	content: "\10f85d"
}

.fad.fa-container-storage:after {
	content: "\10f4b7"
}

.fad.fa-conveyor-belt:after {
	content: "\10f46e"
}

.fad.fa-conveyor-belt-alt:after {
	content: "\10f46f"
}

.fad.fa-cookie:after {
	content: "\10f563"
}

.fad.fa-cookie-bite:after {
	content: "\10f564"
}

.fad.fa-copy:after {
	content: "\10f0c5"
}

.fad.fa-copyright:after {
	content: "\10f1f9"
}

.fad.fa-corn:after {
	content: "\10f6c7"
}

.fad.fa-couch:after {
	content: "\10f4b8"
}

.fad.fa-cow:after {
	content: "\10f6c8"
}

.fad.fa-credit-card:after {
	content: "\10f09d"
}

.fad.fa-credit-card-blank:after {
	content: "\10f389"
}

.fad.fa-credit-card-front:after {
	content: "\10f38a"
}

.fad.fa-cricket:after {
	content: "\10f449"
}

.fad.fa-croissant:after {
	content: "\10f7f6"
}

.fad.fa-crop:after {
	content: "\10f125"
}

.fad.fa-crop-alt:after {
	content: "\10f565"
}

.fad.fa-cross:after {
	content: "\f654";
	visibility: hidden
}

.fad.fa-crosshairs:after {
	content: "\10f05b"
}

.fad.fa-crow:after {
	content: "\10f520"
}

.fad.fa-crown:after {
	content: "\10f521"
}

.fad.fa-crutch:after {
	content: "\10f7f7"
}

.fad.fa-crutches:after {
	content: "\10f7f8"
}

.fad.fa-cube:after {
	content: "\10f1b2"
}

.fad.fa-cubes:after {
	content: "\10f1b3"
}

.fad.fa-curling:after {
	content: "\10f44a"
}

.fad.fa-cut:after {
	content: "\10f0c4"
}

.fad.fa-dagger:after {
	content: "\10f6cb"
}

.fad.fa-database:after {
	content: "\10f1c0"
}

.fad.fa-deaf:after {
	content: "\10f2a4"
}

.fad.fa-debug:after {
	content: "\10f7f9"
}

.fad.fa-deer:after {
	content: "\10f78e"
}

.fad.fa-deer-rudolph:after {
	content: "\10f78f"
}

.fad.fa-democrat:after {
	content: "\10f747"
}

.fad.fa-desktop:after {
	content: "\10f108"
}

.fad.fa-desktop-alt:after {
	content: "\10f390"
}

.fad.fa-dewpoint:after {
	content: "\10f748"
}

.fad.fa-dharmachakra:after {
	content: "\10f655"
}

.fad.fa-diagnoses:after {
	content: "\10f470"
}

.fad.fa-diamond:after {
	content: "\f219";
	visibility: hidden
}

.fad.fa-dice:after {
	content: "\10f522"
}

.fad.fa-dice-d10:after {
	content: "\10f6cd"
}

.fad.fa-dice-d12:after {
	content: "\10f6ce"
}

.fad.fa-dice-d20:after {
	content: "\10f6cf"
}

.fad.fa-dice-d4:after {
	content: "\10f6d0"
}

.fad.fa-dice-d6:after {
	content: "\10f6d1"
}

.fad.fa-dice-d8:after {
	content: "\10f6d2"
}

.fad.fa-dice-five:after {
	content: "\10f523"
}

.fad.fa-dice-four:after {
	content: "\10f524"
}

.fad.fa-dice-one:after {
	content: "\10f525"
}

.fad.fa-dice-six:after {
	content: "\10f526"
}

.fad.fa-dice-three:after {
	content: "\10f527"
}

.fad.fa-dice-two:after {
	content: "\10f528"
}

.fad.fa-digging:after {
	content: "\10f85e"
}

.fad.fa-digital-tachograph:after {
	content: "\10f566"
}

.fad.fa-diploma:after {
	content: "\10f5ea"
}

.fad.fa-directions:after {
	content: "\10f5eb"
}

.fad.fa-disease:after {
	content: "\10f7fa"
}

.fad.fa-divide:after {
	content: "\10f529"
}

.fad.fa-dizzy:after {
	content: "\10f567"
}

.fad.fa-dna:after {
	content: "\10f471"
}

.fad.fa-do-not-enter:after {
	content: "\10f5ec"
}

.fad.fa-dog:after {
	content: "\10f6d3"
}

.fad.fa-dog-leashed:after {
	content: "\10f6d4"
}

.fad.fa-dollar-sign:after {
	content: "\f155";
	visibility: hidden
}

.fad.fa-dolly:after {
	content: "\10f472"
}

.fad.fa-dolly-empty:after {
	content: "\10f473"
}

.fad.fa-dolly-flatbed:after {
	content: "\10f474"
}

.fad.fa-dolly-flatbed-alt:after {
	content: "\10f475"
}

.fad.fa-dolly-flatbed-empty:after {
	content: "\f476";
	visibility: hidden
}

.fad.fa-donate:after {
	content: "\10f4b9"
}

.fad.fa-door-closed:after {
	content: "\10f52a"
}

.fad.fa-door-open:after {
	content: "\10f52b"
}

.fad.fa-dot-circle:after {
	content: "\10f192"
}

.fad.fa-dove:after {
	content: "\10f4ba"
}

.fad.fa-download:after {
	content: "\10f019"
}

.fad.fa-drafting-compass:after {
	content: "\10f568"
}

.fad.fa-dragon:after {
	content: "\10f6d5"
}

.fad.fa-draw-circle:after {
	content: "\10f5ed"
}

.fad.fa-draw-polygon:after {
	content: "\10f5ee"
}

.fad.fa-draw-square:after {
	content: "\10f5ef"
}

.fad.fa-dreidel:after {
	content: "\10f792"
}

.fad.fa-drone:after {
	content: "\10f85f"
}

.fad.fa-drone-alt:after {
	content: "\10f860"
}

.fad.fa-drum:after {
	content: "\10f569"
}

.fad.fa-drum-steelpan:after {
	content: "\10f56a"
}

.fad.fa-drumstick:after {
	content: "\10f6d6"
}

.fad.fa-drumstick-bite:after {
	content: "\10f6d7"
}

.fad.fa-dryer:after {
	content: "\10f861"
}

.fad.fa-dryer-alt:after {
	content: "\10f862"
}

.fad.fa-duck:after {
	content: "\10f6d8"
}

.fad.fa-dumbbell:after {
	content: "\10f44b"
}

.fad.fa-dumpster:after {
	content: "\10f793"
}

.fad.fa-dumpster-fire:after {
	content: "\10f794"
}

.fad.fa-dungeon:after {
	content: "\10f6d9"
}

.fad.fa-ear:after {
	content: "\10f5f0"
}

.fad.fa-ear-muffs:after {
	content: "\10f795"
}

.fad.fa-eclipse:after {
	content: "\10f749"
}

.fad.fa-eclipse-alt:after {
	content: "\10f74a"
}

.fad.fa-edit:after {
	content: "\10f044"
}

.fad.fa-egg:after {
	content: "\f7fb";
	visibility: hidden
}

.fad.fa-egg-fried:after {
	content: "\10f7fc"
}

.fad.fa-eject:after {
	content: "\10f052"
}

.fad.fa-elephant:after {
	content: "\10f6da"
}

.fad.fa-ellipsis-h:after {
	content: "\f141";
	visibility: hidden
}

.fad.fa-ellipsis-h-alt:after {
	content: "\10f39b"
}

.fad.fa-ellipsis-v:after {
	content: "\f142";
	visibility: hidden
}

.fad.fa-ellipsis-v-alt:after {
	content: "\10f39c"
}

.fad.fa-empty-set:after {
	content: "\10f656"
}

.fad.fa-engine-warning:after {
	content: "\10f5f2"
}

.fad.fa-envelope:after {
	content: "\10f0e0"
}

.fad.fa-envelope-open:after {
	content: "\10f2b6"
}

.fad.fa-envelope-open-dollar:after {
	content: "\10f657"
}

.fad.fa-envelope-open-text:after {
	content: "\10f658"
}

.fad.fa-envelope-square:after {
	content: "\10f199"
}

.fad.fa-equals:after {
	content: "\f52c";
	visibility: hidden
}

.fad.fa-eraser:after {
	content: "\10f12d"
}

.fad.fa-ethernet:after {
	content: "\10f796"
}

.fad.fa-euro-sign:after {
	content: "\f153";
	visibility: hidden
}

.fad.fa-exchange:after {
	content: "\10f0ec"
}

.fad.fa-exchange-alt:after {
	content: "\10f362"
}

.fad.fa-exclamation:after {
	content: "\10f12a"
}

.fad.fa-exclamation-circle:after {
	content: "\10f06a"
}

.fad.fa-exclamation-square:after {
	content: "\10f321"
}

.fad.fa-exclamation-triangle:after {
	content: "\10f071"
}

.fad.fa-expand:after {
	content: "\10f065"
}

.fad.fa-expand-alt:after {
	content: "\10f424"
}

.fad.fa-expand-arrows:after {
	content: "\10f31d"
}

.fad.fa-expand-arrows-alt:after {
	content: "\10f31e"
}

.fad.fa-expand-wide:after {
	content: "\10f320"
}

.fad.fa-external-link:after {
	content: "\10f08e"
}

.fad.fa-external-link-alt:after {
	content: "\10f35d"
}

.fad.fa-external-link-square:after {
	content: "\10f14c"
}

.fad.fa-external-link-square-alt:after {
	content: "\10f360"
}

.fad.fa-eye:after {
	content: "\10f06e"
}

.fad.fa-eye-dropper:after {
	content: "\10f1fb"
}

.fad.fa-eye-evil:after {
	content: "\10f6db"
}

.fad.fa-eye-slash:after {
	content: "\10f070"
}

.fad.fa-fan:after {
	content: "\10f863"
}

.fad.fa-farm:after {
	content: "\10f864"
}

.fad.fa-fast-backward:after {
	content: "\10f049"
}

.fad.fa-fast-forward:after {
	content: "\10f050"
}

.fad.fa-fax:after {
	content: "\10f1ac"
}

.fad.fa-feather:after {
	content: "\10f52d"
}

.fad.fa-feather-alt:after {
	content: "\10f56b"
}

.fad.fa-female:after {
	content: "\10f182"
}

.fad.fa-field-hockey:after {
	content: "\10f44c"
}

.fad.fa-fighter-jet:after {
	content: "\10f0fb"
}

.fad.fa-file:after {
	content: "\10f15b"
}

.fad.fa-file-alt:after {
	content: "\10f15c"
}

.fad.fa-file-archive:after {
	content: "\10f1c6"
}

.fad.fa-file-audio:after {
	content: "\10f1c7"
}

.fad.fa-file-certificate:after {
	content: "\10f5f3"
}

.fad.fa-file-chart-line:after {
	content: "\10f659"
}

.fad.fa-file-chart-pie:after {
	content: "\10f65a"
}

.fad.fa-file-check:after {
	content: "\10f316"
}

.fad.fa-file-code:after {
	content: "\10f1c9"
}

.fad.fa-file-contract:after {
	content: "\10f56c"
}

.fad.fa-file-csv:after {
	content: "\10f6dd"
}

.fad.fa-file-download:after {
	content: "\10f56d"
}

.fad.fa-file-edit:after {
	content: "\10f31c"
}

.fad.fa-file-excel:after {
	content: "\10f1c3"
}

.fad.fa-file-exclamation:after {
	content: "\10f31a"
}

.fad.fa-file-export:after {
	content: "\10f56e"
}

.fad.fa-file-image:after {
	content: "\10f1c5"
}

.fad.fa-file-import:after {
	content: "\10f56f"
}

.fad.fa-file-invoice:after {
	content: "\10f570"
}

.fad.fa-file-invoice-dollar:after {
	content: "\10f571"
}

.fad.fa-file-medical:after {
	content: "\10f477"
}

.fad.fa-file-medical-alt:after {
	content: "\10f478"
}

.fad.fa-file-minus:after {
	content: "\10f318"
}

.fad.fa-file-pdf:after {
	content: "\10f1c1"
}

.fad.fa-file-plus:after {
	content: "\10f319"
}

.fad.fa-file-powerpoint:after {
	content: "\10f1c4"
}

.fad.fa-file-prescription:after {
	content: "\10f572"
}

.fad.fa-file-search:after {
	content: "\10f865"
}

.fad.fa-file-signature:after {
	content: "\10f573"
}

.fad.fa-file-spreadsheet:after {
	content: "\10f65b"
}

.fad.fa-file-times:after {
	content: "\10f317"
}

.fad.fa-file-upload:after {
	content: "\10f574"
}

.fad.fa-file-user:after {
	content: "\10f65c"
}

.fad.fa-file-video:after {
	content: "\10f1c8"
}

.fad.fa-file-word:after {
	content: "\10f1c2"
}

.fad.fa-files-medical:after {
	content: "\10f7fd"
}

.fad.fa-fill:after {
	content: "\10f575"
}

.fad.fa-fill-drip:after {
	content: "\10f576"
}

.fad.fa-film:after {
	content: "\10f008"
}

.fad.fa-film-alt:after {
	content: "\f3a0";
	visibility: hidden
}

.fad.fa-filter:after {
	content: "\f0b0";
	visibility: hidden
}

.fad.fa-fingerprint:after {
	content: "\10f577"
}

.fad.fa-fire:after {
	content: "\f06d";
	visibility: hidden
}

.fad.fa-fire-alt:after {
	content: "\10f7e4"
}

.fad.fa-fire-extinguisher:after {
	content: "\10f134"
}

.fad.fa-fire-smoke:after {
	content: "\10f74b"
}

.fad.fa-fireplace:after {
	content: "\10f79a"
}

.fad.fa-first-aid:after {
	content: "\10f479"
}

.fad.fa-fish:after {
	content: "\10f578"
}

.fad.fa-fish-cooked:after {
	content: "\10f7fe"
}

.fad.fa-fist-raised:after {
	content: "\10f6de"
}

.fad.fa-flag:after {
	content: "\10f024"
}

.fad.fa-flag-alt:after {
	content: "\10f74c"
}

.fad.fa-flag-checkered:after {
	content: "\10f11e"
}

.fad.fa-flag-usa:after {
	content: "\10f74d"
}

.fad.fa-flame:after {
	content: "\10f6df"
}

.fad.fa-flask:after {
	content: "\10f0c3"
}

.fad.fa-flask-poison:after {
	content: "\10f6e0"
}

.fad.fa-flask-potion:after {
	content: "\10f6e1"
}

.fad.fa-flower:after {
	content: "\10f7ff"
}

.fad.fa-flower-daffodil:after {
	content: "\10f800"
}

.fad.fa-flower-tulip:after {
	content: "\10f801"
}

.fad.fa-flushed:after {
	content: "\10f579"
}

.fad.fa-fog:after {
	content: "\10f74e"
}

.fad.fa-folder:after {
	content: "\f07b";
	visibility: hidden
}

.fad.fa-folder-minus:after {
	content: "\10f65d"
}

.fad.fa-folder-open:after {
	content: "\10f07c"
}

.fad.fa-folder-plus:after {
	content: "\10f65e"
}

.fad.fa-folder-times:after {
	content: "\10f65f"
}

.fad.fa-folder-tree:after {
	content: "\10f802"
}

.fad.fa-folders:after {
	content: "\10f660"
}

.fad.fa-font:after {
	content: "\f031";
	visibility: hidden
}

.fad.fa-font-awesome-logo-full:after {
	content: "\f4e6";
	visibility: hidden
}

.fad.fa-font-case:after {
	content: "\10f866"
}

.fad.fa-football-ball:after {
	content: "\10f44e"
}

.fad.fa-football-helmet:after {
	content: "\10f44f"
}

.fad.fa-forklift:after {
	content: "\10f47a"
}

.fad.fa-forward:after {
	content: "\10f04e"
}

.fad.fa-fragile:after {
	content: "\10f4bb"
}

.fad.fa-french-fries:after {
	content: "\10f803"
}

.fad.fa-frog:after {
	content: "\10f52e"
}

.fad.fa-frosty-head:after {
	content: "\10f79b"
}

.fad.fa-frown:after {
	content: "\10f119"
}

.fad.fa-frown-open:after {
	content: "\10f57a"
}

.fad.fa-function:after {
	content: "\10f661"
}

.fad.fa-funnel-dollar:after {
	content: "\10f662"
}

.fad.fa-futbol:after {
	content: "\10f1e3"
}

.fad.fa-game-board:after {
	content: "\10f867"
}

.fad.fa-game-board-alt:after {
	content: "\10f868"
}

.fad.fa-gamepad:after {
	content: "\10f11b"
}

.fad.fa-gas-pump:after {
	content: "\10f52f"
}

.fad.fa-gas-pump-slash:after {
	content: "\10f5f4"
}

.fad.fa-gavel:after {
	content: "\10f0e3"
}

.fad.fa-gem:after {
	content: "\10f3a5"
}

.fad.fa-genderless:after {
	content: "\f22d";
	visibility: hidden
}

.fad.fa-ghost:after {
	content: "\10f6e2"
}

.fad.fa-gift:after {
	content: "\10f06b"
}

.fad.fa-gift-card:after {
	content: "\10f663"
}

.fad.fa-gifts:after {
	content: "\10f79c"
}

.fad.fa-gingerbread-man:after {
	content: "\10f79d"
}

.fad.fa-glass:after {
	content: "\10f804"
}

.fad.fa-glass-champagne:after {
	content: "\10f79e"
}

.fad.fa-glass-cheers:after {
	content: "\10f79f"
}

.fad.fa-glass-citrus:after {
	content: "\10f869"
}

.fad.fa-glass-martini:after {
	content: "\f000";
	visibility: hidden
}

.fad.fa-glass-martini-alt:after {
	content: "\10f57b"
}

.fad.fa-glass-whiskey:after {
	content: "\10f7a0"
}

.fad.fa-glass-whiskey-rocks:after {
	content: "\10f7a1"
}

.fad.fa-glasses:after {
	content: "\10f530"
}

.fad.fa-glasses-alt:after {
	content: "\10f5f5"
}

.fad.fa-globe:after {
	content: "\10f0ac"
}

.fad.fa-globe-africa:after {
	content: "\10f57c"
}

.fad.fa-globe-americas:after {
	content: "\10f57d"
}

.fad.fa-globe-asia:after {
	content: "\10f57e"
}

.fad.fa-globe-europe:after {
	content: "\10f7a2"
}

.fad.fa-globe-snow:after {
	content: "\10f7a3"
}

.fad.fa-globe-stand:after {
	content: "\10f5f6"
}

.fad.fa-golf-ball:after {
	content: "\10f450"
}

.fad.fa-golf-club:after {
	content: "\10f451"
}

.fad.fa-gopuram:after {
	content: "\10f664"
}

.fad.fa-graduation-cap:after {
	content: "\10f19d"
}

.fad.fa-greater-than:after {
	content: "\f531";
	visibility: hidden
}

.fad.fa-greater-than-equal:after {
	content: "\10f532"
}

.fad.fa-grimace:after {
	content: "\10f57f"
}

.fad.fa-grin:after {
	content: "\10f580"
}

.fad.fa-grin-alt:after {
	content: "\10f581"
}

.fad.fa-grin-beam:after {
	content: "\10f582"
}

.fad.fa-grin-beam-sweat:after {
	content: "\10f583"
}

.fad.fa-grin-hearts:after {
	content: "\10f584"
}

.fad.fa-grin-squint:after {
	content: "\10f585"
}

.fad.fa-grin-squint-tears:after {
	content: "\10f586"
}

.fad.fa-grin-stars:after {
	content: "\10f587"
}

.fad.fa-grin-tears:after {
	content: "\10f588"
}

.fad.fa-grin-tongue:after {
	content: "\10f589"
}

.fad.fa-grin-tongue-squint:after {
	content: "\10f58a"
}

.fad.fa-grin-tongue-wink:after {
	content: "\10f58b"
}

.fad.fa-grin-wink:after {
	content: "\10f58c"
}

.fad.fa-grip-horizontal:after {
	content: "\f58d";
	visibility: hidden
}

.fad.fa-grip-lines:after {
	content: "\f7a4";
	visibility: hidden
}

.fad.fa-grip-lines-vertical:after {
	content: "\f7a5";
	visibility: hidden
}

.fad.fa-grip-vertical:after {
	content: "\f58e";
	visibility: hidden
}

.fad.fa-guitar:after {
	content: "\10f7a6"
}

.fad.fa-h-square:after {
	content: "\10f0fd"
}

.fad.fa-h1:after {
	content: "\10f313"
}

.fad.fa-h2:after {
	content: "\10f314"
}

.fad.fa-h3:after {
	content: "\10f315"
}

.fad.fa-h4:after {
	content: "\10f86a"
}

.fad.fa-hamburger:after {
	content: "\10f805"
}

.fad.fa-hammer:after {
	content: "\10f6e3"
}

.fad.fa-hammer-war:after {
	content: "\10f6e4"
}

.fad.fa-hamsa:after {
	content: "\10f665"
}

.fad.fa-hand-heart:after {
	content: "\10f4bc"
}

.fad.fa-hand-holding:after {
	content: "\f4bd";
	visibility: hidden
}

.fad.fa-hand-holding-box:after {
	content: "\10f47b"
}

.fad.fa-hand-holding-heart:after {
	content: "\10f4be"
}

.fad.fa-hand-holding-magic:after {
	content: "\10f6e5"
}

.fad.fa-hand-holding-seedling:after {
	content: "\10f4bf"
}

.fad.fa-hand-holding-usd:after {
	content: "\10f4c0"
}

.fad.fa-hand-holding-water:after {
	content: "\10f4c1"
}

.fad.fa-hand-lizard:after {
	content: "\f258";
	visibility: hidden
}

.fad.fa-hand-middle-finger:after {
	content: "\f806";
	visibility: hidden
}

.fad.fa-hand-paper:after {
	content: "\f256";
	visibility: hidden
}

.fad.fa-hand-peace:after {
	content: "\f25b";
	visibility: hidden
}

.fad.fa-hand-point-down:after {
	content: "\10f0a7"
}

.fad.fa-hand-point-left:after {
	content: "\10f0a5"
}

.fad.fa-hand-point-right:after {
	content: "\10f0a4"
}

.fad.fa-hand-point-up:after {
	content: "\10f0a6"
}

.fad.fa-hand-pointer:after {
	content: "\10f25a"
}

.fad.fa-hand-receiving:after {
	content: "\10f47c"
}

.fad.fa-hand-rock:after {
	content: "\f255";
	visibility: hidden
}

.fad.fa-hand-scissors:after {
	content: "\f257";
	visibility: hidden
}

.fad.fa-hand-spock:after {
	content: "\f259";
	visibility: hidden
}

.fad.fa-hands:after {
	content: "\f4c2";
	visibility: hidden
}

.fad.fa-hands-heart:after {
	content: "\10f4c3"
}

.fad.fa-hands-helping:after {
	content: "\10f4c4"
}

.fad.fa-hands-usd:after {
	content: "\10f4c5"
}

.fad.fa-handshake:after {
	content: "\10f2b5"
}

.fad.fa-handshake-alt:after {
	content: "\10f4c6"
}

.fad.fa-hanukiah:after {
	content: "\10f6e6"
}

.fad.fa-hard-hat:after {
	content: "\10f807"
}

.fad.fa-hashtag:after {
	content: "\f292";
	visibility: hidden
}

.fad.fa-hat-chef:after {
	content: "\10f86b"
}

.fad.fa-hat-santa:after {
	content: "\10f7a7"
}

.fad.fa-hat-winter:after {
	content: "\10f7a8"
}

.fad.fa-hat-witch:after {
	content: "\10f6e7"
}

.fad.fa-hat-wizard:after {
	content: "\10f6e8"
}

.fad.fa-haykal:after {
	content: "\10f666"
}

.fad.fa-hdd:after {
	content: "\10f0a0"
}

.fad.fa-head-side:after {
	content: "\10f6e9"
}

.fad.fa-head-side-brain:after {
	content: "\10f808"
}

.fad.fa-head-side-medical:after {
	content: "\10f809"
}

.fad.fa-head-vr:after {
	content: "\10f6ea"
}

.fad.fa-heading:after {
	content: "\f1dc";
	visibility: hidden
}

.fad.fa-headphones:after {
	content: "\10f025"
}

.fad.fa-headphones-alt:after {
	content: "\10f58f"
}

.fad.fa-headset:after {
	content: "\10f590"
}

.fad.fa-heart:after {
	content: "\f004";
	visibility: hidden
}

.fad.fa-heart-broken:after {
	content: "\10f7a9"
}

.fad.fa-heart-circle:after {
	content: "\10f4c7"
}

.fad.fa-heart-rate:after {
	content: "\f5f8";
	visibility: hidden
}

.fad.fa-heart-square:after {
	content: "\10f4c8"
}

.fad.fa-heartbeat:after {
	content: "\10f21e"
}

.fad.fa-helicopter:after {
	content: "\10f533"
}

.fad.fa-helmet-battle:after {
	content: "\10f6eb"
}

.fad.fa-hexagon:after {
	content: "\f312";
	visibility: hidden
}

.fad.fa-highlighter:after {
	content: "\10f591"
}

.fad.fa-hiking:after {
	content: "\10f6ec"
}

.fad.fa-hippo:after {
	content: "\f6ed";
	visibility: hidden
}

.fad.fa-history:after {
	content: "\10f1da"
}

.fad.fa-hockey-mask:after {
	content: "\10f6ee"
}

.fad.fa-hockey-puck:after {
	content: "\10f453"
}

.fad.fa-hockey-sticks:after {
	content: "\10f454"
}

.fad.fa-holly-berry:after {
	content: "\10f7aa"
}

.fad.fa-home:after {
	content: "\10f015"
}

.fad.fa-home-alt:after {
	content: "\10f80a"
}

.fad.fa-home-heart:after {
	content: "\10f4c9"
}

.fad.fa-home-lg:after {
	content: "\10f80b"
}

.fad.fa-home-lg-alt:after {
	content: "\10f80c"
}

.fad.fa-hood-cloak:after {
	content: "\10f6ef"
}

.fad.fa-horizontal-rule:after {
	content: "\f86c";
	visibility: hidden
}

.fad.fa-horse:after {
	content: "\10f6f0"
}

.fad.fa-horse-head:after {
	content: "\f7ab";
	visibility: hidden
}

.fad.fa-hospital:after {
	content: "\10f0f8"
}

.fad.fa-hospital-alt:after {
	content: "\10f47d"
}

.fad.fa-hospital-symbol:after {
	content: "\10f47e"
}

.fad.fa-hospital-user:after {
	content: "\10f80d"
}

.fad.fa-hospitals:after {
	content: "\10f80e"
}

.fad.fa-hot-tub:after {
	content: "\10f593"
}

.fad.fa-hotdog:after {
	content: "\10f80f"
}

.fad.fa-hotel:after {
	content: "\10f594"
}

.fad.fa-hourglass:after {
	content: "\10f254"
}

.fad.fa-hourglass-end:after {
	content: "\10f253"
}

.fad.fa-hourglass-half:after {
	content: "\10f252"
}

.fad.fa-hourglass-start:after {
	content: "\10f251"
}

.fad.fa-house-damage:after {
	content: "\10f6f1"
}

.fad.fa-house-flood:after {
	content: "\10f74f"
}

.fad.fa-hryvnia:after {
	content: "\10f6f2"
}

.fad.fa-humidity:after {
	content: "\10f750"
}

.fad.fa-hurricane:after {
	content: "\10f751"
}

.fad.fa-i-cursor:after {
	content: "\f246";
	visibility: hidden
}

.fad.fa-ice-cream:after {
	content: "\10f810"
}

.fad.fa-ice-skate:after {
	content: "\10f7ac"
}

.fad.fa-icicles:after {
	content: "\f7ad";
	visibility: hidden
}

.fad.fa-icons:after {
	content: "\10f86d"
}

.fad.fa-icons-alt:after {
	content: "\10f86e"
}

.fad.fa-id-badge:after {
	content: "\10f2c1"
}

.fad.fa-id-card:after {
	content: "\10f2c2"
}

.fad.fa-id-card-alt:after {
	content: "\10f47f"
}

.fad.fa-igloo:after {
	content: "\10f7ae"
}

.fad.fa-image:after {
	content: "\10f03e"
}

.fad.fa-images:after {
	content: "\10f302"
}

.fad.fa-inbox:after {
	content: "\f01c";
	visibility: hidden
}

.fad.fa-inbox-in:after {
	content: "\10f310"
}

.fad.fa-inbox-out:after {
	content: "\10f311"
}

.fad.fa-indent:after {
	content: "\10f03c"
}

.fad.fa-industry:after {
	content: "\f275";
	visibility: hidden
}

.fad.fa-industry-alt:after {
	content: "\10f3b3"
}

.fad.fa-infinity:after {
	content: "\f534";
	visibility: hidden
}

.fad.fa-info:after {
	content: "\f129";
	visibility: hidden
}

.fad.fa-info-circle:after {
	content: "\10f05a"
}

.fad.fa-info-square:after {
	content: "\10f30f"
}

.fad.fa-inhaler:after {
	content: "\10f5f9"
}

.fad.fa-integral:after {
	content: "\f667";
	visibility: hidden
}

.fad.fa-intersection:after {
	content: "\f668";
	visibility: hidden
}

.fad.fa-inventory:after {
	content: "\10f480"
}

.fad.fa-island-tropical:after {
	content: "\10f811"
}

.fad.fa-italic:after {
	content: "\f033";
	visibility: hidden
}

.fad.fa-jack-o-lantern:after {
	content: "\10f30e"
}

.fad.fa-jedi:after {
	content: "\10f669"
}

.fad.fa-joint:after {
	content: "\10f595"
}

.fad.fa-journal-whills:after {
	content: "\10f66a"
}

.fad.fa-kaaba:after {
	content: "\10f66b"
}

.fad.fa-kerning:after {
	content: "\10f86f"
}

.fad.fa-key:after {
	content: "\f084";
	visibility: hidden
}

.fad.fa-key-skeleton:after {
	content: "\f6f3";
	visibility: hidden
}

.fad.fa-keyboard:after {
	content: "\10f11c"
}

.fad.fa-keynote:after {
	content: "\10f66c"
}

.fad.fa-khanda:after {
	content: "\10f66d"
}

.fad.fa-kidneys:after {
	content: "\10f5fb"
}

.fad.fa-kiss:after {
	content: "\10f596"
}

.fad.fa-kiss-beam:after {
	content: "\10f597"
}

.fad.fa-kiss-wink-heart:after {
	content: "\10f598"
}

.fad.fa-kite:after {
	content: "\10f6f4"
}

.fad.fa-kiwi-bird:after {
	content: "\10f535"
}

.fad.fa-knife-kitchen:after {
	content: "\10f6f5"
}

.fad.fa-lambda:after {
	content: "\f66e";
	visibility: hidden
}

.fad.fa-lamp:after {
	content: "\10f4ca"
}

.fad.fa-landmark:after {
	content: "\10f66f"
}

.fad.fa-landmark-alt:after {
	content: "\10f752"
}

.fad.fa-language:after {
	content: "\10f1ab"
}

.fad.fa-laptop:after {
	content: "\10f109"
}

.fad.fa-laptop-code:after {
	content: "\10f5fc"
}

.fad.fa-laptop-medical:after {
	content: "\10f812"
}

.fad.fa-laugh:after {
	content: "\10f599"
}

.fad.fa-laugh-beam:after {
	content: "\10f59a"
}

.fad.fa-laugh-squint:after {
	content: "\10f59b"
}

.fad.fa-laugh-wink:after {
	content: "\10f59c"
}

.fad.fa-layer-group:after {
	content: "\10f5fd"
}

.fad.fa-layer-minus:after {
	content: "\10f5fe"
}

.fad.fa-layer-plus:after {
	content: "\10f5ff"
}

.fad.fa-leaf:after {
	content: "\10f06c"
}

.fad.fa-leaf-heart:after {
	content: "\10f4cb"
}

.fad.fa-leaf-maple:after {
	content: "\10f6f6"
}

.fad.fa-leaf-oak:after {
	content: "\10f6f7"
}

.fad.fa-lemon:after {
	content: "\10f094"
}

.fad.fa-less-than:after {
	content: "\f536";
	visibility: hidden
}

.fad.fa-less-than-equal:after {
	content: "\10f537"
}

.fad.fa-level-down:after {
	content: "\f149";
	visibility: hidden
}

.fad.fa-level-down-alt:after {
	content: "\f3be";
	visibility: hidden
}

.fad.fa-level-up:after {
	content: "\f148";
	visibility: hidden
}

.fad.fa-level-up-alt:after {
	content: "\f3bf";
	visibility: hidden
}

.fad.fa-life-ring:after {
	content: "\10f1cd"
}

.fad.fa-lightbulb:after {
	content: "\10f0eb"
}

.fad.fa-lightbulb-dollar:after {
	content: "\10f670"
}

.fad.fa-lightbulb-exclamation:after {
	content: "\10f671"
}

.fad.fa-lightbulb-on:after {
	content: "\10f672"
}

.fad.fa-lightbulb-slash:after {
	content: "\10f673"
}

.fad.fa-lights-holiday:after {
	content: "\10f7b2"
}

.fad.fa-line-columns:after {
	content: "\10f870"
}

.fad.fa-line-height:after {
	content: "\10f871"
}

.fad.fa-link:after {
	content: "\10f0c1"
}

.fad.fa-lips:after {
	content: "\10f600"
}

.fad.fa-lira-sign:after {
	content: "\f195";
	visibility: hidden
}

.fad.fa-list:after {
	content: "\10f03a"
}

.fad.fa-list-alt:after {
	content: "\10f022"
}

.fad.fa-list-ol:after {
	content: "\10f0cb"
}

.fad.fa-list-ul:after {
	content: "\10f0ca"
}

.fad.fa-location:after {
	content: "\10f601"
}

.fad.fa-location-arrow:after {
	content: "\f124";
	visibility: hidden
}

.fad.fa-location-circle:after {
	content: "\10f602"
}

.fad.fa-location-slash:after {
	content: "\10f603"
}

.fad.fa-lock:after {
	content: "\10f023"
}

.fad.fa-lock-alt:after {
	content: "\10f30d"
}

.fad.fa-lock-open:after {
	content: "\10f3c1"
}

.fad.fa-lock-open-alt:after {
	content: "\10f3c2"
}

.fad.fa-long-arrow-alt-down:after {
	content: "\f309";
	visibility: hidden
}

.fad.fa-long-arrow-alt-left:after {
	content: "\f30a";
	visibility: hidden
}

.fad.fa-long-arrow-alt-right:after {
	content: "\f30b";
	visibility: hidden
}

.fad.fa-long-arrow-alt-up:after {
	content: "\f30c";
	visibility: hidden
}

.fad.fa-long-arrow-down:after {
	content: "\f175";
	visibility: hidden
}

.fad.fa-long-arrow-left:after {
	content: "\f177";
	visibility: hidden
}

.fad.fa-long-arrow-right:after {
	content: "\f178";
	visibility: hidden
}

.fad.fa-long-arrow-up:after {
	content: "\f176";
	visibility: hidden
}

.fad.fa-loveseat:after {
	content: "\10f4cc"
}

.fad.fa-low-vision:after {
	content: "\10f2a8"
}

.fad.fa-luchador:after {
	content: "\10f455"
}

.fad.fa-luggage-cart:after {
	content: "\10f59d"
}

.fad.fa-lungs:after {
	content: "\10f604"
}

.fad.fa-mace:after {
	content: "\10f6f8"
}

.fad.fa-magic:after {
	content: "\10f0d0"
}

.fad.fa-magnet:after {
	content: "\10f076"
}

.fad.fa-mail-bulk:after {
	content: "\10f674"
}

.fad.fa-mailbox:after {
	content: "\10f813"
}

.fad.fa-male:after {
	content: "\10f183"
}

.fad.fa-mandolin:after {
	content: "\10f6f9"
}

.fad.fa-map:after {
	content: "\10f279"
}

.fad.fa-map-marked:after {
	content: "\10f59f"
}

.fad.fa-map-marked-alt:after {
	content: "\10f5a0"
}

.fad.fa-map-marker:after {
	content: "\f041";
	visibility: hidden
}

.fad.fa-map-marker-alt:after {
	content: "\10f3c5"
}

.fad.fa-map-marker-alt-slash:after {
	content: "\10f605"
}

.fad.fa-map-marker-check:after {
	content: "\10f606"
}

.fad.fa-map-marker-edit:after {
	content: "\10f607"
}

.fad.fa-map-marker-exclamation:after {
	content: "\10f608"
}

.fad.fa-map-marker-minus:after {
	content: "\10f609"
}

.fad.fa-map-marker-plus:after {
	content: "\10f60a"
}

.fad.fa-map-marker-question:after {
	content: "\10f60b"
}

.fad.fa-map-marker-slash:after {
	content: "\10f60c"
}

.fad.fa-map-marker-smile:after {
	content: "\10f60d"
}

.fad.fa-map-marker-times:after {
	content: "\10f60e"
}

.fad.fa-map-pin:after {
	content: "\10f276"
}

.fad.fa-map-signs:after {
	content: "\10f277"
}

.fad.fa-marker:after {
	content: "\10f5a1"
}

.fad.fa-mars:after {
	content: "\f222";
	visibility: hidden
}

.fad.fa-mars-double:after {
	content: "\10f227"
}

.fad.fa-mars-stroke:after {
	content: "\f229";
	visibility: hidden
}

.fad.fa-mars-stroke-h:after {
	content: "\f22b";
	visibility: hidden
}

.fad.fa-mars-stroke-v:after {
	content: "\f22a";
	visibility: hidden
}

.fad.fa-mask:after {
	content: "\f6fa";
	visibility: hidden
}

.fad.fa-meat:after {
	content: "\10f814"
}

.fad.fa-medal:after {
	content: "\10f5a2"
}

.fad.fa-medkit:after {
	content: "\10f0fa"
}

.fad.fa-megaphone:after {
	content: "\10f675"
}

.fad.fa-meh:after {
	content: "\10f11a"
}

.fad.fa-meh-blank:after {
	content: "\10f5a4"
}

.fad.fa-meh-rolling-eyes:after {
	content: "\10f5a5"
}

.fad.fa-memory:after {
	content: "\10f538"
}

.fad.fa-menorah:after {
	content: "\10f676"
}

.fad.fa-mercury:after {
	content: "\f223";
	visibility: hidden
}

.fad.fa-meteor:after {
	content: "\10f753"
}

.fad.fa-microchip:after {
	content: "\10f2db"
}

.fad.fa-microphone:after {
	content: "\10f130"
}

.fad.fa-microphone-alt:after {
	content: "\10f3c9"
}

.fad.fa-microphone-alt-slash:after {
	content: "\10f539"
}

.fad.fa-microphone-slash:after {
	content: "\10f131"
}

.fad.fa-microscope:after {
	content: "\10f610"
}

.fad.fa-mind-share:after {
	content: "\10f677"
}

.fad.fa-minus:after {
	content: "\f068";
	visibility: hidden
}

.fad.fa-minus-circle:after {
	content: "\f056";
	visibility: hidden
}

.fad.fa-minus-hexagon:after {
	content: "\10f307"
}

.fad.fa-minus-octagon:after {
	content: "\10f308"
}

.fad.fa-minus-square:after {
	content: "\10f146"
}

.fad.fa-mistletoe:after {
	content: "\10f7b4"
}

.fad.fa-mitten:after {
	content: "\10f7b5"
}

.fad.fa-mobile:after {
	content: "\f10b";
	visibility: hidden
}

.fad.fa-mobile-alt:after {
	content: "\10f3cd"
}

.fad.fa-mobile-android:after {
	content: "\f3ce";
	visibility: hidden
}

.fad.fa-mobile-android-alt:after {
	content: "\10f3cf"
}

.fad.fa-money-bill:after {
	content: "\10f0d6"
}

.fad.fa-money-bill-alt:after {
	content: "\10f3d1"
}

.fad.fa-money-bill-wave:after {
	content: "\10f53a"
}

.fad.fa-money-bill-wave-alt:after {
	content: "\f53b";
	visibility: hidden
}

.fad.fa-money-check:after {
	content: "\10f53c"
}

.fad.fa-money-check-alt:after {
	content: "\10f53d"
}

.fad.fa-money-check-edit:after {
	content: "\10f872"
}

.fad.fa-money-check-edit-alt:after {
	content: "\10f873"
}

.fad.fa-monitor-heart-rate:after {
	content: "\10f611"
}

.fad.fa-monkey:after {
	content: "\10f6fb"
}

.fad.fa-monument:after {
	content: "\10f5a6"
}

.fad.fa-moon:after {
	content: "\f186";
	visibility: hidden
}

.fad.fa-moon-cloud:after {
	content: "\10f754"
}

.fad.fa-moon-stars:after {
	content: "\10f755"
}

.fad.fa-mortar-pestle:after {
	content: "\10f5a7"
}

.fad.fa-mosque:after {
	content: "\10f678"
}

.fad.fa-motorcycle:after {
	content: "\10f21c"
}

.fad.fa-mountain:after {
	content: "\10f6fc"
}

.fad.fa-mountains:after {
	content: "\10f6fd"
}

.fad.fa-mouse-pointer:after {
	content: "\f245";
	visibility: hidden
}

.fad.fa-mug:after {
	content: "\f874";
	visibility: hidden
}

.fad.fa-mug-hot:after {
	content: "\10f7b6"
}

.fad.fa-mug-marshmallows:after {
	content: "\10f7b7"
}

.fad.fa-mug-tea:after {
	content: "\10f875"
}

.fad.fa-music:after {
	content: "\f001";
	visibility: hidden
}

.fad.fa-narwhal:after {
	content: "\10f6fe"
}

.fad.fa-network-wired:after {
	content: "\10f6ff"
}

.fad.fa-neuter:after {
	content: "\f22c";
	visibility: hidden
}

.fad.fa-newspaper:after {
	content: "\10f1ea"
}

.fad.fa-not-equal:after {
	content: "\f53e";
	visibility: hidden
}

.fad.fa-notes-medical:after {
	content: "\10f481"
}

.fad.fa-object-group:after {
	content: "\10f247"
}

.fad.fa-object-ungroup:after {
	content: "\10f248"
}

.fad.fa-octagon:after {
	content: "\f306";
	visibility: hidden
}

.fad.fa-oil-can:after {
	content: "\10f613"
}

.fad.fa-oil-temp:after {
	content: "\10f614"
}

.fad.fa-om:after {
	content: "\10f679"
}

.fad.fa-omega:after {
	content: "\f67a";
	visibility: hidden
}

.fad.fa-ornament:after {
	content: "\10f7b8"
}

.fad.fa-otter:after {
	content: "\10f700"
}

.fad.fa-outdent:after {
	content: "\10f03b"
}

.fad.fa-overline:after {
	content: "\10f876"
}

.fad.fa-page-break:after {
	content: "\10f877"
}

.fad.fa-pager:after {
	content: "\10f815"
}

.fad.fa-paint-brush:after {
	content: "\10f1fc"
}

.fad.fa-paint-brush-alt:after {
	content: "\10f5a9"
}

.fad.fa-paint-roller:after {
	content: "\10f5aa"
}

.fad.fa-palette:after {
	content: "\10f53f"
}

.fad.fa-pallet:after {
	content: "\10f482"
}

.fad.fa-pallet-alt:after {
	content: "\10f483"
}

.fad.fa-paper-plane:after {
	content: "\10f1d8"
}

.fad.fa-paperclip:after {
	content: "\f0c6";
	visibility: hidden
}

.fad.fa-parachute-box:after {
	content: "\10f4cd"
}

.fad.fa-paragraph:after {
	content: "\f1dd";
	visibility: hidden
}

.fad.fa-paragraph-rtl:after {
	content: "\10f878"
}

.fad.fa-parking:after {
	content: "\10f540"
}

.fad.fa-parking-circle:after {
	content: "\10f615"
}

.fad.fa-parking-circle-slash:after {
	content: "\10f616"
}

.fad.fa-parking-slash:after {
	content: "\10f617"
}

.fad.fa-passport:after {
	content: "\10f5ab"
}

.fad.fa-pastafarianism:after {
	content: "\10f67b"
}

.fad.fa-paste:after {
	content: "\10f0ea"
}

.fad.fa-pause:after {
	content: "\f04c";
	visibility: hidden
}

.fad.fa-pause-circle:after {
	content: "\10f28b"
}

.fad.fa-paw:after {
	content: "\10f1b0"
}

.fad.fa-paw-alt:after {
	content: "\10f701"
}

.fad.fa-paw-claws:after {
	content: "\10f702"
}

.fad.fa-peace:after {
	content: "\f67c";
	visibility: hidden
}

.fad.fa-pegasus:after {
	content: "\10f703"
}

.fad.fa-pen:after {
	content: "\10f304"
}

.fad.fa-pen-alt:after {
	content: "\10f305"
}

.fad.fa-pen-fancy:after {
	content: "\10f5ac"
}

.fad.fa-pen-nib:after {
	content: "\10f5ad"
}

.fad.fa-pen-square:after {
	content: "\10f14b"
}

.fad.fa-pencil:after {
	content: "\10f040"
}

.fad.fa-pencil-alt:after {
	content: "\10f303"
}

.fad.fa-pencil-paintbrush:after {
	content: "\10f618"
}

.fad.fa-pencil-ruler:after {
	content: "\10f5ae"
}

.fad.fa-pennant:after {
	content: "\10f456"
}

.fad.fa-people-carry:after {
	content: "\10f4ce"
}

.fad.fa-pepper-hot:after {
	content: "\10f816"
}

.fad.fa-percent:after {
	content: "\10f295"
}

.fad.fa-percentage:after {
	content: "\10f541"
}

.fad.fa-person-booth:after {
	content: "\10f756"
}

.fad.fa-person-carry:after {
	content: "\10f4cf"
}

.fad.fa-person-dolly:after {
	content: "\10f4d0"
}

.fad.fa-person-dolly-empty:after {
	content: "\10f4d1"
}

.fad.fa-person-sign:after {
	content: "\10f757"
}

.fad.fa-phone:after {
	content: "\f095";
	visibility: hidden
}

.fad.fa-phone-laptop:after {
	content: "\10f87a"
}

.fad.fa-phone-office:after {
	content: "\10f67d"
}

.fad.fa-phone-plus:after {
	content: "\10f4d2"
}

.fad.fa-phone-slash:after {
	content: "\10f3dd"
}

.fad.fa-phone-square:after {
	content: "\10f098"
}

.fad.fa-phone-volume:after {
	content: "\10f2a0"
}

.fad.fa-photo-video:after {
	content: "\10f87c"
}

.fad.fa-pi:after {
	content: "\f67e";
	visibility: hidden
}

.fad.fa-pie:after {
	content: "\10f705"
}

.fad.fa-pig:after {
	content: "\10f706"
}

.fad.fa-piggy-bank:after {
	content: "\10f4d3"
}

.fad.fa-pills:after {
	content: "\10f484"
}

.fad.fa-pizza:after {
	content: "\10f817"
}

.fad.fa-pizza-slice:after {
	content: "\10f818"
}

.fad.fa-place-of-worship:after {
	content: "\10f67f"
}

.fad.fa-plane:after {
	content: "\10f072"
}

.fad.fa-plane-alt:after {
	content: "\10f3de"
}

.fad.fa-plane-arrival:after {
	content: "\10f5af"
}

.fad.fa-plane-departure:after {
	content: "\10f5b0"
}

.fad.fa-play:after {
	content: "\f04b";
	visibility: hidden
}

.fad.fa-play-circle:after {
	content: "\10f144"
}

.fad.fa-plug:after {
	content: "\10f1e6"
}

.fad.fa-plus:after {
	content: "\f067";
	visibility: hidden
}

.fad.fa-plus-circle:after {
	content: "\10f055"
}

.fad.fa-plus-hexagon:after {
	content: "\10f300"
}

.fad.fa-plus-octagon:after {
	content: "\10f301"
}

.fad.fa-plus-square:after {
	content: "\10f0fe"
}

.fad.fa-podcast:after {
	content: "\10f2ce"
}

.fad.fa-podium:after {
	content: "\10f680"
}

.fad.fa-podium-star:after {
	content: "\10f758"
}

.fad.fa-poll:after {
	content: "\10f681"
}

.fad.fa-poll-h:after {
	content: "\10f682"
}

.fad.fa-poll-people:after {
	content: "\10f759"
}

.fad.fa-poo:after {
	content: "\10f2fe"
}

.fad.fa-poo-storm:after {
	content: "\10f75a"
}

.fad.fa-poop:after {
	content: "\f619";
	visibility: hidden
}

.fad.fa-popcorn:after {
	content: "\10f819"
}

.fad.fa-portrait:after {
	content: "\10f3e0"
}

.fad.fa-pound-sign:after {
	content: "\f154";
	visibility: hidden
}

.fad.fa-power-off:after {
	content: "\10f011"
}

.fad.fa-pray:after {
	content: "\10f683"
}

.fad.fa-praying-hands:after {
	content: "\10f684"
}

.fad.fa-prescription:after {
	content: "\f5b1";
	visibility: hidden
}

.fad.fa-prescription-bottle:after {
	content: "\10f485"
}

.fad.fa-prescription-bottle-alt:after {
	content: "\10f486"
}

.fad.fa-presentation:after {
	content: "\10f685"
}

.fad.fa-print:after {
	content: "\10f02f"
}

.fad.fa-print-search:after {
	content: "\10f81a"
}

.fad.fa-print-slash:after {
	content: "\10f686"
}

.fad.fa-procedures:after {
	content: "\10f487"
}

.fad.fa-project-diagram:after {
	content: "\10f542"
}

.fad.fa-pumpkin:after {
	content: "\10f707"
}

.fad.fa-puzzle-piece:after {
	content: "\f12e";
	visibility: hidden
}

.fad.fa-qrcode:after {
	content: "\10f029"
}

.fad.fa-question:after {
	content: "\f128";
	visibility: hidden
}

.fad.fa-question-circle:after {
	content: "\10f059"
}

.fad.fa-question-square:after {
	content: "\10f2fd"
}

.fad.fa-quidditch:after {
	content: "\10f458"
}

.fad.fa-quote-left:after {
	content: "\f10d";
	visibility: hidden
}

.fad.fa-quote-right:after {
	content: "\f10e";
	visibility: hidden
}

.fad.fa-quran:after {
	content: "\10f687"
}

.fad.fa-rabbit:after {
	content: "\10f708"
}

.fad.fa-rabbit-fast:after {
	content: "\10f709"
}

.fad.fa-racquet:after {
	content: "\10f45a"
}

.fad.fa-radiation:after {
	content: "\10f7b9"
}

.fad.fa-radiation-alt:after {
	content: "\10f7ba"
}

.fad.fa-rainbow:after {
	content: "\10f75b"
}

.fad.fa-raindrops:after {
	content: "\10f75c"
}

.fad.fa-ram:after {
	content: "\10f70a"
}

.fad.fa-ramp-loading:after {
	content: "\10f4d4"
}

.fad.fa-random:after {
	content: "\10f074"
}

.fad.fa-receipt:after {
	content: "\10f543"
}

.fad.fa-rectangle-landscape:after {
	content: "\f2fa";
	visibility: hidden
}

.fad.fa-rectangle-portrait:after {
	content: "\f2fb";
	visibility: hidden
}

.fad.fa-rectangle-wide:after {
	content: "\f2fc";
	visibility: hidden
}

.fad.fa-recycle:after {
	content: "\f1b8";
	visibility: hidden
}

.fad.fa-redo:after {
	content: "\f01e";
	visibility: hidden
}

.fad.fa-redo-alt:after {
	content: "\f2f9";
	visibility: hidden
}

.fad.fa-registered:after {
	content: "\10f25d"
}

.fad.fa-remove-format:after {
	content: "\10f87d"
}

.fad.fa-repeat:after {
	content: "\10f363"
}

.fad.fa-repeat-1:after {
	content: "\10f365"
}

.fad.fa-repeat-1-alt:after {
	content: "\10f366"
}

.fad.fa-repeat-alt:after {
	content: "\10f364"
}

.fad.fa-reply:after {
	content: "\f3e5";
	visibility: hidden
}

.fad.fa-reply-all:after {
	content: "\10f122"
}

.fad.fa-republican:after {
	content: "\10f75e"
}

.fad.fa-restroom:after {
	content: "\10f7bd"
}

.fad.fa-retweet:after {
	content: "\10f079"
}

.fad.fa-retweet-alt:after {
	content: "\10f361"
}

.fad.fa-ribbon:after {
	content: "\10f4d6"
}

.fad.fa-ring:after {
	content: "\10f70b"
}

.fad.fa-rings-wedding:after {
	content: "\10f81b"
}

.fad.fa-road:after {
	content: "\10f018"
}

.fad.fa-robot:after {
	content: "\10f544"
}

.fad.fa-rocket:after {
	content: "\10f135"
}

.fad.fa-route:after {
	content: "\10f4d7"
}

.fad.fa-route-highway:after {
	content: "\10f61a"
}

.fad.fa-route-interstate:after {
	content: "\10f61b"
}

.fad.fa-rss:after {
	content: "\10f09e"
}

.fad.fa-rss-square:after {
	content: "\10f143"
}

.fad.fa-ruble-sign:after {
	content: "\f158";
	visibility: hidden
}

.fad.fa-ruler:after {
	content: "\10f545"
}

.fad.fa-ruler-combined:after {
	content: "\10f546"
}

.fad.fa-ruler-horizontal:after {
	content: "\10f547"
}

.fad.fa-ruler-triangle:after {
	content: "\10f61c"
}

.fad.fa-ruler-vertical:after {
	content: "\10f548"
}

.fad.fa-running:after {
	content: "\10f70c"
}

.fad.fa-rupee-sign:after {
	content: "\f156";
	visibility: hidden
}

.fad.fa-rv:after {
	content: "\10f7be"
}

.fad.fa-sack:after {
	content: "\f81c";
	visibility: hidden
}

.fad.fa-sack-dollar:after {
	content: "\10f81d"
}

.fad.fa-sad-cry:after {
	content: "\10f5b3"
}

.fad.fa-sad-tear:after {
	content: "\10f5b4"
}

.fad.fa-salad:after {
	content: "\10f81e"
}

.fad.fa-sandwich:after {
	content: "\10f81f"
}

.fad.fa-satellite:after {
	content: "\10f7bf"
}

.fad.fa-satellite-dish:after {
	content: "\10f7c0"
}

.fad.fa-sausage:after {
	content: "\10f820"
}

.fad.fa-save:after {
	content: "\10f0c7"
}

.fad.fa-scalpel:after {
	content: "\10f61d"
}

.fad.fa-scalpel-path:after {
	content: "\10f61e"
}

.fad.fa-scanner:after {
	content: "\10f488"
}

.fad.fa-scanner-keyboard:after {
	content: "\10f489"
}

.fad.fa-scanner-touchscreen:after {
	content: "\10f48a"
}

.fad.fa-scarecrow:after {
	content: "\10f70d"
}

.fad.fa-scarf:after {
	content: "\10f7c1"
}

.fad.fa-school:after {
	content: "\10f549"
}

.fad.fa-screwdriver:after {
	content: "\10f54a"
}

.fad.fa-scroll:after {
	content: "\10f70e"
}

.fad.fa-scroll-old:after {
	content: "\10f70f"
}

.fad.fa-scrubber:after {
	content: "\f2f8";
	visibility: hidden
}

.fad.fa-scythe:after {
	content: "\10f710"
}

.fad.fa-sd-card:after {
	content: "\10f7c2"
}

.fad.fa-search:after {
	content: "\10f002"
}

.fad.fa-search-dollar:after {
	content: "\10f688"
}

.fad.fa-search-location:after {
	content: "\10f689"
}

.fad.fa-search-minus:after {
	content: "\10f010"
}

.fad.fa-search-plus:after {
	content: "\10f00e"
}

.fad.fa-seedling:after {
	content: "\10f4d8"
}

.fad.fa-send-back:after {
	content: "\10f87e"
}

.fad.fa-send-backward:after {
	content: "\10f87f"
}

.fad.fa-server:after {
	content: "\10f233"
}

.fad.fa-shapes:after {
	content: "\10f61f"
}

.fad.fa-share:after {
	content: "\f064";
	visibility: hidden
}

.fad.fa-share-all:after {
	content: "\10f367"
}

.fad.fa-share-alt:after {
	content: "\10f1e0"
}

.fad.fa-share-alt-square:after {
	content: "\10f1e1"
}

.fad.fa-share-square:after {
	content: "\10f14d"
}

.fad.fa-sheep:after {
	content: "\10f711"
}

.fad.fa-shekel-sign:after {
	content: "\10f20b"
}

.fad.fa-shield:after {
	content: "\f132";
	visibility: hidden
}

.fad.fa-shield-alt:after {
	content: "\10f3ed"
}

.fad.fa-shield-check:after {
	content: "\10f2f7"
}

.fad.fa-shield-cross:after {
	content: "\10f712"
}

.fad.fa-ship:after {
	content: "\10f21a"
}

.fad.fa-shipping-fast:after {
	content: "\10f48b"
}

.fad.fa-shipping-timed:after {
	content: "\10f48c"
}

.fad.fa-shish-kebab:after {
	content: "\10f821"
}

.fad.fa-shoe-prints:after {
	content: "\10f54b"
}

.fad.fa-shopping-bag:after {
	content: "\10f290"
}

.fad.fa-shopping-basket:after {
	content: "\10f291"
}

.fad.fa-shopping-cart:after {
	content: "\10f07a"
}

.fad.fa-shovel:after {
	content: "\f713";
	visibility: hidden
}

.fad.fa-shovel-snow:after {
	content: "\10f7c3"
}

.fad.fa-shower:after {
	content: "\10f2cc"
}

.fad.fa-shredder:after {
	content: "\10f68a"
}

.fad.fa-shuttle-van:after {
	content: "\10f5b6"
}

.fad.fa-shuttlecock:after {
	content: "\10f45b"
}

.fad.fa-sickle:after {
	content: "\10f822"
}

.fad.fa-sigma:after {
	content: "\f68b";
	visibility: hidden
}

.fad.fa-sign:after {
	content: "\10f4d9"
}

.fad.fa-sign-in:after {
	content: "\10f090"
}

.fad.fa-sign-in-alt:after {
	content: "\10f2f6"
}

.fad.fa-sign-language:after {
	content: "\10f2a7"
}

.fad.fa-sign-out:after {
	content: "\10f08b"
}

.fad.fa-sign-out-alt:after {
	content: "\10f2f5"
}

.fad.fa-signal:after {
	content: "\10f012"
}

.fad.fa-signal-1:after {
	content: "\f68c";
	visibility: hidden
}

.fad.fa-signal-2:after {
	content: "\f68d";
	visibility: hidden
}

.fad.fa-signal-3:after {
	content: "\10f68e"
}

.fad.fa-signal-4:after {
	content: "\10f68f"
}

.fad.fa-signal-alt:after {
	content: "\10f690"
}

.fad.fa-signal-alt-1:after {
	content: "\f691";
	visibility: hidden
}

.fad.fa-signal-alt-2:after {
	content: "\f692";
	visibility: hidden
}

.fad.fa-signal-alt-3:after {
	content: "\10f693"
}

.fad.fa-signal-alt-slash:after {
	content: "\10f694"
}

.fad.fa-signal-slash:after {
	content: "\10f695"
}

.fad.fa-signature:after {
	content: "\f5b7";
	visibility: hidden
}

.fad.fa-sim-card:after {
	content: "\10f7c4"
}

.fad.fa-sitemap:after {
	content: "\10f0e8"
}

.fad.fa-skating:after {
	content: "\10f7c5"
}

.fad.fa-skeleton:after {
	content: "\10f620"
}

.fad.fa-ski-jump:after {
	content: "\10f7c7"
}

.fad.fa-ski-lift:after {
	content: "\10f7c8"
}

.fad.fa-skiing:after {
	content: "\10f7c9"
}

.fad.fa-skiing-nordic:after {
	content: "\10f7ca"
}

.fad.fa-skull:after {
	content: "\10f54c"
}

.fad.fa-skull-crossbones:after {
	content: "\10f714"
}

.fad.fa-slash:after {
	content: "\f715";
	visibility: hidden
}

.fad.fa-sledding:after {
	content: "\10f7cb"
}

.fad.fa-sleigh:after {
	content: "\10f7cc"
}

.fad.fa-sliders-h:after {
	content: "\10f1de"
}

.fad.fa-sliders-h-square:after {
	content: "\10f3f0"
}

.fad.fa-sliders-v:after {
	content: "\10f3f1"
}

.fad.fa-sliders-v-square:after {
	content: "\10f3f2"
}

.fad.fa-smile:after {
	content: "\10f118"
}

.fad.fa-smile-beam:after {
	content: "\10f5b8"
}

.fad.fa-smile-plus:after {
	content: "\10f5b9"
}

.fad.fa-smile-wink:after {
	content: "\10f4da"
}

.fad.fa-smog:after {
	content: "\10f75f"
}

.fad.fa-smoke:after {
	content: "\10f760"
}

.fad.fa-smoking:after {
	content: "\10f48d"
}

.fad.fa-smoking-ban:after {
	content: "\10f54d"
}

.fad.fa-sms:after {
	content: "\10f7cd"
}

.fad.fa-snake:after {
	content: "\f716";
	visibility: hidden
}

.fad.fa-snooze:after {
	content: "\10f880"
}

.fad.fa-snow-blowing:after {
	content: "\10f761"
}

.fad.fa-snowboarding:after {
	content: "\10f7ce"
}

.fad.fa-snowflake:after {
	content: "\f2dc";
	visibility: hidden
}

.fad.fa-snowflakes:after {
	content: "\10f7cf"
}

.fad.fa-snowman:after {
	content: "\10f7d0"
}

.fad.fa-snowmobile:after {
	content: "\10f7d1"
}

.fad.fa-snowplow:after {
	content: "\10f7d2"
}

.fad.fa-socks:after {
	content: "\10f696"
}

.fad.fa-solar-panel:after {
	content: "\10f5ba"
}

.fad.fa-sort:after {
	content: "\10f0dc"
}

.fad.fa-sort-alpha-down:after {
	content: "\10f15d"
}

.fad.fa-sort-alpha-down-alt:after {
	content: "\10f881"
}

.fad.fa-sort-alpha-up:after {
	content: "\10f15e"
}

.fad.fa-sort-alpha-up-alt:after {
	content: "\10f882"
}

.fad.fa-sort-alt:after {
	content: "\10f883"
}

.fad.fa-sort-amount-down:after {
	content: "\10f160"
}

.fad.fa-sort-amount-down-alt:after {
	content: "\10f884"
}

.fad.fa-sort-amount-up:after {
	content: "\10f161"
}

.fad.fa-sort-amount-up-alt:after {
	content: "\10f885"
}

.fad.fa-sort-down:after {
	content: "\f0dd";
	visibility: hidden
}

.fad.fa-sort-numeric-down:after {
	content: "\10f162"
}

.fad.fa-sort-numeric-down-alt:after {
	content: "\10f886"
}

.fad.fa-sort-numeric-up:after {
	content: "\10f163"
}

.fad.fa-sort-numeric-up-alt:after {
	content: "\10f887"
}

.fad.fa-sort-shapes-down:after {
	content: "\10f888"
}

.fad.fa-sort-shapes-down-alt:after {
	content: "\10f889"
}

.fad.fa-sort-shapes-up:after {
	content: "\10f88a"
}

.fad.fa-sort-shapes-up-alt:after {
	content: "\10f88b"
}

.fad.fa-sort-size-down:after {
	content: "\10f88c"
}

.fad.fa-sort-size-down-alt:after {
	content: "\10f88d"
}

.fad.fa-sort-size-up:after {
	content: "\10f88e"
}

.fad.fa-sort-size-up-alt:after {
	content: "\10f88f"
}

.fad.fa-sort-up:after {
	content: "\f0de";
	visibility: hidden
}

.fad.fa-soup:after {
	content: "\10f823"
}

.fad.fa-spa:after {
	content: "\10f5bb"
}

.fad.fa-space-shuttle:after {
	content: "\10f197"
}

.fad.fa-spade:after {
	content: "\f2f4";
	visibility: hidden
}

.fad.fa-sparkles:after {
	content: "\10f890"
}

.fad.fa-spell-check:after {
	content: "\10f891"
}

.fad.fa-spider:after {
	content: "\10f717"
}

.fad.fa-spider-black-widow:after {
	content: "\10f718"
}

.fad.fa-spider-web:after {
	content: "\f719";
	visibility: hidden
}

.fad.fa-spinner:after {
	content: "\10f110"
}

.fad.fa-spinner-third:after {
	content: "\f3f4";
	visibility: hidden
}

.fad.fa-splotch:after {
	content: "\f5bc";
	visibility: hidden
}

.fad.fa-spray-can:after {
	content: "\10f5bd"
}

.fad.fa-square:after {
	content: "\f0c8";
	visibility: hidden
}

.fad.fa-square-full:after {
	content: "\f45c";
	visibility: hidden
}

.fad.fa-square-root:after {
	content: "\f697";
	visibility: hidden
}

.fad.fa-square-root-alt:after {
	content: "\10f698"
}

.fad.fa-squirrel:after {
	content: "\10f71a"
}

.fad.fa-staff:after {
	content: "\f71b";
	visibility: hidden
}

.fad.fa-stamp:after {
	content: "\10f5bf"
}

.fad.fa-star:after {
	content: "\f005";
	visibility: hidden
}

.fad.fa-star-and-crescent:after {
	content: "\10f699"
}

.fad.fa-star-christmas:after {
	content: "\10f7d4"
}

.fad.fa-star-exclamation:after {
	content: "\10f2f3"
}

.fad.fa-star-half:after {
	content: "\f089";
	visibility: hidden
}

.fad.fa-star-half-alt:after {
	content: "\10f5c0"
}

.fad.fa-star-of-david:after {
	content: "\f69a";
	visibility: hidden
}

.fad.fa-star-of-life:after {
	content: "\f621";
	visibility: hidden
}

.fad.fa-stars:after {
	content: "\10f762"
}

.fad.fa-steak:after {
	content: "\10f824"
}

.fad.fa-steering-wheel:after {
	content: "\10f622"
}

.fad.fa-step-backward:after {
	content: "\10f048"
}

.fad.fa-step-forward:after {
	content: "\10f051"
}

.fad.fa-stethoscope:after {
	content: "\10f0f1"
}

.fad.fa-sticky-note:after {
	content: "\10f249"
}

.fad.fa-stocking:after {
	content: "\10f7d5"
}

.fad.fa-stomach:after {
	content: "\10f623"
}

.fad.fa-stop:after {
	content: "\f04d";
	visibility: hidden
}

.fad.fa-stop-circle:after {
	content: "\10f28d"
}

.fad.fa-stopwatch:after {
	content: "\10f2f2"
}

.fad.fa-store:after {
	content: "\10f54e"
}

.fad.fa-store-alt:after {
	content: "\10f54f"
}

.fad.fa-stream:after {
	content: "\10f550"
}

.fad.fa-street-view:after {
	content: "\10f21d"
}

.fad.fa-stretcher:after {
	content: "\10f825"
}

.fad.fa-strikethrough:after {
	content: "\10f0cc"
}

.fad.fa-stroopwafel:after {
	content: "\10f551"
}

.fad.fa-subscript:after {
	content: "\10f12c"
}

.fad.fa-subway:after {
	content: "\10f239"
}

.fad.fa-suitcase:after {
	content: "\10f0f2"
}

.fad.fa-suitcase-rolling:after {
	content: "\10f5c1"
}

.fad.fa-sun:after {
	content: "\10f185"
}

.fad.fa-sun-cloud:after {
	content: "\10f763"
}

.fad.fa-sun-dust:after {
	content: "\10f764"
}

.fad.fa-sun-haze:after {
	content: "\10f765"
}

.fad.fa-sunglasses:after {
	content: "\10f892"
}

.fad.fa-sunrise:after {
	content: "\10f766"
}

.fad.fa-sunset:after {
	content: "\10f767"
}

.fad.fa-superscript:after {
	content: "\10f12b"
}

.fad.fa-surprise:after {
	content: "\10f5c2"
}

.fad.fa-swatchbook:after {
	content: "\10f5c3"
}

.fad.fa-swimmer:after {
	content: "\10f5c4"
}

.fad.fa-swimming-pool:after {
	content: "\10f5c5"
}

.fad.fa-sword:after {
	content: "\10f71c"
}

.fad.fa-swords:after {
	content: "\10f71d"
}

.fad.fa-synagogue:after {
	content: "\10f69b"
}

.fad.fa-sync:after {
	content: "\10f021"
}

.fad.fa-sync-alt:after {
	content: "\10f2f1"
}

.fad.fa-syringe:after {
	content: "\10f48e"
}

.fad.fa-table:after {
	content: "\10f0ce"
}

.fad.fa-table-tennis:after {
	content: "\10f45d"
}

.fad.fa-tablet:after {
	content: "\f10a";
	visibility: hidden
}

.fad.fa-tablet-alt:after {
	content: "\10f3fa"
}

.fad.fa-tablet-android:after {
	content: "\f3fb";
	visibility: hidden
}

.fad.fa-tablet-android-alt:after {
	content: "\10f3fc"
}

.fad.fa-tablet-rugged:after {
	content: "\10f48f"
}

.fad.fa-tablets:after {
	content: "\10f490"
}

.fad.fa-tachometer:after {
	content: "\10f0e4"
}

.fad.fa-tachometer-alt:after {
	content: "\10f3fd"
}

.fad.fa-tachometer-alt-average:after {
	content: "\10f624"
}

.fad.fa-tachometer-alt-fast:after {
	content: "\10f625"
}

.fad.fa-tachometer-alt-fastest:after {
	content: "\10f626"
}

.fad.fa-tachometer-alt-slow:after {
	content: "\10f627"
}

.fad.fa-tachometer-alt-slowest:after {
	content: "\10f628"
}

.fad.fa-tachometer-average:after {
	content: "\10f629"
}

.fad.fa-tachometer-fast:after {
	content: "\10f62a"
}

.fad.fa-tachometer-fastest:after {
	content: "\10f62b"
}

.fad.fa-tachometer-slow:after {
	content: "\10f62c"
}

.fad.fa-tachometer-slowest:after {
	content: "\10f62d"
}

.fad.fa-taco:after {
	content: "\10f826"
}

.fad.fa-tag:after {
	content: "\f02b";
	visibility: hidden
}

.fad.fa-tags:after {
	content: "\10f02c"
}

.fad.fa-tally:after {
	content: "\10f69c"
}

.fad.fa-tanakh:after {
	content: "\10f827"
}

.fad.fa-tape:after {
	content: "\10f4db"
}

.fad.fa-tasks:after {
	content: "\10f0ae"
}

.fad.fa-tasks-alt:after {
	content: "\10f828"
}

.fad.fa-taxi:after {
	content: "\10f1ba"
}

.fad.fa-teeth:after {
	content: "\10f62e"
}

.fad.fa-teeth-open:after {
	content: "\10f62f"
}

.fad.fa-temperature-frigid:after {
	content: "\10f768"
}

.fad.fa-temperature-high:after {
	content: "\10f769"
}

.fad.fa-temperature-hot:after {
	content: "\10f76a"
}

.fad.fa-temperature-low:after {
	content: "\10f76b"
}

.fad.fa-tenge:after {
	content: "\f7d7";
	visibility: hidden
}

.fad.fa-tennis-ball:after {
	content: "\10f45e"
}

.fad.fa-terminal:after {
	content: "\10f120"
}

.fad.fa-text:after {
	content: "\f893";
	visibility: hidden
}

.fad.fa-text-height:after {
	content: "\10f034"
}

.fad.fa-text-size:after {
	content: "\10f894"
}

.fad.fa-text-width:after {
	content: "\10f035"
}

.fad.fa-th:after {
	content: "\10f00a"
}

.fad.fa-th-large:after {
	content: "\10f009"
}

.fad.fa-th-list:after {
	content: "\10f00b"
}

.fad.fa-theater-masks:after {
	content: "\10f630"
}

.fad.fa-thermometer:after {
	content: "\10f491"
}

.fad.fa-thermometer-empty:after {
	content: "\10f2cb"
}

.fad.fa-thermometer-full:after {
	content: "\10f2c7"
}

.fad.fa-thermometer-half:after {
	content: "\10f2c9"
}

.fad.fa-thermometer-quarter:after {
	content: "\10f2ca"
}

.fad.fa-thermometer-three-quarters:after {
	content: "\10f2c8"
}

.fad.fa-theta:after {
	content: "\f69e";
	visibility: hidden
}

.fad.fa-thumbs-down:after {
	content: "\10f165"
}

.fad.fa-thumbs-up:after {
	content: "\10f164"
}

.fad.fa-thumbtack:after {
	content: "\10f08d"
}

.fad.fa-thunderstorm:after {
	content: "\10f76c"
}

.fad.fa-thunderstorm-moon:after {
	content: "\10f76d"
}

.fad.fa-thunderstorm-sun:after {
	content: "\10f76e"
}

.fad.fa-ticket:after {
	content: "\f145";
	visibility: hidden
}

.fad.fa-ticket-alt:after {
	content: "\10f3ff"
}

.fad.fa-tilde:after {
	content: "\f69f";
	visibility: hidden
}

.fad.fa-times:after {
	content: "\f00d";
	visibility: hidden
}

.fad.fa-times-circle:after {
	content: "\10f057"
}

.fad.fa-times-hexagon:after {
	content: "\10f2ee"
}

.fad.fa-times-octagon:after {
	content: "\10f2f0"
}

.fad.fa-times-square:after {
	content: "\10f2d3"
}

.fad.fa-tint:after {
	content: "\10f043"
}

.fad.fa-tint-slash:after {
	content: "\10f5c7"
}

.fad.fa-tire:after {
	content: "\10f631"
}

.fad.fa-tire-flat:after {
	content: "\10f632"
}

.fad.fa-tire-pressure-warning:after {
	content: "\10f633"
}

.fad.fa-tire-rugged:after {
	content: "\10f634"
}

.fad.fa-tired:after {
	content: "\10f5c8"
}

.fad.fa-toggle-off:after {
	content: "\10f204"
}

.fad.fa-toggle-on:after {
	content: "\10f205"
}

.fad.fa-toilet:after {
	content: "\10f7d8"
}

.fad.fa-toilet-paper:after {
	content: "\10f71e"
}

.fad.fa-toilet-paper-alt:after {
	content: "\10f71f"
}

.fad.fa-tombstone:after {
	content: "\10f720"
}

.fad.fa-tombstone-alt:after {
	content: "\10f721"
}

.fad.fa-toolbox:after {
	content: "\10f552"
}

.fad.fa-tools:after {
	content: "\10f7d9"
}

.fad.fa-tooth:after {
	content: "\f5c9";
	visibility: hidden
}

.fad.fa-toothbrush:after {
	content: "\10f635"
}

.fad.fa-torah:after {
	content: "\10f6a0"
}

.fad.fa-torii-gate:after {
	content: "\10f6a1"
}

.fad.fa-tornado:after {
	content: "\10f76f"
}

.fad.fa-tractor:after {
	content: "\10f722"
}

.fad.fa-trademark:after {
	content: "\f25c";
	visibility: hidden
}

.fad.fa-traffic-cone:after {
	content: "\10f636"
}

.fad.fa-traffic-light:after {
	content: "\10f637"
}

.fad.fa-traffic-light-go:after {
	content: "\10f638"
}

.fad.fa-traffic-light-slow:after {
	content: "\10f639"
}

.fad.fa-traffic-light-stop:after {
	content: "\10f63a"
}

.fad.fa-train:after {
	content: "\10f238"
}

.fad.fa-tram:after {
	content: "\10f7da"
}

.fad.fa-transgender:after {
	content: "\f224";
	visibility: hidden
}

.fad.fa-transgender-alt:after {
	content: "\f225";
	visibility: hidden
}

.fad.fa-trash:after {
	content: "\10f1f8"
}

.fad.fa-trash-alt:after {
	content: "\10f2ed"
}

.fad.fa-trash-restore:after {
	content: "\10f829"
}

.fad.fa-trash-restore-alt:after {
	content: "\10f82a"
}

.fad.fa-trash-undo:after {
	content: "\10f895"
}

.fad.fa-trash-undo-alt:after {
	content: "\10f896"
}

.fad.fa-treasure-chest:after {
	content: "\10f723"
}

.fad.fa-tree:after {
	content: "\10f1bb"
}

.fad.fa-tree-alt:after {
	content: "\10f400"
}

.fad.fa-tree-christmas:after {
	content: "\10f7db"
}

.fad.fa-tree-decorated:after {
	content: "\10f7dc"
}

.fad.fa-tree-large:after {
	content: "\f7dd";
	visibility: hidden
}

.fad.fa-tree-palm:after {
	content: "\10f82b"
}

.fad.fa-trees:after {
	content: "\10f724"
}

.fad.fa-triangle:after {
	content: "\f2ec";
	visibility: hidden
}

.fad.fa-trophy:after {
	content: "\f091";
	visibility: hidden
}

.fad.fa-trophy-alt:after {
	content: "\10f2eb"
}

.fad.fa-truck:after {
	content: "\10f0d1"
}

.fad.fa-truck-container:after {
	content: "\10f4dc"
}

.fad.fa-truck-couch:after {
	content: "\10f4dd"
}

.fad.fa-truck-loading:after {
	content: "\10f4de"
}

.fad.fa-truck-monster:after {
	content: "\10f63b"
}

.fad.fa-truck-moving:after {
	content: "\10f4df"
}

.fad.fa-truck-pickup:after {
	content: "\10f63c"
}

.fad.fa-truck-plow:after {
	content: "\10f7de"
}

.fad.fa-truck-ramp:after {
	content: "\10f4e0"
}

.fad.fa-tshirt:after {
	content: "\f553";
	visibility: hidden
}

.fad.fa-tty:after {
	content: "\10f1e4"
}

.fad.fa-turkey:after {
	content: "\10f725"
}

.fad.fa-turtle:after {
	content: "\10f726"
}

.fad.fa-tv:after {
	content: "\10f26c"
}

.fad.fa-tv-retro:after {
	content: "\10f401"
}

.fad.fa-umbrella:after {
	content: "\10f0e9"
}

.fad.fa-umbrella-beach:after {
	content: "\10f5ca"
}

.fad.fa-underline:after {
	content: "\10f0cd"
}

.fad.fa-undo:after {
	content: "\f0e2";
	visibility: hidden
}

.fad.fa-undo-alt:after {
	content: "\f2ea";
	visibility: hidden
}

.fad.fa-unicorn:after {
	content: "\10f727"
}

.fad.fa-union:after {
	content: "\f6a2";
	visibility: hidden
}

.fad.fa-universal-access:after {
	content: "\10f29a"
}

.fad.fa-university:after {
	content: "\10f19c"
}

.fad.fa-unlink:after {
	content: "\10f127"
}

.fad.fa-unlock:after {
	content: "\10f09c"
}

.fad.fa-unlock-alt:after {
	content: "\10f13e"
}

.fad.fa-upload:after {
	content: "\10f093"
}

.fad.fa-usd-circle:after {
	content: "\10f2e8"
}

.fad.fa-usd-square:after {
	content: "\10f2e9"
}

.fad.fa-user:after {
	content: "\f007";
	visibility: hidden
}

.fad.fa-user-alt:after {
	content: "\f406";
	visibility: hidden
}

.fad.fa-user-alt-slash:after {
	content: "\10f4fa"
}

.fad.fa-user-astronaut:after {
	content: "\10f4fb"
}

.fad.fa-user-chart:after {
	content: "\10f6a3"
}

.fad.fa-user-check:after {
	content: "\10f4fc"
}

.fad.fa-user-circle:after {
	content: "\10f2bd"
}

.fad.fa-user-clock:after {
	content: "\10f4fd"
}

.fad.fa-user-cog:after {
	content: "\10f4fe"
}

.fad.fa-user-crown:after {
	content: "\10f6a4"
}

.fad.fa-user-edit:after {
	content: "\10f4ff"
}

.fad.fa-user-friends:after {
	content: "\10f500"
}

.fad.fa-user-graduate:after {
	content: "\10f501"
}

.fad.fa-user-hard-hat:after {
	content: "\10f82c"
}

.fad.fa-user-headset:after {
	content: "\10f82d"
}

.fad.fa-user-injured:after {
	content: "\10f728"
}

.fad.fa-user-lock:after {
	content: "\10f502"
}

.fad.fa-user-md:after {
	content: "\10f0f0"
}

.fad.fa-user-md-chat:after {
	content: "\10f82e"
}

.fad.fa-user-minus:after {
	content: "\10f503"
}

.fad.fa-user-ninja:after {
	content: "\10f504"
}

.fad.fa-user-nurse:after {
	content: "\10f82f"
}

.fad.fa-user-plus:after {
	content: "\10f234"
}

.fad.fa-user-secret:after {
	content: "\10f21b"
}

.fad.fa-user-shield:after {
	content: "\10f505"
}

.fad.fa-user-slash:after {
	content: "\10f506"
}

.fad.fa-user-tag:after {
	content: "\10f507"
}

.fad.fa-user-tie:after {
	content: "\10f508"
}

.fad.fa-user-times:after {
	content: "\10f235"
}

.fad.fa-users:after {
	content: "\10f0c0"
}

.fad.fa-users-class:after {
	content: "\10f63d"
}

.fad.fa-users-cog:after {
	content: "\10f509"
}

.fad.fa-users-crown:after {
	content: "\10f6a5"
}

.fad.fa-users-medical:after {
	content: "\10f830"
}

.fad.fa-utensil-fork:after {
	content: "\f2e3";
	visibility: hidden
}

.fad.fa-utensil-knife:after {
	content: "\f2e4";
	visibility: hidden
}

.fad.fa-utensil-spoon:after {
	content: "\f2e5";
	visibility: hidden
}

.fad.fa-utensils:after {
	content: "\10f2e7"
}

.fad.fa-utensils-alt:after {
	content: "\10f2e6"
}

.fad.fa-value-absolute:after {
	content: "\10f6a6"
}

.fad.fa-vector-square:after {
	content: "\10f5cb"
}

.fad.fa-venus:after {
	content: "\f221";
	visibility: hidden
}

.fad.fa-venus-double:after {
	content: "\10f226"
}

.fad.fa-venus-mars:after {
	content: "\10f228"
}

.fad.fa-vial:after {
	content: "\10f492"
}

.fad.fa-vials:after {
	content: "\10f493"
}

.fad.fa-video:after {
	content: "\10f03d"
}

.fad.fa-video-plus:after {
	content: "\10f4e1"
}

.fad.fa-video-slash:after {
	content: "\10f4e2"
}

.fad.fa-vihara:after {
	content: "\10f6a7"
}

.fad.fa-voicemail:after {
	content: "\10f897"
}

.fad.fa-volcano:after {
	content: "\10f770"
}

.fad.fa-volleyball-ball:after {
	content: "\f45f";
	visibility: hidden
}

.fad.fa-volume:after {
	content: "\10f6a8"
}

.fad.fa-volume-down:after {
	content: "\10f027"
}

.fad.fa-volume-mute:after {
	content: "\10f6a9"
}

.fad.fa-volume-off:after {
	content: "\f026";
	visibility: hidden
}

.fad.fa-volume-slash:after {
	content: "\10f2e2"
}

.fad.fa-volume-up:after {
	content: "\10f028"
}

.fad.fa-vote-nay:after {
	content: "\10f771"
}

.fad.fa-vote-yea:after {
	content: "\10f772"
}

.fad.fa-vr-cardboard:after {
	content: "\f729";
	visibility: hidden
}

.fad.fa-walker:after {
	content: "\10f831"
}

.fad.fa-walking:after {
	content: "\10f554"
}

.fad.fa-wallet:after {
	content: "\10f555"
}

.fad.fa-wand:after {
	content: "\f72a";
	visibility: hidden
}

.fad.fa-wand-magic:after {
	content: "\10f72b"
}

.fad.fa-warehouse:after {
	content: "\10f494"
}

.fad.fa-warehouse-alt:after {
	content: "\10f495"
}

.fad.fa-washer:after {
	content: "\10f898"
}

.fad.fa-watch:after {
	content: "\10f2e1"
}

.fad.fa-watch-fitness:after {
	content: "\10f63e"
}

.fad.fa-water:after {
	content: "\10f773"
}

.fad.fa-water-lower:after {
	content: "\10f774"
}

.fad.fa-water-rise:after {
	content: "\10f775"
}

.fad.fa-wave-sine:after {
	content: "\f899";
	visibility: hidden
}

.fad.fa-wave-square:after {
	content: "\f83e";
	visibility: hidden
}

.fad.fa-wave-triangle:after {
	content: "\f89a";
	visibility: hidden
}

.fad.fa-webcam:after {
	content: "\10f832"
}

.fad.fa-webcam-slash:after {
	content: "\10f833"
}

.fad.fa-weight:after {
	content: "\10f496"
}

.fad.fa-weight-hanging:after {
	content: "\10f5cd"
}

.fad.fa-whale:after {
	content: "\f72c";
	visibility: hidden
}

.fad.fa-wheat:after {
	content: "\10f72d"
}

.fad.fa-wheelchair:after {
	content: "\10f193"
}

.fad.fa-whistle:after {
	content: "\10f460"
}

.fad.fa-wifi:after {
	content: "\10f1eb"
}

.fad.fa-wifi-1:after {
	content: "\f6aa";
	visibility: hidden
}

.fad.fa-wifi-2:after {
	content: "\10f6ab"
}

.fad.fa-wifi-slash:after {
	content: "\10f6ac"
}

.fad.fa-wind:after {
	content: "\10f72e"
}

.fad.fa-wind-turbine:after {
	content: "\10f89b"
}

.fad.fa-wind-warning:after {
	content: "\10f776"
}

.fad.fa-window:after {
	content: "\10f40e"
}

.fad.fa-window-alt:after {
	content: "\10f40f"
}

.fad.fa-window-close:after {
	content: "\10f410"
}

.fad.fa-window-maximize:after {
	content: "\10f2d0"
}

.fad.fa-window-minimize:after {
	content: "\f2d1";
	visibility: hidden
}

.fad.fa-window-restore:after {
	content: "\10f2d2"
}

.fad.fa-windsock:after {
	content: "\10f777"
}

.fad.fa-wine-bottle:after {
	content: "\10f72f"
}

.fad.fa-wine-glass:after {
	content: "\f4e3";
	visibility: hidden
}

.fad.fa-wine-glass-alt:after {
	content: "\10f5ce"
}

.fad.fa-won-sign:after {
	content: "\f159";
	visibility: hidden
}

.fad.fa-wreath:after {
	content: "\10f7e2"
}

.fad.fa-wrench:after {
	content: "\f0ad";
	visibility: hidden
}

.fad.fa-x-ray:after {
	content: "\10f497"
}

.fad.fa-yen-sign:after {
	content: "\f157";
	visibility: hidden
}

.fad.fa-yin-yang:after {
	content: "\10f6ad"
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.eot);
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.woff) format("woff"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
	font-weight: 300
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.eot);
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.woff) format("woff"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal,
.far {
	font-family: "Font Awesome 5 Pro"
}

.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.eot);
	src: url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900
}

@font-face {
	font-family: "medizin";
	src: url(../../../../../medizin.thememove.com/wp-content/themes/medizin/assets/fonts/medizin/medizin.eot);
	src: url(../../../themes/medizin/assets/fonts/medizin/./medizin.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/medizin/./medizin.woff2) format("woff2"), url(../../../themes/medizin/assets/fonts/medizin/./medizin.woff) format("woff"), url(../../../themes/medizin/assets/fonts/medizin/./medizin.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/medizin/./medizin.svg#medizin) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "medizin";
		src: url(../../../themes/medizin/assets/fonts/medizin/./medizin.svg#medizin) format("svg")
	}
}

[class^="mi-"]:before,
[class*=" mi-"]:before,
[class^="mi-"]:after,
[class*=" mi-"]:after {
	font-family: medizin;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.mi-bone:before {
	content: "\f100"
}

.mi-healthcare:before {
	content: "\f101"
}

.mi-intestine:before {
	content: "\f102"
}

.mi-injury:before {
	content: "\f103"
}

.mi-pulse:before {
	content: "\f104"
}

.mi-lungs:before {
	content: "\f105"
}

.mi-bed:before {
	content: "\f106"
}

.mi-breast-pump:before {
	content: "\f107"
}

.mi-medicine:before {
	content: "\f108"
}

.mi-heart:before {
	content: "\f109"
}

.mi-pharmacy:before {
	content: "\f10a"
}

.mi-eye:before {
	content: "\f10b"
}

.mi-broken-bone:before {
	content: "\f10c"
}

.mi-soap:before {
	content: "\f10d"
}

.mi-prescription:before {
	content: "\f10e"
}

.mi-pills:before {
	content: "\f10f"
}

.mi-mortar:before {
	content: "\f110"
}

.mi-kidney:before {
	content: "\f111"
}

.mi-scale:before {
	content: "\f112"
}

.mi-syrup:before {
	content: "\f113"
}

.mi-hospital:before {
	content: "\f114"
}

.mi-petri-dish:before {
	content: "\f115"
}

.mi-scale-1:before {
	content: "\f116"
}

.mi-eye-1:before {
	content: "\f117"
}

.mi-nose:before {
	content: "\f118"
}

.mi-ampoule:before {
	content: "\f119"
}

.mi-dentist:before {
	content: "\f11a"
}

.mi-folder:before {
	content: "\f11b"
}

.mi-ear:before {
	content: "\f11c"
}

.mi-electrocardiogram:before {
	content: "\f11d"
}

.mi-medical-report:before {
	content: "\f11e"
}

.mi-toothbrush:before {
	content: "\f11f"
}

.mi-pregnancy-test:before {
	content: "\f120"
}

.mi-cardiogram:before {
	content: "\f121"
}

.mi-first-aid-kit:before {
	content: "\f122"
}

.mi-hook:before {
	content: "\f123"
}

.mi-emotion:before {
	content: "\f124"
}

.mi-head:before {
	content: "\f125"
}

.mi-nurse:before {
	content: "\f126"
}

.mi-blood:before {
	content: "\f127"
}

.mi-lifesaver:before {
	content: "\f128"
}

.mi-temperature:before {
	content: "\f129"
}

.mi-cigarette:before {
	content: "\f12a"
}

.mi-smoking:before {
	content: "\f12b"
}

.mi-pills-1:before {
	content: "\f12c"
}

.mi-tooth:before {
	content: "\f12d"
}

.mi-medicine-1:before {
	content: "\f12e"
}

.mi-medical-history:before {
	content: "\f12f"
}

.mi-pills-2:before {
	content: "\f130"
}

.mi-drop:before {
	content: "\f131"
}

.mi-emergency-call:before {
	content: "\f132"
}

.mi-bone-1:before {
	content: "\f133"
}

.mi-healthcare-1:before {
	content: "\f134"
}

.mi-veterinary:before {
	content: "\f135"
}

.mi-wheelchair:before {
	content: "\f136"
}

.mi-intravenous:before {
	content: "\f137"
}

.mi-pills-3:before {
	content: "\f138"
}

.mi-pills-4:before {
	content: "\f139"
}

.mi-bandage:before {
	content: "\f13a"
}

.mi-hospital-1:before {
	content: "\f13b"
}

.mi-sample-tube:before {
	content: "\f13c"
}

.mi-cotton:before {
	content: "\f13d"
}

.mi-tools:before {
	content: "\f13e"
}

.mi-soap-1:before {
	content: "\f13f"
}

.mi-doctor:before {
	content: "\f140"
}

.mi-search:before {
	content: "\f141"
}

.mi-heart-rate:before {
	content: "\f142"
}

.mi-smartphone:before {
	content: "\f143"
}

.mi-syringe:before {
	content: "\f144"
}

.mi-smartwatch:before {
	content: "\f145"
}

.mi-emergency-call-1:before {
	content: "\f146"
}

.mi-stethoscope:before {
	content: "\f147"
}

.mi-psychology:before {
	content: "\f148"
}

.mi-brain:before {
	content: "\f149"
}

.mi-medical-report-1:before {
	content: "\f14a"
}

.mi-condom:before {
	content: "\f14b"
}

.mi-hospital-2:before {
	content: "\f14c"
}

.mi-pills-5:before {
	content: "\f14d"
}

.mi-syringe-1:before {
	content: "\f14e"
}

.mi-care:before {
	content: "\f14f"
}

.mi-cardiogram-1:before {
	content: "\f150"
}

.mi-bones:before {
	content: "\f151"
}

.mi-medicine-2:before {
	content: "\f152"
}

.mi-blood-sample:before {
	content: "\f153"
}

.mi-bacteria:before {
	content: "\f154"
}

.mi-doctor-1:before {
	content: "\f155"
}

.mi-care-1:before {
	content: "\f156"
}

.mi-microscope:before {
	content: "\f157"
}

.mi-blood-1:before {
	content: "\f158"
}

.mi-band-aid:before {
	content: "\f159"
}

.mi-telephone:before {
	content: "\f15a"
}

.mi-disability:before {
	content: "\f15b"
}

.mi-telephone-1:before {
	content: "\f15c"
}

.mi-flask:before {
	content: "\f15d"
}

.mi-tablets:before {
	content: "\f15e"
}

.mi-scissors:before {
	content: "\f15f"
}

.mi-scalpel:before {
	content: "\f160"
}

.mi-test-tube:before {
	content: "\f161"
}

.mi-thermometer:before {
	content: "\f162"
}

.mi-dna:before {
	content: "\f163"
}

.mi-transfusion:before {
	content: "\f164"
}

.mi-pipette:before {
	content: "\f165"
}

.mi-hospital-3:before {
	content: "\f166"
}

.mi-scissors-1:before {
	content: "\f167"
}

.mi-telephone-2:before {
	content: "\f168"
}

.mi-sphygmomanometer:before {
	content: "\f169"
}

.mi-glasses:before {
	content: "\f16a"
}

.mi-mask:before {
	content: "\f16b"
}

.mi-hospital-4:before {
	content: "\f16c"
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

: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: translate3d(0px, 0, 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(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

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

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

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 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 {
	transform: scale(1)
}

.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(0px, -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: .2s transform, .2s top
}

.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: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

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

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.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 {
	100% {
		transform: rotate(360deg)
	}
}

.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: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	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
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}

@font-face {
	font-family: lg;
	src: url(../../../../../medizin.thememove.com/wp-content/themes/medizin/assets/libs/lightGallery/fonts/lgd641.eot?n1z373);
	src: url(../../../themes/medizin/assets/libs/lightGallery/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../../../themes/medizin/assets/libs/lightGallery/css/../fonts/lg.woff?n1z373) format("woff"), url(../../../themes/medizin/assets/libs/lightGallery/css/../fonts/lg.ttf?n1z373) format("truetype"), url(../../../themes/medizin/assets/libs/lightGallery/css/../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-moz-keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-ms-keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-webkit-keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@-moz-keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@-ms-keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #FFF
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.lg-group:after {
	content: "";
	display: table;
	clear: both
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url(../../../themes/medizin/assets/libs/lightGallery/css/../img/loading.gif) center center no-repeat;
	display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	-moz-transition: none 0s ease 0s!important;
	-o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}



a,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
select,
textarea,
input[type=checkbox]:before,
input[type=checkbox]:after,
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.header-right-inner,
.header-icon,
.page-open-components .circle,
.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu,
.header-categories-nav nav.category-menu,
.page-mobile-menu-opened.mobile-menu-push-to-right .site,
.page-mobile-menu-opened.mobile-menu-push-to-left .site,
.page-mobile-main-menu,
.page-mobile-main-menu .toggle-sub-menu,
.page-scroll-up,
.page-scroll-up i,
.page-open-off-sidebar i,
.page-close-off-sidebar:before,
.page-close-off-sidebar:after,
.page-off-sidebar,
.site,
.tm-swiper:hover .swiper-nav-button,
.tm-swiper .swiper-pagination-bullet:before,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet:after,
.medizin-fake-select-wrap .medizin-fake-select-current,
.medizin-fake-select-wrap .medizin-fake-select,
.post-share.style-01 .share-icon,
.post-share .share-list,
.blog-nav-links .inner h6:before,
.single-portfolio .tm-sticky-column,
.portfolio-nav-links.style-02 a,
.portfolio-nav-links.style-02 .normal,
.portfolio-nav-links.style-02 .hover,
.portfolio-nav-links.style-03 .nav-text,
.page-sidebar .insight-core-bmw li>a:before,
.widget_pages .count,
.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count,
.widget_recent_entries li a:before,
.widget_recent_entries li a:after,
.widget_search .search-submit,
.widget_product_search .search-submit,
.dialog-widget .dialog-close-button i,
.medizin-image,
.medizin-grid-wrapper.filter-style-01 .filter-counter,
.medizin-grid-pagination .navigation-buttons .nav-link,
.medizin-accordion .accordion-header,
.medizin-accordion .accordion-title,
.medizin-accordion .accordion-icon,
.tm-button .button-text,
.tm-button.style-flat:before,
.tm-button.style-flat:after,
.tm-button.style-border:before,
.tm-button.style-border:after,
.tm-button.style-thick-border:before,
.tm-button.style-thick-border:after,
.medizin-icon .icon,
.svg-defs-gradient .stop-a,
.svg-defs-gradient .stop-b,
.elementor-widget-tm-icon-box .tm-icon-box,
.elementor-widget-tm-icon-box .tm-icon-box:before,
.elementor-widget-tm-icon-box .icon,
.elementor-widget-tm-icon-box .heading,
.elementor-widget-tm-icon-box .description,
.elementor-widget-tm-icon-box .icon-box-button,
.elementor-widget-tm-icon-box .heading-divider:after,
.elementor-widget-tm-icon-box.medizin-icon-box-style-02 .tm-icon-box:after,
.tm-image-box,
.tm-image-box:before,
.tm-image-box .image,
.medizin-light-gallery .medizin-overlay,
.elementor-widget-tm-image-carousel .image img,
.medizin-gallery-justified-content .overlay,
.medizin-gallery-justified-content .overlay-content,
.medizin-modern-carousel-style-01 .slide-image,
.medizin-modern-carousel-style-02 .slide-image,
.medizin-modern-carousel-style-02 .slide-button:after,
.medizin-blog .post-wrapper,
.medizin-blog-overlay-style-float .post-overlay-background,
.medizin-blog-overlay-style-float-02 .post-overlay-background,
.tm-portfolio .post-wrapper,
.portfolio-overlay-group-01 .post-overlay,
.portfolio-overlay-huge-on .site,
.portfolio-overlay-huge .post-overlay,
.portfolio-overlay-huge .post-overlay-info,
.portfolio-overlay-faded-04 .post-overlay,
.portfolio-overlay-flat .post-overlay,
.portfolio-overlay-flat .post-overlay-info,
.portfolio-overlay-float .post-overlay,
.medizin-portfolio-carousel-01 .post-thumbnail,
.medizin-product.style-grid-01 .product-thumbnail,
.medizin-product.style-grid-02 .product-thumbnail,
.medizin-product-categories .product-cat-name,
.tm-gradation .count,
.medizin-list .icon,
.medizin-list .text,
.tm-instagram .overlay,
.tm-social-networks .link-icon,
.tm-social-networks .link-text,
.medizin-team-member-style-01 .photo,
.medizin-team-member-style-01 .overlay,
.medizin-team-member-style-01 .social-networks,
.medizin-team-member-style-01 .social-networks a,
.medizin-team-member-style-02 .photo,
.medizin-team-member-style-02 .overlay,
.medizin-team-member-style-02 .info,
.medizin-team-member-style-02 .social-networks,
.medizin-team-member-style-02 .social-networks a,
.medizin-team-member-style-03 .photo,
.medizin-team-member-style-03 .overlay,
.medizin-team-member-style-03 .info,
.medizin-team-member-style-03 .social-networks,
.medizin-team-member-style-03 .social-networks a,
.tm-team-member-carousel .photo,
.tm-team-member-carousel .overlay,
.tm-team-member-carousel .info,
.tm-team-member-carousel .social-networks,
.tm-team-member-carousel .social-networks a,
.tm-popup-video .icon:before,
.tm-popup-video .video-overlay,
.full-page-share-list .stalk,
.full-page-share-list .stalk:before,
.full-page-numbers,
.full-page-numbers .numbers .total:before {
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.page-links:after,
.branding__logo:after,
.page-mobile-main-menu:after,
.comment-list .pingback:after,
.comment-list .trackback:after,
.comment-list .comment:after,
.page-loading .sk-three-bounce:after,
.hentry:after,
.single-post .entry-content:after,
.entry-author .author-social-networks .inner:after,
.widget .tagcloud:after,
.medizin-wp-widget-posts .post-item:after,
.medizin-timeline.style-01 .timeline-item:after,
.tm-social-networks ul:after,
.elementor-section.elementor-section-content-align-right:after,
.wp-block-tag-cloud:after {
	content: "";
	display: table;
	clear: both
}

.blog-nav-links .inner .hover-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.blog-nav-links .inner .hover-bg.has-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.insight_core_breadcrumb a,
.entry-portfolio-details a,
.medizin-blog .post-overlay-meta a,
.tm-twitter.style-list .tweet .tweet-text a {
	position: relative
}

.insight_core_breadcrumb a:after,
.entry-portfolio-details a:after,
.medizin-blog .post-overlay-meta a:after,
.tm-twitter.style-list .tweet .tweet-text a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor
}

.insight_core_breadcrumb a:hover:after,
.entry-portfolio-details a:hover:after,
.medizin-blog .post-overlay-meta a:hover:after,
.tm-twitter.style-list .tweet .tweet-text a:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.list-style-dots li:before,
.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle:after,
.desktop-menu .toggle-sub-menu:before,
.medizin-fake-select-wrap .medizin-fake-select li.selected:before,
.portfolio-nav-links.style-01 h6:before,
.portfolio-nav-links.style-03 .post-title:after,
.page-sidebar .insight-core-bmw li>a:before,
.widget_pages li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_product_categories li a:before,
.widget_recent_entries li a:before,
.widget_recent_entries li a:after,
.medizin-blog-list-03 .post-title a:before,
.medizin-blog-list-03 .post-title a:after,
.medizin-product.style-grid-01 .woosw-btn.woosw-added:before,
.medizin-product.style-grid-02 .woosw-btn.woosw-added:before,
.medizin-product-list-style-01 .medizin-product-list .link:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900
}

.header-categories-nav .nav-toggle-btn .nav-toggle-icon,
.tm-swiper .swiper-nav-button i,
.growl.growl .growl-close:before,
.blog-nav-links .inner h6:before,
.widget_recent_comments .comment-author-link:before,
.widget_recent_entries .post-date:before,
.dialog-widget .dialog-close-button i,
.medizin-mailchimp-form .button-icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300
}

input[type=checkbox]:after,
.page-mobile-main-menu .toggle-sub-menu:after,
.medizin-fake-select-wrap .medizin-fake-select-current:after,
.medizin-grid-sorting .ordering .medizin-fake-select-current .label:before,
.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a:before,
.medizin-product.style-grid-01 .quick-view-icon:before,
.medizin-product.style-grid-01 .woosw-btn:before,
.medizin-product.style-grid-01 .wooscp-btn:before,
.medizin-product.style-grid-01 .add_to_cart_button.product_type_simple:before,
.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a:before,
.medizin-product.style-grid-02 .quick-view-icon:before,
.medizin-product.style-grid-02 .woosw-btn:before,
.medizin-product.style-grid-02 .wooscp-btn:before,
.medizin-product.style-grid-02 .add_to_cart_button.product_type_simple:before,
.medizin-product-list-style-02 .medizin-product-list .link:before,
.tm-instagram .likes:before,
.tm-instagram .comments:before,
.elementor-form .elementor-message-success:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400
}

.tm-twitter.style-list .tweet:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400
}

.page-mobile-main-menu,
.page-off-sidebar,
.mfp-wrap,
.mfp-inline-holder .mfp-content {
	cursor: url(../../../themes/medizin/assets/images/cursor/light-close.png) 16 16, pointer
}

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

html {
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

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

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

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield
}

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

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 18px
}

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

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: .9375rem;
	padding-right: .9375rem;
	max-width: 1200px
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: .9375rem;
	padding-right: .9375rem
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
	position: relative;
	min-height: 1px;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-right-0 {
	margin-right: 0
}

.col-xs-offset-right-1 {
	margin-right: 8.33333%
}

.col-xs-offset-right-2 {
	margin-right: 16.66667%
}

.col-xs-offset-right-3 {
	margin-right: 25%
}

.col-xs-offset-right-4 {
	margin-right: 33.33333%
}

.col-xs-offset-right-5 {
	margin-right: 41.66667%
}

.col-xs-offset-right-6 {
	margin-right: 50%
}

.col-xs-offset-right-7 {
	margin-right: 58.33333%
}

.col-xs-offset-right-8 {
	margin-right: 66.66667%
}

.col-xs-offset-right-9 {
	margin-right: 75%
}

.col-xs-offset-right-10 {
	margin-right: 83.33333%
}

.col-xs-offset-right-11 {
	margin-right: 91.66667%
}

.col-xs-offset-right-12 {
	margin-right: 100%
}

@media (min-width:544px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-right-0 {
		margin-right: 0
	}
	.col-sm-offset-right-1 {
		margin-right: 8.33333%
	}
	.col-sm-offset-right-2 {
		margin-right: 16.66667%
	}
	.col-sm-offset-right-3 {
		margin-right: 25%
	}
	.col-sm-offset-right-4 {
		margin-right: 33.33333%
	}
	.col-sm-offset-right-5 {
		margin-right: 41.66667%
	}
	.col-sm-offset-right-6 {
		margin-right: 50%
	}
	.col-sm-offset-right-7 {
		margin-right: 58.33333%
	}
	.col-sm-offset-right-8 {
		margin-right: 66.66667%
	}
	.col-sm-offset-right-9 {
		margin-right: 75%
	}
	.col-sm-offset-right-10 {
		margin-right: 83.33333%
	}
	.col-sm-offset-right-11 {
		margin-right: 91.66667%
	}
	.col-sm-offset-right-12 {
		margin-right: 100%
	}
}

@media (min-width:768px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-right-0 {
		margin-right: 0
	}
	.col-md-offset-right-1 {
		margin-right: 8.33333%
	}
	.col-md-offset-right-2 {
		margin-right: 16.66667%
	}
	.col-md-offset-right-3 {
		margin-right: 25%
	}
	.col-md-offset-right-4 {
		margin-right: 33.33333%
	}
	.col-md-offset-right-5 {
		margin-right: 41.66667%
	}
	.col-md-offset-right-6 {
		margin-right: 50%
	}
	.col-md-offset-right-7 {
		margin-right: 58.33333%
	}
	.col-md-offset-right-8 {
		margin-right: 66.66667%
	}
	.col-md-offset-right-9 {
		margin-right: 75%
	}
	.col-md-offset-right-10 {
		margin-right: 83.33333%
	}
	.col-md-offset-right-11 {
		margin-right: 91.66667%
	}
	.col-md-offset-right-12 {
		margin-right: 100%
	}
}

@media (min-width:992px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-right-0 {
		margin-right: 0
	}
	.col-lg-offset-right-1 {
		margin-right: 8.33333%
	}
	.col-lg-offset-right-2 {
		margin-right: 16.66667%
	}
	.col-lg-offset-right-3 {
		margin-right: 25%
	}
	.col-lg-offset-right-4 {
		margin-right: 33.33333%
	}
	.col-lg-offset-right-5 {
		margin-right: 41.66667%
	}
	.col-lg-offset-right-6 {
		margin-right: 50%
	}
	.col-lg-offset-right-7 {
		margin-right: 58.33333%
	}
	.col-lg-offset-right-8 {
		margin-right: 66.66667%
	}
	.col-lg-offset-right-9 {
		margin-right: 75%
	}
	.col-lg-offset-right-10 {
		margin-right: 83.33333%
	}
	.col-lg-offset-right-11 {
		margin-right: 91.66667%
	}
	.col-lg-offset-right-12 {
		margin-right: 100%
	}
}

@media (min-width:1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-xl-pull-0 {
		right: auto
	}
	.col-xl-pull-1 {
		right: 8.33333%
	}
	.col-xl-pull-2 {
		right: 16.66667%
	}
	.col-xl-pull-3 {
		right: 25%
	}
	.col-xl-pull-4 {
		right: 33.33333%
	}
	.col-xl-pull-5 {
		right: 41.66667%
	}
	.col-xl-pull-6 {
		right: 50%
	}
	.col-xl-pull-7 {
		right: 58.33333%
	}
	.col-xl-pull-8 {
		right: 66.66667%
	}
	.col-xl-pull-9 {
		right: 75%
	}
	.col-xl-pull-10 {
		right: 83.33333%
	}
	.col-xl-pull-11 {
		right: 91.66667%
	}
	.col-xl-pull-12 {
		right: 100%
	}
	.col-xl-push-0 {
		left: auto
	}
	.col-xl-push-1 {
		left: 8.33333%
	}
	.col-xl-push-2 {
		left: 16.66667%
	}
	.col-xl-push-3 {
		left: 25%
	}
	.col-xl-push-4 {
		left: 33.33333%
	}
	.col-xl-push-5 {
		left: 41.66667%
	}
	.col-xl-push-6 {
		left: 50%
	}
	.col-xl-push-7 {
		left: 58.33333%
	}
	.col-xl-push-8 {
		left: 66.66667%
	}
	.col-xl-push-9 {
		left: 75%
	}
	.col-xl-push-10 {
		left: 83.33333%
	}
	.col-xl-push-11 {
		left: 91.66667%
	}
	.col-xl-push-12 {
		left: 100%
	}
	.col-xl-offset-0 {
		margin-left: 0
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%
	}
	.col-xl-offset-3 {
		margin-left: 25%
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%
	}
	.col-xl-offset-6 {
		margin-left: 50%
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%
	}
	.col-xl-offset-9 {
		margin-left: 75%
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%
	}
	.col-xl-offset-12 {
		margin-left: 100%
	}
	.col-xl-offset-right-0 {
		margin-right: 0
	}
	.col-xl-offset-right-1 {
		margin-right: 8.33333%
	}
	.col-xl-offset-right-2 {
		margin-right: 16.66667%
	}
	.col-xl-offset-right-3 {
		margin-right: 25%
	}
	.col-xl-offset-right-4 {
		margin-right: 33.33333%
	}
	.col-xl-offset-right-5 {
		margin-right: 41.66667%
	}
	.col-xl-offset-right-6 {
		margin-right: 50%
	}
	.col-xl-offset-right-7 {
		margin-right: 58.33333%
	}
	.col-xl-offset-right-8 {
		margin-right: 66.66667%
	}
	.col-xl-offset-right-9 {
		margin-right: 75%
	}
	.col-xl-offset-right-10 {
		margin-right: 83.33333%
	}
	.col-xl-offset-right-11 {
		margin-right: 91.66667%
	}
	.col-xl-offset-right-12 {
		margin-right: 100%
	}
}

@media (min-width:1920px) {
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-xxl-pull-0 {
		right: auto
	}
	.col-xxl-pull-1 {
		right: 8.33333%
	}
	.col-xxl-pull-2 {
		right: 16.66667%
	}
	.col-xxl-pull-3 {
		right: 25%
	}
	.col-xxl-pull-4 {
		right: 33.33333%
	}
	.col-xxl-pull-5 {
		right: 41.66667%
	}
	.col-xxl-pull-6 {
		right: 50%
	}
	.col-xxl-pull-7 {
		right: 58.33333%
	}
	.col-xxl-pull-8 {
		right: 66.66667%
	}
	.col-xxl-pull-9 {
		right: 75%
	}
	.col-xxl-pull-10 {
		right: 83.33333%
	}
	.col-xxl-pull-11 {
		right: 91.66667%
	}
	.col-xxl-pull-12 {
		right: 100%
	}
	.col-xxl-push-0 {
		left: auto
	}
	.col-xxl-push-1 {
		left: 8.33333%
	}
	.col-xxl-push-2 {
		left: 16.66667%
	}
	.col-xxl-push-3 {
		left: 25%
	}
	.col-xxl-push-4 {
		left: 33.33333%
	}
	.col-xxl-push-5 {
		left: 41.66667%
	}
	.col-xxl-push-6 {
		left: 50%
	}
	.col-xxl-push-7 {
		left: 58.33333%
	}
	.col-xxl-push-8 {
		left: 66.66667%
	}
	.col-xxl-push-9 {
		left: 75%
	}
	.col-xxl-push-10 {
		left: 83.33333%
	}
	.col-xxl-push-11 {
		left: 91.66667%
	}
	.col-xxl-push-12 {
		left: 100%
	}
	.col-xxl-offset-0 {
		margin-left: 0
	}
	.col-xxl-offset-1 {
		margin-left: 8.33333%
	}
	.col-xxl-offset-2 {
		margin-left: 16.66667%
	}
	.col-xxl-offset-3 {
		margin-left: 25%
	}
	.col-xxl-offset-4 {
		margin-left: 33.33333%
	}
	.col-xxl-offset-5 {
		margin-left: 41.66667%
	}
	.col-xxl-offset-6 {
		margin-left: 50%
	}
	.col-xxl-offset-7 {
		margin-left: 58.33333%
	}
	.col-xxl-offset-8 {
		margin-left: 66.66667%
	}
	.col-xxl-offset-9 {
		margin-left: 75%
	}
	.col-xxl-offset-10 {
		margin-left: 83.33333%
	}
	.col-xxl-offset-11 {
		margin-left: 91.66667%
	}
	.col-xxl-offset-12 {
		margin-left: 100%
	}
	.col-xxl-offset-right-0 {
		margin-right: 0
	}
	.col-xxl-offset-right-1 {
		margin-right: 8.33333%
	}
	.col-xxl-offset-right-2 {
		margin-right: 16.66667%
	}
	.col-xxl-offset-right-3 {
		margin-right: 25%
	}
	.col-xxl-offset-right-4 {
		margin-right: 33.33333%
	}
	.col-xxl-offset-right-5 {
		margin-right: 41.66667%
	}
	.col-xxl-offset-right-6 {
		margin-right: 50%
	}
	.col-xxl-offset-right-7 {
		margin-right: 58.33333%
	}
	.col-xxl-offset-right-8 {
		margin-right: 66.66667%
	}
	.col-xxl-offset-right-9 {
		margin-right: 75%
	}
	.col-xxl-offset-right-10 {
		margin-right: 83.33333%
	}
	.col-xxl-offset-right-11 {
		margin-right: 91.66667%
	}
	.col-xxl-offset-right-12 {
		margin-right: 100%
	}
}

.col-xs-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.col-xs-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

@media (min-width:544px) {
	.col-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.col-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:768px) {
	.col-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.col-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:992px) {
	.col-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.col-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:1200px) {
	.col-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.col-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:1920px) {
	.col-xxl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.col-xxl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

.row-xs-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.row-xs-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.row-xs-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (min-width:544px) {
	.row-sm-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-sm-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-sm-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:768px) {
	.row-md-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-md-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-md-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:992px) {
	.row-lg-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-lg-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-lg-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:1200px) {
	.row-xl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-xl-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-xl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:1920px) {
	.row-xxl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-xxl-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-xxl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.row-xs-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media (min-width:544px) {
	.row-sm-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (min-width:768px) {
	.row-md-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (min-width:992px) {
	.row-lg-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (min-width:1200px) {
	.row-xl-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (min-width:1920px) {
	.row-xxl-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

.row-xs-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (min-width:544px) {
	.row-sm-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (min-width:768px) {
	.row-md-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (min-width:992px) {
	.row-lg-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (min-width:1200px) {
	.row-xl-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (min-width:1920px) {
	.row-xxl-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.col-xs-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.col-xs-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.col-xs-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (min-width:544px) {
	.col-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-sm-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
	.col-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

@media (min-width:768px) {
	.col-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-md-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
	.col-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

@media (min-width:992px) {
	.col-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-lg-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
	.col-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

@media (min-width:1200px) {
	.col-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-xl-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
	.col-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

@media (min-width:1920px) {
	.col-xxl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-xxl-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
	.col-xxl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

[class*=hint--] {
	position: relative;
	display: inline-block
}

[class*=hint--]:before,
[class*=hint--]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
	visibility: visible;
	opacity: 1
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

[class*=hint--]:before {
	content: '';
	position: absolute;
	background: 0 0;
	border: 7px solid transparent;
	z-index: 1000001
}

[class*=hint--]:after {
	background: #000;
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	border-radius: 5px
}

[class*=hint--][aria-label]:after {
	content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
	content: attr(data-hint)
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
	display: none !important
}

.hint--top-left:before {
	border-top-color: #000
}

.hint--top-right:before {
	border-top-color: #000
}

.hint--top:before {
	border-top-color: #000
}

.hint--bottom-left:before {
	border-bottom-color: #000
}

.hint--bottom-right:before {
	border-bottom-color: #000
}

.hint--bottom:before {
	border-bottom-color: #000
}

.hint--left:before {
	border-left-color: #000
}

.hint--right:before {
	border-right-color: #000
}

.hint--top:before {
	margin-bottom: -13px
}

.hint--top:before,
.hint--top:after {
	bottom: 100%;
	left: 50%
}

.hint--top:before {
	left: calc(50% - 7px)
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-ms-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:before {
	margin-top: -13px
}

.hint--bottom:before,
.hint--bottom:after {
	top: 100%;
	left: 50%
}

.hint--bottom:before {
	left: calc(50% - 7px)
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
	margin-left: -13px;
	margin-bottom: -7px
}

.hint--right:after {
	margin-bottom: -15px
}

.hint--right:before,
.hint--right:after {
	left: 100%;
	bottom: 50%
}

.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--right:hover:after {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	margin-right: -13px;
	margin-bottom: -7px
}

.hint--left:after {
	margin-bottom: -15px
}

.hint--left:before,
.hint--left:after {
	right: 100%;
	bottom: 50%
}

.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--left:hover:after {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--top-left:before {
	margin-bottom: -13px
}

.hint--top-left:before,
.hint--top-left:after {
	bottom: 100%;
	left: 50%
}

.hint--top-left:before {
	left: calc(50% - 7px)
}

.hint--top-left:after {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--top-left:after {
	margin-left: 14px
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	-ms-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:before {
	margin-bottom: -13px
}

.hint--top-right:before,
.hint--top-right:after {
	bottom: 100%;
	left: 50%
}

.hint--top-right:before {
	left: calc(50% - 7px)
}

.hint--top-right:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.hint--top-right:after {
	margin-left: -14px
}

.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-right:hover:after {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom-left:before {
	margin-top: -13px
}

.hint--bottom-left:before,
.hint--bottom-left:after {
	top: 100%;
	left: 50%
}

.hint--bottom-left:before {
	left: calc(50% - 7px)
}

.hint--bottom-left:after {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--bottom-left:after {
	margin-left: 14px
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	-ms-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:before {
	margin-top: -13px
}

.hint--bottom-right:before,
.hint--bottom-right:after {
	top: 100%;
	left: 50%
}

.hint--bottom-right:before {
	left: calc(50% - 7px)
}

.hint--bottom-right:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.hint--bottom-right:after {
	margin-left: -14px
}

.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-right:hover:after {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

[class*=hint--]:after {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

.hint--white:after {
	color: #111;
	background-color: #fff;
	text-shadow: 0 -1px 0px #bfbfbf
}

.hint--white.hint--top-left:before {
	border-top-color: #fff
}

.hint--white.hint--top-right:before {
	border-top-color: #fff
}

.hint--white.hint--top:before {
	border-top-color: #fff
}

.hint--white.hint--bottom-left:before {
	border-bottom-color: #fff
}

.hint--white.hint--bottom-right:before {
	border-bottom-color: #fff
}

.hint--white.hint--bottom:before {
	border-bottom-color: #fff
}

.hint--white.hint--left:before {
	border-left-color: #fff
}

.hint--white.hint--right:before {
	border-right-color: #fff
}

.hint--rounded:after {
	border-radius: 4px
}

.hint--no-animate:before,
.hint--no-animate:after {
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms
}

.hint--bounce:before,
.hint--bounce:after {
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.sk-rotating-plane {
	width: 40px;
	height: 40px;
	background: currentColor;
	margin: 40px auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto
}

.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: currentColor;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.sk-wave {
	margin: 40px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px
}

.sk-wave .sk-rect {
	background: currentColor;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-wave .sk-rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-wave .sk-rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.sk-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-wandering-cubes .sk-cube {
	background: currentColor;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

.sk-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	background: currentColor;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.sk-chasing-dots {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background: currentColor;
	border-radius: 100%;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-chasingDotsBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-chasingDotsBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background: currentColor;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.sk-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background: currentColor;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto
}

.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background: currentColor;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

.sk-fading-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background: currentColor;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

.sk-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

a {
	color: #4169e1;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #191970
}

a[href^=tel] {
	text-decoration: none
}

.link-secret {
	color: inherit !important
}

.link-transition-01 {
	position: relative
}

.link-transition-01:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor
}

.link-transition-01:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.link-transition-02 {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 5px 0
}

.link-transition-02:before,
.link-transition-02:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.link-transition-02:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.link-transition-02:hover:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.link-transition-02:hover:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.title-has-link a {
	color: inherit
}

ul {
	padding-left: 20px
}

ol {
	list-style: decimal;
	padding-left: 30px
}

ol,
ul {
	margin-top: 1em;
	margin-bottom: 1em
}

ol li+li,
ul li+li {
	margin: 10px 0 0
}

li>ul,
li>ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

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

.list-style-dots li {
	position: relative;
	padding: 0 0 0 15px
}

.list-style-dots li:before {
	content: '\f111';
	position: absolute;
	top: 11px;
	left: 0;
	font-size: 3px
}

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

:-moz-placeholder {
	color: inherit
}

::-moz-placeholder {
	color: inherit
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
	width: 100%;
	outline: none;
	border: 1px solid #f8f8f8;
	border-radius: 26px;
	padding: 3px 20px;
	min-height: 48px
}

select {
	padding: 3px 35px 3px 20px;
	min-height: 48px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #f8f8f8;
	border-radius: 26px;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==") no-repeat center right 20px;
	-moz-appearance: none;
	-webkit-appearance: none
}

textarea {
	width: 100%;
	outline: none;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	background: #f8f8f8;
	display: block;
	padding: 12px 20px 3px;
	max-width: 100%
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
	-webkit-appearance: none
}

@-webkit-keyframes autofill {
	to {
		color: #666;
		background: #fff
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both
}

input[type=checkbox] {
	position: relative;
	background: 0 0;
	border-width: 0;
	box-shadow: none;
	margin: 0 10px 0 3px;
	cursor: pointer
}

input[type=checkbox]:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px
}

input[type=checkbox]:after {
	font-size: 14px;
	content: '\f00c';
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0)
}

input[type=checkbox]:hover:before {
	border-color: #333
}

input[type=checkbox]:checked:before {
	background: #333;
	border-color: transparent
}

input[type=checkbox]:checked:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

input[type=radio] {
	position: relative;
	padding: 5px;
	margin: 0 10px 0 3px;
	cursor: pointer
}

input[type=radio]:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

input[type=radio]:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #111;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

input[type=radio]:hover:before {
	border-color: #111
}

input[type=radio]:checked {
	cursor: auto
}

input[type=radio]:checked:before {
	border-color: #111
}

input[type=radio]:checked:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
	padding: 0 41px;
	height: 48px;
	line-height: 46px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 26px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	text-align: center
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
	outline: none
}

button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled],
.button[disabled] {
	cursor: not-allowed;
	opacity: .5
}

.button {
	display: inline-block
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

figcaption {
	text-align: center;
	background: #f5f5f5;
	padding: 6px 10px;
	font-size: .9em
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

td,
th {
	border: 1px solid rgba(0, 0, 0, .08);
	padding: 10px;
	text-align: center;
	vertical-align: middle
}

th {
	font-weight: 700
}

table th.empty {
	visibility: hidden;
	border: 0;
	background: 0 0
}

table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, .01)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

p {
	margin-bottom: 1.5em;
	margin-top: 0
}

p:last-child {
	margin-bottom: 0
}

dfn,
cite,
em,
i {
	font-style: italic
}

address {
	margin: 0 0 1.5em
}

pre {
	font-size: 15px;
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

code {
	background: #f3f4f5
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

mark,
ins {
	background: 0 0;
	text-decoration: none
}

big {
	font-size: 125%
}

blockquote,
q {
	quotes: "" ""
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote {
	margin: 50px 0 44px 48px !important;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
	border: 0;
	border-left: 4px solid #20ad96;
	max-width: 660px
}

@media (max-width:767px) {
	blockquote {
		margin: 30px 0 !important
	}
}

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

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	color: #21759b;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: normal
}

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

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

.wp-caption {
	margin: 0 0 30px;
	max-width: 100%
}

.alignnone {
	margin: 0 0 30px
}

p .alignnone:first-child {
	margin-top: 7px
}

p .alignnone:last-child {
	margin-bottom: 8px
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 30px 30px 0
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 30px 30px
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
	clear: both
}

.alignfull,
.alignwide {
	margin: 0 0 30px
}

img.alignleft,
.wp-caption.alignleft {
	margin: 30px 30px 30px 0
}

img.alignright,
.wp-caption.alignright {
	margin: 30px 0 30px 30px
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 30px auto
}

article.hentry p:last-child img.alignright {
	clear: both
}

.gallery {
	margin-bottom: 1.5em
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block
}

.comment-nav-links,
.page-pagination,
.page-numbers {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center
}

.comment-nav-links li,
.page-pagination li,
.page-numbers li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.comment-nav-links li>span,
.comment-nav-links li>a,
.page-pagination li>span,
.page-pagination li>a,
.page-numbers li>span,
.page-numbers li>a {
	display: block;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: 0;
	border-radius: 50%;
	color: inherit;
	padding: 0
}

.comment-nav-links li .current,
.page-pagination li .current,
.page-numbers li .current {
	color: #fff
}

.comment-nav-links li .dots,
.page-pagination li .dots,
.page-numbers li .dots {
	background: 0 0;
	border: 0;
	min-width: 20px
}

.comment-nav-links ul {
	padding: 0
}

#comment-nav-above ul {
	margin: 0 0 50px
}

#comment-nav-below ul {
	margin: 50px 0 0
}

.page-links {
	clear: both;
	padding-top: 30px
}

.page-links>span,
.page-links>a {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: 0;
	border-radius: 50%;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase
}

.page-links .current {
	color: #fff
}

.post-navigation {
	position: relative
}

.nav-links {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.nav-links .nav-item {
	max-width: 48%;
	width: 360px
}

.nav-links a {
	display: block;
	padding: 47px 30px 57px;
	height: 100%;
	border: 1px solid #eee;
	background: #fff;
	font-size: 24px;
	line-height: 1.375;
	font-weight: 600;
	color: #222;
	word-wrap: break-word
}

.nav-links a div {
	-webkit-transition: none;
	transition: none;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #999;
	margin-bottom: 28px
}

.nav-links a div span {
	position: absolute;
	top: -3px;
	font-size: 24px;
	color: #222
}

.nav-links a:hover {
	border-color: transparent;
	color: #fff
}

.nav-links a:hover div {
	color: #fff
}

.nav-links a:hover div span {
	color: #fff
}

.nav-links .previous {
	text-align: left
}

.nav-links .previous a {
	padding-left: 90px
}

.nav-links .previous div span {
	left: -61px
}

.nav-links .next {
	text-align: right
}

.nav-links .next a {
	padding-right: 90px
}

.nav-links .next div span {
	right: -61px
}

@media (max-width:767px) {
	.nav-links .nav-item {
		width: 100%;
		max-width: 100%
	}
	.nav-links .nav-item+.nav-item {
		margin-top: 30px
	}
}

.page-top-bar {
	z-index: 99999;
	border: 0 solid transparent
}

.page-top-bar ul {
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	line-height: 0;
	font-size: 0;
	margin: 0 0 5px
}

.page-top-bar li {
	list-style-type: none;
	margin: 0
}

.page-top-bar a {
	display: block
}

.page-top-bar a.tm-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.page-top-bar .menu li {
	position: relative
}

.page-top-bar .menu>li {
	display: inline-block;
	margin-bottom: 0
}

.page-top-bar .menu>li>a {
	padding: 5px
}

.page-top-bar .menu .menu-item-has-children:hover>.sub-menu {
	display: block
}

.page-top-bar .menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 250px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

.page-top-bar .menu .sub-menu a {
	padding: 10px 15px
}

.page-top-bar .menu .sub-menu a+a {
	border-top: 1px solid #eee
}

.page-top-bar .menu .sub-menu .sub-menu {
	top: 0;
	left: 100%
}

.page-top-bar .top-bar-tag {
	display: inline-block;
	padding: 1px 12px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #3751ee;
	color: #fff
}

.page-top-bar .switcher-language-wrapper .wpml-ls .wpml-ls-native {
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0
}

.page-top-bar .switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle {
	padding: 0 10px 0 0
}

.top-bar-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 40px
}

.top-bar-wrap>* {
	padding: 7px 15px
}

.top-bar-wrap>*+* {
	position: relative;
	padding-left: 15px
}

.top-bar-wrap>*+*:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #dedfe2
}

.top-bar-right .top-bar-wrap {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.top-bar-center .top-bar-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top-bar-info .info-list {
	margin: 0
}

.top-bar-info .info-item {
	position: relative;
	padding-bottom: 3px;
	padding-top: 2px;
	display: inline-block;
	line-height: 1;
	margin-right: 15px
}

.top-bar-info .info-item:last-child {
	margin-right: 0
}

.top-bar-info .info-item a {
	font-weight: 500;
	line-height: 1
}

.top-bar-info .info-item+.info-item {
	padding-left: 15px
}

.top-bar-info .info-item+.info-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #dedfe2
}

.top-bar-info .info-icon {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle
}

.top-bar-info .info-text {
	vertical-align: middle
}

@media (max-width:767px) {
	.top-bar-left .top-bar-wrap,
	.top-bar-center .top-bar-wrap,
	.top-bar-right .top-bar-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width:767px) {
	.hide-top-bar-on-mobile .page-top-bar {
		display: none
	}
}

@-webkit-keyframes headerSlideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes headerSlideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.page-header {
	position: relative;
	z-index: 4
}

.page-header-inner {
	border-bottom: 0 solid transparent
}

.page-header-inner.held {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header-layout-fixed .page-header-inner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%
}

.header-layout-fixed.headroom--top .page-header-inner {
	pointer-events: none
}

.header-layout-fixed.headroom--top .branding *,
.header-layout-fixed.headroom--top .page-navigation,
.header-layout-fixed.headroom--top .header-left *,
.header-layout-fixed.headroom--top .header-center *,
.header-layout-fixed.headroom--top .header-right * {
	pointer-events: auto
}

.header-wrap {
	position: relative
}

.mobile-menu .header-wrap {
	min-height: 80px
}

.tm-button.header-sticky-button {
	display: none
}

.headroom--not-top .header-button {
	display: none
}

.headroom--not-top .header-sticky-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.headroom--not-top.header-sticky-dark-logo .dark-logo {
	display: block
}

.headroom--not-top.header-sticky-dark-logo .light-logo {
	display: none
}

.headroom--not-top.header-sticky-light-logo .dark-logo {
	display: none
}

.headroom--not-top.header-sticky-light-logo .light-logo {
	display: block
}

.header-sticky-both .headroom.headroom--not-top,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
	position: relative;
	z-index: 9999
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
	-webkit-animation: headerSlideDown .95s ease forwards;
	animation: headerSlideDown .95s ease forwards;
	will-change: transform
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container-fluid,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container-fluid,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container-fluid,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
	height: 100%
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .row>div,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row>div,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row>div {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.branding {
	line-height: 0
}

.branding__logo a {
	display: inline-block;
	float: left
}

.dark-logo,
.light-logo {
	display: none
}

.header-light .light-logo {
	display: block
}

.header-dark .dark-logo {
	display: block
}

.header-left,
.header-center,
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-left>div,
.header-center>div,
.header-right>div {
	padding: 0 15px
}

.header-left .mini-cart,
.header-center .mini-cart,
.header-right .mini-cart {
	padding: 0
}

.header-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-right-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -14px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-right-inner>.header-icon,
.header-right-inner>div {
	padding: 0 14px
}

.header-search-form .search-form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header-search-form .search-form.search-form-categories .search-select {
	min-height: 52px;
	border: 2px solid #eee;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 170px
}

.header-search-form .search-form.search-form-categories .search-field {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 52px;
	border: 2px solid #eee;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-right: 62px
}

.header-search-form .search-form.search-form-categories .search-submit {
	height: 52px;
	width: 52px;
	line-height: 54px;
	font-size: 20px;
	background: 0 0 !important
}

.header-search-form .search-field {
	min-height: 48px;
	padding-right: 50px
}

.header-search-form .search-submit {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 16px;
	width: 48px;
	height: 48px;
	line-height: 50px;
	padding: 0;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: 0 0
}

.header-search-form .search-btn-text {
	display: none
}

.header-light .header-search-form .search-field {
	background: #fff;
	border-color: #fff
}

.header-icon svg {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: auto
}

.header-icon svg * {
	fill: currentColor
}

.header-widgets .widget li a:after {
	bottom: 2px
}

.header-widgets .menu {
	margin: 0 -15px;
	font-size: 0
}

.header-widgets .menu li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 0 15px
}

.header-widgets .menu li a,
.header-widgets .menu li a:not(:hover) {
	color: #111
}

.header-light .header-widgets li a,
.header-light .header-widgets li a:not(:hover) {
	color: #fff
}

.nav-links-hover-style-01 .menu--primary .menu__container>li:hover>a .menu-item-wrap:after {
	width: 100%;
	left: 0;
	right: auto
}

.nav-links-hover-style-01 .menu--primary .menu__container>li>a>.menu-item-wrap {
	position: relative
}

.nav-links-hover-style-01 .menu--primary .menu__container>li>a>.menu-item-wrap:after {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor
}

.page-open-components {
	display: none;
	height: 30px;
	font-size: 20px;
	cursor: pointer
}

.page-open-components .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}

.page-open-components:hover .circle-one {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px)
}

.page-open-components:hover .circle-three {
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px)
}

.page-open-components .circle {
	height: 5px;
	width: 5px;
	background: currentColor;
	border-radius: 100%;
	margin: 0 2px
}

.header-social-networks.style-icons .inner {
	margin-left: -10px;
	margin-right: -10px
}

.header-social-networks.style-icons a {
	display: inline-block;
	padding: 0 10px;
	font-size: 24px
}

.header-social-networks.style-icons a i {
	vertical-align: middle
}

.header-social-networks.style-rounded .inner {
	margin-left: -10px;
	margin-right: -10px
}

.header-social-networks.style-rounded a {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0 10px
}

.header-social-networks.style-rounded a:hover {
	border-color: transparent
}

.header-component {
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.header-component.style-svg {
	font-size: 30px
}

.page-open-main-menu {
	display: none;
	cursor: pointer
}

.desktop-menu .page-open-main-menu {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page-open-main-menu .burger-icon {
	position: relative;
	width: 29px;
	height: 10px
}

.page-open-main-menu .burger-icon-top,
.page-open-main-menu .burger-icon-bottom {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-main-menu .burger-icon-top:before,
.page-open-main-menu .burger-icon-top:after,
.page-open-main-menu .burger-icon-bottom:before,
.page-open-main-menu .burger-icon-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .99
}

.page-open-main-menu .burger-icon-top:before,
.page-open-main-menu .burger-icon-bottom:before {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-open-main-menu .burger-icon-top:after,
.page-open-main-menu .burger-icon-bottom:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-main-menu .burger-icon-top {
	top: 0
}

.page-open-main-menu .burger-icon-bottom {
	bottom: 0
}

.page-open-main-menu .burger-icon-bottom:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.page-open-main-menu .burger-icon-bottom:after {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.page-open-main-menu:hover .burger-icon-top:before,
.page-open-main-menu:hover .burger-icon-bottom:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-main-menu:hover .burger-icon-top:after,
.page-open-main-menu:hover .burger-icon-bottom:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-open-main-menu .burger-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	padding-top: 3px
}

.header-buttons {
	line-height: 0
}

.header-phone-number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	color: #fff
}

.header-phone-number .icon {
	font-size: 24px;
	margin-right: 10px
}

.header-phone-number .label {
	font-size: 14px;
	margin-right: 10px
}

.header-phone-number .text {
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.header-phone-number .text:hover {
	color: #fff
}

.switcher-language-wrapper .wpml-ls,
.switcher-language-wrapper .wpml-ls>ul,
.switcher-language-wrapper .wpml-ls>ul>li {
	height: 100%
}

.switcher-language-wrapper .wpml-ls>ul>li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 35px;
	height: auto;
	vertical-align: middle
}

.switcher-language-wrapper .wpml-ls {
	width: auto
}

.switcher-language-wrapper .wpml-ls>ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none
}

.switcher-language-wrapper .wpml-ls .wpml-ls-slot-shortcode_actions:hover .wpml-ls-sub-menu {
	visibility: visible !important;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle {
	position: relative;
	background: 0 0 !important;
	border: 0;
	line-height: 1;
	padding: 10px
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle span {
	font-size: 16px
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle:after {
	content: '\f078';
	font-size: 8px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.switcher-language-wrapper .wpml-ls .wpml-ls-native {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 5px;
	text-transform: none;
	font-weight: 500;
	font-size: 14px
}

.switcher-language-wrapper .wpml-ls .wpml-ls-flag+span {
	margin-left: 15px
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu {
	min-width: 200px;
	border: 0;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	padding: 20px 0;
	margin: 0;
	list-style-type: none;
	z-index: 102;
	box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	background: #fff
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu.hover-back {
	right: 0;
	left: auto
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu li {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	border: 0;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #696969;
	line-height: 1;
	text-transform: uppercase
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a:hover {
	background: #eee;
	color: #333
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a img {
	width: 24px;
	height: auto
}

.header-right-clone {
	display: none
}

.header-more-tools-opened .header-button {
	display: none
}

.header-more-tools-opened .header-sticky-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media (max-width:767px) {
	.page-open-components {
		display: block
	}
	.header-right-clone {
		display: block
	}
	.header-right-inner {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		z-index: 1;
		padding: 20px 10px 0 !important;
		box-shadow: 0 0 40px rgba(0, 0, 0, .09);
		border-radius: 5px;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.header-right-inner .header-icon,
	.header-right-inner>div {
		padding-left: 10px;
		padding-right: 10px
	}
	.header-right-inner>.header-icon,
	.header-right-inner>div {
		margin-bottom: 20px
	}
	.header-more-tools-opened .header-right-inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media (max-width:543px) {
	.header-right-inner .header-search-form {
		width: 100%
	}
	.header-right-inner .header-search-form .search-form {
		width: 100% !important
	}
}

.handheld.header-more-tools-opened {
	cursor: pointer
}

.header-01 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-01 .branding {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.header-01 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-01 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.header-01 .header-search-form {
	width: 250px;
	max-width: 100%
}

.header-01 .page-header-inner>.container>.row>.col-xs-12 {
	position: static
}

.mobile-menu .header-01 .branding {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-02 .page-header-inner {
	padding-top: 6px;
	padding-bottom: 6px
}

.header-02 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-02 .branding {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.header-02 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-02 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.header-02 .header-search-form {
	width: 250px;
	max-width: 100%
}

.header-02 .page-header-inner>.container>.row>.col-xs-12 {
	position: static
}

.mobile-menu .header-02 .branding {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-03 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 20px 0
}

.header-03 .branding {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.header-03 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 75%;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0
}

.header-03 .header-right-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}

.header-03 .header-right-wrap {
	width: 33.333333%
}

.header-03 .header-right-inner {
	height: 100%
}

.header-03 .page-header-bottom-inner {
	position: relative
}

.header-03 .header-search-form {
	width: 66.666666%
}

.header-03 .page-header-inner>.container>.row>.col-xs-12 {
	position: static
}

.mobile-menu .header-03 .branding {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mobile-menu .header-03 .header-right {
	width: auto
}

.header-categories-nav {
	height: 100%;
	position: relative
}

.header-categories-nav.opened-menu .nav-toggle-btn .nav-toggle-icon:before {
	content: '\f077'
}

.header-categories-nav.opened-menu nav.category-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.header-categories-nav .nav-toggle-btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px
}

.header-categories-nav .nav-toggle-btn .nav-toggle-bars {
	margin-right: 10px
}

.header-categories-nav .nav-toggle-btn .nav-toggle-icon {
	font-size: 14px;
	margin-left: 15px
}

.header-categories-nav .nav-toggle-btn .nav-toggle-icon:before {
	content: '\f078'
}

.header-categories-nav nav.category-menu {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.header-categories-nav .menu-item-icon {
	margin-right: 16px
}

.header-categories-nav .menu__container.product-category-dropdown {
	list-style-type: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	margin: 0;
	padding: 15px 0 23px;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
	font-size: 15px;
	font-weight: 400;
	min-width: 270px
}

.header-categories-nav .menu__container.product-category-dropdown>li {
	display: block;
	margin: 0;
	padding: 0
}

.header-categories-nav .menu__container.product-category-dropdown>li>a {
	display: block;
	padding: 9px 34px;
	line-height: 1.5
}

.header-categories-nav .menu__container.product-category-dropdown>li>a .menu-item-icon {
	font-size: 20px
}

@media (min-width:1320px) {
	.desktop-menu .header-03 .menu--primary .menu__container>li>a {
		padding-left: 18px !important;
		padding-right: 18px !important
	}
}

@media (max-width:767px) {
	.header-03 .header-search-form {
		display: none
	}
	.header-03 .page-header-bottom {
		display: none
	}
}

.header-04 .page-header-inner {
	padding-top: 6px;
	padding-bottom: 6px
}

.header-04 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-04 .branding {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-04 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 25px
}

.header-04 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-04 .header-search-form {
	max-width: 100%
}

.header-04 .header-search-form .search-form {
	width: 240px
}

.header-04 .page-header-inner>.container>.row>.col-xs-12 {
	position: static
}

.desktop-menu .header-04 .menu--primary {
	text-align: left
}

.mobile-menu .header-04 .branding {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:1400px) {
	.header-04 .header-search-form .search-form {
		width: 370px
	}
	.desktop-menu .header-04 .menu--primary .menu__container>li>a {
		padding-left: 18px !important;
		padding-right: 18px !important
	}
}

.header-05 .page-header-inner {
	padding-top: 12px;
	padding-bottom: 12px
}

.header-05 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-05 .branding {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-05 .header-right {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

@media (min-width:1600px) {
	.header-05 .container-fluid {
		padding-left: 100px;
		padding-right: 100px
	}
}

.simple-footer {
	background: #222;
	color: rgba(255, 255, 255, .5);
	padding: 26px 0;
	font-size: 16px
}

.simple-footer .footer-text {
	text-align: center
}

@-webkit-keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

.desktop-menu .sm {
	position: relative;
	z-index: 9999
}

.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: transparent
}

.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
	text-align: right;
	direction: rtl
}

.desktop-menu .sm>li h1,
.desktop-menu .sm>li h2,
.desktop-menu .sm>li h3,
.desktop-menu .sm>li h4,
.desktop-menu .sm>li h5,
.desktop-menu .sm>li h6 {
	margin: 0;
	padding: 0
}

.desktop-menu .sm ul {
	display: none
}

.desktop-menu .sm li,
.desktop-menu .sm a {
	position: relative
}

.desktop-menu .sm a {
	display: block
}

.desktop-menu .sm a.disabled {
	cursor: not-allowed
}

.desktop-menu .sm-simple li>a {
	padding: 13px 58px 13px 20px
}

.desktop-menu .sm-simple a.current {
	background: #555;
	color: #fff
}

.desktop-menu .sm-simple a.disabled {
	color: #ccc
}

.desktop-menu .sm-simple .children a .toggle-sub-menu {
	position: absolute;
	top: 50%;
	right: 0
}

.desktop-menu .sm-simple .children a .toggle-sub-menu:before {
	right: 30px
}

.desktop-menu .toggle-sub-menu {
	position: relative;
	margin-left: 15px
}

.desktop-menu .toggle-sub-menu:before {
	content: '\f078';
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -1px
}

.desktop-menu .sub-arrow {
	display: none
}

.desktop-menu .sm-simple ul {
	position: absolute;
	width: 12em
}

.desktop-menu .sm-simple.sm-rtl li {
	float: right
}

.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
	float: none
}

.desktop-menu .sm-simple a {
	white-space: nowrap
}

.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
	white-space: normal
}

.desktop-menu .sm-simple .sm-nowrap:not(.mega-menu)>li>a,
.desktop-menu .sm-simple .sm-nowrap:not(.mega-menu)>li>:not(ul) a {
	white-space: nowrap
}

.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	height: 20px;
	background: #fff
}

.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	overflow: hidden;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #555
}

.desktop-menu .sm-simple .scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed;
	border-color: #555 transparent transparent
}

.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
	padding: 11px 20px
}

.desktop-menu .sm-simple.sm-rtl .toggle-sub-menu {
	margin-left: 0;
	margin-right: 13px
}

.desktop-menu .sm-simple.sm-rtl .toggle-sub-menu:before {
	left: 0;
	right: auto
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
	position: static !important
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
	left: 0;
	right: 0 !important;
	margin-left: 0 !important;
	max-width: none !important;
	width: auto !important
}

.desktop-menu .sm-simple.sm-vertical {
	display: block
}

.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
	max-width: calc(100vw - 394px) !important;
	width: 1170px !important
}

.desktop-menu .sm-simple.sm-vertical>li {
	display: block !important;
	width: 100%
}

.desktop-menu .sm-simple.sm-vertical>li>a .menu-item-wrap {
	position: relative
}

.desktop-menu .sm-simple.sm-vertical>li>a .toggle-sub-menu {
	position: static
}

.desktop-menu .sm-simple.sm-vertical>li>a .toggle-sub-menu:before {
	right: 0
}

.desktop-menu .menu--primary {
	text-align: center;
	line-height: 0
}

.desktop-menu .sm-simple {
	position: static;
	display: inline-block
}

.desktop-menu .sm-simple>li {
	display: inline-block
}

.desktop-menu .sm-simple .menu-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.desktop-menu .sm-simple .menu-item-icon {
	line-height: 1;
	margin-right: 16px
}

.desktop-menu .sm-simple .children {
	padding: 18px 0 22px;
	min-width: 240px !important;
	border: 0;
	border-radius: 5px
}

.desktop-menu .sm-simple .children.show-animation {
	-webkit-animation: show-animation .25s;
	animation: show-animation .25s
}

.desktop-menu .sm-simple .children.hide-animation {
	-webkit-animation: hide-animation .25s;
	animation: hide-animation .25s
}

.desktop-menu .sm-simple .simple-menu a {
	padding: 8px 30px
}

.desktop-menu .sm-simple .simple-menu .toggle-sub-menu:before {
	font-size: 8px;
	content: '\f054'
}

.desktop-menu .sm-simple .simple-menu .menu-item-wrap {
	line-height: 0
}

.desktop-menu .sm-simple .has-mega-menu .scroll-up,
.desktop-menu .sm-simple .has-mega-menu .scroll-down {
	margin-left: 0 !important
}

.desktop-menu .sm-simple .mega-menu ul {
	position: static;
	display: block;
	width: auto;
	border: 0;
	background: 0 0;
	box-shadow: none
}

.desktop-menu .sm-simple .mega-menu .menu>li>a {
	padding: 8px 0
}

.desktop-menu .sm-simple .mega-menu,
.single-ic_mega_menu.elementor-page .page-content {
	padding: 32px 0 30px
}

.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
	display: none
}

.primary-nav-rendering .page-navigation {
	visibility: hidden;
	opacity: 0;
	max-height: 80px;
	overflow: hidden;
	pointer-events: none
}

.page-navigation-wrap {
	position: static
}

@media (min-width:1200px) {
	.mega-menu .elementor-section.elementor-top-section>.elementor-container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.popup-canvas-menu .page-popup-content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-y: auto
}

.popup-canvas-menu .page-navigation {
	display: table;
	height: 100%
}

.popup-canvas-menu .page-navigation .menu__container {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 0;
	text-align: center
}

.popup-canvas-menu .page-navigation .menu__container a {
	display: inline-block;
	padding: 4px 0
}

.popup-canvas-menu .page-navigation .menu__container>li>a {
	position: relative;
	padding-left: 15px;
	padding-right: 15px
}

.popup-canvas-menu .page-navigation .menu__container>li>a .toggle-sub-menu {
	position: absolute;
	top: 50%;
	right: -10px
}

.popup-canvas-menu .page-navigation .menu__container>li>a .toggle-sub-menu:before {
	font-weight: 400;
	font-size: .5em
}

.popup-canvas-menu ul {
	margin: 0;
	padding: 0
}

.popup-canvas-menu .menu__container>li {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all .5s ease-in-out, opacity .5s linear;
	transition: all .5s ease-in-out, opacity .5s linear
}

.popup-canvas-menu li {
	list-style-type: none;
	margin: 0
}

.popup-canvas-menu .children {
	display: none
}

.admin-bar .popup-canvas-menu {
	top: 32px
}

.popup-canvas-menu .insight-core-bmw .menu {
	text-align: center !important
}

.popup-canvas-menu .insight-core-bmw li {
	margin-bottom: 0;
	padding: 0;
	border: 0
}

.popup-canvas-menu .insight-core-bmw li a {
	padding: 0
}

.popup-canvas-menu.open .menu__container>li {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

.popup-canvas-menu .menu__container>li>a {
	font-size: 3.7vh
}

.popup-canvas-menu .menu__container .children a {
	font-size: 2.5vh;
	line-height: 1.5
}

@media (min-height:1081px) {
	.popup-canvas-menu .menu__container>li>a {
		font-size: 40px
	}
	.popup-canvas-menu .menu__container .children a {
		font-size: 28px
	}
}

@media (max-height:640px) {
	.popup-canvas-menu .menu__container>li>a {
		font-size: 24px
	}
	.popup-canvas-menu .menu__container .children a {
		font-size: 16px
	}
}

.page-open-mobile-menu {
	cursor: pointer
}

.page-open-mobile-menu .burger-icon {
	position: relative;
	width: 24px;
	height: 20px
}

.page-open-mobile-menu .burger-icon>span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-mobile-menu .burger-icon>span:before,
.page-open-mobile-menu .burger-icon>span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .99
}

.page-open-mobile-menu .burger-icon>span:before {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-open-mobile-menu .burger-icon>span:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-mobile-menu .burger-icon-top {
	top: 5px
}

.page-open-mobile-menu .burger-icon-bottom {
	bottom: 5px
}

.page-open-mobile-menu .burger-icon-bottom:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.page-open-mobile-menu .burger-icon-bottom:after {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.page-open-mobile-menu:hover .burger-icon-top:before,
.page-open-mobile-menu:hover .burger-icon-bottom:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-open-mobile-menu:hover .burger-icon-top:after,
.page-open-mobile-menu:hover .burger-icon-bottom:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-open-mobile-menu .burger-title {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 14px
}

.page-open-mobile-menu.style-02 .burger-icon>span {
	height: 1px
}

.page-open-mobile-menu.style-02 .burger-icon-top {
	top: 0
}

.page-open-mobile-menu.style-02 .burger-icon-middle {
	top: 50%
}

.page-open-mobile-menu.style-02 .burger-icon-bottom {
	top: auto;
	bottom: 0
}

.page-close-mobile-menu {
	position: relative;
	cursor: pointer;
	height: 40px;
	width: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #111
}

.page-close-mobile-menu .burger-icon-top,
.page-close-mobile-menu .burger-icon-bottom {
	display: block;
	position: absolute;
	top: 19px;
	left: 5px;
	width: 29px;
	height: 2px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-close-mobile-menu .burger-icon-top:before,
.page-close-mobile-menu .burger-icon-top:after,
.page-close-mobile-menu .burger-icon-bottom:before,
.page-close-mobile-menu .burger-icon-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .99
}

.page-close-mobile-menu .burger-icon-top:before,
.page-close-mobile-menu .burger-icon-bottom:before {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-close-mobile-menu .burger-icon-top:after,
.page-close-mobile-menu .burger-icon-bottom:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-close-mobile-menu .burger-icon-top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.page-close-mobile-menu .burger-icon-bottom {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.page-close-mobile-menu .burger-icon-bottom:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.page-close-mobile-menu .burger-icon-bottom:after {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.page-close-mobile-menu:hover .burger-icon-top:before,
.page-close-mobile-menu:hover .burger-icon-bottom:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.page-close-mobile-menu:hover .burger-icon-top:after,
.page-close-mobile-menu:hover .burger-icon-bottom:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-mobile-menu-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 0 30px;
	height: 80px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page-mobile-menu-logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.page-mobile-menu-opened {
	overflow: hidden
}

.page-mobile-menu-opened.mobile-menu-push-to-right .site {
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px)
}

.page-mobile-menu-opened.mobile-menu-push-to-left .site {
	-webkit-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	transform: translateX(-350px)
}

.mobile-menu-push-to-left .page-mobile-main-menu>.inner {
	float: right;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.mobile-menu-slide-to-left .page-mobile-main-menu>.inner {
	float: right;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.page-mobile-main-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(0, 0, 0, .7);
	visibility: hidden;
	opacity: 0
}

.admin-bar .page-mobile-main-menu {
	top: 32px;
	height: calc(100% - 32px)
}

.page-mobile-main-menu>.inner {
	position: relative;
	height: 100%;
	max-width: 90%;
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 80px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	cursor: default;
	background: #fff;
	width: 360px
}

.page-mobile-main-menu>.inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.page-mobile-menu-opened .page-mobile-main-menu {
	visibility: visible;
	opacity: 1
}

.page-mobile-menu-opened .page-mobile-main-menu>.inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.page-mobile-main-menu ul {
	margin: 0;
	padding: 0
}

.page-mobile-main-menu li {
	margin: 0;
	display: block;
	list-style-type: none
}

.page-mobile-main-menu li.opened>a .toggle-sub-menu:after {
	content: '\f106'
}

.page-mobile-main-menu .sub-menu {
	display: none;
	margin: 14px 0
}

.page-mobile-main-menu .sub-menu .sub-menu {
	margin-left: 10px
}

.page-mobile-main-menu .simple-menu a {
	padding: 8px 0
}

.page-mobile-main-menu .menu__container {
	padding: 0;
	margin: 20px 30px 100px
}

.page-mobile-main-menu .menu__container>li>a {
	padding: 10px 0;
	border: 0;
	border-color: transparent
}

.page-mobile-main-menu .menu__container>li+li>a {
	border-top: 1px solid transparent
}

.page-mobile-main-menu .menu__container>li.opened>a {
	border-bottom: 1px solid transparent
}

.page-mobile-main-menu .menu__container a {
	position: relative;
	display: block
}

.page-mobile-main-menu .mega-menu {
	margin-top: 30px;
	margin-bottom: 30px
}

.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
	margin: 0;
	padding: 0;
	border: 0
}

.page-mobile-main-menu .toggle-sub-menu {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	text-align: center;
	line-height: 40px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%
}

.page-mobile-main-menu .toggle-sub-menu:after {
	content: '\f107';
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page-mobile-main-menu .toggle-sub-menu:hover {
	background: rgba(255, 255, 255, .2)
}

.page-mobile-main-menu .mega-menu-content .container {
	max-width: 100%
}

.page-mobile-main-menu .mega-menu-content .container>.row>.col-md-12 {
	padding-left: 0;
	padding-right: 0
}

.page-mobile-menu-content {
	overflow-y: auto;
	height: calc(100vh - 80px)
}

.handheld .page-mobile-menu-content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width:782px) {
	.admin-bar .page-mobile-main-menu {
		top: 46px;
		height: calc(100% - 46px)
	}
}

@media screen and (max-width:600px) {
	.admin-bar .page-mobile-main-menu {
		top: 0;
		height: 100%
	}
}

.desktop-menu .page-open-mobile-menu {
	display: none !important
}

.mobile-menu .mega-menu .mega-menu-content>.container {
	padding-left: 0;
	padding-right: 0
}

.mobile-menu .mega-menu .elementor-column {
	width: 100% !important
}

.mobile-menu .mega-menu .elementor-column+.elementor-column {
	margin-top: 30px
}

.mobile-menu .mega-menu .elementor-heading-title {
	color: #fff !important
}

.mobile-menu .mega-menu .col-xs-12 {
	padding-left: 0;
	padding-right: 0
}

.page-title-bar {
	position: relative
}

.page-title-bar .heading {
	margin-bottom: 0
}

.page-title-bar-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.page-title-bar-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4)
}

.page-title-bar-inner {
	position: relative;
	z-index: 1;
	border-bottom-style: solid
}

.insight_core_breadcrumb {
	margin: 0;
	padding: 0
}

.insight_core_breadcrumb li {
	display: inline-block;
	margin: 0
}

.insight_core_breadcrumb li+li {
	position: relative;
	padding-left: 30px
}

.insight_core_breadcrumb li+li:before {
	content: '/';
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.insight_core_breadcrumb a {
	display: block
}

.title-bar-has-post-title .entry-title {
	display: none
}

.page-title-bar-01 .heading {
	text-align: center
}

.page-title-bar-01 .page-title-bar-inner>.container {
	max-width: 970px
}

.page-title-bar-01 .page-breadcrumb {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%
}

.page-title-bar-03 .page-title-bar-bg {
	background-color: #000
}

.page-title-bar-03 .page-title-bar-inner .container {
	max-width: 970px
}

.page-title-bar-03 .heading {
	text-align: center
}

.page-title-bar-03 .page-breadcrumb {
	margin-top: 11px
}

.page-title-bar-03 .page-title-bar-meta {
	margin-top: 15px;
	text-align: center
}

.page-title-bar-03 .page-title-bar-meta>div {
	display: inline-block;
	padding: 5px 10px
}

.page-title-bar-03 .page-title-bar-meta .post-author img {
	width: 32px;
	vertical-align: middle;
	border-radius: 50%
}

.page-title-bar-03 .page-title-bar-meta .meta-icon {
	font-size: 14px;
	margin-right: 7px
}

.page-scroll-up {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.page-scroll-up i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff
}

.page-scroll-up .arrow-top {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page-scroll-up .arrow-bottom {
	-webkit-transform: translate(-50%, 80px);
	-ms-transform: translate(-50%, 80px);
	transform: translate(-50%, 80px)
}

.page-scroll-up.show {
	bottom: 30px;
	opacity: 1;
	visibility: visible
}

.page-scroll-up:hover .arrow-top {
	-webkit-transform: translate(-50%, -80px);
	-ms-transform: translate(-50%, -80px);
	transform: translate(-50%, -80px)
}

.page-scroll-up:hover .arrow-bottom {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.popup-close-button {
	position: fixed;
	top: 40px;
	right: 55px;
	z-index: 100000;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	color: #111;
	-webkit-transition: all .3s linear .1s;
	transition: all .3s linear .1s
}

.popup-close-button .burger-icon-top,
.popup-close-button .burger-icon-bottom {
	display: block;
	position: absolute;
	top: 19px;
	left: 5px;
	width: 29px;
	height: 3px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:before,
.popup-close-button .burger-icon-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .99
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-bottom:before {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.popup-close-button .burger-icon-top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.popup-close-button .burger-icon-bottom {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.popup-close-button .burger-icon-bottom:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.popup-close-button .burger-icon-bottom:after {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.popup-close-button:hover .burger-icon-top:before,
.popup-close-button:hover .burger-icon-bottom:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.popup-close-button:hover .burger-icon-top:after,
.popup-close-button:hover .burger-icon-bottom:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.page-popup {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	overflow: hidden;
	opacity: 0
}

.page-popup.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.page-popup.open .popup-close-button {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.page-popup.open .popup-close-button {
	visibility: visible;
	opacity: 1
}

.admin-bar .popup-close-button {
	top: 72px
}

.admin-bar .page-search-popup {
	top: 32px;
	height: calc(100% - 32px)
}

.page-search-popup .page-search-popup-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.page-search-popup .search-form {
	position: relative;
	color: #086ad8;
	width: 1170px;
	max-width: 90%;
	margin: 0 auto;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: all .5s ease-in-out, opacity .5s linear;
	transition: all .5s ease-in-out, opacity .5s linear;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.page-search-popup .search-field {
	font-size: 50px;
	height: 100px;
	background-color: transparent !important;
	border: 0 solid #111;
	border-bottom-width: 3px;
	border-radius: 0;
	padding: 15px 50px 15px 0;
	color: inherit
}

.page-search-popup .search-submit {
	display: none
}

.page-search-popup.open .search-form {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

@media (max-width:1024px) {
	.page-search-popup .search-field {
		font-size: 40px
	}
}

@media screen and (max-width:782px) {
	.admin-bar .page-search-popup {
		top: 46px;
		height: calc(100% - 46px)
	}
}

@media screen and (max-width:600px) {
	.admin-bar .page-search-popup {
		top: 0;
		height: 100%
	}
}

.page-open-off-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.page-open-off-sidebar:hover i {
	width: 16px
}

.page-open-off-sidebar:hover i:before {
	width: 24px
}

.page-open-off-sidebar:hover i:after {
	width: 22px
}

.page-open-off-sidebar div {
	position: relative;
	width: 24px;
	height: 18px
}

.page-open-off-sidebar i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: currentColor
}

.page-open-off-sidebar i:before,
.page-open-off-sidebar i:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: '';
	-webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1);
	transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

.page-open-off-sidebar i:before {
	width: 16px;
	top: -8px
}

.page-open-off-sidebar i:after {
	width: 18px;
	top: 8px
}

.page-close-off-sidebar {
	position: relative;
	cursor: pointer;
	height: 40px;
	width: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.page-close-off-sidebar:before,
.page-close-off-sidebar:after {
	position: absolute;
	top: 19px;
	left: 8px;
	content: '';
	width: 24px;
	height: 3px;
	background: currentColor;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.page-close-off-sidebar:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.page-close-off-sidebar:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.page-close-off-sidebar:hover:before,
.page-close-off-sidebar:hover:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.page-off-sidebar-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	height: 85px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page-off-sidebar-logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.page-off-sidebar-opened {
	overflow: hidden
}

.page-off-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .7)
}

.admin-bar .page-off-sidebar {
	top: 32px;
	height: calc(100% - 32px)
}

.page-off-sidebar>.inner {
	position: relative;
	height: 100%;
	max-width: 90%;
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow-y: auto;
	padding-top: 85px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	cursor: default;
	background: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .3);
	float: right;
	width: 420px
}

.page-off-sidebar-opened .page-off-sidebar {
	visibility: visible;
	opacity: 1
}

.page-off-sidebar-opened .page-off-sidebar>.inner {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.page-off-sidebar .page-off-sidebar-content {
	padding: 50px
}

.page-off-sidebar .widget-title {
	font-size: 18px;
	line-height: 1.23;
	margin-bottom: 27px
}

.page-off-sidebar .widget+.widget {
	margin-top: 53px
}

.handheld .page-off-sidebar>.inner {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.handheld .page-off-sidebar-content {
	padding: 30px
}

@media screen and (max-width:782px) {
	.admin-bar .page-off-sidebar {
		top: 46px;
		height: calc(100% - 46px)
	}
}

@media screen and (max-width:600px) {
	.admin-bar .page-off-sidebar {
		top: 0;
		height: 100%
	}
}

.embed-responsive,
.video-player {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	height: 0;
	border-radius: 5px;
	margin: 45px 0 42px
}

.embed-responsive iframe,
.video-player iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9,
.video-player {
	padding-bottom: 56.25%
}

.instagram-media {
	max-width: 100% !important
}

.no-padding {
	padding: 0 !important
}

.full-height {
	min-height: 100vh
}

.admin-bar .full-height {
	min-height: calc(100vh - 32px)
}

.col-content-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.font-100 {
	font-weight: 100 !important
}

.font-200 {
	font-weight: 200 !important
}

.font-300 {
	font-weight: 300 !important
}

.font-400 {
	font-weight: 400 !important
}

.font-500 {
	font-weight: 500 !important
}

.font-600 {
	font-weight: 600 !important
}

.font-700 {
	font-weight: 700 !important
}

.font-800 {
	font-weight: 800 !important
}

.font-900 {
	font-weight: 900 !important
}

.display-inline {
	display: inline !important
}

.display-inline-block {
	display: inline-block !important
}

.display-block {
	display: block !important
}

.display-none {
	display: none !important
}

.image-rounded img {
	border-radius: inherit
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.text-stroke-01 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor
}

.row-no-gutter {
	margin-left: 0;
	margin-right: 0
}

.row-no-gutter>[class*=col] {
	padding-left: 0;
	padding-right: 0
}

.hide {
	display: none
}

@media (max-width:767px) {
	.sm-position-static {
		position: static !important
	}
	.sm-transform-none {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}
}

.brand-color.facebook {
	color: #567fa9
}

.brand-color.twitter {
	color: #26d0fe
}

.brand-color.linkedin {
	color: #0077b5
}

.brand-color.instagram {
	color: #987545
}

.brand-color.skype {
	color: #13baf7
}

.brand-color.tumblr {
	color: #35465c
}

.brand-color.email {
	color: #dd4b39
}

.boxed {
	margin: 0 auto;
	max-width: 1200px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .06)
}

.site {
	overflow: hidden
}

.page-sidebar,
.page-main-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

@media (min-width:1200px) {
	.container {
		max-width: 1520px;
		padding-left: 50px;
		padding-right: 50px
	}
	.container.container-small {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px
	}
	.elementor-section.elementor-top-section>.elementor-container {
		max-width: 1520px;
		padding-left: 35px;
		padding-right: 35px
	}
}

.tm-star-rating {
	display: inline-block
}

.tm-star-rating .fas {
	color: #fb0
}

.tm-star-rating .far {
	color: #ababab
}

.comments-area {
	padding-top: 30px;
	margin-top: 43px
}

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

.comment-notes,
.logged-in-as {
	margin-bottom: 30px
}

.bypostauthor {
	display: block
}

.comments-title,
.comment-reply-title {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500
}

.comments-title {
	margin-bottom: 37px
}

.comments-title mark {
	color: inherit
}

.comments-wrap {
	margin-bottom: 64px
}

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

.comment-list .pingback,
.comment-list .trackback,
.comment-list .comment {
	list-style-type: none;
	margin-bottom: 29px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee
}

.comment-list .pingback:last-child,
.comment-list .trackback:last-child,
.comment-list .comment:last-child {
	margin-bottom: 0
}

.comment-list .trackback,
.comment-list .pingback {
	padding-left: 0
}

.comment-list .trackback .comment-content,
.comment-list .pingback .comment-content {
	margin-left: 0
}

.comment-list>.trackback:last-child,
.comment-list>.pingback:last-child,
.comment-list>.comment:last-child {
	margin-bottom: 0
}

.comment-list .children {
	padding: 0
}

.comment-list .children>li {
	padding-left: 61px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 0;
	padding-top: 28px;
	border-bottom: 0;
	border-top: 1px solid #eee
}

.comment-list .comment-header {
	margin-bottom: 9px
}

.comment-list .comment-author {
	float: left
}

.comment-list .comment-author img {
	border-radius: 50%
}

.comment-list .comment-content {
	position: relative;
	overflow: hidden;
	margin-left: 92px
}

.comment-list .meta {
	margin-bottom: 6px
}

.comment-list .fn {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0
}

.comment-list .fn a {
	font-style: inherit;
	font-size: inherit;
	color: inherit
}

.comment-list .description {
	line-height: 2.14;
	color: #696969
}

.comment-list .comment-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12px;
	color: #ababab;
	font-weight: 400
}

.comment-list .comment-datetime {
	margin: 0 10px 0 0
}

.comment-list .comment-actions a {
	font-weight: 500;
	color: #5c5c5c;
	margin: 0 10px 0 0
}

.comment-list .comment-awaiting-messages {
	display: block
}

.comment-list .comment-respond {
	margin-top: 30px
}

.comment-form .row {
	margin-left: -14px;
	margin-right: -14px
}

.comment-form [class*=col-] {
	padding-left: 14px;
	padding-right: 14px
}

.comment-form textarea {
	height: 140px;
	padding: 19px 20px 3px
}

.comment-form input[type=text],
.comment-form input[type=email] {
	width: 100%
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin: 0 0 25px
}

.comment-form p.form-submit {
	margin: 30px 0 0
}

.comment-form .submit {
	min-width: 160px
}

.comment-form-cookies-consent {
	margin: 20px 0
}

.comment-form-cookies-consent label {
	cursor: pointer
}

@media (max-width:1199px) {
	.comment-list .vcard img {
		width: 50px
	}
	.comment-list .comment-content {
		margin-left: 70px
	}
	.comment-list .children>li {
		padding-left: 35px
	}
}

@media (max-width:767px) {
	.comment-list .comment {
		margin-top: 25px;
		padding-top: 30px
	}
	.comment-list .vcard img {
		width: 40px
	}
	.comment-list .comment-content {
		margin-left: 60px
	}
	.comment-list .children>li {
		padding-left: 20px
	}
	.comment-form textarea {
		height: 120px
	}
}

.fa:before,
.fas:before,
.far:before,
.fal:before,
.fab:before {
	font-family: inherit !important;
	font-weight: inherit !important
}

.rev-btn .left-icon {
	margin-right: 10px !important
}

.rev-btn .right-icon {
	margin-left: 10px !important
}

html .row:before,
html .row:after {
	display: block
}

.modern-grid {
	display: -ms-grid;
	display: grid
}

.modern-grid.flex-item .grid-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.modern-grid .grid-item {
	min-width: 0;
	min-height: 0
}

.grid-width-2 {
	-ms-grid-column: span 2;
	grid-column: span 2
}

.grid-height-2 {
	-ms-grid-row: span 2;
	grid-row: span 2
}

@media (max-width:767px) {
	.grid-width-2 {
		-ms-grid-column: span 1;
		grid-column: span 1
	}
	.grid-height-2 {
		-ms-grid-row: span 1;
		grid-row: span 1
	}
}

@media (min-width:768px) {
	.grid-sm-1 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
	.grid-sm-2 {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	.grid-sm-3 {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.grid-sm-4 {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
	.grid-sm-5 {
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr)
	}
	.grid-sm-6 {
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr)
	}
	.grid-sm-normal-gutter {
		grid-column-gap: 30px
	}
	.grid-sm-large-gutter {
		grid-column-gap: 60px
	}
}

@media (min-width:992px) {
	.grid-md-1 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
	.grid-md-2 {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	.grid-md-3 {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.grid-md-4 {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
	.grid-md-5 {
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr)
	}
	.grid-md-6 {
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr)
	}
	.grid-md-normal-gutter {
		grid-column-gap: 30px
	}
	.grid-md-large-gutter {
		grid-column-gap: 60px
	}
}

@media (min-width:1200px) {
	.grid-lg-1 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
	.grid-lg-2 {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	.grid-lg-3 {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.grid-lg-4 {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
	.grid-lg-5 {
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr)
	}
	.grid-lg-6 {
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr)
	}
	.grid-lg-normal-gutter {
		grid-column-gap: 30px
	}
	.grid-lg-large-gutter {
		grid-column-gap: 60px
	}
}

.page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	overflow: hidden;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.page-loading .sk-wrap {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	font-size: 0
}

.page-loading .sk-wrap .sk-circle {
	margin: 0 auto
}

.page-loading .sk-wandering-cubes .sk-cube {
	width: 16px;
	height: 16px
}

.page-loading .sk-three-bounce {
	width: 80px;
	height: 20px
}

.page-loading .sk-three-bounce .sk-child {
	display: block;
	float: left
}

.page-loading .sk-three-bounce .sk-bounce2 {
	margin: 0 10px
}

.page-loading .sk-wave>div {
	width: 7px;
	margin: 0 2px
}

.page-load-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.preloader-wrap {
	display: table;
	width: 100%;
	height: 100%
}

.preloader-wrap .wrap-2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

body.loaded .page-loading {
	opacity: 0
}

.admin-bar .headroom.headroom--not-top .page-header-inner {
	top: 32px
}

@media screen and (max-width:782px) {
	.admin-bar .headroom.headroom--not-top .page-header-inner {
		top: 46px
	}
}

@media screen and (max-width:600px) {
	.admin-bar .headroom.headroom--not-top .page-header-inner {
		top: 0
	}
}

.lg-backdrop {
	z-index: 999998 !important
}

.lg-outer {
	direction: ltr;
	z-index: 999999 !important
}

.lg-sub-html * {
	color: inherit
}

.lg-actions .lg-prev,
.lg-actions .lg-next {
	border: 0
}

.lg-actions .lg-prev:before,
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before,
.lg-actions .lg-next:after {
	color: #fff
}

.tm-swiper {
	position: relative;
	z-index: 1
}

.tm-swiper:hover .swiper-nav-button {
	opacity: 1;
	visibility: visible
}

.tm-swiper .swiper-inner {
	position: relative
}

.tm-swiper .swiper-container {
	width: 100%
}

.tm-swiper .swiper-slide {
	box-sizing: border-box;
	text-align: left;
	overflow: visible
}

.tm-swiper.v-stretch>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	height: auto
}

.tm-swiper.v-stretch>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide>div {
	height: 100%
}

.tm-swiper.v-top>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	align-self: start
}

.tm-swiper.v-middle>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.tm-swiper.v-bottom>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.tm-swiper.h-left>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tm-swiper.h-center>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tm-swiper.h-right>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tm-swiper[data-autoplay='1'] .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.tm-swiper.highlight-centered-items .swiper-slide {
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear
}

.tm-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
	opacity: .4
}

.tm-swiper:not(.bullets-v-align-below) .swiper-pagination-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}

.tm-swiper .swiper-pagination-container .container,
.tm-swiper .swiper-pagination-container .row,
.tm-swiper .swiper-pagination-container .col-md-12 {
	height: 100%
}

.tm-swiper .swiper-pagination-wrap {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tm-swiper .swiper-pagination-inner {
	pointer-events: auto
}

.tm-swiper .swiper-pagination {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	width: auto
}

.tm-swiper .swiper-pagination.swiper-pagination-progressbar {
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	background: #bbb
}

.tm-swiper .swiper-pagination.swiper-pagination-custom {
	top: auto;
	left: auto;
	bottom: auto;
	right: auto
}

.tm-swiper.bullets-v-align-below .swiper-pagination-wrap {
	position: static;
	margin-top: 44px
}

.tm-swiper .swiper-pagination-bullets {
	font-size: 0
}

.tm-swiper .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 0;
	background: 0 0;
	opacity: 1;
	position: relative;
	outline: none;
	color: #d8d8d8
}

.tm-swiper .swiper-pagination-bullet:hover,
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #111
}

.tm-swiper .swiper-pagination-bullet:hover:before,
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	width: 12px;
	height: 12px
}

.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	cursor: default
}

.tm-swiper .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background: currentColor;
	z-index: 1
}

.tm-swiper .swiper-pagination-bullet:only-child {
	visibility: hidden
}

.tm-swiper .fraction {
	display: inline-block
}

.tm-swiper.bullets-vertical .swiper-pagination-bullet {
	display: block;
	margin: 0
}

.tm-swiper.bullets-vertical .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-top: 10px
}

.tm-swiper.pagination-style-02 .swiper-pagination-bullet {
	width: 22px;
	margin: 0 4px
}

.tm-swiper.pagination-style-02 .swiper-pagination-bullet:before {
	border-radius: 0;
	width: 22px;
	height: 4px
}

.tm-swiper.pagination-style-03 .fraction {
	font-size: 18px;
	font-weight: 700;
	color: #333
}

.tm-swiper.pagination-style-03 .fraction * {
	display: inline-block;
	vertical-align: middle
}

.tm-swiper.pagination-style-03 .fraction .separator {
	width: 40px;
	height: 1px;
	background: #ababab;
	margin-left: 13px;
	margin-right: 13px
}

.tm-swiper.pagination-style-04 .swiper-pagination-inner {
	width: 94px;
	height: 94px;
	line-height: 94px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .05)
}

.tm-swiper.pagination-style-04 .fraction {
	font-size: 17px;
	font-weight: 500;
	color: #111;
	letter-spacing: 1.31px
}

.tm-swiper.pagination-style-04 .fraction div {
	display: inline-block
}

.tm-swiper.pagination-style-04 .swiper-pagination-inner {
	position: relative
}

.tm-swiper.pagination-style-04 .swiper-alt-arrow-button {
	position: absolute;
	width: 21px;
	height: 21px;
	left: 50%;
	top: 50%;
	z-index: 12;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}

.tm-swiper.pagination-style-04 .swiper-alt-arrow-prev {
	-webkit-transform: translate(-10px, -35px);
	-ms-transform: translate(-10px, -35px);
	transform: translate(-10px, -35px);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAJZJREFUGBltjUEKwyAURNVCs4klTREUWnsAz5P75LRZZCMFCVoj1lkk2LSz8H/nzfAJOWgYhpNS6ol5QOTHsNZq7/1lmqbGOfeqC19hKaUIIdwQWNe16boul8KyFfawEKKNMT42gJlSajnnS9Ebf4bHGHMuQGM/Cj44fDaOI5vnWeec9yt1AT44crTv+3sxrnXg304ptR/PET/We1JFoAAAAABJRU5ErkJggg==")
}

.tm-swiper.pagination-style-04 .swiper-alt-arrow-next {
	-webkit-transform: translate(-10px, 15px);
	-ms-transform: translate(-10px, 15px);
	transform: translate(-10px, 15px);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAKBJREFUGBmFjb0KwyAUhWsaqoUMUcgQ6FLo5iv4TL6tW6FLiWKGhiIWgmK9BUNxaO9y7s93zkWMsVNKie7+FELo0Ugpp7ZtX79YuAOHAOKcH7TWl/xhX5tyYhzH8aqUWj8wAMMwdCGEcw3n1Ns8zw72W5L3fu37PsUYu2LAGBtr7VLmDYaFc85TSo/5AyaEPI0xUwFBm+8BeiHEHUDQ+vYGfjU7ajWU+XYAAAAASUVORK5CYII=")
}

.tm-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-prev {
	-webkit-transform: translate(-40px, -11px) rotate(-90deg);
	-ms-transform: translate(-40px, -11px) rotate(-90deg);
	transform: translate(-40px, -11px) rotate(-90deg)
}

.tm-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-next {
	-webkit-transform: translate(20px, -11px) rotate(-90deg);
	-ms-transform: translate(20px, -11px) rotate(-90deg);
	transform: translate(20px, -11px) rotate(-90deg)
}

.tm-swiper.pagination-style-05 .swiper-pagination-bullet {
	width: 32px;
	height: 32px;
	margin: 0 4px;
	color: #333
}

.tm-swiper.pagination-style-05 .swiper-pagination-bullet:before {
	width: 6px;
	height: 6px
}

.tm-swiper.pagination-style-05 .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	opacity: 0;
	border: 1px solid transparent;
	border-radius: 50%
}

.tm-swiper.pagination-style-05 .swiper-pagination-bullet:hover:after,
.tm-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
	border-color: currentColor
}

.tm-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: .5;
	width: 100%;
	height: 100%
}

.tm-swiper.pagination-style-06 .fraction {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3.2px;
	color: #111
}

.tm-swiper.pagination-style-06 .fraction * {
	display: inline-block;
	vertical-align: top
}

.tm-swiper.pagination-style-06 .fraction .current {
	font-size: 60px;
	line-height: 1
}

.tm-swiper .swiper-nav-buttons-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}

.tm-swiper .swiper-nav-buttons-wrap .container,
.tm-swiper .swiper-nav-buttons-wrap .row,
.tm-swiper .swiper-nav-buttons-wrap .col-md-12 {
	height: 100%
}

.tm-swiper .swiper-nav-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.tm-swiper .swiper-nav-button {
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1), visibility .25s linear 2s, opacity .25s linear 2s;
	transition: all .25s cubic-bezier(.645, .045, .355, 1), visibility .25s linear 2s, opacity .25s linear 2s;
	background-image: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	width: 48px;
	height: 48px;
	font-size: 24px;
	color: #111;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .01);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 10px;
	pointer-events: auto
}

.tm-swiper .swiper-nav-button.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.tm-swiper .swiper-nav-button:hover {
	border-color: #111;
	background: #111;
	color: #fff
}

.tm-swiper .swiper-nav-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tm-swiper .swiper-nav-button:after {
	display: none
}

.tm-swiper.nav-show-always .swiper-nav-button {
	opacity: 1;
	visibility: visible
}

.tm-swiper .swiper-button-prev i:before {
	content: '\f104'
}

.tm-swiper .swiper-button-next i:before {
	content: '\f105'
}

.tm-swiper .nav-button-text {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px
}

.tm-swiper.nav-style-02 .swiper-nav-button {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	height: 100px;
	width: 100px;
	border-radius: 0
}

.tm-swiper.nav-style-02 .nav-button-text {
	display: block
}

.tm-swiper.nav-style-02 .nav-button-icon {
	display: none
}

.tm-swiper.nav-style-02 .swiper-button-prev {
	border-left: 0 !important;
	border-right: 1px solid #fff
}

.tm-swiper.nav-style-02 .swiper-button-next {
	border-right: 0 !important;
	border-left: 1px solid #fff
}

@media (max-width:766px) {
	.tm-swiper[data-sm-items=auto] .swiper-slide {
		width: auto !important
	}
	.tm-swiper[data-sm-items=auto] .swiper-slide img {
		width: auto
	}
}

@media (min-width:767px) {
	.tm-swiper[data-md-items=auto] .swiper-slide {
		width: auto !important
	}
	.tm-swiper[data-md-items=auto] .swiper-slide img {
		width: auto
	}
}

@media (min-width:1024px) {
	.tm-swiper[data-lg-items=auto] .swiper-slide {
		width: auto !important
	}
	.tm-swiper[data-lg-items=auto] .swiper-slide img {
		width: auto
	}
}

.mfp-bg.mfp-bg {
	background: #3f3a64;
	opacity: .9;
	z-index: 100000 !important
}

.mfp-wrap.mfp-wrap {
	z-index: 100001 !important
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .5
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

#growls-br {
	right: 15px !important;
	bottom: 15px !important
}

.growl.growl {
	opacity: 1;
	font-size: 14px;
	border-radius: 5px
}

.growl.growl.growl-default {
	background: #fff;
	color: #696969;
	box-shadow: 0 0 30px rgba(51, 51, 51, .1)
}

.growl.growl.growl-large {
	padding: 19px 30px 18px
}

.growl.growl.growl-large .growl-close {
	margin-right: -29px;
	margin-top: -9px
}

.growl.growl .growl-message {
	line-height: 1.72
}

.growl.growl .growl-close {
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: -10px;
	margin-top: -6px;
	font-size: 0
}

.growl.growl .growl-close:before {
	content: '\f00d';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px
}

#tm-button-cookie-notice-ok {
	font-size: 15px;
	margin-top: 17px
}

.medizin-widget-nice-select,
.medizin-nice-select {
	display: none
}

.medizin-fake-select-wrap {
	display: inline-block;
	position: relative;
	text-align: left
}

.medizin-fake-select-wrap .medizin-fake-select-current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #ababab;
	padding: 3px 40px 3px 16px;
	min-height: 48px;
	max-width: 100%;
	border-radius: 26px;
	cursor: default
}

.medizin-fake-select-wrap .medizin-fake-select-current:after {
	content: '\f107';
	color: #333;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.medizin-fake-select-wrap .medizin-fake-select-current .label {
	margin-right: 4px
}

.medizin-fake-select-wrap .medizin-fake-select-current .label:before {
	margin-right: 16px
}

.medizin-fake-select-wrap .medizin-fake-select-current .value {
	color: #333
}

.medizin-fake-select-wrap .medizin-fake-select {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 9999;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	background: #f8f8f8;
	border: 0;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	min-width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	color: #333;
	font-weight: 500
}

.medizin-fake-select-wrap .medizin-fake-select li {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 5px 30px;
	margin: 0
}

.medizin-fake-select-wrap .medizin-fake-select li:hover {
	color: #fff
}

.medizin-fake-select-wrap .medizin-fake-select li:hover:before {
	color: #fff !important
}

.medizin-fake-select-wrap .medizin-fake-select li.selected:before {
	content: '\f00c';
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 12px
}

.medizin-fake-select-wrap.focused .medizin-fake-select {
	visibility: visible;
	opacity: 1
}

.medizin-fake-select-wrap.focused .medizin-fake-select-current,
.medizin-fake-select-wrap .medizin-fake-select-current:hover {
	color: #777;
	background: #fff
}

.medizin-progress .progress-title {
	font-size: 18px;
	font-weight: 600;
	color: #3f3a64;
	margin: 0 0 16px
}

.medizin-progress .progress-bar-wrap {
	height: 32px;
	border-radius: 30px;
	background: #f2f2f2;
	padding: 6px
}

.medizin-progress .progress-bar {
	position: relative;
	height: 100%;
	border-radius: inherit;
	background: #20ad96
}

.medizin-progress .progress-value {
	position: absolute;
	top: 50%;
	margin-top: 1px;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size: 12px;
	font-weight: 700
}

.medizin-progress .single-progress-bar+.single-progress-bar {
	margin: 50px 0 0
}

.page-content {
	margin-top: 100px;
	margin-bottom: 100px
}

.page-title-bar+.page-content {
	margin-top: 0
}

.elementor-page.page-has-sidebar .page-content>.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px
}

.elementor-page.page-has-sidebar .page-content .elementor-section.elementor-top-section>.elementor-container {
	padding-left: 0;
	padding-right: 0
}

.elementor-page.page-has-no-sidebar .page-content>.container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

.elementor-page.page-has-no-sidebar .page-main-content {
	padding: 0
}

body.elementor-archive-page .page-content,
body.elementor-page .page-content {
	margin-top: 0
}

body.elementor-archive-page.page-has-no-sidebar .page-content,
body.elementor-page.page-has-no-sidebar .page-content {
	margin-bottom: 0
}

.post-password-form input[type=submit] {
	display: block;
	margin: 30px auto 0
}

.single-post .page-title-bar-02 {
	margin-bottom: 60px
}

.single-post .page-content>.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px
}

.single-post .page-title-bar+.page-content {
	margin-top: 0
}

.single-post.page-has-no-sidebar .entry-header {
	text-align: center
}

.single-post.page-has-no-sidebar .entry-header-content,
.single-post.page-has-no-sidebar .entry-post-wrap {
	max-width: 770px;
	margin: 0 auto
}

.single-post.page-has-no-sidebar .entry-post-feature {
	margin: 0 0 65px
}

.single-post.page-has-no-sidebar .entry-title {
	font-size: 40px;
	margin-bottom: 32px
}

.single-post.page-has-no-sidebar .entry-post-meta {
	margin-bottom: 45px
}

.single-post .page-main-content>.post-no-thumbnail.format-standard .entry-header,
.single-post .page-main-content>.post-no-thumbnail.format-image .entry-header {
	border-bottom: 1px solid #eee;
	padding-bottom: 39px;
	margin-bottom: 38px
}

.single-post .entry-header {
	margin-bottom: 20px
}

.single-post .entry-post-feature {
	line-height: 0;
	margin: 0 0 29px
}

.single-post .entry-post-feature img {
	border-radius: 5px
}

.single-post .entry-post-feature.tm-popup-video .video-overlay {
	background: rgba(0, 0, 0, .5)
}

.single-post .entry-post-feature.post-gallery .swiper-nav-button {
	background: #fff;
	border-color: #fff
}

.single-post .entry-post-feature.post-gallery .swiper-nav-button:hover {
	background: 0 0
}

.single-post .entry-post-feature.post-gallery .swiper-nav-button.swiper-button-prev {
	margin-left: 20px
}

.single-post .entry-post-feature.post-gallery .swiper-nav-button.swiper-button-next {
	margin-right: 20px
}

.single-post .entry-post-feature.post-video,
.single-post .entry-post-feature.post-link,
.single-post .entry-post-feature.post-quote {
	margin-bottom: 46px
}

.single-post .entry-post-feature.post-audio {
	margin-bottom: 38px
}

.single-post .entry-post-feature.post-audio iframe {
	width: 100%;
	height: 200px;
	border: 0
}

.single-post .entry-post-feature.post-link {
	padding: 82px 100px;
	background: #f7fbfe;
	font-size: 24px;
	line-height: 1.5
}

.single-post .entry-post-feature.post-link a {
	word-wrap: break-word
}

.single-post .entry-post-feature.post-quote {
	position: relative;
	text-align: center
}

.single-post .entry-post-feature .post-quote-content {
	position: relative;
	padding: 48px 40px
}

.single-post .entry-post-feature .post-quote-content .quote-icon {
	color: #fff;
	font-size: 26px;
	margin-bottom: 35px
}

.single-post .entry-post-feature .post-quote-text {
	margin-bottom: 26px;
	color: #fff;
	font-size: 24px;
	line-height: 1.375
}

.single-post .entry-post-feature .post-quote-name {
	font-size: 18px;
	color: #fff
}

.single-post .entry-post-feature .post-quote-name a {
	color: inherit
}

.single-post .entry-content {
	margin-bottom: 28px
}

.single-post .entry-wrapper {
	margin: 0 0 42px
}

.single-post .entry-footer {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px
}

.single-post .entry-footer>div {
	padding: 0 15px
}

.related-posts {
	margin-top: 50px
}

.related-posts .related-title {
	margin: 0 0 33px;
	font-size: 24px
}

.related-posts .tm-swiper .swiper-nav-button {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	color: #333
}

.entry-title {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px;
	word-wrap: break-word
}

.entry-post-categories {
	margin: 0 -3px 4px
}

.entry-post-categories a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
	color: #fff !important;
	padding: 1px 10px;
	margin: 0 3px 10px
}

.entry-post-tags {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.entry-post-tags .tag-label {
	display: inline-block;
	margin: 0 7px 0 0
}

.entry-post-tags .tag-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px
}

.entry-post-tags .tagcloud {
	display: inline;
	vertical-align: middle;
	color: #ababab
}

.entry-post-tags a {
	display: inline;
	color: inherit
}

.entry-post-meta {
	font-size: 14px;
	color: #7e7e7e;
	margin: 0 -16px 25px
}

.entry-post-meta a {
	color: inherit
}

.entry-post-meta>div {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 16px
}

.entry-post-meta .post-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px
}

.entry-post-meta .meta-icon {
	margin-right: 6px
}

.entry-author {
	border-top: 1px solid #eee;
	padding: 30px 0 0
}

.entry-author .author-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.entry-author .author-avatar {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 100px;
	width: 140px;
	text-align: center
}

.entry-author .author-avatar img {
	border-radius: 100%
}

.entry-author .author-description {
	margin-left: 30px
}

.entry-author .author-name {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 13px
}

.entry-author .author-biographical-info {
	margin-top: 15px
}

.entry-author .author-social-networks .inner {
	display: inline-block;
	margin: 13px -9px 0
}

.entry-author .author-social-networks a {
	display: block;
	float: left;
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1;
	color: #ababab
}

.entry-post-share {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.post-share.style-01 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.post-share.style-01 .share-label {
	font-weight: 500;
	margin-right: 15px
}

.post-share.style-01 .share-icon {
	height: 52px;
	width: 52px;
	line-height: 52px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	color: #fff
}

.post-share.style-02 .share-label {
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px
}

.post-share.style-02 .share-icon {
	font-size: 15px
}

.post-share.style-02 .share-media {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer
}

.post-share .share-media {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer
}

.post-share .share-media:hover .share-list {
	-webkit-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
	visibility: visible;
	opacity: 1
}

.post-share .share-list {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	width: auto;
	white-space: nowrap;
	padding: 0 4px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
	-webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.post-share .share-list:before {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	border-top: 8px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent
}

.post-share .share-list a {
	display: inline-block;
	font-size: 15px;
	padding: 10px 12px;
	color: #ababab
}

.blog-nav-links {
	margin-top: 36px
}

.blog-nav-links .nav-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px
}

.blog-nav-links .nav-item {
	min-width: 0;
	line-height: 0
}

.blog-nav-links .inner a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 120px;
	border-radius: 5px;
	overflow: hidden
}

.blog-nav-links .inner a:hover .hover-bg {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.blog-nav-links .inner a h6 {
	display: block;
	word-wrap: break-word;
	width: 100%;
	color: #fff
}

.blog-nav-links .inner a h6:before {
	color: #fff
}

.blog-nav-links .inner .hover-bg {
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.blog-nav-links .inner .hover-bg.has-thumbnail:before {
	opacity: .5;
	background: #000;
	border-radius: 5px
}

.blog-nav-links .inner h6 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	margin: 0
}

.blog-nav-links .inner h6:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px
}

.blog-nav-links .prev h6 {
	padding: 20px 30px 20px 50px
}

.blog-nav-links .prev h6:before {
	left: 20px;
	content: '\f104'
}

.blog-nav-links .next {
	text-align: right
}

.blog-nav-links .next h6 {
	padding: 20px 50px 20px 30px
}

.blog-nav-links .next h6:before {
	right: 20px;
	content: '\f105'
}

@media (max-width:1024px) {
	.entry-title {
		font-size: 30px
	}
	.single-post.page-has-no-sidebar .entry-title {
		font-size: 34px
	}
}

@media (max-width:767px) {
	.entry-title {
		font-size: 26px
	}
	.single-post.page-has-no-sidebar .entry-title {
		font-size: 28px;
		margin-bottom: 15px
	}
	.single-post.page-has-no-sidebar .entry-post-meta {
		margin-bottom: 20px
	}
	.single-post.page-has-no-sidebar .entry-post-feature {
		margin-bottom: 30px
	}
	.single-post .entry-footer {
		text-align: center
	}
	.single-post .entry-post-share {
		margin: 20px 0 0;
		text-align: center
	}
	.entry-author .author-info {
		display: block;
		text-align: center
	}
	.entry-author .author-avatar {
		margin: 0 auto 10px
	}
	.entry-author .author-description {
		margin: 0
	}
}

@media (max-width:767px) {
	.blog-nav-links .nav-list {
		-ms-grid-columns: auto;
		grid-template-columns: auto
	}
}

.single-portfolio .tm-button.tm-button-view-project {
	min-width: 190px
}

.single-portfolio .tm-button.tm-button-view-project .button-icon {
	margin-left: 10px;
	font-size: 12px
}

.single-portfolio .page-content {
	padding-bottom: 0
}

.single-portfolio .page-content>.container {
	margin-bottom: 100px
}

.entry-portfolio-title {
	font-size: 34px;
	line-height: 1.42;
	margin-bottom: 25px
}

.entry-portfolio-details {
	margin-top: 55px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 66px 30px
}

.entry-portfolio-details ul {
	margin: 0;
	padding: 0
}

.entry-portfolio-details li {
	list-style-type: none
}

.entry-portfolio-details .label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 12px
}

.entry-portfolio-details .value {
	display: block;
	font-size: 16px;
	line-height: 1.9
}

.entry-portfolio-share {
	margin-top: 55px
}

.entry-portfolio-share .share-label {
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 17px
}

.entry-portfolio-share .share-list .inner {
	margin: 0 -8px
}

.entry-portfolio-share .share-list a {
	padding: 0 8px;
	font-size: 16px
}

.entry-portfolio-link {
	margin-top: 88px
}

.entry-portfolio-feature img {
	width: 100%
}

.entry-portfolio-feature figure {
	margin: 0;
	position: relative
}

.entry-portfolio-feature figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 14px;
	padding: 10px;
	border-radius: 0 0 5px 5px
}

.entry-portfolio-feature .medizin-grid-wrapper {
	margin-top: 20px
}

.entry-portfolio-image+.entry-portfolio-image {
	margin-top: 30px
}

.entry-portfolio-video+.entry-portfolio-feature,
.entry-portfolio-feature+.entry-portfolio-video {
	padding-top: 30px
}

.portfolio-nav-links.style-01 {
	margin: 128px 0 130px
}

.portfolio-nav-links.style-01 .nav-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 30px
}

.portfolio-nav-links.style-01 .next {
	text-align: right
}

.portfolio-nav-links.style-01 .next a {
	padding-right: 65px
}

.portfolio-nav-links.style-01 .next h6:before {
	right: 0;
	content: '\f061'
}

.portfolio-nav-links.style-01 .prev a {
	padding-left: 65px
}

.portfolio-nav-links.style-01 .prev h6:before {
	left: 0;
	content: '\f060'
}

.portfolio-nav-links.style-01 .inner {
	width: 100%;
	max-width: 430px;
	display: inline-block;
	font-size: 17px
}

.portfolio-nav-links.style-01 a {
	position: relative;
	display: block;
	color: #777
}

.portfolio-nav-links.style-01 h6 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	margin: 23px 0 0
}

.portfolio-nav-links.style-01 h6:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px
}

.portfolio-nav-links.style-02 {
	margin: 123px 0 117px
}

.portfolio-nav-links.style-02 .nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.portfolio-nav-links.style-02 .nav-line {
	width: 150px;
	height: 1px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: currentColor;
	margin: 0 30px
}

.portfolio-nav-links.style-02 .nav-item * {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 200
}

.portfolio-nav-links.style-02 a {
	display: block;
	position: relative;
	cursor: pointer
}

.portfolio-nav-links.style-02 a:hover .hover {
	visibility: visible;
	opacity: 1
}

.portfolio-nav-links.style-02 a:hover .normal {
	visibility: hidden;
	opacity: 0
}

.portfolio-nav-links.style-02 .hover {
	font-weight: 500;
	visibility: hidden;
	opacity: 0
}

.portfolio-nav-links.style-02 .normal {
	position: absolute;
	top: 0;
	left: 5px;
	width: 100%;
	height: 100%;
	white-space: nowrap
}

.portfolio-nav-links.style-02 .disabled {
	cursor: not-allowed
}

.portfolio-nav-links.style-03 {
	margin: 152px 0 123px;
	text-align: center
}

.portfolio-nav-links.style-03 .nav-text {
	font-size: 70px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 22px
}

.portfolio-nav-links.style-03 a {
	display: inline-block
}

.portfolio-nav-links.style-03 a:hover .nav-text {
	-webkit-text-fill-color: currentColor
}

.portfolio-nav-links.style-03 .post-title {
	font-size: 24px;
	line-height: 1.21;
	font-weight: 500;
	margin-bottom: 0
}

.portfolio-nav-links.style-03 .post-title:after {
	position: relative;
	top: -3px;
	content: '\f061';
	font-size: 12px;
	margin-left: 12px
}

.related-portfolio {
	padding-top: 100px
}

.related-portfolio .container {
	padding: 0
}

.related-portfolio .post-permalink {
	display: block
}

.related-portfolio .post-thumbnail img {
	width: 100%
}

.related-portfolio-title {
	margin: 0 0 45px;
	text-align: center;
	font-size: 28px
}

.single-portfolio-style-image-list .page-content {
	margin-top: 86px !important
}

.single-portfolio-style-blank .page-content {
	padding-top: 0;
	padding-bottom: 0
}

.single-portfolio-style-image-list-wide .page-content {
	margin-top: 86px !important
}

.single-portfolio-style-image-list-wide .entry-portfolio-title {
	font-size: 36px;
	margin-bottom: 46px;
	max-width: 620px
}

.single-portfolio-style-image-list-wide .entry-portfolio-feature img {
	max-width: 1045px
}

.single-portfolio-style-image-list-wide .entry-portfolio-content {
	padding: 0 30px 0 35px
}

.single-portfolio-style-image-list-wide .entry-portfolio-description,
.single-portfolio-style-image-list-wide .entry-portfolio-details {
	max-width: 435px
}

.single-portfolio-style-image-list-wide .entry-portfolio-image+.entry-portfolio-image {
	margin-top: 50px
}

.single-portfolio.page-skin-dark {
	background: #111
}

.single-portfolio.page-skin-dark .page-content {
	border-bottom: 1px solid #222
}

.single-portfolio.page-skin-dark .entry-portfolio-title {
	color: #fff
}

.single-portfolio.page-skin-dark .entry-portfolio-content {
	color: #777
}

.single-portfolio.page-skin-dark .entry-portfolio-content h1,
.single-portfolio.page-skin-dark .entry-portfolio-content h2,
.single-portfolio.page-skin-dark .entry-portfolio-content h3,
.single-portfolio.page-skin-dark .entry-portfolio-content h4,
.single-portfolio.page-skin-dark .entry-portfolio-content h5,
.single-portfolio.page-skin-dark .entry-portfolio-content h6 {
	color: #fff
}

.single-portfolio.page-skin-dark .entry-portfolio-details .label {
	color: #fff
}

.single-portfolio.page-skin-dark .entry-portfolio-details a {
	color: #fff
}

.single-portfolio.page-skin-dark .tm-button.tm-button-view-project {
	border-color: #fff;
	color: #fff
}

.single-portfolio.page-skin-dark .tm-button.tm-button-view-project:hover {
	background-color: #fff;
	color: #111
}

.single-portfolio.page-skin-dark .portfolio-nav-links.style-01 h6 {
	color: #fff
}

.single-portfolio.page-skin-dark .portfolio-nav-links.style-01 .inner>a:hover {
	color: #fff
}

.single-portfolio.page-skin-dark .portfolio-nav-links.style-02 .nav-list {
	color: #fff
}

.single-portfolio.page-skin-dark .portfolio-nav-links.style-03 .post-title,
.single-portfolio.page-skin-dark .portfolio-nav-links.style-03 .nav-text {
	color: #fff
}

@media (max-width:991px) {
	.portfolio-nav-links.style-03 .nav-text {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.portfolio-nav-links.style-01 .nav-list {
		-ms-grid-columns: auto;
		grid-template-columns: auto
	}
	.portfolio-nav-links.style-01 h6 {
		font-size: 30px
	}
	.portfolio-nav-links.style-02 {
		text-align: center
	}
	.portfolio-nav-links.style-02 .nav-list {
		display: block
	}
	.portfolio-nav-links.style-02 .nav-line {
		position: static;
		margin: 20px 0;
		display: inline-block
	}
	.entry-portfolio-feature-wrap {
		margin-bottom: 50px
	}
	.single-portfolio-style-image-list-wide .entry-portfolio-content {
		padding: 0
	}
	.single-portfolio-style-image-list-wide .entry-portfolio-title {
		font-size: 40px;
		margin-left: 0;
		margin-bottom: 20px
	}
}

@media (min-width:1200px) {
	.single-portfolio-style-image-list-wide .page-content>.container {
		max-width: 100%;
		padding: 0
	}
	.single-portfolio-style-image-list-wide .portfolio-details-content {
		max-width: 370px;
		margin-left: 130px
	}
	.single-portfolio-style-image-list-wide .portfolio-feature-wrap {
		padding-left: 0;
		padding-right: 0
	}
}

.single-ic_mega_menu.elementor-page .page-content {
	position: relative;
	margin: 0 100px 100px
}

.archive-row-actions {
	margin-bottom: 10px
}

.archive-result-count {
	color: #7e7e7e;
	margin: 0 0 20px
}

.archive-result-count .count {
	font-weight: 500;
	color: #333
}

.archive-form-filtering {
	text-align: right;
	margin: 0 0 20px
}

.archive-form-filtering .medizin-fake-select-wrap {
	width: 262px
}

.blog-archive-style-grid .page-content .container,
.blog-archive-style-grid-02 .page-content .container,
.blog-archive-style-list .page-content .container,
.blog-archive-style-classic .page-content .container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px
}

.tm-grid-portfolio-main .modern-grid {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

@media (max-width:1199px) {
	.tm-grid-portfolio-main .modern-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:767px) {
	.tm-grid-portfolio-main .modern-grid {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
}

body.search .search-page-search-form {
	margin-bottom: 30px
}

.search-results-heading {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 30px
}

.search-results-section+.search-results-section {
	border-top: 1px solid #eee;
	padding-top: 50px;
	margin-top: 30px
}

.page-main-content .search-form {
	position: relative
}

.page-main-content .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0
}

.page-main-content .search-form .search-submit:hover {
	color: #fff
}

.page-main-content .search-form .search-btn-icon {
	display: none
}

.search-no-results .no-results {
	background: #fff;
	padding: 45px 30px 60px;
	border: 1px solid #eee;
	border-radius: 5px
}

.search-no-results .no-results .page-title {
	margin-bottom: 21px
}

.search-no-results .no-results .search-no-results-text {
	margin-bottom: 30px
}

.error404 .page-404-content {
	text-align: center
}

.error404 .page-404-content>.container>.row {
	padding-top: 100px;
	padding-bottom: 100px
}

.error404 .branding__logo,
.error404 .dark-logo {
	display: block
}

.error404 .branding__logo {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.error404.admin-bar .branding__logo {
	top: 67px
}

.error404 .error-image {
	margin-bottom: 22px
}

.error404 .error-image img {
	max-width: 90%
}

.error404 .error-404-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px
}

.error404 .error-404-text {
	font-size: 18px;
	line-height: 1.67;
	color: #696969;
	max-width: 770px;
	margin: 0 auto
}

.error404 .error-buttons {
	margin: 35px -10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.error404 .error-buttons .tm-button-wrapper {
	padding: 10px
}

.error404 .error-buttons .tm-button {
	min-width: 190px
}

.error404 .error-search-form {
	margin: 57px 0 0
}

.error404 .search-form {
	position: relative;
	margin: 0 auto;
	max-width: 570px
}

.error404 .search-submit {
	position: absolute;
	top: 0;
	right: 0
}

.error404 .search-submit .search-btn-icon {
	display: none
}

@media (max-width:1024px) {
	.error404 .error-404-title {
		font-size: 34px
	}
}

@media (max-width:767px) {
	.error404 .error-404-title {
		font-size: 28px;
		margin: 0 0 10px
	}
	.error404 .error-404-text {
		font-size: 15px
	}
	.error404 .error-search-form {
		margin: 25px 0 0
	}
}

.page-template-blank .page-content {
	marin-top: 0;
	margin-bottom: 0
}

.page-template-boxed {
	margin: 30px;
	background: #eee
}

.page-template-boxed .site {
	background: #fff
}

.page-content .widget-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 22px
}

.page-content .widget+.widget {
	margin: 20px 0 0
}

.page-sidebar .page-sidebar-inner {
	height: 100%
}

.page-sidebar .widget {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 25px 20px 32px
}

.page-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.page-sidebar input,
.page-sidebar select,
.page-sidebar textarea {
	background-color: #fff;
	border-color: #fff
}

.page-sidebar input[type=text],
.page-sidebar input[type=email],
.page-sidebar input[type=url],
.page-sidebar input[type=password],
.page-sidebar input[type=search],
.page-sidebar input[type=number],
.page-sidebar input[type=tel],
.page-sidebar select {
	min-height: 40px
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.widget li+li {
	margin-top: 10px
}

.insight-core-bmw ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul {
	margin-left: 10px
}

.insight-core-bmw a:empty,
.widget_nav_menu a:empty {
	display: none
}

.insight-core-bmw .sub-menu,
.widget_nav_menu .sub-menu {
	margin-top: 14px
}

.page-sidebar .insight-core-bmw {
	padding: 0;
	border: 0
}

.page-sidebar .insight-core-bmw li {
	margin-top: 0
}

.page-sidebar .insight-core-bmw li+li {
	margin-top: -1px
}

.page-sidebar .insight-core-bmw li:first-child>a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.page-sidebar .insight-core-bmw li:last-child>a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.page-sidebar .insight-core-bmw li>a {
	position: relative;
	display: block;
	padding: 13px 30px;
	border: 1px solid #eee
}

.page-sidebar .insight-core-bmw li>a:before {
	content: '\f111';
	font-size: 4px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 16px;
	color: #ababab
}

.page-sidebar .insight-core-bmw li:hover a,
.page-sidebar .insight-core-bmw li.current-menu-item a {
	color: #fff
}

.page-sidebar .insight-core-bmw li:hover a:before,
.page-sidebar .insight-core-bmw li.current-menu-item a:before {
	color: #fff
}

.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.widget_product_categories .children {
	margin-top: 10px
}

.widget_pages li a,
.widget_archive li a,
.widget_categories li a,
.widget_product_categories li a {
	position: relative;
	padding-left: 15px
}

.widget_pages li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_product_categories li a:before {
	content: '\f111';
	font-size: 4px;
	position: absolute;
	top: 8px;
	left: 0
}

.widget_pages li a:hover .count,
.widget_archive li a:hover .count,
.widget_categories li a:hover .count,
.widget_product_categories li a:hover .count {
	color: currentColor
}

.widget_pages .count,
.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count {
	color: #ababab
}

.widget_recent_comments .comment-author-link {
	position: relative;
	padding-left: 24px
}

.widget_recent_comments .comment-author-link:before {
	content: '\f27a';
	font-size: 14px;
	line-height: 0;
	position: absolute;
	top: 9px;
	left: 0
}

.widget_recent_entries .widget-title {
	margin-bottom: 9px
}

.widget_recent_entries li {
	margin: 0 !important
}

.widget_recent_entries li a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.78;
	padding: 16px 0 15px 30px;
	color: #696969
}

.widget_recent_entries li a:before,
.widget_recent_entries li a:after {
	content: '\f30b';
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 15px
}

.widget_recent_entries li a:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.widget_recent_entries li a:hover:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.widget_recent_entries li a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.widget_recent_entries li+li {
	border-top: 1px solid #eee
}

.widget_recent_entries .post-date {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px;
	margin-top: 17px
}

.widget_recent_entries .post-date:before {
	font-size: 16px;
	content: '\f073';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.widget_search form,
.widget_product_search form {
	position: relative
}

.widget_search .search-field,
.widget_product_search .search-field {
	width: 100%;
	padding-right: 72px;
	background-color: #fff;
	border-color: #fff;
	color: #ababab;
	min-height: 40px
}

.widget_search .search-submit,
.widget_product_search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: 0 0;
	color: #333
}

.widget_search .search-btn-text,
.widget_product_search .search-btn-text {
	display: none
}

.widget_search .search-btn-icon,
.widget_product_search .search-btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px
}

.widget .tagcloud {
	margin: -5px
}

.widget .tagcloud a {
	display: block;
	float: left;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1.4;
	padding: 7px 15px;
	border-radius: 16px;
	background: #fff;
	color: #ababab;
	border: 0;
	margin: 5px;
	overflow: hidden
}

.widget .tagcloud a:hover {
	color: #fff
}

.widget_calendar td,
.widget_calendar th {
	padding: 5px;
	background: #fff;
	border-color: #eee
}

.widget_calendar .calendar_wrap {
	overflow-x: auto
}

.widget_calendar caption {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase
}

.widget_calendar #today {
	color: #fff
}

.widget_calendar #today a {
	color: inherit
}

.widget_rss .widget-title a {
	color: inherit
}

.widget_rss li+li {
	margin-top: 25px
}

.widget_rss li a {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	font-weight: 700
}

.widget_rss .rsswidget {
	display: inline-block
}

.widget_rss .rss-widget-icon {
	display: block;
	margin-right: 6px
}

.widget_rss .rss-date {
	display: block;
	margin: 4px 0 8px;
	font-size: 14px
}

.widget_rss .rssSummary {
	margin-bottom: 5px
}

.medizin-wp-widget-posts .post-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.medizin-wp-widget-posts .post-item+.post-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee
}

.medizin-wp-widget-posts .post-widget-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px;
	width: 100px;
	border-radius: 3px;
	overflow: hidden;
	position: relative
}

.medizin-wp-widget-posts .post-widget-thumbnail img {
	width: 100%
}

.medizin-wp-widget-posts .post-widget-info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.medizin-wp-widget-posts .post-widget-categories {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #ababab
}

.medizin-wp-widget-posts .post-widget-categories a {
	color: inherit;
	display: inline-block
}

.medizin-wp-widget-posts .post-widget-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.74;
	margin-bottom: 0
}

.medizin-wp-widget-posts .post-widget-title a {
	color: inherit;
	display: block
}

.medizin-wp-widget-posts .post-date {
	display: block;
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 6px
}

.medizin-wp-widget-product-banner {
	padding: 0 !important;
	text-align: center
}

.medizin-wp-widget-product-banner .banner-product-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 34px 30px 42px;
	border-radius: inherit
}

.medizin-wp-widget-product-banner .banner-product-thumbnail {
	position: relative
}

.medizin-wp-widget-product-banner .banner-product-title {
	font-size: 24px;
	line-height: 1.5;
	margin: 0
}

.medizin-wp-widget-product-banner .banner-product-title a {
	color: inherit
}

.medizin-wp-widget-product-banner .banner-product-category {
	font-size: 18px;
	text-transform: uppercase;
	color: #333
}

.medizin-wp-widget-product-banner .product-banner-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	background: #ffd55a;
	color: #333;
	height: 74px;
	width: 74px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.medizin-wp-widget-product-banner .product-banner-badge .badge-value {
	font-size: 20px;
	font-weight: 700;
	line-height: 1
}

.medizin-wp-widget-product-banner .product-banner-badge .badge-text {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1
}

.medizin-wp-widget-product-banner .price,
.medizin-wp-widget-product-banner .amount {
	font-size: 24px;
	line-height: 1;
	font-weight: 700
}

.medizin-wp-widget-product-banner .price ins,
.medizin-wp-widget-product-banner .amount ins {
	display: inline-block;
	vertical-align: middle
}

.medizin-wp-widget-product-banner .price del,
.medizin-wp-widget-product-banner .amount del {
	display: inline-block;
	vertical-align: middle;
	font-size: .584em;
	margin-top: 1px
}

.medizin-wp-widget-product-banner .price del:before,
.medizin-wp-widget-product-banner .amount del:before {
	margin-top: 0
}

.medizin-wp-widget-product-banner .price del,
.medizin-wp-widget-product-banner del .amount {
	color: #696969
}

.medizin-wp-widget-product-banner .price {
	margin: 8px 0 0
}

.medizin-wp-widget-product-banner .product-banner-button {
	margin: 18px 0 0
}

.medizin-wp-widget-product-banner .product-banner-button .tm-button {
	min-width: 140px
}

.medizin-wp-widget-product-badge input[type=checkbox] {
	margin-right: 16px
}

.fal,
.far {
	font-family: "Font Awesome 5 Pro" !important
}

.elementor-editor-active .page-header {
	pointer-events: none
}

.elementor-editor-active .page-header * {
	pointer-events: none !important
}

.elementor-element-editable.medizin-heading-wrapper-editing .tm-modern-heading {
	outline: 1px dashed #eee
}

.elementor-element-editable.elementor-widget-tm-image-layers .artboard {
	outline: 2px dashed #d5dadf
}

.elementor-element-editable.medizin-swiper-arrows-editing .tm-swiper .swiper-nav-button {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
	opacity: 1 !important;
	visibility: visible !important
}

.elementor-element-editable.medizin-map-marker-overlay-editing .medizin-map-overlay-content {
	display: block !important
}

.elementor-widget-tm-flip-box.medizin-flip-box--flipped .elementor-widget-container .front-side {
	display: none
}

.elementor-widget-tm-flip-box.medizin-flip-box--flipped .elementor-widget-container .back-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

.dialog-widget.elementor-popup-modal .dialog-message {
	max-width: 90vw
}

.dialog-widget.elementor-popup-modal .dialog-close-button {
	top: 14px
}

.dialog-widget .dialog-close-button {
	font-size: 32px
}

.dialog-widget .dialog-close-button i:before {
	content: '\f00d'
}

@-webkit-keyframes tm-animation-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0)
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0)
	}
}

@keyframes tm-animation-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0)
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0)
	}
}

@-webkit-keyframes tm-loop-move-vertical {
	0% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
}

@keyframes tm-loop-move-vertical {
	0% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
}

.loop-move-vertical {
	-webkit-animation: 3s tm-loop-move-vertical linear infinite alternate;
	animation: 3s tm-loop-move-vertical linear infinite alternate
}

@-webkit-keyframes tm-loop-move-horizontal {
	0% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
}

@keyframes tm-loop-move-horizontal {
	0% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
}

.loop-move-horizontal {
	-webkit-animation: 3s tm-loop-move-horizontal linear infinite alternate;
	animation: 3s tm-loop-move-horizontal linear infinite alternate
}

@-webkit-keyframes tm-loop-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes tm-loop-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

.loop-rotate {
	-webkit-animation: 3s tm-loop-rotate linear infinite;
	animation: 3s tm-loop-rotate linear infinite
}

.medizin-animation-zoom-in .medizin-image {
	overflow: hidden
}

.medizin-animation-zoom-in .medizin-image img {
	width: 100%;
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.medizin-animation-zoom-in .medizin-box:hover .medizin-image img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.medizin-animation-zoom-out .medizin-image {
	overflow: hidden
}

.medizin-animation-zoom-out .medizin-image img {
	width: 100%;
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.medizin-animation-zoom-out .medizin-box:hover .medizin-image img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.medizin-animation-move-up .medizin-box .medizin-image {
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1)
}

.medizin-animation-move-up .medizin-box:hover .medizin-image {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.medizin-animation-move-up-drop-shadow .medizin-box .medizin-image {
	position: relative;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1)
}

.medizin-animation-move-up-drop-shadow .medizin-box .medizin-image:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 50%;
	left: 10%;
	right: 10%;
	box-shadow: 0 10px 50px rgba(51, 51, 51, .22);
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.medizin-animation-move-up-drop-shadow .medizin-box:hover .medizin-image {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.medizin-animation-move-up-drop-shadow .medizin-box:hover .medizin-image:after {
	opacity: 1
}

@-webkit-keyframes medizinAnimationFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes medizinAnimationFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.tmFadeInUp {
	-webkit-animation-name: medizinAnimationFadeInUp;
	animation-name: medizinAnimationFadeInUp
}

.tmFadeInUp.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.medizin-grid .grid-item {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0)
}

.medizin-grid .grid-item.animate {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
	transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s linear;
	transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out
}

@-webkit-keyframes moveHorizontal {
	100% {
		-webkit-transform: translateX(0);
		opacity: 1
	}
}

@keyframes moveHorizontal {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

body:not(.elementor-editor-active) .modern-grid .grid-item {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0)
}

body:not(.elementor-editor-active) .modern-grid .grid-item.animate {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
	transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s linear;
	transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out
}

.medizin-grid-filter {
	padding-bottom: 61px
}

.medizin-grid-filter .container {
	padding-left: 0;
	padding-right: 0
}

.medizin-grid-wrapper .medizin-grid-filter-buttons {
	margin-left: -15px;
	margin-right: -15px
}

.medizin-grid-wrapper.filter-style-01 .btn-filter {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 5px 17px;
	color: inherit;
	border-bottom: 1px solid transparent
}

.medizin-grid-wrapper.filter-style-01 .btn-filter:hover .filter-counter {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.medizin-grid-wrapper.filter-style-01 .btn-filter.current {
	border-color: currentColor
}

.medizin-grid-wrapper.filter-style-01 .btn-filter.current .filter-text {
	font-weight: 500
}

.medizin-grid-wrapper.filter-style-01 .filter-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.34;
	text-transform: uppercase;
	letter-spacing: 1.38px
}

.medizin-grid-wrapper.filter-style-01 .filter-counter {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	margin: 0 auto;
	min-width: 34px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #111;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.medizin-grid-wrapper.filter-style-01 .filter-counter:before {
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 4px solid #111;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}

.medizin-grid-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #111;
	background: rgba(255, 255, 255, .3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-grid-loader.show {
	pointer-events: auto;
	z-index: 2;
	opacity: 1;
	visibility: visible
}

.medizin-grid-loader .sk-wrap {
	margin: 0 auto
}

.medizin-grid-loader .sk-circle {
	width: 80px;
	height: 80px
}

.medizin-infinite-loader {
	display: none;
	margin: 0
}

.medizin-infinite-loader .sk-wrap {
	margin: 0 auto
}

.medizin-infinite-loader.show {
	display: inline-block
}

.medizin-grid-pagination {
	padding-top: 50px;
	text-align: center
}

.medizin-grid-pagination .pagination-wrapper {
	display: inline-block
}

.medizin-grid-pagination .page-pagination {
	display: inline-block
}

.medizin-grid-pagination .navigation-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #111
}

.medizin-grid-pagination .navigation-buttons .nav-line {
	width: 150px;
	height: 1px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: currentColor;
	margin: 0 30px
}

.medizin-grid-pagination .navigation-buttons .nav-link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 500
}

.medizin-grid-pagination .navigation-buttons .disabled {
	opacity: .5;
	cursor: not-allowed
}

.medizin-load-more-button.tm-button {
	min-width: 250px
}

.medizin-load-more-button.tm-button.style-border {
	border-color: #eee
}

.medizin-load-more-button.tm-button.style-border:hover {
	border-color: transparent
}

.medizin-grid-messages {
	margin: 50px 0;
	text-align: center
}

.medizin-grid-sorting {
	margin-bottom: 10px
}

.medizin-grid-sorting .result-count {
	margin: 0 0 20px;
	color: #7e7e7e
}

.medizin-grid-sorting .result-count .count {
	font-weight: 500;
	color: #333
}

.medizin-grid-sorting .ordering {
	text-align: right;
	margin: 0 0 20px
}

.medizin-grid-sorting .ordering .medizin-fake-select-wrap {
	width: 260px
}

.medizin-grid-sorting .ordering .medizin-fake-select-current .label:before {
	content: '\f036';
	vertical-align: middle;
	font-size: 16px
}

.medizin-grid-metro .grid-item-height .medizin-box,
.medizin-grid-metro .grid-item-height .medizin-image {
	height: 100%
}

.medizin-grid-metro .grid-item-height .medizin-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lazy-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

.lazy-grid .grid-sizer {
	display: none
}

.lazy-grid.loaded {
	display: block
}

.lazy-grid.loaded .grid-sizer {
	display: block
}

@media (max-width:767px) {
	.medizin-grid-wrapper .medizin-grid-filter-buttons {
		display: block
	}
	.medizin-grid-sorting {
		text-align: left
	}
	.medizin-grid-sorting .ordering {
		text-align: left
	}
}

.medizin-accordion .accordion-section.active>.accordion-header .closed-icon {
	display: block
}

.medizin-accordion .accordion-section.active>.accordion-header .opened-icon {
	display: none
}

.medizin-accordion .accordion-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	cursor: pointer
}

.medizin-accordion .accordion-title-wrapper {
	font-size: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.medizin-accordion .accordion-title {
	display: inline-block;
	margin-bottom: 0;
	color: inherit;
	font-size: 18px
}

.medizin-accordion .accordion-icons {
	font-size: 20px;
	color: #8c89a2;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 10px;
	line-height: 0
}

.medizin-accordion .accordion-icons .closed-icon {
	display: none
}

.medizin-accordion .accordion-content {
	display: none;
	color: #7e7e7e
}

.medizin-accordion.medizin-accordion-icon-left .accordion-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.medizin-accordion.medizin-accordion-icon-left .accordion-icons {
	margin-left: 0;
	margin: 0 10px 0 0
}

.medizin-accordion-style-01 .medizin-accordion .accordion-section {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 15px 50px rgba(51, 51, 51, .1)
}

.medizin-accordion-style-01 .medizin-accordion .accordion-section+.accordion-section {
	margin: 30px 0 0
}

.medizin-accordion-style-01 .medizin-accordion .accordion-section.active .accordion-title,
.medizin-accordion-style-01 .medizin-accordion .accordion-section.active .accordion-icons,
.medizin-accordion-style-01 .medizin-accordion .accordion-section:hover .accordion-title,
.medizin-accordion-style-01 .medizin-accordion .accordion-section:hover .accordion-icons {
	color: #fff
}

.medizin-accordion-style-01 .medizin-accordion .accordion-header {
	padding: 10px 20px
}

.medizin-accordion-style-01 .medizin-accordion .accordion-content {
	line-height: 1.6;
	padding: 25px 30px
}

.medizin-accordion-style-02 .medizin-accordion .accordion-title {
	font-weight: 600
}

.medizin-accordion-style-02 .medizin-accordion .accordion-section {
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden
}

.medizin-accordion-style-02 .medizin-accordion .accordion-section+.accordion-section {
	margin: 30px 0 0
}

.medizin-accordion-style-02 .medizin-accordion .accordion-section.active,
.medizin-accordion-style-02 .medizin-accordion .accordion-section:hover {
	border-color: transparent !important
}

.medizin-accordion-style-02 .medizin-accordion .accordion-section.active .accordion-title,
.medizin-accordion-style-02 .medizin-accordion .accordion-section.active .accordion-icons,
.medizin-accordion-style-02 .medizin-accordion .accordion-section:hover .accordion-title,
.medizin-accordion-style-02 .medizin-accordion .accordion-section:hover .accordion-icons {
	color: #fff
}

.medizin-accordion-style-02 .medizin-accordion .accordion-section.active {
	background: #fff;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1)
}

.medizin-accordion-style-02 .medizin-accordion .accordion-header {
	padding: 10px 20px
}

.medizin-accordion-style-02 .medizin-accordion .accordion-content {
	padding: 25px 30px
}

.medizin-accordion-style-03 .medizin-accordion .accordion-section {
	border-bottom: 2px solid #eee;
	padding: 9px 0
}

.medizin-accordion-style-03 .medizin-accordion .accordion-header {
	min-height: 64px
}

.medizin-accordion-style-03 .medizin-accordion .accordion-title {
	font-size: 24px;
	font-weight: 600
}

.medizin-accordion-style-03 .medizin-accordion .accordion-icons {
	color: #ababab;
	font-size: 24px
}

.medizin-accordion-style-03 .medizin-accordion .accordion-content {
	padding: 0 0 25px
}

@media (max-width:1024px) {
	.medizin-accordion-style-03 .medizin-accordion .accordion-title {
		font-size: 21px
	}
}

@media (max-width:767px) {
	.medizin-accordion-style-03 .medizin-accordion .accordion-title {
		font-size: 18px
	}
}

.tm-button {
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1), color 0s linear;
	transition: all .25s cubic-bezier(.645, .045, .355, 1), color 0s linear;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	white-space: nowrap;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-radius: 5px;
	max-width: 100%
}

.tm-button.tm-button-full-wide {
	width: 100% !important
}

.tm-button .button-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tm-button .button-icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	font-size: 16px;
	line-height: 1
}

.tm-button .button-icon i {
	background: inherit
}

.tm-button.icon-left .button-icon {
	margin-right: 14px
}

.tm-button.icon-right .button-icon {
	margin-left: 14px
}

.tm-button .button-badge {
	position: absolute;
	top: -15px;
	right: -15px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 31px;
	min-width: 31px;
	padding: 4px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	background: #dc3131;
	color: #fff
}

.tm-button.style-flat,
.tm-button.style-border,
.tm-button.style-thick-border {
	padding: 0 36px;
	min-height: 48px;
	border-radius: 26px
}

.tm-button.style-flat.tm-button-lg,
.tm-button.style-border.tm-button-lg,
.tm-button.style-thick-border.tm-button-lg {
	padding: 0 42px;
	min-height: 52px
}

.tm-button.style-flat.tm-button-sm,
.tm-button.style-border.tm-button-sm,
.tm-button.style-thick-border.tm-button-sm {
	padding: 0 28px;
	min-height: 44px
}

.tm-button.style-flat.tm-button-xs,
.tm-button.style-border.tm-button-xs,
.tm-button.style-thick-border.tm-button-xs {
	padding: 0 20px;
	min-height: 40px;
	font-size: 14px
}

.tm-button.style-flat {
	color: #fff
}

.tm-button.style-flat:hover {
	color: #fff
}

.tm-button.style-border {
	border-width: 1px;
	background-color: transparent
}

.tm-button.style-border:hover {
	color: #fff
}

.tm-button.style-thick-border {
	border-width: 2px;
	background-color: transparent
}

.tm-button.style-thick-border:hover {
	color: #fff
}

.tm-button.style-text {
	padding: 5px 0
}

.tm-button.style-bottom-line .button-icon,
.tm-button.style-left-line .button-icon {
	font-size: 11px
}

.tm-button.style-bottom-line.tm-button-lg,
.tm-button.style-left-line.tm-button-lg {
	font-size: 1.1em
}

.tm-button.style-bottom-line.tm-button-sm,
.tm-button.style-left-line.tm-button-sm {
	font-size: .9em
}

.tm-button.style-bottom-line.tm-button-xs,
.tm-button.style-left-line.tm-button-xs {
	font-size: .8em
}

.tm-button.style-bottom-line .button-content-wrapper {
	position: relative;
	padding: 5px 0
}

.tm-button.style-bottom-line .button-content-wrapper:before,
.tm-button.style-bottom-line .button-content-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	background: #ddd;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
	bottom: 0;
	width: 100%
}

.tm-button.style-bottom-line .button-content-wrapper:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.tm-button.style-left-line .button-content-wrapper {
	position: relative;
	padding: 0 0 0 62px
}

.tm-button.style-left-line .button-content-wrapper:before,
.tm-button.style-left-line .button-content-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #ddd;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
	width: 50px;
	top: 50%;
	margin-top: -1px
}

.tm-button.style-left-line .button-content-wrapper:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.tm-button.style-flat,
.tm-button.style-border,
.tm-button.style-thick-border {
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0)
}

.tm-button.style-flat:before,
.tm-button.style-flat:after,
.tm-button.style-border:before,
.tm-button.style-border:after,
.tm-button.style-thick-border:before,
.tm-button.style-thick-border:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit
}

.tm-button.style-flat:after,
.tm-button.style-border:after,
.tm-button.style-thick-border:after {
	opacity: 0
}

.tm-button.style-border:before,
.tm-button.style-border:after {
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}

.tm-button.style-thick-border:before,
.tm-button.style-thick-border:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px
}

.medizin-box:hover div.tm-button.style-bottom-line .button-content-wrapper:before,
a.tm-button.style-bottom-line:hover .button-content-wrapper:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.medizin-box:hover div.tm-button.style-bottom-line .button-content-wrapper:after,
a.tm-button.style-bottom-line:hover .button-content-wrapper:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.medizin-box:hover div.tm-button.style-left-line .button-content-wrapper:before,
a.tm-button.style-left-line:hover .button-content-wrapper:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.medizin-box:hover div.tm-button.style-left-line .button-content-wrapper:after,
a.tm-button.style-left-line:hover .button-content-wrapper:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.medizin-box:hover div.tm-button.style-flat:before,
.medizin-box:hover div.tm-button.style-border:before,
.medizin-box:hover div.tm-button.style-thick-border:before,
a.tm-button.style-flat:hover:before,
a.tm-button.style-border:hover:before,
a.tm-button.style-thick-border:hover:before {
	opacity: 0
}

.medizin-box:hover div.tm-button.style-flat:after,
.medizin-box:hover div.tm-button.style-border:after,
.medizin-box:hover div.tm-button.style-thick-border:after,
a.tm-button.style-flat:hover:after,
a.tm-button.style-border:hover:after,
a.tm-button.style-thick-border:hover:after {
	opacity: 1
}

.medizin-icon-wrap {
	line-height: 0
}

.medizin-icon-view {
	display: inline-block;
	font-size: 60px
}

.medizin-icon {
	display: inline-block;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #818a91
}

.medizin-icon i,
.medizin-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.medizin-icon i {
	background: inherit
}

.medizin-icon i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.medizin-icon svg.svg-defs-gradient {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important
}

.medizin-solid-icon svg *[stroke^="#"],
.medizin-solid-icon svg *[stroke^="url(#"] {
	stroke: currentColor
}

.medizin-solid-icon svg *[fill^="#"],
.medizin-solid-icon svg *[fill^="url(#"] {
	fill: currentColor
}

.medizin-icon-view.second {
	display: none !important
}

.medizin-view-stacked .medizin-icon-view {
	padding: .5em;
	background-color: #111
}

.medizin-view-bubble .medizin-icon-wrap {
	position: relative;
	display: inline-block;
	padding-bottom: 21px
}

.medizin-view-bubble .medizin-icon-view {
	border-radius: 50%;
	background-image: -webkit-linear-gradient(315deg, rgba(241, 212, 211, .17) 15%, rgba(223, 169, 168, .17) 85%);
	background-image: linear-gradient(-225deg, rgba(241, 212, 211, .17) 15%, rgba(223, 169, 168, .17) 85%)
}

.medizin-view-bubble .medizin-icon-view.first {
	padding: .84em
}

.medizin-view-bubble .medizin-icon-view.second {
	display: inline-block !important;
	padding: .28em;
	position: relative;
	bottom: 21px;
	margin-left: 22px
}

.medizin-view-bubble .medizin-icon-view .icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0
}

.medizin-shape-circle .medizin-icon-view {
	border-radius: 50%
}

.elementor-widget-tm-icon-box .tm-icon-box {
	position: relative;
	display: block;
	width: 100%
}

.elementor-widget-tm-icon-box .tm-icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0
}

.elementor-widget-tm-icon-box .tm-icon-box:hover:before {
	visibility: visible;
	opacity: 1
}

.elementor-widget-tm-icon-box .tm-icon-box ul {
	margin: 0
}

.elementor-widget-tm-icon-box .icon-box-wrapper {
	position: relative;
	z-index: 1;
	text-align: center
}

.elementor-widget-tm-icon-box .medizin-icon-wrap,
.elementor-widget-tm-icon-box .heading-wrap,
.elementor-widget-tm-icon-box .description-wrap {
	line-height: 0
}

.elementor-widget-tm-icon-box .heading,
.elementor-widget-tm-icon-box .description {
	display: inline-block
}

.elementor-widget-tm-icon-box .heading {
	font-size: 20px;
	margin-bottom: 0
}

.elementor-widget-tm-icon-box .heading a {
	color: inherit
}

.elementor-widget-tm-icon-box .tm-icon-box .medizin-icon {
	color: #333
}

.elementor-widget-tm-icon-box .tm-icon-box:hover .heading-divider:after {
	width: 100%
}

.elementor-widget-tm-icon-box .heading-divider-wrap {
	margin-top: 27px
}

.elementor-widget-tm-icon-box .heading-divider {
	position: relative;
	height: 3px
}

.elementor-widget-tm-icon-box .heading-divider:before,
.elementor-widget-tm-icon-box .heading-divider:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0
}

.elementor-widget-tm-icon-box .heading-divider:before {
	width: 100%;
	height: 1px;
	top: 1px;
	background: #eee
}

.elementor-widget-tm-icon-box .heading-divider:after {
	width: 0;
	height: 3px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #111
}

.elementor-widget-tm-icon-box .heading-wrap+.description-wrap {
	margin-top: 10px
}

.elementor-widget-tm-icon-box .description {
	font-size: 15px;
	line-height: 1.74
}

.elementor-widget-tm-icon-box .icon-box-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-tm-icon-box .tm-button-wrapper {
	margin: 34px 0 0;
	line-height: 0
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .tm-icon-box {
	padding: 32px 37px 48px;
	background: #fff;
	border-radius: 5px
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .tm-icon-box:hover {
	box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .tm-icon-box .heading {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.34
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .tm-icon-box .tm-button.style-text {
	color: #8c89a2
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .medizin-icon,
.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .medizin-icon-view {
	font-size: 56px
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .heading-wrap+.description-wrap {
	margin-top: 18px
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-02 .tm-icon-box {
	padding: 51px 35px 50px
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-02 .tm-icon-box:after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #111;
	opacity: 0;
	visibility: hidden
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-02 .tm-icon-box:hover {
	background: #fff;
	box-shadow: 0 16px 40px #ededed
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-02 .tm-icon-box:hover:after {
	opacity: 1;
	visibility: visible
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-03 .tm-icon-box .medizin-icon-view,
.elementor-widget-tm-icon-box.medizin-icon-box-style-03 .tm-icon-box .medizin-icon {
	font-size: 48px
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-03 .tm-icon-box .heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5
}

.elementor-widget-tm-icon-box.medizin-icon-box-style-03 .tm-icon-box .description-wrap {
	margin-top: 12px
}

@media (min-width:768px) {
	.elementor-widget-tm-icon-box.elementor-position-left .icon-box-wrapper,
	.elementor-widget-tm-icon-box.elementor-position-right .icon-box-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-tm-icon-box.elementor-position-left .medizin-icon-wrap,
	.elementor-widget-tm-icon-box.elementor-position-right .medizin-icon-wrap {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.elementor-widget-tm-icon-box.elementor-position-left .heading-wrap+.description-wrap,
	.elementor-widget-tm-icon-box.elementor-position-right .heading-wrap+.description-wrap {
		margin-top: 17px
	}
	.elementor-widget-tm-icon-box.elementor-position-left.medizin-icon-box-style-03 .heading-wrap+.description-wrap,
	.elementor-widget-tm-icon-box.elementor-position-right.medizin-icon-box-style-03 .heading-wrap+.description-wrap {
		margin-top: 10px
	}
	.elementor-widget-tm-icon-box.elementor-position-right .icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.elementor-widget-tm-icon-box.elementor-position-right .medizin-icon-wrap {
		margin-left: 20px
	}
	.elementor-widget-tm-icon-box.elementor-position-right.medizin-icon-box-style-03 .medizin-icon-wrap {
		margin-left: 35px
	}
	.elementor-widget-tm-icon-box.elementor-position-left .icon-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-widget-tm-icon-box.elementor-position-left .medizin-icon-wrap {
		margin-right: 20px
	}
	.elementor-widget-tm-icon-box.elementor-position-left.medizin-icon-box-style-03 .medizin-icon-wrap {
		margin-right: 35px
	}
	.elementor-widget-tm-icon-box.elementor-position-top .medizin-icon-wrap {
		margin-bottom: 24px
	}
	.elementor-widget-tm-icon-box.elementor-vertical-align-top .icon-box-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-tm-icon-box.elementor-vertical-align-middle .icon-box-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-tm-icon-box.elementor-vertical-align-bottom .icon-box-wrapper {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-tm-icon-box .medizin-icon-wrap {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .tm-icon-box {
		padding: 41px 30px 25px
	}
}

.tm-image-box {
	position: relative;
	display: block;
	width: 100%
}

.tm-image-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: inherit
}

.tm-image-box:hover:before {
	visibility: visible;
	opacity: 1
}

.tm-image-box .content-wrap {
	position: relative;
	z-index: 1
}

.tm-image-box.image-position-top {
	text-align: center
}

.tm-image-box.image-position-top .image {
	margin-bottom: 29px
}

.tm-image-box.image-position-left .content-wrap,
.tm-image-box.image-position-right .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tm-image-box.image-position-left .image,
.tm-image-box.image-position-right .image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 50%
}

.tm-image-box.image-position-left .content,
.tm-image-box.image-position-right .content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.tm-image-box.image-position-left {
	text-align: left
}

.tm-image-box.image-position-left .image {
	margin-right: 20px
}

.tm-image-box.image-position-right {
	text-align: right
}

.tm-image-box.image-position-right .content-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.tm-image-box.image-position-right .image {
	margin-left: 20px
}

.tm-image-box.content-alignment-middle .content-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tm-image-box.content-alignment-bottom .content-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.tm-image-box .image {
	display: inline-block
}

.tm-image-box .content {
	width: 100%
}

.tm-image-box .title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0
}

.tm-image-box .description {
	line-height: 1.6;
	margin-top: 14px
}

.tm-image-box .tm-button-wrapper {
	margin: 15px 0 0
}

.tm-image-box .tm-button.style-text {
	color: #8c89a2
}

.tm-image-box.style-01 {
	padding: 38px 30px 29px;
	border-radius: 5px;
	background: #fff
}

.tm-image-box.style-01:hover {
	z-index: 1;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.tm-image-box.style-02 {
	padding: 39px 30px 30px;
	border-radius: 10px;
	background: #f8f8f8
}

.tm-image-box.style-02:before {
	background: #fff
}

.tm-image-box.style-02:hover {
	z-index: 1;
	box-shadow: 0 14px 40px rgba(51, 51, 51, .1)
}

.tm-image-box.style-02 .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625
}

.tm-image-box.style-02.image-position-top .image {
	margin-bottom: 17px
}

.medizin-banner {
	display: block;
	width: 100%
}

.medizin-banner .content-wrap {
	position: relative
}

.medizin-banner .medizin-image img {
	width: 100%
}

.medizin-banner .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-banner .title {
	font-size: 30px;
	font-weight: 300;
	background: #fff;
	padding: 6px 34px 7px;
	margin: 0
}

@media (max-width:1024px) {
	.medizin-banner .title {
		font-size: 26px
	}
}

@media (max-width:767px) {
	.medizin-banner .title {
		font-size: 22px
	}
}

.elementor-widget-tm-image-layers .elementor-widget-container {
	font-size: 0
}

.elementor-widget-tm-image-layers .artboard {
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.elementor-widget-tm-image-layers .layers-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.elementor-widget-tm-image-layers .layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-tm-image-layers .static-layer {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.medizin-light-gallery .medizin-box:hover .medizin-overlay {
	visibility: visible;
	opacity: .9
}

.medizin-light-gallery .medizin-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.medizin-light-gallery .medizin-overlay>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #fff
}

.medizin-gallery-justified-content .medizin-box {
	position: relative;
	display: block
}

.medizin-gallery-justified-content .medizin-box:hover .overlay,
.medizin-gallery-justified-content .medizin-box:hover .overlay-content {
	visibility: visible;
	opacity: 1
}

.medizin-gallery-justified-content .overlay,
.medizin-gallery-justified-content .overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden
}

.medizin-gallery-justified-content .overlay {
	background: rgba(0, 0, 0, .5)
}

.medizin-gallery-justified-content .overlay-content {
	text-align: center
}

.medizin-gallery-justified-content .overlay-content .outer {
	display: table;
	width: 100%;
	height: 100%
}

.medizin-gallery-justified-content .overlay-content .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px
}

.medizin-gallery-justified-content .title {
	font-size: 34px;
	line-height: 1.42;
	color: #fff;
	margin-bottom: 0
}

.medizin-gallery-justified-content .description {
	color: #fff
}

.medizin-gallery-justified-content .medizin-image img {
	width: 100%
}

.medizin-modern-carousel .swiper-slide {
	overflow: visible !important
}

.medizin-modern-carousel .slide-tags {
	margin-bottom: 10px
}

.medizin-modern-carousel .slide-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	color: #fff;
	padding: 7px 13px 5px;
	margin-bottom: 5px
}

.medizin-modern-carousel .description-wrap {
	margin-top: 10px
}

.medizin-modern-carousel .slide-button.left-icon .button-icon {
	margin-right: 5px
}

.medizin-modern-carousel .slide-button.right-icon .button-icon {
	margin-left: 5px
}

.medizin-modern-carousel-style-01 .swiper-inner {
	margin: 0 -30px -60px
}

.medizin-modern-carousel-style-01 .swiper-container {
	padding: 0 30px 60px
}

.medizin-modern-carousel-style-01 .slide-wrapper {
	display: block;
	height: 100%
}

.medizin-modern-carousel-style-01 .slide-wrapper:hover .slide-image {
	box-shadow: 0 60px 40px -40px rgba(51, 51, 51, .41)
}

.medizin-modern-carousel-style-01 .slide-image {
	position: relative;
	height: 100%
}

.medizin-modern-carousel-style-01 .slide-image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}

.medizin-modern-carousel-style-01 .slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
	background-image: linear-gradient(-180deg, transparent 0%, #000 100%)
}

.medizin-modern-carousel-style-01 .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.medizin-modern-carousel-style-01 .slide-layers {
	padding: 30px 35px 38px
}

.medizin-modern-carousel-style-01 .title {
	font-size: 22px;
	line-height: 1.46;
	color: #fff;
	margin-bottom: 0
}

.medizin-modern-carousel-style-01 .description {
	color: #fff
}

.medizin-modern-carousel-style-01 .button-wrap {
	margin: 10px 0 0
}

.medizin-modern-carousel-style-01 .slide-button {
	font-size: 14px;
	font-weight: 700;
	color: #fff
}

.medizin-modern-carousel-style-02 .swiper-inner {
	margin: 0 -30px -40px
}

.medizin-modern-carousel-style-02 .swiper-container {
	padding: 0 30px 40px
}

.medizin-modern-carousel-style-02 .swiper-slide-visible .slide-wrapper {
	box-shadow: 0 10px 30px rgba(51, 51, 51, .1)
}

.medizin-modern-carousel-style-02 .slide-wrapper {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 5px
}

.medizin-modern-carousel-style-02 .slide-wrapper:hover .slide-button {
	color: #fff
}

.medizin-modern-carousel-style-02 .slide-wrapper:hover .slide-button:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.medizin-modern-carousel-style-02 .slide-image {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.medizin-modern-carousel-style-02 .slide-layers {
	padding: 30px 35px 86px
}

.medizin-modern-carousel-style-02 .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.34;
	margin-bottom: 0
}

.medizin-modern-carousel-style-02 .button-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

.medizin-modern-carousel-style-02 .slide-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 56px;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0 0 5px 5px;
	text-align: center;
	border: 0;
	border-top: 1px solid #eee
}

.medizin-modern-carousel-style-02 .slide-button .button-content-wrapper {
	position: relative;
	z-index: 1
}

.medizin-modern-carousel-style-02 .slide-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background: #20ad96
}

.tm-modern-slider .slide-bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.tm-modern-slider .slide-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111
}

.tm-modern-slider .container,
.tm-modern-slider .row {
	height: 100%
}

.tm-modern-slider .container {
	padding-left: 15px;
	padding-right: 15px
}

.tm-modern-slider .slide-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%
}

.tm-modern-slider .slide-layers {
	max-width: 600px;
	padding: 30px 0
}

.tm-modern-slider .sub-title-wrap {
	margin: 0 0 15px
}

.tm-modern-slider .sub-title {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0
}

.tm-modern-slider .title {
	font-size: 50px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 0
}

.tm-modern-slider .description-wrap {
	margin-top: 30px
}

.tm-modern-slider .description {
	font-size: 20px;
	color: #fff
}

.tm-modern-slider .button-wrap {
	margin-top: 34px
}

.tm-modern-slider .tm-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 160px
}

.medizin-slide-bg-animation-ken-burns .slide-bg-wrap {
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.medizin-slide-bg-animation-ken-burns.swiper-slide-active .slide-bg-wrap {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 11s cubic-bezier(.1, .2, .7, 1);
	transition: -webkit-transform 11s cubic-bezier(.1, .2, .7, 1);
	transition: transform 11s cubic-bezier(.1, .2, .7, 1);
	transition: transform 11s cubic-bezier(.1, .2, .7, 1), -webkit-transform 11s cubic-bezier(.1, .2, .7, 1)
}

.slide-layer-transition .animated .slide-layer {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .6s cubic-bezier(.1, .2, .7, 1);
	transition: all .6s cubic-bezier(.1, .2, .7, 1)
}

.slide-layer-transition .animated .slide-layer-wrap+.slide-layer-wrap .slide-layer {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.slide-layer-transition .animated .slide-layer-wrap+.slide-layer-wrap+.slide-layer-wrap .slide-layer {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.slide-layer-transition .slide-layer {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .1s;
	transition: all .1s
}

@media (max-width:1024px) {
	.tm-modern-slider .title {
		font-size: 40px
	}
}

@media (max-width:767px) {
	.tm-modern-slider .title {
		font-size: 30px
	}
}

.medizin-flip-box {
	min-height: 280px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.medizin-flip-box .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	text-align: center
}

.medizin-flip-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.medizin-flip-box .layer-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.medizin-flip-box .layer-content {
	padding: 35px;
	width: 100%
}

.medizin-flip-box .image {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%
}

.medizin-flip-box .image img {
	width: 50%
}

.medizin-flip-box .medizin-icon-wrap,
.medizin-flip-box .heading-wrap {
	line-height: 0
}

.medizin-flip-box .medizin-icon-wrap {
	margin-bottom: 30px
}

.medizin-flip-box .medizin-icon-view {
	display: inline-block;
	font-size: 60px
}

.medizin-flip-box .icon {
	color: #fff
}

.medizin-flip-box .medizin-svg-icon {
	width: 60px
}

.medizin-flip-box .heading {
	display: inline-block;
	color: #fff;
	font-size: 26px;
	margin-bottom: 0
}

.medizin-flip-box .description-wrap {
	margin-top: 20px
}

.medizin-flip-box .description {
	color: #fff;
	font-size: 16px;
	line-height: 1.875
}

.medizin-flip-box .tm-button-wrapper {
	margin: 40px 0 0
}

.medizin-flip-box .tm-button.style-flat {
	color: #111
}

.medizin-flip-box .tm-button.style-flat:hover {
	color: #fff
}

.medizin-flip-box .tm-button.style-flat:before {
	background: #fff
}

.medizin-flip-box .tm-button.style-text {
	color: #fff;
	padding-bottom: 0
}

.medizin-flip-box .tm-button.style-left-line,
.medizin-flip-box .tm-button.style-bottom-line {
	color: #fff
}

.medizin-flip-box .tm-button.style-left-line .button-content-wrapper:before,
.medizin-flip-box .tm-button.style-bottom-line .button-content-wrapper:before {
	background: rgba(255, 255, 255, .4)
}

.medizin-flip-box .tm-button.style-left-line .button-content-wrapper:after,
.medizin-flip-box .tm-button.style-bottom-line .button-content-wrapper:after {
	background: #fff
}

.medizin-flip-box .tm-button.style-border,
.medizin-flip-box .tm-button.style-thick-border {
	border-color: #fff;
	color: #fff
}

.medizin-flip-box .tm-button.style-border:hover,
.medizin-flip-box .tm-button.style-thick-border:hover {
	color: #111
}

.medizin-flip-box .tm-button.style-border:after,
.medizin-flip-box .tm-button.style-thick-border:after {
	background: #fff
}

@media (max-device-width:1024px) {
	.medizin-flip-box {
		cursor: pointer
	}
}

.front-side {
	background-color: #111
}

.back-side {
	background-color: #5758e0;
	box-shadow: 0 40px 40px -40px rgba(51, 51, 51, .13);
	display: block
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #fff;
	color: #fff;
	background: 0 0
}

.elementor-flip-box__button.elementor-button:hover {
	background: 0 0;
	text-decoration: none
}

.medizin-flip-box--3d .layer-inner {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91)
}

.medizin-flip-box--3d .overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	transform: translateZ(.1px)
}

.medizin-flip-box--effect-flip .medizin-flip-box {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.medizin-flip-box--effect-flip .medizin-flip-box:hover .back-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.medizin-flip-box--effect-flip .layer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.medizin-flip-box--effect-flip .front-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-right .back-side {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-right .medizin-flip-box:hover .front-side {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-left .back-side {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-left .medizin-flip-box:hover .front-side {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-up .back-side {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-up .medizin-flip-box:hover .front-side {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-down .back-side {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0)
}

.medizin-flip-box--effect-flip.medizin-flip-box--direction-down .medizin-flip-box:hover .front-side {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.medizin-flip-box--effect-push .front-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.medizin-flip-box--effect-push.medizin-flip-box--direction-right .medizin-flip-box:hover .front-side {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.medizin-flip-box--effect-push.medizin-flip-box--direction-left .medizin-flip-box:hover .front-side {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.medizin-flip-box--effect-push.medizin-flip-box--direction-up .medizin-flip-box:hover .front-side {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.medizin-flip-box--effect-push.medizin-flip-box--direction-down .medizin-flip-box:hover .front-side {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.medizin-flip-box--effect-slide .medizin-flip-box,
.medizin-flip-box--effect-push .medizin-flip-box {
	overflow: hidden
}

.medizin-flip-box--effect-slide .medizin-flip-box:hover .back-side,
.medizin-flip-box--effect-push .medizin-flip-box:hover .back-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.medizin-flip-box--effect-slide.medizin-flip-box--direction-right .back-side,
.medizin-flip-box--effect-push.medizin-flip-box--direction-right .back-side {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.medizin-flip-box--effect-slide.medizin-flip-box--direction-left .back-side,
.medizin-flip-box--effect-push.medizin-flip-box--direction-left .back-side {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.medizin-flip-box--effect-slide.medizin-flip-box--direction-up .back-side,
.medizin-flip-box--effect-push.medizin-flip-box--direction-up .back-side {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.medizin-flip-box--effect-slide.medizin-flip-box--direction-down .back-side,
.medizin-flip-box--effect-push.medizin-flip-box--direction-down .back-side {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.medizin-flip-box--effect-zoom-out .medizin-flip-box .front-side {
	-webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
	transition: opacity .35s, width .1ms, -webkit-transform .7s;
	transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%
}

.medizin-flip-box--effect-zoom-out .medizin-flip-box:hover .front-side {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.medizin-flip-box--effect-zoom-in .medizin-flip-box .back-side {
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.medizin-flip-box--effect-zoom-in .medizin-flip-box:hover .back-side {
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.medizin-flip-box--effect-fade .medizin-flip-box .back-side {
	opacity: 0
}

.medizin-flip-box--effect-fade .medizin-flip-box:hover .back-side {
	opacity: 1
}

.medizin-blog .grid-item {
	min-width: 0
}

.medizin-blog .post-item {
	box-sizing: border-box;
	word-wrap: break-word
}

.medizin-blog .post-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0
}

.medizin-blog .post-title a {
	display: block;
	color: inherit;
	font-size: inherit
}

.medizin-blog .post-meta {
	font-size: 14px;
	color: #7e7e7e;
	margin: 15px 0 0
}

.medizin-blog .post-meta .inner {
	margin-left: -12px;
	margin-right: -12px
}

.medizin-blog .post-meta .inner>div {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 12px
}

.medizin-blog .post-author a {
	display: block
}

.medizin-blog .post-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px
}

.medizin-blog .meta-icon {
	margin-right: 6px
}

.medizin-blog .post-excerpt {
	margin-top: 16px
}

.medizin-blog .post-excerpt:first-child {
	margin-top: 0
}

.medizin-blog .post-thumbnail {
	position: relative
}

.medizin-blog .post-thumbnail img {
	border-radius: inherit;
	width: 100%
}

.medizin-blog .post-categories {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 0 0 6px
}

.medizin-blog .post-categories a {
	color: inherit
}

.medizin-blog .post-overlay-categories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4
}

.medizin-blog .post-overlay-categories a {
	color: #fff;
	background: #010463;
	padding: 4px 11px 3px;
	display: inline-block;
	border-radius: 2px
}

.medizin-blog .post-footer {
	margin: 36px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.medizin-blog .post-read-more {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.medizin-blog .post-overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.medizin-blog .post-overlay-title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: #fff
}

.medizin-blog .post-overlay-title a {
	font-size: inherit;
	color: inherit
}

.medizin-blog .post-overlay-meta {
	color: rgba(255, 255, 255, .8);
	font-size: 14px
}

.medizin-blog .post-overlay-meta a {
	color: #fff
}

.medizin-blog .post-overlay-meta {
	font-size: 14px;
	font-style: italic;
	margin: 0 -2px 6px
}

.medizin-blog .post-overlay-meta a {
	font-weight: 500
}

.medizin-blog .post-overlay-meta>div {
	display: inline-block;
	padding: 0 2px;
	margin-bottom: 5px
}

.medizin-blog-overlay-style-float .post-overlay-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, .8) 100%)
}

.medizin-blog-overlay-style-float .post-overlay-info {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	padding: 30px;
	text-align: center
}

.medizin-blog-overlay-style-float .portfolio-overlay-title {
	font-size: 26px
}

.medizin-blog-overlay-style-float .post-overlay-content {
	z-index: 1
}

.medizin-blog-overlay-style-float .post-overlay-categories {
	z-index: 2
}

.medizin-blog-overlay-style-float-02 .post-overlay-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, .8) 100%)
}

.medizin-blog-overlay-style-float-02 .post-overlay-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	text-align: center
}

.medizin-blog-overlay-style-float-02 .portfolio-overlay-title {
	font-size: 26px
}

.medizin-blog-overlay-style-float-02 .post-overlay-content {
	z-index: 1
}

.medizin-blog-overlay-style-float-02 .post-overlay-categories {
	z-index: 2;
	top: 10px;
	bottom: auto
}

.medizin-blog-caption-style-01 .post-thumbnail {
	border-radius: 5px;
	overflow: hidden
}

.medizin-blog-caption-style-01 .post-caption {
	padding: 15px 0 14px
}

.medizin-blog-caption-style-01 .post-meta {
	margin: 0 0 7px
}

.medizin-blog-caption-style-01 .post-title {
	font-weight: 400
}

.medizin-blog-caption-style-01 .post-read-more {
	margin: 20px 0 0
}

.medizin-blog-caption-style-01 .post-read-more .tm-button {
	font-size: 15px
}

.medizin-blog-caption-style-01 .post-read-more .tm-button .button-icon {
	font-size: 15px
}

.medizin-blog-caption-style-02 .post-wrapper {
	border-radius: 5px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
	background: #fff
}

.medizin-blog-caption-style-02 .post-thumbnail {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.medizin-blog-caption-style-02 .post-caption {
	padding: 26px 30px
}

.medizin-blog-caption-style-02 .post.sticky .post-wrapper {
	background: #333;
	color: #fff
}

.medizin-blog-caption-style-02 .post.sticky .post-title,
.medizin-blog-caption-style-02 .post.sticky .post-meta {
	color: #fff
}

.medizin-blog-caption-style-02 .post.sticky .post-read-more .tm-button .button-text {
	color: #fff
}

.medizin-blog-caption-style-02 .post-meta {
	margin: 0 0 7px
}

.medizin-blog-caption-style-02 .post-title {
	font-weight: 400
}

.medizin-blog-caption-style-02 .post-read-more {
	margin: 20px 0 0
}

.medizin-blog-caption-style-02 .post-read-more .tm-button {
	font-size: 15px
}

.medizin-blog-caption-style-02 .post-read-more .tm-button .button-icon {
	font-size: 15px
}

.medizin-blog-metro .post-thumbnail {
	width: 100%;
	height: 100%
}

.medizin-blog-zigzag .medizin-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 270px minmax(270px, 500px) 270px;
	grid-template-columns: 270px minmax(270px, 500px) 270px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 50px 30px;
	grid-auto-flow: column
}

.medizin-blog-zigzag .grid-item {
	min-width: 0
}

.medizin-blog-zigzag .grid-item:nth-child(3n+1) {
	margin: 162px 0 0
}

.medizin-blog-zigzag .grid-item:nth-child(3n+2) {
	margin: 55px 0 0;
	grid-column-end: 4
}

.medizin-blog-zigzag .grid-item:nth-child(3n+3) {
	grid-column-end: 3
}

.medizin-blog-zigzag .post-wrapper {
	position: relative;
	background: #fff;
	box-shadow: 0 14px 59px rgba(0, 0, 0, .12);
	border-radius: 5px;
	overflow: hidden
}

.medizin-blog-zigzag .post-caption {
	padding: 26px 20px 32px
}

.medizin-blog-zigzag .post-thumbnail {
	position: relative
}

.medizin-blog-zigzag .post-thumbnail img {
	width: 100%
}

.medizin-blog-zigzag .post-title {
	font-size: 20px;
	line-height: 1.5
}

.medizin-blog-zigzag .post-categories {
	font-size: 15px;
	color: #8c89a2;
	margin: 0 0 4px
}

.medizin-blog-zigzag .post-meta {
	font-size: 14px;
	font-style: normal;
	margin: 13px 0 0
}

.medizin-blog-zigzag .highlight-item .post-wrapper {
	box-shadow: none
}

.medizin-blog-zigzag .highlight-item .post-thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .3) 100%);
	background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, .3) 100%)
}

.medizin-blog-zigzag .highlight-item .post-thumbnail img {
	width: 100%;
	height: 680px;
	-o-object-fit: cover;
	object-fit: cover
}

.medizin-blog-zigzag .highlight-item .post-categories {
	color: #fff;
	margin: 0 0 8px
}

.medizin-blog-zigzag .highlight-item .post-categories a:hover {
	color: #fff
}

.medizin-blog-zigzag .highlight-item .post-title {
	font-size: 34px;
	line-height: 1.42;
	color: #fff
}

.medizin-blog-zigzag .highlight-item .post-title a:hover {
	color: #fff
}

.medizin-blog-zigzag .highlight-item .post-meta {
	color: #fff;
	margin: 7px 0 0
}

.medizin-blog-zigzag .highlight-item .post-meta a {
	color: #fff
}

.medizin-blog-zigzag .highlight-item .post-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 38px 54px
}

.medizin-blog-list-01 .post-item {
	margin: 0 0 50px;
	border-bottom: 1px solid #eee
}

.medizin-blog-list-01 .post-item:last-child {
	margin: 0
}

.medizin-blog-list-01 .post-title {
	font-size: 34px;
	line-height: 1.42
}

.medizin-blog-list-01 .post-categories {
	margin: 0 0 17px
}

.medizin-blog-list-01 .post-caption {
	padding-top: 32px;
	padding-bottom: 50px
}

.medizin-blog-list-02 .post-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.medizin-blog-list-02 .post-thumbnail-wrapper {
	width: 45%;
	padding-right: 35px
}

.medizin-blog-list-02 .post-item {
	margin: 0 0 42px
}

.medizin-blog-list-02 .post-item:last-child {
	margin: 0
}

.medizin-blog-list-02 .post-title {
	font-weight: 400
}

.medizin-blog-list-02 .post-caption {
	width: 55%;
	padding: 0
}

.medizin-blog-list-02 .post-categories {
	margin: 0 0 17px
}

.medizin-blog-list-02 .post-caption {
	padding-top: 14px
}

.medizin-blog-list-02 .has-post-thumbnail .post-caption {
	margin: 0
}

.medizin-blog-list-03 .post-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.medizin-blog-list-03 .post-caption {
	padding: 0 !important
}

.medizin-blog-list-03 .post-thumbnail-wrapper {
	width: 80px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px 0 0
}

.medizin-blog-list-03 .post-thumbnail {
	border-radius: 5px;
	overflow: hidden
}

.medizin-blog-list-03 .post-item+.post-item {
	margin: 20px 0 0
}

.medizin-blog-list-03 .post-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.78
}

.medizin-blog-list-03 .post-title a {
	display: block;
	position: relative;
	padding: 0 0 0 30px
}

.medizin-blog-list-03 .post-title a:before,
.medizin-blog-list-03 .post-title a:after {
	content: '\f30b';
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 15px;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1), 0s color linear;
	transition: all .25s cubic-bezier(.645, .045, .355, 1), 0s color linear
}

.medizin-blog-list-03 .post-title a:after {
	color: currentColor;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.medizin-blog-list-03 .post-title a:hover:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.medizin-blog-list-03 .post-title a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.medizin-blog-list-03.medizin-blog-caption-style-02 .post-wrapper {
	padding: 20px
}

.medizin-blog-one-left-featured .featured-post {
	padding-right: 45px
}

.medizin-blog-one-left-featured .featured-post .post-overlay-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	opacity: .5;
	background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
	background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 11%, #000 80%)
}

.medizin-blog-one-left-featured .featured-post .post-overlay-meta {
	font-style: normal;
	margin: 0 -13px
}

.medizin-blog-one-left-featured .featured-post .post-overlay-meta>div {
	padding: 0 13px
}

.medizin-blog-one-left-featured .featured-post .post-overlay-info {
	padding: 20px 20px 15px
}

.medizin-blog-one-left-featured .featured-post .post-overlay-categories {
	position: static;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px
}

.medizin-blog-one-left-featured .featured-post .post-overlay-categories a {
	background: 0 0;
	padding: 0
}

.medizin-blog-one-left-featured .featured-post .post-title {
	line-height: 1.42
}

.medizin-blog-one-left-featured .featured-post .post-title a {
	font-size: 1.42em
}

.medizin-blog-one-left-featured .featured-post .post-caption {
	padding: 20px 0 0
}

.medizin-blog-one-left-featured .featured-post .post-excerpt {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	margin-top: 10px
}

.medizin-blog-one-left-featured .featured-post .post-read-more {
	margin-top: 11px
}

.medizin-blog-one-left-featured .normal-posts {
	margin-left: -15px;
	border-left: 1px solid #272931
}

.medizin-blog-one-left-featured .normal-posts .grid-item {
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #272931
}

.medizin-blog-one-left-featured .normal-posts .grid-item:first-child {
	padding-top: 0
}

.medizin-blog-one-left-featured .normal-posts .grid-item:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.medizin-blog-one-left-featured .normal-posts .medizin-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.medizin-blog-one-left-featured .normal-posts .post-thumbnail-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 36.333333%;
	-ms-flex: 0 0 36.333333%;
	flex: 0 0 36.333333%;
	max-width: 36.333333%
}

.medizin-blog-one-left-featured .normal-posts .post-info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 63.666667%;
	-ms-flex: 0 0 63.666667%;
	flex: 0 0 63.666667%;
	max-width: 63.666667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.medizin-blog-one-left-featured .normal-posts .post-caption {
	padding-left: 30px
}

.medizin-blog-caption-style-03 .post-thumbnail {
	border-radius: 5px;
	overflow: hidden
}

.medizin-blog-caption-style-03 .post-meta {
	margin: 0 0 5px
}

.medizin-blog-caption-style-03 .tm-button.style-bottom-line .button-icon {
	font-size: 14px
}

@media (max-width:767px) {
	.medizin-blog-one-left-featured .featured-post {
		padding: 0
	}
	.medizin-blog-one-left-featured .normal-posts {
		margin-left: 0;
		margin-top: 40px
	}
}

@media (max-width:543px) {
	.medizin-blog-one-left-featured .normal-posts .grid-item {
		padding: 20px 0 20px 20px
	}
	.medizin-blog-one-left-featured .normal-posts .post-caption {
		padding: 0 0 0 20px
	}
}

@media (max-width:1024px) {
	.medizin-blog-zigzag .medizin-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-webkit-box-pack: normal;
		-webkit-justify-content: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
		grid-auto-flow: row
	}
	.medizin-blog-zigzag .grid-item {
		margin: 0 !important
	}
	.medizin-blog-zigzag .grid-item:nth-child(3n+2) {
		grid-column-end: unset
	}
	.medizin-blog-zigzag .grid-item:nth-child(3n+3) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		grid-column-end: 3
	}
	.medizin-blog-list-01 .post-title {
		font-size: 30px
	}
	.medizin-blog-one-left-featured .post-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.medizin-blog-zigzag .medizin-grid {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
	.medizin-blog-zigzag .grid-item {
		-ms-grid-column: unset !important;
		grid-column: unset !important
	}
	.medizin-blog-list-01 .post-title {
		font-size: 26px
	}
	.medizin-blog-list-02 .post-wrapper {
		display: block
	}
	.medizin-blog-list-02 .post-thumbnail-wrapper {
		width: 100%;
		padding: 0
	}
	.medizin-blog-list-02 .post-caption {
		width: 100%;
		padding-top: 30px
	}
	.medizin-blog-one-left-featured .post-title {
		font-size: 16px
	}
}

.tm-portfolio .post-wrapper {
	position: relative
}

.tm-portfolio .post-thumbnail-wrapper {
	position: relative
}

.tm-portfolio .post-title {
	font-size: 22px;
	margin-bottom: 0
}

.tm-portfolio .post-title a {
	color: inherit
}

.tm-portfolio .post-categories {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.34;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	margin: 13px 0 0
}

.tm-portfolio .post-categories a {
	color: inherit
}

.tm-portfolio .post-thumbnail {
	position: relative
}

.tm-portfolio .post-thumbnail img {
	width: 100%
}

.tm-portfolio.style-metro .post-thumbnail-wrapper .post-permalink,
.tm-portfolio.style-metro .post-thumbnail-wrapper .post-thumbnail {
	width: 100%;
	height: 100%
}

.tm-portfolio.style-metro .post-thumbnail-wrapper .post-permalink img,
.tm-portfolio.style-metro .post-thumbnail-wrapper .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.portfolio-caption-style-01 .post-info {
	padding: 25px 20px;
	text-align: center
}

.portfolio-caption-style-02 .post-info {
	padding: 48px 0 0
}

.portfolio-caption-style-02 .post-title {
	font-size: 36px
}

.portfolio-caption-style-02 .portfolio-excerpt {
	margin: 22px 0 0;
	max-width: 580px
}

.portfolio-overlay-title {
	margin-bottom: 0;
	font-size: 22px;
	color: #fff
}

.portfolio-overlay-title a {
	font-size: inherit
}

.portfolio-overlay-categories {
	margin-top: 13px;
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.34;
	text-transform: uppercase;
	letter-spacing: 1.38px
}

.portfolio-overlay-group-01 .post-wrapper:hover .post-overlay {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-group-01 .post-wrapper:hover .post-overlay-content {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-group-01 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: inherit;
	background: rgba(0, 0, 0, .8)
}

.portfolio-overlay-group-01 .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0
}

.portfolio-overlay-group-01 .post-overlay-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center
}

.portfolio-overlay-group-01 .post-overlay-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px
}

.portfolio-overlay-faded-02 .post-overlay-info {
	padding: 30px
}

.portfolio-overlay-faded-02 .post-overlay {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	background: #fff
}

.portfolio-overlay-movement .post-wrapper:hover .post-overlay {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-movement .post-overlay {
	visibility: hidden;
	opacity: 0;
	max-width: 300px;
	background: #111;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility .3s, opacity .3s;
	transition: visibility .3s, opacity .3s;
	pointer-events: none
}

.portfolio-overlay-movement .post-overlay-info {
	padding: 20px
}

.portfolio-overlay-huge-on .site {
	background: #111
}

.portfolio-overlay-huge.on .grid-item:not(:hover) .post-overlay {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-huge.on .grid-item:hover .post-overlay-info {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible
}

.portfolio-overlay-huge .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: inherit;
	background: rgba(0, 0, 0, .85)
}

.portfolio-overlay-huge .post-overlay-content-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.portfolio-overlay-huge .post-overlay-content {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	pointer-events: none
}

.portfolio-overlay-huge .portfolio-overlay-title {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	color: #fff
}

.portfolio-overlay-huge .post-overlay-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden
}

.portfolio-overlay-huge .portfolio-overlay-categories {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding-left: 86px;
	margin: 0 0 0 40px;
	color: #fff
}

.portfolio-overlay-huge .portfolio-overlay-categories:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 60px;
	height: 1px;
	background: currentColor
}

.portfolio-overlay-faded-04 .post-wrapper:hover .post-overlay {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-faded-04 .post-wrapper:hover .post-overlay-info {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-faded-04 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, .4) 100%);
	background-image: linear-gradient(-180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, .4) 100%)
}

.portfolio-overlay-faded-04 .post-overlay-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	padding: 30px 44px 44px
}

.portfolio-overlay-flat .post-wrapper:hover .post-overlay {
	visibility: visible;
	opacity: 1
}

.portfolio-overlay-flat .post-wrapper:hover .post-overlay-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.portfolio-overlay-flat .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: inherit
}

.portfolio-overlay-flat .post-overlay-info {
	position: absolute;
	right: 30px;
	bottom: 0;
	left: 30px;
	min-height: 99px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 23px 90px 22px 25px
}

.portfolio-overlay-flat .portfolio-overlay-title {
	color: #111
}

.portfolio-overlay-flat .portfolio-overlay-categories {
	margin-top: 5px;
	color: rgba(17, 17, 17, .4)
}

.portfolio-overlay-flat .post-overlay-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	height: 55px;
	width: 55px;
	line-height: 51px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #eee;
	font-size: 15px;
	color: #111
}

.portfolio-overlay-float .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #000 100%);
	background-image: linear-gradient(-180deg, transparent 0%, transparent 40%, #000 100%)
}

.portfolio-overlay-float .post-overlay-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px 44px 44px;
	text-align: center
}

.portfolio-overlay-float .portfolio-overlay-title {
	font-size: 26px
}

.portfolio-overlay-group-01 .post-wrapper:hover .portfolio-overlay-title,
.portfolio-overlay-group-01 .post-wrapper:hover .portfolio-overlay-categories,
.portfolio-overlay-movement .post-wrapper:hover .portfolio-overlay-title,
.portfolio-overlay-movement .post-wrapper:hover .portfolio-overlay-categories,
.portfolio-overlay-faded-04 .post-wrapper:hover .portfolio-overlay-title,
.portfolio-overlay-faded-04 .post-wrapper:hover .portfolio-overlay-categories {
	opacity: 1;
	-webkit-transition: .5s ease-out .25s;
	transition: .5s ease-out .25s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-overlay-group-01 .post-wrapper:hover .portfolio-overlay-categories+.portfolio-overlay-title,
.portfolio-overlay-group-01 .post-wrapper:hover .portfolio-overlay-title+.portfolio-overlay-categories,
.portfolio-overlay-movement .post-wrapper:hover .portfolio-overlay-categories+.portfolio-overlay-title,
.portfolio-overlay-movement .post-wrapper:hover .portfolio-overlay-title+.portfolio-overlay-categories,
.portfolio-overlay-faded-04 .post-wrapper:hover .portfolio-overlay-categories+.portfolio-overlay-title,
.portfolio-overlay-faded-04 .post-wrapper:hover .portfolio-overlay-title+.portfolio-overlay-categories {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

.portfolio-overlay-group-01 .portfolio-overlay-title,
.portfolio-overlay-movement .portfolio-overlay-title,
.portfolio-overlay-faded-04 .portfolio-overlay-title {
	opacity: 0;
	-webkit-transition: .25s ease-out 0s;
	transition: .25s ease-out 0s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.portfolio-overlay-group-01 .portfolio-overlay-categories,
.portfolio-overlay-movement .portfolio-overlay-categories,
.portfolio-overlay-faded-04 .portfolio-overlay-categories {
	opacity: 0;
	-webkit-transition: .25s ease-out 0s;
	transition: .25s ease-out 0s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.portfolio-overlay-colored-faded .portfolio-overlay-categories {
	margin: 0 0 13px
}

.overlay-content-skin-light .portfolio-overlay-title,
.overlay-content-skin-light .portfolio-overlay-categories {
	color: #fff !important
}

.overlay-content-skin-dark .portfolio-overlay-title,
.overlay-content-skin-dark .portfolio-overlay-categories {
	color: #111 !important
}

@media (max-width:991px) {
	.portfolio-overlay-huge .portfolio-overlay-title {
		font-size: 46px
	}
	.portfolio-caption-style-02 .post-title {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.portfolio-overlay-huge .portfolio-overlay-title {
		font-size: 32px
	}
	.portfolio-overlay-huge .post-overlay-info {
		display: block
	}
	.portfolio-overlay-huge .portfolio-overlay-categories {
		margin-left: 3px;
		margin-top: 10px
	}
	.portfolio-caption-style-02 .post-title {
		font-size: 24px
	}
}

.medizin-portfolio-carousel-01 .post-title {
	margin-bottom: 0
}

.medizin-portfolio-carousel-01 .post-title a {
	color: inherit !important
}

.medizin-portfolio-carousel-01 .post-categories {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	color: rgba(17, 17, 17, .4)
}

.medizin-portfolio-carousel-01 .post-categories a {
	color: inherit
}

.medizin-portfolio-carousel-01 .post-wrapper:hover .post-thumbnail {
	box-shadow: 0 60px 40px -40px rgba(51, 51, 51, .41)
}

.medizin-portfolio-carousel-01 .swiper-slide-active .post-thumbnail {
	box-shadow: 0 60px 40px -40px rgba(51, 51, 51, .41)
}

.medizin-portfolio-carousel-01 .post-info {
	padding: 26px 0 0
}

.medizin-portfolio-carousel-01 .post-title {
	font-size: 22px;
	margin-bottom: 9px
}

.medizin-portfolio-carousel-02 .post-wrapper:hover .post-overlay:before {
	opacity: 1
}

.medizin-portfolio-carousel-02 .post-wrapper:hover .post-overlay:after {
	opacity: 0
}

.medizin-portfolio-carousel-02 .post-wrapper:hover .post-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-portfolio-carousel-02 .post-wrapper:hover .post-title {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.medizin-portfolio-carousel-02 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.medizin-portfolio-carousel-02 .post-overlay:before,
.medizin-portfolio-carousel-02 .post-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: .25s opacity linear;
	transition: .25s opacity linear
}

.medizin-portfolio-carousel-02 .post-overlay:before {
	background-image: -webkit-linear-gradient(53deg, #4b33fb 0%, #b282ea 84%);
	background-image: linear-gradient(37deg, #4b33fb 0%, #b282ea 84%);
	opacity: 0
}

.medizin-portfolio-carousel-02 .post-overlay:after {
	opacity: .8;
	background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
	background-image: linear-gradient(-180deg, transparent 0%, #000 100%)
}

.medizin-portfolio-carousel-02 .post-info,
.medizin-portfolio-carousel-02 .post-title {
	-webkit-transition: all .5s;
	transition: all .5s
}

.medizin-portfolio-carousel-02 .post-thumbnail {
	overflow: hidden
}

.medizin-portfolio-carousel-02 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.medizin-portfolio-carousel-02 .post-title {
	font-size: 26px;
	color: #fff;
	margin-bottom: 0;
	-webkit-transform: translateY(-100%) translateY(-72px);
	-ms-transform: translateY(-100%) translateY(-72px);
	transform: translateY(-100%) translateY(-72px)
}

.medizin-portfolio-carousel-02 .portfolio-excerpt {
	font-size: 16px;
	line-height: 1.875;
	color: rgba(255, 255, 255, .62);
	margin-top: 33px
}

.medizin-portfolio-carousel-02 .portfolio-read-more-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	font-size: 15px;
	color: #111;
	margin: 51px auto 0
}

.medizin-product .added_to_cart {
	display: none !important
}

.medizin-product .loop-product-stock .status-bar,
.medizin-product .loop-product-stock .sold-bar {
	height: 8px
}

.medizin-product .loop-product-stock .status-bar {
	background-color: #ededed;
	margin: 22px 0 10px;
	border-radius: 5px
}

.medizin-product .loop-product-stock .sold-bar {
	background-image: -webkit-linear-gradient(215deg, #010463 0%, #77ccfd 100%);
	background-image: linear-gradient(235deg, #010463 0%, #77ccfd 100%);
	border-radius: 4px
}

.medizin-product .product-stock-status {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0
}

.medizin-product .product-stock-status .sold,
.medizin-product .product-stock-status .available {
	font-size: 15px
}

.medizin-product .product-stock-status .sold .label,
.medizin-product .product-stock-status .available .label {
	font-weight: 400;
	color: #7e7e7e
}

.medizin-product .product-stock-status .sold .value,
.medizin-product .product-stock-status .available .value {
	font-weight: 700;
	color: #333
}

.medizin-product .product-stock-status .sold {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 20px
}

.medizin-product .product-stock-status .available {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.medizin-product .loop-product__category {
	font-size: 13px;
	font-weight: 400;
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 -5px 5px
}

.medizin-product .loop-product__category a {
	display: inline-block;
	color: inherit;
	padding: 0 5px
}

.medizin-product.style-grid-01 .modern-grid {
	grid-gap: 30px
}

.medizin-product.style-grid-01 .product-wrapper {
	position: relative
}

.medizin-product.style-grid-01 .product-wrapper:hover .product-main-image img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0)
}

.medizin-product.style-grid-01 .product-wrapper:hover .product-hover-image {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0)
}

.medizin-product.style-grid-01 .product-thumbnail {
	position: relative;
	margin-bottom: 11px
}

.medizin-product.style-grid-01 .thumbnail {
	position: relative;
	overflow: hidden
}

.medizin-product.style-grid-01 .thumbnail img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	width: 100%
}

.medizin-product.style-grid-01 .product-hover-image {
	-webkit-transition: .25s opacity, .25s visibility, -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, transform 1.5s cubic-bezier(0, 0, .2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden
}

.medizin-product.style-grid-01 .product-actions {
	pointer-events: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.medizin-product.style-grid-01 .product-action {
	z-index: -1;
	pointer-events: auto;
	margin: 5px 10px 0 0
}

.medizin-product.style-grid-01 .product-action:last-child {
	margin-right: 0
}

.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a,
.medizin-product.style-grid-01 .quick-view-icon,
.medizin-product.style-grid-01 .woosw-btn,
.medizin-product.style-grid-01 .wooscp-btn {
	position: relative;
	display: block;
	color: #fff;
	background: #333;
	box-shadow: 0 0 7px rgba(0, 0, 0, .09);
	border-radius: 50%;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 0 !important
}

.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a:before,
.medizin-product.style-grid-01 .quick-view-icon:before,
.medizin-product.style-grid-01 .woosw-btn:before,
.medizin-product.style-grid-01 .wooscp-btn:before {
	font-size: 15px;
	line-height: inherit !important
}

.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a:hover,
.medizin-product.style-grid-01 .quick-view-icon:hover,
.medizin-product.style-grid-01 .woosw-btn:hover,
.medizin-product.style-grid-01 .wooscp-btn:hover {
	color: #fff
}

.medizin-product.style-grid-01 .quick-view-icon:before {
	content: '\f002'
}

.medizin-product.style-grid-01 .wooscp-btn:before {
	content: '\f012'
}

.medizin-product.style-grid-01 .woosw-btn:before {
	content: '\f004'
}

.medizin-product.style-grid-01 .woosw-btn.woosw-added:before {
	content: '\f004';
	margin: 0
}

.medizin-product.style-grid-01 .add_to_cart_button:before {
	content: '\f290'
}

.medizin-product.style-grid-01 .add_to_cart_button.product_type_simple:before {
	font-size: 15px;
	display: inline-block
}

.medizin-product.style-grid-01 .add_to_cart_button.product_type_simple.loading:before,
.medizin-product.style-grid-01 .woosw-adding:before,
.medizin-product.style-grid-01 .wooscp-btn-adding:before,
.medizin-product.style-grid-01 .quick-view-btn.loading .quick-view-icon:before {
	-webkit-animation: adding-spin 1s linear infinite !important;
	animation: adding-spin 1s linear infinite !important;
	content: '\f3f4' !important
}

.medizin-product.style-grid-01 .product-info {
	padding-bottom: 22px
}

.medizin-product.style-grid-01 .woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	margin-bottom: 0
}

.medizin-product.style-grid-01 .woocommerce-loop-product__title a {
	display: block;
	color: inherit
}

.medizin-product.style-grid-01 .price {
	font-size: 18px;
	display: block;
	margin: 6px 0 0
}

.medizin-product.style-grid-01 .price>.price {
	margin: 0
}

.medizin-product.style-grid-01 .star-rating {
	margin: 9px auto 0
}

.medizin-product.style-grid-02 .product-wrapper {
	padding-top: 150px
}

.medizin-product.style-grid-02 .product-info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3
}

.medizin-product.style-grid-02 .product-badges {
	position: static;
	margin-bottom: 1px
}

.medizin-product.style-grid-02 .modern-grid {
	grid-gap: 30px
}

.medizin-product.style-grid-02 .product-wrapper {
	position: relative
}

.medizin-product.style-grid-02 .product-wrapper:hover .product-main-image img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0)
}

.medizin-product.style-grid-02 .product-wrapper:hover .product-hover-image {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0)
}

.medizin-product.style-grid-02 .product-thumbnail {
	position: relative
}

.medizin-product.style-grid-02 .thumbnail {
	position: relative;
	overflow: hidden
}

.medizin-product.style-grid-02 .thumbnail img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	width: 100%
}

.medizin-product.style-grid-02 .product-hover-image {
	-webkit-transition: .25s opacity, .25s visibility, -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, transform 1.5s cubic-bezier(0, 0, .2, 1);
	transition: .25s opacity, .25s visibility, transform 1.5s cubic-bezier(0, 0, .2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden
}

.medizin-product.style-grid-02 .product-actions {
	pointer-events: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.medizin-product.style-grid-02 .product-action {
	z-index: -1;
	pointer-events: auto;
	margin: 5px 10px 0 0
}

.medizin-product.style-grid-02 .product-action:last-child {
	margin-right: 0
}

.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a,
.medizin-product.style-grid-02 .quick-view-icon,
.medizin-product.style-grid-02 .woosw-btn,
.medizin-product.style-grid-02 .wooscp-btn {
	position: relative;
	display: block;
	color: #fff;
	background: #333;
	box-shadow: 0 0 7px rgba(0, 0, 0, .09);
	border-radius: 50%;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 0 !important
}

.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a:before,
.medizin-product.style-grid-02 .quick-view-icon:before,
.medizin-product.style-grid-02 .woosw-btn:before,
.medizin-product.style-grid-02 .wooscp-btn:before {
	font-size: 15px;
	line-height: inherit !important
}

.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a:hover,
.medizin-product.style-grid-02 .quick-view-icon:hover,
.medizin-product.style-grid-02 .woosw-btn:hover,
.medizin-product.style-grid-02 .wooscp-btn:hover {
	color: #fff
}

.medizin-product.style-grid-02 .quick-view-icon:before {
	content: '\f002'
}

.medizin-product.style-grid-02 .wooscp-btn:before {
	content: '\f012'
}

.medizin-product.style-grid-02 .woosw-btn:before {
	content: '\f004'
}

.medizin-product.style-grid-02 .woosw-btn.woosw-added:before {
	content: '\f004';
	margin: 0
}

.medizin-product.style-grid-02 .add_to_cart_button:before {
	content: '\f290'
}

.medizin-product.style-grid-02 .add_to_cart_button.product_type_simple:before {
	font-size: 15px;
	display: inline-block
}

.medizin-product.style-grid-02 .add_to_cart_button.product_type_simple.loading:before,
.medizin-product.style-grid-02 .woosw-adding:before,
.medizin-product.style-grid-02 .wooscp-btn-adding:before,
.medizin-product.style-grid-02 .quick-view-btn.loading .quick-view-icon:before {
	-webkit-animation: adding-spin 1s linear infinite !important;
	animation: adding-spin 1s linear infinite !important;
	content: '\f3f4' !important
}

.medizin-product.style-grid-02 .woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	margin-bottom: 0
}

.medizin-product.style-grid-02 .woocommerce-loop-product__title a {
	display: block;
	color: inherit
}

.medizin-product.style-grid-02 .price {
	font-size: 18px;
	display: block;
	margin: 6px 0 0
}

.medizin-product.style-grid-02 .price>.price {
	margin: 0
}

.medizin-product.style-grid-02 .star-rating {
	margin: 9px auto 0
}

.woocommerce.woocommerce-loop-image-has-bg .medizin-product .product-badges {
	top: 10px;
	left: 10px
}

.woocommerce.woocommerce-loop-image-has-bg .medizin-product .product-actions {
	left: 10px;
	bottom: 10px
}

@media (max-width:767px) {
	.woocommerce-loop-buttons-hide-on-mobile .medizin-product .product-actions {
		display: none
	}
}

.medizin-product-list {
	margin: 0;
	padding: 0
}

.medizin-product-list li {
	list-style-type: none
}

.medizin-product-list .link {
	display: block;
	position: relative;
	padding: 0 0 0 16px
}

.medizin-product-list .link:before {
	position: absolute;
	left: 0
}

.medizin-product-list .product-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0;
	color: inherit
}

.medizin-product-list-style-01 .medizin-product-list .link:before {
	content: '\f111';
	font-size: 4px;
	top: 10px
}

.medizin-product-list-style-02 .medizin-product-list .link {
	padding: 0 0 0 26px
}

.medizin-product-list-style-02 .medizin-product-list .link:before {
	font-size: 14px;
	content: '\f30b';
	top: 6px
}

.medizin-product-banner {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eee
}

.medizin-product-banner .medizin-image {
	width: 100%;
	height: 100%
}

.medizin-product-banner .medizin-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.medizin-product-banner .product-banner-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}

.medizin-product-banner .banner-product-title {
	font-size: 24px;
	line-height: 1.5;
	margin: 0
}

.medizin-product-banner .banner-product-category {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 3px
}

.medizin-product-banner .product-banner-badge {
	position: absolute;
	top: 40px;
	right: 35px;
	z-index: 1;
	background: #ffd55a;
	color: #333;
	height: 74px;
	width: 74px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.medizin-product-banner .product-banner-badge .badge-value {
	font-size: 20px;
	font-weight: 700;
	line-height: 1
}

.medizin-product-banner .product-banner-badge .badge-text {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1
}

.medizin-product-banner .best-selling-badge {
	top: auto;
	bottom: 35px;
	right: auto;
	left: 45%
}

.medizin-product-banner .price,
.medizin-product-banner .amount {
	font-size: 24px;
	line-height: 1;
	font-weight: 700
}

.medizin-product-banner .price ins,
.medizin-product-banner .amount ins {
	display: inline-block;
	vertical-align: middle
}

.medizin-product-banner .price del,
.medizin-product-banner .amount del {
	display: inline-block;
	vertical-align: middle;
	font-size: .584em;
	margin-top: 1px
}

.medizin-product-banner .price del:before,
.medizin-product-banner .amount del:before {
	margin-top: 0
}

.medizin-product-banner .price del,
.medizin-product-banner del .amount {
	color: #696969
}

.medizin-product-banner .price {
	margin: 8px 0 0
}

.medizin-product-banner .product-banner-button {
	margin: 28px 0 0
}

@media (max-width:1024px) {
	.medizin-product-banner .banner-product-title {
		font-size: 21px
	}
}

@media (max-width:767px) {
	.medizin-product-banner .banner-product-title {
		font-size: 18px
	}
	.medizin-product-banner .product-banner-content {
		padding: 30px 20px 35px
	}
}

.medizin-product-carousel-countdown {
	border: 2px solid #010463;
	border-radius: 5px;
	padding: 0 30px 48px;
	margin-top: 21px
}

.medizin-product-carousel-countdown .product-countdown-header {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 17px;
	background: #fff;
	-webkit-transform: translateY(-23px);
	-ms-transform: translateY(-23px);
	transform: translateY(-23px);
	padding: 5px 20px
}

.medizin-product-carousel-countdown .product-countdown-heading {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 18px;
	margin-bottom: 5px
}

.medizin-product-carousel-countdown .countdown-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #FFCC00;
	border-radius: 30px;
	padding: 6px 24px;
	margin-bottom: 5px
}

.medizin-product-carousel-countdown .countdown-label {
	font-size: 20px;
	line-height: 1;
	margin-right: 18px
}

.medizin-product-carousel-countdown .countdown-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	line-height: 1;
	font-weight: 700
}

.medizin-product-carousel-countdown .countdown-content .text {
	display: none
}

.medizin-product-carousel-countdown .countdown-content>div+div {
	position: relative;
	margin-left: 10px;
	padding-left: 10px
}

.medizin-product-carousel-countdown .countdown-content>div+div:before {
	content: ':';
	position: absolute;
	top: -2px;
	left: -4px
}

@media (max-width:1024px) {
	.medizin-product-carousel-countdown .product-countdown-heading {
		font-size: 26px
	}
}

@media (max-width:767px) {
	.medizin-product-carousel-countdown {
		padding: 0 20px 25px
	}
	.medizin-product-carousel-countdown .product-countdown-heading {
		font-size: 22px
	}
	.medizin-product-carousel-countdown .product-countdown-header {
		padding-left: 10px;
		padding-right: 10px
	}
	.medizin-product-carousel-countdown .countdown-label {
		font-size: 16px
	}
	.medizin-product-carousel-countdown .countdown-content {
		font-size: 18px
	}
}

.medizin-product-categories .product-cat-wrapper {
	height: 100%;
	position: relative;
	display: block;
	border-radius: 5px;
	padding: 25px 30px 30px;
	background: #f8f8f8;
	text-align: center
}

.medizin-product-categories .product-cat-name {
	font-size: 18px;
	font-weight: 400;
	margin: 12px 0 0
}

@media (max-width:767px) {
	.medizin-product-categories .product-cat-wrapper {
		padding: 25px 20px 30px
	}
}

.tm-product-brands .image {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.tm-product-brands.hover-grayscale .image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3
}

.tm-product-brands.hover-grayscale .item:hover .image {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.tm-product-brands.hover-opacity .image {
	opacity: .23
}

.tm-product-brands.hover-opacity .item:hover .image {
	opacity: 1
}

.tm-product-brands.hover-faded .item:hover .image {
	opacity: .2
}

.tm-product-brands.hover-blackwhite .item:hover .image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.tm-client-logo .image {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.tm-client-logo.hover-grayscale .image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3
}

.tm-client-logo.hover-grayscale .item:hover .image {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.tm-client-logo.hover-opacity .image {
	opacity: .23
}

.tm-client-logo.hover-opacity .item:hover .image {
	opacity: 1
}

.tm-client-logo.hover-faded .item:hover .image {
	opacity: .2
}

.tm-circle-progress-chart .chart-number {
	margin-bottom: 0
}

.tm-circle-progress-chart .tm-svg {
	line-height: 0
}

.tm-circle-progress-chart .tm-svg * {
	stroke: currentColor
}

.tm-circle-progress-chart .chart-wrap {
	line-height: 0
}

.tm-circle-progress-chart .chart {
	position: relative;
	display: inline-block;
	width: 214px;
	height: 214px
}

.tm-circle-progress-chart .chart canvas {
	position: absolute;
	top: 0;
	left: 0
}

.tm-circle-progress-chart .inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tm-circle-progress-chart .chart-number {
	font-size: 24px;
	font-weight: 500;
	color: #111;
	margin-bottom: 0
}

.tm-google-map {
	position: relative
}

.tm-google-map .map {
	height: 100px
}

.tm-google-map .style-signal .animated-dot {
	position: relative;
	width: 20px;
	height: 20px
}

.tm-google-map .style-signal .middle-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
	background: currentColor;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.tm-google-map .style-signal .middle-dot:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: ' ';
	background: currentColor;
	border-radius: 50%;
	z-index: 100;
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.tm-google-map .style-signal .signal {
	position: absolute;
	left: -40px;
	top: -40px;
	opacity: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	pointer-events: none;
	background: currentColor;
	-webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
	animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.tm-google-map .style-signal .signal-1 {
	-webkit-animation-delay: .78s;
	animation-delay: .78s
}

.tm-google-map .style-signal .signal-2 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.medizin-map-overlay-template {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.medizin-map-overlay-always .medizin-map-overlay-content {
	display: block !important
}

.medizin-map-overlay-content {
	display: none;
	position: absolute;
	bottom: 100%;
	right: 50%;
	width: 360px;
	-webkit-transform: translate(150px, 15px);
	-ms-transform: translate(150px, 15px);
	transform: translate(150px, 15px);
	padding-bottom: 40px;
	max-width: 90vw
}

.medizin-map-overlay-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 20px;
	box-shadow: 0 30px 50px rgba(0, 0, 0, .21)
}

.medizin-map-overlay-info:before {
	content: '';
	position: absolute;
	bottom: 27px;
	right: 141px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #fff
}

.gmap-marker-wrap {
	padding: 20px
}

.map-marker-title {
	font-size: 20px;
	margin-bottom: 10px
}

.map-marker-image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.map-marker-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.map-marker-description {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.79;
	color: #777
}

.map-marker-description a {
	color: #111
}

@-webkit-keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	1% {
		opacity: .14
	}
	20% {
		opacity: .14
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	1% {
		opacity: .14
	}
	20% {
		opacity: .14
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@media (max-width:767px) {
	.medizin-map-overlay-content {
		width: 370px !important;
		-webkit-transform: translate(50%, 15px);
		-ms-transform: translate(50%, 15px);
		transform: translate(50%, 15px)
	}
	.medizin-map-overlay-info:before {
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0)
	}
	.map-marker-image {
		display: none
	}
}

.tm-modern-heading {
	max-width: 100%
}

.tm-modern-heading .heading-primary-wrap,
.tm-modern-heading .heading-secondary-wrap {
	line-height: 1
}

.tm-modern-heading .heading-primary,
.tm-modern-heading .heading-secondary,
.tm-modern-heading .heading-description,
.tm-modern-heading .heading-divider {
	display: inline-block;
	margin-bottom: 0
}

.tm-modern-heading a {
	display: block;
	color: inherit;
	font-size: inherit
}

.tm-modern-heading a:hover {
	color: inherit;
	font-size: inherit
}

.tm-modern-heading mark span {
	margin-left: 5px
}

.tm-modern-heading .heading-description-wrap {
	margin-top: 25px
}

.tm-modern-heading .heading-description-wrap:first-child {
	margin-top: 0
}

.tm-modern-heading .heading-secondary-wrap {
	margin-bottom: 10px
}

.tm-modern-heading .heading-divider-wrap {
	line-height: 0;
	margin-top: 10px
}

.tm-modern-heading .heading-divider {
	height: 2px;
	width: 100px;
	background: #111
}

.medizin-link-animate-border .heading-primary a:hover mark:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.medizin-link-animate-border .heading-primary a:hover mark:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.medizin-link-animate-border .heading-primary a mark {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 3px 0
}

.medizin-link-animate-border .heading-primary a mark:before,
.medizin-link-animate-border .heading-primary a mark:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

.medizin-link-animate-border .heading-primary a mark:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.medizin-link-animate-border .heading-primary a mark:after {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.medizin-link-animate-border-02 .heading-primary a:hover mark:before {
	width: 100%;
	left: 0;
	right: auto
}

.medizin-link-animate-border-02 .heading-primary a mark {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 3px 0
}

.medizin-link-animate-border-02 .heading-primary a mark:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: #e0e0e0
}

@-webkit-keyframes gradationSignal {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes gradationSignal {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.tm-gradation {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tm-gradation .count-wrap {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 0 53px
}

.tm-gradation .count-wrap:before,
.tm-gradation .count-wrap:after {
	content: '';
	position: absolute;
	left: -25px;
	top: -25px;
	opacity: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	pointer-events: none;
	border: 1px solid #ababab;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-timing-function: cubic-bezier(0, .55, .55, 1);
	animation-timing-function: cubic-bezier(0, .55, .55, 1);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.tm-gradation .count-wrap:after {
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.tm-gradation .count {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
	background: #fff;
	border: 2px solid #e8e8e8;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.tm-gradation .item {
	width: 25%;
	padding: 0 15px;
	position: relative
}

.tm-gradation .item:last-child .line:before {
	display: none
}

.tm-gradation .item:hover .count {
	border-color: transparent;
	color: #fff
}

.tm-gradation .item:hover .count-wrap:before,
.tm-gradation .item:hover .count-wrap:after {
	-webkit-animation-name: gradationSignal;
	animation-name: gradationSignal
}

.tm-gradation .line:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 15px;
	border-top: 1px solid #ededed;
	width: 100%;
	height: 1px
}

.tm-gradation .title {
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 9px
}

@media (max-width:767px) {
	.tm-gradation {
		display: block
	}
	.tm-gradation .item {
		width: 100%
	}
	.tm-gradation .item+.item {
		margin-top: 50px
	}
	.tm-gradation .count-wrap {
		margin-bottom: 25px
	}
	.tm-gradation .line:before {
		display: none
	}
}

.medizin-timeline.style-01 {
	position: relative
}

.medizin-timeline.style-01 .timeline-line {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	height: 100%;
	border-left: 2px solid #e2e2e8
}

.medizin-timeline.style-01 .timeline-list {
	padding: 44px 0 47px
}

.medizin-timeline.style-01 .timeline-item {
	position: relative
}

.medizin-timeline.style-01 .timeline-item+.timeline-item {
	margin-top: 87px
}

.medizin-timeline.style-01 .timeline-item:nth-child(even) .content-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.medizin-timeline.style-01 .timeline-item:nth-child(even) .content-header {
	text-align: left;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.medizin-timeline.style-01 .timeline-item:nth-child(even) .content-main {
	text-align: right;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.medizin-timeline.style-01 .timeline-dot {
	position: absolute;
	top: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%
}

.medizin-timeline.style-01 .timeline-dot:before,
.medizin-timeline.style-01 .timeline-dot:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid currentColor;
	border-radius: 50%
}

.medizin-timeline.style-01 .timeline-dot:before {
	width: 30px;
	height: 30px;
	opacity: .3
}

.medizin-timeline.style-01 .timeline-dot:after {
	width: 13px;
	height: 13px;
	border-width: 3px;
	background: #fff
}

.medizin-timeline.style-01 .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -30px;
	margin-right: -30px
}

.medizin-timeline.style-01 .image img {
	border-radius: 5px
}

.medizin-timeline.style-01 .content-header,
.medizin-timeline.style-01 .content-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0 30px
}

.medizin-timeline.style-01 .content-header {
	text-align: right;
	justify-self: flex-start
}

.medizin-timeline.style-01 .content-main {
	text-align: left;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 18px;
	line-height: 2
}

.medizin-timeline.style-01 .content-main h4 {
	font-size: 24px;
	margin-bottom: 22px
}

.medizin-timeline.style-01 .content-inner {
	max-width: 500px
}

.medizin-timeline.style-01 .title {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 56px
}

.medizin-timeline.style-01 .text {
	margin-bottom: 25px
}

.medizin-timeline.style-01 .timeline-date {
	font-size: 50px;
	line-height: 1;
	color: #ababab;
	margin: 0 0 30px
}

.medizin-timeline.style-01 .timeline-date>div {
	display: inline-block
}

@media (max-width:767px) {
	.medizin-timeline.style-01 .timeline-line {
		left: 15px
	}
	.medizin-timeline.style-01 .timeline-item {
		padding-left: 50px
	}
	.medizin-timeline.style-01 .timeline-item+.timeline-item {
		margin-top: 40px
	}
	.medizin-timeline.style-01 .timeline-dot {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.medizin-timeline.style-01 .content-wrap {
		display: block
	}
	.medizin-timeline.style-01 .content-header,
	.medizin-timeline.style-01 .content-main {
		display: block;
		width: 100%;
		text-align: left !important
	}
	.medizin-timeline.style-01 .content-header {
		margin-bottom: 40px
	}
	.medizin-timeline.style-01 .title {
		margin-bottom: 30px
	}
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-header,
body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-main {
	opacity: 0
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-header {
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px)
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-main {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px)
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item:nth-child(even) .content-header {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px)
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item:nth-child(even) .content-main {
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px)
}

body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item.animate .content-header,
body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item.animate .content-main {
	opacity: 1;
	-webkit-animation: moveHorizontal .65s ease forwards;
	animation: moveHorizontal .65s ease forwards
}

@media (max-width:767px) {
	body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-header,
	body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item .content-main {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px)
	}
	body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item:nth-child(even) .content-header,
	body:not(.elementor-editor-active) .medizin-timeline .medizin-entrance-animation-queue .item:nth-child(even) .content-main {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px)
	}
}

.tm-attribute-list {
	font-size: 0
}

.tm-attribute-list .inner {
	display: inline-block
}

.tm-attribute-list.layout-block .list {
	display: block
}

.tm-attribute-list.layout-block .item+.item {
	margin-top: 35px
}

.tm-attribute-list.layout-inline .list {
	margin-left: -14px;
	margin-right: -14px
}

.tm-attribute-list.layout-inline .item {
	display: inline-block;
	padding: 3px 14px
}

.tm-attribute-list.layout-columns .list {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.tm-attribute-list.layout-columns .item {
	padding: 2px 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.tm-attribute-list.layout-columns .item:nth-child(2)~.item {
	margin-top: 60px
}

.tm-attribute-list .item {
	font-size: 0;
	text-align: left
}

.tm-attribute-list .name {
	margin-bottom: 0
}

.tm-attribute-list .value {
	font-size: 16px;
	line-height: 1.45;
	margin-top: 11px
}

.tm-attribute-list.style-01 .list {
	grid-row-gap: 36px
}

.tm-attribute-list.style-01 .name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500
}

.tm-attribute-list.style-02 .name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500
}

.tm-attribute-list.style-02 .item+.item {
	position: relative
}

.tm-attribute-list.style-02 .item+.item:before {
	content: '';
	position: absolute;
	background: rgba(238, 238, 238, .15)
}

.tm-attribute-list.style-02.layout-inline .list {
	margin-left: 0;
	margin-right: 0
}

.tm-attribute-list.style-02.layout-inline .item {
	padding: 3px 40px
}

.tm-attribute-list.style-02.layout-inline .item+.item:before {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 1px
}

.tm-attribute-list.style-02.layout-block .list {
	grid-row-gap: 36px
}

.tm-attribute-list.style-02.layout-block .item+.item {
	padding-top: 40px
}

.tm-attribute-list.style-02.layout-block .item+.item:before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px
}

.tm-attribute-list.style-02.layout-columns .item {
	padding-top: 18px;
	padding-bottom: 18px
}

.medizin-list {
	font-size: 0;
	max-width: 100%
}

.medizin-list .item {
	font-size: 0
}

.medizin-list .list-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.medizin-list .link {
	display: inline-block;
	padding: 0;
	-webkit-transition: none;
	transition: none
}

.medizin-list .icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	margin-right: 10px;
	line-height: 1
}

.medizin-list .text {
	font-size: 15px;
	margin-bottom: 0
}

.medizin-list-layout-block .item+.item {
	margin-top: 10px
}

.medizin-list-layout-inline .medizin-list {
	margin-left: -15px;
	margin-right: -15px
}

.medizin-list-layout-inline .medizin-list .item {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 12px
}

.medizin-list-layout-columns .medizin-list {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.medizin-list-layout-columns .item {
	padding: 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.medizin-list-layout-columns .item:nth-child(2)~.item {
	margin-top: 11px
}

.medizin-list-style-icon-border .medizin-icon {
	border: 2px solid currentColor;
	border-radius: 50%;
	padding: .313em
}

.medizin-pricing .medizin-pricing-features {
	margin: 0;
	padding: 0
}

.medizin-pricing .medizin-pricing-features li {
	list-style-type: none
}

.medizin-pricing .medizin-pricing-ribbon {
	position: absolute;
	top: -10px;
	right: 23px;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #33ac2e;
	color: #fff
}

.medizin-pricing-style-01 {
	text-align: center
}

.medizin-pricing-style-01 .inner {
	position: relative;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 75px 30px 61px
}

.medizin-pricing-style-01 .medizin-pricing-header {
	z-index: 1;
	position: relative;
	margin-bottom: 39px
}

.medizin-pricing-style-01 .tm-button {
	width: 180px;
	max-width: 100%
}

.medizin-pricing-style-01 .price-wrap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-pricing-style-01 .medizin-pricing-price {
	font-size: 60px;
	font-weight: 500;
	line-height: .8;
	margin: 0
}

.medizin-pricing-style-01 .medizin-pricing-currency {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 3px
}

.medizin-pricing-style-01 .medizin-pricing-period {
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
	color: #ababab;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.medizin-pricing-style-01 .title {
	font-size: 24px;
	line-height: .8
}

.medizin-pricing-style-01 .medizin-pricing-features {
	font-size: 15px;
	max-width: 270px;
	margin: 29px auto 0
}

.medizin-pricing-style-01 .medizin-pricing-features li {
	position: relative;
	display: block;
	padding: 7px 0
}

.medizin-pricing-style-01 .medizin-pricing-features li i {
	font-size: 16px;
	margin-right: 5px
}

.medizin-pricing-style-01 .medizin-pricing-footer {
	padding-top: 42px
}

.medizin-pricing-style-02 .medizin-pricing .inner {
	position: relative;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
	padding: 25px 30px 37px
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-header {
	z-index: 1;
	position: relative;
	margin-bottom: 26px
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-body {
	margin-top: 33px;
	padding-top: 22px;
	border-top: 1px solid #eee
}

.medizin-pricing-style-02 .medizin-pricing .tm-button {
	width: 100%
}

.medizin-pricing-style-02 .medizin-pricing .price-wrap {
	color: #111
}

.medizin-pricing-style-02 .medizin-pricing .price-wrap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-price {
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	margin: 0
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-currency {
	font-size: 40px;
	line-height: 1;
	font-weight: 600
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-period {
	display: block;
	font-size: 15px;
	margin: 15px 0 0;
	color: #777
}

.medizin-pricing-style-02 .medizin-pricing .title {
	font-size: 18px;
	line-height: .8
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-features {
	font-size: 15px
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-features li {
	position: relative;
	display: block;
	padding: 6px 0
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-features li i {
	font-size: 12px;
	margin-right: 14px
}

.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-footer {
	padding-top: 30px
}

.tm-instagram {
	position: relative
}

.tm-instagram br {
	display: none
}

.tm-instagram:hover .instagram-user-name {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%) scale3d(.8, .8, .8);
	transform: translate(-50%, -50%) scale3d(.8, .8, .8)
}

.tm-instagram .instagram-user-name {
	-webkit-transition: all .6s cubic-bezier(0, 0, .2, 1);
	transition: all .6s cubic-bezier(0, 0, .2, 1);
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0 47px 30px rgba(0, 0, 0, .21);
	font-size: 16px;
	min-width: 190px;
	text-align: center;
	border-radius: 1px
}

.tm-instagram .grid-item:hover .overlay {
	opacity: 1;
	visibility: visible
}

.tm-instagram .image {
	position: relative
}

.tm-instagram .image img {
	width: 100%
}

.tm-instagram .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .7)
}

.tm-instagram .image-meta {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	color: #fff
}

.tm-instagram .likes,
.tm-instagram .comments {
	position: relative;
	display: inline-block
}

.tm-instagram .likes:before,
.tm-instagram .comments:before {
	margin-right: 4px
}

.tm-instagram .likes:before {
	content: '\f004'
}

.tm-instagram .comments {
	margin-left: 5px
}

.tm-instagram .comments:before {
	content: '\f4ad'
}

.tm-twitter.style-list .tweet {
	position: relative;
	padding-left: 38px
}

.tm-twitter.style-list .tweet+.tweet {
	margin-top: 40px
}

.tm-twitter.style-list .tweet:before {
	content: '\f099';
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 18px;
	line-height: 1;
	color: rgba(0, 0, 0, .16)
}

.tm-twitter.style-list .tweet .tweet-text {
	font-size: 16px;
	line-height: 1.5
}

.tm-twitter.style-list .tweet .tweet-date {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px
}

.tm-social-networks {
	line-height: 0
}

.tm-social-networks ul {
	display: inline-block;
	padding: 0;
	margin: 0 -8px
}

.tm-social-networks li {
	margin: 0
}

.tm-social-networks br {
	display: none
}

.tm-social-networks .item {
	list-style-type: none
}

.tm-social-networks .link {
	display: inline-block;
	padding: 5px 8px;
	-webkit-transition: none;
	transition: none
}

.tm-social-networks.layout-list {
	display: block
}

.tm-social-networks.layout-inline .item {
	display: inline-block
}

.tm-social-networks.layout-two-columns ul {
	margin: 0 -10px;
	width: 100%
}

.tm-social-networks.layout-two-columns .item {
	display: block;
	float: left;
	width: 50%
}

.tm-social-networks.layout-two-columns .link {
	padding: 5px 10px
}

.tm-social-networks.style-icons {
	font-size: 16px
}

.tm-social-networks.style-large-icons {
	font-size: 20px
}

.tm-social-networks.style-large-icons ul {
	margin: 0 -12px
}

.tm-social-networks.style-large-icons .link {
	padding: 5px 12px
}

.tm-social-networks.style-flat-rounded-icon ul {
	margin: -10px
}

.tm-social-networks.style-flat-rounded-icon li {
	float: left;
	margin: 10px
}

.tm-social-networks.style-flat-rounded-icon .item:hover .link {
	color: #fff
}

.tm-social-networks.style-flat-rounded-icon .link {
	font-size: 20px;
	display: block;
	text-align: center;
	height: 55px;
	width: 55px;
	color: #fff;
	border-radius: 50%;
	position: relative
}

.tm-social-networks.style-flat-rounded-icon .link-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tm-social-networks.style-solid-rounded-icon ul {
	margin: -10px
}

.tm-social-networks.style-solid-rounded-icon li {
	float: left;
	margin: 10px
}

.tm-social-networks.style-solid-rounded-icon .item:hover .link {
	color: #fff;
	border-color: transparent
}

.tm-social-networks.style-solid-rounded-icon .link {
	font-size: 20px;
	display: block;
	text-align: center;
	height: 55px;
	width: 55px;
	background: 0 0;
	color: #696969;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: relative
}

.tm-social-networks.style-solid-rounded-icon .link-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tm-social-networks.style-icon-title .link-icon {
	font-size: 16px;
	min-width: 16px;
	margin-right: 10px
}

.tm-social-networks.style-title {
	line-height: 1.2
}

.tm-social-networks.style-title .link {
	line-height: 1;
	padding: 0;
	margin-left: 8px;
	margin-right: 8px
}

.tm-team-member .name a {
	color: inherit
}

.medizin-team-member-style-01 .tm-team-member:hover .overlay,
.medizin-team-member-style-01 .tm-team-member:hover .social-networks {
	opacity: 1;
	visibility: visible
}

.medizin-team-member-style-01 .photo {
	position: relative;
	border-radius: 5px
}

.medizin-team-member-style-01 .photo img {
	width: 100%;
	border-radius: inherit
}

.medizin-team-member-style-01 .overlay {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0
}

.medizin-team-member-style-01 .info {
	text-align: center;
	padding: 24px 0 0
}

.medizin-team-member-style-01 .name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0
}

.medizin-team-member-style-01 .position {
	margin-top: 10px;
	font-size: 15px;
	color: #7e7e7e
}

.medizin-team-member-style-01 .description {
	margin-top: 10px
}

.medizin-team-member-style-01 .social-networks {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-team-member-style-01 .social-networks a {
	display: inline-block;
	font-size: 14px;
	color: #696969;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px 3px
}

.medizin-team-member-style-01 .social-networks a:hover {
	color: #fff
}

.medizin-team-member-style-02 .tm-team-member {
	position: relative
}

.medizin-team-member-style-02 .tm-team-member:hover .photo {
	box-shadow: 0 55px 40px -40px rgba(51, 51, 51, .25)
}

.medizin-team-member-style-02 .tm-team-member:hover .overlay,
.medizin-team-member-style-02 .tm-team-member:hover .info,
.medizin-team-member-style-02 .tm-team-member:hover .social-networks {
	opacity: 1;
	visibility: visible
}

.medizin-team-member-style-02 .photo {
	position: relative
}

.medizin-team-member-style-02 .photo img {
	width: 100%
}

.medizin-team-member-style-02 .overlay {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(17, 17, 17, .8);
	z-index: 0
}

.medizin-team-member-style-02 .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px 27px;
	z-index: 2;
	opacity: 0;
	visibility: hidden
}

.medizin-team-member-style-02 .name {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0
}

.medizin-team-member-style-02 .position {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	color: rgba(255, 255, 255, .4)
}

.medizin-team-member-style-02 .description {
	color: #fff;
	margin-top: 10px
}

.medizin-team-member-style-02 .social-networks {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	text-align: right;
	opacity: 0;
	visibility: hidden
}

.medizin-team-member-style-02 .social-networks a {
	display: inline-block;
	font-size: 18px;
	line-height: 0;
	color: #fff;
	padding: 10px 8px
}

.medizin-team-member-style-03 .tm-team-member {
	position: relative
}

.medizin-team-member-style-03 .tm-team-member:hover .overlay,
.medizin-team-member-style-03 .tm-team-member:hover .info,
.medizin-team-member-style-03 .tm-team-member:hover .social-networks {
	opacity: 1;
	visibility: visible
}

.medizin-team-member-style-03 .photo {
	position: relative
}

.medizin-team-member-style-03 .photo img {
	width: 100%
}

.medizin-team-member-style-03 .overlay {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	z-index: 0
}

.medizin-team-member-style-03 .info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px 30px 27px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	text-align: center
}

.medizin-team-member-style-03 .name {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0
}

.medizin-team-member-style-03 .position {
	margin: 0 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	color: #fff
}

.medizin-team-member-style-03 .description {
	color: #fff;
	margin-top: 10px
}

.medizin-team-member-style-03 .social-networks {
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden
}

.medizin-team-member-style-03 .social-networks a {
	display: inline-block;
	font-size: 20px;
	line-height: 0;
	color: #fff;
	padding: 10px 8px
}

.tm-team-member-carousel .tm-team-member {
	position: relative
}

.tm-team-member-carousel .tm-team-member:hover .photo {
	box-shadow: 0 55px 40px -40px rgba(51, 51, 51, .25)
}

.tm-team-member-carousel .tm-team-member:hover .overlay,
.tm-team-member-carousel .tm-team-member:hover .info,
.tm-team-member-carousel .tm-team-member:hover .social-networks {
	opacity: 1;
	visibility: visible
}

.tm-team-member-carousel .photo {
	position: relative
}

.tm-team-member-carousel .photo img {
	width: 100%
}

.tm-team-member-carousel .overlay {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(17, 17, 17, .8);
	z-index: 0
}

.tm-team-member-carousel .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px 27px;
	z-index: 2;
	opacity: 0;
	visibility: hidden
}

.tm-team-member-carousel .name {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0
}

.tm-team-member-carousel .position {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	color: rgba(255, 255, 255, .4)
}

.tm-team-member-carousel .description {
	color: #fff;
	margin-top: 10px
}

.tm-team-member-carousel .social-networks {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	text-align: right;
	opacity: 0;
	visibility: hidden
}

.tm-team-member-carousel .social-networks a {
	display: inline-block;
	font-size: 18px;
	line-height: 0;
	color: #fff;
	padding: 10px 8px
}

.elementor-widget-tm-testimonial {
	text-align: center
}

.elementor-widget-tm-testimonial .testimonial-item {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%
}

.elementor-widget-tm-testimonial.align-left {
	text-align: left
}

.elementor-widget-tm-testimonial.align-right {
	text-align: right
}

.elementor-widget-tm-testimonial .testimonial-main-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-tm-testimonial .content-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%
}

.elementor-widget-tm-testimonial.layout-image-inline .image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px 0 0
}

.elementor-widget-tm-testimonial.layout-image-inline .info {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}

.elementor-widget-tm-testimonial.layout-image-inline.align-right .info {
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-widget-tm-testimonial.layout-image-inline.align-right .image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 30px
}

.elementor-widget-tm-testimonial.layout-image-inline.align-right .testimonial-item {
	text-align: right
}

.elementor-widget-tm-testimonial.layout-image-stacked .image {
	margin: 0 0 28px
}

.elementor-widget-tm-testimonial.layout-image-stacked .info {
	display: inline-block
}

.elementor-widget-tm-testimonial.layout-image-stacked .position {
	margin-top: 8px
}

.elementor-widget-tm-testimonial.layout-image-above .image {
	margin-bottom: 20px
}

.elementor-widget-tm-testimonial.layout-image-above .cite {
	display: block;
	margin-top: 46px
}

.elementor-widget-tm-testimonial.layout-image-above .position {
	margin-top: 11px
}

.elementor-widget-tm-testimonial.layout-image-top .swiper-slide {
	padding: 70px 0 0
}

.elementor-widget-tm-testimonial.layout-image-top .testimonial-item {
	padding-top: 100px !important
}

.elementor-widget-tm-testimonial.layout-image-top .image {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor-widget-tm-testimonial.layout-image-top .image img {
	width: 140px;
	height: 140px
}

.elementor-widget-tm-testimonial.layout-image-top .info {
	padding: 34px 0 0
}

.elementor-widget-tm-testimonial.layout-image-top-02 .image {
	margin: 0 0 30px
}

.elementor-widget-tm-testimonial.layout-image-top-02 .image img {
	width: 124px;
	height: 124px
}

.elementor-widget-tm-testimonial.layout-image-top-02 .info {
	padding: 21px 0 0
}

.elementor-widget-tm-testimonial.layout-image-left .testimonial-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-tm-testimonial.layout-image-left .image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px 0 0
}

.elementor-widget-tm-testimonial.layout-image-left .image img {
	width: 70px;
	height: 70px
}

.elementor-widget-tm-testimonial.layout-image-left .info {
	padding: 34px 0 0
}

.elementor-widget-tm-testimonial.image-position-above .info {
	padding: 0 0 20px
}

.elementor-widget-tm-testimonial.image-position-below .info {
	padding: 20px 0 0
}

.elementor-widget-tm-testimonial.image-position-bottom .testimonial-main-content {
	height: 100%
}

.elementor-widget-tm-testimonial.image-position-bottom .content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.elementor-widget-tm-testimonial.image-position-bottom .content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-tm-testimonial.image-position-bottom .info {
	padding: 60px 0 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-tm-testimonial.image-position-bottom.align-center .info {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-tm-testimonial .image img {
	width: 90px;
	height: 90px;
	border-radius: 50%
}

.elementor-widget-tm-testimonial .text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	color: #696969
}

.elementor-widget-tm-testimonial .cite {
	font-style: normal
}

.elementor-widget-tm-testimonial .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px
}

.elementor-widget-tm-testimonial .testimonial-rating {
	font-size: 14px;
	color: #fb0;
	letter-spacing: 2px;
	margin-bottom: 11px
}

.elementor-widget-tm-testimonial .name {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 0
}

.elementor-widget-tm-testimonial .position {
	display: block;
	font-size: 15px;
	color: rgba(51, 51, 51, .7)
}

.medizin-testimonial-cite-layout-inline .name {
	display: inline-block
}

.medizin-testimonial-cite-layout-inline .position {
	display: inline-block;
	margin: 0 0 0 13px
}

.medizin-testimonial-style-01 .testimonial-item {
	position: relative;
	padding: 77px 80px 106px;
	background-image: -webkit-linear-gradient(215deg, #e6eef5 0%, #edeff6 100%);
	background-image: linear-gradient(235deg, #e6eef5 0%, #edeff6 100%);
	border-radius: 5px
}

.medizin-testimonial-style-01 .testimonial-item:before {
	content: '';
	position: absolute;
	top: 58px;
	right: 49px;
	width: 60px;
	height: 48px;
	background: url(../../../themes/medizin/assets/images/testimonial-icon.png) no-repeat center
}

.medizin-testimonial-style-01 .image img {
	width: 90px;
	height: 90px
}

.medizin-testimonial-style-01 .text {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
	color: #333
}

.medizin-testimonial-style-01.image-position-below .info {
	padding: 40px 0 0
}

.medizin-testimonial-style-02 .testimonial-item {
	position: relative;
	padding: 56px 40px 55px;
	background-image: -webkit-linear-gradient(222deg, #f6fafe 0%, #edeff6 82%);
	background-image: linear-gradient(228deg, #f6fafe 0%, #edeff6 82%);
	border-radius: 5px
}

.medizin-testimonial-style-02 .testimonial-item:before {
	content: '';
	position: absolute;
	top: 44px;
	right: 38px;
	width: 34px;
	height: 28px;
	background: url(../../../themes/medizin/assets/images/testimonial-icon.png) no-repeat center;
	background-size: 100% auto
}

.medizin-testimonial-style-02 .image img {
	width: 90px;
	height: 90px
}

.medizin-testimonial-style-02 .title {
	margin-bottom: 21px
}

.medizin-testimonial-style-02 .text {
	font-size: 18px;
	line-height: 1.67;
	font-weight: 400;
	color: #333
}

.medizin-testimonial-style-02.image-position-below .info {
	padding: 32px 0 0
}

.medizin-testimonial-pagination.style-01 {
	display: inline-block;
	width: 315px;
	max-width: 100%;
	margin-bottom: 34px
}

.medizin-testimonial-pagination.style-01 .swiper-slide .image {
	margin-bottom: 0
}

.medizin-testimonial-pagination.style-01 .swiper-slide .image img {
	width: 85px;
	height: 85px;
	border-radius: 50%
}

.medizin-testimonial-pagination.style-01 .swiper-slide:not(.swiper-slide-thumb-active) {
	cursor: pointer
}

.medizin-testimonial-pagination.style-01 .swiper-slide:not(.swiper-slide-thumb-active) img {
	opacity: .4
}

@media (max-width:1024px) {
	.elementor-widget-tm-testimonial.medizin-testi monial-style-01 .testimonial-item {
		padding: 77px 40px 106px
	}
	.elementor-widget-tm-testimonial.medizin-testi monial-style-01 .text {
		font-size: 21px
	}
}

@media (max-width:767px) {
	.elementor-widget-tm-testimonial.medizin-testimonial-style-01 .testimonial-item {
		padding: 77px 30px 106px
	}
	.elementor-widget-tm-testimonial.medizin-testimonial-style-01 .text {
		font-size: 18px
	}
	.elementor-widget-tm-testimonial.medizin-testimonial-style-02 .testimonial-item {
		padding: 46px 30px 45px
	}
}

.elementor-widget-tm-testimonial-grid .testimonial-item {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%
}

.elementor-widget-tm-testimonial-grid.align-left {
	text-align: left
}

.elementor-widget-tm-testimonial-grid.align-right {
	text-align: right
}

.elementor-widget-tm-testimonial-grid .testimonial-main-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-tm-testimonial-grid .content-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%
}

.elementor-widget-tm-testimonial-grid.layout-image-inline .avatar {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 20px 0 0
}

.elementor-widget-tm-testimonial-grid.layout-image-inline .info {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}

.elementor-widget-tm-testimonial-grid.layout-image-inline.align-right .info {
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-widget-tm-testimonial-grid.layout-image-inline.align-right .avatar {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 20px
}

.elementor-widget-tm-testimonial-grid.layout-image-inline.align-right .testimonial-item {
	text-align: right
}

.elementor-widget-tm-testimonial-grid.layout-image-stacked .avatar {
	margin: 0 0 28px
}

.elementor-widget-tm-testimonial-grid.layout-image-stacked .info {
	display: inline-block
}

.elementor-widget-tm-testimonial-grid.layout-image-above .avatar {
	margin-bottom: 20px
}

.elementor-widget-tm-testimonial-grid.layout-image-above .cite {
	display: block;
	margin-top: 46px
}

.elementor-widget-tm-testimonial-grid.image-position-above .info {
	padding: 0 0 19px
}

.elementor-widget-tm-testimonial-grid.image-position-below .info {
	padding: 19px 0 0
}

.elementor-widget-tm-testimonial-grid.image-position-bottom .testimonial-main-content {
	height: 100%
}

.elementor-widget-tm-testimonial-grid.image-position-bottom .content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.elementor-widget-tm-testimonial-grid.image-position-bottom .content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-tm-testimonial-grid.image-position-bottom .info {
	padding: 60px 0 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-tm-testimonial-grid.image-position-bottom.align-center .info {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-tm-testimonial-grid .thumbnail {
	margin-bottom: 38px
}

.elementor-widget-tm-testimonial-grid .avatar img {
	width: 90px;
	height: 90px;
	border-radius: 50%
}

.elementor-widget-tm-testimonial-grid .text {
	font-style: italic
}

.elementor-widget-tm-testimonial-grid .cite {
	font-style: normal
}

.elementor-widget-tm-testimonial-grid .title {
	font-size: 21px;
	margin-bottom: 14px
}

.elementor-widget-tm-testimonial-grid .testimonial-rating {
	font-size: 12px;
	color: #f5a623;
	letter-spacing: 4px;
	margin-bottom: 10px
}

.elementor-widget-tm-testimonial-grid .name {
	display: block;
	font-size: 18px;
	line-height: 1.34;
	margin-bottom: 0
}

.elementor-widget-tm-testimonial-grid .position {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	margin-top: 6px
}

@-webkit-keyframes video-bounce-up {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	25% {
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15)
	}
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85)
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes video-bounce-up {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	25% {
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15)
	}
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85)
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

.tm-popup-video {
	position: relative
}

.tm-popup-video .video-link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tm-popup-video .video-poster {
	position: relative
}

.tm-popup-video .video-play-icon {
	width: 90px;
	height: 90px;
	background: 0 0;
	border: 3px solid #111;
	position: relative;
	border-radius: 50%
}

.tm-popup-video .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	margin-left: 2px;
	z-index: 2
}

.tm-popup-video .icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #111
}

.tm-popup-video .video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.tm-popup-video .video-poster-caption {
	margin-top: 21px;
	font-size: 16px;
	font-style: italic;
	text-align: center
}

.tm-popup-video.type-poster .video-poster {
	border-radius: 5px
}

.tm-popup-video.type-poster .medizin-image {
	border: 0 solid transparent;
	position: relative;
	border-radius: inherit
}

.tm-popup-video.type-poster .medizin-image img {
	border-radius: inherit
}

.tm-popup-video.type-poster .video-play-icon {
	border-color: #fff
}

.tm-popup-video.type-poster .icon:before {
	border-left-color: #fff
}

.tm-popup-video.type-poster .video-button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tm-popup-video.type-poster.poster-full-wide .video-link {
	display: block
}

.tm-popup-video.type-poster.poster-full-wide .video-poster img {
	width: 100%
}

.tm-popup-video.type-button {
	line-height: 0
}

.tm-popup-video.type-button .video-link:hover .video-play {
	-webkit-animation: 1s video-bounce-up;
	animation: 1s video-bounce-up
}

.tm-popup-video.type-button>a {
	display: inline-block;
	text-align: center
}

.medizin-text-animate-line .video-link:hover .video-text:after {
	width: 100%;
	left: 0;
	right: auto
}

.medizin-text-animate-line .video-text {
	position: relative;
	padding-bottom: 5px
}

.medizin-text-animate-line .video-text:before,
.medizin-text-animate-line .video-text:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor
}

.medizin-text-animate-line .video-text:before {
	width: 100%;
	background: rgba(0, 0, 0, .2)
}

.medizin-popup-video-icon-position-top .video-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.medizin-popup-video-icon-position-top .video-play {
	margin: 0 0 20px
}

.medizin-popup-video-icon-position-left .video-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.medizin-popup-video-icon-position-left .video-play {
	margin: 0 20px 0 0
}

.medizin-popup-video-icon-position-right .video-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.medizin-popup-video-icon-position-right .video-play {
	margin: 0 0 0 20px
}

@-webkit-keyframes hozirontalMove {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes hozirontalMove {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.tm-separator {
	line-height: 0;
	font-size: 0
}

.tm-separator.vertical-line .inner {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 150px
}

.tm-separator.vertical-line .inner:before,
.tm-separator.vertical-line .inner:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: currentColor
}

.tm-separator.vertical-line.play-animate {
	overflow: hidden
}

.tm-separator.vertical-line.play-animate .inner {
	background: 0 0 !important
}

.tm-separator.vertical-line.play-animate .inner:before,
.tm-separator.vertical-line.play-animate .inner:after {
	-webkit-animation: hozirontalMove 1.3s linear infinite !important;
	animation: hozirontalMove 1.3s linear infinite !important
}

.tm-separator.vertical-line.play-animate .inner:after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.tm-separator.horizontal-line .inner {
	display: inline-block;
	width: 120px;
	max-width: 100%;
	height: 2px;
	background: currentColor
}

.tm-table {
	overflow-x: auto
}

.tm-table table {
	margin: 0;
	border-collapse: separate
}

.tm-table.style-01 th {
	font-size: 20px;
	font-weight: 600;
	color: #b2b2b2
}

.tm-table.style-01 td,
.tm-table.style-01 th {
	text-align: left;
	border: 0;
	padding: 36px 10px 36px
}

.tm-table.style-01 tr th,
.tm-table.style-01 tr td {
	border-bottom: 1px solid #eee
}

.tm-table.style-01 tr:nth-child(2n) td {
	background: 0 0
}

.has-admin-bar.fp-enabled {
	height: calc(100% - 32px) !important
}

.tm-full-page .fp-section:not(.page-footer-wrapper) .elementor-section-stretched {
	left: 0 !important
}

.full-page-share-list {
	position: fixed;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 60px;
	padding-top: 110px
}

.full-page-share-list .stalk {
	position: absolute;
	top: 0;
	left: 7px;
	padding-left: 63px;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	-webkit-transform: translateX(-50%) translateY(100%) rotate(-90deg);
	-ms-transform: translateX(-50%) translateY(100%) rotate(-90deg);
	transform: translateX(-50%) translateY(100%) rotate(-90deg)
}

.full-page-share-list .stalk:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #ddd
}

.full-page-share-list a {
	display: block;
	font-size: 17px
}

.full-page-share-list a+a {
	margin-top: 22px
}

.full-page-numbers {
	position: fixed;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 48px;
	color: #111
}

.full-page-numbers .numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.full-page-numbers .numbers .current {
	font-size: 70px;
	font-weight: 300;
	line-height: .6
}

.full-page-numbers .numbers .total {
	position: relative;
	padding-left: 28px;
	font-size: 27px;
	line-height: 1
}

.full-page-numbers .numbers .total:before {
	position: absolute;
	content: '';
	width: 1px;
	left: 12px;
	bottom: 0;
	height: 64px;
	background: #ccc
}

.full-page-numbers .title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 12px
}

[data-fp-section-skin=light] #fp-nav ul li a span,
[data-fp-section-skin=light] .fp-slidesNav ul li a span {
	background: #fff
}

[data-fp-section-skin=light] .full-page-share-list .stalk {
	color: #fff
}

[data-fp-section-skin=light] .full-page-share-list .stalk:before {
	background: rgba(221, 221, 221, .27)
}

[data-fp-section-skin=light] .full-page-share-list a {
	color: #fff
}

[data-fp-section-skin=light] .full-page-numbers {
	color: #fff
}

[data-fp-section-skin=light] .full-page-numbers .total:before {
	background: rgba(204, 204, 204, .2)
}

.tm-view-demo {
	text-align: center
}

.tm-view-demo .medizin-box {
	position: relative;
	display: block
}

.tm-view-demo .image {
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	border-radius: 5px
}

.tm-view-demo .image>img {
	width: 100%;
	border-radius: inherit
}

.tm-view-demo .heading {
	font-size: 20px;
	line-height: 1.5;
	margin: 29px 0 0
}

.tm-view-demo .badge {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2
}

.medizin-shape .shape {
	color: #111
}

.medizin-shape svg {
	height: auto
}

.medizin-shape-circle .shape {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: currentColor
}

.medizin-shape-border-circle .shape {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid currentColor
}

.wpcf7 .wpcf7-response-output {
	margin: 30px 0 0;
	padding: 15px 20px;
	border: 0;
	color: #fff
}

.wpcf7 .wpcf7-validation-errors {
	background: #f0ad4e
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #5cb85c
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #d9534f;
	font-size: 12px
}

.medizin-contact-form-7 .wpcf7-form br {
	display: none
}

.medizin-contact-form-7 .form-item {
	position: relative
}

.medizin-contact-form-7 .form-item.has-icon .wpcf7-text,
.medizin-contact-form-7 .form-item.has-icon .wpcf7-date {
	padding-right: 40px
}

.medizin-contact-form-7 .form-icon {
	font-size: 18px;
	color: #ccc;
	position: absolute;
	top: 14px;
	right: 17px;
	line-height: 0
}

.medizin-contact-form-7 .wpcf7-textarea {
	height: 150px
}

.medizin-contact-form-7 .ajax-loader {
	display: none !important
}

.medizin-contact-form-7 .form-submit {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.medizin-button-align-start .form-submit {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.medizin-button-align-center .form-submit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.medizin-button-align-end .form-submit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.medizin-button-align-stretch .form-submit input[type=submit],
.medizin-button-align-stretch .form-submit button {
	text-align: center;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.medizin-mailchimp-form .form-title,
.medizin-mailchimp-form .form-description {
	display: none
}

.medizin-mailchimp-form input[type=email]::-webkit-input-placeholder {
	color: inherit
}

.medizin-mailchimp-form input[type=email]:-moz-placeholder {
	color: inherit
}

.medizin-mailchimp-form input[type=email]::-moz-placeholder {
	color: inherit
}

.medizin-mailchimp-form input[type=email]:-ms-input-placeholder {
	color: inherit
}

.medizin-mailchimp-form .button-icon:before {
	content: '\f178'
}

.medizin-mailchimp-form-style-01 .form-item-wrap {
	position: relative
}

.medizin-mailchimp-form-style-01 input[type=email] {
	padding-right: 150px
}

.medizin-mailchimp-form-style-01 .form-submit {
	border: 0 !important;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 36px;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #fff
}

.medizin-mailchimp-form-style-01 .button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.medizin-mailchimp-form-style-01 .form-description {
	margin-top: 24px
}

.medizin-mailchimp-form-style-01 .button-icon {
	display: none
}

.medizin-mailchimp-form-style-02 .form-item-wrap {
	position: relative
}

.medizin-mailchimp-form-style-02 input[type=email] {
	padding-left: 0;
	padding-right: 65px;
	min-height: 50px;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(0, 0, 0, .25);
	background: 0 0;
	font-size: 24px;
	color: #333
}

.medizin-mailchimp-form-style-02 input[type=email]:focus {
	background: 0 0
}

.medizin-mailchimp-form-style-02 .form-submit {
	border: 0 !important;
	border-radius: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #333
}

.medizin-mailchimp-form-style-02 .button-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 30px
}

.medizin-mailchimp-form-style-02 .form-description {
	color: #fff;
	margin-top: 24px
}

.medizin-mailchimp-form-style-02 .button-text {
	display: none
}

.elementor-section-gap-beside-no>.elementor-container>.elementor-row {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-section-gap-beside-no>.elementor-column-gap-narrow>.elementor-row {
	margin-left: -5px;
	margin-right: -5px
}

.elementor-section-gap-beside-no>.elementor-column-gap-default>.elementor-row {
	margin-left: -10px;
	margin-right: -10px
}

.elementor-section-gap-beside-no>.elementor-column-gap-extended>.elementor-row {
	margin-left: -15px;
	margin-right: -15px
}

.elementor-section-gap-beside-no>.elementor-column-gap-wide>.elementor-row {
	margin-left: -20px;
	margin-right: -20px
}

.elementor-section-gap-beside-no>.elementor-column-gap-wider>.elementor-row {
	margin-left: -30px;
	margin-right: -30px
}

.elementor-section.elementor-section-content-align-left>.elementor-container {
	margin-left: 0;
	margin-right: 0
}

.elementor-section.elementor-section-content-align-right>.elementor-container {
	margin-left: 0;
	margin-right: 0;
	float: right;
	width: 100%
}

.elementor-section .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0
}

.elementor-section .elementor-widget:not(:last-child) {
	margin-bottom: 0
}

.elementor-section.elementor-inner-section {
	margin-left: 0;
	margin-right: 0
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
	border-color: #eee
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	font-size: 18px
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
	color: inherit
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon {
	position: relative;
	top: 3px;
	font-size: 16px
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	border-color: #eee;
	font-size: 16px;
	line-height: 1.75
}

.elementor-accordion-style-02 .elementor-accordion .elementor-accordion-item {
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.elementor-accordion-style-02 .elementor-accordion .elementor-tab-title {
	padding: 17px 0 21px
}

.elementor-accordion-style-02 .elementor-accordion .elementor-tab-content {
	padding: 22px 0 33px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-item {
	border: 0 !important
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-content {
	border: 0 !important;
	padding: 16px 0 33px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title {
	padding: 15px 0;
	font-size: 24px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title a {
	border-bottom: 2px solid currentColor;
	padding-bottom: 4px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-icon {
	top: 9px
}

.elementor-element .elementor-button.elementor-button {
	border-radius: 5px
}

.elementor-element .elementor-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-element .elementor-button.elementor-size-xs {
	font-size: 13px;
	min-height: 40px;
	padding: 2px 18px
}

.elementor-element .elementor-button.elementor-size-sm {
	font-size: 14px;
	min-height: 48px;
	padding: 5px 24px
}

.elementor-element .elementor-button.elementor-size-md {
	font-size: 14px;
	min-height: 52px;
	padding: 5px 30px
}

.elementor-element .elementor-button.elementor-size-lg {
	font-size: 15px;
	min-height: 56px;
	padding: 5px 36px
}

.elementor-element .elementor-button.elementor-size-xl {
	font-size: 16px;
	min-height: 60px;
	padding: 5px 42px
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
	font-size: 64px;
	font-weight: 400;
	color: #333
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 17px;
	color: #ababab
}

.elementor-widget-countdown.medizin-countdown-style-01 .elementor-countdown-digits {
	font-size: 18px;
	font-weight: 700;
	line-height: 1
}

.elementor-widget-countdown.medizin-countdown-style-01 .elementor-countdown-item {
	vertical-align: middle;
	padding: 0;
	line-height: 1
}

.elementor-widget-countdown.medizin-countdown-style-01 .elementor-countdown-item+.elementor-countdown-item {
	position: relative
}

.elementor-widget-countdown.medizin-countdown-style-01 .elementor-countdown-item+.elementor-countdown-item:before {
	position: absolute;
	top: 50%;
	left: -8px;
	content: ':';
	font-size: 18px;
	font-weight: 700;
	color: #3f3a64;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.elementor-element .elementor-form-fields-wrapper {
	position: relative
}

.elementor-element .elementor-field.elementor-field::-webkit-input-placeholder {
	opacity: 1
}

.elementor-element .elementor-field.elementor-field:-moz-placeholder {
	opacity: 1
}

.elementor-element .elementor-field.elementor-field::-moz-placeholder {
	opacity: 1
}

.elementor-element .elementor-field.elementor-field:-ms-input-placeholder {
	opacity: 1
}

.elementor-element .elementor-field-group .elementor-field-textual:focus {
	box-shadow: none
}

.elementor-form-no-wrap .elementor-form-fields-wrapper {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.elementor-field-group.elementor-col-fit {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group.elementor-col-custom {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 48px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 52px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 56px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 60px
}

.elementor-form .elementor-field-textual.elementor-size-xs,
.elementor-form .elementor-field-textual.elementor-size-sm,
.elementor-form .elementor-field-textual.elementor-size-md,
.elementor-form .elementor-field-textual.elementor-size-lg,
.elementor-form .elementor-field-textual.elementor-size-xl {
	border-radius: 5px
}

.elementor-form .elementor-field-textual.elementor-size-xs {
	min-height: 40px
}

.elementor-form .elementor-field-textual.elementor-size-sm {
	min-height: 48px;
	font-size: 16px
}

.elementor-form .elementor-field-textual.elementor-size-md {
	min-height: 52px;
	padding: 3px 20px
}

.elementor-form .elementor-field-textual.elementor-size-lg {
	min-height: 56px
}

.elementor-form .elementor-field-textual.elementor-size-xl {
	min-height: 60px
}

.elementor-form .elementor-message-success:before {
	content: '\f00c'
}

.elementor-field-group .elementor-select-wrapper:before {
	display: none
}

.elementor-widget-animated-headline .elementor-headline {
	margin-bottom: 0
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
	display: inline !important
}

.elementor-widget-animated-headline .elementor-headline-text-wrapper {
	display: inline-block !important
}

.elementor-widget-animated-headline .elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
	padding: 0
}

.elementor-element .elementor-widget-heading.elementor-widget-heading .elementor-heading-title>a:hover {
	color: inherit
}

.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0
}

.elementor .elementor-progress-wrapper,
.elementor .elementor-progress-bar {
	border-radius: 0
}

.elementor .elementor-progress-wrapper {
	background: #f5f5f5
}

.elementor .elementor-progress-percentage-outside .elementor-widget-container {
	position: relative
}

.elementor .elementor-progress-percentage-outside .elementor-progress-wrapper {
	position: static
}

.elementor .elementor-progress-percentage-outside .elementor-progress-percentage {
	position: absolute;
	top: 9px;
	right: 0;
	padding-right: 0;
	font-size: 16px;
	line-height: 1;
	color: #111
}

.elementor .elementor-widget-tabs .elementor-tab-title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.47em;
	letter-spacing: 1.38px;
	color: #777
}

.elementor .elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: #111
}

.elementor .elementor-widget-tabs .elementor-tab-title a {
	color: inherit
}

.elementor .elementor-widget-tabs .elementor-tab-mobile-title,
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.elementor .elementor-widget-tabs .elementor-tab-title:before,
.elementor .elementor-widget-tabs .elementor-tab-title:after,
.elementor .elementor-widget-tabs .elementor-tab-content,
.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border-color: #111
}

.elementor-widget-wp-widget-nav_menu ul,
.elementor-widget-wp-widget-insight-core-bmw ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.has-large-font-size,
.has-huge-font-size {
	line-height: 1.3;
	margin-bottom: 18px
}

.wp-block-cover,
.wp-block-pullquote,
.wp-block-preformatted,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-archives,
.wp-block-categories,
.wp-block-calendar {
	margin-bottom: 30px
}

.wp-block-button {
	margin-bottom: 30px
}

.wp-block-button .wp-block-button__link {
	padding: 16px 41px
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: currentColor !important;
	background-color: transparent;
	padding: 14px 41px
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit
}

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

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

.wp-block-calendar td,
.wp-block-calendar th {
	padding: 5px
}

.wp-block-calendar table caption {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #111
}

.wp-block-calendar #today {
	color: #fff
}

.wp-block-calendar #today a {
	color: inherit
}

.wp-block-calendar tfoot td {
	border: 1px solid rgba(0, 0, 0, .08)
}

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

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

.wp-block-cover a,
.wp-block-cover-image a {
	color: #fff
}

.wp-block-cover a:hover,
.wp-block-cover-image a:hover {
	color: #fff;
	text-decoration: underline
}

.wp-block-embed {
	margin: 0 0 40px
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
	display: none !important
}

.wp-block-embed.is-type-video .embed-responsive {
	margin: 0
}

.wp-block-image {
	margin: 0
}

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

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

.wp-block-image figcaption {
	margin: 0;
	color: inherit;
	font-size: .9em
}

figure.wp-block-image {
	margin-bottom: 2em
}

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

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

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	margin-top: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.wp-block-image .aligncenter,
	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	.wp-block-image.is-resized,
	figure.wp-block-image {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

.wp-block-latest-comments {
	padding: 0;
	margin: 0 0 30px
}

.wp-block-latest-comments__comment {
	margin-bottom: 30px
}

.wp-block-latest-posts {
	margin: 0 0 30px;
	padding: 0
}

.wp-block-latest-posts li {
	margin-bottom: 16px
}

.wp-block-pullquote {
	border-top-color: #111;
	border-bottom-color: #111;
	color: #111
}

.wp-block-pullquote p {
	line-height: 1.3;
	margin-bottom: 18px
}

.wp-block-quote {
	border-color: #111
}

.wp-block-column .wp-block-quote {
	margin: 0 0 30px !important
}

.wp-block-search {
	margin: 0 0 30px
}

.wp-block-search label {
	display: none
}

.wp-block-search .wp-block-search__input {
	width: auto
}

.wp-block-search .wp-block-search__button {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:767px) {
	.wp-block-search {
		display: block
	}
	.wp-block-search .wp-block-search__input {
		width: 100%
	}
	.wp-block-search .wp-block-search__button {
		margin-left: 0;
		margin-top: 10px
	}
}

.wp-block-separator {
	border: 0;
	height: 2px;
	background: #111
}

.wp-block-separator.is-style-wide {
	height: 1px
}

.wp-block-separator.is-style-dots {
	color: #111
}

.wp-block-table {
	margin: 0
}

.wp-block-tag-cloud {
	margin: 0 0 30px
}

.wp-block-tag-cloud a {
	display: block;
	float: left;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1.5;
	padding: 7px 15px 6px;
	border-radius: 3px;
	background: #f5f5f5;
	color: #ababab;
	border: 0;
	margin: 5px;
	overflow: hidden
}

.wp-block-tag-cloud a:hover {
	color: #fff
}

.boxed {
	max-width: 1200px
}

::-moz-selection {
	color: #fff;
	background-color: #010463
}

::selection {
	color: #fff;
	background-color: #010463
}

mark,
.primary-color.primary-color,
.title-has-link a:hover,
.growl-close:hover,
.link-transition-02,
.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a:hover,
.header-categories-nav .product-category-dropdown>li:hover>a,
.tm-button.style-border,
.tm-button.style-thick-border,
.tm-button.style-text:hover .button-text,
.tm-button.style-text .button-icon,
.tm-instagram .instagram-user-name,
.medizin-infinite-loader,
.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .medizin-icon,
.medizin-blog .post-title a:hover,
.medizin-blog .post-categories a:hover,
.medizin-blog-caption-style-03 .tm-button,
.tm-portfolio .post-categories a:hover,
.tm-portfolio .post-title a:hover,
.medizin-pricing .price-wrap,
.medizin-timeline.style-01 .title,
.medizin-timeline.style-01 .timeline-dot,
.tm-google-map .style-signal .animated-dot,
.medizin-list .marker,
.medizin-pricing-style-02 .medizin-pricing .medizin-pricing-features li i,
.tm-social-networks .link:hover,
.tm-social-networks.style-solid-rounded-icon .link,
.medizin-modern-carousel-style-02 .slide-button,
.tm-slider a:hover .heading,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover,
.woosw-continue:hover,
.tm-menu .menu-price,
.woocommerce-widget-layered-nav-list a:hover,
.post-share a:hover,
.blog-nav-links h6:before,
.page-links>a:hover,
.page-links>a:focus,
.comment-nav-links li a:hover,
.page-pagination li a:hover,
.page-numbers li a:hover,
.header-search-form .search-submit,
.widget_search .search-submit:hover,
.widget_product_search .search-submit:hover,
.page-sidebar .widget_pages .current-menu-item>a,
.page-sidebar .widget_nav_menu .current-menu-item>a,
.page-sidebar .insight-core-bmw .current-menu-item>a,
.widget_archive li a:hover .count,
.widget_categories li a:hover .count,
.widget_product_categories li a:hover .count,
.medizin-wp-widget-posts .post-widget-title a:hover,
.comment-list .comment-actions a:hover,
.portfolio-nav-links.style-01 .inner>a:hover,
.portfolio-nav-links.style-02 .nav-list .hover,
.medizin-fake-select-wrap .medizin-fake-select li.selected:before,
.elementor-widget-tm-icon-box.medizin-icon-box-style-01 .medizin-box:hover div.tm-button.style-text,
.elementor-widget-tm-icon-box.medizin-icon-box-style-01 a.tm-button.style-text:hover,
.tm-image-box.medizin-box:hover div.tm-button.style-text,
.medizin-product-categories .product-cat-wrapper:hover .product-cat-name,
.tm-image-box a.tm-button.style-text:hover,
.widget_price_filter .ui-slider,
.order-by .selected-order a,
.medizin-product-price-filter .current-state,
.woocommerce .product-badges .onsale,
.cart-collaterals .order-total .amount,
.woocommerce-mini-cart__empty-message .empty-basket,
.woocommerce .cart_list.product_list_widget a:hover,
.woocommerce .cart.shop_table td.product-name a:hover,
.woocommerce ul.product_list_widget li .product-title:hover,
.entry-product-meta a:hover,
.entry-product-categories a:hover,
.entry-product-brands a,
.button.btn-apply-coupon,
.widget_price_filter .price_slider_amount .button,
.woocommerce-review-rating-template .rating-average,
.medizin-product .woocommerce-loop-product__title a:hover,
.medizin-product .loop-product__category a:hover,
.popup-product-quick-view .product_title a:hover,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th a:hover,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .button,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #010463
}

.primary-background-color,
.link-transition-02:after,
input[type=checkbox]:checked:before,
.wp-block-tag-cloud a:hover,
.wp-block-calendar #today,
.medizin-fake-select-wrap .medizin-fake-select li:hover,
.medizin-link-animate-border .heading-primary a mark:after,
.medizin-team-member-style-01 .social-networks a:hover,
.tm-button.style-flat:before,
.tm-button.style-border:after,
.tm-button.style-thick-border:after,
.medizin-tab-nav-buttons button:hover,
.medizin-blog-caption-style-03 .tm-button.style-bottom-line .button-content-wrapper:after,
.medizin-blog .post-overlay-categories a,
.hint--primary:after,
[data-fp-section-skin=dark] #fp-nav ul li a span,
[data-fp-section-skin=dark] .fp-slidesNav ul li a span,
.page-scroll-up,
.top-bar-01 .top-bar-button,
.tm-social-networks.style-flat-rounded-icon .link:hover,
.tm-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.tm-social-networks.style-flat-rounded-icon .link,
.tm-social-networks.style-solid-rounded-icon .link:hover,
.portfolio-overlay-group-01.portfolio-overlay-colored-faded .post-overlay,
.medizin-modern-carousel .slide-tag,
.medizin-light-gallery .medizin-box .medizin-overlay,
.medizin-accordion-style-02 .medizin-accordion .accordion-section.active .accordion-header,
.medizin-accordion-style-02 .medizin-accordion .accordion-section:hover .accordion-header,
.medizin-mailchimp-form-style-01 .form-submit,
.medizin-modern-carousel-style-02 .slide-button:after,
.tm-gradation .item:hover .count,
.nav-links a:hover,
.page-links .current,
.comment-nav-links li .current,
.page-pagination li .current,
.page-numbers li .current,
.page-sidebar .insight-core-bmw li:hover a,
.page-sidebar .insight-core-bmw li.current-menu-item a,
.single-post .entry-post-feature.post-quote,
.entry-post-categories a,
.post-share.style-01 .share-icon,
.entry-portfolio-feature .gallery-item .overlay,
.widget .tagcloud a:hover,
.widget_calendar #today,
.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true],
.wishlist-btn.style-01 a:hover,
.compare-btn.style-01 a:hover,
.compare-btn.style-01 a:hover,
.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a,
.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a,
.widget_price_filter .price_slider_amount .button:hover,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .button:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-info,
.woocommerce-message,
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
	background-color: #010463
}

.primary-background-color-important,
.lg-progress-bar .lg-progress {
	background-color: #010463!important
}

input[type=checkbox]:hover:before,
.wp-block-quote,
.wp-block-quote.has-text-align-right,
.tm-button.style-border,
.tm-button.style-thick-border,
.medizin-tab-nav-buttons button:hover,
.medizin-fake-select-wrap.focused .medizin-fake-select-current,
.medizin-fake-select-wrap .medizin-fake-select-current:hover,
.page-search-popup .search-field,
.tm-social-networks.style-solid-rounded-icon .link,
.tm-popup-video.type-button .video-play,
.widget_pages .current-menu-item,
.widget_nav_menu .current-menu-item,
.insight-core-bmw .current-menu-item,
.page-sidebar .insight-core-bmw li:hover a,
.page-sidebar .insight-core-bmw li.current-menu-item a,
.wishlist-btn.style-01 a:hover,
.compare-btn.style-01 a:hover,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce div.quantity .qty:focus,
.woocommerce div.quantity button:hover:before,
.woocommerce.single-product div.product .images .thumbnails .item img:hover {
	border-color: #010463
}

.single-product .woo-single-gallery .medizin-thumbs-swiper .swiper-slide:hover img,
.single-product .woo-single-gallery .medizin-thumbs-swiper .swiper-slide-thumb-active img,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #010463!important
}

.hint--primary.hint--top-left:before,
.hint--primary.hint--top-right:before,
.hint--primary.hint--top:before {
	border-top-color: #010463
}

.hint--primary.hint--right:before {
	border-right-color: #010463
}

.hint--primary.hint--bottom-left:before,
.hint--primary.hint--bottom-right:before,
.hint--primary.hint--bottom:before,
.medizin-tabpanel.medizin-tabpanel-horizontal>.medizin-nav-tabs li.active a,
.mini-cart .widget_shopping_cart_content,
.single-product .woocommerce-tabs li.active,
.woocommerce .select2-container .select2-choice {
	border-bottom-color: #010463
}

.hint--primary.hint--left:before,
.tm-popup-video.type-button .video-play-icon:before {
	border-left-color: #010463
}

.medizin-accordion-style-01 .medizin-accordion .accordion-section.active .accordion-header,
.medizin-accordion-style-01 .medizin-accordion .accordion-section:hover .accordion-header {
	background-color: rgba(78, 151, 253, .7)
}

.portfolio-overlay-group-01 .post-overlay {
	background-color: rgba(78, 151, 253, .8)
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a:hover,
.header-categories-nav .product-category-dropdown>li:hover>a {
	background-color: rgba(78, 151, 253, .1)
}

.secondary-color,
.entry-product-brands a:hover,
.medizin-product-banner .price,
.medizin-product-banner ins,
.medizin-product-banner ins .amount,
.woocommerce-cart .cart-collaterals .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount,
.wooscp-table .price .medizin-blog-zigzag .post-title {
	color: #FFCC00
}

.tm-button.style-flat:after,
.hint--secondary:after,
.medizin-product.style-grid-01 .woocommerce_loop_add_to_cart_wrap a:hover,
.medizin-product.style-grid-02 .woocommerce_loop_add_to_cart_wrap a:hover {
	background-color: #FFCC00
}

.medizin-event .event-overlay-background,
.medizin-event-carousel .event-overlay-background {
	background-color: rgba(228, 87, 61, .6)
}

.hint--secondary.hint--top-left:before,
.hint--secondary.hint--top-right:before,
.hint--secondary.hint--top:before {
	border-top-color: #FFCC00
}

.hint--secondary.hint--right:before {
	border-right-color: #FFCC00
}

.hint--secondary.hint--bottom-left:before,
.hint--secondary.hint--bottom-right:before,
.hint--secondary.hint--bottom:before {
	border-bottom-color: #FFCC00
}

.hint--secondary.hint--left:before {
	border-left-color: #FFCC00
}

@media(min-width:992px) {
	.page-sidebar {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.page-main-content {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

@media(min-width:1200px) {
	.page-sidebar-left .page-sidebar-inner {
		padding-right: 30px
	}
	.page-sidebar-right .page-sidebar-inner {
		padding-left: 30px
	}
}

@media(max-width:991px) {
	.page-sidebar {
		margin-top: 100px
	}
	.page-main-content {
		-webkit-order: -1;
		-moz-order: -1;
		order: -1
	}
}

.lg-backdrop {
	background-color: #000 !important
}

.woocommerce div.quantity button:before,
.mini-cart .widget_shopping_cart_content,
.medizin-wp-widget-product-layered-nav ul li.swatch-image img,
.woocommerce .cats .cat-text,
.woocommerce .cats .cat-title,
.woocommerce .cats .cat-count,
.single-product .woo-single-gallery .medizin-thumbs-swiper .swiper-slide img,
.woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs li a,
.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close,
.woosw-area.woosw-area .woosw-continue,
form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_color .isw-term:before,
.tm-button.btn-toggle-shop-filters .button-content-wrapper:after,
.desktop .medizin-product.style-grid-01 .product-actions,
.desktop .medizin-product.style-grid-02 .product-actions {
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after,
.widget_shopping_cart_content .total:after,
.widget_shopping_cart_content .buttons:after,
.cart_list.product_list_widget li:after,
.woocommerce .page-sidebar .product_list_widget .product-item:after,
.product_list_widget li:after,
.widget_rating_filter ul li:after,
.single-product form.cart .quantity-button-wrapper:after,
.woocommerce-tabs .woocommerce-Tabs-panel:after {
	content: "";
	display: table;
	clear: both
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.shipping-calculator-button,
.woocommerce-review-link,
.entry-product-meta a,
.woosw-page a,
.woosw-continue {
	position: relative
}

.woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-message .button:after,
.shipping-calculator-button:after,
.woocommerce-review-link:after,
.entry-product-meta a:after,
.woosw-page a:after,
.woosw-continue:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor
}

.woocommerce-error .button:hover:after,
.woocommerce-info .button:hover:after,
.woocommerce-message .button:hover:after,
.shipping-calculator-button:hover:after,
.woocommerce-review-link:hover:after,
.entry-product-meta a:hover:after,
.woosw-page a:hover:after,
.woosw-continue:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.woocommerce .select2-search--dropdown:after,
.stock:before,
.widget_rating_filter ul li.chosen a:before,
.woocommerce-product-attributes th:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900
}

.single-product .reset_variations:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.mini-cart .mini-cart-icon:before,
.cart_list.product_list_widget li .remove:after,
.woocommerce .woocommerce-ordering .medizin-fake-select-current .label:before,
.comment-form-rating .stars a:before,
.tm-button.btn-toggle-shop-filters .button-content-wrapper:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before,
.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after,
.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove>span:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro' !important;
	font-weight: 300
}

.wishlist-btn.style-01 a:before,
.compare-btn.style-01 a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro' !important;
	font-weight: 400
}

.woocommerce .select2 {
	height: 48px
}

.woocommerce .select2-search--dropdown {
	position: relative;
	padding: 0 20px;
	margin: 0 0 5px
}

.woocommerce .select2-search--dropdown:after {
	content: '\f002';
	font-size: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 40px
}

.woocommerce .select2-search--dropdown .select2-search__field {
	padding: 3px 20px;
	min-height: 40px
}

.woocommerce .select2-dropdown {
	border-color: #eee;
	border-radius: 26px;
	overflow: hidden;
	top: -1px
}

.woocommerce .select2-container--open .select2-dropdown--below {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.woocommerce .select2-results {
	padding: 0
}

.woocommerce .select2-drop-active {
	border: 0 !important
}

.woocommerce .select2-container .select2-selection--single {
	height: 48px;
	border-radius: 26px
}

.woocommerce .select2-container .select2-selection__rendered {
	padding: 0 20px !important;
	outline: 0
}

.woocommerce .select2-container--default .select2-selection--single {
	outline: 0;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 5px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	color: inherit
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ddd
}

.woocommerce .select2-container--default.select2-container--open .select2-results__option[aria-selected=true],
.woocommerce .select2-container--default.select2-container--open .select2-results__option[data-selected=true] {
	color: #fff
}

.woocommerce .select2-results__option {
	margin: 0;
	outline: 0;
	padding: 6px 20px
}

@font-face {
	font-family: WooCommerce;
	src: url(../../../../../medizin.thememove.com/wp-content/themes/medizin/assets/fonts/woocommerce/WooCommerce.eot);
	src: url(../../../themes/medizin/assets/fonts/woocommerce/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../themes/medizin/assets/fonts/woocommerce/WooCommerce.woff) format("woff"), url(../../../themes/medizin/assets/fonts/woocommerce/WooCommerce.ttf) format("truetype"), url(../../../themes/medizin/assets/fonts/woocommerce/WooCommerce.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

.clear {
	clear: both
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%
}

.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before {
	content: ' ';
	display: table
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	position: relative;
	width: 100%;
	border: 0;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 30px !important;
	padding: 1em 2em 1em 4em;
	list-style: none outside;
	word-wrap: break-word
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 1.2em;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #fff;
	font-weight: 600
}

.woocommerce-error a:hover,
.woocommerce-error a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus {
	color: #fff
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
	margin: 4px 0 0 10px !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: 0 0 !important;
	color: #fff !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px !important;
	padding: 2px 0
}

.woocommerce-error {
	background: #d9534f
}

.woocommerce-error:before {
	content: '\f0f3'
}

.woocommerce-info:before {
	content: '\f05a'
}

.woocommerce-message:before {
	content: "\f058"
}

.notify-actions {
	margin-top: 20px;
	text-align: center
}

.notify-actions .notify-link {
	margin-right: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.notify-actions .notify-link:hover {
	text-decoration: underline
}

.woocommerce .product-badges {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.woocommerce .product-badges>span {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 6px 5px 5px;
	min-height: 0;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.08;
	border-radius: 2px;
	min-width: 52px
}

.woocommerce .product-badges .hot {
	background: #d3122a
}

.woocommerce .product-badges .onsale {
	background: #20ad96
}

.woocommerce .product-badges .new {
	background: #e5b35d
}

.woocommerce .product-badges .out-of-stock {
	background: #d31129
}

.woocommerce form .form-row {
	margin-bottom: 30px;
	padding: 0
}

.woocommerce form .form-row textarea {
	height: 140px
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #d9534f
}

.woocommerce div.quantity {
	position: relative;
	width: 110px
}

.woocommerce div.quantity .qty {
	padding: 2px 30px 2px 10px;
	width: 100%;
	min-height: 48px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #333
}

.woocommerce div.quantity input::-webkit-outer-spin-button,
.woocommerce div.quantity input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.woocommerce div.quantity button {
	background: 0 0;
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 24px;
	border: 0;
	font-size: 0;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.woocommerce div.quantity button:before {
	content: '';
	position: absolute;
	right: 14px;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important
}

.woocommerce div.quantity .increase {
	top: 0
}

.woocommerce div.quantity .increase:before {
	bottom: 4px;
	border-bottom: 5px solid #696969
}

.woocommerce div.quantity .decrease {
	bottom: 0
}

.woocommerce div.quantity .decrease:before {
	top: 4px;
	border-top: 5px solid #696969
}

.stock {
	position: relative;
	display: inline-block;
	padding: 9px 0 8px 20px;
	margin: 0;
	font-size: 15px;
	color: #696969
}

.stock:before {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.stock.in-stock:before {
	color: #8cc63e;
	content: '\f058'
}

.stock.out-of-stock:before {
	color: #d31129;
	content: '\f057'
}

.woocommerce-store-notice,
.demo_store {
	position: fixed;
	top: auto !important;
	bottom: 0;
	background: #000
}

.woosw-content-item--price,
.tr-price,
.price,
.amount {
	font-size: 18px;
	font-weight: 700;
	line-height: 1
}

.woosw-content-item--price .amount,
.tr-price .amount,
.price .amount {
	font-size: inherit
}

.woosw-content-item--price del,
.woosw-content-item--price ins,
.tr-price del,
.tr-price ins,
.price del,
.price ins {
	display: inline-block;
	vertical-align: middle
}

.woosw-content-item--price del,
.tr-price del,
.price del {
	font-size: .78em;
	font-weight: 400;
	position: relative;
	text-decoration: none
}

.woosw-content-item--price del .amount,
.tr-price del .amount,
.price del .amount {
	font-size: inherit;
	font-weight: inherit
}

.woosw-content-item--price del:before,
.tr-price del:before,
.price del:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: 0;
	background: currentColor;
	content: ''
}

.woosw-content-item--price del+ins,
.tr-price del+ins,
.price del+ins {
	margin-left: 8px
}

.woosw-content-item--price ins+del,
.tr-price ins+del,
.price ins+del {
	margin-left: 8px
}

.star-rating {
	font-size: 14px;
	color: #f6b500
}

.woocommerce-account .page-content>.container,
.woocommerce-checkout .page-content>.container,
.woocommerce-cart .page-content>.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px
}

.mini-cart {
	position: relative
}

.mini-cart .mini-cart__button {
	display: block;
	padding: 0 14px
}

.mini-cart ul {
	margin: 0;
	padding: 0
}

.mini-cart.hide-on-empty [data-count="0"] {
	display: none
}

.mini-cart .mini-cart-icon {
	position: relative;
	display: block;
	width: 22px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer
}

.mini-cart .mini-cart-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
	content: '\f290'
}

.mini-cart .mini-cart-icon:after {
	position: absolute;
	bottom: -4px;
	right: -12px;
	padding: 0 4px;
	min-width: 20px;
	height: 20px;
	border-radius: 20px;
	color: #fff;
	background: #111;
	content: attr(data-count);
	font-weight: 700;
	font-size: 12px;
	line-height: 20px
}

.mini-cart.style-svg .mini-cart-icon {
	width: 30px;
	font-size: 30px
}

.mini-cart.style-svg .mini-cart-icon:before {
	font-family: 'Arial';
	content: '';
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: url(../../../themes/medizin/assets/svg/bag.svg);
	mask-image: url(../../../themes/medizin/assets/svg/bag.svg)
}

.mini-cart .widget_shopping_cart_content {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	z-index: 99999;
	visibility: hidden;
	overflow: auto;
	padding: 30px 20px 27px;
	max-height: 80vh;
	width: 360px;
	border: 0;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
	opacity: 0
}

.mini-cart .widget_shopping_cart_content li>a:not(.remove) {
	display: block;
	padding-right: 25px;
	font-size: 15px !important;
	font-weight: 500
}

.mini-cart:hover .widget_shopping_cart_content {
	top: 100%;
	visibility: visible;
	opacity: 1
}

.woocommerce-mini-cart__empty-message {
	text-align: center
}

.woocommerce-mini-cart__empty-message .empty-basket {
	font-size: 70px
}

.woocommerce-mini-cart__empty-message .empty-message {
	font-size: 16px;
	font-style: italic
}

.woocommerce-mini-cart__empty-message .button {
	width: 100%;
	height: 48px;
	line-height: 46px
}

.widget_shopping_cart_content .cart-footer {
	margin-top: 30px;
	padding-top: 16px;
	border-top: 2px solid #f3f3f3
}

.widget_shopping_cart_content .total .amount {
	float: right
}

.widget_shopping_cart_content .buttons {
	margin: 6px 0 0
}

.widget_shopping_cart_content .buttons .button {
	padding: 0 20px !important;
	height: 48px;
	width: 48%;
	line-height: 46px;
	text-align: center;
	float: left
}

.widget_shopping_cart_content .buttons>a {
	margin-top: 10px
}

.widget_shopping_cart_content .buttons .checkout {
	float: right
}

.cart_list.product_list_widget li {
	position: relative;
	display: block;
	list-style-type: none;
	padding-left: 100px;
	min-height: 80px
}

.cart_list.product_list_widget li+li {
	margin-top: 20px !important
}

.cart_list.product_list_widget li img {
	position: absolute;
	top: 0;
	left: 0;
	float: none !important;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 0
}

.cart_list.product_list_widget li .quantity {
	display: block;
	font-size: 15px
}

.cart_list.product_list_widget li .remove {
	position: relative !important;
	float: right;
	width: 20px;
	height: 20px;
	color: inherit !important;
	font-size: 0;
	line-height: 1.5
}

.cart_list.product_list_widget li .remove:hover {
	background: 0 0;
	color: initial !important
}

.cart_list.product_list_widget li .remove:after {
	content: '\f00d';
	font-size: 18px;
	position: absolute;
	top: 4px;
	left: 3px
}

.cart_list.product_list_widget a {
	font-weight: 400;
	font-size: 16px
}

@media (max-width:767px) {
	.mini-cart .widget_shopping_cart_content {
		display: none !important
	}
}

.woocommerce .page-sidebar .product_list_widget li+li {
	margin-top: 30px
}

.woocommerce .page-sidebar .product_list_widget .product-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce .page-sidebar .product_list_widget .product-title {
	margin: 0
}

.woocommerce .page-sidebar .product_list_widget .thumbnail {
	line-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.woocommerce .page-sidebar .product_list_widget .thumbnail a:after {
	display: none
}

.woocommerce .widget_shopping_cart .cart_list li {
	padding-left: 0
}

.product_list_widget {
	margin: 0;
	padding: 0
}

.product_list_widget li {
	display: block;
	margin: 0
}

.product_list_widget li:last-child {
	margin-bottom: 0
}

.product_list_widget li img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	width: 80px;
	border-radius: 5px
}

.product_list_widget li .product-title {
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.74
}

.product_list_widget li .product-title a {
	display: inline-block;
	color: inherit;
	font-weight: inherit
}

.product_list_widget li .star-rating {
	margin: 13px 0 0;
	font-size: 13px
}

.product_list_widget li .price {
	display: block;
	font-size: 15px;
	margin: 7px 0 0
}

.product_list_widget li .price del {
	font-size: 13px
}

.woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.woocommerce-widget-layered-nav-list li {
	position: relative
}

.widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none
}

.widget_rating_filter ul li a {
	padding: 1px 0
}

.widget_rating_filter ul li.chosen a:before {
	content: '\f057';
	color: #a00;
	margin-right: .618em
}

.widget_rating_filter .star-rating {
	float: none;
	display: inline-block;
	width: auto;
	font-family: inherit;
	overflow: visible
}

.widget_rating_filter .star-rating:before {
	display: none
}

.widget_rating_filter .tm-star-rating {
	font-size: 15px
}

.widget_price_filter {
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 24px
}

.widget_price_filter .price_slider {
	margin-bottom: 25px
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	border-radius: 5px;
	background-color: #dbdbdb
}

.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: -.5em;
	right: -.5em;
	bottom: 0;
	background: inherit;
	border-radius: inherit
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background: currentColor
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	margin-left: -.5em;
	top: -7px;
	width: 19px;
	height: 19px;
	background: currentColor;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .13)
}

.widget_price_filter .price_slider_amount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: inherit
}

.widget_price_filter .price_slider_amount .button {
	padding: 0 33px !important;
	height: 32px;
	line-height: 30px !important;
	background: #fff;
	border-color: transparent;
	border-radius: 16px
}

.widget_price_filter .price_slider_amount .button:hover {
	color: #fff
}

.widget_price_filter .price_slider_amount .price_label {
	font-size: 14px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #333
}

.medizin-product-price-filter a .amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit
}

.medizin-wp-widget-product-layered-nav .filter-pseudo-link {
	display: none
}

.medizin-wp-widget-product-layered-nav ul .term-name {
	margin: 0 0 0 10px
}

.medizin-wp-widget-product-layered-nav ul.show-display-inline li {
	display: inline-block;
	margin: 0 10px 10px 0
}

.medizin-wp-widget-product-layered-nav ul.show-labels-off li .term-name {
	display: none
}

.medizin-wp-widget-product-layered-nav ul.show-labels-on li.swatch-color .filter-swatch:before,
.medizin-wp-widget-product-layered-nav ul.show-labels-on li.swatch-color .filter-swatch:after {
	display: none
}

.medizin-wp-widget-product-layered-nav ul.list-swatch-color {
	margin-left: -9px;
	margin-right: -9px
}

.medizin-wp-widget-product-layered-nav ul.list-swatch-color li.swatch-color {
	padding-left: 9px;
	padding-right: 9px;
	margin: 0 0 17px
}

.medizin-wp-widget-product-layered-nav ul li.swatch-color .filter-swatch {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #ccc
}

.medizin-wp-widget-product-layered-nav ul li.swatch-image img {
	height: 20px;
	width: 20px;
	border-radius: 50%
}

.medizin-wp-widget-product-layered-nav ul li.swatch-image img+.term-name {
	margin-left: 10px
}

@-webkit-keyframes adding-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes adding-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.woocommerce nav.woocommerce-pagination {
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 56px 0 0;
	border: 0
}

.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none
}

.woocommerce nav.woocommerce-pagination ul li>span,
.woocommerce nav.woocommerce-pagination ul li>a {
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: inherit;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: 0;
	border-radius: 50%;
	background: 0 0
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff
}

.woocommerce .archive-shop-actions {
	margin-bottom: 17px
}

.woocommerce .woocommerce-result-count {
	margin: 0
}

.woocommerce .woocommerce-result-count .total {
	color: #333;
	font-weight: 500
}

.woocommerce .woocommerce-ordering {
	display: inline-block;
	margin: 0;
	float: none
}

.woocommerce .woocommerce-ordering select {
	min-height: 48px
}

.woocommerce .woocommerce-ordering .medizin-fake-select-current .label:before {
	content: '\f036';
	vertical-align: middle;
	font-size: 16px
}

.woocommerce .cats {
	margin-bottom: 50px
}

.woocommerce .cats .product-category .cat-title,
.woocommerce .cats .product-category .cat-count {
	color: #fff
}

.woocommerce .cats .cat-title {
	margin-bottom: 5px
}

.woocommerce .cats .cat-image img {
	width: 100%
}

.woocommerce .cats .cat-text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 15px;
	background-color: rgba(0, 0, 0, .8);
	text-transform: uppercase
}

.woocommerce .cats .cat-count {
	margin: 0;
	color: initial;
	font-size: 12px
}

.shop-actions-toolbar-left,
.shop-actions-toolbar-right {
	margin-bottom: 21px
}

.shop-actions-toolbar-right>.inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: -10px;
	margin-right: -10px
}

.shop-actions-toolbar-right>.inner>* {
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:1200px) {
	.archive-shop-wide .page-content>.container {
		max-width: 1750px
	}
}

.woocommerce-cart .woocommerce-cart-form-wrapper {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 30px
}

.woocommerce-cart .shop_table {
	margin-bottom: 0
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
	border: 0;
	background: 0 0;
	text-align: left;
	padding-right: 10px !important
}

.woocommerce-cart .shop_table tr {
	border-bottom: 1px solid #eee
}

.woocommerce-cart .shop_table tr:last-child {
	border: 0
}

.woocommerce-cart .shop_table th {
	font-size: 15px;
	font-weight: 500;
	padding: 15px 0;
	line-height: 1.2;
	background: #f8f8f8
}

.woocommerce-cart .shop_table th.product-thumbnail {
	width: 130px
}

.woocommerce-cart .shop_table td {
	padding: 30px 0
}

.woocommerce-cart .shop_table th:first-child,
.woocommerce-cart .shop_table td:first-child {
	padding-left: 30px
}

.woocommerce-cart .shop_table th:last-child,
.woocommerce-cart .shop_table td:last-child {
	padding-right: 30px
}

.woocommerce-cart .shop_table .product-title {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0
}

.woocommerce-cart .shop_table .product-title a {
	color: inherit
}

.woocommerce-cart .shop_table .product-price .price,
.woocommerce-cart .shop_table .product-price .amount {
	font-size: 15px;
	font-weight: 500
}

.woocommerce-cart .shop_table .product-subtotal label {
	display: none
}

.woocommerce-cart .shop_table .product-subtotal .price,
.woocommerce-cart .shop_table .product-subtotal .amount {
	font-size: 15px;
	font-weight: 700
}

.woocommerce-cart .shop_table .product-remove {
	font-size: 18px
}

.woocommerce-cart .btn-empty-cart,
.woocommerce-cart .btn-continue-shopping {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px
}

.woocommerce-cart .actions-buttons {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.woocommerce-cart .cart-collaterals-wrap {
	margin-top: 70px;
	padding-top: 30px;
	border-top: 1px solid #eee
}

.woocommerce-cart .shipping-heading,
.woocommerce-cart .coupon-heading {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 18px
}

.woocommerce-cart .shipping-heading {
	margin-bottom: 23px
}

.woocommerce-cart .coupon-description {
	margin-bottom: 20px
}

.woocommerce-cart .coupon label {
	display: none
}

.woocommerce-cart .coupon .input-text {
	margin-bottom: 20px
}

.woocommerce-cart .cart .product-thumbnail img {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 80px
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
	padding: 12px 0
}

.woocommerce-cart .cart-collaterals .shop_table td {
	text-align: right;
	padding-left: 10px;
	padding-right: 0 !important
}

.woocommerce-cart .cart-collaterals .shop_table tr:not(.order-total) th {
	font-size: 15px;
	font-weight: 400;
	background: 0 0;
	color: #696969
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
	margin: 0
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
	margin: 0 0 5px
}

.woocommerce-cart .cart-collaterals .cart-discount .amount {
	font-size: 15px;
	color: #696969
}

.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total th {
	padding-top: 25px;
	padding-bottom: 38px
}

.woocommerce-cart .cart-collaterals .order-total th {
	font-size: 18px
}

.woocommerce-cart .cart-collaterals .order-total .amount {
	font-size: 20px
}

.woocommerce-cart .custom-calculate-shipping-block .package-name {
	display: none
}

.woocommerce-cart .custom-calculate-shipping-block .woocommerce-shipping-methods {
	display: none
}

.woocommerce-cart .custom-calculate-shipping-block .woocommerce-shipping-destination {
	display: none
}

.woocommerce-cart .custom-calculate-shipping-block .shipping-calculator-button {
	display: none
}

.woocommerce-cart .custom-calculate-shipping-block .shipping-calculator-form {
	display: block !important
}

.woocommerce-cart .cart_totals {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 25px 30px 40px
}

.woocommerce-cart .cart_totals>h2 {
	display: none
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
	display: none
}

.woocommerce-cart .checkout-button {
	width: 100%
}

.woocommerce-cart .empty-cart-messages {
	text-align: center
}

.woocommerce-cart .empty-cart-icon svg {
	width: 250px;
	height: auto;
	margin: 0 auto 30px;
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px)
}

.woocommerce-cart .empty-cart-heading {
	font-size: 36px;
	font-weight: 400
}

.woocommerce-cart .return-to-shop {
	margin-top: 30px;
	text-align: center
}

.shipping-calculator-button {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	line-height: 1.5;
	display: inline-block
}

.woocommerce a.remove {
	display: inline-block;
	font-size: 20px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: #d8d8d8;
	text-decoration: none;
	border: 0
}

.woocommerce a.remove:hover {
	color: #222
}

.shipping-calculator-form {
	margin-top: 10px
}

.btn-empty-cart .tm-button.style-text.icon-left .button-icon {
	margin-right: 8px
}

.btn-empty-cart .tm-button.style-text:hover .button-text {
	color: #333
}

.btn-empty-cart .tm-button.style-text .button-text {
	color: #9b9b9b
}

.woocommerce-shipping-methods {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none
}

@media (max-width:767px) {
	.woocommerce-page table.shop_table thead {
		display: none
	}
	.woocommerce-page table.shop_table tbody,
	.woocommerce-page table.shop_table th,
	.woocommerce-page table.shop_table td,
	.woocommerce-page table.shop_table tr {
		display: block
	}
	.woocommerce-page table.shop_table tr {
		padding-bottom: 30px;
		margin-bottom: 30px
	}
	.woocommerce-page table.shop_table td {
		padding: 0 !important
	}
	.woocommerce-page table.shop_table .cart_item {
		position: relative;
		padding-left: 110px;
		min-height: 90px
	}
	.woocommerce-page table.shop_table .product-quantity {
		margin-top: 10px
	}
	.woocommerce-page table.shop_table .product-subtotal {
		margin: 10px 0
	}
	.woocommerce-page table.shop_table .product-subtotal label {
		display: inline-block
	}
	.woocommerce-page table.shop_table .product-thumbnail {
		position: absolute;
		top: 0;
		left: 0
	}
	.woocommerce-page table.shop_table .product-remove {
		text-align: left
	}
	.woocommerce-cart .cart-collaterals {
		margin: 40px 0 0
	}
}

@media (max-width:543px) {
	.woocommerce-cart .shop_table .form-cart-actions-wrap {
		display: block
	}
	.woocommerce-cart .shop_table .coupon {
		display: block;
		max-width: 100%
	}
	.woocommerce-cart .shop_table .actions-buttons {
		display: block
	}
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
	font-size: 16px;
	margin-bottom: 5px
}

.woocommerce-form-coupon-toggle {
	margin-bottom: 25px
}

.woocommerce-form__label-for-checkbox {
	cursor: pointer
}

#order_comments {
	height: 100px
}

#ship-to-different-address-checkbox {
	top: -3px
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=url],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-checkout .elementor-field-group .elementor-field-textual {
	background: #f5f5f5;
	border-color: #f5f5f5
}

.woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=url]:focus,
.woocommerce-checkout input[type=password]:focus,
.woocommerce-checkout input[type=search]:focus,
.woocommerce-checkout input[type=number]:focus,
.woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce-checkout .woocommerce .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.woocommerce-checkout .elementor-field-group .elementor-field-textual:focus {
	box-shadow: 0 2px 20px rgba(0, 0, 0, .05)
}

.woocommerce-checkout .checkout_coupon {
	margin-bottom: 30px
}

.woocommerce-checkout .checkout_coupon .form-group {
	width: 370px;
	position: relative
}

.woocommerce-checkout #customer_details {
	margin-bottom: 55px
}

.woocommerce-checkout abbr.required {
	border: 0;
	text-decoration: none
}

.woocommerce-checkout .woocommerce-billing-fields .form-row>label,
.woocommerce-checkout .woocommerce-shipping-fields .form-row>label,
.woocommerce-checkout .woocommerce-additional-fields .form-row>label {
	display: inline-block;
	color: #696969;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 9px
}

.woocommerce-checkout form .form-row.form-row-first,
.woocommerce-checkout form .form-row.form-row-last {
	width: 50%
}

.woocommerce-checkout form .form-row.form-row-first {
	padding-right: 10px;
	float: left
}

.woocommerce-checkout form .form-row.form-row-last {
	padding-left: 10px;
	float: right
}

.woocommerce-checkout .checkout-order-review-wrap .blockUI {
	opacity: 0 !important
}

.woocommerce-checkout .shop_table {
	margin-bottom: 0
}

.woocommerce-checkout .shop_table thead {
	display: none
}

.woocommerce-checkout .shop_table th {
	font-size: 15px;
	font-weight: 400
}

.woocommerce-checkout .shop_table .product-total {
	text-align: right
}

.woocommerce-checkout .shop_table .product-total .amount {
	font-size: 15px
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
	background: 0 0;
	border: 0;
	text-align: left;
	padding: 12px 10px 12px 0
}

.woocommerce-checkout .shop_table td {
	padding: 12px 10px 12px 0
}

.woocommerce-checkout .shop_table td:last-child {
	padding-left: 10px;
	padding-right: 0
}

.woocommerce-checkout .shop_table tr {
	border-top: 1px solid #eee
}

.woocommerce-checkout .shop_table tr:not(.order-total) th {
	color: #696969
}

.woocommerce-checkout .shop_table tbody td {
	padding: 20px 10px 20px 0;
	vertical-align: top
}

.woocommerce-checkout .shop_table .product-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.woocommerce-checkout .shop_table .product-quantity {
	color: #9b9b9b
}

.woocommerce-checkout .shop_table .product-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.woocommerce-checkout .shop_table .product-thumbnail img {
	width: 80px;
	border-radius: 5px
}

.woocommerce-checkout .shop_table tfoot td {
	text-align: right
}

.woocommerce-checkout .shop_table .woocommerce-shipping-methods {
	margin-bottom: 0
}

.woocommerce-checkout .shop_table .woocommerce-shipping-methods li {
	margin: 0
}

.woocommerce-checkout .shop_table .woocommerce-shipping-totals .amount {
	font-size: 15px;
	color: #696969
}

.woocommerce-checkout .shop_table .order-total th {
	font-weight: 700
}

.woocommerce-checkout .shop_table .order-total .amount {
	font-size: 20px
}

.woocommerce-checkout .payment_methods {
	border: 0;
	padding: 0;
	margin: 0 0 10px;
	list-style-type: none
}

.woocommerce-checkout .payment_methods li {
	margin: 0 0 20px
}

.woocommerce-checkout .payment_methods li:last-child {
	margin-bottom: 0
}

.woocommerce-checkout .wc_payment_methods {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin: 0 0 30px
}

.woocommerce-checkout .wc_payment_methods .form-row:last-child {
	margin-bottom: 0
}

.woocommerce-checkout .wc_payment_method .payment-image-active {
	display: none
}

.woocommerce-checkout .wc_payment_method .payment-image-wrap {
	display: inline-block;
	min-width: 80px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.woocommerce-checkout .wc_payment_method.payment-selected .payment-image-normal {
	display: none
}

.woocommerce-checkout .wc_payment_method.payment-selected .payment-image-active {
	display: inline-block
}

.woocommerce-checkout .wc_payment_method.payment-selected .payment_title label {
	background: #edf4fe;
	border-color: #edf4fe;
	color: #387aff
}

.woocommerce-checkout .wc_payment_method fieldset {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 20px
}

.woocommerce-checkout .wc-stripe-elements-field,
.woocommerce-checkout .wc-stripe-iban-element-field {
	padding: 3px 20px;
	min-height: 48px;
	line-height: 48px;
	border-radius: 26px;
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ababab
}

.woocommerce-checkout .__PrivateStripeElement {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 42px
}

.woocommerce-checkout .card-element {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #696969
}

.woocommerce-checkout .payment_title .input-radio {
	position: fixed;
	top: -9999px;
	left: -9999px;
	opacity: 0
}

.woocommerce-checkout .payment_title label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 13px 20px;
	border-radius: 5px;
	background: 0 0;
	border: 1px solid #e0e0e0;
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
	color: #696969;
	min-height: 80px
}

.woocommerce-checkout .payment_title label img {
	vertical-align: middle;
	margin-right: 11px
}

.woocommerce-checkout .payment_box {
	position: relative;
	padding: 20px 0 0
}

.woocommerce-checkout .payment_method_ppec_paypal img {
	vertical-align: middle;
	margin-left: 10px
}

.woocommerce-checkout .place-order {
	margin: 0 !important;
	padding: 0
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 40px
}

.button.btn-apply-coupon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	background: 0 0;
	border-color: transparent;
	width: 60px;
	line-height: 48px
}

.button.btn-apply-coupon .btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 22px
}

.checkout-order-review-wrap {
	background: #f8f8f8;
	padding: 30px;
	margin-left: 30px
}

#place_order {
	min-width: 178px
}

.cart_totals>h2,
.woocommerce-additional-fields>h3,
#order_review_heading,
#ship-to-different-address,
.woocommerce-billing-fields>h3,
.checkout-payment-info-heading {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6
}

#order_review_heading {
	margin-bottom: 17px
}

.checkout-payment-info-heading {
	padding-top: 46px;
	border-top: 1px solid #eee;
	margin-bottom: 32px
}

.single-product .entry-product-badges {
	z-index: 2
}

.single-product .woo-single-images {
	position: relative
}

.single-product .woo-single-images .feature-style-list a {
	display: block
}

.single-product .woo-single-images .feature-style-list a+a {
	margin-top: 40px
}

.single-product .woo-single-images .feature-style-list img {
	width: 100%
}

.single-product .woo-single-images .medizin-light-gallery .zoom {
	cursor: pointer
}

.single-product .woo-single-gallery .medizin-thumbs-swiper {
	margin-top: 20px
}

.single-product .woo-single-gallery .medizin-thumbs-swiper .swiper-slide img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px
}

.single-product .entry-summary>.price {
	font-size: 24px;
	line-height: 1.34;
	margin-bottom: 0
}

.single-product .entry-summary>.price del {
	font-size: 14px
}

.single-product .entry-summary .added_to_cart {
	display: none
}

.single-product .entry-summary .add_to_cart_button:before {
	content: '\f07a'
}

.single-product .entry-summary .add_to_cart_button.added:before {
	content: '\f217'
}

.single-product .entry-title {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 13px
}

.single-product form.cart {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 12px 0 15px;
	margin: 20px 0 23px
}

.single-product form.cart table th,
.single-product form.cart table td {
	text-align: left;
	border: 0
}

.single-product form.cart table td {
	background: 0 0
}

.single-product form.cart div.quantity {
	display: inline-block;
	margin: 0 18px 0 0
}

.single-product form.cart .label>label,
.single-product form.cart .quantity-button-wrapper>label,
.single-product form.cart .wccpf_label>label {
	font-size: 15px;
	font-weight: 400;
	min-width: 85px
}

.single-product form.cart .variations {
	margin-bottom: 14px
}

.single-product form.cart .variations td {
	vertical-align: middle;
	padding: 10px 0
}

.single-product form.cart .variations select {
	margin-right: 0;
	background-position: center right 15px;
	min-width: 0;
	width: auto;
	min-height: 48px
}

.single-product form.cart .variations .label {
	padding: 10px 15px 10px 0;
	min-width: 85px
}

.single-product form.cart .variations .value {
	width: 100%
}

.single-product form.cart .woocommerce-grouped-product-list td {
	vertical-align: middle;
	padding: 10px 10px 10px 0
}

.single-product form.cart .woocommerce-grouped-product-list .quantity-button-wrapper {
	margin: 0
}

.single-product form.cart .woocommerce-grouped-product-list .quantity {
	margin: 0
}

.single-product form.cart .quantity-button-wrapper {
	margin-bottom: 30px
}

.single-product form.cart .quantity-button-wrapper>label {
	display: inline-block;
	margin: 12px 0 0;
	min-width: 81px;
	padding-right: 15px
}

.single-product form.cart .quantity-button-wrapper .stock {
	display: inline-block
}

.single-product form.cart .single_add_to_cart_button {
	height: 48px
}

.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .product-action {
	vertical-align: top;
	margin-right: 11px;
	margin-bottom: 15px
}

.single-product .reset_variations:before {
	content: '\f00d';
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	margin-left: 10px
}

.single-product .woocommerce-variation-price {
	margin-bottom: 10px
}

.single-product .stock {
	display: none
}

.entry-product-meta .wb-posted_in,
.entry-product-meta .wb-single-img-cnt {
	display: none
}

.entry-meta-review-rating {
	border-bottom: 1px solid #eee;
	margin: 16px 0 9px;
	padding-bottom: 6px
}

.entry-meta-review-rating .inner {
	margin: 0 -18px 10px
}

.entry-meta-review-rating .inner>div {
	padding: 0 18px;
	position: relative
}

.entry-meta-review-rating .inner>div+div:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -2px;
	width: 1px;
	height: 21px;
	background: #eee
}

.entry-product-brands {
	display: inline-block;
	vertical-align: top
}

.woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	margin: 0
}

.woocommerce-variation-description {
	margin-bottom: 20px
}

.woocommerce-tabs {
	position: relative;
	margin-top: 52px
}

.woocommerce-tabs .entry-product-section-heading {
	display: none
}

.woocommerce-tabs .tabs {
	position: relative;
	overflow: visible;
	margin: 0;
	padding: 0
}

.woocommerce-tabs .tabs:before {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 1px;
	display: block;
	width: 100%;
	height: 1px;
	border: 0 !important;
	background: #ededed;
	content: ''
}

.woocommerce-tabs .tabs li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 44px 0 0;
	padding: 0;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	background: 0 0
}

.woocommerce-tabs .tabs li:last-child {
	margin-right: 0
}

.woocommerce-tabs .tabs li a {
	display: block;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6
}

.woocommerce-tabs .tabs li:before,
.woocommerce-tabs .tabs li:after {
	display: none
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
	color: #333
}

.woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 32px 0 0
}

.page-has-no-sidebar .woocommerce-tabs .tabs:before {
	width: 3000px;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.woocommerce-product-details__short-description {
	margin-top: 11px;
	margin-bottom: 20px
}

.review-rating-average {
	margin-right: 8px
}

.woocommerce-review-link {
	margin-left: 8px;
	font-size: 15px;
	line-height: 1;
	color: inherit
}

.woo-single-info {
	margin-bottom: 100px
}

.entry-product-section-heading {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin: 43px 0 18px
}

.entry-product-section-heading.product-description-heading {
	margin-bottom: 31px
}

.woocommerce-product-attributes {
	width: auto
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	text-align: left;
	border: 0;
	padding: 0 20px 0 11px;
	font-weight: 400
}

.woocommerce-product-attributes th {
	min-width: 165px;
	position: relative;
	color: #9b9b9b
}

.woocommerce-product-attributes th:before {
	content: '\f111';
	font-size: 4px;
	position: absolute;
	top: 11px;
	left: 0
}

.woocommerce-product-attributes td {
	color: #696969
}

.entry-after-product {
	margin-top: 100px;
	border-top: 1px solid #eee
}

.entry-product-categories {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	margin: 0 0 5px
}

.entry-product-categories a {
	color: inherit
}

.entry-product-meta {
	margin-top: 16px
}

.entry-product-meta a {
	color: inherit
}

.entry-product-meta .meta-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.entry-product-meta .meta-item~.meta-item {
	margin-top: 2px
}

.entry-product-meta .meta-label {
	font-size: 15px;
	font-weight: 400;
	min-width: 100px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 15px 0 0
}

.entry-product-meta .meta-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #696969
}

.entry-product-share {
	margin-top: 12px
}

.entry-product-share .inner {
	margin: 0 -11px
}

.entry-product-share a {
	padding: 0 11px;
	font-size: 20px
}

.cross-sells.products,
.up-sells.products,
.related.products {
	margin-top: 60px
}

.product-section-heading {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.34;
	margin-bottom: 50px
}

@media (min-width:1200px) {
	.single-product.page-has-no-sidebar .page-content>.container,
	.single-product.page-has-no-sidebar .entry-after-product>.container {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:1400px) {
	.single-product-list .page-content>.container {
		max-width: 1750px
	}
	.single-product-list .entry-summary {
		padding-left: 95px;
		max-width: 535px
	}
	.single-product-slider .entry-summary {
		padding-left: 20px
	}
}

@media (max-width:767px) {
	.single-product .woo-single-images .feature-style-list a+a {
		margin-top: 20px
	}
	.single-product .entry-summary {
		margin-top: 40px
	}
}

.woocommerce-Reviews-title {
	margin-bottom: 21px
}

.woocommerce-review-rating-template {
	font-size: 15px;
	font-weight: 400;
	color: #696969;
	margin: 0 0 28px
}

.woocommerce-review-rating-template .rating-average {
	font-size: 18px;
	font-weight: 700
}

.single-product .comment-reply-title {
	margin-top: 23px;
	margin-bottom: 28px
}

.single-product .comment .product-comment-rating {
	display: inline-block;
	margin: 0 16px 0 0
}

.single-product .woocommerce-noreviews {
	margin-bottom: 30px
}

.single-product .comment-form p {
	margin-bottom: 25px
}

.single-product .comment-respond .form-submit {
	margin: 0
}

.comment-form-rating {
	line-height: 1;
	margin-bottom: 30px
}

.comment-form-rating label {
	font-weight: 400;
	color: #9b9b9b
}

.comment-form-rating .stars {
	display: inline-block;
	margin: 0 0 0 26px !important
}

.comment-form-rating .stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	color: #fb0
}

.comment-form-rating .stars a:before {
	content: '\f005' !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-indent: 0
}

.comment-form-rating .stars.selected a:before {
	color: inherit;
	font-weight: 900
}

.comment-form-rating .stars a:before,
.comment-form-rating .stars.selected a.active~a:before {
	color: #ababab;
	font-weight: 400
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	border: 1px solid #eee
}

.woocommerce-MyAccount-navigation li {
	margin: -1px -1px 0
}

.woocommerce-MyAccount-navigation li:first-child a {
	border-radius: 5px 5px 0 0
}

.woocommerce-MyAccount-navigation li:last-child a {
	border-radius: 0 0 5px 5px
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 500;
	border-top: 1px solid #eee;
	color: inherit
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
	color: #fff
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
	margin-top: 3px
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none
}

.woocommerce-account #customer_login {
	padding-top: 12px
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
	margin-bottom: 10px
}

.woocommerce-edit-address .woocommerce-MyAccount-content>form>h3 {
	font-size: 24px;
	margin-bottom: 40px
}

.woocommerce-edit-address .woocommerce-MyAccount-content address {
	font-style: normal
}

.woocommerce-form-wrap>h2 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.42;
	margin: 0 0 18px
}

.woocommerce-form-wrap .button {
	width: 100%
}

.woocommerce-form-has-background {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 29px 50px 48px
}

.woocommerce-form-has-background .input-text {
	background-color: #fff;
	border-color: #fff
}

.woocommerce-form-login-wrap .form-row.woocommerce-form-password {
	margin-bottom: 18px
}

.woocommerce-form-login-wrap .lost_password {
	text-align: right
}

.woocommerce-form-login-wrap .lost_password a {
	display: inline-block;
	margin-bottom: 8px
}

.woocommerce-form-register-wrap {
	padding: 29px 0 0
}

.woocommerce-form-login label,
.woocommerce-form-register label,
.lost_reset_password label {
	cursor: pointer
}

.woocommerce-form-login label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-form-register label:not(.woocommerce-form__label-for-checkbox),
.lost_reset_password label:not(.woocommerce-form__label-for-checkbox) {
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #696969;
	margin-bottom: 8px
}

.woocommerce-privacy-policy-text {
	margin-bottom: 20px
}

@media (max-width:1024px) {
	.woocommerce-account .page-main-content>article .woocommerce>h2,
	.woocommerce-account .page-main-content>article>.woocommerce>.u-columns>div>h2 {
		font-size: 34px
	}
}

@media (max-width:767px) {
	.woocommerce-account .page-main-content>article .woocommerce>h2,
	.woocommerce-account .page-main-content>article>.woocommerce>.u-columns>div>h2 {
		font-size: 28px
	}
}

.single-product table.wccpf_fields_table {
	margin-bottom: 20px
}

.single-product table.wccpf_fields_table td {
	padding: 0
}

.single-product table.wccpf_fields_table td.wccpf_label {
	padding: 10px 15px 10px 0;
	min-width: 85px;
	width: auto
}

.single-product table.wccpf_fields_table td.wccpf_label label {
	min-width: 0;
	width: auto
}

.single-product table.wccpf_fields_table td.wccpf_value {
	width: 100%
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
	background: #111
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
	background: #111;
	line-height: unset;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner>span {
	-webkit-flex-basis: unset;
	-ms-flex-preferred-size: unset;
	flex-basis: unset
}

.woosw-copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.woosw-page {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.woosw-page a {
	display: inline-block
}

.woosw-page a,
.woosw-continue {
	color: #fff !important
}

.woosw-page a:after,
.woosw-continue:after {
	bottom: 2px
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
	content: '\f00d' !important
}

.woosw-list .add_to_cart_button {
	height: 45px;
	line-height: 43px;
	padding: 0 20px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-close .wooscp-table-close-icon {
	min-width: 48px;
	min-height: 48px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody .tr-price td {
	font-weight: inherit
}

.woosw-area.woosw-area .woosw-inner .woosw-content {
	max-width: 570px
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
	color: #fff !important
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
	content: '\f00d' !important;
	line-height: 48px
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
	padding: 0 !important
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove>span {
	width: 30px !important;
	height: 30px !important
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove>span:before {
	content: '\f00d' !important
}

.woosw-area.woosw-area .woosw-content .button {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 20px !important
}

.woosw-list .woocommerce_loop_add_to_cart_wrap:before,
.woosw-list .woocommerce_loop_add_to_cart_wrap:after,
.woosw-area .woocommerce_loop_add_to_cart_wrap:before,
.woosw-area .woocommerce_loop_add_to_cart_wrap:after,
.wooscp-area .woocommerce_loop_add_to_cart_wrap:before,
.wooscp-area .woocommerce_loop_add_to_cart_wrap:after {
	display: none
}

.woosw-content-item--add {
	min-width: 140px;
	margin-top: 5px
}

.wishlist-btn.style-01 a,
.compare-btn.style-01 a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	bottom: 0;
	box-shadow: 0 0 7px rgba(0, 0, 0, .09);
	background: #fff;
	color: #333;
	border-radius: 50%;
	font-size: 0 !important;
	padding: 0 !important
}

.wishlist-btn.style-01 a:before,
.compare-btn.style-01 a:before {
	font-size: 14px;
	line-height: inherit !important;
	margin: 0
}

.wishlist-btn.style-01 a:hover,
.compare-btn.style-01 a:hover {
	color: #fff
}

.wishlist-btn.style-01 a:before {
	content: '\f004'
}

.wishlist-btn.style-01 a.woosw-added:before {
	font-weight: 900
}

.compare-btn.style-01 a:before {
	content: '\f012'
}

.wishlist-btn.style-01 .woosw-adding:before,
.compare-btn.style-01 .wooscp-btn-adding:before {
	-webkit-animation: adding-spin 1s linear infinite;
	animation: adding-spin 1s linear infinite;
	content: '\f3f4'
}

#woosw_copy_btn {
	height: 56px;
	margin-left: 10px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner {
	border-radius: 5px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table {
	font-size: 15px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th {
	padding: 11px 15px 11px 0;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.74
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th:first-child {
	z-index: 9 !important
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th a {
	color: #333
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table td {
	border: 1px solid #eee !important
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table .shop_attributes th,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table .shop_attributes td {
	border: 0 !important;
	padding: 0 20px 0 11px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
	min-height: 56px;
	padding: 15px 30px;
	color: #696969
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr .td-label {
	background: #f8f8f8 !important;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	vertical-align: middle !important
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td:not(.td-label):not(.td-placeholder) {
	background: #fff !important
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-content td,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-additional td {
	vertical-align: top
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .tr-add_to_cart .td-label {
	font-size: 0
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .tr-add_to_cart td {
	padding-top: 26px;
	padding-bottom: 26px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .button {
	background: #edf4fe;
	border: transparent
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .button:hover {
	color: #fff
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .add_to_cart_button {
	width: 100%
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .stock {
	padding: 0 0 0 20px
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .tr-price,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items .price {
	font-size: 20px;
	min-height: 26px
}

.popup-product-quick-view-content {
	display: none
}

.popup-product-quick-view {
	cursor: url(../../../themes/medizin/assets/images/cursor/light-close.png) 16 16, pointer;
	z-index: 100001 !important
}

.popup-product-quick-view .mfp-close {
	display: none !important
}

.popup-product-quick-view .mfp-content {
	position: relative;
	max-width: 1170px
}

.popup-product-quick-view .product-container {
	position: relative;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.popup-product-quick-view .woo-single-images {
	width: 50%
}

.popup-product-quick-view .product_title {
	display: none
}

.popup-product-quick-view .product_title.title-with-link {
	display: block
}

.popup-product-quick-view .product_title a {
	color: inherit
}

.popup-product-quick-view .entry-summary {
	width: 50%;
	margin: 0;
	padding: 0
}

.popup-product-quick-view .entry-summary .inner-content {
	position: relative;
	height: 570px;
	max-width: 100%;
	overflow: hidden
}

.popup-product-quick-view .entry-summary .inner-content>.inner {
	max-width: calc(100% - 40px);
	padding-left: 70px
}

.popup-product-quick-view .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	right: 0
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_color {
	vertical-align: middle
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_color .isw-term {
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(0, 0, 0, .09);
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 10px
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_color .isw-term:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 50%
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_color .isw-term.isw-selected:before {
	width: 34px;
	height: 34px;
	-webkit-transform: translate(-5px, -5px);
	-ms-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
	border-color: #ccc
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_text .isw-term {
	box-shadow: none;
	color: #696969;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.715;
	padding: 2px 9px;
	margin-right: 7px
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_text .isw-term.isw-selected {
	background: #edf4fe;
	color: #010463;
	border-color: transparent
}

form.isw-swatches.isw-swatches--in-single .isw-swatch--isw_text .isw-term.isw-disabled {
	opacity: 1;
	background: #f8f8f8;
	color: #ccc
}

.shop-filter-widgets {
	display: none
}

.woocommerce-filtering-content {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 34px 15px 20px;
	margin: 0 0 58px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.woocommerce-filtering-content .widget {
	margin: 0 0 30px !important
}

.woocommerce-filtering-content .widget-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	margin: 0 0 11px
}

.woocommerce-filtering-content .widget {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	-ms-flex: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.woocommerce-filtering-content .widget-content {
	position: relative;
	overflow: hidden;
	max-height: 180px
}

.woocommerce-filtering-content .widget-content.ps-container>.ps-scrollbar-y-rail {
	opacity: 1 !important;
	width: 6px !important;
	background: #eee
}

.woocommerce-filtering-content .widget-content.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	right: 0;
	width: 6px !important
}

.woocommerce-filtering-content input,
.woocommerce-filtering-content select,
.woocommerce-filtering-content textarea {
	background-color: #fff;
	border-color: #fff
}

.tm-button.btn-toggle-shop-filters {
	font-size: 15px;
	font-weight: 400;
	padding: 0 24px
}

.tm-button.btn-toggle-shop-filters .button-content-wrapper:after {
	content: '\f107';
	margin-left: 18px
}

.tm-button.btn-toggle-shop-filters.icon-left .button-icon {
	margin-right: 10px
}

.tm-button.btn-toggle-shop-filters.active .button-content-wrapper:after {
	content: '\f106'
}

@media (min-width:544px) {
	.woocommerce-filtering-content .widget {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.woocommerce-filtering-content .widget {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media (min-width:1200px) {
	.woocommerce-filtering-content .widget {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
}

#pw_stick_brands {
	display: none !important
}

.desktop .medizin-product.style-grid-01 .product-wrapper:hover .product-actions,
.desktop .medizin-product.style-grid-02 .product-wrapper:hover .product-actions {
	opacity: 1
}

.desktop .medizin-product.style-grid-01 .product-actions,
.desktop .medizin-product.style-grid-02 .product-actions {
	opacity: 0
}

.wp-block-woocommerce-active-filters>h3,
.wp-block-woocommerce-price-filter>h3,
.wp-block-woocommerce-attribute-filter>h3 {
	font-size: 24px;
	margin-bottom: 30px
}

.wp-block-woocommerce-active-filters .wc-block-checkbox-list,
.wp-block-woocommerce-active-filters .wc-block-active-filters,
.wp-block-woocommerce-price-filter .wc-block-checkbox-list,
.wp-block-woocommerce-price-filter .wc-block-active-filters,
.wp-block-woocommerce-attribute-filter .wc-block-checkbox-list,
.wp-block-woocommerce-attribute-filter .wc-block-active-filters {
	margin-bottom: 0
}

.wp-block-woocommerce-active-filters:not(:empty)+div,
.wp-block-woocommerce-price-filter:not(:empty)+div,
.wp-block-woocommerce-attribute-filter:not(:empty)+div {
	margin: 49px 0 0
}

.wp-block-woocommerce-active-filters .wc-block-active-filters-list {
	padding: 0
}

.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all {
	color: #111
}

.wc-block-attribute-filter {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
	text-decoration: none
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
	min-height: 40px
}

.ps-theme-woosw {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.ps-theme-woosw {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps-theme-woosw {
		overflow: auto !important;
	}
}

.ps-theme-woosw.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-woosw.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps-theme-woosw.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-woosw.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, .1) !important;
}

.ps-theme-woosw.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosw.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, .1) !important;
}

.ps-theme-woosw.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, .58);
	width: 6px;
	border-radius: 3px;
}

.ps-theme-woosw>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0;
	height: 6px;
	border-radius: 3px;
}

.ps-theme-woosw>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, .58);
	border-radius: 0;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	bottom: 0;
	height: 6px !important;
	border-radius: 3px !important;
}

.ps-theme-woosw>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-theme-woosw>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 6px;
	border-radius: 3px;
}

.ps-theme-woosw>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 6px;
	border-radius: 3px;
}

.ps-theme-woosw>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, .58);
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	right: 0;
	width: 6px !important;
	border-radius: 3px !important;
}

.ps-theme-woosw>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-theme-woosw>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 6px;
	border-radius: 3px;
}

.ps-theme-woosw:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, .58);
	height: 6px;
	border-radius: 3px;
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, .58);
	width: 6px;
	border-radius: 3px;
}

.ps-theme-woosw:hover>.ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.ps-theme-woosw:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: rgba(0, 0, 0, .58);
}

.ps-theme-woosw:hover>.ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.ps-theme-woosw:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: rgba(0, 0, 0, .58);
}

#growls-bc,
#growls-bl,
#growls-br,
#growls-cc,
#growls-cl,
#growls-cr,
#growls-default,
#growls-tc,
#growls-tl,
#growls-tr,
.ontop {
	z-index: 50000;
	position: fixed
}

#growls-default,
#growls-tr {
	top: 10px;
	right: 10px
}

#growls-tl {
	top: 10px;
	left: 10px
}

#growls-bl {
	bottom: 10px;
	left: 10px
}

#growls-br {
	bottom: 10px;
	right: 10px
}

#growls-tc {
	top: 10px;
	right: 10px;
	left: 10px
}

#growls-bc {
	bottom: 10px;
	right: 10px;
	left: 10px
}

#growls-cc {
	top: 50%;
	left: 50%;
	margin-left: -125px
}

#growls-cl {
	top: 50%;
	left: 10px
}

#growls-cr {
	top: 50%;
	right: 10px
}

#growls-bc .growl,
#growls-tc .growl {
	margin-left: auto;
	margin-right: auto
}

.growl {
	opacity: .8;
	filter: alpha(opacity=80);
	position: relative;
	border-radius: 4px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.growl.growl-incoming,
.growl.growl-outgoing {
	opacity: 0;
	filter: alpha(opacity=0)
}

.growl.growl-small {
	width: 200px;
	padding: 5px;
	margin: 5px
}

.growl.growl-medium {
	width: 250px;
	padding: 10px;
	margin: 10px
}

.growl.growl-large {
	width: 300px;
	padding: 15px;
	margin: 15px
}

.growl.growl-default {
	color: #FFF;
	background: #7f8c8d
}

.growl.growl-error {
	color: #FFF;
	background: #C0392B
}

.growl.growl-notice {
	color: #FFF;
	background: #2ECC71
}

.growl.growl-warning {
	color: #FFF;
	background: #F39C12
}

.growl .growl-close {
	cursor: pointer;
	float: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-family: helvetica, verdana, sans-serif
}

.growl .growl-title {
	font-size: 18px;
	line-height: 24px
}

.growl .growl-message {
	font-size: 14px;
	line-height: 18px
}


/*! elementor-icons - v5.7.0 - 21-05-2020 */

@font-face {
	font-family: eicons;
	src: url(../../../../../medizin.thememove.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eiconsf884.eot?5.7.0);
	src: url(../../../plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.7.0#iefix) format("embedded-opentype"), url(../../../plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.7.0) format("woff2"), url(../../../plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.7.0) format("woff"), url(../../../plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.7.0) format("truetype"), url(../../../plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.7.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear
}

.eicon-editor-link:before {
	content: '\e800'
}

.eicon-editor-unlink:before {
	content: '\e801'
}

.eicon-editor-external-link:before {
	content: '\e802'
}

.eicon-editor-close:before {
	content: '\e803'
}

.eicon-editor-list-ol:before {
	content: '\e804'
}

.eicon-editor-list-ul:before {
	content: '\e805'
}

.eicon-editor-bold:before {
	content: '\e806'
}

.eicon-editor-italic:before {
	content: '\e807'
}

.eicon-editor-underline:before {
	content: '\e808'
}

.eicon-editor-paragraph:before {
	content: '\e809'
}

.eicon-editor-h1:before {
	content: '\e80a'
}

.eicon-editor-h2:before {
	content: '\e80b'
}

.eicon-editor-h3:before {
	content: '\e80c'
}

.eicon-editor-h4:before {
	content: '\e80d'
}

.eicon-editor-h5:before {
	content: '\e80e'
}

.eicon-editor-h6:before {
	content: '\e80f'
}

.eicon-editor-quote:before {
	content: '\e810'
}

.eicon-editor-code:before {
	content: '\e811'
}

.eicon-elementor:before {
	content: '\e812'
}

.eicon-elementor-square:before {
	content: '\e813'
}

.eicon-pojome:before {
	content: '\e814'
}

.eicon-plus:before {
	content: '\e815'
}

.eicon-menu-bar:before {
	content: '\e816'
}

.eicon-apps:before {
	content: '\e817'
}

.eicon-accordion:before {
	content: '\e818'
}

.eicon-alert:before {
	content: '\e819'
}

.eicon-animation-text:before {
	content: '\e81a'
}

.eicon-animation:before {
	content: '\e81b'
}

.eicon-banner:before {
	content: '\e81c'
}

.eicon-blockquote:before {
	content: '\e81d'
}

.eicon-button:before {
	content: '\e81e'
}

.eicon-call-to-action:before {
	content: '\e81f'
}

.eicon-captcha:before {
	content: '\e820'
}

.eicon-carousel:before {
	content: '\e821'
}

.eicon-checkbox:before {
	content: '\e822'
}

.eicon-columns:before {
	content: '\e823'
}

.eicon-countdown:before {
	content: '\e824'
}

.eicon-counter:before {
	content: '\e825'
}

.eicon-date:before {
	content: '\e826'
}

.eicon-divider-shape:before {
	content: '\e827'
}

.eicon-divider:before {
	content: '\e828'
}

.eicon-download-button:before {
	content: '\e829'
}

.eicon-dual-button:before {
	content: '\e82a'
}

.eicon-email-field:before {
	content: '\e82b'
}

.eicon-facebook-comments:before {
	content: '\e82c'
}

.eicon-facebook-like-box:before {
	content: '\e82d'
}

.eicon-form-horizontal:before {
	content: '\e82e'
}

.eicon-form-vertical:before {
	content: '\e82f'
}

.eicon-gallery-grid:before {
	content: '\e830'
}

.eicon-gallery-group:before {
	content: '\e831'
}

.eicon-gallery-justified:before {
	content: '\e832'
}

.eicon-gallery-masonry:before {
	content: '\e833'
}

.eicon-icon-box:before {
	content: '\e834'
}

.eicon-image-before-after:before {
	content: '\e835'
}

.eicon-image-box:before {
	content: '\e836'
}

.eicon-image-hotspot:before {
	content: '\e837'
}

.eicon-image-rollover:before {
	content: '\e838'
}

.eicon-info-box:before {
	content: '\e839'
}

.eicon-inner-section:before {
	content: '\e83a'
}

.eicon-mailchimp:before {
	content: '\e83b'
}

.eicon-menu-card:before {
	content: '\e83c'
}

.eicon-navigation-horizontal:before {
	content: '\e83d'
}

.eicon-nav-menu:before {
	content: '\e83e'
}

.eicon-navigation-vertical:before {
	content: '\e83f'
}

.eicon-number-field:before {
	content: '\e840'
}

.eicon-parallax:before {
	content: '\e841'
}

.eicon-php7:before {
	content: '\e842'
}

.eicon-post-list:before {
	content: '\e843'
}

.eicon-post-slider:before {
	content: '\e844'
}

.eicon-post:before {
	content: '\e845'
}

.eicon-posts-carousel:before {
	content: '\e846'
}

.eicon-posts-grid:before {
	content: '\e847'
}

.eicon-posts-group:before {
	content: '\e848'
}

.eicon-posts-justified:before {
	content: '\e849'
}

.eicon-posts-masonry:before {
	content: '\e84a'
}

.eicon-posts-ticker:before {
	content: '\e84b'
}

.eicon-price-list:before {
	content: '\e84c'
}

.eicon-price-table:before {
	content: '\e84d'
}

.eicon-radio:before {
	content: '\e84e'
}

.eicon-rtl:before {
	content: '\e84f'
}

.eicon-scroll:before {
	content: '\e850'
}

.eicon-search:before {
	content: '\e851'
}

.eicon-select:before {
	content: '\e852'
}

.eicon-share:before {
	content: '\e853'
}

.eicon-sidebar:before {
	content: '\e854'
}

.eicon-skill-bar:before {
	content: '\e855'
}

.eicon-slider-3d:before {
	content: '\e856'
}

.eicon-slider-album:before {
	content: '\e857'
}

.eicon-slider-device:before {
	content: '\e858'
}

.eicon-slider-full-screen:before {
	content: '\e859'
}

.eicon-slider-push:before {
	content: '\e85a'
}

.eicon-slider-vertical:before {
	content: '\e85b'
}

.eicon-slider-video:before {
	content: '\e85c'
}

.eicon-slides:before {
	content: '\e85d'
}

.eicon-social-icons:before {
	content: '\e85e'
}

.eicon-spacer:before {
	content: '\e85f'
}

.eicon-table:before {
	content: '\e860'
}

.eicon-tabs:before {
	content: '\e861'
}

.eicon-tel-field:before {
	content: '\e862'
}

.eicon-text-area:before {
	content: '\e863'
}

.eicon-text-field:before {
	content: '\e864'
}

.eicon-thumbnails-down:before {
	content: '\e865'
}

.eicon-thumbnails-half:before {
	content: '\e866'
}

.eicon-thumbnails-right:before {
	content: '\e867'
}

.eicon-time-line:before {
	content: '\e868'
}

.eicon-toggle:before {
	content: '\e869'
}

.eicon-url:before {
	content: '\e86a'
}

.eicon-t-letter:before {
	content: '\e86b'
}

.eicon-wordpress:before {
	content: '\e86c'
}

.eicon-text:before {
	content: '\e86d'
}

.eicon-anchor:before {
	content: '\e86e'
}

.eicon-bullet-list:before {
	content: '\e86f'
}

.eicon-code:before {
	content: '\e870'
}

.eicon-favorite:before {
	content: '\e871'
}

.eicon-google-maps:before {
	content: '\e872'
}

.eicon-image:before {
	content: '\e873'
}

.eicon-photo-library:before {
	content: '\e874'
}

.eicon-woocommerce:before {
	content: '\e875'
}

.eicon-youtube:before {
	content: '\e876'
}

.eicon-flip-box:before {
	content: '\e877'
}

.eicon-settings:before {
	content: '\e878'
}

.eicon-headphones:before {
	content: '\e879'
}

.eicon-testimonial:before {
	content: '\e87a'
}

.eicon-counter-circle:before {
	content: '\e87b'
}

.eicon-person:before {
	content: '\e87c'
}

.eicon-chevron-right:before {
	content: '\e87d'
}

.eicon-chevron-left:before {
	content: '\e87e'
}

.eicon-close:before {
	content: '\e87f'
}

.eicon-file-download:before {
	content: '\e880'
}

.eicon-save:before {
	content: '\e881'
}

.eicon-zoom-in:before {
	content: '\e882'
}

.eicon-shortcode:before {
	content: '\e883'
}

.eicon-nerd:before {
	content: '\e884'
}

.eicon-device-desktop:before {
	content: '\e885'
}

.eicon-device-tablet:before {
	content: '\e886'
}

.eicon-device-mobile:before {
	content: '\e887'
}

.eicon-document-file:before {
	content: '\e888'
}

.eicon-folder-o:before {
	content: '\e889'
}

.eicon-hypster:before {
	content: '\e88a'
}

.eicon-h-align-left:before {
	content: '\e88b'
}

.eicon-h-align-right:before {
	content: '\e88c'
}

.eicon-h-align-center:before {
	content: '\e88d'
}

.eicon-h-align-stretch:before {
	content: '\e88e'
}

.eicon-v-align-top:before {
	content: '\e88f'
}

.eicon-v-align-bottom:before {
	content: '\e890'
}

.eicon-v-align-middle:before {
	content: '\e891'
}

.eicon-v-align-stretch:before {
	content: '\e892'
}

.eicon-pro-icon:before {
	content: '\e893'
}

.eicon-mail:before {
	content: '\e894'
}

.eicon-lock-user:before {
	content: '\e895'
}

.eicon-testimonial-carousel:before {
	content: '\e896'
}

.eicon-media-carousel:before {
	content: '\e897'
}

.eicon-section:before {
	content: '\e898'
}

.eicon-column:before {
	content: '\e899'
}

.eicon-edit:before {
	content: '\e89a'
}

.eicon-clone:before {
	content: '\e89b'
}

.eicon-trash:before {
	content: '\e89c'
}

.eicon-play:before {
	content: '\e89d'
}

.eicon-angle-right:before {
	content: '\e89e'
}

.eicon-angle-left:before {
	content: '\e89f'
}

.eicon-animated-headline:before {
	content: '\e8a0'
}

.eicon-menu-toggle:before {
	content: '\e8a1'
}

.eicon-fb-embed:before {
	content: '\e8a2'
}

.eicon-fb-feed:before {
	content: '\e8a3'
}

.eicon-twitter-embed:before {
	content: '\e8a4'
}

.eicon-twitter-feed:before {
	content: '\e8a5'
}

.eicon-sync:before {
	content: '\e8a6'
}

.eicon-import-export:before {
	content: '\e8a7'
}

.eicon-check-circle:before {
	content: '\e8a8'
}

.eicon-library-save:before {
	content: '\e8a9'
}

.eicon-library-download:before {
	content: '\e8aa'
}

.eicon-insert:before {
	content: '\e8ab'
}

.eicon-preview-medium:before {
	content: '\e8ac'
}

.eicon-sort-down:before {
	content: '\e8ad'
}

.eicon-sort-up:before {
	content: '\e8ae'
}

.eicon-heading:before {
	content: '\e8af'
}

.eicon-logo:before {
	content: '\e8b0'
}

.eicon-meta-data:before {
	content: '\e8b1'
}

.eicon-post-content:before {
	content: '\e8b2'
}

.eicon-post-excerpt:before {
	content: '\e8b3'
}

.eicon-post-navigation:before {
	content: '\e8b4'
}

.eicon-yoast:before {
	content: '\e8b5'
}

.eicon-nerd-chuckle:before {
	content: '\e8b6'
}

.eicon-nerd-wink:before {
	content: '\e8b7'
}

.eicon-comments:before {
	content: '\e8b8'
}

.eicon-download-circle-o:before {
	content: '\e8b9'
}

.eicon-library-upload:before {
	content: '\e8ba'
}

.eicon-save-o:before {
	content: '\e8bb'
}

.eicon-upload-circle-o:before {
	content: '\e8bc'
}

.eicon-ellipsis-h:before {
	content: '\e8bd'
}

.eicon-ellipsis-v:before {
	content: '\e8be'
}

.eicon-arrow-left:before {
	content: '\e8bf'
}

.eicon-arrow-right:before {
	content: '\e8c0'
}

.eicon-arrow-up:before {
	content: '\e8c1'
}

.eicon-arrow-down:before {
	content: '\e8c2'
}

.eicon-play-o:before {
	content: '\e8c3'
}

.eicon-archive-posts:before {
	content: '\e8c4'
}

.eicon-archive-title:before {
	content: '\e8c5'
}

.eicon-featured-image:before {
	content: '\e8c6'
}

.eicon-post-info:before {
	content: '\e8c7'
}

.eicon-post-title:before {
	content: '\e8c8'
}

.eicon-site-logo:before {
	content: '\e8c9'
}

.eicon-site-search:before {
	content: '\e8ca'
}

.eicon-site-title:before {
	content: '\e8cb'
}

.eicon-plus-square:before {
	content: '\e8cc'
}

.eicon-minus-square:before {
	content: '\e8cd'
}

.eicon-cloud-check:before {
	content: '\e8ce'
}

.eicon-drag-n-drop:before {
	content: '\e8cf'
}

.eicon-welcome:before {
	content: '\e8d0'
}

.eicon-handle:before {
	content: '\e8d1'
}

.eicon-cart:before {
	content: '\e8d2'
}

.eicon-product-add-to-cart:before {
	content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
	content: '\e8d4'
}

.eicon-product-categories:before {
	content: '\e8d5'
}

.eicon-product-description:before {
	content: '\e8d6'
}

.eicon-product-images:before {
	content: '\e8d7'
}

.eicon-product-info:before {
	content: '\e8d8'
}

.eicon-product-meta:before {
	content: '\e8d9'
}

.eicon-product-pages:before {
	content: '\e8da'
}

.eicon-product-price:before {
	content: '\e8db'
}

.eicon-product-rating:before {
	content: '\e8dc'
}

.eicon-product-related:before {
	content: '\e8dd'
}

.eicon-product-stock:before {
	content: '\e8de'
}

.eicon-product-tabs:before {
	content: '\e8df'
}

.eicon-product-title:before {
	content: '\e8e0'
}

.eicon-product-upsell:before {
	content: '\e8e1'
}

.eicon-products:before {
	content: '\e8e2'
}

.eicon-bag-light:before {
	content: '\e8e3'
}

.eicon-bag-medium:before {
	content: '\e8e4'
}

.eicon-bag-solid:before {
	content: '\e8e5'
}

.eicon-basket-light:before {
	content: '\e8e6'
}

.eicon-basket-medium:before {
	content: '\e8e7'
}

.eicon-basket-solid:before {
	content: '\e8e8'
}

.eicon-cart-light:before {
	content: '\e8e9'
}

.eicon-cart-medium:before {
	content: '\e8ea'
}

.eicon-cart-solid:before {
	content: '\e8eb'
}

.eicon-exchange:before {
	content: '\e8ec'
}

.eicon-preview-thin:before {
	content: '\e8ed'
}

.eicon-device-laptop:before {
	content: '\e8ee'
}

.eicon-collapse:before {
	content: '\e8ef'
}

.eicon-expand:before {
	content: '\e8f0'
}

.eicon-navigator:before {
	content: '\e8f1'
}

.eicon-plug:before {
	content: '\e8f2'
}

.eicon-dashboard:before {
	content: '\e8f3'
}

.eicon-typography:before {
	content: '\e8f4'
}

.eicon-info-circle-o:before {
	content: '\e8f5'
}

.eicon-integration:before {
	content: '\e8f6'
}

.eicon-plus-circle-o:before {
	content: '\e8f7'
}

.eicon-rating:before {
	content: '\e8f8'
}

.eicon-review:before {
	content: '\e8f9'
}

.eicon-tools:before {
	content: '\e8fa'
}

.eicon-loading:before {
	content: '\e8fb'
}

.eicon-sitemap:before {
	content: '\e8fc'
}

.eicon-click:before {
	content: '\e8fd'
}

.eicon-clock:before {
	content: '\e8fe'
}

.eicon-library-open:before {
	content: '\e8ff'
}

.eicon-warning:before {
	content: '\e900'
}

.eicon-flow:before {
	content: '\e901'
}

.eicon-cursor-move:before {
	content: '\e902'
}

.eicon-arrow-circle-left:before {
	content: '\e903'
}

.eicon-flash:before {
	content: '\e904'
}

.eicon-redo:before {
	content: '\e905'
}

.eicon-ban:before {
	content: '\e906'
}

.eicon-barcode:before {
	content: '\e907'
}

.eicon-calendar:before {
	content: '\e908'
}

.eicon-caret-left:before {
	content: '\e909'
}

.eicon-caret-right:before {
	content: '\e90a'
}

.eicon-caret-up:before {
	content: '\e90b'
}

.eicon-chain-broken:before {
	content: '\e90c'
}

.eicon-check-circle-o:before {
	content: '\e90d'
}

.eicon-check:before {
	content: '\e90e'
}

.eicon-chevron-double-left:before {
	content: '\e90f'
}

.eicon-chevron-double-right:before {
	content: '\e910'
}

.eicon-undo:before {
	content: '\e911'
}

.eicon-filter:before {
	content: '\e912'
}

.eicon-circle-o:before {
	content: '\e913'
}

.eicon-circle:before {
	content: '\e914'
}

.eicon-clock-o:before {
	content: '\e915'
}

.eicon-cog:before {
	content: '\e916'
}

.eicon-cogs:before {
	content: '\e917'
}

.eicon-commenting-o:before {
	content: '\e918'
}

.eicon-copy:before {
	content: '\e919'
}

.eicon-database:before {
	content: '\e91a'
}

.eicon-dot-circle-o:before {
	content: '\e91b'
}

.eicon-envelope:before {
	content: '\e91c'
}

.eicon-external-link-square:before {
	content: '\e91d'
}

.eicon-eyedropper:before {
	content: '\e91e'
}

.eicon-folder:before {
	content: '\e91f'
}

.eicon-font:before {
	content: '\e920'
}

.eicon-adjust:before {
	content: '\e921'
}

.eicon-lightbox:before {
	content: '\e922'
}

.eicon-heart-o:before {
	content: '\e923'
}

.eicon-history:before {
	content: '\e924'
}

.eicon-image-bold:before {
	content: '\e925'
}

.eicon-info-circle:before {
	content: '\e926'
}

.eicon-link:before {
	content: '\e927'
}

.eicon-long-arrow-left:before {
	content: '\e928'
}

.eicon-long-arrow-right:before {
	content: '\e929'
}

.eicon-caret-down:before {
	content: '\e92a'
}

.eicon-paint-brush:before {
	content: '\e92b'
}

.eicon-pencil:before {
	content: '\e92c'
}

.eicon-plus-circle:before {
	content: '\e92d'
}

.eicon-zoom-in-bold:before {
	content: '\e92e'
}

.eicon-sort-amount-desc:before {
	content: '\e92f'
}

.eicon-sign-out:before {
	content: '\e930'
}

.eicon-spinner:before {
	content: '\e931'
}

.eicon-square:before {
	content: '\e932'
}

.eicon-star-o:before {
	content: '\e933'
}

.eicon-star:before {
	content: '\e934'
}

.eicon-text-align-justify:before {
	content: '\e935'
}

.eicon-text-align-center:before {
	content: '\e936'
}

.eicon-tags:before {
	content: '\e937'
}

.eicon-text-align-left:before {
	content: '\e938'
}

.eicon-text-align-right:before {
	content: '\e939'
}

.eicon-close-circle:before {
	content: '\e93a'
}

.eicon-trash-o:before {
	content: '\e93b'
}

.eicon-font-awesome:before {
	content: '\e93c'
}

.eicon-user-circle-o:before {
	content: '\e93d'
}

.eicon-video-camera:before {
	content: '\e93e'
}

.eicon-heart:before {
	content: '\e93f'
}

.eicon-wrench:before {
	content: '\e940'
}

.eicon-help:before {
	content: '\e941'
}

.eicon-help-o:before {
	content: '\e942'
}

.eicon-zoom-out-bold:before {
	content: '\e943'
}

.eicon-plus-square-o:before {
	content: '\e944'
}

.eicon-minus-square-o:before {
	content: '\e945'
}

.eicon-minus-circle:before {
	content: '\e946'
}

.eicon-minus-circle-o:before {
	content: '\e947'
}

.eicon-code-bold:before {
	content: '\e948'
}

.eicon-cloud-upload:before {
	content: '\e949'
}

.eicon-search-bold:before {
	content: '\e94a'
}

.eicon-map-pin:before {
	content: '\e94b'
}

.eicon-meetup:before {
	content: '\e94c'
}

.eicon-slideshow:before {
	content: '\e94d'
}

.eicon-t-letter-bold:before {
	content: '\e94e'
}

.eicon-preferences:before {
	content: '\e94f'
}

.eicon-table-of-contents:before {
	content: '\e950'
}

.eicon-tv:before {
	content: '\e951'
}

.eicon-upload:before {
	content: '\e952'
}

.eicon-instagram-comments:before {
	content: '\e953'
}

.eicon-instagram-nested-gallery:before {
	content: '\e954'
}

.eicon-instagram-post:before {
	content: '\e955'
}

.eicon-instagram-video:before {
	content: '\e956'
}

.eicon-instagram-gallery:before {
	content: '\e957'
}

.eicon-instagram-likes:before {
	content: '\e958'
}

.eicon-facebook:before {
	content: '\e959'
}

.eicon-twitter:before {
	content: '\e95a'
}

.eicon-pinterest:before {
	content: '\e95b'
}

.eicon-frame-expand:before {
	content: '\e95c'
}

.eicon-frame-minimize:before {
	content: '\e95d'
}

.eicon-archive:before {
	content: '\e95e'
}

.eicon-colors-typography:before {
	content: '\e95f'
}

.eicon-custom:before {
	content: '\e960'
}

.eicon-footer:before {
	content: '\e961'
}

.eicon-header:before {
	content: '\e962'
}

.eicon-layout-settings:before {
	content: '\e963'
}

.eicon-lightbox-expand:before {
	content: '\e964'
}

.eicon-error-404:before {
	content: '\e965'
}

.eicon-theme-style:before {
	content: '\e966'
}

.eicon-search-results:before {
	content: '\e967'
}

.eicon-single-post:before {
	content: '\e968'
}

.eicon-site-identity:before {
	content: '\e969'
}

.eicon-theme-builder:before {
	content: '\e96a'
}

.eicon-download-bold:before {
	content: '\e96b'
}

.eicon-share-arrow:before {
	content: '\e96c'
}

.eicon-global-settings:before {
	content: '\e96d'
}

.eicon-user-preferences:before {
	content: '\e96e'
}

.eicon-lock:before {
	content: '\e96f'
}

.eicon-export-kit:before {
	content: '\e970'
}

.eicon-import-kit:before {
	content: '\e971'
}

.eicon-lottie:before {
	content: '\e972'
}

.eicon-products-archive:before {
	content: '\e973'
}

.eicon-single-product:before {
	content: '\e974'
}

.eicon-eye:before {
	content: '\e8ac'
}

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from,
	to {
		transform: none
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	11.1%,
	from,
	to {
		transform: none
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}
	75% {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(0.8)
	}
	100% {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
	transform: scale(0.8);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}
	50% {
		transform: translateY(-4px)
	}
	100% {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}
	50% {
		transform: translateY(4px)
	}
	100% {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}
	33.3% {
		transform: translateY(-6px)
	}
	49.95% {
		transform: translateY(4px)
	}
	66.6% {
		transform: translateY(-2px)
	}
	83.25% {
		transform: translateY(1px)
	}
	100% {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}
	33.3% {
		transform: translateX(-6px)
	}
	49.95% {
		transform: translateX(4px)
	}
	66.6% {
		transform: translateX(-2px)
	}
	83.25% {
		transform: translateX(1px)
	}
	100% {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}
	33.3% {
		transform: translate(-6px, -6px)
	}
	49.95% {
		transform: translate(4px, 4px)
	}
	66.6% {
		transform: translate(-2px, -2px)
	}
	83.25% {
		transform: translate(1px, 1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}
	33.3% {
		transform: translate(-6px, 6px)
	}
	49.95% {
		transform: translate(4px, -4px)
	}
	66.6% {
		transform: translate(-2px, 2px)
	}
	83.25% {
		transform: translate(1px, -1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}
	100% {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		transform: translateX(1px) rotate(0)
	}
	100% {
		transform: translateX(-1px) rotate(0)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}


/*! elementor - v2.9.12 - 14-06-2020 */

.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
	margin: auto;
	width: 375px
}

.dialog-type-lightbox .dialog-header {
	font-size: 15px;
	color: #495157;
	padding: 30px 0 10px;
	font-weight: 500
}

.dialog-type-lightbox .dialog-message {
	padding: 0 30px 30px;
	min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
	border-top: 1px solid #e6e9ec;
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	width: 50%;
	border: none;
	background: none;
	color: #6d7882;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
	background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
	color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
	color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
	background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
	border: 0
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	font-size: 15px;
	line-height: 1
}

.dialog-close-button:not(:hover) {
	opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
	border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

@media (min-width:1024px) {
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh - 32px)
	}
}

@media (max-width:1024px) {
	body.admin-bar .dialog-type-lightbox {
		position: -webkit-sticky;
		position: sticky;
		height: 100vh
	}
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000
}

.elementor-fit-aspect-ratio video {
	width: 100%
}

.flatpickr-calendar {
	width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
	width: 280px
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	background-color: #f1f3f5;
	width: 100%
}

@media (max-width:1439px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 990px
	}
}

@media (min-width:1440px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1200px
	}
}

.elementor-templates-modal .dialog-header {
	padding: 0;
	z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
	border: none;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
	height: 40px;
	margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
	padding: 12px 36px;
	color: #fff;
	width: auto;
	font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
	background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow: auto;
	padding-top: 25px
}

.elementor-templates-modal .dialog-content {
	height: 100%
}

.elementor-templates-modal .dialog-loading {
	display: none
}

.elementor-templates-modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px
}

.elementor-templates-modal__header__logo {
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer
}

.elementor-templates-modal__header__logo-area {
	text-align: left;
	padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
	margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
	padding-top: 2px
}

.elementor-templates-modal__header__logo i {
	font-size: 10px
}

.elementor-templates-modal__header__items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
	color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
	width: 45px;
	border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
	font-size: 18px
}

.elementor-templates-modal__header__close--skip {
	padding: 10px 10px 10px 20px;
	margin-right: 10px;
	color: #fff;
	background-color: #a4afb7;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
	font-size: inherit;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
	color: #fff
}

.elementor-templates-modal__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
	display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.elementor-gradient-logo {
	background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
	background-image: -o-linear-gradient(225deg, #f2295b, #434363);
	background-image: linear-gradient(-135deg, #f2295b, #434363);
	display: inline-block;
	padding: .6em;
	-webkit-border-radius: .2em;
	border-radius: .2em
}

.elementor-gradient-logo i {
	color: #fff;
	display: block
}

.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-custom-embed {
	line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%
	}
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.elementor-invisible {
	visibility: hidden
}

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

.elementor-align-center .elementor-button {
	width: auto
}

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

.elementor-align-right .elementor-button {
	width: auto
}

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

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb"
}

.elementor-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-ken-burns {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	-webkit-transition-duration: 20s;
	-o-transition-duration: 20s;
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center
	}
	.elementor-tablet-align-center .elementor-button {
		width: auto
	}
	.elementor-tablet-align-right {
		text-align: right
	}
	.elementor-tablet-align-right .elementor-button {
		width: auto
	}
	.elementor-tablet-align-left {
		text-align: left
	}
	.elementor-tablet-align-left .elementor-button {
		width: auto
	}
	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}
	.elementor-mobile-align-center .elementor-button {
		width: auto
	}
	.elementor-mobile-align-right {
		text-align: right
	}
	.elementor-mobile-align-right .elementor-button {
		width: auto
	}
	.elementor-mobile-align-left {
		text-align: left
	}
	.elementor-mobile-align-left .elementor-button {
		width: auto
	}
	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}
	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-column-wrap {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {
	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}
	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}
	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}
	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}
	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}
	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}
	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}
	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}
	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}
	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}
	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}
	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}
	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}
	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}
	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}
	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}
	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}
	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}
	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}
	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}
	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}
	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}
	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}
	.elementor-column.elementor-xs-20 {
		width: 20%
	}
	.elementor-column.elementor-xs-25 {
		width: 25%
	}
	.elementor-column.elementor-xs-30 {
		width: 30%
	}
	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}
	.elementor-column.elementor-xs-40 {
		width: 40%
	}
	.elementor-column.elementor-xs-50 {
		width: 50%
	}
	.elementor-column.elementor-xs-60 {
		width: 60%
	}
	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}
	.elementor-column.elementor-xs-70 {
		width: 70%
	}
	.elementor-column.elementor-xs-75 {
		width: 75%
	}
	.elementor-column.elementor-xs-80 {
		width: 80%
	}
	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}
	.elementor-column.elementor-xs-90 {
		width: 90%
	}
	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}
	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}
	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}
	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}
	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}
	.elementor-column.elementor-sm-20 {
		width: 20%
	}
	.elementor-column.elementor-sm-25 {
		width: 25%
	}
	.elementor-column.elementor-sm-30 {
		width: 30%
	}
	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}
	.elementor-column.elementor-sm-40 {
		width: 40%
	}
	.elementor-column.elementor-sm-50 {
		width: 50%
	}
	.elementor-column.elementor-sm-60 {
		width: 60%
	}
	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}
	.elementor-column.elementor-sm-70 {
		width: 70%
	}
	.elementor-column.elementor-sm-75 {
		width: 75%
	}
	.elementor-column.elementor-sm-80 {
		width: 80%
	}
	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}
	.elementor-column.elementor-sm-90 {
		width: 90%
	}
	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}
	.elementor-column.elementor-md-11 {
		width: 11.111%
	}
	.elementor-column.elementor-md-12 {
		width: 12.5%
	}
	.elementor-column.elementor-md-14 {
		width: 14.285%
	}
	.elementor-column.elementor-md-16 {
		width: 16.666%
	}
	.elementor-column.elementor-md-20 {
		width: 20%
	}
	.elementor-column.elementor-md-25 {
		width: 25%
	}
	.elementor-column.elementor-md-30 {
		width: 30%
	}
	.elementor-column.elementor-md-33 {
		width: 33.333%
	}
	.elementor-column.elementor-md-40 {
		width: 40%
	}
	.elementor-column.elementor-md-50 {
		width: 50%
	}
	.elementor-column.elementor-md-60 {
		width: 60%
	}
	.elementor-column.elementor-md-66 {
		width: 66.666%
	}
	.elementor-column.elementor-md-70 {
		width: 70%
	}
	.elementor-column.elementor-md-75 {
		width: 75%
	}
	.elementor-column.elementor-md-80 {
		width: 80%
	}
	.elementor-column.elementor-md-83 {
		width: 83.333%
	}
	.elementor-column.elementor-md-90 {
		width: 90%
	}
	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid .elementor-grid-item {
	word-break: break-word;
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
	display: grid
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
	display: grid
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
	display: grid
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
	display: grid
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
	display: grid
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
	display: grid
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
	display: grid
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
	display: grid
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
	display: grid
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
	display: grid
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
	display: grid
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
	display: grid
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:768px) and (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

.elementor-form-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #818a91;
	background-color: transparent;
	color: #373a3c;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline
}

.elementor-field-label {
	cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em
}

.elementor-field-textual {
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button-align-stretch .e-form__buttons__wrapper,
.elementor-button-align-stretch .e-form__buttons__wrapper__button,
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper,
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper,
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px
}

.elementor-message.elementor-message-danger {
	color: #d9534f
}

.elementor-message.elementor-message-danger:before {
	content: "\e87f"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px
}

.elementor-element .elementor-widget-container {
	-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
	text-align: left
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none
}

.elementor-accordion .elementor-tab-title {
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: block
}

.elementor-accordion .elementor-tab-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}
	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.elementor-alert {
	padding: 15px;
	border-left: 5px solid transparent;
	position: relative;
	text-align: left
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700
}

.elementor-alert .elementor-alert-description {
	font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px;
	font-size: 20px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: none;
	cursor: pointer
}

.elementor-alert.elementor-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #e8c4c4
}

@media (max-width:767px) {
	.elementor-alert {
		padding: 10px
	}
	.elementor-alert button.elementor-alert-dismiss {
		right: 7px;
		top: 7px
	}
}

.elementor-tab-title a {
	color: inherit
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-icon {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button-icon svg {
	width: 1em
}

.elementor-button-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: inline-block
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
	margin-left: 5px;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 69px;
	font-weight: 600;
	color: #222;
	line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
	text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
	text-align: left
}

.elementor-counter .elementor-counter-title {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	color: #666;
	line-height: 2.5
}

.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-border-color: $gray-darkest;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
	display: inline-block
}

.elementor-widget-divider .elementor-divider {
	line-height: 0;
	font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
	width: 100%;
	min-height: var(--divider-pattern-height);
	background-image: var(--divider-pattern-url);
	-webkit-background-size: var(--divider-pattern-size) 100%;
	background-size: var(--divider-pattern-size) 100%;
	background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
	background-image: none
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0
}

@media (min-width:768px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%
	}
	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}
	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%
	}
	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%
	}
	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%
	}
	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%
	}
	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%
	}
	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%
	}
	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%
	}
}

@media (min-width:480px) and (max-width:767px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 50%
	}
}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 100%
	}
}

.elementor-widget-google_maps iframe {
	height: 300px
}

.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff;
	fill: #fff
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent
}

.elementor-shape-circle .elementor-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

@media (min-width:768px) {
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
		margin: auto
	}
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px
	}
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
	width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
	width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto
	}
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

.elementor-widget-image {
	text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
	display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image .elementor-image img {
	vertical-align: middle;
	display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
	width: 100%
}

@media (min-width:768px) {
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto
	}
	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0
}

.elementor-widget-image-carousel .swiper-container {
	position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center
}

.elementor-image-gallery figure img {
	display: block
}

.elementor-image-gallery figure figcaption {
	width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
	margin-bottom: 0
}

.elementor-widget-progress {
	text-align: left
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #eee;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out
}

.elementor-progress-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px
}

.elementor-progress-percentage {
	padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #d9534f
}

.elementor-progress .elementor-title {
	display: block
}

@media (max-width:767px) {
	.elementor-progress-text {
		padding-left: 10px
	}
}

.elementor-social-icons-wrapper {
	font-size: 0
}

.elementor-social-icon {
	background-color: #818a91;
	font-size: 25px;
	text-align: center;
	padding: .5em;
	margin-right: 5px;
	cursor: pointer
}

.elementor-social-icon i {
	color: #fff
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-android {
	background-color: #a4c639
}

.elementor-social-icon-apple {
	background-color: #999
}

.elementor-social-icon-behance {
	background-color: #1769ff
}

.elementor-social-icon-bitbucket {
	background-color: #205081
}

.elementor-social-icon-codepen {
	background-color: #000
}

.elementor-social-icon-delicious {
	background-color: #39f
}

.elementor-social-icon-deviantart {
	background-color: #05cc47
}

.elementor-social-icon-digg {
	background-color: #005be2
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89
}

.elementor-social-icon-elementor {
	background-color: #d30c5c
}

.elementor-social-icon-envelope {
	background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
	background-color: #006400
}

.elementor-social-icon-github {
	background-color: #333
}

.elementor-social-icon-gitlab {
	background-color: #e24329
}

.elementor-social-icon-globe {
	background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
	background-color: #dd4b39
}

.elementor-social-icon-houzz {
	background-color: #7ac142
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2
}

.elementor-social-icon-link {
	background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
	background-color: #0077b5
}

.elementor-social-icon-medium {
	background-color: #00ab6b
}

.elementor-social-icon-meetup {
	background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c
}

.elementor-social-icon-pinterest {
	background-color: #bd081c
}

.elementor-social-icon-product-hunt {
	background-color: #da552f
}

.elementor-social-icon-reddit {
	background-color: #ff4500
}

.elementor-social-icon-rss {
	background-color: #f26522
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50
}

.elementor-social-icon-skype {
	background-color: #00aff0
}

.elementor-social-icon-slideshare {
	background-color: #0077b5
}

.elementor-social-icon-snapchat {
	background-color: #fffc00
}

.elementor-social-icon-soundcloud {
	background-color: #f80
}

.elementor-social-icon-spotify {
	background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}

.elementor-social-icon-steam {
	background-color: #00adee
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
	background-color: #589442
}

.elementor-social-icon-tumblr {
	background-color: #35465c
}

.elementor-social-icon-twitch {
	background-color: #6441a5
}

.elementor-social-icon-twitter {
	background-color: #1da1f2
}

.elementor-social-icon-viber {
	background-color: #665cac
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-vk {
	background-color: #45668e
}

.elementor-social-icon-weibo {
	background-color: #df2029
}

.elementor-social-icon-weixin {
	background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
	background-color: #25d366
}

.elementor-social-icon-wordpress {
	background-color: #21759b
}

.elementor-social-icon-xing {
	background-color: #026466
}

.elementor-social-icon-yelp {
	background-color: #af0606
}

.elementor-social-icon-youtube {
	background-color: #cd201f
}

.elementor-social-icon-500px {
	background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-star-rating {
	color: #ccd6df;
	font-family: eicons;
	display: inline-block
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default
}

.elementor-star-rating i:before {
	content: "\e934";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0
}

.elementor-star-rating .elementor-star-empty:before {
	content: none
}

.elementor-star-rating .elementor-star-1:before {
	width: 10%
}

.elementor-star-rating .elementor-star-2:before {
	width: 20%
}

.elementor-star-rating .elementor-star-3:before {
	width: 30%
}

.elementor-star-rating .elementor-star-4:before {
	width: 40%
}

.elementor-star-rating .elementor-star-5:before {
	width: 50%
}

.elementor-star-rating .elementor-star-6:before {
	width: 60%
}

.elementor-star-rating .elementor-star-7:before {
	width: 70%
}

.elementor-star-rating .elementor-star-8:before {
	width: 80%
}

.elementor-star-rating .elementor-star-9:before {
	width: 90%
}

.elementor-star-rating__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-star-rating__title {
	margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-right: auto
}

@media (max-width:1024px) {
	.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
		margin-right: auto
	}
}

@media (max-width:767px) {
	.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
		margin-right: auto
	}
}

.last-star {
	letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
	font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	height: 999em;
	width: 0;
	right: 0;
	border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
	top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	bottom: 0;
	height: 0;
	width: 999em;
	border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
	text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
	cursor: pointer;
	outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	position: relative;
	padding: 20px 25px;
	font-weight: 700;
	line-height: 1;
	border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: block;
	content: "";
	position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
	padding: 10px;
	cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 20px;
	display: none
}

@media (max-width:767px) {
	.elementor-tabs .elementor-tab-content,
	.elementor-tabs .elementor-tab-title {
		border-style: solid solid none
	}
	.elementor-tabs .elementor-tabs-wrapper {
		display: none
	}
	.elementor-tabs .elementor-tabs-content-wrapper {
		border-bottom-style: solid
	}
	.elementor-tabs .elementor-tab-content {
		padding: 10px
	}
}

@media (min-width:768px) {
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-style: solid solid solid none
	}
	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: none solid solid
	}
	.elementor-tabs .elementor-tab-mobile-title {
		display: none
	}
}

.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1.3em;
	margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5;
	color: inherit;
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	color: inherit;
	display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
	text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
	text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #818a91;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #818a91;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

.elementor-toggle {
	text-align: left
}

.elementor-toggle .elementor-tab-title {
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	float: right;
	text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: left;
	text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
	display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
	border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
	display: block
}

.elementor-toggle .elementor-tab-content {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none
}

@media (max-width:767px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px
	}
	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px
	}
}

.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	display: block;
	width: 100%
}

.elementor-widget-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover
}

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

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

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

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

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

.elementor-slick-slider .slick-loading .slick-list {
	background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
	content: "\e8fb";
	font-family: eicons;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	font-size: 25px;
	color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
	opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
	opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
	font-family: eicons;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
	left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
	left: auto;
	right: -25px
}

.elementor-slick-slider .slick-prev:before {
	content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
	content: "\e89e"
}

.elementor-slick-slider .slick-next {
	right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
	left: -25px;
	right: auto
}

.elementor-slick-slider .slick-next:before {
	content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
	content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
	margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
	outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
	opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
	font-family: eicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\e914";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: auto;
	right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
	right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
	left: 20px;
	right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
	bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
	margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
	z-index: 1
}

.elementor-slick-slider .slick-slide img {
	margin: auto
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	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: 5px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

.swiper-pagination-fraction {
	color: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	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 {
	-webkit-transform-style: preserve-3d;
	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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

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

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.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-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	-webkit-border-radius: 10px;
	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);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 15px)
}

.elementor-swiper {
	position: relative
}

.elementor-main-swiper {
	position: static
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
	left: 10px
}

.elementor-swiper-button-next {
	right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.elementor-lightbox {
	--lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline: none
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
	left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
	right: 0
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button-next,
	.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%
	}
	.elementor-lightbox .elementor-swiper-button-next i,
	.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0, 0, 0, .5)
	}
	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.elementor-slideshow__header>i {
	font-size: inherit;
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>i:first-of-type {
	margin-left: auto
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #2c2c2c
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: 90% 10%;
	-ms-transform-origin: 90% 10%;
	transform-origin: 90% 10%;
	-webkit-transition: all .25s .1s;
	-o-transition: all .25s .1s;
	transition: all .25s .1s;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #55595c;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s .1s;
	-o-transition: opacity .5s .1s;
	transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
	color: #000
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em;
	margin-right: .75em
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	-webkit-transform: translateY(-100%) scaleX(.7);
	-ms-transform: translateY(-100%) scaleX(.7);
	transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
	margin: 0
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700
}

.elementor-slideshow__description {
	font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2
}

.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s
}

.animated.animated-slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.animated-fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.reverse {
	animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation: none;
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #55595c;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
	display: none
}

.elementor-post__thumbnail__link {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

#wpadminbar * {
	font-style: normal
}

@media (max-width:767px) {
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor .elementor-hidden-desktop {
		display: none
	}
}


/*! elementor-pro - v2.9.3 - 19-04-2020 */

@charset "UTF-8";
.elementor-bg-transform .elementor-bg {
	will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
	--translate: 0, 0
}

.elementor-animated-content:hover .elementor-animated-item--grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85)
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
	opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2)
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
	-webkit-transform: translateY(600px);
	-ms-transform: translateY(600px);
	transform: translateY(600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
	--translate: 8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
	--translate: -8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
	--translate: 0, -8%
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
	--translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
	-webkit-transform: scale(1.2) translate(var(--translate));
	-ms-transform: scale(1.2) translate(var(--translate));
	transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
	outline: 1px solid #fec449
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
	background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
	background-image: -o-linear-gradient(bottom, #feb416, #fec449);
	background-image: linear-gradient(0deg, #feb416, #fec449)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
	background-color: #feb416
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save,
.elementor-widget-archive-posts:after,
.elementor-widget-posts:after {
	display: none
}

.elementor-posts-container.elementor-posts-masonry {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-posts-container:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-posts-container .elementor-post {
	padding: 0;
	margin: 0
}

.elementor-posts-container .elementor-post__thumbnail {
	overflow: hidden
}

.elementor-posts-container .elementor-post__thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.elementor-posts-container .elementor-post__thumbnail__link {
	position: relative;
	display: block;
	width: 100%
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%, -50%);
	-ms-transform: scale(1.01) translate(-50%, -50%);
	transform: scale(1.01) translate(-50%, -50%)
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto
}

.elementor-posts .elementor-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: background, border, -webkit-box-shadow;
	transition-property: background, border, -webkit-box-shadow;
	-o-transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s
}

.elementor-posts .elementor-post__title {
	font-size: 18px;
	margin: 0
}

.elementor-posts .elementor-post__excerpt {
	margin-bottom: 10px
}

.elementor-posts .elementor-post__excerpt p {
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #777
}

.elementor-posts .elementor-post__meta-data {
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 13px;
	color: #adadad
}

.elementor-posts .elementor-post__read-more {
	font-size: 12px;
	font-weight: 700
}

.elementor-posts .elementor-post__thumbnail {
	position: relative
}

.elementor-posts--skin-classic {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-posts--skin-classic .elementor-post {
	overflow: hidden
}

.elementor-posts--skin-classic .elementor-post__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-posts--align-left .elementor-post {
	text-align: left
}

.elementor-posts--align-right .elementor-post {
	text-align: right
}

.elementor-posts--align-center .elementor-post {
	text-align: center
}

.elementor-posts--thumbnail-top .elementor-post {
	display: block
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px
}

.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
	margin-right: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
	margin-left: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
	margin-right: auto;
	margin-left: auto
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 20px
}

.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-left: 20px
}

.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
	display: none
}

.elementor-posts .elementor-post__card {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: calc(100% + 1px)
}

.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0 30px;
	margin-bottom: 0;
	margin-top: 20px
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
	margin-bottom: 20px;
	display: inline-block
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea
}

.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
	margin: 0 5px
}

.elementor-posts .elementor-post__card .elementor-post__title {
	font-size: 21px
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
	line-height: 1.7
}

.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 25px
}

.elementor-posts .elementor-post__card .elementor-post__badge,
.elementor-posts .elementor-post__card .elementor-post__read-more {
	text-transform: uppercase
}

.elementor-posts .elementor-post__badge {
	position: absolute;
	top: 0;
	background: #818a91;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px
}

.elementor-posts .elementor-post__avatar {
	position: relative;
	padding: 0 30px;
	width: 100%;
	top: -25px;
	height: 0;
	pointer-events: none
}

.elementor-posts .elementor-post__avatar img {
	border-radius: 50%;
	width: 60px;
	pointer-events: all;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
	margin-top: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
	padding-top: 0;
	position: static;
	height: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	vertical-align: bottom
}

.elementor-posts--show-avatar .elementor-post__thumbnail__link {
	margin-bottom: 25px
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
	opacity: .5
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
	-webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	-o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s
}

.elementor-card-shadow-yes .elementor-post__card {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.elementor-card-shadow-yes .elementor-post__card:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.elementor-posts--skin-full_content article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.elementor-posts--skin-full_content article .elementor-post__thumbnail {
	padding-bottom: 0
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content,
body.elementor-editor-active .elementor-posts--skin-full_content {
	pointer-events: none
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
	display: none
}

body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
	display: block
}

.elementor-portfolio {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.elementor-portfolio,
.elementor-portfolio__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-portfolio__filters {
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0
}

.elementor-portfolio__filter {
	margin: 0;
	cursor: pointer;
	padding: 8px
}

.elementor-portfolio-item {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
	margin: 0
}

.elementor-portfolio-item__title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	color: #fff
}

.elementor-portfolio-item__tags__separator:before {
	content: ", "
}

.elementor-portfolio-item__overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: hsla(206, 7%, 54%, .8)
}

.elementor-portfolio-item__overlay:hover {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.elementor-portfolio-item__img img[src=""] {
	background-color: rgba(0, 0, 0, .1);
	height: 100%
}

.elementor-portfolio.elementor-has-item-ratio {
	-webkit-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
	position: absolute;
	background-color: rgba(0, 0, 0, .1)
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
	padding-bottom: 56.25%
}

.elementor ul li.elementor-portfolio__filter {
	list-style-type: none
}

.elementor-field-type-hidden {
	display: none
}

.elementor-field-type-html {
	display: inline-block
}

.elementor-login .elementor-lost-password,
.elementor-login .elementor-remember-me {
	font-size: .85em
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
	display: none
}

.elementor-button .elementor-form-spinner {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-form .elementor-button .elementor-button-text {
	white-space: normal;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.elementor-widget-price-list .elementor-price-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.elementor-widget-price-list .elementor-price-list li {
	margin: 0
}

.elementor-price-list li:not(:last-child) {
	margin-bottom: 20px
}

.elementor-price-list .elementor-price-list-image {
	max-width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 25px
}

.elementor-price-list .elementor-price-list-image img {
	width: 100%
}

.elementor-price-list .elementor-price-list-header,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-price-list .elementor-price-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	max-width: 80%
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
	margin: 0
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0
}

.elementor-price-table {
	text-align: center
}

.elementor-price-table .elementor-price-table__header {
	background: #555;
	padding: 20px 0
}

.elementor-price-table .elementor-price-table__heading {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff
}

.elementor-price-table .elementor-price-table__subheading {
	font-size: 13px;
	font-weight: 400;
	color: #fff
}

.elementor-price-table .elementor-price-table__original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-ms-flex-item-align: center;
	align-self: center
}

.elementor-price-table .elementor-price-table__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	font-size: medium;
	font-style: normal
}

.elementor-price-table .elementor-price-table__after-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-price-table .elementor-price-table__integer-part {
	line-height: .8
}

.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
	line-height: 1;
	font-size: .3em
}

.elementor-price-table .elementor-price-table__currency {
	margin-right: 3px
}

.elementor-price-table .elementor-price-table__period {
	width: 100%;
	font-size: 13px;
	font-weight: 400
}

.elementor-price-table .elementor-price-table__features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1
}

.elementor-price-table .elementor-price-table__features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
	margin-left: 15px;
	margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid hsla(0, 0%, 48%, .3);
	margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
	margin-right: 10px;
	font-size: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg {
	margin-right: 10px;
	width: 1.3em
}

.elementor-price-table .elementor-price-table__footer {
	padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4
}

.elementor-price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px
}

.elementor-price-table__ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000
}

.elementor-price-table__ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.elementor-price-table__ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.elementor-widget-price-table .elementor-widget-container {
	overflow: hidden;
	background-color: #f7f7f7
}

.elementor-flip-box {
	height: 280px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media (max-device-width:1024px) {
	.elementor-flip-box {
		cursor: pointer
	}
}

.elementor-flip-box__front {
	background-color: #1abc9c
}

.elementor-flip-box__back {
	background-color: #4054b2;
	display: block
}

.elementor-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.elementor-flip-box__layer__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	padding: 35px
}

.elementor-flip-box__layer__title {
	font-size: 21px
}

.elementor-flip-box__layer__description {
	font-size: 14px
}

.elementor-flip-box__layer__description,
.elementor-flip-box__layer__title {
	color: #fff
}

.elementor-flip-box__layer__description:not(:last-child),
.elementor-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0
}

.elementor-flip-box__layer__title {
	line-height: 1;
	font-weight: 600
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
	color: #fff
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
	border-color: #fff
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	color: #fff;
	background: transparent
}

.elementor-flip-box__button.elementor-button:hover {
	background: transparent;
	text-decoration: none
}

.elementor-flip-box__image {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%
}

.elementor-flip-box__image img {
	width: 50%
}

.elementor-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91)
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	transform: translateZ(.1px)
}

.elementor-flip-box--effect-flip .elementor-flip-box {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push .elementor-flip-box,
.elementor-flip-box--effect-slide .elementor-flip-box {
	overflow: hidden
}

.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
	-webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
	transition: opacity .35s, width .1ms, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	-o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
	opacity: 1
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
	display: none
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
	overflow: hidden
}

.elementor-cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.elementor-cta--skin-classic .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	position: relative;
	min-height: 200px;
	width: 100%
}

.elementor-cta--skin-classic .elementor-cta__content {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
	background-color: #f7f7f7
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	color: #55595c;
	border-color: #55595c
}

.elementor-cta--skin-cover .elementor-cta {
	display: block
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
	color: #fff;
	border-color: #fff
}

.elementor-cta--layout-image-above .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
	width: 100%
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
	width: auto;
	min-width: 50%
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.elementor-cta__bg-wrapper {
	z-index: 1;
	overflow: hidden
}

.elementor-cta__bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	z-index: 1
}

.elementor-cta__bg-overlay {
	z-index: 2
}

.elementor-cta__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: transparent
}

.elementor-cta__button.elementor-button:hover {
	background: transparent;
	text-decoration: none
}

.elementor-cta__title {
	font-size: 23px
}

.elementor-cta__content {
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff
}

.elementor-cta__content-item {
	width: 100%;
	margin: 0
}

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px
}

.elementor-cta__content-item .elementor-icon {
	color: #fff
}

.elementor-cta--valign-top .elementor-cta__content {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-cta--valign-middle .elementor-cta__content {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-cta--valign-bottom .elementor-cta__content {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3)
}

@media (max-device-width:1024px) {
	.elementor-cta {
		cursor: pointer
	}
}

@media (min-width:1025px) {
	.elementor-cta--desktop-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta,
	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta__content,
	.elementor-cta--desktop-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.elementor-cta--desktop-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (max-width:1024px) {
	.elementor-cta--tablet-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta,
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta__content,
	.elementor-cta--tablet-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.elementor-cta--tablet-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (max-width:767px) {
	.elementor-cta--mobile-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta,
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta__content,
	.elementor-cta--mobile-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.elementor-cta--mobile-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.elementor-ribbon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px
}

.elementor-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
	color: #fff
}

.elementor-ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.elementor-ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.elementor-widget-countdown .elementor-countdown-expire--message {
	display: none;
	padding: 20px;
	text-align: center
}

.elementor-widget-countdown .elementor-countdown-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-widget-countdown .elementor-countdown-item {
	padding: 20px 0;
	text-align: center;
	background-color: #818a91;
	color: #fff
}

.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
	line-height: 1
}

.elementor-widget-countdown .elementor-countdown-digits {
	font-size: 69px
}

.elementor-widget-countdown .elementor-countdown-label {
	font-size: 19px
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
	display: block
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-countdown.elementor-countdown--label-inline {
	text-align: center
}

.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

.elementor-slides .swiper-slide-bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%
}

.elementor-slides .swiper-slide-inner {
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px;
	margin: auto
}

.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-slides .swiper-slide-inner .elementor-background-overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.elementor-slides .swiper-slide-inner .elementor-slide-content {
	position: relative;
	z-index: 1;
	width: 100%
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-size: 35px;
	font-weight: 700;
	line-height: 1
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-size: 17px;
	line-height: 1.4
}

.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
	margin-bottom: 30px
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	display: inline-block
}

.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
	background: transparent;
	color: inherit;
	text-decoration: none
}

.elementor--v-position-top .swiper-slide-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor--v-position-bottom .swiper-slide-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor--v-position-middle .swiper-slide-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor--h-position-left .swiper-slide-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor--h-position-right .swiper-slide-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor--h-position-center .swiper-slide-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
	left: 10px;
	right: auto
}

body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
	right: 10px;
	left: auto
}

.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner {
	display: none
}

@media (max-width:767px) {
	.elementor-slides .swiper-slide-inner {
		padding: 30px
	}
	.elementor-slides .swiper-slide-inner .elementor-slide-heading {
		font-size: 23px;
		line-height: 1;
		margin-bottom: 15px
	}
	.elementor-slides .swiper-slide-inner .elementor-slide-description {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 15px
	}
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
	background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
	color: #ea4335;
	border-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
	background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
	color: #fff
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
	-webkit-filter: saturate(1.5) brightness(1.2);
	filter: saturate(1.5) brightness(1.2)
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_delicious {
	background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
	background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
	background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
	background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
	background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
	background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
	background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
	background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
	background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
	background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
	background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
	background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
	background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
	background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
	background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
	background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
	background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
	background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
	background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
	background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
	background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
	background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
	background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_delicious {
	color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
	color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
	color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
	color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
	color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
	color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
	color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
	color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
	color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
	color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
	color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
	color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
	color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
	color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
	color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix {
	color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
	color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
	color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
	color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
	color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
	color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
	color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
	color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
	color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
	color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_delicious .elementor-share-btn__icon {
	background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
	background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
	background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
	background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
	background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
	background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
	background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
	background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
	background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
	background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
	background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
	background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
	background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
	background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
	background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
	background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
	background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
	background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
	background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
	background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
	background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
	background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
	background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
	color: #fff
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
	margin-left: -.2em
}

.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--skin-framed .elementor-share-btn {
	border-style: solid
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent)
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
	padding-left: .9em
}

.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
	color: #fff
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
	border-radius: .5em
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
	border-radius: 99.9em
}

.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
	color: #222
}

.elementor-share-buttons--view-text .elementor-share-btn__text {
	padding-left: 1em
}

.elementor-share-buttons--view-icon .elementor-share-btn,
.elementor-share-buttons--view-text .elementor-share-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text,
.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-share-buttons--shape-rounded .elementor-share-btn {
	border-radius: .5em
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
	border-radius: 99.9em
}

.elementor-share-buttons--align-right .elementor-grid {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-share-buttons--align-left .elementor-grid {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-share-buttons--align-center .elementor-grid {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-share-buttons--align-justify .elementor-grid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1024px) {
	.elementor-share-buttons-tablet--align-right .elementor-grid {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-share-buttons-tablet--align-left .elementor-grid {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-share-buttons-tablet--align-center .elementor-grid {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-share-buttons-tablet--align-justify .elementor-grid {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.elementor-share-buttons-mobile--align-right .elementor-grid {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-share-buttons-mobile--align-left .elementor-grid {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-share-buttons-mobile--align-center .elementor-grid {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-share-buttons-mobile--align-justify .elementor-grid {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.elementor-share-btn {
	overflow: hidden;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition-property: background-color, border-color, -webkit-filter;
	transition-property: background-color, border-color, -webkit-filter;
	-o-transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color, -webkit-filter;
	height: 4.5em;
	cursor: pointer
}

.elementor-share-btn,
.elementor-share-btn__icon,
.elementor-share-btn__text {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.elementor-share-btn__icon,
.elementor-share-btn__text {
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color
}

.elementor-share-btn__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4.5em;
	position: relative
}

.elementor-share-btn__icon i {
	font-size: 1.7em
}

.elementor-share-btn__text {
	font-size: 1.5em;
	padding-right: 1em;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 100
}

.elementor-share-btn__title {
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-share-buttons .elementor-widget-container {
	overflow: hidden
}

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	width: 100%;
	padding: 0
}

body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	padding: 0
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.woocommerce div.product.elementor form.cart table.variations {
	--variation-select-width: 75%
}

.woocommerce div.product.elementor form.cart table.variations tbody {
	display: block
}

.woocommerce div.product.elementor form.cart table.variations tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woocommerce div.product.elementor form.cart table.variations tr:not(:last-child) {
	margin-bottom: 10px
}

.woocommerce div.product.elementor form.cart table.variations td {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.woocommerce div.product.elementor form.cart table.variations td.label {
	width: 25%
}

.woocommerce div.product.elementor form.cart table.variations td.value {
	position: relative;
	width: 75%
}

.woocommerce div.product.elementor form.cart table.variations td.value:before,
.woocommerce div.product.elementor form.cart table.variations td.value select {
	display: block;
	font-size: 1em;
	height: 2em
}

.woocommerce div.product.elementor form.cart table.variations td.value:before {
	content: "-";
	color: transparent;
	background-color: #fff;
	position: relative;
	max-width: 100%;
	width: var(--variation-select-width);
	margin-right: 1em
}

.woocommerce div.product.elementor form.cart table.variations td.value select {
	border: 0;
	position: absolute;
	background: transparent;
	top: 0;
	padding: 0;
	width: var(--variation-select-width)
}

.woocommerce div.product.elementor .quantity .qty {
	vertical-align: top;
	margin-right: 0
}

.woocommerce div.product.elementor .quantity+.button {
	margin-left: 10px
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
	height: 100%
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
	margin-right: 0
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
	margin-right: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media (max-width:1024px) {
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: 0
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: auto
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (max-width:767px) {
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: 0
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: auto
	}
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
	background-color: #5bc0de
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
	background-color: #5cb85c
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
	background-color: #f0ad4e
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
	background-color: #d9534f
}

.elementor-widget-wc-add-to-cart .quantity {
	display: inline-block
}

.elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,
.elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.woocommerce div.product.elementor ul.tabs:before {
	position: static;
	content: none;
	width: auto;
	bottom: auto;
	left: auto;
	border-bottom: 0;
	z-index: auto
}

.woocommerce div.product.elementor ul.tabs {
	margin: 0
}

.woocommerce div.product.elementor ul.tabs li {
	padding: 0
}

.woocommerce div.product.elementor ul.tabs li a {
	padding: .8em 1.2em;
	line-height: 1
}

.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
	border: 0;
	position: static;
	bottom: auto;
	width: auto;
	height: auto;
	content: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	margin: 0;
	padding: 20px;
	border-radius: 0;
	border-width: 0;
	border-top: 1px solid #d3ced2;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -1px
}

.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
	display: block
}

.elementor-widget-woocommerce-product-meta .detail-container {
	position: relative
}

.elementor-widget-woocommerce-product-meta .detail-container:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.elementor-widget-woocommerce-product-meta .detail-label {
	font-weight: 700
}

.elementor-woo-meta--view-inline .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-woo-meta--view-inline .product_meta .detail-container:after {
	width: auto;
	left: auto;
	right: auto;
	position: absolute;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-woo-meta--view-table .product_meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-woo-meta--view-table .product_meta,
.elementor-woo-meta--view-table .product_meta .detail-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-woo-meta--view-table .product_meta .detail-label {
	min-width: 108px
}

.elementor-woo-meta--view-stacked .product_meta .detail-container {
	display: block
}

.woocommerce div.product.elementor .woocommerce-product-rating {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce div.product.elementor .star-rating {
	margin-top: 0
}

.elementor-product-rating--align-left .woocommerce-product-rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-product-rating--align-right .woocommerce-product-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-product-rating--align-center .woocommerce-product-rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
	margin-left: auto
}

@media (min-width:1025px) {
	.elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-2 {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-3 {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-4 {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-5 {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-6 {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-7 {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-8 {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-9 {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-10 {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-11 {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-12 {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-element.elementor-products-grid ul.products {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-element.elementor-products-grid ul.products {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width:1025px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

.elementor-element.elementor-products-grid ul.products {
	display: grid;
	margin: 0;
	grid-column-gap: 20px;
	grid-row-gap: 40px
}

.elementor-element.elementor-products-grid ul.products:after,
.elementor-element.elementor-products-grid ul.products:before {
	content: none;
	display: none
}

.elementor-element.elementor-products-grid ul.products li.product {
	width: auto;
	padding: 0;
	margin: 0;
	float: none
}

.elementor-element.elementor-products-grid ul.products li.product .onsale {
	padding: 0;
	display: none
}

.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
	display: block;
	position: relative
}

.elementor-products-grid:not(.show-heading-yes) .products>h2 {
	display: none
}

.elementor-products-grid nav.woocommerce-pagination {
	margin-top: 40px
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
	border: 0 none
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
	border-right: 0 none;
	border-left: 0 none
}

.elementor-product-loop-item--align-left ul.products li.product .star-rating {
	margin-right: auto
}

.elementor-product-loop-item--align-right ul.products li.product .star-rating {
	margin-left: auto
}

.elementor-product-loop-item--align-center ul.products li.product .star-rating {
	margin-right: auto;
	margin-left: auto
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
	width: auto
}

.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
	overflow: hidden
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 0
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
	display: none
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal {
	border-bottom: none
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e3"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e4"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e5"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e6"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e7"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e8"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e9"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8ea"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8eb"
}

.elementor-menu-cart__toggle .elementor-button {
	background: transparent;
	border-radius: 0;
	color: #818a91;
	border: 1px solid;
	border-color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-menu-cart__toggle .elementor-button-text {
	margin-right: .3em
}

.elementor-menu-cart__toggle .elementor-button-icon {
	position: relative;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: block;
	position: absolute;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	top: -.7em;
	right: -.7em;
	border-radius: 100%;
	color: #fff;
	background-color: #d9534f;
	text-align: center;
	font-size: 10px
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: inline-block;
	font-weight: 400
}

.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
	content: none
}

.elementor-menu-cart__container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .25);
	-webkit-transition: background-color .4s, -webkit-transform 0s;
	transition: background-color .4s, -webkit-transform 0s;
	-o-transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s, -webkit-transform 0s
}

.elementor-menu-cart__container .elementor-menu-cart__main {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 0;
	width: 350px;
	max-width: 100%;
	right: 0;
	bottom: 0;
	padding: 0 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) {
	background-color: transparent;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: background-color .4s, -webkit-transform 0s .4s;
	transition: background-color .4s, -webkit-transform 0s .4s;
	-o-transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button {
	display: none
}

.elementor-menu-cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 14px
}

.elementor-menu-cart__close-button {
	width: 25px;
	height: 25px;
	position: relative;
	margin: 20px 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer
}

.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #818a91;
	border-radius: 1px
}

.elementor-menu-cart__close-button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.elementor-menu-cart__close-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.elementor-menu-cart__products {
	max-height: calc(100vh - 250px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.elementor-menu-cart__product {
	display: grid;
	grid-template-columns: 25% auto 50px;
	grid-template-rows: 75% auto
}

.elementor-menu-cart__product-image {
	grid-row-start: 1;
	grid-row-end: 3;
	width: 100%
}

.elementor-menu-cart__product-image a,
.elementor-menu-cart__product-image img {
	display: block
}

.elementor-menu-cart__product-name {
	grid-column-start: 2;
	grid-column-end: 4;
	margin: 0
}

.elementor-menu-cart__product-price {
	-ms-flex-item-align: end;
	align-self: end;
	color: #d4d4d4;
	font-weight: 300
}

.elementor-menu-cart__product-price .amount {
	font-weight: 600
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
	font-size: 14px;
	padding-left: 20px
}

.elementor-menu-cart__product-remove {
	-ms-flex-item-align: end;
	align-self: end;
	justify-self: end;
	color: #818a91;
	width: 22px;
	height: 22px;
	border-radius: 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	overflow: hidden;
	position: relative
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -1px;
	background: #d4d4d4;
	z-index: 1
}

.elementor-menu-cart__product-remove:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.elementor-menu-cart__product-remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.elementor-menu-cart__product-remove>a {
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: absolute
}

.elementor-menu-cart__product:not(:last-of-type),
.elementor-menu-cart__products,
.elementor-menu-cart__subtotal {
	border-bottom: 1px solid #d4d4d4
}

.elementor-menu-cart__footer-buttons,
.elementor-menu-cart__product:not(:first-of-type),
.elementor-menu-cart__subtotal {
	padding-top: 20px
}

.elementor-menu-cart__product,
.elementor-menu-cart__subtotal {
	padding-bottom: 20px
}

.elementor-menu-cart__subtotal {
	font-size: 20px;
	text-align: center;
	font-weight: 600
}

.elementor-menu-cart__footer-buttons {
	font-size: 20px;
	text-align: center;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px
}

.elementor-menu-cart__footer-buttons .elementor-button {
	border-radius: 0
}

.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr 1fr
}

.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr
}

.product .count {
	background-color: inherit
}

.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
	display: none
}

.woocommerce div.product.elementor form.cart div.product-addon {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
	height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
	height: 450px;
	position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
	font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
	cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3)
}

.elementor-carousel-image {
	background: no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative
}

.elementor-carousel-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background-color: hsla(206, 7%, 54%, .8);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.elementor-carousel-image-overlay i {
	font-size: 21px
}

.elementor-testimonial__image {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-testimonial__image img {
	border-radius: 999px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-testimonial__footer,
.elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5
}

.elementor-testimonial__name {
	font-weight: 700
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	margin-left: 20px
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite {
	margin-right: 20px;
	margin-left: 0
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite {
	margin-right: 0;
	margin-left: 20px
}

.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 25px
}

.elementor-testimonial--layout-image_above .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 25px
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	margin-top: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,
.elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
	margin-top: 15px;
	width: 100%
}

.elementor-testimonial--layout-image_left .elementor-testimonial,
.elementor-testimonial--layout-image_right .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite {
	margin-top: 15px
}

.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-right: 20px
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-left: 20px
}

.elementor-testimonial--align-right .elementor-testimonial {
	text-align: right
}

.elementor-testimonial--align-left .elementor-testimonial {
	text-align: left
}

.elementor-testimonial--align-center .elementor-testimonial {
	text-align: center
}

.elementor-testimonial--align-center .elementor-testimonial__footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	text-align: left
}

.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 25px
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	-webkit-transform: scaleX(.75) rotate(45deg);
	-ms-transform: scaleX(.75) rotate(45deg);
	transform: scaleX(.75) rotate(45deg);
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
	bottom: calc(100% - 7px);
	-webkit-transform: scaleX(.75) rotate(-135deg);
	-ms-transform: scaleX(.75) rotate(-135deg);
	transform: scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
	top: calc(100% - 7px)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(135deg);
	-ms-transform: scaleY(.75) rotate(135deg);
	transform: scaleY(.75) rotate(135deg);
	left: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(-45deg);
	-ms-transform: scaleY(.75) rotate(-45deg);
	transform: scaleY(.75) rotate(-45deg);
	right: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	top: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-top: 20px
}

.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 20px
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
	width: 50px;
	height: 50px
}

.elementor-widget-reviews .swiper-slide {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: 0
}

.elementor-widget-reviews .elementor-testimonial__text {
	font-size: 14px;
	line-height: 20px
}

.elementor-widget-reviews .elementor-testimonial__name {
	color: #1c2022
}

.elementor-widget-reviews .elementor-testimonial__title {
	color: #697882;
	font-size: 12.5px;
	font-weight: 400;
	font-family: inherit
}

.elementor-widget-reviews .elementor-testimonial__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-reviews .elementor-testimonial__image img {
	width: 36px;
	height: 36px
}

.elementor-widget-reviews .elementor-testimonial__icon {
	margin-left: auto;
	font-size: 17px
}

.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa {
	margin-left: .15em
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
	color: #a4c639
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
	color: #999
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
	color: #1769ff
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
	color: #205081
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
	color: #000
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
	color: #39f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
	color: #005be2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
	color: #ea4c89
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
	color: #ea4335
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
	color: #3b5998
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
	color: #0063dc
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
	color: #2d5be3
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
	color: #333
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
	color: #dd4b39
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
	color: #7ac142
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
	color: #262626
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
	color: #487aa2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
	color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
	color: #00ab6b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
	color: #ec1c40
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
	color: #273a4b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
	color: #f4731c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
	color: #bd081c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
	color: #da552f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
	color: #ff4500
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
	color: #f26522
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
	color: #4caf50
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
	color: #00aff0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
	color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
	color: #fffc00
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
	color: #f80
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
	color: #2ebd59
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
	color: #fe7a15
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
	color: #00adee
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
	color: #eb4924
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
	color: #2ca5e0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
	color: #1aa1d8
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
	color: #589442
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
	color: #35465c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
	color: #6441a5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
	color: #1da1f2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
	color: #1ab7ea
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
	color: #45668e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
	color: #df2029
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
	color: #7bb32e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
	color: #25d366
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
	color: #21759b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
	color: #026466
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
	color: #af0606
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
	color: #cd201f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
	color: #0099e5
}

.elementor-widget-reviews .elementor-testimonial__rating {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
	background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
	font-family: eicons
}

.elementor-widget-reviews .elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	padding-bottom: 6px
}

.elementor-widget-reviews .elementor-testimonial__image+cite {
	margin-left: 9px
}

.elementor-widget-reviews .elementor-testimonial__separator {
	margin: 0 auto;
	border-top: 0 none;
	border-bottom: 1px solid #e1e8ed;
	height: 0
}

.elementor-widget-reviews .elementor-testimonial__content {
	padding-top: 6px;
	padding-bottom: 15px
}

.elementor-widget-reviews .elementor-testimonial__content,
.elementor-widget-reviews .elementor-testimonial__header {
	padding-left: 15px;
	padding-right: 15px
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
	border-bottom: 1px solid #e1e8ed
}

.swiper-pagination-bullets {
	color: #fff;
	cursor: default
}

.swiper-slide {
	border-style: solid;
	border-width: 0;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: border, background, -webkit-transform;
	transition-property: border, background, -webkit-transform;
	-o-transition-property: border, background, transform;
	transition-property: border, background, transform;
	transition-property: border, background, transform, -webkit-transform;
	overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
	opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.swiper-slide a {
	display: inline
}

.swiper-slide a.elementor-button {
	display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
	width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
	width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
	height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
	padding-bottom: 40px
}

.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev {
	left: 0
}

.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next {
	right: 0
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	top: calc(50% - 20px)
}

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
	margin-right: 0;
	margin-left: 0
}

.elementor-widget-blockquote blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	quotes: none;
	border: 0 none;
	font-style: normal;
	color: #55595c
}

.elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote:before,
.elementor-widget-blockquote blockquote cite:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote footer:after,
.elementor-widget-blockquote blockquote footer:before {
	content: "";
	content: none
}

.elementor-blockquote {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-blockquote__author,
.elementor-blockquote__content {
	margin-bottom: 0;
	font-style: normal
}

.elementor-blockquote__author {
	font-weight: 700
}

.elementor-blockquote footer {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-blockquote__tweet-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #1da1f2;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.elementor-blockquote__tweet-button:hover {
	color: #0967a0
}

.elementor-blockquote__tweet-button span {
	font-weight: 600
}

.elementor-blockquote__tweet-button i,
.elementor-blockquote__tweet-button span {
	vertical-align: middle
}

.elementor-blockquote__tweet-button i+span {
	margin-left: .5em
}

.elementor-blockquote__tweet-label {
	white-space: pre-wrap
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
	padding: .7em 1.2em;
	border-radius: 100em;
	background-color: #1da1f2;
	color: #fff;
	font-size: 15px
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
	background-color: #0967a0;
	color: #fff
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
	padding: 0;
	width: 2em;
	height: 2em
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
	content: "";
	border: .5em solid transparent;
	border-right-color: #1da1f2;
	position: absolute;
	left: -.8em;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleY(.65);
	-ms-transform: translateY(-50%) scaleY(.65);
	transform: translateY(-50%) scaleY(.65);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
	right: auto;
	left: -.8em;
	border-right-color: #1da1f2;
	border-left-color: transparent
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
	left: auto;
	right: -.8em;
	border-right-color: transparent;
	border-left-color: #1da1f2
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
	border-left-color: #0967a0
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
	background-color: #e6e9ec;
	padding: 30px
}

.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: #e6e9ec;
	border-style: solid;
	border-left-width: 7px;
	padding-left: 20px
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	content: "“";
	font-size: 100px;
	color: #e6e9ec;
	font-family: Times New Roman, Times, serif;
	font-weight: 900;
	line-height: 1;
	display: block;
	height: .6em
}

.elementor-blockquote--skin-quotation .elementor-blockquote__content {
	margin-top: 15px
}

.elementor-blockquote--align-left .elementor-blockquote__content {
	text-align: left
}

.elementor-blockquote--align-left .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-blockquote--align-right .elementor-blockquote__content {
	text-align: right
}

.elementor-blockquote--align-right .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-blockquote--align-center .elementor-blockquote {
	text-align: center
}

.elementor-blockquote--align-center .elementor-blockquote__author,
.elementor-blockquote--align-center .elementor-blockquote footer {
	display: block
}

.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
	margin-right: auto;
	margin-left: auto
}

.elementor-headline {
	font-size: 43px;
	line-height: 1.2;
	display: block
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
	text-align: left;
	overflow: hidden
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
	overflow: visible;
	text-align: inherit
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
	z-index: 1
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
	z-index: 1;
	position: relative
}

.elementor-headline--style-highlight svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible
}

.elementor-headline--style-highlight svg path {
	stroke: red;
	stroke-width: 9;
	fill: none;
	stroke-dasharray: 1500;
	-webkit-animation: elementor-headline-dash 10s infinite;
	animation: elementor-headline-dash 10s infinite
}

.elementor-headline--style-highlight svg path:nth-of-type(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@-webkit-keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500
	}
	15% {
		stroke-dasharray: 1500 1500
	}
	85% {
		opacity: 1
	}
	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0
	}
	to {
		stroke-dasharray: 0 1500;
		opacity: 0
	}
}

@keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500
	}
	15% {
		stroke-dasharray: 1500 1500
	}
	85% {
		opacity: 1
	}
	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0
	}
	to {
		stroke-dasharray: 0 1500;
		opacity: 0
	}
}

.elementor-headline-text-wrapper {
	vertical-align: bottom
}

.elementor-headline-dynamic-wrapper {
	display: inline-block;
	position: relative
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
	position: relative
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: elementor-headline-flip-in 1.2s;
	animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: elementor-headline-flip-out 1.2s;
	animation: elementor-headline-flip-out 1.2s
}

@-webkit-keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}
	65% {
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}
	65% {
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
	vertical-align: top;
	overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
	-webkit-animation: elementor-headline-pulse 1s infinite;
	animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
	background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
	color: #aebcb9
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	position: absolute;
	visibility: hidden
}

@-webkit-keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
	-webkit-transform: scaleX(1.0005);
	-ms-transform: scaleX(1.0005);
	transform: scaleX(1.0005);
	opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-swirl-in .4s forwards;
	animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-swirl-out .4s forwards;
	animation: elementor-headline-swirl-out .4s forwards
}

@-webkit-keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@-webkit-keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}
	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

@keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}
	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
	opacity: 0;
	top: .2em
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
	top: 0;
	opacity: 1;
	-webkit-animation: elementor-headline-slide-down-in .6s;
	animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-down-out .6s;
	animation: elementor-headline-slide-down-out .6s
}

@-webkit-keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-drop-in-in .8s;
	animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-drop-in-out .8s;
	animation: elementor-headline-drop-in-out .8s
}

@-webkit-keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

@keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-blinds-in .6s forwards;
	animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-blinds-out .6s forwards;
	animation: elementor-headline-blinds-out .6s forwards
}

@-webkit-keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@-webkit-keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

@keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-wave-up .6s forwards;
	animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-wave-down .6s forwards;
	animation: elementor-headline-wave-down .6s forwards
}

@-webkit-keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-slide-in .6s;
	animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-out .6s;
	animation: elementor-headline-slide-out .6s
}

@-webkit-keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	white-space: nowrap
}

.elementor-msie .elementor-headline--style-highlight svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%)
}

.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
	width: 100%!important
}

.elementor-facebook-widget.fb_iframe_widget iframe {
	position: relative
}

.elementor-facebook-widget.fb-like {
	height: 1px
}

.elementor-widget-facebook-comments iframe {
	width: 100%!important
}

.site-main .menu-navigation-container {
	overflow: visible
}

.elementor-item:after,
.elementor-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
	content: "";
	top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px)
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c
}

.e--pointer-framed .elementor-item:before {
	content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
	width: 3px;
	height: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	width: 100%;
	height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
	width: 3px;
	height: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 0 3px 3px 0
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	-o-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.e--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
	color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #494c4f
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed;
	border-color: #494c4f transparent transparent
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu,
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu,
.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	margin-left: auto;
	margin-right: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu,
.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none
}

.elementor-widget-nav-menu .elementor-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-nav-menu {
	position: relative;
	z-index: 2
}

.elementor-nav-menu:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
	display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
	position: relative
}

.elementor-nav-menu li {
	border-width: 0
}

.elementor-nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
	padding: 10px 20px;
	line-height: 20px
}

.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
	padding-right: 20px
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
	display: none
}

.elementor-nav-menu--indicator-plus:before {
	font-family: Open Sans, sans-serif
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
	font-size: 10px
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before {
	content: "+"
}

.elementor-nav-menu .sub-arrow {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
	background-color: #55595c;
	color: #fff
}

.elementor-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f
}

.elementor-menu-toggle.elementor-active i:before {
	content: "\e87f"
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow: auto
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em
}

.elementor-nav-menu--dropdown a {
	color: #494c4f;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997
}

@media (min-width:768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none
	}
}

@media (max-width:767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none
	}
}

.elementor-theme-builder-content-area {
	height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
	content: "";
	display: table;
	clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
	display: block
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
	color: #d4d4d4;
	border: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
	height: 100%;
	width: 1px;
	margin: 0 auto;
	background-color: #d4d4d4
}

.elementor-post-navigation {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
	color: #d4d4d4
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	font-size: 30px;
	padding-right: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
	font-size: 30px;
	padding-left: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper i {
	-webkit-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%)
}

.elementor-post-navigation .elementor-post-navigation__link__next,
.elementor-post-navigation .elementor-post-navigation__link__prev {
	overflow: hidden
}

.elementor-post-navigation .elementor-post-navigation__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__prev--label {
	text-transform: uppercase;
	font-size: .8em
}

.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--title {
	font-size: .7em
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__prev--title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-post-navigation span.elementor-post-navigation__link__next {
	text-align: right
}

.elementor-post-navigation span.elementor-post-navigation__link__next,
.elementor-post-navigation span.elementor-post-navigation__link__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-post-navigation .elementor-grid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-post-navigation .elementor-post-navigation__link {
	width: calc(50% - 0.5px);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
	text-align: center
}

.elementor-post-navigation .elementor-post-navigation__next {
	text-align: right
}

.elementor-post-navigation .elementor-post-navigation__next a {
	float: right
}

.site-main .elementor-widget-post-navigation,
.site-main .elementor-widget-post-navigation [class*=navigation] {
	margin: 0
}

.elementor-search-form {
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
	outline: 0;
	color: inherit
}

.elementor-search-form button {
	background-color: #818a91;
	font-size: 16px;
	color: #fff;
	border-radius: 0
}

.elementor-search-form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	overflow: hidden;
	border: 0 solid transparent;
	min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: #eceeef
}

.elementor-search-form__input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #55595c;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input:-moz-placeholder,
.elementor-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__submit {
	-webkit-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
	color: #fff;
	border: none;
	border-radius: 0
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	opacity: .6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #55595c
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	font-size: 50px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #fff;
	line-height: 1.5;
	color: #fff
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	color: #494c4f
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	position: relative;
	display: block;
	border: 0 solid;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 33px;
	height: 33px;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 3px
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .55em
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: rgba(0, 0, 0, .8)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
	display: none
}

.elementor-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-author-box__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px
}

.elementor-author-box__avatar img {
	width: 100px;
	border-radius: 500px;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-author-box__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 17px
}

.elementor-author-box__name {
	font-size: 24px;
	margin-bottom: 5px
}

.elementor-author-box__bio,
.elementor-author-box__bio p {
	margin-bottom: .8em
}

.elementor-author-box__bio p:last-of-type {
	margin-bottom: 0
}

.elementor-author-box--layout-image-left .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
	margin-left: 0;
	margin-right: 25px
}

.elementor-author-box--layout-image-right .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
	margin-right: 0;
	margin-left: 25px
}

.elementor-author-box--layout-image-above .elementor-author-box {
	display: block
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
	margin: 0 auto 15px;
	display: inline-block
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
	margin-left: 0
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
	margin-right: 0
}

.elementor-author-box--align-left .elementor-author-box {
	text-align: left
}

.elementor-author-box--align-right .elementor-author-box {
	text-align: right
}

.elementor-author-box--align-center .elementor-author-box {
	text-align: center
}

.elementor-button.elementor-author-box__button {
	border: 2px solid #55595c;
	font-size: 15px;
	font-weight: 100;
	padding: 10px 18px
}

.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
	background: transparent;
	color: #55595c
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
	-ms-flex-item-align: center;
	align-self: center
}

.elementor-post-info__terms-list {
	display: inline-block
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
	border-radius: 100%
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	display: inline-block
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
	display: inline
}

.elementor-widget-breadcrumbs {
	font-size: .85em
}

.elementor-widget-breadcrumbs p {
	margin-bottom: 0
}

.elementor-sitemap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.elementor-sticky--active {
	z-index: 99
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-mode) {
	display: none
}

.elementor-popup-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
	display: none
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	top: 20px;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all
}

.elementor-popup-modal .dialog-widget-content {
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: all
}

.elementor-popup-modal .dialog-message {
	width: 640px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-popup-modal .elementor {
	width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-o-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

.elementor-motion-effects-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.elementor-motion-effects-layer {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-motion-effects-perspective {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.elementor-gallery__container {
	min-height: 1px
}

.elementor-gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	border: solid var(--image-border-width) var(--image-border-color);
	border-radius: var(--image-border-radius)
}

.elementor-gallery-item__content,
.elementor-gallery-item__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.elementor-gallery-item__overlay {
	mix-blend-mode: var(--overlay-mix-blend-mode);
	-webkit-transition-duration: var(--overlay-transition-duration);
	-o-transition-duration: var(--overlay-transition-duration);
	transition-duration: var(--overlay-transition-duration);
	-webkit-transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	-o-transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color, -webkit-transform
}

.elementor-gallery-item__image.e-gallery-image {
	-webkit-transition-duration: var(--image-transition-duration);
	-o-transition-duration: var(--image-transition-duration);
	transition-duration: var(--image-transition-duration);
	-webkit-transition-property: -webkit-filter, -webkit-transform;
	transition-property: -webkit-filter, -webkit-transform;
	-o-transition-property: filter, transform;
	transition-property: filter, transform;
	transition-property: filter, transform, -webkit-filter, -webkit-transform
}

.elementor-gallery-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: var(--content-justify-content, center);
	-ms-flex-pack: var(--content-justify-content, center);
	justify-content: var(--content-justify-content, center);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: var(--content-text-align);
	padding: var(--content-padding)
}

.elementor-gallery-item__content>div {
	-webkit-transition-duration: var(--content-transition-duration);
	-o-transition-duration: var(--content-transition-duration);
	transition-duration: var(--content-transition-duration)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3));
	-o-transition-delay: calc((var(--content-transition-delay) / 3));
	transition-delay: calc((var(--content-transition-delay) / 3))
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
	-o-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
	transition-delay: calc((var(--content-transition-delay) / 3) * 2)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
	-o-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
	transition-delay: calc((var(--content-transition-delay) / 3) * 3)
}

.elementor-gallery-item__description {
	color: var(--description-text-color, #fff);
	width: 100%
}

.elementor-gallery-item__title {
	color: var(--title-text-color, #fff);
	font-weight: 700;
	width: 100%
}

.elementor-gallery__titles-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: var(--titles-container-justify-content, center);
	-ms-flex-pack: var(--titles-container-justify-content, center);
	justify-content: var(--titles-container-justify-content, center);
	margin-bottom: 20px
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
	background-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
	background-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
	border-color: var(--galleries-pointer-bg-color-hover);
	border-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
	border-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
	border-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
	border-width: var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
	border-width: 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0
}

.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
	height: var(--galleries-pointer-border-width)
}

.elementor-gallery-title {
	--space-between: 10px;
	cursor: pointer;
	color: #6d7882;
	font-weight: 500;
	position: relative;
	padding: 7px 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.elementor-gallery-title--active {
	color: #495157
}

.elementor-gallery-title:not(:last-child) {
	margin-right: var(--space-between)
}

.elementor-gallery-item__title+.elementor-gallery-item__description {
	margin-top: var(--description-margin-top)
}

.e-gallery-item.elementor-gallery-item {
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all
}

.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,
.e-gallery-item:hover .elementor-gallery__item-overlay-bg,
.e-gallery-item:hover .elementor-gallery__item-overlay-content,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
	opacity: 1
}

a.elementor-item.elementor-gallery-title {
	color: var(--galleries-title-color-normal)
}

a.elementor-item.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title.highlighted,
a.elementor-item.elementor-gallery-title:focus,
a.elementor-item.elementor-gallery-title:hover {
	color: var(--galleries-title-color-hover)
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
	color: var(--gallery-title-color-active)
}

.elementor-widget-table-of-contents .elementor-toc__header-title {
	color: var(--header-color)
}

.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,
.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
	display: none
}

.elementor-widget-table-of-contents .elementor-widget-container {
	min-height: var(--box-min-height);
	border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	-webkit-transition: min-height .4s;
	-o-transition: min-height .4s;
	transition: min-height .4s;
	overflow: hidden
}

.elementor-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--box-padding, 20px);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7)
}

.elementor-toc__header-title {
	font-size: 18px;
	margin: 0;
	color: var(--header-color)
}

.elementor-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-toc__toggle-button i {
	color: var(--toggle-button-color)
}

.elementor-toc__toggle-button svg {
	height: 1em;
	width: 1em
}

.elementor-toc__spinner-container {
	text-align: center
}

.elementor-toc__spinner {
	font-size: 2em
}

.elementor-toc__body {
	padding: var(--box-padding, 20px)
}

.elementor-toc__list-wrapper {
	list-style: none;
	padding: 0
}

.elementor-toc__list-item {
	margin-bottom: .5em
}

.elementor-toc__list-item.elementor-item-active {
	font-weight: 700
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em)
}

.elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}

.elementor-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-toc__list-item-text-wrapper:before,
.elementor-toc__list-item-text-wrapper i {
	margin-right: 8px;
	color: var(--marker-color)
}

.elementor-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em)
}

.elementor-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em)
}

.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper {
	display: none
}

.elementor-toc__heading-anchor {
	position: absolute
}

.elementor-toc__body .elementor-toc__list-item-text {
	color: var(--item-text-color);
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}

ol.elementor-toc__list-wrapper {
	counter-reset: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item {
	counter-increment: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". "
}

@media only screen and (max-width:1024px) {
	.elementor-toc--minimized-on-tablet .elementor-toc__body {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.elementor-toc--minimized-on-mobile .elementor-toc__body {
		display: none
	}
}

.isw-empty,
.isw-swatch+select:not(.isw-selectbox),
.isw-term.isw-disabled:after,
.isw-term.isw-disabled:before {
	display: none
}

.isw-swatch {
	margin-bottom: 10px
}

.isw-white {
	border: 1px solid #ddd
}

.isw-white.isw-selected {
	border: none
}

.isw-term {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-right: 5px
}

.isw-term.isw-selected {
	box-shadow: 0 0 4px rgba(0, 0, 0, .8)
}

.isw-term.isw-disabled {
	opacity: .4;
	cursor: default
}

.isw-swatch--isw_color {
	font-size: 0
}

.isw-swatch--isw_color .isw-term {
	height: 20px;
	width: 20px;
	line-height: 20px
}

.isw-swatch--isw_text .isw-term {
	font-weight: 600
}

form.isw-swatches .isw-term {
	margin-right: 15px
}

form.isw-swatches .isw-swatch {
	display: inline-block;
	margin-bottom: 0
}

form.isw-swatches .isw-swatch--isw_color .isw-term {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px
}

form.isw-swatches .isw-swatch--isw_text .isw-term {
	font-size: 16px
}

select.isw-dropdown-color,
select.isw-dropdown-text,
select.isw-dropdown-image {
	display: none !important
}




.tm-demo-options-wrapper {
	position: fixed;
	top: 0;
	left: 100%;
	background: #fff;
	height: 100%;
	width: 350px;
	max-width: calc(100% - 45px);
	z-index: 100000;
	-webkit-transition: all .5s;
	transition: all .5s
}

.tm-demo-options-wrapper.open {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14)
}

.demo-option-title {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.38px;
	line-height: 1.4;
	margin: 0 0 12px
}

.demo-option-desc {
	font-size: 14px;
	color: #696969;
	margin-bottom: 20px
}

.tm-demo-options-toolbar {
	position: absolute;
	top: 200px;
	right: 100%;
	display: block;
	width: 40px;
	line-height: 60px;
	border: 1px solid #eee;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background: #fff;
	text-align: center;
	box-shadow: -3px 0 10px -2px rgba(0, 0, 0, .1)
}

.tm-demo-options-toolbar a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #111
}

.tm-demo-options-toolbar a:focus,
.tm-demo-options-toolbar a:hover {
	color: #111!important
}

.tm-demo-options-toolbar i {
	font-size: 16px
}

.tm-demo-panel-header {
	padding: 40px 30px;
	text-align: center
}

.tm-demo-panel {
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 55px
}

.quick-option-list {
	padding: 0 27px 27px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px
}

.quick-option-list img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .1);
	border-radius: 5px
}

.quick-option-list img:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

.quick-option-list h6 {
	margin-top: 5px
}

.quick-option-list .hint--bounce:after {
	min-width: 120px;
	max-width: 160px;
	text-align: center;
	white-space: normal
}

.desktop .tm-demo-options-wrapper.open {
	-webkit-transform: translateX(-100%) translateX(15px);
	-ms-transform: translateX(-100%) translateX(15px);
	transform: translateX(-100%) translateX(15px)
}

.handheld .tm-demo-options-toolbar {
	top: 150px
}

.handheld .tm-demo-options-wrapper .tm-demo-panel {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width:1200px) {
	#wp-admin-bar-new_draft {
		display: none
	}
}

#page-ruler-toolbar input[type=number] {
	height: 20px;
	color: #fff!important;
	background-color: transparent!important
}

#page-ruler-toolbar .page-ruler-px-container.page-ruler-px-container:after {
	right: 15px!important;
	color: #ccc!important
}

#page-ruler#page-ruler,
#page-ruler-guides#page-ruler-guides {
	z-index: 99999999!important
}

.sale-special-intro-price {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	bottom: 90px;
	right: 0;
	width: 180px;
	z-index: 9999
}

.sale-special-intro-price.hidden {
	opacity: 0;
	visibility: hidden
}

#close-sale-special-intro-price {
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 10px;
	color: #333;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	font-size: 18px
}

body.mobile .sale-special-intro-price {
	width: 100px
}

@media (min-width:1400px) {
	.sale-special-intro-price {
		width: 240px
	}
}

.header-07 .header-sticky-button.tm-button,
.header-07.header-light .header-button {
	color: #fff!important;
	border-color: transparent!important
}

.header-07 .header-sticky-button.tm-button:before,
.header-07.header-light .header-button:before {
	background-image: -webkit-linear-gradient(225deg, #fe5b34, #fe378c)!important;
	background-image: linear-gradient(-135deg, #fe5b34, #fe378c)!important
}

.header-07 .header-sticky-button.tm-button:after,
.header-07.header-light .header-button:after {
	background-image: -webkit-linear-gradient(225deg, #fe378c, #fe5b34)!important;
	background-image: linear-gradient(-135deg, #fe378c, #fe5b34)!important
}

body,
.gmap-marker-wrap {
	color: #9b9b9b;
	font-family: CerebriSans;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74
}

a {
	color: #696969
}

a:hover,
a:focus,
.medizin-map-overlay-info a:hover,
.widget_rss li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:after {
	color: #010463
}

h1,
h2,
h3,
h4,
h5,
h6,
caption,
th,
blockquote,
.heading,
.heading-color,
.tm-button.style-text .button-text,
.entry-post-tags a:hover,
.entry-author .author-social-networks a:hover,
.widget_rss li a,
.medizin-grid-wrapper.filter-style-01 .btn-filter.current,
.medizin-grid-wrapper.filter-style-01 .btn-filter:hover,
.elementor-accordion .elementor-tab-title,
.tm-table.style-01 td,
.tm-table caption,
.comment-reply-title,
.page-links,
.comment-nav-links li,
.page-pagination li,
.comment-nav-links li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-checkout .shop_table .product-name,
.single-product form.cart .label>label,
.single-product form.cart .quantity-button-wrapper>label,
.single-product form.cart .wccpf_label>label {
	color: #333
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
.button,
.elementor-button {
	color: #fff;
	border-color: #010463;
	background-color: #010463
}

.wp-block-button.is-style-outline {
	color: #010463
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.wp-block-button__link:hover,
.button:hover,
.button:focus,
.elementor-button:hover {
	color: #fff;
	border-color: #FFCC00;
	background-color: #FFCC00
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #FFCC00
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
select,
textarea,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field,
.elementor-field-group .elementor-field-textual {
	color: #ababab;
	border-color: #f8f8f8;
	background-color: #f8f8f8;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em
}

input[type=radio]:before {
	border-color: #f8f8f8;
	background-color: #f8f8f8
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus,
select:focus,
textarea:focus,
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.woocommerce .select2-container--open.select2-container--default .select2-selection--single,
.woocommerce .select2-container--open.select2-container--default .select2-dropdown,
.elementor-field-group .elementor-field-textual:focus {
	color: #333;
	border-color: #010463;
	background-color: #fff
}

input[type=radio]:checked:before,
input[type=radio]:hover:before {
	border-color: #010463
}

input[type=radio]:after {
	background-color: #010463
}

input[type=radio]:checked:before {
	background-color: #fff
}

.top-bar-01 {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f2f4f9;
	border-bottom-width: 0;
	border-bottom-color: #eee;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.78;
	color: #696969
}

.top-bar-01 a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	color: #ababab
}

.top-bar-01 a:hover,
.top-bar-01 a:focus {
	color: #333
}

.top-bar-01 .top-bar-tag {
	color: #fff;
	background-color: #3751ee
}

.top-bar-01 .top-bar-tag:hover {
	color: #fff;
	background-color: #FFCC00
}

.top-bar-02 {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
	border-bottom-color: #eee;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.78;
	color: #696969
}

.top-bar-02 a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	color: #ababab
}

.top-bar-02 a:hover,
.top-bar-02 a:focus {
	color: #333
}

.top-bar-02 .top-bar-tag {
	color: #fff;
	background-color: #3751ee
}

.top-bar-02 .top-bar-tag:hover {
	color: #fff;
	background-color: #FFCC00
}

.top-bar-03 {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.78;
	color: #696969
}

.top-bar-03 a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	color: #ababab
}

.top-bar-03 a:hover,
.top-bar-03 a:focus {
	color: #333
}

.top-bar-03 .top-bar-tag {
	color: #fff;
	background-color: #3751ee
}

.top-bar-03 .top-bar-tag:hover {
	color: #fff;
	background-color: #FFCC00
}

.headroom--not-top .page-header-inner .header-wrap {
	min-height: 80px
}

.headroom--not-top .page-header-inner {
	padding-top: 0!important;
	padding-bottom: 0!important
}

#page-header.headroom--not-top .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-header.headroom--not-top .header-icon,
.page-header.headroom--not-top .wpml-ls-item-toggle {
	color: #333 !important
}

.page-header.headroom--not-top .header-icon:hover {
	color: #010463 !important
}

.page-header.headroom--not-top .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463!important
}

.page-header.headroom--not-top .mini-cart .mini-cart-icon:after {
	color: #fff !important;
	background-color: #010463 !important
}

.page-header.headroom--not-top .header-social-networks a {
	color: #333 !important
}

.page-header.headroom--not-top .header-social-networks a:hover {
	color: #333 !important
}

.page-header.headroom--not-top .menu--primary>ul>li>a {
	color: #333 !important
}

.page-header.headroom--not-top .menu--primary>li:hover>a,
.page-header.headroom--not-top .menu--primary>ul>li>a:hover,
.page-header.headroom--not-top .menu--primary>ul>li>a:focus,
.page-header.headroom--not-top .menu--primary>ul>.current-menu-ancestor>a,
.page-header.headroom--not-top .menu--primary>ul>.current-menu-item>a {
	color: #010463 !important
}

.header-sticky-button.tm-button {
	color: #333;
	border-color: #eee
}

.header-sticky-button.tm-button:before {
	background: rgba(17, 17, 17, 0)
}

.header-sticky-button.tm-button:hover {
	color: #fff;
	border-color: #333
}

.header-sticky-button.tm-button:after {
	background: #333
}

#page-header.headroom--not-top .search-field {
	color: #696969;
	border-color: #f5f5f5;
	background: #f5f5f5
}

#page-header.headroom--not-top .search-field:focus {
	color: #333;
	border-color: #010463;
	background: #fff
}

.header-more-tools-opened .header-right-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.header-more-tools-opened .header-right-inner .header-icon,
.header-more-tools-opened .header-right-inner .wpml-ls-item-toggle {
	color: #333!important
}

.header-more-tools-opened .header-right-inner .header-icon:hover {
	color: #010463!important
}

.header-more-tools-opened .header-right-inner .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463!important
}

.header-more-tools-opened .header-right-inner .mini-cart .mini-cart-icon:after {
	color: #fff!important;
	background-color: #010463!important
}

.header-more-tools-opened .header-right-inner .header-social-networks a {
	color: #333!important
}

.header-more-tools-opened .header-right-inner .header-social-networks a:hover {
	color: #010463!important
}

.header-01 .page-header-inner {
	border-bottom-width: 0
}

.header-01 .menu--primary a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.desktop-menu .header-01 .menu--primary .menu__container>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 18px;
	padding-right: 18px
}

.header-01.header-dark .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	border-color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 20px rgba(0, 0, 0, .05)
}

.header-01.header-dark .header-icon,
.header-01.header-dark .wpml-ls-item-toggle {
	color: #333
}

.header-01.header-dark .header-icon:hover {
	color: #010463
}

.header-01.header-dark .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463
}

.header-01.header-dark .mini-cart .mini-cart-icon:after {
	color: #fff;
	background-color: #010463
}

.header-01.header-dark .menu--primary>ul>li>a {
	color: #9b9b9b
}

.header-01.header-dark .menu--primary>ul>li:hover>a,
.header-01.header-dark .menu--primary>ul>li>a:hover,
.header-01.header-dark .menu--primary>ul>li>a:focus,
.header-01.header-dark .menu--primary>ul>.current-menu-ancestor>a,
.header-01.header-dark .menu--primary>ul>.current-menu-item>a {
	color: #010463
}

.header-01.header-dark .header-button {
	color: #fff;
	border-color: #010463
}

.header-01.header-dark .header-button:before {
	background: #010463
}

.header-01.header-dark .header-button:hover {
	color: #010463;
	border-color: #010463
}

.header-01.header-dark .header-button:after {
	background: rgba(0, 0, 0, 0)
}

.header-01.header-dark .header-social-networks a {
	color: #333
}

.header-01.header-dark .header-social-networks a:hover {
	color: #010463
}

.header-01.header-light .page-header-inner {
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 1px 20px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px 20px rgba(255, 255, 255, .05);
	box-shadow: 0 1px 20px rgba(255, 255, 255, .05)
}

.header-01.header-light .header-icon,
.header-01.header-light .wpml-ls-item-toggle {
	color: #fff
}

.header-01.header-light .header-icon:hover {
	color: #fff
}

.header-01.header-light .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #fff
}

.header-01.header-light .mini-cart .mini-cart-icon:after {
	color: #010463;
	background-color: #fff
}

.header-01.header-light .menu--primary>ul>li>a {
	color: #fff
}

.header-01.header-light .menu--primary>ul>li:hover>a,
.header-01.header-light .menu--primary>ul>li>a:hover,
.header-01.header-light .menu--primary>ul>li>a:focus,
.header-01.header-light .menu--primary>ul>.current-menu-ancestor>a,
.header-01.header-light .menu--primary>ul>.current-menu-item>a {
	color: #fff
}

.header-01.header-light .header-button {
	color: #fff;
	border-color: rgba(255, 255, 255, .3)
}

.header-01.header-light .header-button:before {
	background: rgba(255, 255, 255, 0)
}

.header-01.header-light .header-button:hover {
	color: #333;
	border-color: #fff
}

.header-01.header-light .header-button:after {
	background: #fff
}

.header-01.header-light .header-social-networks a {
	color: #fff
}

.header-01.header-light .header-social-networks a:hover {
	color: #fff
}

.header-02 .page-header-inner {
	border-bottom-width: 0
}

.header-02 .menu--primary a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.desktop-menu .header-02 .menu--primary .menu__container>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 18px;
	padding-right: 18px
}

.header-02.header-dark .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	border-color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.header-02.header-dark .header-icon,
.header-02.header-dark .wpml-ls-item-toggle {
	color: #333
}

.header-02.header-dark .header-icon:hover {
	color: #010463
}

.header-02.header-dark .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463
}

.header-02.header-dark .mini-cart .mini-cart-icon:after {
	color: #fff;
	background-color: #010463
}

.header-02.header-dark .menu--primary>ul>li>a {
	color: #9b9b9b
}

.header-02.header-dark .menu--primary>ul>li:hover>a,
.header-02.header-dark .menu--primary>ul>li>a:hover,
.header-02.header-dark .menu--primary>ul>li>a:focus,
.header-02.header-dark .menu--primary>ul>.current-menu-ancestor>a,
.header-02.header-dark .menu--primary>ul>.current-menu-item>a {
	color: #010463
}

.header-02.header-dark .header-button {
	color: #fff;
	border-color: #010463
}

.header-02.header-dark .header-button:before {
	background: #010463
}

.header-02.header-dark .header-button:hover {
	color: #010463;
	border-color: #010463
}

.header-02.header-dark .header-button:after {
	background: rgba(0, 0, 0, 0)
}

.header-02.header-dark .header-social-networks a {
	color: #333
}

.header-02.header-dark .header-social-networks a:hover {
	color: #010463
}

.header-02.header-light .page-header-inner {
	border-color: rgba(255, 255, 255, .2)
}

.header-02.header-light .header-icon,
.header-02.header-light .wpml-ls-item-toggle {
	color: #fff
}

.header-02.header-light .header-icon:hover {
	color: #fff
}

.header-02.header-light .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #fff
}

.header-02.header-light .mini-cart .mini-cart-icon:after {
	color: #010463;
	background-color: #fff
}

.header-02.header-light .menu--primary>ul>li>a {
	color: #fff
}

.header-02.header-light .menu--primary>ul>li:hover>a,
.header-02.header-light .menu--primary>ul>li>a:hover,
.header-02.header-light .menu--primary>ul>li>a:focus,
.header-02.header-light .menu--primary>ul>.current-menu-ancestor>a,
.header-02.header-light .menu--primary>ul>.current-menu-item>a {
	color: #fff
}

.header-02.header-light .header-button {
	color: #fff;
	border-color: rgba(255, 255, 255, .3)
}

.header-02.header-light .header-button:before {
	background: rgba(255, 255, 255, 0)
}

.header-02.header-light .header-button:hover {
	color: #333;
	border-color: #fff
}

.header-02.header-light .header-button:after {
	background: #fff
}

.header-02.header-light .header-social-networks a {
	color: #fff
}

.header-02.header-light .header-social-networks a:hover {
	color: #fff
}

.header-03 .page-header-inner {
	border-bottom-width: 0
}

.header-03 .menu--primary a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.desktop-menu .header-03 .menu--primary .menu__container>li>a {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 10px;
	padding-right: 10px
}

.header-03.header-dark .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	border-color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.header-03.header-dark .header-icon,
.header-03.header-dark .wpml-ls-item-toggle {
	color: #333
}

.header-03.header-dark .header-icon:hover {
	color: #010463
}

.header-03.header-dark .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463
}

.header-03.header-dark .mini-cart .mini-cart-icon:after {
	color: #fff;
	background-color: #010463
}

.header-03.header-dark .page-header-bottom {
	background-color: #415da1
}

.header-03.header-dark .menu--primary>ul>li>a {
	color: rgba(255, 255, 255, .7)!important
}

.header-03.header-dark .menu--primary>ul>li:hover>a,
.header-03.header-dark .menu--primary>ul>li>a:hover,
.header-03.header-dark .menu--primary>ul>li>a:focus,
.header-03.header-dark .menu--primary>ul>.current-menu-ancestor>a,
.header-03.header-dark .menu--primary>ul>.current-menu-item>a {
	color: #fff!important
}

.header-03.header-dark .search-field {
	color: #ababab!important;
	border-color: #eee!important;
	background: #fff!important
}

.header-03.header-dark .search-field:focus {
	color: #333!important;
	border-color: #010463!important;
	background: #fff!important
}

.header-03.header-dark .header-button {
	color: #fff;
	border-color: #010463
}

.header-03.header-dark .header-button:before {
	background: #010463
}

.header-03.header-dark .header-button:hover {
	color: #010463;
	border-color: #010463
}

.header-03.header-dark .header-button:after {
	background: rgba(0, 0, 0, 0)
}

.header-03.header-dark .header-social-networks a {
	color: #333
}

.header-03.header-dark .header-social-networks a:hover {
	color: #010463
}

.header-03.header-light .page-header-inner {
	border-color: rgba(255, 255, 255, .2)
}

.header-03.header-light .header-icon,
.header-03.header-light .wpml-ls-item-toggle {
	color: #fff
}

.header-03.header-light .header-icon:hover {
	color: #fff
}

.header-03.header-light .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #fff
}

.header-03.header-light .mini-cart .mini-cart-icon:after {
	color: #010463;
	background-color: #fff
}

.header-03.header-light .menu--primary>ul>li>a {
	color: #fff!important
}

.header-03.header-light .menu--primary>ul>li:hover>a,
.header-03.header-light .menu--primary>ul>li>a:hover,
.header-03.header-light .menu--primary>ul>li>a:focus,
.header-03.header-light .menu--primary>ul>.current-menu-ancestor>a,
.header-03.header-light .menu--primary>ul>.current-menu-item>a {
	color: #fff!important
}

.header-03.header-light .search-field {
	color: #696969;
	border-color: #fff;
	background: #fff
}

.header-03.header-light .search-field:focus {
	color: #333;
	border-color: #010463;
	background: #fff
}

.header-03.header-light .header-button {
	color: #fff;
	border-color: rgba(255, 255, 255, .3)
}

.header-03.header-light .header-button:before {
	background: rgba(255, 255, 255, 0)
}

.header-03.header-light .header-button:hover {
	color: #333;
	border-color: #fff
}

.header-03.header-light .header-button:after {
	background: #fff
}

.header-03.header-light .header-social-networks a {
	color: #fff
}

.header-03.header-light .header-social-networks a:hover {
	color: #fff
}

.header-04 .page-header-inner {
	border-bottom-width: 0
}

.header-04 .menu--primary a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.desktop-menu .header-04 .menu--primary .menu__container>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 10px;
	padding-right: 10px
}

.header-04.header-dark .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	border-color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.header-04.header-dark .header-icon,
.header-04.header-dark .wpml-ls-item-toggle {
	color: #333
}

.header-04.header-dark .header-icon:hover {
	color: #010463
}

.header-04.header-dark .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463
}

.header-04.header-dark .mini-cart .mini-cart-icon:after {
	color: #fff;
	background-color: #010463
}

.header-04.header-dark .menu--primary>ul>li>a {
	color: #9b9b9b
}

.header-04.header-dark .menu--primary>ul>li:hover>a,
.header-04.header-dark .menu--primary>ul>li>a:hover,
.header-04.header-dark .menu--primary>ul>li>a:focus,
.header-04.header-dark .menu--primary>ul>.current-menu-ancestor>a,
.header-04.header-dark .menu--primary>ul>.current-menu-item>a {
	color: #010463
}

.header-04.header-dark .search-field {
	color: #696969;
	border-color: #f5f5f5;
	background: #f5f5f5
}

.header-04.header-dark .search-field:focus {
	color: #333;
	border-color: #010463;
	background: #fff
}

.header-04.header-dark .header-button {
	color: #fff;
	border-color: #010463
}

.header-04.header-dark .header-button:before {
	background: #010463
}

.header-04.header-dark .header-button:hover {
	color: #010463;
	border-color: #010463
}

.header-04.header-dark .header-button:after {
	background: rgba(0, 0, 0, 0)
}

.header-04.header-dark .header-social-networks a {
	color: #333
}

.header-04.header-dark .header-social-networks a:hover {
	color: #010463
}

.header-04.header-light .page-header-inner {
	border-color: rgba(255, 255, 255, .2)
}

.header-04.header-light .header-icon,
.header-04.header-light .wpml-ls-item-toggle {
	color: #fff
}

.header-04.header-light .header-icon:hover {
	color: #fff
}

.header-04.header-light .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #fff
}

.header-04.header-light .mini-cart .mini-cart-icon:after {
	color: #010463;
	background-color: #fff
}

.header-04.header-light .menu--primary>ul>li>a {
	color: #fff
}

.header-04.header-light .menu--primary>ul>li:hover>a,
.header-04.header-light .menu--primary>ul>li>a:hover,
.header-04.header-light .menu--primary>ul>li>a:focus,
.header-04.header-light .menu--primary>ul>.current-menu-ancestor>a,
.header-04.header-light .menu--primary>ul>.current-menu-item>a {
	color: #fff
}

.header-04.header-light .search-field {
	color: #696969;
	border-color: #fff;
	background: #fff
}

.header-04.header-light .search-field:focus {
	color: #333;
	border-color: #010463;
	background: #fff
}

.header-04.header-light .header-button {
	color: #fff;
	border-color: rgba(255, 255, 255, .3)
}

.header-04.header-light .header-button:before {
	background: rgba(255, 255, 255, 0)
}

.header-04.header-light .header-button:hover {
	color: #333;
	border-color: #fff
}

.header-04.header-light .header-button:after {
	background: #fff
}

.header-04.header-light .header-social-networks a {
	color: #fff
}

.header-04.header-light .header-social-networks a:hover {
	color: #fff
}

.header-05 .page-header-inner {
	border-bottom-width: 0
}

.header-05 .menu--primary a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.desktop-menu .header-05 .menu--primary .menu__container>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 18px;
	padding-right: 18px
}

.header-05.header-dark .page-header-inner {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	border-color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .05)
}

.header-05.header-dark .header-icon,
.header-05.header-dark .wpml-ls-item-toggle {
	color: #333
}

.header-05.header-dark .header-icon:hover {
	color: #010463
}

.header-05.header-dark .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #010463
}

.header-05.header-dark .mini-cart .mini-cart-icon:after {
	color: #fff;
	background-color: #010463
}

.header-05.header-dark .menu--primary>ul>li>a {
	color: #333
}

.header-05.header-dark .menu--primary>ul>li:hover>a,
.header-05.header-dark .menu--primary>ul>li>a:hover,
.header-05.header-dark .menu--primary>ul>li>a:focus,
.header-05.header-dark .menu--primary>ul>.current-menu-ancestor>a,
.header-05.header-dark .menu--primary>ul>.current-menu-item>a {
	color: #010463
}

.header-05.header-dark .header-button {
	color: #fff;
	border-color: #010463
}

.header-05.header-dark .header-button:before {
	background: #010463
}

.header-05.header-dark .header-button:hover {
	color: #010463;
	border-color: #010463
}

.header-05.header-dark .header-button:after {
	background: rgba(0, 0, 0, 0)
}

.header-05.header-dark .header-social-networks a {
	color: #333
}

.header-05.header-dark .header-social-networks a:hover {
	color: #010463
}

.header-05.header-light .page-header-inner {
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .05)
}

.header-05.header-light .header-icon,
.header-05.header-light .wpml-ls-item-toggle {
	color: #fff
}

.header-05.header-light .header-icon:hover {
	color: #fff
}

.header-05.header-light .wpml-ls-slot-shortcode_actions:hover>.js-wpml-ls-item-toggle {
	color: #fff
}

.header-05.header-light .mini-cart .mini-cart-icon:after {
	color: #010463;
	background-color: #fff
}

.header-05.header-light .menu--primary>ul>li>a {
	color: #fff
}

.header-05.header-light .menu--primary>ul>li:hover>a,
.header-05.header-light .menu--primary>ul>li>a:hover,
.header-05.header-light .menu--primary>ul>li>a:focus,
.header-05.header-light .menu--primary>ul>.current-menu-ancestor>a,
.header-05.header-light .menu--primary>ul>.current-menu-item>a {
	color: #fff
}

.header-05.header-light .header-button {
	color: #fff;
	border-color: rgba(255, 255, 255, .3)
}

.header-05.header-light .header-button:before {
	background: rgba(255, 255, 255, 0)
}

.header-05.header-light .header-button:hover {
	color: #333;
	border-color: #fff
}

.header-05.header-light .header-button:after {
	background: #fff
}

.header-05.header-light .header-social-networks a {
	color: #fff
}

.header-05.header-light .header-social-networks a:hover {
	color: #fff
}

.sm-simple .children>li>a,
.sm-simple .children>li>a .menu-item-title {
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.38;
	text-transform: none
}

.sm-simple .children>li>a {
	font-size: 16px;
	color: #777
}

.primary-menu-sub-visual,
.sm-simple .children {
	background-color: #fff;
	-webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
	box-shadow: 0 -3px 23px rgba(0, 0, 0, .06)
}

.sm-simple .children>li:hover>a,
.sm-simple .children>li:hover>a:after,
.sm-simple .children>li.current-menu-item>a,
.sm-simple .children>li.current-menu-ancestor>a {
	color: #333
}

.sm-simple .children>li.current-menu-ancestor>a,
.sm-simple .children>li.current-menu-item>a,
.sm-simple .children>li:hover>a {
	background-color: rgba(255, 255, 255, 0)
}

.popup-canvas-menu {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-close-main-menu:before,
.page-close-main-menu:after {
	background-color: #333
}

.popup-canvas-menu .menu__container>li>a {
	font-weight: 500;
	line-height: 1.5;
	color: #333
}

.popup-canvas-menu .menu__container>li>a:hover,
.popup-canvas-menu .menu__container>li>a:focus {
	color: #010463
}

.popup-canvas-menu .menu__container .children a {
	color: #777
}

.popup-canvas-menu .menu__container .children a:hover {
	color: #010463
}

.page-mobile-menu-header {
	background: #fff
}

.page-close-mobile-menu {
	color: #333
}

.page-close-mobile-menu:hover {
	color: #333
}

.page-mobile-main-menu>.inner {
	background: #010463;
	background-color: #010463;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-mobile-main-menu .menu__container>li>a {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	color: #fff
}

.page-mobile-main-menu .menu__container a {
	font-weight: 500;
	line-height: 1.5
}

.page-mobile-main-menu .menu__container>li>a:hover,
.page-mobile-main-menu .menu__container>li.opened>a {
	color: #fff
}

.page-mobile-main-menu .menu__container>li+li>a,
.page-mobile-main-menu .menu__container>li.opened>a {
	border-color: rgba(255, 255, 255, .15)
}

.page-mobile-main-menu .children a,
.page-mobile-main-menu .simple-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0
}

.page-mobile-main-menu .children a {
	font-size: 15px;
	color: rgba(255, 255, 255, .7)
}

.page-mobile-main-menu .children a:hover,
.page-mobile-main-menu .children .opened>a,
.page-mobile-main-menu .current-menu-item>a {
	color: #fff
}

.page-mobile-main-menu .toggle-sub-menu {
	color: #fff;
	background: rgba(255, 255, 255, 0)
}

.page-mobile-main-menu .toggle-sub-menu:hover {
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.page-title-bar-01 .page-title-bar-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-title-bar-01 .page-title-bar-bg:before {
	background-color: rgba(0, 0, 0, 0)
}

.page-title-bar-01 .page-title-bar-inner {
	border-bottom-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0);
	padding-top: 69px;
	padding-bottom: 54px
}

.page-title-bar-01 .heading {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	color: #333
}

.page-title-bar-01 .insight_core_breadcrumb li,
.page-title-bar-01 .insight_core_breadcrumb li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67
}

.page-title-bar-01 .insight_core_breadcrumb li {
	color: #333
}

.page-title-bar-01 .insight_core_breadcrumb a {
	color: #ababab
}

.page-title-bar-01 .insight_core_breadcrumb a:hover {
	color: #010463
}

.page-title-bar-01 .insight_core_breadcrumb li+li:before {
	color: #ababab
}

.page-title-bar-02 .page-title-bar-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-title-bar-02 .page-title-bar-bg:before {
	background-color: rgba(0, 0, 0, 0)
}

.page-title-bar-02 .page-title-bar-inner {
	border-bottom-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0);
	padding-top: 14px;
	padding-bottom: 14px
}

.page-title-bar-02 {
	margin-bottom: 18px
}

.page-title-bar-02 .insight_core_breadcrumb li,
.page-title-bar-02 .insight_core_breadcrumb li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67
}

.page-title-bar-02 .insight_core_breadcrumb li {
	color: #333
}

.page-title-bar-02 .insight_core_breadcrumb a {
	color: #ababab
}

.page-title-bar-02 .insight_core_breadcrumb a:hover {
	color: #010463
}

.page-title-bar-02 .insight_core_breadcrumb li+li:before {
	color: #ababab
}

.page-title-bar-03 .page-title-bar-bg:before {
	background-color: rgba(0, 0, 0, .4)
}

.page-title-bar-03 .page-title-bar-inner {
	border-bottom-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0);
	padding-top: 124px;
	padding-bottom: 101px
}

.page-title-bar-03 {
	margin-bottom: 57px
}

.page-title-bar-03 .heading {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.17;
	color: #fff
}

.page-title-bar-03 .page-title-bar-meta {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.67;
	text-transform: capitalize;
	color: #fff
}

.page-title-bar-03 .page-title-bar-meta a {
	color: #fff
}

.page-title-bar-03 .page-title-bar-meta a:hover {
	color: #fff
}

.page-title-bar-03 .insight_core_breadcrumb li,
.page-title-bar-03 .insight_core_breadcrumb li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67
}

.page-title-bar-03 .insight_core_breadcrumb li {
	color: #333
}

.page-title-bar-03 .insight_core_breadcrumb a {
	color: #ababab
}

.page-title-bar-03 .insight_core_breadcrumb a:hover {
	color: #010463
}

.page-title-bar-03 .insight_core_breadcrumb li+li:before {
	color: #ababab
}

.page-title-bar-04 .page-title-bar-bg {
	background: #f8f8f8;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-title-bar-04 .page-title-bar-bg:before {
	background-color: rgba(0, 0, 0, 0)
}

.page-title-bar-04 .page-title-bar-inner {
	border-bottom-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0);
	padding-top: 13px;
	padding-bottom: 13px
}

.page-title-bar-04 {
	margin-bottom: 70px
}

.page-title-bar-04 .insight_core_breadcrumb li,
.page-title-bar-04 .insight_core_breadcrumb li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67
}

.page-title-bar-04 .insight_core_breadcrumb li {
	color: #333
}

.page-title-bar-04 .insight_core_breadcrumb a {
	color: #ababab
}

.page-title-bar-04 .insight_core_breadcrumb a:hover {
	color: #010463
}

.page-title-bar-04 .insight_core_breadcrumb li+li:before {
	color: #ababab
}

.page-loading {
	background-color: #fff
}

.page-loading .sk-wrap {
	color: #010463
}

.error404 {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

body {
	background: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.branding__logo img,
.error404--header .branding__logo img {
	width: 166px
}

.branding__logo img {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0
}

.header-sticky-both .headroom.headroom--not-top .branding img,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .branding img,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .branding img {
	width: 166px
}

.headroom--not-top .branding__logo .sticky-logo {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

.page-mobile-popup-logo img {
	width: 166px
}

.woocommerce .product .product-badges .new {
	color: #fff;
	background-color: #50d7e9
}

.woocommerce .product .product-badges .hot {
	color: #fff;
	background-color: #f6b500
}

.woocommerce .product .product-badges .onsale {
	color: #fff;
	background-color: #FFCC00
}

.price,
.amount,
.tr-price,
.woosw-content-item--price {
	color: #010463
}

.price del,
del .amount,
.tr-price del,
.woosw-content-item--price del {
	color: #ccc
}

ins .amount {
	color: #010463
}

.product.sale ins,
.product.sale ins .amount,
.single-product .product.sale .entry-summary>.price ins .amount {
	color: #FFCC00
}

.page-search-popup {
	background: #fff
}

.page-search-popup .search-form,
.page-search-popup .search-field:focus {
	color: #333
}

.page-search-popup .search-field:-webkit-autofill {
	-webkit-text-fill-color: #333!important
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
[class*=hint--]:after,
.heading,
.heading-typography,
.elementor-accordion .elementor-tab-title a,
.elementor-counter .elementor-counter-title {
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3
}

h1 {
	font-size: 38px
}

h2 {
	font-size: 34px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 26px
}

h5 {
	font-size: 22px
}

h6 {
	font-size: 18px
}

b,
strong {
	font-weight: 700
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
.rev-btn,
.tm-button,
.button,
.elementor-button {
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0em;
	text-transform: none
}

@media (max-width:1199px) {
	.page-title-bar-01 .page-title-bar-inner .heading {
		font-size: 34px
	}
	.page-title-bar-03 .page-title-bar-inner .heading {
		font-size: 42px
	}
}

@media (max-width:991px) {
	.page-title-bar-01 .page-title-bar-inner .heading {
		font-size: 28px
	}
	.page-title-bar-03 .page-title-bar-inner .heading {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.page-title-bar-03 .page-title-bar-inner .heading {
		font-size: 30px
	}
}