
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

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

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

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.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 {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

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

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

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

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

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

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

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

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

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

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

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .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-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .7;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner > svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner > .wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner > .wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error > svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning > svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success > svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info > svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

@charset "UTF-8";

[class*="jki jki-"] {
	font-family: jkiticon !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jki-500px:before {
	content: "";
}

.jki-accessible-icon:before {
	content: "";
}

.jki-accusoft:before {
	content: "";
}

.jki-acquisitions-incorporated:before {
	content: "";
}

.jki-ad-solid:before {
	content: "";
}

.jki-address-book-solid:before {
	content: "";
}

.jki-address-book:before {
	content: "";
}

.jki-address-card-solid:before {
	content: "";
}

.jki-address-card:before {
	content: "";
}

.jki-adjust-solid:before {
	content: "";
}

.jki-adn:before {
	content: "";
}

.jki-adobe:before {
	content: "";
}

.jki-adversal:before {
	content: "";
}

.jki-affiliatetheme:before {
	content: "";
}

.jki-air-freshener-solid:before {
	content: "";
}

.jki-airbnb:before {
	content: "";
}

.jki-algolia:before {
	content: "";
}

.jki-align-center-solid:before {
	content: "";
}

.jki-align-justify-solid:before {
	content: "";
}

.jki-align-left-solid:before {
	content: "";
}

.jki-align-right-solid:before {
	content: "";
}

.jki-alipay:before {
	content: "";
}

.jki-allergies-solid:before {
	content: "";
}

.jki-amazon-pay:before {
	content: "";
}

.jki-amazon:before {
	content: "";
}

.jki-ambulance-solid:before {
	content: "";
}

.jki-american-sign-language-interpreting-solid:before {
	content: "";
}

.jki-amilia:before {
	content: "";
}

.jki-anchor-solid:before {
	content: "";
}

.jki-android:before {
	content: "";
}

.jki-angellist:before {
	content: "";
}

.jki-angle-double-down-solid:before {
	content: "";
}

.jki-angle-double-left-solid:before {
	content: "";
}

.jki-angle-double-right-solid:before {
	content: "";
}

.jki-angle-double-up-solid:before {
	content: "";
}

.jki-angle-down-solid:before {
	content: "";
}

.jki-angle-left-solid:before {
	content: "";
}

.jki-angle-right-solid:before {
	content: "";
}

.jki-angle-up-solid:before {
	content: "";
}

.jki-angry-solid:before {
	content: "";
}

.jki-angry:before {
	content: "";
}

.jki-angrycreative:before {
	content: "";
}

.jki-angular:before {
	content: "";
}

.jki-ankh-solid:before {
	content: "";
}

.jki-app-store-ios:before {
	content: "";
}

.jki-app-store:before {
	content: "";
}

.jki-apper:before {
	content: "";
}

.jki-apple-alt-solid:before {
	content: "";
}

.jki-apple-pay:before {
	content: "";
}

.jki-apple:before {
	content: "";
}

.jki-archive-solid:before {
	content: "";
}

.jki-archway-solid:before {
	content: "";
}

.jki-arrow-alt-circle-down-solid:before {
	content: "";
}

.jki-arrow-alt-circle-down:before {
	content: "";
}

.jki-arrow-alt-circle-left-solid:before {
	content: "";
}

.jki-arrow-alt-circle-left:before {
	content: "";
}

.jki-arrow-alt-circle-right-solid:before {
	content: "";
}

.jki-arrow-alt-circle-right:before {
	content: "";
}

.jki-arrow-alt-circle-up-solid:before {
	content: "";
}

.jki-arrow-alt-circle-up:before {
	content: "";
}

.jki-arrow-circle-down-solid:before {
	content: "";
}

.jki-arrow-circle-left-solid:before {
	content: "";
}

.jki-arrow-circle-right-solid:before {
	content: "";
}

.jki-arrow-circle-up-solid:before {
	content: "";
}

.jki-arrow-down-solid:before {
	content: "";
}

.jki-arrow-left-solid:before {
	content: "";
}

.jki-arrow-right-solid:before {
	content: "";
}

.jki-arrow-up-solid:before {
	content: "";
}

.jki-arrows-alt-h-solid:before {
	content: "";
}

.jki-arrows-alt-solid:before {
	content: "";
}

.jki-arrows-alt-v-solid:before {
	content: "";
}

.jki-artstation:before {
	content: "";
}

.jki-assistive-listening-systems-solid:before {
	content: "";
}

.jki-asterisk-solid:before {
	content: "";
}

.jki-asymmetrik:before {
	content: "";
}

.jki-at-solid:before {
	content: "";
}

.jki-atlas-solid:before {
	content: "";
}

.jki-atlassian:before {
	content: "";
}

.jki-atom-solid:before {
	content: "";
}

.jki-audible:before {
	content: "";
}

.jki-audio-description-solid:before {
	content: "";
}

.jki-autoprefixer:before {
	content: "";
}

.jki-avianex:before {
	content: "";
}

.jki-aviato:before {
	content: "";
}

.jki-award-solid:before {
	content: "";
}

.jki-aws:before {
	content: "";
}

.jki-baby-carriage-solid:before {
	content: "";
}

.jki-baby-solid:before {
	content: "";
}

.jki-backspace-solid:before {
	content: "";
}

.jki-backward-solid:before {
	content: "";
}

.jki-bacon-solid:before {
	content: "";
}

.jki-balance-scale-left-solid:before {
	content: "";
}

.jki-balance-scale-right-solid:before {
	content: "";
}

.jki-balance-scale-solid:before {
	content: "";
}

.jki-ban-solid:before {
	content: "";
}

.jki-band-aid-solid:before {
	content: "";
}

.jki-bandcamp:before {
	content: "";
}

.jki-barcode-solid:before {
	content: "";
}

.jki-bars-solid:before {
	content: "";
}

.jki-baseball-ball-solid:before {
	content: "";
}

.jki-basketball-ball-solid:before {
	content: "";
}

.jki-bath-solid:before {
	content: "";
}

.jki-battery-empty-solid:before {
	content: "";
}

.jki-battery-full-solid:before {
	content: "";
}

.jki-battery-half-solid:before {
	content: "";
}

.jki-battery-quarter-solid:before {
	content: "";
}

.jki-battery-three-quarters-solid:before {
	content: "";
}

.jki-battle-net:before {
	content: "";
}

.jki-bed-solid:before {
	content: "";
}

.jki-beer-solid:before {
	content: "";
}

.jki-behance-square:before {
	content: "";
}

.jki-behance:before {
	content: "";
}

.jki-bell-slash-solid:before {
	content: "";
}

.jki-bell-slash:before {
	content: "";
}

.jki-bell-solid:before {
	content: "";
}

.jki-bell:before {
	content: "";
}

.jki-bezier-curve-solid:before {
	content: "";
}

.jki-bible-solid:before {
	content: "";
}

.jki-bicycle-solid:before {
	content: "";
}

.jki-biking-solid:before {
	content: "";
}

.jki-bimobject:before {
	content: "";
}

.jki-binoculars-solid:before {
	content: "";
}

.jki-biohazard-solid:before {
	content: "";
}

.jki-birthday-cake-solid:before {
	content: "";
}

.jki-bitbucket:before {
	content: "";
}

.jki-bitcoin:before {
	content: "";
}

.jki-bity:before {
	content: "";
}

.jki-black-tie:before {
	content: "";
}

.jki-blackberry:before {
	content: "";
}

.jki-blender-phone-solid:before {
	content: "";
}

.jki-blender-solid:before {
	content: "";
}

.jki-blind-solid:before {
	content: "";
}

.jki-blog-solid:before {
	content: "";
}

.jki-blogger-b:before {
	content: "";
}

.jki-blogger:before {
	content: "";
}

.jki-bluetooth-b:before {
	content: "";
}

.jki-bluetooth:before {
	content: "";
}

.jki-bold-solid:before {
	content: "";
}

.jki-bolt-solid:before {
	content: "";
}

.jki-bomb-solid:before {
	content: "";
}

.jki-bone-solid:before {
	content: "";
}

.jki-bong-solid:before {
	content: "";
}

.jki-book-dead-solid:before {
	content: "";
}

.jki-book-medical-solid:before {
	content: "";
}

.jki-book-open-solid:before {
	content: "";
}

.jki-book-reader-solid:before {
	content: "";
}

.jki-book-solid:before {
	content: "";
}

.jki-bookmark-solid:before {
	content: "";
}

.jki-bookmark:before {
	content: "";
}

.jki-bootstrap:before {
	content: "";
}

.jki-border-all-solid:before {
	content: "";
}

.jki-border-none-solid:before {
	content: "";
}

.jki-border-style-solid:before {
	content: "";
}

.jki-bowling-ball-solid:before {
	content: "";
}

.jki-box-open-solid:before {
	content: "";
}

.jki-box-solid:before {
	content: "";
}

.jki-boxes-solid:before {
	content: "";
}

.jki-braille-solid:before {
	content: "";
}

.jki-brain-solid:before {
	content: "";
}

.jki-bread-slice-solid:before {
	content: "";
}

.jki-briefcase-medical-solid:before {
	content: "";
}

.jki-briefcase-solid:before {
	content: "";
}

.jki-broadcast-tower-solid:before {
	content: "";
}

.jki-broom-solid:before {
	content: "";
}

.jki-brush-solid:before {
	content: "";
}

.jki-btc:before {
	content: "";
}

.jki-buffer:before {
	content: "";
}

.jki-bug-solid:before {
	content: "";
}

.jki-building-solid:before {
	content: "";
}

.jki-building:before {
	content: "";
}

.jki-bullhorn-solid:before {
	content: "";
}

.jki-bullseye-solid:before {
	content: "";
}

.jki-burn-solid:before {
	content: "";
}

.jki-buromobelexperte:before {
	content: "";
}

.jki-bus-alt-solid:before {
	content: "";
}

.jki-bus-solid:before {
	content: "";
}

.jki-business-time-solid:before {
	content: "";
}

.jki-buy-n-large:before {
	content: "";
}

.jki-buysellads:before {
	content: "";
}

.jki-calculator-solid:before {
	content: "";
}

.jki-calendar-alt-solid:before {
	content: "";
}

.jki-calendar-alt:before {
	content: "";
}

.jki-calendar-check-solid:before {
	content: "";
}

.jki-calendar-check:before {
	content: "";
}

.jki-calendar-day-solid:before {
	content: "";
}

.jki-calendar-minus-solid:before {
	content: "";
}

.jki-calendar-minus:before {
	content: "";
}

.jki-calendar-plus-solid:before {
	content: "";
}

.jki-calendar-plus:before {
	content: "";
}

.jki-calendar-solid:before {
	content: "";
}

.jki-calendar-times-solid:before {
	content: "";
}

.jki-calendar-times:before {
	content: "";
}

.jki-calendar-week-solid:before {
	content: "";
}

.jki-calendar:before {
	content: "";
}

.jki-camera-retro-solid:before {
	content: "";
}

.jki-camera-solid:before {
	content: "";
}

.jki-campground-solid:before {
	content: "";
}

.jki-canadian-maple-leaf:before {
	content: "";
}

.jki-candy-cane-solid:before {
	content: "";
}

.jki-cannabis-solid:before {
	content: "";
}

.jki-capsules-solid:before {
	content: "";
}

.jki-car-alt-solid:before {
	content: "";
}

.jki-car-battery-solid:before {
	content: "";
}

.jki-car-crash-solid:before {
	content: "";
}

.jki-car-side-solid:before {
	content: "";
}

.jki-car-solid:before {
	content: "";
}

.jki-caret-down-solid:before {
	content: "";
}

.jki-caret-left-solid:before {
	content: "";
}

.jki-caret-right-solid:before {
	content: "";
}

.jki-caret-square-down-solid:before {
	content: "";
}

.jki-caret-square-down:before {
	content: "";
}

.jki-caret-square-left-solid:before {
	content: "";
}

.jki-caret-square-left:before {
	content: "";
}

.jki-caret-square-right-solid:before {
	content: "";
}

.jki-caret-square-right:before {
	content: "";
}

.jki-caret-square-up-solid:before {
	content: "";
}

.jki-caret-square-up:before {
	content: "";
}

.jki-caret-up-solid:before {
	content: "";
}

.jki-carrot-solid:before {
	content: "";
}

.jki-cart-arrow-down-solid:before {
	content: "";
}

.jki-cart-plus-solid:before {
	content: "";
}

.jki-cash-register-solid:before {
	content: "";
}

.jki-cat-solid:before {
	content: "";
}

.jki-cc-amazon-pay:before {
	content: "";
}

.jki-cc-amex:before {
	content: "";
}

.jki-cc-apple-pay:before {
	content: "";
}

.jki-cc-diners-club:before {
	content: "";
}

.jki-cc-discover:before {
	content: "";
}

.jki-cc-jcb:before {
	content: "";
}

.jki-cc-mastercard:before {
	content: "";
}

.jki-cc-paypal:before {
	content: "";
}

.jki-cc-stripe:before {
	content: "";
}

.jki-cc-visa:before {
	content: "";
}

.jki-centercode:before {
	content: "";
}

.jki-centos:before {
	content: "";
}

.jki-certificate-solid:before {
	content: "";
}

.jki-chair-solid:before {
	content: "";
}

.jki-chalkboard-solid:before {
	content: "";
}

.jki-chalkboard-teacher-solid:before {
	content: "";
}

.jki-charging-station-solid:before {
	content: "";
}

.jki-chart-area-solid:before {
	content: "";
}

.jki-chart-bar-solid:before {
	content: "";
}

.jki-chart-bar:before {
	content: "";
}

.jki-chart-line-solid:before {
	content: "";
}

.jki-chart-pie-solid:before {
	content: "";
}

.jki-check-circle-solid:before {
	content: "";
}

.jki-check-circle:before {
	content: "";
}

.jki-check-double-solid:before {
	content: "";
}

.jki-check-solid:before {
	content: "";
}

.jki-check-square-solid:before {
	content: "";
}

.jki-check-square:before {
	content: "";
}

.jki-cheese-solid:before {
	content: "";
}

.jki-chess-bishop-solid:before {
	content: "";
}

.jki-chess-board-solid:before {
	content: "";
}

.jki-chess-king-solid:before {
	content: "";
}

.jki-chess-knight-solid:before {
	content: "";
}

.jki-chess-pawn-solid:before {
	content: "";
}

.jki-chess-queen-solid:before {
	content: "";
}

.jki-chess-rook-solid:before {
	content: "";
}

.jki-chess-solid:before {
	content: "";
}

.jki-chevron-circle-down-solid:before {
	content: "";
}

.jki-chevron-circle-left-solid:before {
	content: "";
}

.jki-chevron-circle-right-solid:before {
	content: "";
}

.jki-chevron-circle-up-solid:before {
	content: "";
}

.jki-chevron-down-solid:before {
	content: "";
}

.jki-chevron-left-solid:before {
	content: "";
}

.jki-chevron-right-solid:before {
	content: "";
}

.jki-chevron-up-solid:before {
	content: "";
}

.jki-child-solid:before {
	content: "";
}

.jki-chrome:before {
	content: "";
}

.jki-chromecast:before {
	content: "";
}

.jki-church-solid:before {
	content: "";
}

.jki-circle-notch-solid:before {
	content: "";
}

.jki-circle-solid:before {
	content: "";
}

.jki-circle:before {
	content: "";
}

.jki-city-solid:before {
	content: "";
}

.jki-clinic-medical-solid:before {
	content: "";
}

.jki-clipboard-check-solid:before {
	content: "";
}

.jki-clipboard-list-solid:before {
	content: "";
}

.jki-clipboard-solid:before {
	content: "";
}

.jki-clipboard:before {
	content: "";
}

.jki-clock-solid:before {
	content: "";
}

.jki-clock:before {
	content: "";
}

.jki-clone-solid:before {
	content: "";
}

.jki-clone:before {
	content: "";
}

.jki-closed-captioning-solid:before {
	content: "";
}

.jki-closed-captioning:before {
	content: "";
}

.jki-cloud-download-alt-solid:before {
	content: "";
}

.jki-cloud-meatball-solid:before {
	content: "";
}

.jki-cloud-moon-rain-solid:before {
	content: "";
}

.jki-cloud-moon-solid:before {
	content: "";
}

.jki-cloud-rain-solid:before {
	content: "";
}

.jki-cloud-showers-heavy-solid:before {
	content: "";
}

.jki-cloud-solid:before {
	content: "";
}

.jki-cloud-sun-rain-solid:before {
	content: "";
}

.jki-cloud-sun-solid:before {
	content: "";
}

.jki-cloud-upload-alt-solid:before {
	content: "";
}

.jki-cloudscale:before {
	content: "";
}

.jki-cloudsmith:before {
	content: "";
}

.jki-cloudversify:before {
	content: "";
}

.jki-cocktail-solid:before {
	content: "";
}

.jki-code-branch-solid:before {
	content: "";
}

.jki-code-solid:before {
	content: "";
}

.jki-codepen:before {
	content: "";
}

.jki-codiepie:before {
	content: "";
}

.jki-coffee-solid:before {
	content: "";
}

.jki-cog-solid:before {
	content: "";
}

.jki-cogs-solid:before {
	content: "";
}

.jki-coins-solid:before {
	content: "";
}

.jki-columns-solid:before {
	content: "";
}

.jki-comment-alt-solid:before {
	content: "";
}

.jki-comment-alt:before {
	content: "";
}

.jki-comment-dollar-solid:before {
	content: "";
}

.jki-comment-dots-solid:before {
	content: "";
}

.jki-comment-dots:before {
	content: "";
}

.jki-comment-medical-solid:before {
	content: "";
}

.jki-comment-slash-solid:before {
	content: "";
}

.jki-comment-solid:before {
	content: "";
}

.jki-comment:before {
	content: "";
}

.jki-comments-dollar-solid:before {
	content: "";
}

.jki-comments-solid:before {
	content: "";
}

.jki-comments:before {
	content: "";
}

.jki-compact-disc-solid:before {
	content: "";
}

.jki-compass-solid:before {
	content: "";
}

.jki-compass:before {
	content: "";
}

.jki-compress-arrows-alt-solid:before {
	content: "";
}

.jki-compress-solid:before {
	content: "";
}

.jki-concierge-bell-solid:before {
	content: "";
}

.jki-confluence:before {
	content: "";
}

.jki-connectdevelop:before {
	content: "";
}

.jki-contao:before {
	content: "";
}

.jki-cookie-bite-solid:before {
	content: "";
}

.jki-cookie-solid:before {
	content: "";
}

.jki-copy-solid:before {
	content: "";
}

.jki-copy:before {
	content: "";
}

.jki-copyright-solid:before {
	content: "";
}

.jki-copyright:before {
	content: "";
}

.jki-cotton-bureau:before {
	content: "";
}

.jki-couch-solid:before {
	content: "";
}

.jki-cpanel:before {
	content: "";
}

.jki-creative-commons-by:before {
	content: "";
}

.jki-creative-commons-nc-eu:before {
	content: "";
}

.jki-creative-commons-nc-jp:before {
	content: "";
}

.jki-creative-commons-nc:before {
	content: "";
}

.jki-creative-commons-nd:before {
	content: "";
}

.jki-creative-commons-pd-alt:before {
	content: "";
}

.jki-creative-commons-pd:before {
	content: "";
}

.jki-creative-commons-remix:before {
	content: "";
}

.jki-creative-commons-sa:before {
	content: "";
}

.jki-creative-commons-sampling-plus:before {
	content: "";
}

.jki-creative-commons-sampling:before {
	content: "";
}

.jki-creative-commons-share:before {
	content: "";
}

.jki-creative-commons-zero:before {
	content: "";
}

.jki-creative-commons:before {
	content: "";
}

.jki-credit-card-solid:before {
	content: "";
}

.jki-credit-card:before {
	content: "";
}

.jki-critical-role:before {
	content: "";
}

.jki-crop-alt-solid:before {
	content: "";
}

.jki-crop-solid:before {
	content: "";
}

.jki-cross-solid:before {
	content: "";
}

.jki-crosshairs-solid:before {
	content: "";
}

.jki-crow-solid:before {
	content: "";
}

.jki-crown-solid:before {
	content: "";
}

.jki-crutch-solid:before {
	content: "";
}

.jki-css3-alt:before {
	content: "";
}

.jki-css3:before {
	content: "";
}

.jki-cube-solid:before {
	content: "";
}

.jki-cubes-solid:before {
	content: "";
}

.jki-cut-solid:before {
	content: "";
}

.jki-cuttlefish:before {
	content: "";
}

.jki-d-and-d-beyond:before {
	content: "";
}

.jki-d-and-d:before {
	content: "";
}

.jki-dashcube:before {
	content: "";
}

.jki-database-solid:before {
	content: "";
}

.jki-deaf-solid:before {
	content: "";
}

.jki-delicious:before {
	content: "";
}

.jki-democrat-solid:before {
	content: "";
}

.jki-deploydog:before {
	content: "";
}

.jki-deskpro:before {
	content: "";
}

.jki-desktop-solid:before {
	content: "";
}

.jki-dev:before {
	content: "";
}

.jki-deviantart:before {
	content: "";
}

.jki-dharmachakra-solid:before {
	content: "";
}

.jki-dhl:before {
	content: "";
}

.jki-diagnoses-solid:before {
	content: "";
}

.jki-diaspora:before {
	content: "";
}

.jki-dice-d6-solid:before {
	content: "";
}

.jki-dice-d20-solid:before {
	content: "";
}

.jki-dice-five-solid:before {
	content: "";
}

.jki-dice-four-solid:before {
	content: "";
}

.jki-dice-one-solid:before {
	content: "";
}

.jki-dice-six-solid:before {
	content: "";
}

.jki-dice-solid:before {
	content: "";
}

.jki-dice-three-solid:before {
	content: "";
}

.jki-dice-two-solid:before {
	content: "";
}

.jki-digg:before {
	content: "";
}

.jki-digital-ocean:before {
	content: "";
}

.jki-digital-tachograph-solid:before {
	content: "";
}

.jki-directions-solid:before {
	content: "";
}

.jki-discord:before {
	content: "";
}

.jki-discourse:before {
	content: "";
}

.jki-divide-solid:before {
	content: "";
}

.jki-dizzy-solid:before {
	content: "";
}

.jki-dizzy:before {
	content: "";
}

.jki-dna-solid:before {
	content: "";
}

.jki-dochub:before {
	content: "";
}

.jki-docker:before {
	content: "";
}

.jki-dog-solid:before {
	content: "";
}

.jki-dollar-sign-solid:before {
	content: "";
}

.jki-dolly-flatbed-solid:before {
	content: "";
}

.jki-dolly-solid:before {
	content: "";
}

.jki-donate-solid:before {
	content: "";
}

.jki-door-closed-solid:before {
	content: "";
}

.jki-door-open-solid:before {
	content: "";
}

.jki-dot-circle-solid:before {
	content: "";
}

.jki-dot-circle:before {
	content: "";
}

.jki-dove-solid:before {
	content: "";
}

.jki-download-solid:before {
	content: "";
}

.jki-draft2digital:before {
	content: "";
}

.jki-drafting-compass-solid:before {
	content: "";
}

.jki-dragon-solid:before {
	content: "";
}

.jki-draw-polygon-solid:before {
	content: "";
}

.jki-dribbble-square:before {
	content: "";
}

.jki-dribbble:before {
	content: "";
}

.jki-dropbox:before {
	content: "";
}

.jki-drum-solid:before {
	content: "";
}

.jki-drum-steelpan-solid:before {
	content: "";
}

.jki-drumstick-bite-solid:before {
	content: "";
}

.jki-drupal:before {
	content: "";
}

.jki-dumbbell-solid:before {
	content: "";
}

.jki-dumpster-fire-solid:before {
	content: "";
}

.jki-dumpster-solid:before {
	content: "";
}

.jki-dungeon-solid:before {
	content: "";
}

.jki-dyalog:before {
	content: "";
}

.jki-earlybirds:before {
	content: "";
}

.jki-ebay:before {
	content: "";
}

.jki-edge:before {
	content: "";
}

.jki-edit-solid:before {
	content: "";
}

.jki-edit:before {
	content: "";
}

.jki-egg-solid:before {
	content: "";
}

.jki-eject-solid:before {
	content: "";
}

.jki-elementor:before {
	content: "";
}

.jki-ellipsis-h-solid:before {
	content: "";
}

.jki-ellipsis-v-solid:before {
	content: "";
}

.jki-ello:before {
	content: "";
}

.jki-ember:before {
	content: "";
}

.jki-empire:before {
	content: "";
}

.jki-envelope-open-solid:before {
	content: "";
}

.jki-envelope-open-text-solid:before {
	content: "";
}

.jki-envelope-open:before {
	content: "";
}

.jki-envelope-solid:before {
	content: "";
}

.jki-envelope-square-solid:before {
	content: "";
}

.jki-envelope:before {
	content: "";
}

.jki-envira:before {
	content: "";
}

.jki-equals-solid:before {
	content: "";
}

.jki-eraser-solid:before {
	content: "";
}

.jki-erlang:before {
	content: "";
}

.jki-ethereum:before {
	content: "";
}

.jki-ethernet-solid:before {
	content: "";
}

.jki-etsy:before {
	content: "";
}

.jki-euro-sign-solid:before {
	content: "";
}

.jki-evernote:before {
	content: "";
}

.jki-exchange-alt-solid:before {
	content: "";
}

.jki-exclamation-circle-solid:before {
	content: "";
}

.jki-exclamation-solid:before {
	content: "";
}

.jki-exclamation-triangle-solid:before {
	content: "";
}

.jki-expand-arrows-alt-solid:before {
	content: "";
}

.jki-expand-solid:before {
	content: "";
}

.jki-expeditedssl:before {
	content: "";
}

.jki-external-link-alt-solid:before {
	content: "";
}

.jki-external-link-square-alt-solid:before {
	content: "";
}

.jki-eye-dropper-solid:before {
	content: "";
}

.jki-eye-slash-solid:before {
	content: "";
}

.jki-eye-slash:before {
	content: "";
}

.jki-eye-solid:before {
	content: "";
}

.jki-eye:before {
	content: "";
}

.jki-facebook-f:before {
	content: "";
}

.jki-facebook-messenger:before {
	content: "";
}

.jki-facebook-square:before {
	content: "";
}

.jki-facebook:before {
	content: "";
}

.jki-fan-solid:before {
	content: "";
}

.jki-fantasy-flight-games:before {
	content: "";
}

.jki-fast-backward-solid:before {
	content: "";
}

.jki-fast-forward-solid:before {
	content: "";
}

.jki-fax-solid:before {
	content: "";
}

.jki-feather-alt-solid:before {
	content: "";
}

.jki-feather-solid:before {
	content: "";
}

.jki-fedex:before {
	content: "";
}

.jki-fedora:before {
	content: "";
}

.jki-female-solid:before {
	content: "";
}

.jki-fighter-jet-solid:before {
	content: "";
}

.jki-figma:before {
	content: "";
}

.jki-file-alt-solid:before {
	content: "";
}

.jki-file-alt:before {
	content: "";
}

.jki-file-archive-solid:before {
	content: "";
}

.jki-file-archive:before {
	content: "";
}

.jki-file-audio-solid:before {
	content: "";
}

.jki-file-audio:before {
	content: "";
}

.jki-file-code-solid:before {
	content: "";
}

.jki-file-code:before {
	content: "";
}

.jki-file-contract-solid:before {
	content: "";
}

.jki-file-csv-solid:before {
	content: "";
}

.jki-file-download-solid:before {
	content: "";
}

.jki-file-excel-solid:before {
	content: "";
}

.jki-file-excel:before {
	content: "";
}

.jki-file-export-solid:before {
	content: "";
}

.jki-file-image-solid:before {
	content: "";
}

.jki-file-image:before {
	content: "";
}

.jki-file-import-solid:before {
	content: "";
}

.jki-file-invoice-dollar-solid:before {
	content: "";
}

.jki-file-invoice-solid:before {
	content: "";
}

.jki-file-medical-alt-solid:before {
	content: "";
}

.jki-file-medical-solid:before {
	content: "";
}

.jki-file-pdf-solid:before {
	content: "";
}

.jki-file-pdf:before {
	content: "";
}

.jki-file-powerpoint-solid:before {
	content: "";
}

.jki-file-powerpoint:before {
	content: "";
}

.jki-file-prescription-solid:before {
	content: "";
}

.jki-file-signature-solid:before {
	content: "";
}

.jki-file-solid:before {
	content: "";
}

.jki-file-upload-solid:before {
	content: "";
}

.jki-file-video-solid:before {
	content: "";
}

.jki-file-video:before {
	content: "";
}

.jki-file-word-solid:before {
	content: "";
}

.jki-file-word:before {
	content: "";
}

.jki-file:before {
	content: "";
}

.jki-fill-drip-solid:before {
	content: "";
}

.jki-fill-solid:before {
	content: "";
}

.jki-film-solid:before {
	content: "";
}

.jki-filter-solid:before {
	content: "";
}

.jki-fingerprint-solid:before {
	content: "";
}

.jki-fire-alt-solid:before {
	content: "";
}

.jki-fire-extinguisher-solid:before {
	content: "";
}

.jki-fire-solid:before {
	content: "";
}

.jki-firefox:before {
	content: "";
}

.jki-first-aid-solid:before {
	content: "";
}

.jki-first-order-alt:before {
	content: "";
}

.jki-first-order:before {
	content: "";
}

.jki-firstdraft:before {
	content: "";
}

.jki-fish-solid:before {
	content: "";
}

.jki-fist-raised-solid:before {
	content: "";
}

.jki-flag-checkered-solid:before {
	content: "";
}

.jki-flag-solid:before {
	content: "";
}

.jki-flag-usa-solid:before {
	content: "";
}

.jki-flag:before {
	content: "";
}

.jki-flask-solid:before {
	content: "";
}

.jki-flickr:before {
	content: "";
}

.jki-flipboard:before {
	content: "";
}

.jki-flushed-solid:before {
	content: "";
}

.jki-flushed:before {
	content: "";
}

.jki-fly:before {
	content: "";
}

.jki-folder-minus-solid:before {
	content: "";
}

.jki-folder-open-solid:before {
	content: "";
}

.jki-folder-open:before {
	content: "";
}

.jki-folder-plus-solid:before {
	content: "";
}

.jki-folder-solid:before {
	content: "";
}

.jki-folder:before {
	content: "";
}

.jki-font-awesome-alt:before {
	content: "";
}

.jki-font-awesome-flag:before {
	content: "";
}

.jki-font-awesome:before {
	content: "";
}

.jki-font-solid:before {
	content: "";
}

.jki-fonticons-fi:before {
	content: "";
}

.jki-fonticons:before {
	content: "";
}

.jki-football-ball-solid:before {
	content: "";
}

.jki-fort-awesome-alt:before {
	content: "";
}

.jki-fort-awesome:before {
	content: "";
}

.jki-forumbee:before {
	content: "";
}

.jki-forward-solid:before {
	content: "";
}

.jki-foursquare:before {
	content: "";
}

.jki-free-code-camp:before {
	content: "";
}

.jki-freebsd:before {
	content: "";
}

.jki-frog-solid:before {
	content: "";
}

.jki-frown-open-solid:before {
	content: "";
}

.jki-frown-open:before {
	content: "";
}

.jki-frown-solid:before {
	content: "";
}

.jki-frown:before {
	content: "";
}

.jki-fulcrum:before {
	content: "";
}

.jki-funnel-dollar-solid:before {
	content: "";
}

.jki-futbol-solid:before {
	content: "";
}

.jki-futbol:before {
	content: "";
}

.jki-galactic-republic:before {
	content: "";
}

.jki-galactic-senate:before {
	content: "";
}

.jki-gamepad-solid:before {
	content: "";
}

.jki-gas-pump-solid:before {
	content: "";
}

.jki-gavel-solid:before {
	content: "";
}

.jki-gem-solid:before {
	content: "";
}

.jki-gem:before {
	content: "";
}

.jki-genderless-solid:before {
	content: "";
}

.jki-get-pocket:before {
	content: "";
}

.jki-gg-circle:before {
	content: "";
}

.jki-gg:before {
	content: "";
}

.jki-ghost-solid:before {
	content: "";
}

.jki-gift-solid:before {
	content: "";
}

.jki-gifts-solid:before {
	content: "";
}

.jki-git-alt:before {
	content: "";
}

.jki-git-square:before {
	content: "";
}

.jki-git:before {
	content: "";
}

.jki-github-alt:before {
	content: "";
}

.jki-github-square:before {
	content: "";
}

.jki-github:before {
	content: "";
}

.jki-gitkraken:before {
	content: "";
}

.jki-gitlab:before {
	content: "";
}

.jki-gitter:before {
	content: "";
}

.jki-glass-cheers-solid:before {
	content: "";
}

.jki-glass-martini-alt-solid:before {
	content: "";
}

.jki-glass-martini-solid:before {
	content: "";
}

.jki-glass-whiskey-solid:before {
	content: "";
}

.jki-glasses-solid:before {
	content: "";
}

.jki-glide-g:before {
	content: "";
}

.jki-glide:before {
	content: "";
}

.jki-globe-africa-solid:before {
	content: "";
}

.jki-globe-americas-solid:before {
	content: "";
}

.jki-globe-asia-solid:before {
	content: "";
}

.jki-globe-europe-solid:before {
	content: "";
}

.jki-globe-solid:before {
	content: "";
}

.jki-gofore:before {
	content: "";
}

.jki-golf-ball-solid:before {
	content: "";
}

.jki-goodreads-g:before {
	content: "";
}

.jki-goodreads:before {
	content: "";
}

.jki-google-drive:before {
	content: "";
}

.jki-google-play:before {
	content: "";
}

.jki-google-plus-g:before {
	content: "";
}

.jki-google-plus-square:before {
	content: "";
}

.jki-google-plus:before {
	content: "";
}

.jki-google-wallet:before {
	content: "";
}

.jki-google:before {
	content: "";
}

.jki-gopuram-solid:before {
	content: "";
}

.jki-graduation-cap-solid:before {
	content: "";
}

.jki-gratipay:before {
	content: "";
}

.jki-grav:before {
	content: "";
}

.jki-greater-than-equal-solid:before {
	content: "";
}

.jki-greater-than-solid:before {
	content: "";
}

.jki-grimace-solid:before {
	content: "";
}

.jki-grimace:before {
	content: "";
}

.jki-grin-alt-solid:before {
	content: "";
}

.jki-grin-alt:before {
	content: "";
}

.jki-grin-beam-solid:before {
	content: "";
}

.jki-grin-beam-sweat-solid:before {
	content: "";
}

.jki-grin-beam-sweat:before {
	content: "";
}

.jki-grin-beam:before {
	content: "";
}

.jki-grin-hearts-solid:before {
	content: "";
}

.jki-grin-hearts:before {
	content: "";
}

.jki-grin-solid:before {
	content: "";
}

.jki-grin-squint-solid:before {
	content: "";
}

.jki-grin-squint-tears-solid:before {
	content: "";
}

.jki-grin-squint-tears:before {
	content: "";
}

.jki-grin-squint:before {
	content: "";
}

.jki-grin-stars-solid:before {
	content: "";
}

.jki-grin-stars:before {
	content: "";
}

.jki-grin-tears-solid:before {
	content: "";
}

.jki-grin-tears:before {
	content: "";
}

.jki-grin-tongue-solid:before {
	content: "";
}

.jki-grin-tongue-squint-solid:before {
	content: "";
}

.jki-grin-tongue-squint:before {
	content: "";
}

.jki-grin-tongue-wink-solid:before {
	content: "";
}

.jki-grin-tongue-wink:before {
	content: "";
}

.jki-grin-tongue:before {
	content: "";
}

.jki-grin-wink-solid:before {
	content: "";
}

.jki-grin-wink:before {
	content: "";
}

.jki-grin:before {
	content: "";
}

.jki-grip-horizontal-solid:before {
	content: "";
}

.jki-grip-lines-solid:before {
	content: "";
}

.jki-grip-lines-vertical-solid:before {
	content: "";
}

.jki-grip-vertical-solid:before {
	content: "";
}

.jki-gripfire:before {
	content: "";
}

.jki-grunt:before {
	content: "";
}

.jki-guitar-solid:before {
	content: "";
}

.jki-gulp:before {
	content: "";
}

.jki-h-square-solid:before {
	content: "";
}

.jki-hacker-news-square:before {
	content: "";
}

.jki-hacker-news:before {
	content: "";
}

.jki-hackerrank:before {
	content: "";
}

.jki-hamburger-solid:before {
	content: "";
}

.jki-hammer-solid:before {
	content: "";
}

.jki-hamsa-solid:before {
	content: "";
}

.jki-hand-holding-heart-solid:before {
	content: "";
}

.jki-hand-holding-solid:before {
	content: "";
}

.jki-hand-holding-usd-solid:before {
	content: "";
}

.jki-hand-lizard-solid:before {
	content: "";
}

.jki-hand-lizard:before {
	content: "";
}

.jki-hand-middle-finger-solid:before {
	content: "";
}

.jki-hand-paper-solid:before {
	content: "";
}

.jki-hand-paper:before {
	content: "";
}

.jki-hand-peace-solid:before {
	content: "";
}

.jki-hand-peace:before {
	content: "";
}

.jki-hand-point-down-solid:before {
	content: "";
}

.jki-hand-point-down:before {
	content: "";
}

.jki-hand-point-left-solid:before {
	content: "";
}

.jki-hand-point-left:before {
	content: "";
}

.jki-hand-point-right-solid:before {
	content: "";
}

.jki-hand-point-right:before {
	content: "";
}

.jki-hand-point-up-solid:before {
	content: "";
}

.jki-hand-point-up:before {
	content: "";
}

.jki-hand-pointer-solid:before {
	content: "";
}

.jki-hand-pointer:before {
	content: "";
}

.jki-hand-rock-solid:before {
	content: "";
}

.jki-hand-rock:before {
	content: "";
}

.jki-hand-scissors-solid:before {
	content: "";
}

.jki-hand-scissors:before {
	content: "";
}

.jki-hand-spock-solid:before {
	content: "";
}

.jki-hand-spock:before {
	content: "";
}

.jki-hands-helping-solid:before {
	content: "";
}

.jki-hands-solid:before {
	content: "";
}

.jki-handshake-solid:before {
	content: "";
}

.jki-handshake:before {
	content: "";
}

.jki-hanukiah-solid:before {
	content: "";
}

.jki-hard-hat-solid:before {
	content: "";
}

.jki-hashtag-solid:before {
	content: "";
}

.jki-hat-cowboy-side-solid:before {
	content: "";
}

.jki-hat-cowboy-solid:before {
	content: "";
}

.jki-hat-wizard-solid:before {
	content: "";
}

.jki-haykal-solid:before {
	content: "";
}

.jki-hdd-solid:before {
	content: "";
}

.jki-hdd:before {
	content: "";
}

.jki-heading-solid:before {
	content: "";
}

.jki-headphones-alt-solid:before {
	content: "";
}

.jki-headphones-solid:before {
	content: "";
}

.jki-headset-solid:before {
	content: "";
}

.jki-heart-broken-solid:before {
	content: "";
}

.jki-heart-solid:before {
	content: "";
}

.jki-heart:before {
	content: "";
}

.jki-heartbeat-solid:before {
	content: "";
}

.jki-helicopter-solid:before {
	content: "";
}

.jki-highlighter-solid:before {
	content: "";
}

.jki-hiking-solid:before {
	content: "";
}

.jki-hippo-solid:before {
	content: "";
}

.jki-hips:before {
	content: "";
}

.jki-hire-a-helper:before {
	content: "";
}

.jki-history-solid:before {
	content: "";
}

.jki-hockey-puck-solid:before {
	content: "";
}

.jki-holly-berry-solid:before {
	content: "";
}

.jki-home-solid:before {
	content: "";
}

.jki-hooli:before {
	content: "";
}

.jki-hornbill:before {
	content: "";
}

.jki-horse-head-solid:before {
	content: "";
}

.jki-horse-solid:before {
	content: "";
}

.jki-hospital-alt-solid:before {
	content: "";
}

.jki-hospital-solid:before {
	content: "";
}

.jki-hospital-symbol-solid:before {
	content: "";
}

.jki-hospital:before {
	content: "";
}

.jki-hot-tub-solid:before {
	content: "";
}

.jki-hotdog-solid:before {
	content: "";
}

.jki-hotel-solid:before {
	content: "";
}

.jki-hotjar:before {
	content: "";
}

.jki-hourglass-end-solid:before {
	content: "";
}

.jki-hourglass-half-solid:before {
	content: "";
}

.jki-hourglass-solid:before {
	content: "";
}

.jki-hourglass-start-solid:before {
	content: "";
}

.jki-hourglass:before {
	content: "";
}

.jki-house-damage-solid:before {
	content: "";
}

.jki-houzz:before {
	content: "";
}

.jki-hryvnia-solid:before {
	content: "";
}

.jki-html5:before {
	content: "";
}

.jki-hubspot:before {
	content: "";
}

.jki-i-cursor-solid:before {
	content: "";
}

.jki-ice-cream-solid:before {
	content: "";
}

.jki-icicles-solid:before {
	content: "";
}

.jki-icons-solid:before {
	content: "";
}

.jki-id-badge-solid:before {
	content: "";
}

.jki-id-badge:before {
	content: "";
}

.jki-id-card-alt-solid:before {
	content: "";
}

.jki-id-card-solid:before {
	content: "";
}

.jki-id-card:before {
	content: "";
}

.jki-igloo-solid:before {
	content: "";
}

.jki-image-solid:before {
	content: "";
}

.jki-image:before {
	content: "";
}

.jki-images-solid:before {
	content: "";
}

.jki-images:before {
	content: "";
}

.jki-imdb:before {
	content: "";
}

.jki-inbox-solid:before {
	content: "";
}

.jki-indent-solid:before {
	content: "";
}

.jki-industry-solid:before {
	content: "";
}

.jki-infinity-solid:before {
	content: "";
}

.jki-info-circle-solid:before {
	content: "";
}

.jki-info-solid:before {
	content: "";
}

.jki-instagram:before {
	content: "";
}

.jki-intercom:before {
	content: "";
}

.jki-internet-explorer:before {
	content: "";
}

.jki-invision:before {
	content: "";
}

.jki-ioxhost:before {
	content: "";
}

.jki-italic-solid:before {
	content: "";
}

.jki-itch-io:before {
	content: "";
}

.jki-itunes-note:before {
	content: "";
}

.jki-itunes:before {
	content: "";
}

.jki-java:before {
	content: "";
}

.jki-jedi-order:before {
	content: "";
}

.jki-jedi-solid:before {
	content: "";
}

.jki-jenkins:before {
	content: "";
}

.jki-jira:before {
	content: "";
}

.jki-joget:before {
	content: "";
}

.jki-joint-solid:before {
	content: "";
}

.jki-joomla:before {
	content: "";
}

.jki-journal-whills-solid:before {
	content: "";
}

.jki-js-square:before {
	content: "";
}

.jki-js:before {
	content: "";
}

.jki-jsfiddle:before {
	content: "";
}

.jki-kaaba-solid:before {
	content: "";
}

.jki-kaggle:before {
	content: "";
}

.jki-key-solid:before {
	content: "";
}

.jki-keybase:before {
	content: "";
}

.jki-keyboard-solid:before {
	content: "";
}

.jki-keyboard:before {
	content: "";
}

.jki-keycdn:before {
	content: "";
}

.jki-khanda-solid:before {
	content: "";
}

.jki-kickstarter-k:before {
	content: "";
}

.jki-kickstarter:before {
	content: "";
}

.jki-kiss-beam-solid:before {
	content: "";
}

.jki-kiss-beam:before {
	content: "";
}

.jki-kiss-solid:before {
	content: "";
}

.jki-kiss-wink-heart-solid:before {
	content: "";
}

.jki-kiss-wink-heart:before {
	content: "";
}

.jki-kiss:before {
	content: "";
}

.jki-kiwi-bird-solid:before {
	content: "";
}

.jki-korvue:before {
	content: "";
}

.jki-landmark-solid:before {
	content: "";
}

.jki-language-solid:before {
	content: "";
}

.jki-laptop-code-solid:before {
	content: "";
}

.jki-laptop-medical-solid:before {
	content: "";
}

.jki-laptop-solid:before {
	content: "";
}

.jki-laravel:before {
	content: "";
}

.jki-lastfm-square:before {
	content: "";
}

.jki-lastfm:before {
	content: "";
}

.jki-laugh-beam-solid:before {
	content: "";
}

.jki-laugh-beam:before {
	content: "";
}

.jki-laugh-solid:before {
	content: "";
}

.jki-laugh-squint-solid:before {
	content: "";
}

.jki-laugh-squint:before {
	content: "";
}

.jki-laugh-wink-solid:before {
	content: "";
}

.jki-laugh-wink:before {
	content: "";
}

.jki-laugh:before {
	content: "";
}

.jki-layer-group-solid:before {
	content: "";
}

.jki-leaf-solid:before {
	content: "";
}

.jki-leanpub:before {
	content: "";
}

.jki-lemon-solid:before {
	content: "";
}

.jki-lemon:before {
	content: "";
}

.jki-less-than-equal-solid:before {
	content: "";
}

.jki-less-than-solid:before {
	content: "";
}

.jki-less:before {
	content: "";
}

.jki-level-down-alt-solid:before {
	content: "";
}

.jki-level-up-alt-solid:before {
	content: "";
}

.jki-life-ring-solid:before {
	content: "";
}

.jki-life-ring:before {
	content: "";
}

.jki-lightbulb-solid:before {
	content: "";
}

.jki-lightbulb:before {
	content: "";
}

.jki-line:before {
	content: "";
}

.jki-link-solid:before {
	content: "";
}

.jki-linkedin-in:before {
	content: "";
}

.jki-linkedin:before {
	content: "";
}

.jki-linode:before {
	content: "";
}

.jki-linux:before {
	content: "";
}

.jki-lira-sign-solid:before {
	content: "";
}

.jki-list-alt-solid:before {
	content: "";
}

.jki-list-alt:before {
	content: "";
}

.jki-list-ol-solid:before {
	content: "";
}

.jki-list-solid:before {
	content: "";
}

.jki-list-ul-solid:before {
	content: "";
}

.jki-location-arrow-solid:before {
	content: "";
}

.jki-lock-open-solid:before {
	content: "";
}

.jki-lock-solid:before {
	content: "";
}

.jki-long-arrow-alt-down-solid:before {
	content: "";
}

.jki-long-arrow-alt-left-solid:before {
	content: "";
}

.jki-long-arrow-alt-right-solid:before {
	content: "";
}

.jki-long-arrow-alt-up-solid:before {
	content: "";
}

.jki-low-vision-solid:before {
	content: "";
}

.jki-luggage-cart-solid:before {
	content: "";
}

.jki-lyft:before {
	content: "";
}

.jki-magento:before {
	content: "";
}

.jki-magic-solid:before {
	content: "";
}

.jki-magnet-solid:before {
	content: "";
}

.jki-mail-bulk-solid:before {
	content: "";
}

.jki-mailchimp:before {
	content: "";
}

.jki-male-solid:before {
	content: "";
}

.jki-mandalorian:before {
	content: "";
}

.jki-map-marked-alt-solid:before {
	content: "";
}

.jki-map-marked-solid:before {
	content: "";
}

.jki-map-marker-alt-solid:before {
	content: "";
}

.jki-map-marker-solid:before {
	content: "";
}

.jki-map-pin-solid:before {
	content: "";
}

.jki-map-signs-solid:before {
	content: "";
}

.jki-map-solid:before {
	content: "";
}

.jki-map:before {
	content: "";
}

.jki-markdown:before {
	content: "";
}

.jki-marker-solid:before {
	content: "";
}

.jki-mars-double-solid:before {
	content: "";
}

.jki-mars-solid:before {
	content: "";
}

.jki-mars-stroke-h-solid:before {
	content: "";
}

.jki-mars-stroke-solid:before {
	content: "";
}

.jki-mars-stroke-v-solid:before {
	content: "";
}

.jki-mask-solid:before {
	content: "";
}

.jki-mastodon:before {
	content: "";
}

.jki-maxcdn:before {
	content: "";
}

.jki-mdb:before {
	content: "";
}

.jki-medal-solid:before {
	content: "";
}

.jki-medapps:before {
	content: "";
}

.jki-medium-m:before {
	content: "";
}

.jki-medium:before {
	content: "";
}

.jki-medkit-solid:before {
	content: "";
}

.jki-medrt:before {
	content: "";
}

.jki-meetup:before {
	content: "";
}

.jki-megaport:before {
	content: "";
}

.jki-meh-blank-solid:before {
	content: "";
}

.jki-meh-blank:before {
	content: "";
}

.jki-meh-rolling-eyes-solid:before {
	content: "";
}

.jki-meh-rolling-eyes:before {
	content: "";
}

.jki-meh-solid:before {
	content: "";
}

.jki-meh:before {
	content: "";
}

.jki-memory-solid:before {
	content: "";
}

.jki-mendeley:before {
	content: "";
}

.jki-menorah-solid:before {
	content: "";
}

.jki-mercury-solid:before {
	content: "";
}

.jki-meteor-solid:before {
	content: "";
}

.jki-microchip-solid:before {
	content: "";
}

.jki-microphone-alt-slash-solid:before {
	content: "";
}

.jki-microphone-alt-solid:before {
	content: "";
}

.jki-microphone-slash-solid:before {
	content: "";
}

.jki-microphone-solid:before {
	content: "";
}

.jki-microscope-solid:before {
	content: "";
}

.jki-microsoft:before {
	content: "";
}

.jki-minus-circle-solid:before {
	content: "";
}

.jki-minus-solid:before {
	content: "";
}

.jki-minus-square-solid:before {
	content: "";
}

.jki-minus-square:before {
	content: "";
}

.jki-mitten-solid:before {
	content: "";
}

.jki-mix:before {
	content: "";
}

.jki-mixcloud:before {
	content: "";
}

.jki-mizuni:before {
	content: "";
}

.jki-mobile-alt-solid:before {
	content: "";
}

.jki-mobile-solid:before {
	content: "";
}

.jki-modx:before {
	content: "";
}

.jki-monero:before {
	content: "";
}

.jki-money-bill-alt-solid:before {
	content: "";
}

.jki-money-bill-alt:before {
	content: "";
}

.jki-money-bill-solid:before {
	content: "";
}

.jki-money-bill-wave-alt-solid:before {
	content: "";
}

.jki-money-bill-wave-solid:before {
	content: "";
}

.jki-money-check-alt-solid:before {
	content: "";
}

.jki-money-check-solid:before {
	content: "";
}

.jki-monument-solid:before {
	content: "";
}

.jki-moon-solid:before {
	content: "";
}

.jki-moon:before {
	content: "";
}

.jki-mortar-pestle-solid:before {
	content: "";
}

.jki-mosque-solid:before {
	content: "";
}

.jki-motorcycle-solid:before {
	content: "";
}

.jki-mountain-solid:before {
	content: "";
}

.jki-mouse-pointer-solid:before {
	content: "";
}

.jki-mouse-solid:before {
	content: "";
}

.jki-mug-hot-solid:before {
	content: "";
}

.jki-music-solid:before {
	content: "";
}

.jki-napster:before {
	content: "";
}

.jki-neos:before {
	content: "";
}

.jki-network-wired-solid:before {
	content: "";
}

.jki-neuter-solid:before {
	content: "";
}

.jki-newspaper-solid:before {
	content: "";
}

.jki-newspaper:before {
	content: "";
}

.jki-nimblr:before {
	content: "";
}

.jki-node-js:before {
	content: "";
}

.jki-node:before {
	content: "";
}

.jki-not-equal-solid:before {
	content: "";
}

.jki-notes-medical-solid:before {
	content: "";
}

.jki-npm:before {
	content: "";
}

.jki-ns8:before {
	content: "";
}

.jki-nutritionix:before {
	content: "";
}

.jki-object-group-solid:before {
	content: "";
}

.jki-object-group:before {
	content: "";
}

.jki-object-ungroup-solid:before {
	content: "";
}

.jki-object-ungroup:before {
	content: "";
}

.jki-odnoklassniki-square:before {
	content: "";
}

.jki-odnoklassniki:before {
	content: "";
}

.jki-oil-can-solid:before {
	content: "";
}

.jki-old-republic:before {
	content: "";
}

.jki-om-solid:before {
	content: "";
}

.jki-opencart:before {
	content: "";
}

.jki-openid:before {
	content: "";
}

.jki-opera:before {
	content: "";
}

.jki-optin-monster:before {
	content: "";
}

.jki-orcid:before {
	content: "";
}

.jki-osi:before {
	content: "";
}

.jki-otter-solid:before {
	content: "";
}

.jki-outdent-solid:before {
	content: "";
}

.jki-page4:before {
	content: "";
}

.jki-pagelines:before {
	content: "";
}

.jki-pager-solid:before {
	content: "";
}

.jki-paint-brush-solid:before {
	content: "";
}

.jki-paint-roller-solid:before {
	content: "";
}

.jki-palette-solid:before {
	content: "";
}

.jki-palfed:before {
	content: "";
}

.jki-pallet-solid:before {
	content: "";
}

.jki-paper-plane-solid:before {
	content: "";
}

.jki-paper-plane:before {
	content: "";
}

.jki-paperclip-solid:before {
	content: "";
}

.jki-parachute-box-solid:before {
	content: "";
}

.jki-paragraph-solid:before {
	content: "";
}

.jki-parking-solid:before {
	content: "";
}

.jki-passport-solid:before {
	content: "";
}

.jki-pastafarianism-solid:before {
	content: "";
}

.jki-paste-solid:before {
	content: "";
}

.jki-patreon:before {
	content: "";
}

.jki-pause-circle-solid:before {
	content: "";
}

.jki-pause-circle:before {
	content: "";
}

.jki-pause-solid:before {
	content: "";
}

.jki-paw-solid:before {
	content: "";
}

.jki-paypal:before {
	content: "";
}

.jki-peace-solid:before {
	content: "";
}

.jki-pen-alt-solid:before {
	content: "";
}

.jki-pen-fancy-solid:before {
	content: "";
}

.jki-pen-nib-solid:before {
	content: "";
}

.jki-pen-solid:before {
	content: "";
}

.jki-pen-square-solid:before {
	content: "";
}

.jki-pencil-alt-solid:before {
	content: "";
}

.jki-pencil-ruler-solid:before {
	content: "";
}

.jki-penny-arcade:before {
	content: "";
}

.jki-people-carry-solid:before {
	content: "";
}

.jki-pepper-hot-solid:before {
	content: "";
}

.jki-percent-solid:before {
	content: "";
}

.jki-percentage-solid:before {
	content: "";
}

.jki-periscope:before {
	content: "";
}

.jki-person-booth-solid:before {
	content: "";
}

.jki-phabricator:before {
	content: "";
}

.jki-phoenix-framework:before {
	content: "";
}

.jki-phoenix-squadron:before {
	content: "";
}

.jki-phone-alt-solid:before {
	content: "";
}

.jki-phone-slash-solid:before {
	content: "";
}

.jki-phone-solid:before {
	content: "";
}

.jki-phone-square-alt-solid:before {
	content: "";
}

.jki-phone-square-solid:before {
	content: "";
}

.jki-phone-volume-solid:before {
	content: "";
}

.jki-photo-video-solid:before {
	content: "";
}

.jki-php:before {
	content: "";
}

.jki-pied-piper-alt:before {
	content: "";
}

.jki-pied-piper-hat:before {
	content: "";
}

.jki-pied-piper-pp:before {
	content: "";
}

.jki-pied-piper:before {
	content: "";
}

.jki-piggy-bank-solid:before {
	content: "";
}

.jki-pills-solid:before {
	content: "";
}

.jki-pinterest-p:before {
	content: "";
}

.jki-pinterest-square:before {
	content: "";
}

.jki-pinterest:before {
	content: "";
}

.jki-pizza-slice-solid:before {
	content: "";
}

.jki-place-of-worship-solid:before {
	content: "";
}

.jki-plane-arrival-solid:before {
	content: "";
}

.jki-plane-departure-solid:before {
	content: "";
}

.jki-plane-solid:before {
	content: "";
}

.jki-play-circle-solid:before {
	content: "";
}

.jki-play-circle:before {
	content: "";
}

.jki-play-solid:before {
	content: "";
}

.jki-playstation:before {
	content: "";
}

.jki-plug-solid:before {
	content: "";
}

.jki-plus-circle-solid:before {
	content: "";
}

.jki-plus-solid:before {
	content: "";
}

.jki-plus-square-solid:before {
	content: "";
}

.jki-plus-square:before {
	content: "";
}

.jki-podcast-solid:before {
	content: "";
}

.jki-poll-h-solid:before {
	content: "";
}

.jki-poll-solid:before {
	content: "";
}

.jki-poo-solid:before {
	content: "";
}

.jki-poo-storm-solid:before {
	content: "";
}

.jki-poop-solid:before {
	content: "";
}

.jki-portrait-solid:before {
	content: "";
}

.jki-pound-sign-solid:before {
	content: "";
}

.jki-power-off-solid:before {
	content: "";
}

.jki-pray-solid:before {
	content: "";
}

.jki-praying-hands-solid:before {
	content: "";
}

.jki-prescription-bottle-alt-solid:before {
	content: "";
}

.jki-prescription-bottle-solid:before {
	content: "";
}

.jki-prescription-solid:before {
	content: "";
}

.jki-print-solid:before {
	content: "";
}

.jki-procedures-solid:before {
	content: "";
}

.jki-product-hunt:before {
	content: "";
}

.jki-project-diagram-solid:before {
	content: "";
}

.jki-pushed:before {
	content: "";
}

.jki-puzzle-piece-solid:before {
	content: "";
}

.jki-python:before {
	content: "";
}

.jki-qq:before {
	content: "";
}

.jki-qrcode-solid:before {
	content: "";
}

.jki-question-circle-solid:before {
	content: "";
}

.jki-question-circle:before {
	content: "";
}

.jki-question-solid:before {
	content: "";
}

.jki-quidditch-solid:before {
	content: "";
}

.jki-quinscape:before {
	content: "";
}

.jki-quora:before {
	content: "";
}

.jki-quote-left-solid:before {
	content: "";
}

.jki-quote-right-solid:before {
	content: "";
}

.jki-quran-solid:before {
	content: "";
}

.jki-r-project:before {
	content: "";
}

.jki-radiation-alt-solid:before {
	content: "";
}

.jki-radiation-solid:before {
	content: "";
}

.jki-rainbow-solid:before {
	content: "";
}

.jki-random-solid:before {
	content: "";
}

.jki-raspberry-pi:before {
	content: "";
}

.jki-ravelry:before {
	content: "";
}

.jki-react:before {
	content: "";
}

.jki-reacteurope:before {
	content: "";
}

.jki-readme:before {
	content: "";
}

.jki-rebel:before {
	content: "";
}

.jki-receipt-solid:before {
	content: "";
}

.jki-record-vinyl-solid:before {
	content: "";
}

.jki-recycle-solid:before {
	content: "";
}

.jki-red-river:before {
	content: "";
}

.jki-reddit-alien:before {
	content: "";
}

.jki-reddit-square:before {
	content: "";
}

.jki-reddit:before {
	content: "";
}

.jki-redhat:before {
	content: "";
}

.jki-redo-alt-solid:before {
	content: "";
}

.jki-redo-solid:before {
	content: "";
}

.jki-registered-solid:before {
	content: "";
}

.jki-registered:before {
	content: "";
}

.jki-remove-format-solid:before {
	content: "";
}

.jki-renren:before {
	content: "";
}

.jki-reply-all-solid:before {
	content: "";
}

.jki-reply-solid:before {
	content: "";
}

.jki-replyd:before {
	content: "";
}

.jki-republican-solid:before {
	content: "";
}

.jki-researchgate:before {
	content: "";
}

.jki-resolving:before {
	content: "";
}

.jki-restroom-solid:before {
	content: "";
}

.jki-retweet-solid:before {
	content: "";
}

.jki-rev:before {
	content: "";
}

.jki-ribbon-solid:before {
	content: "";
}

.jki-ring-solid:before {
	content: "";
}

.jki-road-solid:before {
	content: "";
}

.jki-robot-solid:before {
	content: "";
}

.jki-rocket-solid:before {
	content: "";
}

.jki-rocketchat:before {
	content: "";
}

.jki-rockrms:before {
	content: "";
}

.jki-route-solid:before {
	content: "";
}

.jki-rss-solid:before {
	content: "";
}

.jki-rss-square-solid:before {
	content: "";
}

.jki-ruble-sign-solid:before {
	content: "";
}

.jki-ruler-combined-solid:before {
	content: "";
}

.jki-ruler-horizontal-solid:before {
	content: "";
}

.jki-ruler-solid:before {
	content: "";
}

.jki-ruler-vertical-solid:before {
	content: "";
}

.jki-running-solid:before {
	content: "";
}

.jki-rupee-sign-solid:before {
	content: "";
}

.jki-sad-cry-solid:before {
	content: "";
}

.jki-sad-cry:before {
	content: "";
}

.jki-sad-tear-solid:before {
	content: "";
}

.jki-sad-tear:before {
	content: "";
}

.jki-safari:before {
	content: "";
}

.jki-salesforce:before {
	content: "";
}

.jki-sass:before {
	content: "";
}

.jki-satellite-dish-solid:before {
	content: "";
}

.jki-satellite-solid:before {
	content: "";
}

.jki-save-solid:before {
	content: "";
}

.jki-save:before {
	content: "";
}

.jki-schlix:before {
	content: "";
}

.jki-school-solid:before {
	content: "";
}

.jki-screwdriver-solid:before {
	content: "";
}

.jki-scribd:before {
	content: "";
}

.jki-scroll-solid:before {
	content: "";
}

.jki-sd-card-solid:before {
	content: "";
}

.jki-search-dollar-solid:before {
	content: "";
}

.jki-search-location-solid:before {
	content: "";
}

.jki-search-minus-solid:before {
	content: "";
}

.jki-search-plus-solid:before {
	content: "";
}

.jki-search-solid:before {
	content: "";
}

.jki-searchengin:before {
	content: "";
}

.jki-seedling-solid:before {
	content: "";
}

.jki-sellcast:before {
	content: "";
}

.jki-sellsy:before {
	content: "";
}

.jki-server-solid:before {
	content: "";
}

.jki-servicestack:before {
	content: "";
}

.jki-shapes-solid:before {
	content: "";
}

.jki-share-alt-solid:before {
	content: "";
}

.jki-share-alt-square-solid:before {
	content: "";
}

.jki-share-solid:before {
	content: "";
}

.jki-share-square-solid:before {
	content: "";
}

.jki-share-square:before {
	content: "";
}

.jki-shekel-sign-solid:before {
	content: "";
}

.jki-shield-alt-solid:before {
	content: "";
}

.jki-ship-solid:before {
	content: "";
}

.jki-shipping-fast-solid:before {
	content: "";
}

.jki-shirtsinbulk:before {
	content: "";
}

.jki-shoe-prints-solid:before {
	content: "";
}

.jki-shopping-bag-solid:before {
	content: "";
}

.jki-shopping-basket-solid:before {
	content: "";
}

.jki-shopping-cart-solid:before {
	content: "";
}

.jki-shopware:before {
	content: "";
}

.jki-shower-solid:before {
	content: "";
}

.jki-shuttle-van-solid:before {
	content: "";
}

.jki-sign-in-alt-solid:before {
	content: "";
}

.jki-sign-language-solid:before {
	content: "";
}

.jki-sign-out-alt-solid:before {
	content: "";
}

.jki-sign-solid:before {
	content: "";
}

.jki-signal-solid:before {
	content: "";
}

.jki-signature-solid:before {
	content: "";
}

.jki-sim-card-solid:before {
	content: "";
}

.jki-simplybuilt:before {
	content: "";
}

.jki-sistrix:before {
	content: "";
}

.jki-sitemap-solid:before {
	content: "";
}

.jki-sith:before {
	content: "";
}

.jki-skating-solid:before {
	content: "";
}

.jki-sketch:before {
	content: "";
}

.jki-skiing-nordic-solid:before {
	content: "";
}

.jki-skiing-solid:before {
	content: "";
}

.jki-skull-crossbones-solid:before {
	content: "";
}

.jki-skull-solid:before {
	content: "";
}

.jki-skyatlas:before {
	content: "";
}

.jki-skype:before {
	content: "";
}

.jki-slack-hash:before {
	content: "";
}

.jki-slack:before {
	content: "";
}

.jki-slash-solid:before {
	content: "";
}

.jki-sleigh-solid:before {
	content: "";
}

.jki-sliders-h-solid:before {
	content: "";
}

.jki-slideshare:before {
	content: "";
}

.jki-smile-beam-solid:before {
	content: "";
}

.jki-smile-beam:before {
	content: "";
}

.jki-smile-solid:before {
	content: "";
}

.jki-smile-wink-solid:before {
	content: "";
}

.jki-smile-wink:before {
	content: "";
}

.jki-smile:before {
	content: "";
}

.jki-smog-solid:before {
	content: "";
}

.jki-smoking-ban-solid:before {
	content: "";
}

.jki-smoking-solid:before {
	content: "";
}

.jki-sms-solid:before {
	content: "";
}

.jki-snapchat-ghost:before {
	content: "";
}

.jki-snapchat-square:before {
	content: "";
}

.jki-snapchat:before {
	content: "";
}

.jki-snowboarding-solid:before {
	content: "";
}

.jki-snowflake-solid:before {
	content: "";
}

.jki-snowflake:before {
	content: "";
}

.jki-snowman-solid:before {
	content: "";
}

.jki-snowplow-solid:before {
	content: "";
}

.jki-socks-solid:before {
	content: "";
}

.jki-solar-panel-solid:before {
	content: "";
}

.jki-sort-alpha-down-alt-solid:before {
	content: "";
}

.jki-sort-alpha-down-solid:before {
	content: "";
}

.jki-sort-alpha-up-alt-solid:before {
	content: "";
}

.jki-sort-alpha-up-solid:before {
	content: "";
}

.jki-sort-amount-down-alt-solid:before {
	content: "";
}

.jki-sort-amount-down-solid:before {
	content: "";
}

.jki-sort-amount-up-alt-solid:before {
	content: "";
}

.jki-sort-amount-up-solid:before {
	content: "";
}

.jki-sort-down-solid:before {
	content: "";
}

.jki-sort-numeric-down-alt-solid:before {
	content: "";
}

.jki-sort-numeric-down-solid:before {
	content: "";
}

.jki-sort-numeric-up-alt-solid:before {
	content: "";
}

.jki-sort-numeric-up-solid:before {
	content: "";
}

.jki-sort-solid:before {
	content: "";
}

.jki-sort-up-solid:before {
	content: "";
}

.jki-soundcloud:before {
	content: "";
}

.jki-sourcetree:before {
	content: "";
}

.jki-spa-solid:before {
	content: "";
}

.jki-space-shuttle-solid:before {
	content: "";
}

.jki-speakap:before {
	content: "";
}

.jki-speaker-deck:before {
	content: "";
}

.jki-spell-check-solid:before {
	content: "";
}

.jki-spider-solid:before {
	content: "";
}

.jki-spinner-solid:before {
	content: "";
}

.jki-splotch-solid:before {
	content: "";
}

.jki-spotify:before {
	content: "";
}

.jki-spray-can-solid:before {
	content: "";
}

.jki-square-full-solid:before {
	content: "";
}

.jki-square-root-alt-solid:before {
	content: "";
}

.jki-square-solid:before {
	content: "";
}

.jki-square:before {
	content: "";
}

.jki-squarespace:before {
	content: "";
}

.jki-stack-exchange:before {
	content: "";
}

.jki-stack-overflow:before {
	content: "";
}

.jki-stackpath:before {
	content: "";
}

.jki-stamp-solid:before {
	content: "";
}

.jki-star-and-crescent-solid:before {
	content: "";
}

.jki-star-half-alt-solid:before {
	content: "";
}

.jki-star-half-solid:before {
	content: "";
}

.jki-star-half:before {
	content: "";
}

.jki-star-of-david-solid:before {
	content: "";
}

.jki-star-of-life-solid:before {
	content: "";
}

.jki-star-solid:before {
	content: "";
}

.jki-star:before {
	content: "";
}

.jki-staylinked:before {
	content: "";
}

.jki-steam-square:before {
	content: "";
}

.jki-steam-symbol:before {
	content: "";
}

.jki-steam:before {
	content: "";
}

.jki-step-backward-solid:before {
	content: "";
}

.jki-step-forward-solid:before {
	content: "";
}

.jki-stethoscope-solid:before {
	content: "";
}

.jki-sticker-mule:before {
	content: "";
}

.jki-sticky-note-solid:before {
	content: "";
}

.jki-sticky-note:before {
	content: "";
}

.jki-stop-circle-solid:before {
	content: "";
}

.jki-stop-circle:before {
	content: "";
}

.jki-stop-solid:before {
	content: "";
}

.jki-stopwatch-solid:before {
	content: "";
}

.jki-store-alt-solid:before {
	content: "";
}

.jki-store-solid:before {
	content: "";
}

.jki-strava:before {
	content: "";
}

.jki-stream-solid:before {
	content: "";
}

.jki-street-view-solid:before {
	content: "";
}

.jki-strikethrough-solid:before {
	content: "";
}

.jki-stripe-s:before {
	content: "";
}

.jki-stripe:before {
	content: "";
}

.jki-stroopwafel-solid:before {
	content: "";
}

.jki-studiovinari:before {
	content: "";
}

.jki-stumbleupon-circle:before {
	content: "";
}

.jki-stumbleupon:before {
	content: "";
}

.jki-subscript-solid:before {
	content: "";
}

.jki-subway-solid:before {
	content: "";
}

.jki-suitcase-rolling-solid:before {
	content: "";
}

.jki-suitcase-solid:before {
	content: "";
}

.jki-sun-solid:before {
	content: "";
}

.jki-sun:before {
	content: "";
}

.jki-superpowers:before {
	content: "";
}

.jki-superscript-solid:before {
	content: "";
}

.jki-supple:before {
	content: "";
}

.jki-surprise-solid:before {
	content: "";
}

.jki-surprise:before {
	content: "";
}

.jki-suse:before {
	content: "";
}

.jki-swatchbook-solid:before {
	content: "";
}

.jki-swift:before {
	content: "";
}

.jki-swimmer-solid:before {
	content: "";
}

.jki-swimming-pool-solid:before {
	content: "";
}

.jki-symfony:before {
	content: "";
}

.jki-synagogue-solid:before {
	content: "";
}

.jki-sync-alt-solid:before {
	content: "";
}

.jki-sync-solid:before {
	content: "";
}

.jki-syringe-solid:before {
	content: "";
}

.jki-table-solid:before {
	content: "";
}

.jki-table-tennis-solid:before {
	content: "";
}

.jki-tablet-alt-solid:before {
	content: "";
}

.jki-tablet-solid:before {
	content: "";
}

.jki-tablets-solid:before {
	content: "";
}

.jki-tachometer-alt-solid:before {
	content: "";
}

.jki-tag-solid:before {
	content: "";
}

.jki-tags-solid:before {
	content: "";
}

.jki-tape-solid:before {
	content: "";
}

.jki-tasks-solid:before {
	content: "";
}

.jki-taxi-solid:before {
	content: "";
}

.jki-teamspeak:before {
	content: "";
}

.jki-teeth-open-solid:before {
	content: "";
}

.jki-teeth-solid:before {
	content: "";
}

.jki-telegram-plane:before {
	content: "";
}

.jki-telegram:before {
	content: "";
}

.jki-temperature-high-solid:before {
	content: "";
}

.jki-temperature-low-solid:before {
	content: "";
}

.jki-tencent-weibo:before {
	content: "";
}

.jki-tenge-solid:before {
	content: "";
}

.jki-terminal-solid:before {
	content: "";
}

.jki-text-height-solid:before {
	content: "";
}

.jki-text-width-solid:before {
	content: "";
}

.jki-th-large-solid:before {
	content: "";
}

.jki-th-list-solid:before {
	content: "";
}

.jki-th-solid:before {
	content: "";
}

.jki-the-red-yeti:before {
	content: "";
}

.jki-theater-masks-solid:before {
	content: "";
}

.jki-themeco:before {
	content: "";
}

.jki-themeisle:before {
	content: "";
}

.jki-thermometer-empty-solid:before {
	content: "";
}

.jki-thermometer-full-solid:before {
	content: "";
}

.jki-thermometer-half-solid:before {
	content: "";
}

.jki-thermometer-quarter-solid:before {
	content: "";
}

.jki-thermometer-solid:before {
	content: "";
}

.jki-thermometer-three-quarters-solid:before {
	content: "";
}

.jki-think-peaks:before {
	content: "";
}

.jki-thumbs-down-solid:before {
	content: "";
}

.jki-thumbs-down:before {
	content: "";
}

.jki-thumbs-up-solid:before {
	content: "";
}

.jki-thumbs-up:before {
	content: "";
}

.jki-thumbtack-solid:before {
	content: "";
}

.jki-ticket-alt-solid:before {
	content: "";
}

.jki-times-circle-solid:before {
	content: "";
}

.jki-times-circle:before {
	content: "";
}

.jki-times-solid:before {
	content: "";
}

.jki-tint-slash-solid:before {
	content: "";
}

.jki-tint-solid:before {
	content: "";
}

.jki-tired-solid:before {
	content: "";
}

.jki-tired:before {
	content: "";
}

.jki-toggle-off-solid:before {
	content: "";
}

.jki-toggle-on-solid:before {
	content: "";
}

.jki-toilet-paper-solid:before {
	content: "";
}

.jki-toilet-solid:before {
	content: "";
}

.jki-toolbox-solid:before {
	content: "";
}

.jki-tools-solid:before {
	content: "";
}

.jki-tooth-solid:before {
	content: "";
}

.jki-torah-solid:before {
	content: "";
}

.jki-torii-gate-solid:before {
	content: "";
}

.jki-tractor-solid:before {
	content: "";
}

.jki-trade-federation:before {
	content: "";
}

.jki-trademark-solid:before {
	content: "";
}

.jki-traffic-light-solid:before {
	content: "";
}

.jki-train-solid:before {
	content: "";
}

.jki-tram-solid:before {
	content: "";
}

.jki-transgender-alt-solid:before {
	content: "";
}

.jki-transgender-solid:before {
	content: "";
}

.jki-trash-alt-solid:before {
	content: "";
}

.jki-trash-alt:before {
	content: "";
}

.jki-trash-restore-alt-solid:before {
	content: "";
}

.jki-trash-restore-solid:before {
	content: "";
}

.jki-trash-solid:before {
	content: "";
}

.jki-tree-solid:before {
	content: "";
}

.jki-trello:before {
	content: "";
}

.jki-tripadvisor:before {
	content: "";
}

.jki-trophy-solid:before {
	content: "";
}

.jki-truck-loading-solid:before {
	content: "";
}

.jki-truck-monster-solid:before {
	content: "";
}

.jki-truck-moving-solid:before {
	content: "";
}

.jki-truck-pickup-solid:before {
	content: "";
}

.jki-truck-solid:before {
	content: "";
}

.jki-tshirt-solid:before {
	content: "";
}

.jki-tty-solid:before {
	content: "";
}

.jki-tumblr-square:before {
	content: "";
}

.jki-tumblr:before {
	content: "";
}

.jki-tv-solid:before {
	content: "";
}

.jki-twitch:before {
	content: "";
}

.jki-twitter-square:before {
	content: "";
}

.jki-twitter:before {
	content: "";
}

.jki-typo3:before {
	content: "";
}

.jki-uber:before {
	content: "";
}

.jki-ubuntu:before {
	content: "";
}

.jki-uikit:before {
	content: "";
}

.jki-umbraco:before {
	content: "";
}

.jki-umbrella-beach-solid:before {
	content: "";
}

.jki-umbrella-solid:before {
	content: "";
}

.jki-underline-solid:before {
	content: "";
}

.jki-undo-alt-solid:before {
	content: "";
}

.jki-undo-solid:before {
	content: "";
}

.jki-uniregistry:before {
	content: "";
}

.jki-universal-access-solid:before {
	content: "";
}

.jki-university-solid:before {
	content: "";
}

.jki-unlink-solid:before {
	content: "";
}

.jki-unlock-alt-solid:before {
	content: "";
}

.jki-unlock-solid:before {
	content: "";
}

.jki-untappd:before {
	content: "";
}

.jki-upload-solid:before {
	content: "";
}

.jki-ups:before {
	content: "";
}

.jki-usb:before {
	content: "";
}

.jki-user-alt-slash-solid:before {
	content: "";
}

.jki-user-alt-solid:before {
	content: "";
}

.jki-user-astronaut-solid:before {
	content: "";
}

.jki-user-check-solid:before {
	content: "";
}

.jki-user-circle-solid:before {
	content: "";
}

.jki-user-circle:before {
	content: "";
}

.jki-user-clock-solid:before {
	content: "";
}

.jki-user-cog-solid:before {
	content: "";
}

.jki-user-edit-solid:before {
	content: "";
}

.jki-user-friends-solid:before {
	content: "";
}

.jki-user-graduate-solid:before {
	content: "";
}

.jki-user-injured-solid:before {
	content: "";
}

.jki-user-lock-solid:before {
	content: "";
}

.jki-user-md-solid:before {
	content: "";
}

.jki-user-minus-solid:before {
	content: "";
}

.jki-user-ninja-solid:before {
	content: "";
}

.jki-user-nurse-solid:before {
	content: "";
}

.jki-user-plus-solid:before {
	content: "";
}

.jki-user-secret-solid:before {
	content: "";
}

.jki-user-shield-solid:before {
	content: "";
}

.jki-user-slash-solid:before {
	content: "";
}

.jki-user-solid:before {
	content: "";
}

.jki-user-tag-solid:before {
	content: "";
}

.jki-user-tie-solid:before {
	content: "";
}

.jki-user-times-solid:before {
	content: "";
}

.jki-user:before {
	content: "";
}

.jki-users-cog-solid:before {
	content: "";
}

.jki-users-solid:before {
	content: "";
}

.jki-usps:before {
	content: "";
}

.jki-ussunnah:before {
	content: "";
}

.jki-utensil-spoon-solid:before {
	content: "";
}

.jki-utensils-solid:before {
	content: "";
}

.jki-vaadin:before {
	content: "";
}

.jki-vector-square-solid:before {
	content: "";
}

.jki-venus-double-solid:before {
	content: "";
}

.jki-venus-mars-solid:before {
	content: "";
}

.jki-venus-solid:before {
	content: "";
}

.jki-viacoin:before {
	content: "";
}

.jki-viadeo-square:before {
	content: "";
}

.jki-viadeo:before {
	content: "";
}

.jki-vial-solid:before {
	content: "";
}

.jki-vials-solid:before {
	content: "";
}

.jki-viber:before {
	content: "";
}

.jki-video-slash-solid:before {
	content: "";
}

.jki-video-solid:before {
	content: "";
}

.jki-vihara-solid:before {
	content: "";
}

.jki-vimeo-square:before {
	content: "";
}

.jki-vimeo-v:before {
	content: "";
}

.jki-vimeo:before {
	content: "";
}

.jki-vine:before {
	content: "";
}

.jki-vk:before {
	content: "";
}

.jki-vnv:before {
	content: "";
}

.jki-voicemail-solid:before {
	content: "";
}

.jki-volleyball-ball-solid:before {
	content: "";
}

.jki-volume-down-solid:before {
	content: "";
}

.jki-volume-mute-solid:before {
	content: "";
}

.jki-volume-off-solid:before {
	content: "";
}

.jki-volume-up-solid:before {
	content: "";
}

.jki-vote-yea-solid:before {
	content: "";
}

.jki-vr-cardboard-solid:before {
	content: "";
}

.jki-vuejs:before {
	content: "";
}

.jki-walking-solid:before {
	content: "";
}

.jki-wallet-solid:before {
	content: "";
}

.jki-warehouse-solid:before {
	content: "";
}

.jki-water-solid:before {
	content: "";
}

.jki-wave-square-solid:before {
	content: "";
}

.jki-waze:before {
	content: "";
}

.jki-weebly:before {
	content: "";
}

.jki-weibo:before {
	content: "";
}

.jki-weight-hanging-solid:before {
	content: "";
}

.jki-weight-solid:before {
	content: "";
}

.jki-weixin:before {
	content: "";
}

.jki-whatsapp-square:before {
	content: "";
}

.jki-whatsapp:before {
	content: "";
}

.jki-wheelchair-solid:before {
	content: "";
}

.jki-whmcs:before {
	content: "";
}

.jki-wifi-solid:before {
	content: "";
}

.jki-wikipedia-w:before {
	content: "";
}

.jki-wind-solid:before {
	content: "";
}

.jki-window-close-solid:before {
	content: "";
}

.jki-window-close:before {
	content: "";
}

.jki-window-maximize-solid:before {
	content: "";
}

.jki-window-maximize:before {
	content: "";
}

.jki-window-minimize-solid:before {
	content: "";
}

.jki-window-minimize:before {
	content: "";
}

.jki-window-restore-solid:before {
	content: "";
}

.jki-window-restore:before {
	content: "";
}

.jki-windows:before {
	content: "";
}

.jki-wine-bottle-solid:before {
	content: "";
}

.jki-wine-glass-alt-solid:before {
	content: "";
}

.jki-wine-glass-solid:before {
	content: "";
}

.jki-wix:before {
	content: "";
}

.jki-wizards-of-the-coast:before {
	content: "";
}

.jki-wolf-pack-battalion:before {
	content: "";
}

.jki-won-sign-solid:before {
	content: "";
}

.jki-wordpress-simple:before {
	content: "";
}

.jki-wordpress:before {
	content: "";
}

.jki-wpbeginner:before {
	content: "";
}

.jki-wpexplorer:before {
	content: "";
}

.jki-wpforms:before {
	content: "";
}

.jki-wpressr:before {
	content: "";
}

.jki-wrench-solid:before {
	content: "";
}

.jki-x-ray-solid:before {
	content: "";
}

.jki-xbox:before {
	content: "";
}

.jki-xing-square:before {
	content: "";
}

.jki-xing:before {
	content: "";
}

.jki-y-combinator:before {
	content: "";
}

.jki-yahoo:before {
	content: "";
}

.jki-yammer:before {
	content: "";
}

.jki-yandex-international:before {
	content: "";
}

.jki-yandex:before {
	content: "";
}

.jki-yarn:before {
	content: "";
}

.jki-yelp:before {
	content: "";
}

.jki-yen-sign-solid:before {
	content: "";
}

.jki-yin-yang-solid:before {
	content: "";
}

.jki-yoast:before {
	content: "";
}

.jki-youtube-square:before {
	content: "";
}

.jki-youtube:before {
	content: "";
}

.jki-zhihu:before {
	content: "";
}

.jki-activity-line:before {
	content: "";
}

.jki-airplay-line:before {
	content: "";
}

.jki-alert-circle-line:before {
	content: "";
}

.jki-alert-octagon-line:before {
	content: "";
}

.jki-alert-triangle-line:before {
	content: "";
}

.jki-align-center-line:before {
	content: "";
}

.jki-align-justify-line:before {
	content: "";
}

.jki-align-left-line:before {
	content: "";
}

.jki-align-right-line:before {
	content: "";
}

.jki-anchor-line:before {
	content: "";
}

.jki-aperture-line:before {
	content: "";
}

.jki-archive-line:before {
	content: "";
}

.jki-arrow-down-circle-line:before {
	content: "";
}

.jki-arrow-down-left-line:before {
	content: "";
}

.jki-arrow-down-line:before {
	content: "";
}

.jki-arrow-down-right-line:before {
	content: "";
}

.jki-arrow-left-circle-line:before {
	content: "";
}

.jki-arrow-left-line:before {
	content: "";
}

.jki-arrow-right-circle-line:before {
	content: "";
}

.jki-arrow-right-line:before {
	content: "";
}

.jki-arrow-up-circle-line:before {
	content: "";
}

.jki-arrow-up-left-line:before {
	content: "";
}

.jki-arrow-up-line:before {
	content: "";
}

.jki-arrow-up-right-line:before {
	content: "";
}

.jki-at-sign-line:before {
	content: "";
}

.jki-award-line:before {
	content: "";
}

.jki-bar-chart-2-line:before {
	content: "";
}

.jki-bar-chart-line:before {
	content: "";
}

.jki-battery-charging-line:before {
	content: "";
}

.jki-battery-line:before {
	content: "";
}

.jki-bell-line:before {
	content: "";
}

.jki-bell-off-line:before {
	content: "";
}

.jki-bluetooth-line:before {
	content: "";
}

.jki-bold-line:before {
	content: "";
}

.jki-book-line:before {
	content: "";
}

.jki-book-open-line:before {
	content: "";
}

.jki-bookmark-line:before {
	content: "";
}

.jki-box-line:before {
	content: "";
}

.jki-briefcase-line:before {
	content: "";
}

.jki-calendar-line:before {
	content: "";
}

.jki-camera-line:before {
	content: "";
}

.jki-camera-off-line:before {
	content: "";
}

.jki-cast-line:before {
	content: "";
}

.jki-check-circle-line:before {
	content: "";
}

.jki-check-line:before {
	content: "";
}

.jki-check-square-line:before {
	content: "";
}

.jki-chevron-down-line:before {
	content: "";
}

.jki-chevron-left-line:before {
	content: "";
}

.jki-chevron-right-line:before {
	content: "";
}

.jki-chevron-up-line:before {
	content: "";
}

.jki-chevrons-down-line:before {
	content: "";
}

.jki-chevrons-left-line:before {
	content: "";
}

.jki-chevrons-right-line:before {
	content: "";
}

.jki-chevrons-up-line:before {
	content: "";
}

.jki-chrome-line:before {
	content: "";
}

.jki-circle-line:before {
	content: "";
}

.jki-clipboard-line:before {
	content: "";
}

.jki-clock-line:before {
	content: "";
}

.jki-cloud-drizzle-line:before {
	content: "";
}

.jki-cloud-lightning-line:before {
	content: "";
}

.jki-cloud-line:before {
	content: "";
}

.jki-cloud-off-line:before {
	content: "";
}

.jki-cloud-rain-line:before {
	content: "";
}

.jki-cloud-snow-line:before {
	content: "";
}

.jki-code-line:before {
	content: "";
}

.jki-codepen-line:before {
	content: "";
}

.jki-codesandbox-line:before {
	content: "";
}

.jki-coffee-line:before {
	content: "";
}

.jki-columns-line:before {
	content: "";
}

.jki-command-line:before {
	content: "";
}

.jki-compass-line:before {
	content: "";
}

.jki-copy-line:before {
	content: "";
}

.jki-corner-down-left-line:before {
	content: "";
}

.jki-corner-down-right-line:before {
	content: "";
}

.jki-corner-left-down-line:before {
	content: "";
}

.jki-corner-left-up-line:before {
	content: "";
}

.jki-corner-right-down-line:before {
	content: "";
}

.jki-corner-right-up-line:before {
	content: "";
}

.jki-corner-up-left-line:before {
	content: "";
}

.jki-corner-up-right-line:before {
	content: "";
}

.jki-cpu-line:before {
	content: "";
}

.jki-credit-card-line:before {
	content: "";
}

.jki-crop-line:before {
	content: "";
}

.jki-crosshair-line:before {
	content: "";
}

.jki-database-line:before {
	content: "";
}

.jki-delete-line:before {
	content: "";
}

.jki-disc-line:before {
	content: "";
}

.jki-divide-circle-line:before {
	content: "";
}

.jki-divide-line:before {
	content: "";
}

.jki-divide-square-line:before {
	content: "";
}

.jki-dollar-sign-line:before {
	content: "";
}

.jki-download-cloud-line:before {
	content: "";
}

.jki-download-line:before {
	content: "";
}

.jki-dribbble-line:before {
	content: "";
}

.jki-droplet-line:before {
	content: "";
}

.jki-edit-2-line:before {
	content: "";
}

.jki-edit-3-line:before {
	content: "";
}

.jki-edit-line:before {
	content: "";
}

.jki-external-link-line:before {
	content: "";
}

.jki-eye-line:before {
	content: "";
}

.jki-eye-off-line:before {
	content: "";
}

.jki-facebook-line:before {
	content: "";
}

.jki-fast-forward-line:before {
	content: "";
}

.jki-feather-line:before {
	content: "";
}

.jki-figma-line:before {
	content: "";
}

.jki-file-line:before {
	content: "";
}

.jki-file-minus-line:before {
	content: "";
}

.jki-file-plus-line:before {
	content: "";
}

.jki-file-text-line:before {
	content: "";
}

.jki-film-line:before {
	content: "";
}

.jki-filter-line:before {
	content: "";
}

.jki-flag-line:before {
	content: "";
}

.jki-folder-line:before {
	content: "";
}

.jki-folder-minus-line:before {
	content: "";
}

.jki-folder-plus-line:before {
	content: "";
}

.jki-framer-line:before {
	content: "";
}

.jki-frown-line:before {
	content: "";
}

.jki-gift-line:before {
	content: "";
}

.jki-git-branch-line:before {
	content: "";
}

.jki-git-commit-line:before {
	content: "";
}

.jki-git-merge-line:before {
	content: "";
}

.jki-git-pull-request-line:before {
	content: "";
}

.jki-github-line:before {
	content: "";
}

.jki-gitlab-line:before {
	content: "";
}

.jki-globe-line:before {
	content: "";
}

.jki-grid-line:before {
	content: "";
}

.jki-hard-drive-line:before {
	content: "";
}

.jki-hash-line:before {
	content: "";
}

.jki-headphones-line:before {
	content: "";
}

.jki-heart-line:before {
	content: "";
}

.jki-help-circle-line:before {
	content: "";
}

.jki-hexagon-line:before {
	content: "";
}

.jki-home-line:before {
	content: "";
}

.jki-image-line:before {
	content: "";
}

.jki-inbox-line:before {
	content: "";
}

.jki-info-line:before {
	content: "";
}

.jki-instagram-line:before {
	content: "";
}

.jki-italic-line:before {
	content: "";
}

.jki-key-line:before {
	content: "";
}

.jki-layers-line:before {
	content: "";
}

.jki-layout-line:before {
	content: "";
}

.jki-life-buoy-line:before {
	content: "";
}

.jki-link-2-line:before {
	content: "";
}

.jki-link-line:before {
	content: "";
}

.jki-linkedin-line:before {
	content: "";
}

.jki-list-line:before {
	content: "";
}

.jki-loader-line:before {
	content: "";
}

.jki-lock-line:before {
	content: "";
}

.jki-log-in-line:before {
	content: "";
}

.jki-log-out-line:before {
	content: "";
}

.jki-mail-line:before {
	content: "";
}

.jki-map-line:before {
	content: "";
}

.jki-map-pin-line:before {
	content: "";
}

.jki-maximize-2-line:before {
	content: "";
}

.jki-maximize-line:before {
	content: "";
}

.jki-meh-line:before {
	content: "";
}

.jki-menu-line:before {
	content: "";
}

.jki-message-circle-line:before {
	content: "";
}

.jki-message-square-line:before {
	content: "";
}

.jki-mic-line:before {
	content: "";
}

.jki-mic-off-line:before {
	content: "";
}

.jki-minimize-2-line:before {
	content: "";
}

.jki-minimize-line:before {
	content: "";
}

.jki-minus-circle-line:before {
	content: "";
}

.jki-minus-line:before {
	content: "";
}

.jki-minus-square-line:before {
	content: "";
}

.jki-monitor-line:before {
	content: "";
}

.jki-moon-line:before {
	content: "";
}

.jki-more-horizontal-line:before {
	content: "";
}

.jki-more-vertical-line:before {
	content: "";
}

.jki-mouse-pointer-line:before {
	content: "";
}

.jki-move-line:before {
	content: "";
}

.jki-music-line:before {
	content: "";
}

.jki-navigation-2-line:before {
	content: "";
}

.jki-navigation-line:before {
	content: "";
}

.jki-octagon-line:before {
	content: "";
}

.jki-package-line:before {
	content: "";
}

.jki-paperclip-line:before {
	content: "";
}

.jki-pause-circle-line:before {
	content: "";
}

.jki-pause-line:before {
	content: "";
}

.jki-pen-tool-line:before {
	content: "";
}

.jki-percent-line:before {
	content: "";
}

.jki-phone-call-line:before {
	content: "";
}

.jki-phone-forwarded-line:before {
	content: "";
}

.jki-phone-incoming-line:before {
	content: "";
}

.jki-phone-line:before {
	content: "";
}

.jki-phone-missed-line:before {
	content: "";
}

.jki-phone-off-line:before {
	content: "";
}

.jki-phone-outgoing-line:before {
	content: "";
}

.jki-pie-chart-line:before {
	content: "";
}

.jki-play-circle-line:before {
	content: "";
}

.jki-play-line:before {
	content: "";
}

.jki-plus-circle-line:before {
	content: "";
}

.jki-plus-line:before {
	content: "";
}

.jki-plus-square-line:before {
	content: "";
}

.jki-pocket-line:before {
	content: "";
}

.jki-power-line:before {
	content: "";
}

.jki-printer-line:before {
	content: "";
}

.jki-radio-line:before {
	content: "";
}

.jki-refresh-ccw-line:before {
	content: "";
}

.jki-refresh-cw-line:before {
	content: "";
}

.jki-repeat-line:before {
	content: "";
}

.jki-rewind-line:before {
	content: "";
}

.jki-rotate-ccw-line:before {
	content: "";
}

.jki-rotate-cw-line:before {
	content: "";
}

.jki-rss-line:before {
	content: "";
}

.jki-save-line:before {
	content: "";
}

.jki-scissors-line:before {
	content: "";
}

.jki-search-line:before {
	content: "";
}

.jki-send-line:before {
	content: "";
}

.jki-server-line:before {
	content: "";
}

.jki-settings-line:before {
	content: "";
}

.jki-share-2-line:before {
	content: "";
}

.jki-share-line:before {
	content: "";
}

.jki-shield-line:before {
	content: "";
}

.jki-shield-off-line:before {
	content: "";
}

.jki-shopping-bag-line:before {
	content: "";
}

.jki-shopping-cart-line:before {
	content: "";
}

.jki-shuffle-line:before {
	content: "";
}

.jki-sidebar-line:before {
	content: "";
}

.jki-skip-back-line:before {
	content: "";
}

.jki-skip-forward-line:before {
	content: "";
}

.jki-slack-line:before {
	content: "";
}

.jki-slash-line:before {
	content: "";
}

.jki-sliders-line:before {
	content: "";
}

.jki-smartphone-line:before {
	content: "";
}

.jki-smile-line:before {
	content: "";
}

.jki-speaker-line:before {
	content: "";
}

.jki-square-line:before {
	content: "";
}

.jki-star-line:before {
	content: "";
}

.jki-stop-circle-line:before {
	content: "";
}

.jki-sun-line:before {
	content: "";
}

.jki-sunrise-line:before {
	content: "";
}

.jki-sunset-line:before {
	content: "";
}

.jki-tablet-line:before {
	content: "";
}

.jki-tag-line:before {
	content: "";
}

.jki-target-line:before {
	content: "";
}

.jki-team-1-line:before {
	content: "";
}

.jki-team-2-line:before {
	content: "";
}

.jki-team-presentation-line:before {
	content: "";
}

.jki-team-worker-line:before {
	content: "";
}

.jki-terminal-line:before {
	content: "";
}

.jki-thermometer-line:before {
	content: "";
}

.jki-thumbs-down-line:before {
	content: "";
}

.jki-thumbs-up-line:before {
	content: "";
}

.jki-toggle-left-line:before {
	content: "";
}

.jki-toggle-right-line:before {
	content: "";
}

.jki-tool-line:before {
	content: "";
}

.jki-trash-2-line:before {
	content: "";
}

.jki-trash-line:before {
	content: "";
}

.jki-trello-line:before {
	content: "";
}

.jki-trending-down-line:before {
	content: "";
}

.jki-trending-up-line:before {
	content: "";
}

.jki-triangle-line:before {
	content: "";
}

.jki-truck-line:before {
	content: "";
}

.jki-tv-line:before {
	content: "";
}

.jki-twitch-line:before {
	content: "";
}

.jki-twitter-line:before {
	content: "";
}

.jki-type-line:before {
	content: "";
}

.jki-umbrella-line:before {
	content: "";
}

.jki-underline-line:before {
	content: "";
}

.jki-unlock-line:before {
	content: "";
}

.jki-upload-cloud-line:before {
	content: "";
}

.jki-upload-line:before {
	content: "";
}

.jki-user-check-line:before {
	content: "";
}

.jki-user-line:before {
	content: "";
}

.jki-user-minus-line:before {
	content: "";
}

.jki-user-plus-line:before {
	content: "";
}

.jki-user-x-line:before {
	content: "";
}

.jki-users-line:before {
	content: "";
}

.jki-video-line:before {
	content: "";
}

.jki-video-off-line:before {
	content: "";
}

.jki-voicemail-line:before {
	content: "";
}

.jki-volume-1-line:before {
	content: "";
}

.jki-volume-2-line:before {
	content: "";
}

.jki-volume-line:before {
	content: "";
}

.jki-volume-x-line:before {
	content: "";
}

.jki-watch-line:before {
	content: "";
}

.jki-wifi-line:before {
	content: "";
}

.jki-wifi-off-line:before {
	content: "";
}

.jki-wind-line:before {
	content: "";
}

.jki-x-circle-line:before {
	content: "";
}

.jki-x-line:before {
	content: "";
}

.jki-x-octagon-line:before {
	content: "";
}

.jki-x-square-line:before {
	content: "";
}

.jki-youtube-line:before {
	content: "";
}

.jki-zap-line:before {
	content: "";
}

.jki-zap-off-line:before {
	content: "";
}

.jki-zoom-in-line:before {
	content: "";
}

.jki-zoom-out-line:before {
	content: "";
}

.jki-jeg-kit-logo:before {
	content: "";
}

.jki-jeg-kit-logo-solid:before {
	content: "";
}

.jki-home-light::before {
	content: "";
}

.jki-apartment1-light::before {
	content: "";
}

.jki-pencil-light::before {
	content: "";
}

.jki-magic-wand-light::before {
	content: "";
}

.jki-drop-light::before {
	content: "";
}

.jki-lighter-light::before {
	content: "";
}

.jki-poop-light::before {
	content: "";
}

.jki-sun-light::before {
	content: "";
}

.jki-moon-light::before {
	content: "";
}

.jki-cloud1-light::before {
	content: "";
}

.jki-cloud-upload-light::before {
	content: "";
}

.jki-cloud-download-light::before {
	content: "";
}

.jki-cloud-sync-light::before {
	content: "";
}

.jki-cloud-check-light::before {
	content: "";
}

.jki-database1-light::before {
	content: "";
}

.jki-lock-light::before {
	content: "";
}

.jki-cog-light::before {
	content: "";
}

.jki-trash-light::before {
	content: "";
}

.jki-dice-light::before {
	content: "";
}

.jki-heart1-light::before {
	content: "";
}

.jki-star1-light::before {
	content: "";
}

.jki-star-half-light::before {
	content: "";
}

.jki-star-empty-light::before {
	content: "";
}

.jki-flag-light::before {
	content: "";
}

.jki-envelope1-light::before {
	content: "";
}

.jki-paperclip-light::before {
	content: "";
}

.jki-inbox-light::before {
	content: "";
}

.jki-eye-light::before {
	content: "";
}

.jki-printer-light::before {
	content: "";
}

.jki-file-empty-light::before {
	content: "";
}

.jki-file-add-light::before {
	content: "";
}

.jki-enter-light::before {
	content: "";
}

.jki-exit-light::before {
	content: "";
}

.jki-graduation-hat-light::before {
	content: "";
}

.jki-license-light::before {
	content: "";
}

.jki-music-note-light::before {
	content: "";
}

.jki-film-play-light::before {
	content: "";
}

.jki-camera-video-light::before {
	content: "";
}

.jki-camera-light::before {
	content: "";
}

.jki-picture-light::before {
	content: "";
}

.jki-book-light::before {
	content: "";
}

.jki-bookmark-light::before {
	content: "";
}

.jki-user-light::before {
	content: "";
}

.jki-users-light::before {
	content: "";
}

.jki-shirt-light::before {
	content: "";
}

.jki-store-light::before {
	content: "";
}

.jki-cart2-light::before {
	content: "";
}

.jki-tag-light::before {
	content: "";
}

.jki-phone-handset-light::before {
	content: "";
}

.jki-phone-light::before {
	content: "";
}

.jki-pushpin-light::before {
	content: "";
}

.jki-map-marker-light::before {
	content: "";
}

.jki-map-light::before {
	content: "";
}

.jki-location-light::before {
	content: "";
}

.jki-calendar-full-light::before {
	content: "";
}

.jki-keyboard-light::before {
	content: "";
}

.jki-spell-check-light::before {
	content: "";
}

.jki-screen-light::before {
	content: "";
}

.jki-smartphone-light::before {
	content: "";
}

.jki-tablet-light::before {
	content: "";
}

.jki-laptop-light::before {
	content: "";
}

.jki-laptop-phone-light::before {
	content: "";
}

.jki-power-switch-light::before {
	content: "";
}

.jki-bubble-light::before {
	content: "";
}

.jki-heart-pulse-light::before {
	content: "";
}

.jki-construction-light::before {
	content: "";
}

.jki-pie-chart-light::before {
	content: "";
}

.jki-chart-bars-light::before {
	content: "";
}

.jki-gift1-light::before {
	content: "";
}

.jki-diamond1-light::before {
	content: "";
}

.jki-dinner-light::before {
	content: "";
}

.jki-coffee-cup-light::before {
	content: "";
}

.jki-leaf-light::before {
	content: "";
}

.jki-paw-light::before {
	content: "";
}

.jki-rocket-light::before {
	content: "";
}

.jki-briefcase-light::before {
	content: "";
}

.jki-bus-light::before {
	content: "";
}

.jki-car1-light::before {
	content: "";
}

.jki-train-light::before {
	content: "";
}

.jki-bicycle-light::before {
	content: "";
}

.jki-wheelchair-light::before {
	content: "";
}

.jki-select-light::before {
	content: "";
}

.jki-earth-light::before {
	content: "";
}

.jki-smile-light::before {
	content: "";
}

.jki-sad-light::before {
	content: "";
}

.jki-neutral-light::before {
	content: "";
}

.jki-mustache-light::before {
	content: "";
}

.jki-alarm-light::before {
	content: "";
}

.jki-bullhorn-light::before {
	content: "";
}

.jki-volume-high-light::before {
	content: "";
}

.jki-volume-medium-light::before {
	content: "";
}

.jki-volume-low-light::before {
	content: "";
}

.jki-volume-light::before {
	content: "";
}

.jki-mic-light::before {
	content: "";
}

.jki-hourglass-light::before {
	content: "";
}

.jki-undo-light::before {
	content: "";
}

.jki-redo-light::before {
	content: "";
}

.jki-sync-light::before {
	content: "";
}

.jki-history-light::before {
	content: "";
}

.jki-clock1-light::before {
	content: "";
}

.jki-download-light::before {
	content: "";
}

.jki-upload-light::before {
	content: "";
}

.jki-enter-down-light::before {
	content: "";
}

.jki-exit-up-light::before {
	content: "";
}

.jki-bug-light::before {
	content: "";
}

.jki-code-light::before {
	content: "";
}

.jki-link-light::before {
	content: "";
}

.jki-unlink-light::before {
	content: "";
}

.jki-thumbs-up-light::before {
	content: "";
}

.jki-thumbs-down-light::before {
	content: "";
}

.jki-magnifier-light::before {
	content: "";
}

.jki-cross-light::before {
	content: "";
}

.jki-chevron-up-light::before {
	content: "";
}

.jki-chevron-down-light::before {
	content: "";
}

.jki-chevron-left-light::before {
	content: "";
}

.jki-chevron-right-light::before {
	content: "";
}

.jki-arrow-up-light::before {
	content: "";
}

.jki-arrow-down-light::before {
	content: "";
}

.jki-arrow-left-light::before {
	content: "";
}

.jki-arrow-right-light::before {
	content: "";
}

.jki-right-arrow-light::before {
	content: "暈";
}

.jki-left-arrow-light::before {
	content: "壘";
}

.jki-download-arrow-light::before {
	content: "屢";
}

.jki-up-arrow-light::before {
	content: "遼";
}

.jki-arrows-light::before {
	content: "龍";
}

.jki-double-angle-pointing-to-right-light::before {
	content: "雷";
}

.jki-double-left-chevron-light::before {
	content: "賂";
}

.jki-left-arrow2-light::before {
	content: "樓";
}

.jki-right-arrow2-light::before {
	content: "淚";
}

.jki-warning-light::before {
	content: "";
}

.jki-down-arrow1-light::before {
	content: "璉";
}

.jki-up-arrow1-light::before {
	content: "秊";
}

.jki-right-arrow1-light::before {
	content: "練";
}

.jki-left-arrows-light::before {
	content: "聯";
}

.jki-question-circle-light::before {
	content: "";
}

.jki-menu-circle-light::before {
	content: "";
}

.jki-checkmark-circle-light::before {
	content: "";
}

.jki-cross-circle-light::before {
	content: "";
}

.jki-plus-circle-light::before {
	content: "";
}

.jki-move-light::before {
	content: "";
}

.jki-circle-minus-light::before {
	content: "";
}

.jki-arrow-up-circle-light::before {
	content: "";
}

.jki-arrow-down-circle-light::before {
	content: "";
}

.jki-arrow-left-circle-light::before {
	content: "";
}

.jki-arrow-right-circle-light::before {
	content: "";
}

.jki-chevron-up-circle-light::before {
	content: "";
}

.jki-chevron-down-circle-light::before {
	content: "";
}

.jki-chevron-left-circle-light::before {
	content: "";
}

.jki-chevron-right-circle-light::before {
	content: "";
}

.jki-crop-light::before {
	content: "";
}

.jki-frame-expand-light::before {
	content: "";
}

.jki-frame-contract-light::before {
	content: "";
}

.jki-layers-light::before {
	content: "";
}

.jki-funnel-light::before {
	content: "";
}

.jki-text-format-light::before {
	content: "";
}

.jki-text-size-light::before {
	content: "";
}

.jki-bold-light::before {
	content: "";
}

.jki-italic-light::before {
	content: "";
}

.jki-underline-light::before {
	content: "";
}

.jki-strikethrough-light::before {
	content: "";
}

.jki-highlight-light::before {
	content: "";
}

.jki-text-align-left-light::before {
	content: "";
}

.jki-text-align-center-light::before {
	content: "";
}

.jki-text-align-right-light::before {
	content: "";
}

.jki-text-align-justify-light::before {
	content: "";
}

.jki-line-spacing-light::before {
	content: "";
}

.jki-indent-increase-light::before {
	content: "";
}

.jki-indent-decrease-light::before {
	content: "";
}

.jki-page-break-light::before {
	content: "";
}

.jki-hand-light::before {
	content: "";
}

.jki-pointer-up-light::before {
	content: "";
}

.jki-pointer-right-light::before {
	content: "";
}

.jki-pointer-down-light::before {
	content: "";
}

.jki-pointer-left-light::before {
	content: "";
}

.jki-burger-light::before {
	content: "漏";
}

.jki-cakes-light::before {
	content: "累";
}

.jki-cheese-light::before {
	content: "縷";
}

.jki-drink-glass-light::before {
	content: "陋";
}

.jki-pizza-light::before {
	content: "勒";
}

.jki-vplay-light::before {
	content: "肋";
}

.jki-newsletter-light::before {
	content: "凜";
}

.jki-coins-2-light::before {
	content: "凌";
}

.jki-commerce-2-light::before {
	content: "稜";
}

.jki-monitor-light::before {
	content: "綾";
}

.jki-business-light::before {
	content: "菱";
}

.jki-graphic-2-light::before {
	content: "陵";
}

.jki-commerce-1-light::before {
	content: "讀";
}

.jki-hammer-light::before {
	content: "拏";
}

.jki-justice-1-light::before {
	content: "樂";
}

.jki-line-light::before {
	content: "諾";
}

.jki-money-3-light::before {
	content: "丹";
}

.jki-commerce-light::before {
	content: "寧";
}

.jki-agenda-light::before {
	content: "怒";
}

.jki-justice-light::before {
	content: "率";
}

.jki-technology-light::before {
	content: "異";
}

.jki-coins-1-light::before {
	content: "北";
}

.jki-bank-light::before {
	content: "磻";
}

.jki-calculator-light::before {
	content: "便";
}

.jki-soundcloud-light::before {
	content: "復";
}

.jki-chart2-light::before {
	content: "不";
}

.jki-checked-light::before {
	content: "泌";
}

.jki-clock11-light::before {
	content: "數";
}

.jki-comment2-light::before {
	content: "索";
}

.jki-comments-light::before {
	content: "參";
}

.jki-consult-light::before {
	content: "塞";
}

.jki-consut2-light::before {
	content: "省";
}

.jki-deal-light::before {
	content: "葉";
}

.jki-envelope11-light::before {
	content: "說";
}

.jki-folder-light::before {
	content: "殺";
}

.jki-folder2-light::before {
	content: "頻";
}

.jki-invest-light::before {
	content: "辰";
}

.jki-loan-light::before {
	content: "沈";
}

.jki-menu1-light::before {
	content: "";
}

.jki-list1-light::before {
	content: "";
}

.jki-map-marker1-light::before {
	content: "拾";
}

.jki-mutual-fund-light::before {
	content: "若";
}

.jki-google-plus-light::before {
	content: "掠";
}

.jki-phone1-light::before {
	content: "略";
}

.jki-pie-chart1-light::before {
	content: "亮";
}

.jki-play-light::before {
	content: "兩";
}

.jki-savings-light::before {
	content: "凉";
}

.jki-search2-light::before {
	content: "梁";
}

.jki-tag1-light::before {
	content: "糧";
}

.jki-tags-light::before {
	content: "良";
}

.jki-instagram1-light::before {
	content: "諒";
}

.jki-quote-light::before {
	content: "量";
}

.jki-arrow-point-to-down-light::before {
	content: "勵";
}

.jki-play-button-light::before {
	content: "呂";
}

.jki-minus-light::before {
	content: "女";
}

.jki-plus-light::before {
	content: "廬";
}

.jki-tick-light::before {
	content: "旅";
}

.jki-check-light::before {
	content: "絛";
}

.jki-edit-light::before {
	content: "濾";
}

.jki-reply-light::before {
	content: "礪";
}

.jki-cogwheel-outline-light::before {
	content: "閭";
}

.jki-abacus-light::before {
	content: "驪";
}

.jki-abacus1-light::before {
	content: "麗";
}

.jki-agenda1-light::before {
	content: "黎";
}

.jki-shopping-basket-light::before {
	content: "力";
}

.jki-users1-light::before {
	content: "曆";
}

.jki-man-light::before {
	content: "歷";
}

.jki-support1-light::before {
	content: "轢";
}

.jki-favorites-light::before {
	content: "年";
}

.jki-calendar-light::before {
	content: "憐";
}

.jki-paper-plane-light::before {
	content: "戀";
}

.jki-placeholder-light::before {
	content: "撚";
}

.jki-phone-call-light::before {
	content: "漣";
}

.jki-contact-light::before {
	content: "煉";
}

.jki-email-light::before {
	content: "輦";
}

.jki-internet-light::before {
	content: "蓮";
}

.jki-quote1-light::before {
	content: "連";
}

.jki-medical-light::before {
	content: "鍊";
}

.jki-eye1-light::before {
	content: "列";
}

.jki-full-screen-light::before {
	content: "劣";
}

.jki-tools-light::before {
	content: "咽";
}

.jki-pie-chart2-light::before {
	content: "烈";
}

.jki-diamond11-light::before {
	content: "裂";
}

.jki-valentines-heart-light::before {
	content: "說";
}

.jki-like-light::before {
	content: "廉";
}

.jki-team-light::before {
	content: "念";
}

.jki-tshirt-light::before {
	content: "捻";
}

.jki-cancel-light::before {
	content: "殮";
}

.jki-drink-light::before {
	content: "簾";
}

.jki-home1-light::before {
	content: "獵";
}

.jki-music-light::before {
	content: "令";
}

.jki-rich-light::before {
	content: "囹";
}

.jki-brush-light::before {
	content: "寧";
}

.jki-opposite-way-light::before {
	content: "嶺";
}

.jki-cloud-computing1-light::before {
	content: "怜";
}

.jki-technology-1-light::before {
	content: "玲";
}

.jki-rotate-light::before {
	content: "瑩";
}

.jki-medical1-light::before {
	content: "羚";
}

.jki-flash-1-light::before {
	content: "聆";
}

.jki-flash-light::before {
	content: "鈴";
}

.jki-uturn-light::before {
	content: "零";
}

.jki-down-arrow-light::before {
	content: "靈";
}

.jki-hours-support-light::before {
	content: "領";
}

.jki-bag-light::before {
	content: "例";
}

.jki-photo-camera-light::before {
	content: "禮";
}

.jki-school-light::before {
	content: "醴";
}

.jki-settings-light::before {
	content: "隸";
}

.jki-smartphone1-light::before {
	content: "惡";
}

.jki-technology-11-light::before {
	content: "了";
}

.jki-tool-light::before {
	content: "僚";
}

.jki-business1-light::before {
	content: "寮";
}

.jki-shuffle-arrow-light::before {
	content: "尿";
}

.jki-van-1-light::before {
	content: "料";
}

.jki-van-light::before {
	content: "樂";
}

.jki-vegetables-light::before {
	content: "燎";
}

.jki-women-light::before {
	content: "療";
}

.jki-vintage-light::before {
	content: "蓼";
}

.jki-team-1-light::before {
	content: "阮";
}

.jki-team1-light::before {
	content: "劉";
}

.jki-apple-light::before {
	content: "柳";
}

.jki-watch-light::before {
	content: "流";
}

.jki-cogwheel-light::before {
	content: "溜";
}

.jki-light-bulb-light::before {
	content: "琉";
}

.jki-light-bulb-1-light::before {
	content: "留";
}

.jki-heart-shape-outline-light::before {
	content: "硫";
}

.jki-online-shopping-cart-light::before {
	content: "紐";
}

.jki-shopping-cart1-light::before {
	content: "類";
}

.jki-star2-light::before {
	content: "六";
}

.jki-star-1-light::before {
	content: "戮";
}

.jki-favorite1-light::before {
	content: "陸";
}

.jki-agenda2-light::before {
	content: "倫";
}

.jki-agenda-1-light::before {
	content: "崙";
}

.jki-alarm-clock-light::before {
	content: "淪";
}

.jki-alarm-clock1-light::before {
	content: "輪";
}

.jki-atomic-light::before {
	content: "律";
}

.jki-auction-light::before {
	content: "慄";
}

.jki-balance-light::before {
	content: "栗";
}

.jki-balance1-light::before {
	content: "率";
}

.jki-bank1-light::before {
	content: "隆";
}

.jki-bar-chart-light::before {
	content: "利";
}

.jki-barrier-light::before {
	content: "吏";
}

.jki-battery-light::before {
	content: "履";
}

.jki-battery-1-light::before {
	content: "易";
}

.jki-bell-light::before {
	content: "李";
}

.jki-bluetooth-light::before {
	content: "梨";
}

.jki-book1-light::before {
	content: "泥";
}

.jki-briefcase1-light::before {
	content: "理";
}

.jki-briefcase-1-light::before {
	content: "痢";
}

.jki-briefcase-2-light::before {
	content: "罹";
}

.jki-calculator1-light::before {
	content: "裏";
}

.jki-calculator2-light::before {
	content: "裡";
}

.jki-calculator-1-light::before {
	content: "里";
}

.jki-calendar1-light::before {
	content: "離";
}

.jki-calendar2-light::before {
	content: "匿";
}

.jki-calendar-1-light::before {
	content: "溺";
}

.jki-calendar-page-empty-light::before {
	content: "窱";
}

.jki-calendar3-light::before {
	content: "ﮜ";
}

.jki-car11-light::before {
	content: "吝";
}

.jki-carrier-light::before {
	content: "燐";
}

.jki-cash-light::before {
	content: "璘";
}

.jki-chat-light::before {
	content: "藺";
}

.jki-chat-1-light::before {
	content: "隣";
}

.jki-checked1-light::before {
	content: "鱗";
}

.jki-clip-light::before {
	content: "麟";
}

.jki-clip1-light::before {
	content: "林";
}

.jki-clipboard1-light::before {
	content: "淋";
}

.jki-clipboard11-light::before {
	content: "臨";
}

.jki-clock2-light::before {
	content: "立";
}

.jki-clock-1-light::before {
	content: "笠";
}

.jki-cloud11-light::before {
	content: "粒";
}

.jki-cloud-computing11-light::before {
	content: "狀";
}

.jki-cloud-computing-1-light::before {
	content: "炙";
}

.jki-cogwheel1-light::before {
	content: "識";
}

.jki-coins1-light::before {
	content: "什";
}

.jki-compass-light::before {
	content: "茶";
}

.jki-contract-light::before {
	content: "刺";
}

.jki-conversation-light::before {
	content: "切";
}

.jki-crane1-light::before {
	content: "度";
}

.jki-crane-2-light::before {
	content: "拓";
}

.jki-credit-card-light::before {
	content: "糖";
}

.jki-credit-card1-light::before {
	content: "宅";
}

.jki-cursor-light::before {
	content: "洞";
}

.jki-customer-service-light::before {
	content: "暴";
}

.jki-cutlery-light::before {
	content: "輻";
}

.jki-dart-board-light::before {
	content: "行";
}

.jki-decision-making-light::before {
	content: "降";
}

.jki-desk-chair-light::before {
	content: "見";
}

.jki-desk-lamp-light::before {
	content: "廓";
}

.jki-diamond2-light::before {
	content: "兀";
}

.jki-direction-light::before {
	content: "嗀";
}

.jki-document-light::before {
	content: "﨎";
}

.jki-dollar-bill-light::before {
	content: "﨏";
}

.jki-download1-light::before {
	content: "塚";
}

.jki-edit1-light::before {
	content: "﨑";
}

.jki-email1-light::before {
	content: "晴";
}

.jki-envelope2-light::before {
	content: "﨓";
}

.jki-envelope3-light::before {
	content: "﨔";
}

.jki-eraser-light::before {
	content: "凞";
}

.jki-eye2-light::before {
	content: "猪";
}

.jki-factory-light::before {
	content: "益";
}

.jki-fast-forward-light::before {
	content: "礼";
}

.jki-favorites1-light::before {
	content: "神";
}

.jki-file-light::before {
	content: "祥";
}

.jki-file-1-light::before {
	content: "福";
}

.jki-file-2-light::before {
	content: "靖";
}

.jki-file-3-light::before {
	content: "精";
}

.jki-filter-light::before {
	content: "羽";
}

.jki-finance-book-light::before {
	content: "﨟";
}

.jki-flag1-light::before {
	content: "蘒";
}

.jki-folder1-light::before {
	content: "﨡";
}

.jki-folder-1-light::before {
	content: "諸";
}

.jki-folders-light::before {
	content: "﨣";
}

.jki-folders1-light::before {
	content: "﨤";
}

.jki-gamepad-light::before {
	content: "逸";
}

.jki-gift11-light::before {
	content: "都";
}

.jki-growth-light::before {
	content: "﨧";
}

.jki-heart11-light::before {
	content: "﨨";
}

.jki-home2-light::before {
	content: "﨩";
}

.jki-house-light::before {
	content: "飯";
}

.jki-house-1-light::before {
	content: "飼";
}

.jki-house-2-light::before {
	content: "館";
}

.jki-id-card-light::before {
	content: "鶴";
}

.jki-id-card1-light::before {
	content: "郞";
}

.jki-id-card-1-light::before {
	content: "隷";
}

.jki-idea1-light::before {
	content: "侮";
}

.jki-image-light::before {
	content: "僧";
}

.jki-improvement-light::before {
	content: "免";
}

.jki-inbox1-light::before {
	content: "勉";
}

.jki-information-light::before {
	content: "勤";
}

.jki-key-light::before {
	content: "卑";
}

.jki-key1-light::before {
	content: "喝";
}

.jki-laptop1-light::before {
	content: "嘆";
}

.jki-layers1-light::before {
	content: "器";
}

.jki-light-bulb1-light::before {
	content: "塀";
}

.jki-like1-light::before {
	content: "墨";
}

.jki-line-chart1-light::before {
	content: "層";
}

.jki-mail-light::before {
	content: "屮";
}

.jki-manager-light::before {
	content: "悔";
}

.jki-map1-light::before {
	content: "慨";
}

.jki-medal1-light::before {
	content: "憎";
}

.jki-megaphone-light::before {
	content: "懲";
}

.jki-megaphone1-light::before {
	content: "敏";
}

.jki-message-light::before {
	content: "既";
}

.jki-message-1-light::before {
	content: "暑";
}

.jki-message-2-light::before {
	content: "梅";
}

.jki-microphone-light::before {
	content: "海";
}

.jki-money1-light::before {
	content: "渚";
}

.jki-money-bag1-light::before {
	content: "漢";
}

.jki-monitor1-light::before {
	content: "煮";
}

.jki-music1-light::before {
	content: "爫";
}

.jki-next-light::before {
	content: "琢";
}

.jki-open-book1-light::before {
	content: "碑";
}

.jki-padlock-light::before {
	content: "社";
}

.jki-padlock-1-light::before {
	content: "祉";
}

.jki-paint-brush-light::before {
	content: "祈";
}

.jki-pause-light::before {
	content: "祐";
}

.jki-pen-light::before {
	content: "祖";
}

.jki-pencil1-light::before {
	content: "祝";
}

.jki-percentage-light::before {
	content: "禍";
}

.jki-phone-call1-light::before {
	content: "禎";
}

.jki-phone-call2-light::before {
	content: "穀";
}

.jki-photo-camera1-light::before {
	content: "突";
}

.jki-pie-chart3-light::before {
	content: "節";
}

.jki-pipe-light::before {
	content: "練";
}

.jki-placeholder1-light::before {
	content: "縉";
}

.jki-placeholder2-light::before {
	content: "繁";
}

.jki-planet-earth-light::before {
	content: "署";
}

.jki-play-button1-light::before {
	content: "者";
}

.jki-power-button-light::before {
	content: "臭";
}

.jki-presentation-light::before {
	content: "艹";
}

.jki-presentation1-light::before {
	content: "艹";
}

.jki-printer1-light::before {
	content: "著";
}

.jki-push-pin-light::before {
	content: "褐";
}

.jki-push-pin1-light::before {
	content: "視";
}

.jki-refresh-light::before {
	content: "謁";
}

.jki-reload-light::before {
	content: "謹";
}

.jki-return-light::before {
	content: "賓";
}

.jki-rocket-ship-light::before {
	content: "贈";
}

.jki-rss1-light::before {
	content: "辶";
}

.jki-safebox-light::before {
	content: "逸";
}

.jki-safebox1-light::before {
	content: "難";
}

.jki-settings1-light::before {
	content: "響";
}

.jki-settings-2-light::before {
	content: "恵";
}

.jki-sewing-machine-light::before {
	content: "𤋮";
}

.jki-share2-light::before {
	content: "舘";
}

.jki-shield1-light::before {
	content: "﩮";
}

.jki-shield11-light::before {
	content: "﩯";
}

.jki-shopping-light::before {
	content: "並";
}

.jki-shopping-bag-light::before {
	content: "况";
}

.jki-shopping-bag-1-light::before {
	content: "全";
}

.jki-shopping-bag-2-light::before {
	content: "侀";
}

.jki-shopping-cart11-light::before {
	content: "充";
}

.jki-shopping-cart2-light::before {
	content: "冀";
}

.jki-shopping-cart-1-light::before {
	content: "勇";
}

.jki-shopping-cart-2-light::before {
	content: "勺";
}

.jki-shopping-cart-3-light::before {
	content: "喝";
}

.jki-smartphone2-light::before {
	content: "啕";
}

.jki-speaker-light::before {
	content: "喙";
}

.jki-speakers-light::before {
	content: "嗢";
}

.jki-stats-light::before {
	content: "塚";
}

.jki-stats-1-light::before {
	content: "墳";
}

.jki-stats-2-light::before {
	content: "奄";
}

.jki-stats-3-light::before {
	content: "奔";
}

.jki-stats-4-light::before {
	content: "婢";
}

.jki-stats-5-light::before {
	content: "嬨";
}

.jki-stats-6-light::before {
	content: "廒";
}

.jki-sticky-note-light::before {
	content: "廙";
}

.jki-store1-light::before {
	content: "彩";
}

.jki-store-1-light::before {
	content: "徭";
}

.jki-suitcase-light::before {
	content: "惘";
}

.jki-suitcase-1-light::before {
	content: "慎";
}

.jki-tag2-light::before {
	content: "愈";
}

.jki-target-light::before {
	content: "憎";
}

.jki-team2-light::before {
	content: "慠";
}

.jki-tie-light::before {
	content: "懲";
}

.jki-trash1-light::before {
	content: "戴";
}

.jki-trolley-light::before {
	content: "揄";
}

.jki-trolley-1-light::before {
	content: "搜";
}

.jki-trolley-2-light::before {
	content: "摒";
}

.jki-trophy1-light::before {
	content: "敖";
}

.jki-truck1-light::before {
	content: "晴";
}

.jki-truck-1-light::before {
	content: "朗";
}

.jki-truck-2-light::before {
	content: "望";
}

.jki-umbrella-light::before {
	content: "杖";
}

.jki-upload1-light::before {
	content: "歹";
}

.jki-user1-light::before {
	content: "殺";
}

.jki-user-1-light::before {
	content: "流";
}

.jki-user-2-light::before {
	content: "滛";
}

.jki-user-3-light::before {
	content: "滋";
}

.jki-users2-light::before {
	content: "漢";
}

.jki-video-camera-light::before {
	content: "瀞";
}

.jki-voucher-light::before {
	content: "煮";
}

.jki-voucher-1-light::before {
	content: "瞧";
}

.jki-voucher-2-light::before {
	content: "爵";
}

.jki-voucher-3-light::before {
	content: "犯";
}

.jki-voucher-4-light::before {
	content: "猪";
}

.jki-wallet-light::before {
	content: "瑱";
}

.jki-wallet1-light::before {
	content: "甆";
}

.jki-wifi-light::before {
	content: "画";
}

.jki-worker-light::before {
	content: "瘝";
}

.jki-zoom-in-light::before {
	content: "瘟";
}

.jki-zoom-out-light::before {
	content: "益";
}

.jki-burger-menu-light::before {
	content: "視";
}

.jki-squares-light::before {
	content: "盛";
}

.jki-options-light::before {
	content: "直";
}

.jki-apps-light::before {
	content: "睊";
}

.jki-menu-11-light::before {
	content: "着";
}

.jki-menu11-light::before {
	content: "磌";
}

.jki-back_up-light::before {
	content: "節";
}

.jki-cart11-light::before {
	content: "类";
}

.jki-checkmark-light::before {
	content: "練";
}

.jki-dollar-light::before {
	content: "缾";
}

.jki-domian-light::before {
	content: "者";
}

.jki-hosting1-light::before {
	content: "荒";
}

.jki-key2-light::before {
	content: "華";
}

.jki-migration-light::before {
	content: "蝹";
}

.jki-play1-light::before {
	content: "襁";
}

.jki-quote2-light::before {
	content: "覆";
}

.jki-api_setup-light::before {
	content: "調";
}

.jki-coin-light::before {
	content: "諸";
}

.jki-hand_shake-light::before {
	content: "請";
}

.jki-idea_generate-light::before {
	content: "謁";
}

.jki-page_search-light::before {
	content: "諾";
}

.jki-pen_shape-light::before {
	content: "諭";
}

.jki-pencil_art-light::before {
	content: "謹";
}

.jki-review-light::before {
	content: "變";
}

.jki-star-light::before {
	content: "贈";
}

.jki-timing-light::before {
	content: "輸";
}

.jki-trophy-light::before {
	content: "遲";
}

.jki-communication-light::before {
	content: "醙";
}

.jki-money-bag2-light::before {
	content: "鉶";
}

.jki-dentist-light::before {
	content: "陼";
}

.jki-bill-light::before {
	content: "難";
}

.jki-label-light::before {
	content: "靖";
}

.jki-money-light::before {
	content: "韛";
}

.jki-shield-light::before {
	content: "響";
}

.jki-support-light::before {
	content: "頋";
}

.jki-one-light::before {
	content: "頻";
}

.jki-clock-light::before {
	content: "鬒";
}

.jki-cart-light::before {
	content: "龜";
}

.jki-globe-light::before {
	content: "𢡊";
}

.jki-tooth-light::before {
	content: "𢡄";
}

.jki-tooth-1-light::before {
	content: "𣏕";
}

.jki-tooth-2-light::before {
	content: "㮝";
}

.jki-brain-light::before {
	content: "䀘";
}

.jki-view-light::before {
	content: "䀹";
}

.jki-doctor-light::before {
	content: "𥉉";
}

.jki-heart-light::before {
	content: "𥳐";
}

.jki-medicine-light::before {
	content: "𧻓";
}

.jki-stethoscope-light::before {
	content: "齃";
}

.jki-hospital-light::before {
	content: "龎";
}

.jki-clipboard-light::before {
	content: "﫚";
}

.jki-medicine-1-light::before {
	content: "﫛";
}

.jki-hospital-1-light::before {
	content: "﫜";
}

.jki-customer-support-light::before {
	content: "﫝";
}

.jki-brickwall-light::before {
	content: "﫞";
}

.jki-crane2-light::before {
	content: "﫟";
}

.jki-valve-light::before {
	content: "﫡";
}

.jki-safety-light::before {
	content: "﫢";
}

.jki-energy-saving-light::before {
	content: "﫣";
}

.jki-paint-roller-light::before {
	content: "﫤";
}

.jki-paint-brushes-light::before {
	content: "﫥";
}

.jki-construction-tool-vehicle-with-crane-lifting-materials-light::before {
	content: "﫦";
}

.jki-trowel-light::before {
	content: "﫧";
}

.jki-bucket-light::before {
	content: "﫨";
}

.jki-smart-light::before {
	content: "﫩";
}

.jki-repair-light::before {
	content: "﫪";
}

.jki-saw-light::before {
	content: "﫫";
}

.jki-cutter-light::before {
	content: "﫬";
}

.jki-plier-light::before {
	content: "﫭";
}

.jki-drill-light::before {
	content: "﫮";
}

.jki-save-money-light::before {
	content: "﫯";
}

.jki-planting-light::before {
	content: "﫰";
}

.jki-line-chart-light::before {
	content: "﫱";
}

.jki-open-book-light::before {
	content: "﫲";
}

.jki-money-bag3-light::before {
	content: "﫳";
}

.jki-server-light::before {
	content: "﫴";
}

.jki-server-1-light::before {
	content: "﫵";
}

.jki-server-2-light::before {
	content: "﫶";
}

.jki-cloud-computing-light::before {
	content: "﫷";
}

.jki-cloud-light::before {
	content: "﫸";
}

.jki-database-light::before {
	content: "﫹";
}

.jki-computer-light::before {
	content: "﫺";
}

.jki-server-3-light::before {
	content: "﫻";
}

.jki-server-4-light::before {
	content: "﫼";
}

.jki-server-5-light::before {
	content: "﫽";
}

.jki-server-6-light::before {
	content: "﫾";
}

.jki-server-7-light::before {
	content: "﫿";
}

.jki-cloud-1-light::before {
	content: "ﬀ";
}

.jki-server-8-light::before {
	content: "ﬁ";
}

.jki-business-and-finance-light::before {
	content: "ﬂ";
}

.jki-cloud-2-light::before {
	content: "ﬃ";
}

.jki-server-9-light::before {
	content: "ﬄ";
}

.jki-hosting-light::before {
	content: "ﬅ";
}

.jki-car-light::before {
	content: "ﬆ";
}

.jki-car-frontal-view-light::before {
	content: "﬇";
}

.jki-car-1-light::before {
	content: "﬈";
}

.jki-racing-light::before {
	content: "﬉";
}

.jki-car-wheel-light::before {
	content: "﬊";
}

.jki-steering-wheel-light::before {
	content: "﬋";
}

.jki-frontal-taxi-cab-light::before {
	content: "﬌";
}

.jki-taxi-light::before {
	content: "﬍";
}

.jki-cosmetics-light::before {
	content: "﬎";
}

.jki-flower-light::before {
	content: "﬏";
}

.jki-mirror-light::before {
	content: "﬐";
}

.jki-itunes-light::before {
	content: "ﭫ";
}

.jki-salon-light::before {
	content: "﬑";
}

.jki-hair-dryer-light::before {
	content: "﬒";
}

.jki-shampoo-light::before {
	content: "ﬓ";
}

.jki-download-button-light::before {
	content: "喇";
}

.jki-list-light::before {
	content: "ﬔ";
}

.jki-loupe-light::before {
	content: "ﬕ";
}

.jki-search-light::before {
	content: "ﬖ";
}

.jki-search-1-light::before {
	content: "ﬗ";
}

.jki-shopping-cart-light::before {
	content: "﬘";
}

.jki-menu-light::before {
	content: "﬙";
}

.jki-menu-1-light::before {
	content: "﬚";
}

.jki-menu-button-of-three-horizontal-lines-light::before {
	content: "﬛";
}

.jki-menu-2-light::before {
	content: "﬜";
}

.jki-menu-3-light::before {
	content: "יִ";
}

.jki-menu-5-light::before {
	content: "ײַ";
}

.jki-menu-button-light::before {
	content: "ﬠ";
}

.jki-list-1-light::before {
	content: "ﬡ";
}

.jki-menu-6-light::before {
	content: "ﬢ";
}

.jki-menu-7-light::before {
	content: "ﬣ";
}

.jki-menu-8-light::before {
	content: "ﬤ";
}

.jki-list-2-light::before {
	content: "ﬥ";
}

.jki-dot-light::before {
	content: "ﬦ";
}

.jki-menu-9-light::before {
	content: "ﬧ";
}

.jki-search11-light::before {
	content: "ﬨ";
}

.jki-search-minus-light::before {
	content: "﬩";
}

.jki-search-11-light::before {
	content: "שׁ";
}

.jki-search-2-light::before {
	content: "שׂ";
}

.jki-search-3-light::before {
	content: "שּׁ";
}

.jki-magnifying-glass-search-light::before {
	content: "שּׂ";
}

.jki-loupe1-light::before {
	content: "אַ";
}

.jki-speed-light::before {
	content: "אָ";
}

.jki-search21-light::before {
	content: "אּ";
}

.jki-search-4-light::before {
	content: "בּ";
}

.jki-search-5-light::before {
	content: "גּ";
}

.jki-detective-light::before {
	content: "דּ";
}

.jki-cart1-light::before {
	content: "הּ";
}

.jki-buying-on-smartphone-light::before {
	content: "וּ";
}

.jki-badge-light::before {
	content: "זּ";
}

.jki-basket1-light::before {
	content: "﬷";
}

.jki-commerce-and-shopping-light::before {
	content: "טּ";
}

.jki-comment-light::before {
	content: "יּ";
}

.jki-comment-1-light::before {
	content: "ךּ";
}

.jki-share-light::before {
	content: "כּ";
}

.jki-share-1-light::before {
	content: "לּ";
}

.jki-share-2-light::before {
	content: "﬽";
}

.jki-share-3-light::before {
	content: "מּ";
}

.jki-comment1-light::before {
	content: "﬿";
}

.jki-favorite-light::before {
	content: "נּ";
}

.jki-retweet-light::before {
	content: "סּ";
}

.jki-share1-light::before {
	content: "﭂";
}

.jki-facebook-light::before {
	content: "ףּ";
}

.jki-twitter-light::before {
	content: "פּ";
}

.jki-linkedin-light::before {
	content: "﭅";
}

.jki-whatsapp-1-light::before {
	content: "צּ";
}

.jki-dribbble-light::before {
	content: "קּ";
}

.jki-facebook-2-light::before {
	content: "רּ";
}

.jki-twitter1-light::before {
	content: "שּ";
}

.jki-vk-light::before {
	content: "תּ";
}

.jki-youtube-v-light::before {
	content: "וֹ";
}

.jki-vimeo-light::before {
	content: "﫠";
}

.jki-youtube-light::before {
	content: "בֿ";
}

.jki-snapchat-1-light::before {
	content: "כֿ";
}

.jki-behance-light::before {
	content: "פֿ";
}

.jki-github-light::before {
	content: "ﭏ";
}

.jki-pinterest-light::before {
	content: "ﭐ";
}

.jki-spotify-light::before {
	content: "ﭑ";
}

.jki-soundcloud-1-light::before {
	content: "ﭒ";
}

.jki-skype-1-light::before {
	content: "ﭓ";
}

.jki-rss-light::before {
	content: "ﭔ";
}

.jki-reddit-1-light::before {
	content: "ﭕ";
}

.jki-dribbble-1-light::before {
	content: "ﭖ";
}

.jki-wordpress-1-light::before {
	content: "ﭗ";
}

.jki-logo-light::before {
	content: "ﭘ";
}

.jki-dropbox-1-light::before {
	content: "ﭙ";
}

.jki-blogger-1-light::before {
	content: "ﭚ";
}

.jki-photo-light::before {
	content: "ﭛ";
}

.jki-hangouts-light::before {
	content: "ﭜ";
}

.jki-xing-light::before {
	content: "ﭝ";
}

.jki-myspace-light::before {
	content: "ﭞ";
}

.jki-flickr-1-light::before {
	content: "ﭟ";
}

.jki-envato-light::before {
	content: "ﭠ";
}

.jki-picasa-1-light::before {
	content: "ﭡ";
}

.jki-wattpad-light::before {
	content: "ﭢ";
}

.jki-emoji-light::before {
	content: "ﭣ";
}

.jki-deviantart-1-light::before {
	content: "ﭤ";
}

.jki-yahoo-1-light::before {
	content: "ﭥ";
}

.jki-vine-1-light::before {
	content: "ﭦ";
}

.jki-delicious-light::before {
	content: "ﭧ";
}

.jki-kickstarter-1-light::before {
	content: "ﭨ";
}

.jki-stumbleupon-1-light::before {
	content: "ﭩ";
}

.jki-brands-and-logotypes-light::before {
	content: "ﭪ";
}

.jki-instagram-1-light::before {
	content: "ﭬ";
}

.jki-facebook-1-light::before {
	content: "ﭭ";
}

.jki-instagram-2-light::before {
	content: "ﭮ";
}

.jki-twitter-1-light::before {
	content: "ﭯ";
}

.jki-whatsapp-2-light::before {
	content: "ﭰ";
}

.jki-youtube-1-light::before {
	content: "ﭱ";
}

.jki-linkedin-1-light::before {
	content: "ﭲ";
}

.jki-telegram-light::before {
	content: "ﭳ";
}

.jki-github-1-light::before {
	content: "ﭴ";
}

.jki-vk-1-light::before {
	content: "ﭵ";
}

.jki-pinterest-1-light::before {
	content: "ﭶ";
}

.jki-rss-1-light::before {
	content: "ﭷ";
}

.jki-twitch-light::before {
	content: "ﭸ";
}

.jki-snapchat-2-light::before {
	content: "ﭹ";
}

.jki-skype-2-light::before {
	content: "ﭺ";
}

.jki-behance-2-light::before {
	content: "ﭻ";
}

.jki-spotify-1-light::before {
	content: "ﭼ";
}

.jki-periscope-light::before {
	content: "ﭽ";
}

.jki-dribbble-2-light::before {
	content: "ﭾ";
}

.jki-tumblr-1-light::before {
	content: "ﭿ";
}

.jki-soundcloud-2-light::before {
	content: "ﮀ";
}

.jki-google-drive-1-light::before {
	content: "ﮁ";
}

.jki-dropbox-2-light::before {
	content: "ﮂ";
}

.jki-reddit-2-light::before {
	content: "ﮃ";
}

.jki-html-light::before {
	content: "ﮄ";
}

.jki-vimeo-1-light::before {
	content: "ﮅ";
}

.jki-hangout-light::before {
	content: "ﮆ";
}

.jki-blogger-2-light::before {
	content: "ﮇ";
}

.jki-yahoo-2-light::before {
	content: "ﮈ";
}

.jki-path-light::before {
	content: "ﮉ";
}

.jki-yelp-1-light::before {
	content: "ﮊ";
}

.jki-slideshare-light::before {
	content: "ﮋ";
}

.jki-picasa-2-light::before {
	content: "ﮌ";
}

.jki-myspace-1-light::before {
	content: "ﮍ";
}

.jki-flickr-2-light::before {
	content: "ﮎ";
}

.jki-xing-1-light::before {
	content: "ﮏ";
}

.jki-envato-1-light::before {
	content: "ﮐ";
}

.jki-swarm-light::before {
	content: "ﮑ";
}

.jki-wattpad-1-light::before {
	content: "ﮒ";
}

.jki-foursquare-light::before {
	content: "ﮓ";
}

.jki-deviantart-2-light::before {
	content: "ﮔ";
}

.jki-kickstarter-2-light::before {
	content: "ﮕ";
}

.jki-delicious-1-light::before {
	content: "ﮖ";
}

.jki-vine-2-light::before {
	content: "ﮗ";
}

.jki-digg-light::before {
	content: "ﮘ";
}

.jki-bebo-light::before {
	content: "ﮙ";
}

.jki-stumbleupon-2-light::before {
	content: "ﮚ";
}

.jki-forrst-light::before {
	content: "ﮛ";
}

.jki-eye3-light::before {
	content: "ﮝ";
}

.jki-microscope-light::before {
	content: "ﮞ";
}

.jki-Anti-Lock-light::before {
	content: "ﮟ";
}

.jki-apartment-light::before {
	content: "ﮠ";
}

.jki-app-light::before {
	content: "ﮢ";
}

.jki-Aroma-light::before {
	content: "ﮣ";
}

.jki-bamboo-Leaf-light::before {
	content: "ﮥ";
}

.jki-basket-light::before {
	content: "ﮦ";
}

.jki-Battery-light::before {
	content: "ﮧ";
}

.jki-Bettery-light::before {
	content: "ﮨ";
}

.jki-building-light::before {
	content: "ﮩ";
}

.jki-car-2-light::before {
	content: "ﮪ";
}

.jki-Car-light::before {
	content: "ﮫ";
}

.jki-Child-light::before {
	content: "ﮬ";
}

.jki-cityscape-light::before {
	content: "ﮭ";
}

.jki-cleaner-light::before {
	content: "ﮮ";
}

.jki-Coffee-cup-light::before {
	content: "ﮯ";
}

.jki-coins-light::before {
	content: "ﮰ";
}

.jki-Computer-light::before {
	content: "ﮱ";
}

.jki-Consultancy-light::before {
	content: "﮲";
}

.jki-cottage-light::before {
	content: "﮳";
}

.jki-crane-light::before {
	content: "﮴";
}

.jki-Custom-api-light::before {
	content: "﮵";
}

.jki-customer-support-2-light::before {
	content: "﮶";
}

.jki-Design-2-light::before {
	content: "﮷";
}

.jki-Design-3-light::before {
	content: "﮸";
}

.jki-design-light::before {
	content: "﮹";
}

.jki-diamond-light::before {
	content: "﮺";
}

.jki-diploma-light::before {
	content: "﮻";
}

.jki-Document-Search-light::before {
	content: "﮼";
}

.jki-Download-light::before {
	content: "﮽";
}

.jki-drilling-light::before {
	content: "﮾";
}

.jki-engine-light::before {
	content: "﮿";
}

.jki-engineer-light::before {
	content: "﯀";
}

.jki-envelope-light::before {
	content: "﯁";
}

.jki-Family-light::before {
	content: "﯂";
}

.jki-friendship-light::before {
	content: "﯃";
}

.jki-gift-light::before {
	content: "﯄";
}

.jki-graph-2-light::before {
	content: "﯅";
}

.jki-graph-light::before {
	content: "﯆";
}

.jki-hamburger-2-light::before {
	content: "﯇";
}

.jki-handshake-light::before {
	content: "﯈";
}

.jki-Helmet-light::before {
	content: "﯉";
}

.jki-hot-Stone-2-light::before {
	content: "﯊";
}

.jki-hot-stone-light::before {
	content: "﯋";
}

.jki-idea-light::before {
	content: "﯌";
}

.jki-Leaf-light::before {
	content: "﯍";
}

.jki-management-light::before {
	content: "﯎";
}

.jki-Massage-table-light::before {
	content: "﯏";
}

.jki-Mechanic-light::before {
	content: "﯐";
}

.jki-Money-2-light::before {
	content: "﯒";
}

.jki-money-bag-light::before {
	content: "ﯓ";
}

.jki-Money-light::before {
	content: "ﯔ";
}

.jki-oil-bottle-light::before {
	content: "ﯕ";
}

.jki-Physiotherapy-light::before {
	content: "ﯖ";
}

.jki-Profile-light::before {
	content: "ﯗ";
}

.jki-Rating-light::before {
	content: "ﯘ";
}

.jki-right-mark-light::before {
	content: "ﯙ";
}

.jki-rings-light::before {
	content: "ﯚ";
}

.jki-Safe-house-light::before {
	content: "ﯛ";
}

.jki-Scan-light::before {
	content: "ﯜ";
}

.jki-social-care-light::before {
	content: "ﯝ";
}

.jki-Speed-Clock-light::before {
	content: "ﯞ";
}

.jki-stopwatch-light::before {
	content: "ﯟ";
}

.jki-Support-2-light::before {
	content: "ﯠ";
}

.jki-target-2-light::before {
	content: "ﯡ";
}

.jki-Target-light::before {
	content: "ﯢ";
}

.jki-tripod-light::before {
	content: "ﯣ";
}

.jki-truck-light::before {
	content: "ﯤ";
}

.jki-university-light::before {
	content: "ﯥ";
}

.jki-User-light::before {
	content: "ﯦ";
}

.jki-Web-Portals-light::before {
	content: "ﯧ";
}

.jki-window-light::before {
	content: "ﯨ";
}

.jki-ek_line_icon-light::before {
	content: "ﯩ";
}

.jki-ek_stroke_icon-light::before {
	content: "ﮡ";
}

.jki-ekit-light::before {
	content: "磊";
}

.jki-elements-kit-logo-light::before {
	content: "懶";
}

.jki-degree-image-light::before {
	content: "豈";
}

.jki-accordion-light::before {
	content: "更";
}

.jki-animated-flip-box-light::before {
	content: "車";
}

.jki-animated-text-light::before {
	content: "賈";
}

.jki-brands-light::before {
	content: "滑";
}

.jki-business-hour-light::before {
	content: "串";
}

.jki-button-light::before {
	content: "句";
}

.jki-carousel-light::before {
	content: "龜";
}

.jki-Circle-progress-light::before {
	content: "龜";
}

.jki-contact-form-light::before {
	content: "契";
}

.jki-countdown-timer-light::before {
	content: "金";
}

.jki-dropbar-light::before {
	content: "奈";
}

.jki-faq-light::before {
	content: "癩";
}

.jki-full-width-scroll-light::before {
	content: "羅";
}

.jki-google-map-light::before {
	content: "蘿";
}

.jki-heading-style-light::before {
	content: "螺";
}

.jki-help-desk-light::before {
	content: "裸";
}

.jki-horizontal-timeline-light::before {
	content: "邏";
}

.jki-iframe-light::before {
	content: "樂";
}

.jki-image-comparison-light::before {
	content: "洛";
}

.jki-image-gallery-light::before {
	content: "烙";
}

.jki-image-justify-light::before {
	content: "珞";
}

.jki-image-magnifier-light::before {
	content: "落";
}

.jki-image-masonry-light::before {
	content: "酪";
}

.jki-inline-svg-light::before {
	content: "駱";
}

.jki-instagram-light::before {
	content: "亂";
}

.jki-listing-light::before {
	content: "卵";
}

.jki-music-player-light::before {
	content: "欄";
}

.jki-news-ticker-light::before {
	content: "爛";
}

.jki-off-canvus-menu-light::before {
	content: "蘭";
}

.jki-parallax-light::before {
	content: "鸞";
}

.jki-portfolio-light::before {
	content: "嵐";
}

.jki-post-banner-light::before {
	content: "濫";
}

.jki-post-carousel-light::before {
	content: "藍";
}

.jki-post-grid-light::before {
	content: "襤";
}

.jki-post-slider-light::before {
	content: "拉";
}

.jki-pricing-list-light::before {
	content: "臘";
}

.jki-pricing-table-light::before {
	content: "蠟";
}

.jki-product-featured-light::before {
	content: "廊";
}

.jki-product-image-light::before {
	content: "朗";
}

.jki-product-recent-light::before {
	content: "浪";
}

.jki-product-sale-light::before {
	content: "狼";
}

.jki-product-top-rated-light::before {
	content: "郎";
}

.jki-product-top-seller-light::before {
	content: "來";
}

.jki-progress-bar-light::before {
	content: "冷";
}

.jki-protected-content-v2-light::before {
	content: "勞";
}

.jki-protected-content-v3-light::before {
	content: "擄";
}

.jki-protected-content-light::before {
	content: "櫓";
}

.jki-qr_code-light::before {
	content: "爐";
}

.jki-scroll-button-light::before {
	content: "盧";
}

.jki-search1-light::before {
	content: "老";
}

.jki-service-light::before {
	content: "蘆";
}

.jki-slider-image-light::before {
	content: "虜";
}

.jki-social-share-light::before {
	content: "路";
}

.jki-subscribe-light::before {
	content: "露";
}

.jki-tab-light::before {
	content: "魯";
}

.jki-table-light::before {
	content: "鷺";
}

.jki-team-join-light::before {
	content: "碌";
}

.jki-team-member-light::before {
	content: "祿";
}

.jki-testimonial-carousel-light::before {
	content: "綠";
}

.jki-testimonial-grid-light::before {
	content: "菉";
}

.jki-testimonial-quote-light::before {
	content: "錄";
}

.jki-testimonial-slider-light::before {
	content: "鹿";
}

.jki-toggle-light::before {
	content: "論";
}

.jki-user-login-light::before {
	content: "壟";
}

.jki-user-registration-light::before {
	content: "弄";
}

.jki-vertical-timeline-light::before {
	content: "籠";
}

.jki-video-player-light::before {
	content: "聾";
}

.jki-weather-light::before {
	content: "牢";
}

.jki-badge:before {
	content: "";
}

.jki-balance-scale:before {
	content: "";
}

.jki-diagonal-arrow-1:before {
	content: "";
}

.jki-diagonal-arrow-2:before {
	content: "";
}

.jki-diagonal-arrow-3:before {
	content: "";
}

.jki-diagonal-arrow-4:before {
	content: "";
}

.jki-diagonal-arrow-5:before {
	content: "";
}

.jki-diagonal-arrow-6:before {
	content: "";
}

.jki-diagonal-arrow-7:before {
	content: "";
}

.jki-diagonal-arrow-8:before {
	content: "";
}

.jki-diagonal-arrow-9:before {
	content: "";
}

.jki-diagonal-arrow-10:before {
	content: "";
}

.jki-diagonal-arrow-11:before {
	content: "";
}

.jki-diagonal-arrow-12:before {
	content: "";
}

.jki-diagonal-arrow-13:before {
	content: "";
}

.jki-diagonal-arrow-14:before {
	content: "";
}

.jki-diagonal-arrow-15:before {
	content: "";
}

.jki-diagonal-arrow:before {
	content: "";
}

.jki-down-arrow-1:before {
	content: "";
}

.jki-down-arrow-2:before {
	content: "";
}

.jki-down-arrow-3:before {
	content: "";
}

.jki-down-arrow-4:before {
	content: "";
}

.jki-down-arrow-5:before {
	content: "";
}

.jki-down-arrow-6:before {
	content: "";
}

.jki-down-arrow-7:before {
	content: "";
}

.jki-down-arrow-8:before {
	content: "";
}

.jki-down-arrow-9:before {
	content: "";
}

.jki-down-arrow-10:before {
	content: "";
}

.jki-down-arrow-11:before {
	content: "";
}

.jki-down-arrow:before {
	content: "";
}

.jki-left-arrow-1:before {
	content: "";
}

.jki-left-arrow-2:before {
	content: "";
}

.jki-left-arrow-3:before {
	content: "";
}

.jki-left-arrow-4:before {
	content: "";
}

.jki-left-arrow-5:before {
	content: "";
}

.jki-left-arrow-6:before {
	content: "";
}

.jki-left-arrow-7:before {
	content: "";
}

.jki-left-arrow-8:before {
	content: "";
}

.jki-left-arrow-9:before {
	content: "";
}

.jki-left-arrow-10:before {
	content: "";
}

.jki-left-arrow-11:before {
	content: "";
}

.jki-left-arrow-12:before {
	content: "";
}

.jki-left-arrow-13:before {
	content: "";
}

.jki-left-arrow-14:before {
	content: "";
}

.jki-left-arrow:before {
	content: "";
}

.jki-medal:before {
	content: "";
}

.jki-play-button:before {
	content: "";
}

.jki-play:before {
	content: "";
}

.jki-right-arrow-1:before {
	content: "";
}

.jki-right-arrow-2:before {
	content: "";
}

.jki-right-arrow-3:before {
	content: "";
}

.jki-right-arrow-4:before {
	content: "";
}

.jki-right-arrow-5:before {
	content: "";
}

.jki-right-arrow-6:before {
	content: "";
}

.jki-right-arrow-7:before {
	content: "";
}

.jki-right-arrow-8:before {
	content: "";
}

.jki-right-arrow-9:before {
	content: "";
}

.jki-right-arrow-10:before {
	content: "";
}

.jki-right-arrow-11:before {
	content: "";
}

.jki-right-arrow-12:before {
	content: "";
}

.jki-right-arrow-13:before {
	content: "";
}

.jki-right-arrow-14:before {
	content: "";
}

.jki-right-arrow:before {
	content: "";
}

.jki-suitcase:before {
	content: "";
}

.jki-up-arrow-1:before {
	content: "";
}

.jki-up-arrow-2:before {
	content: "";
}

.jki-up-arrow-3:before {
	content: "";
}

.jki-up-arrow-4:before {
	content: "";
}

.jki-up-arrow-5:before {
	content: "";
}

.jki-up-arrow-6:before {
	content: "";
}

.jki-up-arrow-7:before {
	content: "";
}

.jki-up-arrow-8:before {
	content: "";
}

.jki-up-arrow-9:before {
	content: "";
}

.jki-up-arrow-10:before {
	content: "";
}

.jki-up-arrow-11:before {
	content: "";
}

.jki-up-arrow:before {
	content: "";
}

.lnr {
	font-family: "Linearicons-Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "";
}

.lnr-apartment:before {
	content: "";
}

.lnr-pencil:before {
	content: "";
}

.lnr-magic-wand:before {
	content: "";
}

.lnr-drop:before {
	content: "";
}

.lnr-lighter:before {
	content: "";
}

.lnr-poop:before {
	content: "";
}

.lnr-sun:before {
	content: "";
}

.lnr-moon:before {
	content: "";
}

.lnr-cloud:before {
	content: "";
}

.lnr-cloud-upload:before {
	content: "";
}

.lnr-cloud-download:before {
	content: "";
}

.lnr-cloud-sync:before {
	content: "";
}

.lnr-cloud-check:before {
	content: "";
}

.lnr-database:before {
	content: "";
}

.lnr-lock:before {
	content: "";
}

.lnr-cog:before {
	content: "";
}

.lnr-trash:before {
	content: "";
}

.lnr-dice:before {
	content: "";
}

.lnr-heart:before {
	content: "";
}

.lnr-star:before {
	content: "";
}

.lnr-star-half:before {
	content: "";
}

.lnr-star-empty:before {
	content: "";
}

.lnr-flag:before {
	content: "";
}

.lnr-envelope:before {
	content: "";
}

.lnr-paperclip:before {
	content: "";
}

.lnr-inbox:before {
	content: "";
}

.lnr-eye:before {
	content: "";
}

.lnr-printer:before {
	content: "";
}

.lnr-file-empty:before {
	content: "";
}

.lnr-file-add:before {
	content: "";
}

.lnr-enter:before {
	content: "";
}

.lnr-exit:before {
	content: "";
}

.lnr-graduation-hat:before {
	content: "";
}

.lnr-license:before {
	content: "";
}

.lnr-music-note:before {
	content: "";
}

.lnr-film-play:before {
	content: "";
}

.lnr-camera-video:before {
	content: "";
}

.lnr-camera:before {
	content: "";
}

.lnr-picture:before {
	content: "";
}

.lnr-book:before {
	content: "";
}

.lnr-bookmark:before {
	content: "";
}

.lnr-user:before {
	content: "";
}

.lnr-users:before {
	content: "";
}

.lnr-shirt:before {
	content: "";
}

.lnr-store:before {
	content: "";
}

.lnr-cart:before {
	content: "";
}

.lnr-tag:before {
	content: "";
}

.lnr-phone-handset:before {
	content: "";
}

.lnr-phone:before {
	content: "";
}

.lnr-pushpin:before {
	content: "";
}

.lnr-map-marker:before {
	content: "";
}

.lnr-map:before {
	content: "";
}

.lnr-location:before {
	content: "";
}

.lnr-calendar-full:before {
	content: "";
}

.lnr-keyboard:before {
	content: "";
}

.lnr-spell-check:before {
	content: "";
}

.lnr-screen:before {
	content: "";
}

.lnr-smartphone:before {
	content: "";
}

.lnr-tablet:before {
	content: "";
}

.lnr-laptop:before {
	content: "";
}

.lnr-laptop-phone:before {
	content: "";
}

.lnr-power-switch:before {
	content: "";
}

.lnr-bubble:before {
	content: "";
}

.lnr-heart-pulse:before {
	content: "";
}

.lnr-construction:before {
	content: "";
}

.lnr-pie-chart:before {
	content: "";
}

.lnr-chart-bars:before {
	content: "";
}

.lnr-gift:before {
	content: "";
}

.lnr-diamond:before {
	content: "";
}

.lnr-linearicons:before {
	content: "";
}

.lnr-dinner:before {
	content: "";
}

.lnr-coffee-cup:before {
	content: "";
}

.lnr-leaf:before {
	content: "";
}

.lnr-paw:before {
	content: "";
}

.lnr-rocket:before {
	content: "";
}

.lnr-briefcase:before {
	content: "";
}

.lnr-bus:before {
	content: "";
}

.lnr-car:before {
	content: "";
}

.lnr-train:before {
	content: "";
}

.lnr-bicycle:before {
	content: "";
}

.lnr-wheelchair:before {
	content: "";
}

.lnr-select:before {
	content: "";
}

.lnr-earth:before {
	content: "";
}

.lnr-smile:before {
	content: "";
}

.lnr-sad:before {
	content: "";
}

.lnr-neutral:before {
	content: "";
}

.lnr-mustache:before {
	content: "";
}

.lnr-alarm:before {
	content: "";
}

.lnr-bullhorn:before {
	content: "";
}

.lnr-volume-high:before {
	content: "";
}

.lnr-volume-medium:before {
	content: "";
}

.lnr-volume-low:before {
	content: "";
}

.lnr-volume:before {
	content: "";
}

.lnr-mic:before {
	content: "";
}

.lnr-hourglass:before {
	content: "";
}

.lnr-undo:before {
	content: "";
}

.lnr-redo:before {
	content: "";
}

.lnr-sync:before {
	content: "";
}

.lnr-history:before {
	content: "";
}

.lnr-clock:before {
	content: "";
}

.lnr-download:before {
	content: "";
}

.lnr-upload:before {
	content: "";
}

.lnr-enter-down:before {
	content: "";
}

.lnr-exit-up:before {
	content: "";
}

.lnr-bug:before {
	content: "";
}

.lnr-code:before {
	content: "";
}

.lnr-link:before {
	content: "";
}

.lnr-unlink:before {
	content: "";
}

.lnr-thumbs-up:before {
	content: "";
}

.lnr-thumbs-down:before {
	content: "";
}

.lnr-magnifier:before {
	content: "";
}

.lnr-cross:before {
	content: "";
}

.lnr-menu:before {
	content: "";
}

.lnr-list:before {
	content: "";
}

.lnr-chevron-up:before {
	content: "";
}

.lnr-chevron-down:before {
	content: "";
}

.lnr-chevron-left:before {
	content: "";
}

.lnr-chevron-right:before {
	content: "";
}

.lnr-arrow-up:before {
	content: "";
}

.lnr-arrow-down:before {
	content: "";
}

.lnr-arrow-left:before {
	content: "";
}

.lnr-arrow-right:before {
	content: "";
}

.lnr-move:before {
	content: "";
}

.lnr-warning:before {
	content: "";
}

.lnr-question-circle:before {
	content: "";
}

.lnr-menu-circle:before {
	content: "";
}

.lnr-checkmark-circle:before {
	content: "";
}

.lnr-cross-circle:before {
	content: "";
}

.lnr-plus-circle:before {
	content: "";
}

.lnr-circle-minus:before {
	content: "";
}

.lnr-arrow-up-circle:before {
	content: "";
}

.lnr-arrow-down-circle:before {
	content: "";
}

.lnr-arrow-left-circle:before {
	content: "";
}

.lnr-arrow-right-circle:before {
	content: "";
}

.lnr-chevron-up-circle:before {
	content: "";
}

.lnr-chevron-down-circle:before {
	content: "";
}

.lnr-chevron-left-circle:before {
	content: "";
}

.lnr-chevron-right-circle:before {
	content: "";
}

.lnr-crop:before {
	content: "";
}

.lnr-frame-expand:before {
	content: "";
}

.lnr-frame-contract:before {
	content: "";
}

.lnr-layers:before {
	content: "";
}

.lnr-funnel:before {
	content: "";
}

.lnr-text-format:before {
	content: "";
}

.lnr-text-format-remove:before {
	content: "";
}

.lnr-text-size:before {
	content: "";
}

.lnr-bold:before {
	content: "";
}

.lnr-italic:before {
	content: "";
}

.lnr-underline:before {
	content: "";
}

.lnr-strikethrough:before {
	content: "";
}

.lnr-highlight:before {
	content: "";
}

.lnr-text-align-left:before {
	content: "";
}

.lnr-text-align-center:before {
	content: "";
}

.lnr-text-align-right:before {
	content: "";
}

.lnr-text-align-justify:before {
	content: "";
}

.lnr-line-spacing:before {
	content: "";
}

.lnr-indent-increase:before {
	content: "";
}

.lnr-indent-decrease:before {
	content: "";
}

.lnr-pilcrow:before {
	content: "";
}

.lnr-direction-ltr:before {
	content: "";
}

.lnr-direction-rtl:before {
	content: "";
}

.lnr-page-break:before {
	content: "";
}

.lnr-sort-alpha-asc:before {
	content: "";
}

.lnr-sort-amount-asc:before {
	content: "";
}

.lnr-hand:before {
	content: "";
}

.lnr-pointer-up:before {
	content: "";
}

.lnr-pointer-right:before {
	content: "";
}

.lnr-pointer-down:before {
	content: "";
}

.lnr-pointer-left:before {
	content: "";
}

/*! elementor-pro - v4.0.0 - 20-04-2026 */
.elementor-search-form {
	display: block;
	transition: .2s;
}

.elementor-search-form .e-font-icon-svg-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.elementor-search-form button, .elementor-search-form input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	margin: 0;
	min-width: 0;
	padding: 0;
	vertical-align: middle;
	white-space: normal;
}

.elementor-search-form button:focus, .elementor-search-form input[type=search]:focus {
	color: inherit;
	outline: 0;
}

.elementor-search-form button {
	background-color: #69727d;
	border-radius: 0;
	color: #fff;
	font-size: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form__container {
	border: 0 solid transparent;
	display: flex;
	min-height: 50px;
	overflow: hidden;
	transition: .2s;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: #f1f2f3;
}

.elementor-search-form__input {
	color: #3f444b;
	flex-basis: 100%;
	transition: color .2s;
}

.elementor-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__submit {
	font-size: var(--e-search-form-submit-icon-size, 16px);
	transition: color .2s, background .2s;
}

.elementor-search-form__submit svg {
	fill: var(--e-search-form-submit-text-color, #fff);
	height: var(--e-search-form-submit-icon-size, 16px);
	width: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form .elementor-search-form__submit, .elementor-search-form .elementor-search-form__submit:hover {
	border: none;
	border-radius: 0;
	color: var(--e-search-form-submit-text-color, #fff);
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	flex-shrink: 0;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	align-items: center;
	color: #3f444b;
	display: flex;
	fill: #3f444b;
	font-size: var(--e-search-form-icon-size-minimal, 15px);
	justify-content: flex-end;
	opacity: .6;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
	height: var(--e-search-form-icon-size-minimal, 15px);
	width: var(--e-search-form-icon-size-minimal, 15px);
}

.elementor-search-form--skin-minimal:focus-within {
	outline-style: solid;
	outline-width: 2px;
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	border: solid #fff;
	border-width: 0 0 1px;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	color: var(--e-search-form-toggle-color, #33373d);
	cursor: pointer;
	display: inline-block;
	font-size: var(--e-search-form-toggle-size, 33px);
	vertical-align: middle;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05));
	border-color: var(--e-search-form-toggle-color, #33373d);
	border-radius: var(--e-search-form-toggle-border-radius, 3px);
	border-style: solid;
	border-width: var(--e-search-form-toggle-border-width, 0);
	display: block;
	height: var(--e-search-form-toggle-size, 33px);
	position: relative;
	transition: .2s;
	width: var(--e-search-form-toggle-size, 33px);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	font-size: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
	fill: var(--e-search-form-toggle-color, #33373d);
	height: var(--e-search-form-toggle-icon-size, .55em);
	width: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	height: 100vh;
	inset: 0;
	padding: 0 15%;
	position: fixed;
	transition: .3s;
	z-index: 9998;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	opacity: 0;
	overflow: hidden;
	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-pro - v4.0.0 - 20-04-2026 */
.e-lottie__container {
	display: inline-block;
	max-width: var(--lottie-container-max-width);
	opacity: var(--lottie-container-opacity);
	width: var(--lottie-container-width);
}

.e-lottie__container:hover {
	opacity: var(--lottie-container-opacity-hover);
	transition-duration: var(--lottie-container-transition-duration-hover);
}

.e-lottie__container svg, .e-lottie__container svg * {
	transition: none !important;
}

.e-lottie__caption {
	color: var(--caption-color);
	margin-top: var(--caption-margin-top);
	text-align: var(--caption-text-align);
}

@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;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
	transition-duration: 1s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
}

@media (prefers-reduced-motion:reduce) {
	.elementor-motion-effects-element, .elementor-motion-effects-layer {
		transition-duration: 0s !important;
	}
}

.elementor-motion-effects-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	width: 100%;
}

.elementor-motion-effects-layer {
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
}

.elementor-motion-effects-perspective {
	perspective: 1200px;
}

.elementor-motion-effects-element {
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.elementor-alert {
	border-inline-start: 5px solid transparent;
	padding: 15px;
	position: relative;
	text-align: start;
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700;
}

.elementor-alert .elementor-alert-description {
	font-size: 13px;
}

.elementor-alert button.elementor-alert-dismiss {
	background: transparent;
	border: none;
	color: var(--dismiss-icon-normal-color, inherit);
	cursor: pointer;
	font-size: var(--dismiss-icon-size, 20px);
	inset-block-start: var(--dismiss-icon-vertical-position, 10px);
	inset-inline-end: var(--dismiss-icon-horizontal-position, 10px);
	line-height: 1;
	padding: 3px;
	position: absolute;
	transition-duration: var(--dismiss-icon-hover-transition-duration, .3s);
}

.elementor-alert button.elementor-alert-dismiss:hover {
	color: var(--dismiss-icon-hover-color, inherit);
}

.elementor-alert button.elementor-alert-dismiss svg {
	fill: var(--dismiss-icon-normal-color, currentColor);
	height: var(--dismiss-icon-size, 20px);
	transition-duration: var(--dismiss-icon-hover-transition-duration, .3s);
	width: var(--dismiss-icon-size, 20px);
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
	fill: var(--dismiss-icon-hover-color, currentColor);
}

.elementor-alert-info .elementor-alert {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f;
}

.elementor-alert-success .elementor-alert {
	background-color: #dff0d8;
	border-color: #cae6be;
	color: #3c763d;
}

.elementor-alert-warning .elementor-alert {
	background-color: #fcf8e3;
	border-color: #f9f0c3;
	color: #8a6d3b;
}

.elementor-alert-danger .elementor-alert {
	background-color: #f2dede;
	border-color: #e8c4c4;
	color: #a94442;
}

@media (max-width:767px) {
	.elementor-alert {
		padding: 10px;
	}
	
	.elementor-alert button.elementor-alert-dismiss {
		inset-block-start: 7px;
		inset-inline-end: 7px;
	}
}

[data-icon]:before {
	font-family: ElegantIcons;
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.arrow_up:before {
	content: "!";
}

.arrow_down:before {
	content: "\"";
}

.arrow_left:before {
	content: "#";
}

.arrow_right:before {
	content: "$";
}

.arrow_left-up:before {
	content: "%";
}

.arrow_right-up:before {
	content: "&";
}

.arrow_right-down:before {
	content: "'";
}

.arrow_left-down:before {
	content: "(";
}

.arrow-up-down:before {
	content: ")";
}

.arrow_up-down_alt:before {
	content: "*";
}

.arrow_left-right_alt:before {
	content: "+";
}

.arrow_left-right:before {
	content: ",";
}

.arrow_expand_alt2:before {
	content: "-";
}

.arrow_expand_alt:before {
	content: ".";
}

.arrow_condense:before {
	content: "/";
}

.arrow_expand:before {
	content: "0";
}

.arrow_move:before {
	content: "1";
}

.arrow_carrot-up:before {
	content: "2";
}

.arrow_carrot-down:before {
	content: "3";
}

.arrow_carrot-left:before {
	content: "4";
}

.arrow_carrot-right:before {
	content: "5";
}

.arrow_carrot-2up:before {
	content: "6";
}

.arrow_carrot-2down:before {
	content: "7";
}

.arrow_carrot-2left:before {
	content: "8";
}

.arrow_carrot-2right:before {
	content: "9";
}

.arrow_carrot-up_alt2:before {
	content: ":";
}

.arrow_carrot-down_alt2:before {
	content: ";";
}

.arrow_carrot-left_alt2:before {
	content: "<";
}

.arrow_carrot-right_alt2:before {
	content: "=";
}

.arrow_carrot-2up_alt2:before {
	content: ">";
}

.arrow_carrot-2down_alt2:before {
	content: "?";
}

.arrow_carrot-2left_alt2:before {
	content: "@";
}

.arrow_carrot-2right_alt2:before {
	content: "A";
}

.arrow_triangle-up:before {
	content: "B";
}

.arrow_triangle-down:before {
	content: "C";
}

.arrow_triangle-left:before {
	content: "D";
}

.arrow_triangle-right:before {
	content: "E";
}

.arrow_triangle-up_alt2:before {
	content: "F";
}

.arrow_triangle-down_alt2:before {
	content: "G";
}

.arrow_triangle-left_alt2:before {
	content: "H";
}

.arrow_triangle-right_alt2:before {
	content: "I";
}

.arrow_back:before {
	content: "J";
}

.icon_minus-06:before {
	content: "K";
}

.icon_plus:before {
	content: "L";
}

.icon_close:before {
	content: "M";
}

.icon_check:before {
	content: "N";
}

.icon_minus_alt2:before {
	content: "O";
}

.icon_plus_alt2:before {
	content: "P";
}

.icon_close_alt2:before {
	content: "Q";
}

.icon_check_alt2:before {
	content: "R";
}

.icon_zoom-out_alt:before {
	content: "S";
}

.icon_zoom-in_alt:before {
	content: "T";
}

.icon_search:before {
	content: "U";
}

.icon_box-empty:before {
	content: "V";
}

.icon_box-selected:before {
	content: "W";
}

.icon_minus-box:before {
	content: "X";
}

.icon_plus-box:before {
	content: "Y";
}

.icon_box-checked:before {
	content: "Z";
}

.icon_circle-empty:before {
	content: "[";
}

.icon_circle-slelected:before {
	content: "\\";
}

.icon_stop_alt2:before {
	content: "]";
}

.icon_stop:before {
	content: "^";
}

.icon_pause_alt2:before {
	content: "_";
}

.icon_pause:before {
	content: "`";
}

.icon_menu:before {
	content: "a";
}

.icon_menu-square_alt2:before {
	content: "b";
}

.icon_menu-circle_alt2:before {
	content: "c";
}

.icon_ul:before {
	content: "d";
}

.icon_ol:before {
	content: "e";
}

.icon_adjust-horiz:before {
	content: "f";
}

.icon_adjust-vert:before {
	content: "g";
}

.icon_document_alt:before {
	content: "h";
}

.icon_documents_alt:before {
	content: "i";
}

.icon_pencil:before {
	content: "j";
}

.icon_pencil-edit_alt:before {
	content: "k";
}

.icon_pencil-edit:before {
	content: "l";
}

.icon_folder-alt:before {
	content: "m";
}

.icon_folder-open_alt:before {
	content: "n";
}

.icon_folder-add_alt:before {
	content: "o";
}

.icon_info_alt:before {
	content: "p";
}

.icon_error-oct_alt:before {
	content: "q";
}

.icon_error-circle_alt:before {
	content: "r";
}

.icon_error-triangle_alt:before {
	content: "s";
}

.icon_question_alt2:before {
	content: "t";
}

.icon_question:before {
	content: "u";
}

.icon_comment_alt:before {
	content: "v";
}

.icon_chat_alt:before {
	content: "w";
}

.icon_vol-mute_alt:before {
	content: "x";
}

.icon_volume-low_alt:before {
	content: "y";
}

.icon_volume-high_alt:before {
	content: "z";
}

.icon_quotations:before {
	content: "{";
}

.icon_quotations_alt2:before {
	content: "|";
}

.icon_clock_alt:before {
	content: "}";
}

.icon_lock_alt:before {
	content: "~";
}

.icon_lock-open_alt:before {
	content: "";
}

.icon_key_alt:before {
	content: "";
}

.icon_cloud_alt:before {
	content: "";
}

.icon_cloud-upload_alt:before {
	content: "";
}

.icon_cloud-download_alt:before {
	content: "";
}

.icon_image:before {
	content: "";
}

.icon_images:before {
	content: "";
}

.icon_lightbulb_alt:before {
	content: "";
}

.icon_gift_alt:before {
	content: "";
}

.icon_house_alt:before {
	content: "";
}

.icon_genius:before {
	content: "";
}

.icon_mobile:before {
	content: "";
}

.icon_tablet:before {
	content: "";
}

.icon_laptop:before {
	content: "";
}

.icon_desktop:before {
	content: "";
}

.icon_camera_alt:before {
	content: "";
}

.icon_mail_alt:before {
	content: "";
}

.icon_cone_alt:before {
	content: "";
}

.icon_ribbon_alt:before {
	content: "";
}

.icon_bag_alt:before {
	content: "";
}

.icon_creditcard:before {
	content: "";
}

.icon_cart_alt:before {
	content: "";
}

.icon_paperclip:before {
	content: "";
}

.icon_tag_alt:before {
	content: "";
}

.icon_tags_alt:before {
	content: "";
}

.icon_trash_alt:before {
	content: "";
}

.icon_cursor_alt:before {
	content: "";
}

.icon_mic_alt:before {
	content: "";
}

.icon_compass_alt:before {
	content: "";
}

.icon_pin_alt:before {
	content: "";
}

.icon_pushpin_alt:before {
	content: "";
}

.icon_map_alt:before {
	content: "";
}

.icon_drawer_alt:before {
	content: "";
}

.icon_toolbox_alt:before {
	content: "";
}

.icon_book_alt:before {
	content: "";
}

.icon_calendar:before {
	content: "";
}

.icon_film:before {
	content: "";
}

.icon_table:before {
	content: "";
}

.icon_contacts_alt:before {
	content: "";
}

.icon_headphones:before {
	content: "";
}

.icon_lifesaver:before {
	content: "";
}

.icon_piechart:before {
	content: "";
}

.icon_refresh:before {
	content: "";
}

.icon_link_alt:before {
	content: "";
}

.icon_link:before {
	content: "";
}

.icon_loading:before {
	content: "";
}

.icon_blocked:before {
	content: "";
}

.icon_archive_alt:before {
	content: "";
}

.icon_heart_alt:before {
	content: "";
}

.icon_star_alt:before {
	content: "";
}

.icon_star-half_alt:before {
	content: "";
}

.icon_star:before {
	content: "";
}

.icon_star-half:before {
	content: "";
}

.icon_tools:before {
	content: "";
}

.icon_tool:before {
	content: "";
}

.icon_cog:before {
	content: "";
}

.icon_cogs:before {
	content: "";
}

.arrow_up_alt:before {
	content: "";
}

.arrow_down_alt:before {
	content: "";
}

.arrow_left_alt:before {
	content: "";
}

.arrow_right_alt:before {
	content: "";
}

.arrow_left-up_alt:before {
	content: "";
}

.arrow_right-up_alt:before {
	content: "";
}

.arrow_right-down_alt:before {
	content: "";
}

.arrow_left-down_alt:before {
	content: "";
}

.arrow_condense_alt:before {
	content: "";
}

.arrow_expand_alt3:before {
	content: "";
}

.arrow_carrot_up_alt:before {
	content: "";
}

.arrow_carrot-down_alt:before {
	content: "";
}

.arrow_carrot-left_alt:before {
	content: "";
}

.arrow_carrot-right_alt:before {
	content: "";
}

.arrow_carrot-2up_alt:before {
	content: "";
}

.arrow_carrot-2dwnn_alt:before {
	content: "";
}

.arrow_carrot-2left_alt:before {
	content: "";
}

.arrow_carrot-2right_alt:before {
	content: "";
}

.arrow_triangle-up_alt:before {
	content: "";
}

.arrow_triangle-down_alt:before {
	content: "";
}

.arrow_triangle-left_alt:before {
	content: "";
}

.arrow_triangle-right_alt:before {
	content: "";
}

.icon_minus_alt:before {
	content: "";
}

.icon_plus_alt:before {
	content: "";
}

.icon_close_alt:before {
	content: "";
}

.icon_check_alt:before {
	content: "";
}

.icon_zoom-out:before {
	content: "";
}

.icon_zoom-in:before {
	content: "";
}

.icon_stop_alt:before {
	content: "";
}

.icon_menu-square_alt:before {
	content: "";
}

.icon_menu-circle_alt:before {
	content: "";
}

.icon_document:before {
	content: "";
}

.icon_documents:before {
	content: "";
}

.icon_pencil_alt:before {
	content: "";
}

.icon_folder:before {
	content: "";
}

.icon_folder-open:before {
	content: "";
}

.icon_folder-add:before {
	content: "";
}

.icon_folder_upload:before {
	content: "";
}

.icon_folder_download:before {
	content: "";
}

.icon_info:before {
	content: "";
}

.icon_error-circle:before {
	content: "";
}

.icon_error-oct:before {
	content: "";
}

.icon_error-triangle:before {
	content: "";
}

.icon_question_alt:before {
	content: "";
}

.icon_comment:before {
	content: "";
}

.icon_chat:before {
	content: "";
}

.icon_vol-mute:before {
	content: "";
}

.icon_volume-low:before {
	content: "";
}

.icon_volume-high:before {
	content: "";
}

.icon_quotations_alt:before {
	content: "";
}

.icon_clock:before {
	content: "";
}

.icon_lock:before {
	content: "";
}

.icon_lock-open:before {
	content: "";
}

.icon_key:before {
	content: "";
}

.icon_cloud:before {
	content: "";
}

.icon_cloud-upload:before {
	content: "";
}

.icon_cloud-download:before {
	content: "";
}

.icon_lightbulb:before {
	content: "";
}

.icon_gift:before {
	content: "";
}

.icon_house:before {
	content: "";
}

.icon_camera:before {
	content: "";
}

.icon_mail:before {
	content: "";
}

.icon_cone:before {
	content: "";
}

.icon_ribbon:before {
	content: "";
}

.icon_bag:before {
	content: "";
}

.icon_cart:before {
	content: "";
}

.icon_tag:before {
	content: "";
}

.icon_tags:before {
	content: "";
}

.icon_trash:before {
	content: "";
}

.icon_cursor:before {
	content: "";
}

.icon_mic:before {
	content: "";
}

.icon_compass:before {
	content: "";
}

.icon_pin:before {
	content: "";
}

.icon_pushpin:before {
	content: "";
}

.icon_map:before {
	content: "";
}

.icon_drawer:before {
	content: "";
}

.icon_toolbox:before {
	content: "";
}

.icon_book:before {
	content: "";
}

.icon_contacts:before {
	content: "";
}

.icon_archive:before {
	content: "";
}

.icon_heart:before {
	content: "";
}

.icon_profile:before {
	content: "";
}

.icon_group:before {
	content: "";
}

.icon_grid-2x2:before {
	content: "";
}

.icon_grid-3x3:before {
	content: "";
}

.icon_music:before {
	content: "";
}

.icon_pause_alt:before {
	content: "";
}

.icon_phone:before {
	content: "";
}

.icon_upload:before {
	content: "";
}

.icon_download:before {
	content: "";
}

.social_facebook:before {
	content: "";
}

.social_twitter:before {
	content: "";
}

.social_pinterest:before {
	content: "";
}

.social_googleplus:before {
	content: "";
}

.social_tumblr:before {
	content: "";
}

.social_tumbleupon:before {
	content: "";
}

.social_wordpress:before {
	content: "";
}

.social_instagram:before {
	content: "";
}

.social_dribbble:before {
	content: "";
}

.social_vimeo:before {
	content: "";
}

.social_linkedin:before {
	content: "";
}

.social_rss:before {
	content: "";
}

.social_deviantart:before {
	content: "";
}

.social_share:before {
	content: "";
}

.social_myspace:before {
	content: "";
}

.social_skype:before {
	content: "";
}

.social_youtube:before {
	content: "";
}

.social_picassa:before {
	content: "";
}

.social_googledrive:before {
	content: "";
}

.social_flickr:before {
	content: "";
}

.social_blogger:before {
	content: "";
}

.social_spotify:before {
	content: "";
}

.social_delicious:before {
	content: "";
}

.social_facebook_circle:before {
	content: "";
}

.social_twitter_circle:before {
	content: "";
}

.social_pinterest_circle:before {
	content: "";
}

.social_googleplus_circle:before {
	content: "";
}

.social_tumblr_circle:before {
	content: "";
}

.social_stumbleupon_circle:before {
	content: "";
}

.social_wordpress_circle:before {
	content: "";
}

.social_instagram_circle:before {
	content: "";
}

.social_dribbble_circle:before {
	content: "";
}

.social_vimeo_circle:before {
	content: "";
}

.social_linkedin_circle:before {
	content: "";
}

.social_rss_circle:before {
	content: "";
}

.social_deviantart_circle:before {
	content: "";
}

.social_share_circle:before {
	content: "";
}

.social_myspace_circle:before {
	content: "";
}

.social_skype_circle:before {
	content: "";
}

.social_youtube_circle:before {
	content: "";
}

.social_picassa_circle:before {
	content: "";
}

.social_googledrive_alt2:before {
	content: "";
}

.social_flickr_circle:before {
	content: "";
}

.social_blogger_circle:before {
	content: "";
}

.social_spotify_circle:before {
	content: "";
}

.social_delicious_circle:before {
	content: "";
}

.social_facebook_square:before {
	content: "";
}

.social_twitter_square:before {
	content: "";
}

.social_pinterest_square:before {
	content: "";
}

.social_googleplus_square:before {
	content: "";
}

.social_tumblr_square:before {
	content: "";
}

.social_stumbleupon_square:before {
	content: "";
}

.social_wordpress_square:before {
	content: "";
}

.social_instagram_square:before {
	content: "";
}

.social_dribbble_square:before {
	content: "";
}

.social_vimeo_square:before {
	content: "";
}

.social_linkedin_square:before {
	content: "";
}

.social_rss_square:before {
	content: "";
}

.social_deviantart_square:before {
	content: "";
}

.social_share_square:before {
	content: "";
}

.social_myspace_square:before {
	content: "";
}

.social_skype_square:before {
	content: "";
}

.social_youtube_square:before {
	content: "";
}

.social_picassa_square:before {
	content: "";
}

.social_googledrive_square:before {
	content: "";
}

.social_flickr_square:before {
	content: "";
}

.social_blogger_square:before {
	content: "";
}

.social_spotify_square:before {
	content: "";
}

.social_delicious_square:before {
	content: "";
}

.icon_printer:before {
	content: "";
}

.icon_calulator:before {
	content: "";
}

.icon_building:before {
	content: "";
}

.icon_floppy:before {
	content: "";
}

.icon_drive:before {
	content: "";
}

.icon_search-2:before {
	content: "";
}

.icon_id:before {
	content: "";
}

.icon_id-2:before {
	content: "";
}

.icon_puzzle:before {
	content: "";
}

.icon_like:before {
	content: "";
}

.icon_dislike:before {
	content: "";
}

.icon_mug:before {
	content: "";
}

.icon_currency:before {
	content: "";
}

.icon_wallet:before {
	content: "";
}

.icon_pens:before {
	content: "";
}

.icon_easel:before {
	content: "";
}

.icon_flowchart:before {
	content: "";
}

.icon_datareport:before {
	content: "";
}

.icon_briefcase:before {
	content: "";
}

.icon_shield:before {
	content: "";
}

.icon_percent:before {
	content: "";
}

.icon_globe:before {
	content: "";
}

.icon_globe-2:before {
	content: "";
}

.icon_target:before {
	content: "";
}

.icon_hourglass:before {
	content: "";
}

.icon_balance:before {
	content: "";
}

.icon_rook:before {
	content: "";
}

.icon_printer-alt:before {
	content: "";
}

.icon_calculator_alt:before {
	content: "";
}

.icon_building_alt:before {
	content: "";
}

.icon_floppy_alt:before {
	content: "";
}

.icon_drive_alt:before {
	content: "";
}

.icon_search_alt:before {
	content: "";
}

.icon_id_alt:before {
	content: "";
}

.icon_id-2_alt:before {
	content: "";
}

.icon_puzzle_alt:before {
	content: "";
}

.icon_like_alt:before {
	content: "";
}

.icon_dislike_alt:before {
	content: "";
}

.icon_mug_alt:before {
	content: "";
}

.icon_currency_alt:before {
	content: "";
}

.icon_wallet_alt:before {
	content: "";
}

.icon_pens_alt:before {
	content: "";
}

.icon_easel_alt:before {
	content: "";
}

.icon_flowchart_alt:before {
	content: "";
}

.icon_datareport_alt:before {
	content: "";
}

.icon_briefcase_alt:before {
	content: "";
}

.icon_shield_alt:before {
	content: "";
}

.icon_percent_alt:before {
	content: "";
}

.icon_globe_alt:before {
	content: "";
}

.icon_clipboard:before {
	content: "";
}

.glyph {
	float: left;
	text-align: center;
	padding: .75em;
	margin: .4em 1.5em .75em 0;
	width: 6em;
	text-shadow: none;
}

.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px;
}

.glyph div {
	padding-bottom: 10px;
}

.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: .2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.glyph .fs1 {
	font-size: 2em;
}

.elementor-column .elementor-spacer-inner {
	height: var(--spacer-size);
}

.e-con {
	--container-widget-width: 100%;
}

.e-con-inner > .elementor-widget-spacer, .e-con > .elementor-widget-spacer {
	width: var(--container-widget-width, var(--spacer-size));
	--align-self: var(--container-widget-align-self, initial);
	--flex-shrink: 0;
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container, .e-con > .elementor-widget-spacer > .elementor-widget-container {
	height: 100%;
	width: 100%;
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer {
	height: 100%;
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
	height: var(--container-widget-height, var(--spacer-size));
}

.e-con-inner > .elementor-widget-spacer:not(:has(>.elementor-widget-container)) > .elementor-spacer, .e-con > .elementor-widget-spacer:not(:has(>.elementor-widget-container)) > .elementor-spacer {
	height: 100%;
}

.e-con-inner > .elementor-widget-spacer:not(:has(>.elementor-widget-container)) > .elementor-spacer > .elementor-spacer-inner, .e-con > .elementor-widget-spacer:not(:has(>.elementor-widget-container)) > .elementor-spacer > .elementor-spacer-inner {
	height: var(--container-widget-height, var(--spacer-size));
}

.e-con-inner > .elementor-widget-spacer.elementor-widget-empty, .e-con > .elementor-widget-spacer.elementor-widget-empty {
	min-height: 22px;
	min-width: 22px;
	position: relative;
}

.e-con-inner > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon, .e-con > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
	height: 22px;
	inset: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	width: 22px;
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto;
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0;
}

.elementor-image-gallery figure img {
	display: block;
}

.elementor-image-gallery figure figcaption {
	width: 100%;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 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-10 .gallery-item, .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 {
		max-width: 50%;
	}
}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item, .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 {
		max-width: 100%;
	}
}

/*! elementor-pro - v4.0.0 - 20-04-2026 */
.elementor-widget-price-list .elementor-price-list {
	list-style: none;
	margin: 0;
	padding: 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 {
	flex-shrink: 0;
	max-width: 50%;
	padding-inline-end: 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: flex;
}

.elementor-price-list .elementor-price-list-item {
	align-items: flex-start;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	align-items: flex-start;
	flex-grow: 1;
	flex-wrap: wrap;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	align-items: center;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 10px;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	max-width: 80%;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-price {
	font-weight: 600;
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
	flex-basis: 100%;
	font-size: 14px;
	margin: 0;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	flex-grow: 1;
	height: 0;
	margin-inline: 10px;
}

.e-con-inner > .elementor-widget-price-list, .e-con > .elementor-widget-price-list {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementskit-reset-button.elementor-button {
	cursor: pointer;
	width: 100%;
}
/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix {
	display: none !important;
	margin: 0 !important;
	height: 0px !important;
}

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider {
	position: relative;
}

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/

/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	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: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	pointer-events: auto;
}

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

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

.rs-forceuntouchable, .rs-forceuntouchable * {
	pointer-events: none !important;
}

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

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/
.rs_splitted_lines {
	display: block;
	white-space: nowrap !important;
}

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

.rtl {
	direction: rtl;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	
	/* remove if not needed */
	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: never;
	speak-as: spell-out;
	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: "";
}

/* '' */
.revicon-pencil-1:before {
	content: "";
}

/* '' */
.revicon-picture-1:before {
	content: "";
}

/* '' */
.revicon-cancel:before {
	content: "";
}

/* '' */
.revicon-info-circled:before {
	content: "";
}

/* '' */
.revicon-trash:before {
	content: "";
}

/* '' */
.revicon-left-dir:before {
	content: "";
}

/* '' */
.revicon-right-dir:before {
	content: "";
}

/* '' */
.revicon-down-open:before {
	content: "";
}

/* '' */
.revicon-left-open:before {
	content: "";
}

/* '' */
.revicon-right-open:before {
	content: "";
}

/* '' */
.revicon-angle-left:before {
	content: "";
}

/* '' */
.revicon-angle-right:before {
	content: "";
}

/* '' */
.revicon-left-big:before {
	content: "";
}

/* '' */
.revicon-right-big:before {
	content: "";
}

/* '' */
.revicon-magic:before {
	content: "";
}

/* '' */
.revicon-picture:before {
	content: "";
}

/* '' */
.revicon-export:before {
	content: "";
}

/* '' */
.revicon-cog:before {
	content: "";
}

/* '' */
.revicon-login:before {
	content: "";
}

/* '' */
.revicon-logout:before {
	content: "";
}

/* '' */
.revicon-video:before {
	content: "";
}

/* '' */
.revicon-arrow-combo:before {
	content: "";
}

/* '' */
.revicon-left-open-1:before {
	content: "";
}

/* '' */
.revicon-right-open-1:before {
	content: "";
}

/* '' */
.revicon-left-open-mini:before {
	content: "";
}

/* '' */
.revicon-right-open-mini:before {
	content: "";
}

/* '' */
.revicon-left-open-big:before {
	content: "";
}

/* '' */
.revicon-right-open-big:before {
	content: "";
}

/* '' */
.revicon-left:before {
	content: "";
}

/* '' */
.revicon-right:before {
	content: "";
}

/* '' */
.revicon-ccw:before {
	content: "";
}

/* '' */
.revicon-arrows-ccw:before {
	content: "";
}

/* '' */
.revicon-palette:before {
	content: "";
}

/* '' */
.revicon-list-add:before {
	content: "";
}

/* '' */
.revicon-doc:before {
	content: "";
}

/* '' */
.revicon-left-open-outline:before {
	content: "";
}

/* '' */
.revicon-left-open-2:before {
	content: "";
}

/* '' */
.revicon-right-open-outline:before {
	content: "";
}

/* '' */
.revicon-right-open-2:before {
	content: "";
}

/* '' */
.revicon-equalizer:before {
	content: "";
}

/* '' */
.revicon-layers-alt:before {
	content: "";
}

/* '' */
.revicon-popup:before {
	content: "";
}

/* '' */

/******************************
	-	BASIC STYLES		-
******************************/
.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: 0px !important;
	z-index: 1000;
	left: 0 !important;
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky !important;
	top: 0px;
	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-module.disableVerticalScroll {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

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

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

rs-carousel-wrap rs-column rs-layer img {
	width: 0px;
	height: 0px;
}

rs-sbg-px, rs-sbg-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	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;
}

.rs-parallax-hidden-of rs-slide {
	overflow: hidden !important;
}

.tp-simpleresponsive img, rs-module img {
	max-width: none !important;
	transition: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

rs-module .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}

rs-slides, rs-slide, rs-slide:before {
	position: absolute;
	text-indent: 0em;
	top: 0px;
	left: 0px;
}

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_html5vidbasicstyles {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

rs-module rs-layer, rs-module .rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-display: swap;
}

rs-layer-wrap, rs-mask, rs-module-wrap, rs-module .rs-layer, rs-module img {
	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;
}

/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor: url("openhand.cur"), move;
}

rs-carousel-wrap.dragged {
	cursor: url("closedhand.cur"), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	position: relative;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing: border-box;
	max-height: none !important;
}

.rs-layer.rs-selectable {
	user-select: text;
}

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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transform: scaleX(0) scaleY(0);
}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone {
	position: absolute;
	width: 100%;
	left: 0px;
	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-mask-wrap, rs-column-wrap > rs-loop-wrap {
	z-index: 1;
}

rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
	transform-style: flat;
}

/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {
		backface-visibility: hidden;
		transform-style: preserve-3d;
	}
}

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

.rev_row_zone_top {
	top: 0px;
}

.rev_row_zone_bottom {
	bottom: 0px;
}

.rev_row_zone_middle {
	top: 0px;
}

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-layer.rs-waction.iospermaccwait.permanenthidden {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

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: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

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;
	left: auto;
	top: auto;
	line-height: 0px;
}

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-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
a.rs-layer.rs-nointeraction > .div, rs-layer.rs-nointeraction:not(a), .rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important;
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index: 0;
}

.rs-stl-visible {
	overflow: visible !important;
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom-width: 0 !important;
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0px;
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top-width: 0 !important;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0px;
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00a8ff;
	border-top-width: 0 !important;
	position: absolute;
	left: 100%;
	top: 0px;
}

.rs-layer rs-bcrt {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00a8ff;
	border-bottom-width: 0 !important;
	position: absolute;
	left: 100%;
	top: 0px;
}

.tp-layer-inner-rotation {
	position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
	width: 100%;
	height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
rs-bgvideo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
}

.rs-layer.rs-fsv {
	top: 0px;
	left: 0px;
	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%;
}

.rs-fsv video {
	background: #000;
}

.fullcoveredvideo rs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.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 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button {
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.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;
	z-index: 6;
}

.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) {
	/* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio {
		object-fit: cover !important;
	}
	
	.rs-fsv .fullcoveredvideo video {
		object-fit: cover !important;
	}
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: transparent;
	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;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	display: block;
	pointer-events: none;
}

rs-sbg-wrap rs-dotted {
	z-index: 31;
}

rs-dotted.twoxtwo {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile.png");
}

rs-dotted.twoxtwowhite {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_white.png");
}

rs-dotted.threexthree {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3.png");
}

rs-dotted.threexthreewhite {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3_white.png");
}

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	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: transparent;
	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;
}

/* TP BUTTONS DESKTOP SIZE */
.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: normal;
	position: relative;
	top: 0px;
	transition: opacity .2s ease-out, margin .2s ease-out;
	margin-left: 0px;
	line-height: inherit;
}

.rev-btn.rev-hiddenicon i {
	font-size: inherit;
	font-weight: normal;
	position: relative;
	top: 0px;
	transition: opacity .2s ease-out, margin .2s ease-out;
	opacity: 0;
	margin-left: 0px !important;
	width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important;
}

/* BURGER BUTTON */
.rev-burger {
	position: relative;
	box-sizing: border-box;
	padding: 22px 14px 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;
}

/* SCROLL DOWN BUTTON */
@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 white;
	border-radius: 23px;
}

.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	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;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress {
	visibility: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
}

rs-progress-bar, .rs-progress-bar {
	display: block;
	z-index: 20;
	box-sizing: border-box;
	background-clip: content-box;
	position: absolute;
	line-height: 0px;
	width: 100%;
	height: 100%;
}

rs-progress-bgs {
	display: block;
	z-index: 15;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
}

rs-progress-bg {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-gap {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-vis {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1), endColorstr=rgba(0, 255, 255, 1));
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/
.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("https://medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png") repeat;
}

.rs-layer.slidelink a span {
	background: url("https://medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png") repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.rs-layer.slidelink a span.nitro-lazy {
	background: none !important;
}

.rs-layer.slidelink a div.nitro-lazy {
	background: none !important;
}

/*.tp-shape {	width:100%;height:100%;}*/

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.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: "sssss";
	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: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

/******************************
	-	LOADER FORMS	-
********************************/
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("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/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.spinner0.nitro-lazy {
	background-image: none !important;
}

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("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-e2b6409/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/loader.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
}

rs-loader.spinner5.nitro-lazy {
	background-image: none !important;
}

@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: #f00;
	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 0px 0px -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;
	/* Prevent first frame from flickering when animation starts */
	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 0px 0px -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: 0px;
	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;
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
rs-thumbs-wrap, rs-tabs-wrap, rs-thumbs, rs-thumb, rs-tab, rs-bullet, rs-bullets, rs-navmask, rs-tabs, rs-arrow {
	display: block;
	pointer-events: all;
}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/
.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: 0px;
	left: 0px;
}

.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: 0px;
	left: 0px;
}

rs-poster {
	cursor: pointer;
	z-index: 3;
}

.tp-tab.rs-touchhover, .tp-tab.selected, .tp-thumb.rs-touchhover, .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.rs-touchhover {
	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.rs-touchhover {
	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: "";
}

.tparrows.tp-rightarrow:before {
	content: "";
}

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/
.rs-layer [class^="pe-7s-"]:before, .rs-layer [class*=" pe-7s-"]:before, .rs-layer [class^="pe-7s-"], .rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}

/***************************
	- KEN BURNS FIXES -
***************************/
rs-pzimg-wrap {
	display: block;
}

body.rtl .rs-pzimg {
	left: 0 !important;
}

/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {
	transform-style: preserve-3d;
}

.rs_fake_cube, .rs_fake_cube_wall {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.rs-builder-mode rs-sbg-wrap canvas, rs-sbg canvas {
	overflow: hidden;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, .4);
}

.dddwrapper {
	transform-style: flat;
	perspective: 10000px;
}

/*******************
	- DEBUG MODE -
*******************/
.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: 0px 0px 20px;
	line-height: 60px;
	font-size: 34px;
	color: #fff;
}

.rs_error_message_content {
	margin: 0px 0px 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: 0px;
	left: 0px;
	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: 0px;
	left: 0px;
	z-index: 0;
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll;
}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.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-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
	mix-blend-mode: overlay;
}

.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: absolute;
}

._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: 30;
}

._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: 40;
}

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

.willow::after {
	background-color: #d8cdcb;
	mix-blend-mode: color;
}

.rs-safari .willow:after {
	background-color: rgba(100, 0, 0, .2);
}

/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.willow {
			filter: grayscale(1) contrast(.95) brightness(.9);
		}
		
		.willow::after {
			background-color: transparent;
		}
	}
}

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%;
}

/**
new spinners
**/
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);
	}
	
	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);
	}
}

/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden;
}

/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform: none;
}
