
.rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.rbfw_rent_list_lists_images {
	width: 33%;
	max-width: inherit;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.rbfw_rent_list_lists_info {
	width: 67%;
}

@media (max-width: 991px) {
	.rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
		flex-direction: column;
	}
	
	.rbfw_rent_list_lists_info, .rbfw_rent_list_lists_images {
		width: 100%;
	}
}

.rbfw_rent_list_lists_left {
	display: flex;
	width: calc(100% - 180px);
	/*width: 100%;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.rbfw_rent_show_result_list_grid_icon_holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #f9f9f9;
	gap: 15px;
	margin-bottom: 20px;
}

.rbfw_shoe_result_text {
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

.rbfw_rent_list_grid_icon_holder {
	display: flex;
	gap: 10px;
}

.rbfw_rent_lists_grid_view {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	gap: 20px;
	/* background: #fff; */
	-webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0);
	box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0);
	/* border: 1px solid #d9d9d9; */
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
	justify-content: space-between;
	width: 100%;
	background-color: #f1f1e5;
	min-height: 620px;
}

.rbfw_rent_item_content_list_bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding-inline-start: 0px;
	font-size: 14px;
	margin: 0 0 30px 0;
}

.rbfw_rent_item_content_list_bottom .bfw_rent_list_items {
	font-size: 16px;
	gap: 7px;
	color: #0a0a0a;
}

.rbfw_rent_item_content_list_bottom .bfw_rent_list_items i {
	color: var(--rbfw_color_primary);
}

.rbfw_rent_list_btn_holder {}

.rbfw_rent_items_grid, .rbfw_rent_items_list {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	color: #333;
	transition: background-color .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}

.rbfw_rent_items_list_grid svg {
	width: 24px;
	height: auto;
}

.rbfw_rent_items_grid:hover, .rbfw_rent_items_list:hover {
	background-color: #e0e0e0;
}

.rbfw_rent_item_description {
	display: grid;
	width: 100%;
	text-align: left;
}

.rbfw_rent_item_description_text {
	color: currentColor;
	font-size: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.rbfw_rent_list_style_list .rbfw_rent_item_description_text {
	display: -webkit-box !important;
}

.selected_list_grid, .selected_list_grid:hover {
	background-color: var(--rbfw_color_primary);
	border-color: var(--rbfw_color_primary);
	color: #f6f6f6;
}

.selected_list_grid svg path {
	fill: #fff;
}

/*Animation*/
.rbfw_rent_list_lists_images, .rbfw_rent_list_grid_view_top, .rbfw_rent_item_content_list_bottom {
	transition: all .3s ease;
}

.rbfw_rent_list_grid_view_top {
	opacity: 1;
	transform: scale(1);
}

.rbfw_rent_list_lists_images {
	opacity: 1;
}

@media only screen and (max-width: 1220px) {
	.rbfw_rent_list_lists_left {
		width: 100%;
	}
	
	.bfw_rent_list_btn_holder {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	.rbfw_rent_list_lists_view {
		display: grid;
	}
	
	.rbfw_rent_list_lists_images {
		min-height: 100%;
	}
	
	.rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
		display: grid;
	}
	
	.rbfw_rent_list_lists_images {
		width: 100%;
	}
	
	.rbfw_rent_list_lists_info {
		width: 100%;
		display: grid;
	}
	
	.bfw_rent_list_btn_holder {
		display: block;
		width: 100%;
	}
	
	.bfw_rent_list_booking_btn_holder {
		margin: 10px;
	}
}

/*Search Short Code*/
.rbfw_search_container {
	background-color: #f3f3f3;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 5px;
}

.rbfw_search_item {
	position: relative;
	width: 100%;
}

.rbfw_search_item select {
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 16px;
}

.rbfw_search_item input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 16px;
}

#rbfw_rent_item_search_calendar_icon {
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 10px;
	transform: translateY(-50%);
	text-align: right;
}

.rbfw_rent_item_search_submit {
	background-color: var(--rbfw_color_primary);
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
}

@media (min-width:768px) {
	.rbfw_search_container {
		flex-direction: row;
		align-items: center;
		justify-content: stretch;
		padding: 25px;
	}
}

/* shortcode end */
.c-filter__field--header {
	flex: 0 0 auto !important;
	width: auto !important;
	margin-right: 65px;
	white-space: nowrap;
}

.rbfw_rent_item_SearchTitl_text {
	flex: 1 1 33%;
	position: relative;
	margin-right: 40px;
}

.rbfw_rent_item_header {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -.6px;
	color: #333;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	width: 100px;
	padding-left: 10px;
}

.rbfw_rent_item_search_item {
	width: 100%;
	position: relative;
}

.rbfw_rent_item_search_button button:hover {
	background-color: var(--rbfw_color_primary);
}

.rbfw_rent_item_search_button button i {
	padding-left: 12px;
	margin-right: 8px;
}

.rbfw_rent_item_date_picker {
	display: flex;
	flex-direction: column;
}

.rbfw_rent_item_search_date_picker_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	color: #666;
	font-size: 15px;
}

.rbfw_rent_item_search_date_picker_wrapper i {
	position: absolute;
	right: 10px;
	font-size: 18px;
	color: var(--rbfw_color_primary);
	cursor: pointer;
}

#calendar-icon {
	cursor: pointer;
}

.rbfw_rent_item_search_button {
	width: 100%;
}

.rbfw_show_all_cat_features {
	display: block;
	float: left;
	position: relative;
	color: #666;
	padding: 10px;
	width: 100%;
	/*max-height: 600px;*/
	top: -15px;
	text-align: justify;
}

.rbfw_see_more_category:hover + #rbfw_show_all_cat_features {
	display: block;
}

.rbfw_see_more_category {
	display: block;
	float: right;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	z-index: 10;
	padding: 10px;
}

.rbfw_muff_slider {
	margin-bottom: 25px;
	min-height: 200px;
}

.rbfw_popup_fearure_title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	/*color: #333333;*/
	margin: 10px 0;
}

.rbfw_popup_fearure_title.rbfw_popup_fearure_title_color {
	color: #333;
}

ul.rbfw_popup_fearure_lists {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

ul.rbfw_popup_fearure_lists li {
	color: #333;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ebebeb;
}

/* Styles for the popup wrapper */
.rbfw_popup_wrapper {
	display: none;
	top: 0;
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .61);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Styles for the popup */
.rbfw_rent_cat_info_popup {
	background-color: #fff;
	color: #333;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	position: relative;
	width: 400px;
	max-width: 90%;
	text-align: left;
	top: 75px;
	margin: auto;
	overflow: auto;
}

/* Close button styles */
.rbfw_popup_close_btn {
	position: absolute;
	top: 0px;
	padding: 3px 8px;
	right: 0px;
	font-size: 28px;
	cursor: pointer;
	color: #ddd7d7;
}

.rbfw_popup_close_btn:hover {
	color: #900;
}

/* Popup content styles */
#rbfw_popup_content {
	display: flex;
	margin-top: 10px;
	/*overflow-y: auto;*/
	height: auto;
}

.rbfw_toggle-content {
	font-size: 14px;
	width: 100%;
	max-width: 400px;
	word-wrap: break-word;
}

.rbfw_types {
	display: flex;
	float: left;
	position: relative;
	width: 173px;
	margin-right: 10px;
}

.rbfw_toggle_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	font-size: 13px;
}

/* Styles for the list */
ul.rbfw_show_all_cat_features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rbfw_left_filter_clearButton {
	position: absolute;
	right: 5px;
	margin-top: 4px;
	background-color: #fff;
	border: 1px solid #dbd6d6;
	padding: 5px 10px;
	border-radius: 3px;
	color: var(--rbfw_color_primary);
	font-size: 11px;
}

.rbfw_left_filter_clearButton:hover {
	background-color: var(--rbfw_single_page_secondary_color);
	color: var(--rbfw_color_primary);
	cursor: pointer;
}

ul.rbfw_show_all_cat_features li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

ul.rbfw_show_all_cat_features li:last-child {
	border-bottom: none;
}

.bfw_rent_list_items_icon {
	margin-right: 10px;
}

.rbfw_left_filter_cover {
	display: none;
	float: left;
	position: absolute;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0;
	background-color: rgba(255, 255, 255, .26);
}

/*Search Short Code*/
@media (min-width:0px) {
	.rbfw_rent_item_search_item {
		width: 100%;
	}
	
	input.rbfw_rent_item_search_submit {
		cursor: pointer;
		background-color: var(--rbfw_color_primary);
		color: #fff;
		border: 1px solid var(--rbfw_color_primary);
	}
	
	input.rbfw_rent_item_search_submit:hover {
		background-color: var(--rbfw_single_page_secondary_color);
		color: #fff;
	}
}

@media (min-width:1024px) {
	.rbfw_rent_item_search_item {
		width: 50%;
	}
}

.rbfw_rent_item_with_left_filter {
	display: flex;
	align-items: start;
	gap: 20px;
}

/*Filter Css */
.rbfw_filter_sidebar {
	width: 230px;
	position: absolute;
	margin: 1px;
	z-index: 111;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
}

.rbfw_filter_area {
	padding: 10px;
	min-height: 1100px;
}

.rbfw_title_text.title {
	padding: 10px;
	background-color: var(--rbfw_color_primary);
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.rbfw_title_text.title h4 {
	margin: 0;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
}

.rbfw_rent_list_wrapper_with_left_filter {
	width: calc(100% - 230px);
	margin-left: 250px;
}

.rbfw_rent_list_wrapper {
	width: 100%;
}

.rbfw_left_filter_button {
	width: calc(100% - 10px);
	background-color: #d7d7d7;
	text-align: center;
	border-radius: 2px;
	color: #f6f6f6;
	padding: 5px 5px;
	cursor: pointer;
	font-weight: 600;
	margin-top: 10px;
}

.rbfw_filter_sidebar h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.rbfw_filter_sidebar label {
	display: block;
	margin-bottom: 5px;
}

.rbfw_filter_sidebar input[type="checkbox"] {
	height: 15px;
	margin-right: 5px;
}

.rbfw_rent_item_feature_des_text {
	font-size: 14px;
}

.rbfw_filter_sidebar .rbfw_price-range {
	margin-bottom: 20px;
}

.rbfw_filter_sidebar .rbfw_price-range p {
	margin-bottom: 10px;
}

.rbfw_filter_sidebar_feature, .rbfw_filter_sidebar_category, .rbfw_filter_sidebar_locations, .rbfw_filter_sidebar_product-type {
	margin-bottom: 20px;
}

.content {
	flex-grow: 1;
	padding: 20px;
}

.rbfw_price_range_holder {
	display: flex;
	gap: 10px;
	width: 100%;
}

.rbfw_price_start_end {
	width: 80px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.rbfw_price_start_end:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, .5);
	outline: none;
}

.rbfw_price_start_end:hover {
	border-color: #007bff;
	background-color: #f9f9f9;
}

.rbfw_price_start_end::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic;
}

.rbfw_price_start_end::-moz-placeholder {
	color: #aaa;
	font-style: italic;
}

.rbfw_price_start_end:-ms-input-placeholder {
	color: #aaa;
	font-style: italic;
}

.rbfw_price_start_end:-moz-pl


.rbfw_toggle-header {
	cursor: pointer;
	user-select: none;
	margin-block-start: 2px;
	margin-block-end: 7px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #d0d7de;
	padding: 10px 0;
}

.rbfw_white_color {
	color: #fff;
	text-align: center;
}

.rbfw_rent_item_left_feature_title {
	display: flex;
	padding: 1px 1px;
	align-items: center;
}

.rbfw_toggle-icon {
	float: right;
	font-size: 1.2em;
	color: var(--rbfw_color_primary);
	cursor: pointer;
}

/* ==============range========= */
.rbfw_toggle-content .price-range {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px;
}

.rbfw_toggle-content .price-range label {
	width: 100%;
}

.rbfw_toggle-content #slider-range {
	position: relative;
	margin: 6px;
	height: 10px;
	background: #e4e4e4;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.rbfw_toggle-content #slider-range .ui-slider-range {
	background: var(--rbfw_color_primary);
	/* Orange color for the range */
	border-radius: 5px;
}

.rbfw_toggle-content #slider-range .ui-slider-handle {
	position: absolute;
	top: -6px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid var(--rbfw_color_primary);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.rbfw_toggle-content #slider-range .ui-slider-handle:hover {
	background: var(--rbfw_single_page_secondary_color);
}

.rbfw_toggle-content #slider-range .ui-slider-handle.ui-state-focus {
	outline: none;
	border-color: var(--rbfw_single_page_secondary_color);
}

/* ============range============ */
#rbfw_left_filter_price {
	font-size: 14px;
	text-align: right;
	margin-bottom: 0px;
	display: inline-block;
	background: none;
	padding: 0;
	border: 0;
	color: var(--rbfw_color_primary);
}

.rbfw_rent_item_fearture_holder {
	margin-bottom: 0px;
	/*max-height: 350px;*/
	max-height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#rbfw_feature_loadMore {
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
}

.rbfw_search_result_empty {
	font-weight: var(--fw-medium);
	font-size: var(--fs_h3);
	color: var(--color_warning);
	text-align: center;
	width: 100%;
	background-color: #fff;
	padding: var(--dmp);
	margin: var(--dmp) 0;
}

#rbfw_feature_loadMore:hover {
	background-color: #0056b3;
}

.rbfw_filter_icon {
	font-size: 20px;
	padding-right: 5px;
}

.rbfw_left_filter_text_Search_holder {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	gap: 0px;
}

.rbfw_search_by_title {
	width: calc(100% - 2px);
	padding: 8px 6px;
	border: 1px solid #ddd9d9;
}

.rbfw_left_filter_search_btn {
	display: flex;
	padding: 4px 10px;
	border: 1px solid var(--rbfw_color_primary);
	background-color: var(--rbfw_color_primary);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	border-radius: 0px 5px 5px;
}

.rbfw_left_filter_search_btn:hover {
	background-color: var(--rbfw_single_page_secondary_color);
	border: 1px solid var(--rbfw_single_page_secondary_color);
}

.rbfw_left_filter_more_feature_loaders {
	background-color: var(--rbfw_color_primary);
	text-align: center;
	margin: auto;
	font-size: 12px;
	padding: 4px 10px;
	cursor: pointer;
	border: 1px solid var(--rbfw_color_primary);
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
}

.rbfw_left_filter_more_feature_loaders:hover {
	text-decoration: none;
	background-color: var(--rbfw_single_page_secondary_color);
	border: 1px solid var(--rbfw_single_page_secondary_color);
}

@media (max-width: 550px) {
	.rbfw_rent_list_wrapper_with_left_filter {
		width: 100%;
		margin-left: 0px;
	}
	
	.rbfw_rent_item_with_left_filter {
		display: grid;
		gap: 5px;
	}
	
	.rbfw_filter_sidebar {
		width: 100%;
		position: relative;
	}
}
/*# sourceMappingURL=mage-icon.css.map */

@charset "UTF-8";

.mi {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: mageicon;
}

.mir {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: mageicon-regular;
}

.mil {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: mageicon-light;
}

.mit {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: mageicon-thin;
}

/* makes the font 33% larger relative to the icon container */
.mi-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.mi-2x {
	font-size: 2em;
}

.mi-3x {
	font-size: 3em;
}

.mi-4x {
	font-size: 4em;
}

.mi-5x {
	font-size: 5em;
}

.mi-fw {
	width: 1.2857142857em;
	text-align: center;
}

.mi-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.mi-ul > li {
	position: relative;
}

.mi-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.mi-li.mi-lg {
	left: -1.8571428571em;
}

.mi-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.mi-pull-left {
	float: left;
}

.mi-pull-right {
	float: right;
}

.mi.mi-pull-left {
	margin-right: .3em;
}

.mi.mi-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.mi.pull-left {
	margin-right: .3em;
}

.mi.pull-right {
	margin-left: .3em;
}

.mi-spin {
	-webkit-animation: mi-spin 2s infinite linear;
	animation: mi-spin 2s infinite linear;
}

.mi-pulse {
	-webkit-animation: mi-spin 1s infinite steps(8);
	animation: mi-spin 1s infinite steps(8);
}

@-webkit-keyframes mi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes mi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.mi-rotate-45 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mi-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mi-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mi-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.mi-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.mi-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .mi-rotate-45, :root .mi-rotate-90, :root .mi-rotate-180, :root .mi-rotate-270, :root .mi-flip-horizontal, :root .mi-flip-vertical {
	filter: none;
}

.mi-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.mi-stack-1x, .mi-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.mi-stack-1x {
	line-height: inherit;
}

.mi-stack-2x {
	font-size: 2em;
}

.mi-inverse {
	color: #fff;
}

.mi-0::before {
	content: "";
}

.mi-1::before {
	content: "";
}

.mi-2::before {
	content: "";
}

.mi-3::before {
	content: "";
}

.mi-4::before {
	content: "";
}

.mi-5::before {
	content: "";
}

.mi-6::before {
	content: "";
}

.mi-7::before {
	content: "";
}

.mi-8::before {
	content: "";
}

.mi-9::before {
	content: "";
}

.mi-a::before {
	content: "";
}

.mi-accident::before {
	content: "";
}

.mi-acorn::before {
	content: "";
}

.mi-ad::before {
	content: "";
}

.mi-ad-paid::before {
	content: "";
}

.mi-add::before {
	content: "";
}

.mi-add-document::before {
	content: "";
}

.mi-add-folder::before {
	content: "";
}

.mi-add-image::before {
	content: "";
}

.mi-address-book::before {
	content: "";
}

.mi-admin::before {
	content: "";
}

.mi-admin-alt::before {
	content: "";
}

.mi-age::before {
	content: "";
}

.mi-age-alt::before {
	content: "";
}

.mi-age-restriction-eighteen::before {
	content: "";
}

.mi-age-restriction-seven::before {
	content: "";
}

.mi-age-restriction-six::before {
	content: "";
}

.mi-age-restriction-sixteen::before {
	content: "";
}

.mi-age-restriction-thirteen::before {
	content: "";
}

.mi-age-restriction-three::before {
	content: "";
}

.mi-age-restriction-twelve::before {
	content: "";
}

.mi-age-restriction-twenty-one::before {
	content: "";
}

.mi-age-restriction-zero::before {
	content: "";
}

.mi-air-conditioner::before {
	content: "";
}

.mi-air-conditioning::before {
	content: "";
}

.mi-air-freshener::before {
	content: "";
}

.mi-air-pollution::before {
	content: "";
}

.mi-airplane-journey::before {
	content: "";
}

.mi-airplay::before {
	content: "";
}

.mi-airport-shuttle::before {
	content: "";
}

.mi-alarm-clock::before {
	content: "";
}

.mi-album::before {
	content: "";
}

.mi-album-circle-plus::before {
	content: "";
}

.mi-album-circle-user::before {
	content: "";
}

.mi-album-collection::before {
	content: "";
}

.mi-alicorn::before {
	content: "";
}

.mi-alien::before {
	content: "";
}

.mi-ambulance::before {
	content: "";
}

.mi-analyse::before {
	content: "";
}

.mi-analyse-alt::before {
	content: "";
}

.mi-anatomical-heart::before {
	content: "";
}

.mi-anchor::before {
	content: "";
}

.mi-angle-circle-down::before {
	content: "";
}

.mi-angle-circle-left::before {
	content: "";
}

.mi-angle-circle-right::before {
	content: "";
}

.mi-angle-circle-up::before {
	content: "";
}

.mi-angle-double-left::before {
	content: "";
}

.mi-angle-double-right::before {
	content: "";
}

.mi-angle-double-small-down::before {
	content: "";
}

.mi-angle-double-small-left::before {
	content: "";
}

.mi-angle-double-small-right::before {
	content: "";
}

.mi-angle-double-small-up::before {
	content: "";
}

.mi-angle-down::before {
	content: "";
}

.mi-angle-left::before {
	content: "";
}

.mi-angle-right::before {
	content: "";
}

.mi-angle-small-down::before {
	content: "";
}

.mi-angle-small-left::before {
	content: "";
}

.mi-angle-small-right::before {
	content: "";
}

.mi-angle-small-up::before {
	content: "";
}

.mi-angle-square-down::before {
	content: "";
}

.mi-angle-square-left::before {
	content: "";
}

.mi-angle-square-right::before {
	content: "";
}

.mi-angle-square-up::before {
	content: "";
}

.mi-angle-up::before {
	content: "";
}

.mi-angles-up-down::before {
	content: "";
}

.mi-angry::before {
	content: "";
}

.mi-answer::before {
	content: "";
}

.mi-answer-alt::before {
	content: "";
}

.mi-apartment::before {
	content: "";
}

.mi-aperture::before {
	content: "";
}

.mi-apple-crate::before {
	content: "";
}

.mi-apple-whole::before {
	content: "";
}

.mi-apps::before {
	content: "";
}

.mi-apps-add::before {
	content: "";
}

.mi-apps-delete::before {
	content: "";
}

.mi-apps-sort::before {
	content: "";
}

.mi-archive::before {
	content: "";
}

.mi-archway::before {
	content: "";
}

.mi-arrow-alt-circle-down::before {
	content: "";
}

.mi-arrow-alt-circle-left::before {
	content: "";
}

.mi-arrow-alt-circle-right::before {
	content: "";
}

.mi-arrow-alt-circle-up::before {
	content: "";
}

.mi-arrow-alt-down::before {
	content: "";
}

.mi-arrow-alt-from-bottom::before {
	content: "";
}

.mi-arrow-alt-from-left::before {
	content: "";
}

.mi-arrow-alt-from-right::before {
	content: "";
}

.mi-arrow-alt-from-top::before {
	content: "";
}

.mi-arrow-alt-left::before {
	content: "";
}

.mi-arrow-alt-right::before {
	content: "";
}

.mi-arrow-alt-square-down::before {
	content: "";
}

.mi-arrow-alt-square-left::before {
	content: "";
}

.mi-arrow-alt-square-right::before {
	content: "";
}

.mi-arrow-alt-square-up::before {
	content: "";
}

.mi-arrow-alt-to-bottom::before {
	content: "";
}

.mi-arrow-alt-to-left::before {
	content: "";
}

.mi-arrow-alt-to-right::before {
	content: "";
}

.mi-arrow-alt-to-top::before {
	content: "";
}

.mi-arrow-alt-up::before {
	content: "";
}

.mi-arrow-circle-down::before {
	content: "";
}

.mi-arrow-circle-left::before {
	content: "";
}

.mi-arrow-circle-right::before {
	content: "";
}

.mi-arrow-circle-up::before {
	content: "";
}

.mi-arrow-comparison::before {
	content: "";
}

.mi-arrow-down::before {
	content: "";
}

.mi-arrow-down-from-arc::before {
	content: "";
}

.mi-arrow-down-from-dotted-line::before {
	content: "";
}

.mi-arrow-down-left::before {
	content: "";
}

.mi-arrow-down-small-big::before {
	content: "";
}

.mi-arrow-down-to-dotted-line::before {
	content: "";
}

.mi-arrow-down-to-square::before {
	content: "";
}

.mi-arrow-down-triangle-square::before {
	content: "";
}

.mi-arrow-from-bottom::before {
	content: "";
}

.mi-arrow-from-left::before {
	content: "";
}

.mi-arrow-from-right::before {
	content: "";
}

.mi-arrow-from-top::before {
	content: "";
}

.mi-arrow-left::before {
	content: "";
}

.mi-arrow-left-from-arc::before {
	content: "";
}

.mi-arrow-left-from-line::before {
	content: "";
}

.mi-arrow-left-to-arc::before {
	content: "";
}

.mi-arrow-right::before {
	content: "";
}

.mi-arrow-right-to-bracket::before {
	content: "";
}

.mi-arrow-small-down::before {
	content: "";
}

.mi-arrow-small-left::before {
	content: "";
}

.mi-arrow-small-right::before {
	content: "";
}

.mi-arrow-small-up::before {
	content: "";
}

.mi-arrow-square-down::before {
	content: "";
}

.mi-arrow-square-left::before {
	content: "";
}

.mi-arrow-square-right::before {
	content: "";
}

.mi-arrow-square-up::before {
	content: "";
}

.mi-arrow-to-bottom::before {
	content: "";
}

.mi-arrow-to-left::before {
	content: "";
}

.mi-arrow-to-right::before {
	content: "";
}

.mi-arrow-to-top::before {
	content: "";
}

.mi-arrow-trend-down::before {
	content: "";
}

.mi-arrow-trend-up::before {
	content: "";
}

.mi-arrow-turn-down-left::before {
	content: "";
}

.mi-arrow-turn-down-right::before {
	content: "";
}

.mi-arrow-turn-left-up::before {
	content: "";
}

.mi-arrow-up::before {
	content: "";
}

.mi-arrow-up-from-dotted-line::before {
	content: "";
}

.mi-arrow-up-from-ground-water::before {
	content: "";
}

.mi-arrow-up-from-square::before {
	content: "";
}

.mi-arrow-up-left::before {
	content: "";
}

.mi-arrow-up-left-from-circle::before {
	content: "";
}

.mi-arrow-up-right::before {
	content: "";
}

.mi-arrow-up-right-and-arrow-down-left-from-center::before {
	content: "";
}

.mi-arrow-up-right-from-square::before {
	content: "";
}

.mi-arrow-up-small-big::before {
	content: "";
}

.mi-arrow-up-to-arc::before {
	content: "";
}

.mi-arrow-up-to-dotted-line::before {
	content: "";
}

.mi-arrows::before {
	content: "";
}

.mi-arrows-alt::before {
	content: "";
}

.mi-arrows-alt-h::before {
	content: "";
}

.mi-arrows-alt-v::before {
	content: "";
}

.mi-arrows-cross::before {
	content: "";
}

.mi-arrows-from-dotted-line::before {
	content: "";
}

.mi-arrows-from-line::before {
	content: "";
}

.mi-arrows-h::before {
	content: "";
}

.mi-arrows-h-copy::before {
	content: "";
}

.mi-arrows-repeat::before {
	content: "";
}

.mi-arrows-repeat-1::before {
	content: "";
}

.mi-arrows-retweet::before {
	content: "";
}

.mi-arrows-split-right-and-left::before {
	content: "";
}

.mi-arrows-split-up-and-left::before {
	content: "";
}

.mi-arrows-to-circle::before {
	content: "";
}

.mi-arrows-to-dotted-line::before {
	content: "";
}

.mi-arrows-to-eye::before {
	content: "";
}

.mi-arrows-to-line::before {
	content: "";
}

.mi-artificial-intelligence::before {
	content: "";
}

.mi-assept-document::before {
	content: "";
}

.mi-assessment::before {
	content: "";
}

.mi-assign::before {
	content: "";
}

.mi-assistive-listening-systems::before {
	content: "";
}

.mi-asterik::before {
	content: "";
}

.mi-at::before {
	content: "";
}

.mi-attribution-pen::before {
	content: "";
}

.mi-attribution-pencil::before {
	content: "";
}

.mi-aubergine::before {
	content: "";
}

.mi-auction::before {
	content: "";
}

.mi-audience-megaphone::before {
	content: "";
}

.mi-audio-description-slash::before {
	content: "";
}

.mi-audit::before {
	content: "";
}

.mi-audit-alt::before {
	content: "";
}

.mi-austral-sign::before {
	content: "";
}

.mi-avocado::before {
	content: "";
}

.mi-award::before {
	content: "";
}

.mi-axe::before {
	content: "";
}

.mi-axe-battle::before {
	content: "";
}

.mi-b::before {
	content: "";
}

.mi-baby::before {
	content: "";
}

.mi-baby-carriage::before {
	content: "";
}

.mi-back-up::before {
	content: "";
}

.mi-background::before {
	content: "";
}

.mi-backpack::before {
	content: "";
}

.mi-bacteria::before {
	content: "";
}

.mi-bacterium::before {
	content: "";
}

.mi-badge::before {
	content: "";
}

.mi-badge-check::before {
	content: "";
}

.mi-badge-dollar::before {
	content: "";
}

.mi-badge-percent::before {
	content: "";
}

.mi-badge-sheriff::before {
	content: "";
}

.mi-badger-honey::before {
	content: "";
}

.mi-badget-check-alt::before {
	content: "";
}

.mi-badminton::before {
	content: "";
}

.mi-bag-map-pin::before {
	content: "";
}

.mi-bag-seedling::before {
	content: "";
}

.mi-bag-shopping-minus::before {
	content: "";
}

.mi-bags-shopping::before {
	content: "";
}

.mi-baguette::before {
	content: "";
}

.mi-bahai::before {
	content: "";
}

.mi-baht-sign::before {
	content: "";
}

.mi-balance-scale-left::before {
	content: "";
}

.mi-balance-scale-right::before {
	content: "";
}

.mi-ball-pile::before {
	content: "";
}

.mi-balloons::before {
	content: "";
}

.mi-ballot::before {
	content: "";
}

.mi-ballot-check::before {
	content: "";
}

.mi-ban::before {
	content: "";
}

.mi-banana::before {
	content: "";
}

.mi-band-aid::before {
	content: "";
}

.mi-bangladeshi-taka-sign::before {
	content: "";
}

.mi-bank::before {
	content: "";
}

.mi-banner::before {
	content: "";
}

.mi-banner-2::before {
	content: "";
}

.mi-banner-3::before {
	content: "";
}

.mi-banner-4::before {
	content: "";
}

.mi-banner-5::before {
	content: "";
}

.mi-barber-pole::before {
	content: "";
}

.mi-barber-shop::before {
	content: "";
}

.mi-barcode::before {
	content: "";
}

.mi-barcode-read::before {
	content: "";
}

.mi-barcode-scan::before {
	content: "";
}

.mi-bars-progress::before {
	content: "";
}

.mi-baseball::before {
	content: "";
}

.mi-baseball-alt::before {
	content: "";
}

.mi-basket::before {
	content: "";
}

.mi-basket-shopping-minus::before {
	content: "";
}

.mi-basket-shopping-plus::before {
	content: "";
}

.mi-basket-shopping-simple::before {
	content: "";
}

.mi-basketball::before {
	content: "";
}

.mi-bat::before {
	content: "";
}

.mi-bath::before {
	content: "";
}

.mi-bath-taking::before {
	content: "";
}

.mi-battery-bolt::before {
	content: "";
}

.mi-battery-empty::before {
	content: "";
}

.mi-battery-exclamation::before {
	content: "";
}

.mi-battery-full::before {
	content: "";
}

.mi-battery-half::before {
	content: "";
}

.mi-battery-quarter::before {
	content: "";
}

.mi-battery-slash::before {
	content: "";
}

.mi-battery-three-quarters::before {
	content: "";
}

.mi-beacon::before {
	content: "";
}

.mi-bed::before {
	content: "";
}

.mi-bed-alt::before {
	content: "";
}

.mi-bed-bunk::before {
	content: "";
}

.mi-bed-empty::before {
	content: "";
}

.mi-bee::before {
	content: "";
}

.mi-beer::before {
	content: "";
}

.mi-beer-mug-empty::before {
	content: "";
}

.mi-bell::before {
	content: "";
}

.mi-bell-concierge::before {
	content: "";
}

.mi-bell-notification-call::before {
	content: "";
}

.mi-bell-notification-social-media::before {
	content: "";
}

.mi-bell-ring::before {
	content: "";
}

.mi-bell-school::before {
	content: "";
}

.mi-bell-slash::before {
	content: "";
}

.mi-bells::before {
	content: "";
}

.mi-benefit-diamond-alt::before {
	content: "";
}

.mi-benefit-hand::before {
	content: "";
}

.mi-benefit-increase::before {
	content: "";
}

.mi-benefit-porcent::before {
	content: "";
}

.mi-bible::before {
	content: "";
}

.mi-bike::before {
	content: "";
}

.mi-biking::before {
	content: "";
}

.mi-biking-mountain::before {
	content: "";
}

.mi-bill-arrow::before {
	content: "";
}

.mi-billiard::before {
	content: "";
}

.mi-bin-bottles::before {
	content: "";
}

.mi-binary::before {
	content: "";
}

.mi-binoculars::before {
	content: "";
}

.mi-bio::before {
	content: "";
}

.mi-bio-leaves::before {
	content: "";
}

.mi-biohazard::before {
	content: "";
}

.mi-bird::before {
	content: "";
}

.mi-bitcoin-sign::before {
	content: "";
}

.mi-blanket::before {
	content: "";
}

.mi-blender::before {
	content: "";
}

.mi-blender-phone::before {
	content: "";
}

.mi-blinds::before {
	content: "";
}

.mi-blinds-open::before {
	content: "";
}

.mi-blinds-raised::before {
	content: "";
}

.mi-block::before {
	content: "";
}

.mi-block-brick::before {
	content: "";
}

.mi-blockchain-3::before {
	content: "";
}

.mi-blog-pencil::before {
	content: "";
}

.mi-blog-text::before {
	content: "";
}

.mi-blood::before {
	content: "";
}

.mi-blood-dropper::before {
	content: "";
}

.mi-blood-test-tube::before {
	content: "";
}

.mi-blood-test-tube-alt::before {
	content: "";
}

.mi-blueberries::before {
	content: "";
}

.mi-blueprint::before {
	content: "";
}

.mi-bold::before {
	content: "";
}

.mi-bolt::before {
	content: "";
}

.mi-bolt-auto::before {
	content: "";
}

.mi-bolt-slash::before {
	content: "";
}

.mi-bomb::before {
	content: "";
}

.mi-bone::before {
	content: "";
}

.mi-bone-break::before {
	content: "";
}

.mi-bong::before {
	content: "";
}

.mi-bonus::before {
	content: "";
}

.mi-bonus-alt::before {
	content: "";
}

.mi-bonus-star::before {
	content: "";
}

.mi-book::before {
	content: "";
}

.mi-book-alt::before {
	content: "";
}

.mi-book-atlas::before {
	content: "";
}

.mi-book-bookmark::before {
	content: "";
}

.mi-book-dead::before {
	content: "";
}

.mi-book-font::before {
	content: "";
}

.mi-book-heart::before {
	content: "";
}

.mi-book-medical::before {
	content: "";
}

.mi-book-open-cover::before {
	content: "";
}

.mi-book-open-reader::before {
	content: "";
}

.mi-book-plus::before {
	content: "";
}

.mi-book-quran::before {
	content: "";
}

.mi-book-section::before {
	content: "";
}

.mi-book-spells::before {
	content: "";
}

.mi-book-tanakh::before {
	content: "";
}

.mi-book-user::before {
	content: "";
}

.mi-booking::before {
	content: "";
}

.mi-bookmark::before {
	content: "";
}

.mi-bookmark-slash::before {
	content: "";
}

.mi-books::before {
	content: "";
}

.mi-books-medical::before {
	content: "";
}

.mi-boot::before {
	content: "";
}

.mi-boot-heeled::before {
	content: "";
}

.mi-booth-curtain::before {
	content: "";
}

.mi-border-all::before {
	content: "";
}

.mi-border-outer::before {
	content: "";
}

.mi-boss::before {
	content: "";
}

.mi-bottle::before {
	content: "";
}

.mi-bottle-droplet::before {
	content: "";
}

.mi-bow-arrow::before {
	content: "";
}

.mi-bowl-chopsticks::before {
	content: "";
}

.mi-bowl-rice::before {
	content: "";
}

.mi-bowl-scoop::before {
	content: "";
}

.mi-bowl-scoops::before {
	content: "";
}

.mi-bowl-soft-serve::before {
	content: "";
}

.mi-bowl-spoon::before {
	content: "";
}

.mi-bowling::before {
	content: "";
}

.mi-bowling-ball::before {
	content: "";
}

.mi-bowling-pins::before {
	content: "";
}

.mi-box::before {
	content: "";
}

.mi-box-check::before {
	content: "";
}

.mi-box-dollar::before {
	content: "";
}

.mi-box-open::before {
	content: "";
}

.mi-boxes::before {
	content: "";
}

.mi-bracket-curly::before {
	content: "";
}

.mi-bracket-curly-right::before {
	content: "";
}

.mi-bracket-round::before {
	content: "";
}

.mi-bracket-round-right::before {
	content: "";
}

.mi-bracket-square::before {
	content: "";
}

.mi-bracket-square-right::before {
	content: "";
}

.mi-brackets-curly::before {
	content: "";
}

.mi-brackets-round::before {
	content: "";
}

.mi-brackets-square::before {
	content: "";
}

.mi-brain::before {
	content: "";
}

.mi-brain-circuit::before {
	content: "";
}

.mi-brake-warning::before {
	content: "";
}

.mi-branching::before {
	content: "";
}

.mi-brand::before {
	content: "";
}

.mi-branding::before {
	content: "";
}

.mi-bread::before {
	content: "";
}

.mi-bread-loaf::before {
	content: "";
}

.mi-bread-slice::before {
	content: "";
}

.mi-bread-slice-butter::before {
	content: "";
}

.mi-briefcase::before {
	content: "";
}

.mi-briefcase-arrow-right::before {
	content: "";
}

.mi-briefcase-blank::before {
	content: "";
}

.mi-brightness::before {
	content: "";
}

.mi-brightness-low::before {
	content: "";
}

.mi-bring-forward::before {
	content: "";
}

.mi-bring-front::before {
	content: "";
}

.mi-broadcast-tower::before {
	content: "";
}

.mi-broccoli::before {
	content: "";
}

.mi-broken-chain-link-wrong::before {
	content: "";
}

.mi-broken-image::before {
	content: "";
}

.mi-broom::before {
	content: "";
}

.mi-broom-ball::before {
	content: "";
}

.mi-browser::before {
	content: "";
}

.mi-browser-ui::before {
	content: "";
}

.mi-browsers::before {
	content: "";
}

.mi-brush::before {
	content: "";
}

.mi-bucket::before {
	content: "";
}

.mi-budget-alt::before {
	content: "";
}

.mi-bug::before {
	content: "";
}

.mi-bug-slash::before {
	content: "";
}

.mi-bugs::before {
	content: "";
}

.mi-builder::before {
	content: "";
}

.mi-building::before {
	content: "";
}

.mi-building-circle-arrow-right::before {
	content: "";
}

.mi-building-ngo::before {
	content: "";
}

.mi-bulb::before {
	content: "";
}

.mi-bullet::before {
	content: "";
}

.mi-bullhorn::before {
	content: "";
}

.mi-bullseye::before {
	content: "";
}

.mi-bullseye-arrow::before {
	content: "";
}

.mi-bullseye-pointer::before {
	content: "";
}

.mi-burger-alt::before {
	content: "";
}

.mi-burger-fries::before {
	content: "";
}

.mi-burger-glass::before {
	content: "";
}

.mi-burrito::before {
	content: "";
}

.mi-burst::before {
	content: "";
}

.mi-bus::before {
	content: "";
}

.mi-business-time::before {
	content: "";
}

.mi-butter::before {
	content: "";
}

.mi-butterfly::before {
	content: "";
}

.mi-c::before {
	content: "";
}

.mi-cabin::before {
	content: "";
}

.mi-cactus::before {
	content: "";
}

.mi-cage-empty::before {
	content: "";
}

.mi-cake-birthday::before {
	content: "";
}

.mi-cake-slice::before {
	content: "";
}

.mi-cake-wedding::before {
	content: "";
}

.mi-calculator::before {
	content: "";
}

.mi-calculator-bill::before {
	content: "";
}

.mi-calculator-math-tax::before {
	content: "";
}

.mi-calculator-money::before {
	content: "";
}

.mi-calculator-simple::before {
	content: "";
}

.mi-calendar::before {
	content: "";
}

.mi-calendar-arrow-down::before {
	content: "";
}

.mi-calendar-arrow-up::before {
	content: "";
}

.mi-calendar-birhtday-cake::before {
	content: "";
}

.mi-calendar-call::before {
	content: "";
}

.mi-calendar-check::before {
	content: "";
}

.mi-calendar-clock::before {
	content: "";
}

.mi-calendar-day::before {
	content: "";
}

.mi-calendar-days::before {
	content: "";
}

.mi-calendar-event-tax::before {
	content: "";
}

.mi-calendar-exclamation::before {
	content: "";
}

.mi-calendar-gavel-legal::before {
	content: "";
}

.mi-calendar-heart::before {
	content: "";
}

.mi-calendar-image::before {
	content: "";
}

.mi-calendar-lines::before {
	content: "";
}

.mi-calendar-lines-pen::before {
	content: "";
}

.mi-calendar-minus::before {
	content: "";
}

.mi-calendar-payment-loan::before {
	content: "";
}

.mi-calendar-pen::before {
	content: "";
}

.mi-calendar-plus::before {
	content: "";
}

.mi-calendar-salary::before {
	content: "";
}

.mi-calendar-star::before {
	content: "";
}

.mi-calendar-swap::before {
	content: "";
}

.mi-calendar-week::before {
	content: "";
}

.mi-calendar-xmark::before {
	content: "";
}

.mi-call-duration::before {
	content: "";
}

.mi-call-history::before {
	content: "";
}

.mi-call-incoming::before {
	content: "";
}

.mi-call-missed::before {
	content: "";
}

.mi-call-outgoing::before {
	content: "";
}

.mi-camcorder::before {
	content: "";
}

.mi-camera::before {
	content: "";
}

.mi-camera-cctv::before {
	content: "";
}

.mi-camera-movie::before {
	content: "";
}

.mi-camera-retro::before {
	content: "";
}

.mi-camera-rotate::before {
	content: "";
}

.mi-camera-security::before {
	content: "";
}

.mi-camera-slash::before {
	content: "";
}

.mi-camera-viewfinder::before {
	content: "";
}

.mi-campfire::before {
	content: "";
}

.mi-camping::before {
	content: "";
}

.mi-can-food::before {
	content: "";
}

.mi-candle-holder::before {
	content: "";
}

.mi-candle-lotus-yoga::before {
	content: "";
}

.mi-candle-pose-yoga::before {
	content: "";
}

.mi-candy::before {
	content: "";
}

.mi-candy-alt::before {
	content: "";
}

.mi-candy-bar::before {
	content: "";
}

.mi-candy-cane::before {
	content: "";
}

.mi-candy-corn::before {
	content: "";
}

.mi-candy-sweet::before {
	content: "";
}

.mi-cannabis::before {
	content: "";
}

.mi-canned-food::before {
	content: "";
}

.mi-capsules::before {
	content: "";
}

.mi-car::before {
	content: "";
}

.mi-car-alt::before {
	content: "";
}

.mi-car-battery::before {
	content: "";
}

.mi-car-bolt::before {
	content: "";
}

.mi-car-building::before {
	content: "";
}

.mi-car-bump::before {
	content: "";
}

.mi-car-bus::before {
	content: "";
}

.mi-car-circle-bolt::before {
	content: "";
}

.mi-car-crash::before {
	content: "";
}

.mi-car-garage::before {
	content: "";
}

.mi-car-journey::before {
	content: "";
}

.mi-car-mechanic::before {
	content: "";
}

.mi-car-rear::before {
	content: "";
}

.mi-car-side::before {
	content: "";
}

.mi-car-side-bolt::before {
	content: "";
}

.mi-car-tilt::before {
	content: "";
}

.mi-car-tunnel::before {
	content: "";
}

.mi-car-wash::before {
	content: "";
}

.mi-caravan::before {
	content: "";
}

.mi-caravan-alt::before {
	content: "";
}

.mi-card-club::before {
	content: "";
}

.mi-card-diamond::before {
	content: "";
}

.mi-card-heart::before {
	content: "";
}

.mi-card-spade::before {
	content: "";
}

.mi-cardinal-compass::before {
	content: "";
}

.mi-career-growth::before {
	content: "";
}

.mi-career-path::before {
	content: "";
}

.mi-caret-circle-down::before {
	content: "";
}

.mi-caret-circle-right::before {
	content: "";
}

.mi-caret-circle-up::before {
	content: "";
}

.mi-caret-down::before {
	content: "";
}

.mi-caret-left::before {
	content: "";
}

.mi-caret-quare-up::before {
	content: "";
}

.mi-caret-right::before {
	content: "";
}

.mi-caret-square-down::before {
	content: "";
}

.mi-caret-square-left::before {
	content: "";
}

.mi-caret-square-left_1::before {
	content: "";
}

.mi-caret-square-right::before {
	content: "";
}

.mi-caret-up::before {
	content: "";
}

.mi-carrot::before {
	content: "";
}

.mi-cars::before {
	content: "";
}

.mi-cars-crash::before {
	content: "";
}

.mi-cart-arrow-down::before {
	content: "";
}

.mi-cart-minus::before {
	content: "";
}

.mi-cart-shopping-fast::before {
	content: "";
}

.mi-cash-register::before {
	content: "";
}

.mi-cassette-tape::before {
	content: "";
}

.mi-cassette-vhs::before {
	content: "";
}

.mi-castle::before {
	content: "";
}

.mi-cat::before {
	content: "";
}

.mi-cat-head::before {
	content: "";
}

.mi-cat-space::before {
	content: "";
}

.mi-catalog::before {
	content: "";
}

.mi-catalog-alt::before {
	content: "";
}

.mi-catalog-magazine::before {
	content: "";
}

.mi-category::before {
	content: "";
}

.mi-category-alt::before {
	content: "";
}

.mi-cauldron::before {
	content: "";
}

.mi-cedi-sign::before {
	content: "";
}

.mi-cello::before {
	content: "";
}

.mi-cent-sign::before {
	content: "";
}

.mi-chair::before {
	content: "";
}

.mi-chair-office::before {
	content: "";
}

.mi-chalkboard::before {
	content: "";
}

.mi-chalkboard-user::before {
	content: "";
}

.mi-challenge::before {
	content: "";
}

.mi-challenge-alt::before {
	content: "";
}

.mi-channel::before {
	content: "";
}

.mi-charging-station::before {
	content: "";
}

.mi-chart-area::before {
	content: "";
}

.mi-chart-bullet::before {
	content: "";
}

.mi-chart-candlestick::before {
	content: "";
}

.mi-chart-connected::before {
	content: "";
}

.mi-chart-gantt::before {
	content: "";
}

.mi-chart-histogram::before {
	content: "";
}

.mi-chart-kanban::before {
	content: "";
}

.mi-chart-line-up::before {
	content: "";
}

.mi-chart-line-up-down::before {
	content: "";
}

.mi-chart-mixed::before {
	content: "";
}

.mi-chart-mixed-up-circle-currency::before {
	content: "";
}

.mi-chart-mixed-up-circle-dollar::before {
	content: "";
}

.mi-chart-network::before {
	content: "";
}

.mi-chart-pie::before {
	content: "";
}

.mi-chart-pie-alt::before {
	content: "";
}

.mi-chart-pie-simple-circle-currency::before {
	content: "";
}

.mi-chart-pie-simple-circle-dollar::before {
	content: "";
}

.mi-chart-pyramid::before {
	content: "";
}

.mi-chart-radar::before {
	content: "";
}

.mi-chart-scatter::before {
	content: "";
}

.mi-chart-scatter-3d::before {
	content: "";
}

.mi-chart-scatter-bubble::before {
	content: "";
}

.mi-chart-set-theory::before {
	content: "";
}

.mi-chart-simple::before {
	content: "";
}

.mi-chart-simple-horizontal::before {
	content: "";
}

.mi-chart-tree::before {
	content: "";
}

.mi-chart-tree-map::before {
	content: "";
}

.mi-chart-user::before {
	content: "";
}

.mi-chart-waterfall::before {
	content: "";
}

.mi-chat::before {
	content: "";
}

.mi-chat-arrow-down::before {
	content: "";
}

.mi-chat-arrow-grow::before {
	content: "";
}

.mi-chat-bubble-call::before {
	content: "";
}

.mi-chatbot::before {
	content: "";
}

.mi-chatbot-speech-bubble::before {
	content: "";
}

.mi-cheap::before {
	content: "";
}

.mi-cheap-bill::before {
	content: "";
}

.mi-cheap-dollar::before {
	content: "";
}

.mi-cheap-stack::before {
	content: "";
}

.mi-cheap-stack-dollar::before {
	content: "";
}

.mi-check::before {
	content: "";
}

.mi-check-circle::before {
	content: "";
}

.mi-check-double::before {
	content: "";
}

.mi-check-in-calendar::before {
	content: "";
}

.mi-check-out-calendar::before {
	content: "";
}

.mi-checkbox::before {
	content: "";
}

.mi-checklist-task-budget::before {
	content: "";
}

.mi-cheese::before {
	content: "";
}

.mi-cheese-alt::before {
	content: "";
}

.mi-cheeseburger::before {
	content: "";
}

.mi-cherry::before {
	content: "";
}

.mi-chess::before {
	content: "";
}

.mi-chess-bishop::before {
	content: "";
}

.mi-chess-board::before {
	content: "";
}

.mi-chess-clock::before {
	content: "";
}

.mi-chess-clock-alt::before {
	content: "";
}

.mi-chess-king::before {
	content: "";
}

.mi-chess-king-alt::before {
	content: "";
}

.mi-chess-knight::before {
	content: "";
}

.mi-chess-knight-alt::before {
	content: "";
}

.mi-chess-pawn-alt::before {
	content: "";
}

.mi-chess-piece::before {
	content: "";
}

.mi-chess-queen::before {
	content: "";
}

.mi-chess-queen-alt::before {
	content: "";
}

.mi-chess-rook::before {
	content: "";
}

.mi-chess-rook-alt::before {
	content: "";
}

.mi-chevron-double-down::before {
	content: "";
}

.mi-chevron-double-up::before {
	content: "";
}

.mi-child::before {
	content: "";
}

.mi-child-head::before {
	content: "";
}

.mi-chimney::before {
	content: "";
}

.mi-chip::before {
	content: "";
}

.mi-chocolate::before {
	content: "";
}

.mi-choir-singing::before {
	content: "";
}

.mi-choose::before {
	content: "";
}

.mi-choose-alt::before {
	content: "";
}

.mi-church::before {
	content: "";
}

.mi-circle::before {
	content: "";
}

.mi-circle-0::before {
	content: "";
}

.mi-circle-1::before {
	content: "";
}

.mi-circle-2::before {
	content: "";
}

.mi-circle-3::before {
	content: "";
}

.mi-circle-4::before {
	content: "";
}

.mi-circle-5::before {
	content: "";
}

.mi-circle-6::before {
	content: "";
}

.mi-circle-7::before {
	content: "";
}

.mi-circle-8::before {
	content: "";
}

.mi-circle-9::before {
	content: "";
}

.mi-circle-a::before {
	content: "";
}

.mi-circle-b::before {
	content: "";
}

.mi-circle-bolt::before {
	content: "";
}

.mi-circle-book-open::before {
	content: "";
}

.mi-circle-bookmark::before {
	content: "";
}

.mi-circle-c::before {
	content: "";
}

.mi-circle-calendar::before {
	content: "";
}

.mi-circle-camera::before {
	content: "";
}

.mi-circle-d::before {
	content: "";
}

.mi-circle-dashed::before {
	content: "";
}

.mi-circle-divide::before {
	content: "";
}

.mi-circle-e::before {
	content: "";
}

.mi-circle-ellipsis::before {
	content: "";
}

.mi-circle-ellipsis-vertical::before {
	content: "";
}

.mi-circle-envelope::before {
	content: "";
}

.mi-circle-exclamation-check::before {
	content: "";
}

.mi-circle-f::before {
	content: "";
}

.mi-circle-g::before {
	content: "";
}

.mi-circle-h::before {
	content: "";
}

.mi-circle-half::before {
	content: "";
}

.mi-circle-half-stroke::before {
	content: "";
}

.mi-circle-heart::before {
	content: "";
}

.mi-circle-i::before {
	content: "";
}

.mi-circle-j::before {
	content: "";
}

.mi-circle-k::before {
	content: "";
}

.mi-circle-l::before {
	content: "";
}

.mi-circle-m::before {
	content: "";
}

.mi-circle-microphone::before {
	content: "";
}

.mi-circle-microphone-lines::before {
	content: "";
}

.mi-circle-n::before {
	content: "";
}

.mi-circle-nodes::before {
	content: "";
}

.mi-circle-o::before {
	content: "";
}

.mi-circle-overlap::before {
	content: "";
}

.mi-circle-p::before {
	content: "";
}

.mi-circle-phone::before {
	content: "";
}

.mi-circle-phone-flip::before {
	content: "";
}

.mi-circle-phone-hangup::before {
	content: "";
}

.mi-circle-q::before {
	content: "";
}

.mi-circle-quarter::before {
	content: "";
}

.mi-circle-quarters-alt::before {
	content: "";
}

.mi-circle-r::before {
	content: "";
}

.mi-circle-s::before {
	content: "";
}

.mi-circle-small::before {
	content: "";
}

.mi-circle-star::before {
	content: "";
}

.mi-circle-t::before {
	content: "";
}

.mi-circle-three-quarters::before {
	content: "";
}

.mi-circle-trash::before {
	content: "";
}

.mi-circle-u::before {
	content: "";
}

.mi-circle-user::before {
	content: "";
}

.mi-circle-v::before {
	content: "";
}

.mi-circle-video::before {
	content: "";
}

.mi-circle-w::before {
	content: "";
}

.mi-circle-waveform-lines::before {
	content: "";
}

.mi-circle-x::before {
	content: "";
}

.mi-circle-xmark::before {
	content: "";
}

.mi-circle-y::before {
	content: "";
}

.mi-circle-z::before {
	content: "";
}

.mi-citrus::before {
	content: "";
}

.mi-citrus-slice::before {
	content: "";
}

.mi-city::before {
	content: "";
}

.mi-clapperboard::before {
	content: "";
}

.mi-clapperboard-play::before {
	content: "";
}

.mi-clarinet::before {
	content: "";
}

.mi-claw-marks::before {
	content: "";
}

.mi-clear-alt::before {
	content: "";
}

.mi-clip::before {
	content: "";
}

.mi-clip-file::before {
	content: "";
}

.mi-clip-mail::before {
	content: "";
}

.mi-clipboard::before {
	content: "";
}

.mi-clipboard-check::before {
	content: "";
}

.mi-clipboard-exclamation::before {
	content: "";
}

.mi-clipboard-list::before {
	content: "";
}

.mi-clipboard-list-check::before {
	content: "";
}

.mi-clipboard-prescription::before {
	content: "";
}

.mi-clipboard-question::before {
	content: "";
}

.mi-clipboard-user::before {
	content: "";
}

.mi-clipoard-wrong::before {
	content: "";
}

.mi-clock::before {
	content: "";
}

.mi-clock-desk::before {
	content: "";
}

.mi-clock-eight-thirty::before {
	content: "";
}

.mi-clock-eleven::before {
	content: "";
}

.mi-clock-eleven-thirty::before {
	content: "";
}

.mi-clock-five::before {
	content: "";
}

.mi-clock-five-thirty::before {
	content: "";
}

.mi-clock-four-thirty::before {
	content: "";
}

.mi-clock-nine::before {
	content: "";
}

.mi-clock-nine-thirty::before {
	content: "";
}

.mi-clock-one::before {
	content: "";
}

.mi-clock-one-thirty::before {
	content: "";
}

.mi-clock-seven::before {
	content: "";
}

.mi-clock-seven-thirty::before {
	content: "";
}

.mi-clock-six::before {
	content: "";
}

.mi-clock-six-thirty::before {
	content: "";
}

.mi-clock-ten::before {
	content: "";
}

.mi-clock-ten-thirty::before {
	content: "";
}

.mi-clock-three::before {
	content: "";
}

.mi-clock-three-thirty::before {
	content: "";
}

.mi-clock-time-tracking::before {
	content: "";
}

.mi-clock-twelve::before {
	content: "";
}

.mi-clock-twelve-thirty::before {
	content: "";
}

.mi-clock-two::before {
	content: "";
}

.mi-clock-two-thirty::before {
	content: "";
}

.mi-clock-up-arrow::before {
	content: "";
}

.mi-clone::before {
	content: "";
}

.mi-closed-captioning-slash::before {
	content: "";
}

.mi-clothes-hanger::before {
	content: "";
}

.mi-cloud::before {
	content: "";
}

.mi-cloud-back-up::before {
	content: "";
}

.mi-cloud-back-up-alt::before {
	content: "";
}

.mi-cloud-check::before {
	content: "";
}

.mi-cloud-code::before {
	content: "";
}

.mi-cloud-disabled::before {
	content: "";
}

.mi-cloud-download::before {
	content: "";
}

.mi-cloud-download-alt::before {
	content: "";
}

.mi-cloud-drizzle::before {
	content: "";
}

.mi-cloud-exclamation::before {
	content: "";
}

.mi-cloud-gear-automation::before {
	content: "";
}

.mi-cloud-hail::before {
	content: "";
}

.mi-cloud-hail-mixed::before {
	content: "";
}

.mi-cloud-meatball::before {
	content: "";
}

.mi-cloud-moon::before {
	content: "";
}

.mi-cloud-moon-rain::before {
	content: "";
}

.mi-cloud-question::before {
	content: "";
}

.mi-cloud-rain::before {
	content: "";
}

.mi-cloud-rainbow::before {
	content: "";
}

.mi-cloud-share::before {
	content: "";
}

.mi-cloud-showers::before {
	content: "";
}

.mi-cloud-showers-heavy::before {
	content: "";
}

.mi-cloud-sleet::before {
	content: "";
}

.mi-cloud-snow::before {
	content: "";
}

.mi-cloud-sun::before {
	content: "";
}

.mi-cloud-sun-rain::before {
	content: "";
}

.mi-cloud-upload::before {
	content: "";
}

.mi-cloud-upload-alt::before {
	content: "";
}

.mi-clouds::before {
	content: "";
}

.mi-clouds-moon::before {
	content: "";
}

.mi-clouds-sun::before {
	content: "";
}

.mi-clover-alt::before {
	content: "";
}

.mi-club::before {
	content: "";
}

.mi-cocktail::before {
	content: "";
}

.mi-cocktail-alt::before {
	content: "";
}

.mi-coconut::before {
	content: "";
}

.mi-code-branch::before {
	content: "";
}

.mi-code-commit::before {
	content: "";
}

.mi-code-compare::before {
	content: "";
}

.mi-code-fork::before {
	content: "";
}

.mi-code-merge::before {
	content: "";
}

.mi-code-pull-request::before {
	content: "";
}

.mi-code-pull-request-closed::before {
	content: "";
}

.mi-code-pull-request-draft::before {
	content: "";
}

.mi-code-simple::before {
	content: "";
}

.mi-coffee::before {
	content: "";
}

.mi-coffee-bean::before {
	content: "";
}

.mi-coffee-beans::before {
	content: "";
}

.mi-coffee-heart::before {
	content: "";
}

.mi-coffee-pot::before {
	content: "";
}

.mi-coffin::before {
	content: "";
}

.mi-coffin-cross::before {
	content: "";
}

.mi-coin::before {
	content: "";
}

.mi-coin-up-arrow::before {
	content: "";
}

.mi-coins::before {
	content: "";
}

.mi-colon-sign::before {
	content: "";
}

.mi-columns-3::before {
	content: "";
}

.mi-comet::before {
	content: "";
}

.mi-command::before {
	content: "";
}

.mi-comment::before {
	content: "";
}

.mi-comment-alt::before {
	content: "";
}

.mi-comment-alt-check::before {
	content: "";
}

.mi-comment-alt-dots::before {
	content: "";
}

.mi-comment-alt-edit::before {
	content: "";
}

.mi-comment-alt-medical::before {
	content: "";
}

.mi-comment-alt-middle::before {
	content: "";
}

.mi-comment-alt-middle-top::before {
	content: "";
}

.mi-comment-alt-minus::before {
	content: "";
}

.mi-comment-alt-music::before {
	content: "";
}

.mi-comment-arrow-down::before {
	content: "";
}

.mi-comment-arrow-up::before {
	content: "";
}

.mi-comment-arrow-up-right::before {
	content: "";
}

.mi-comment-check::before {
	content: "";
}

.mi-comment-code::before {
	content: "";
}

.mi-comment-dollar::before {
	content: "";
}

.mi-comment-dots::before {
	content: "";
}

.mi-comment-exclamation::before {
	content: "";
}

.mi-comment-heart::before {
	content: "";
}

.mi-comment-image::before {
	content: "";
}

.mi-comment-info::before {
	content: "";
}

.mi-comment-medical::before {
	content: "";
}

.mi-comment-minus::before {
	content: "";
}

.mi-comment-pen::before {
	content: "";
}

.mi-comment-question::before {
	content: "";
}

.mi-comment-quote::before {
	content: "";
}

.mi-comment-slash::before {
	content: "";
}

.mi-comment-smile::before {
	content: "";
}

.mi-comment-sms::before {
	content: "";
}

.mi-comment-text::before {
	content: "";
}

.mi-comment-user::before {
	content: "";
}

.mi-comment-xmark::before {
	content: "";
}

.mi-comments::before {
	content: "";
}

.mi-comments-dollar::before {
	content: "";
}

.mi-comments-question::before {
	content: "";
}

.mi-comments-question-check::before {
	content: "";
}

.mi-compass-alt::before {
	content: "";
}

.mi-compass-east::before {
	content: "";
}

.mi-compass-north::before {
	content: "";
}

.mi-compass-slash::before {
	content: "";
}

.mi-compass-south::before {
	content: "";
}

.mi-compass-west::before {
	content: "";
}

.mi-completed::before {
	content: "";
}

.mi-compliance::before {
	content: "";
}

.mi-compliance-clipboard::before {
	content: "";
}

.mi-compliance-document::before {
	content: "";
}

.mi-compress::before {
	content: "";
}

.mi-compress-alt::before {
	content: "";
}

.mi-computer::before {
	content: "";
}

.mi-computer-classic::before {
	content: "";
}

.mi-computer-mouse::before {
	content: "";
}

.mi-computer-speaker::before {
	content: "";
}

.mi-concierge-bell::before {
	content: "";
}

.mi-condition::before {
	content: "";
}

.mi-condition-alt::before {
	content: "";
}

.mi-confetti::before {
	content: "";
}

.mi-constellation::before {
	content: "";
}

.mi-container-storage::before {
	content: "";
}

.mi-convert-document::before {
	content: "";
}

.mi-convert-shapes::before {
	content: "";
}

.mi-conveyor-belt::before {
	content: "";
}

.mi-conveyor-belt-alt::before {
	content: "";
}

.mi-conveyor-belt-arm::before {
	content: "";
}

.mi-conveyor-belt-empty::before {
	content: "";
}

.mi-cookie::before {
	content: "";
}

.mi-cookie-alt::before {
	content: "";
}

.mi-copy::before {
	content: "";
}

.mi-copy-alt::before {
	content: "";
}

.mi-copy-image::before {
	content: "";
}

.mi-copyright::before {
	content: "";
}

.mi-corn::before {
	content: "";
}

.mi-corporate::before {
	content: "";
}

.mi-corporate-alt::before {
	content: "";
}

.mi-couch::before {
	content: "";
}

.mi-court-sport::before {
	content: "";
}

.mi-cow::before {
	content: "";
}

.mi-cow-alt::before {
	content: "";
}

.mi-cowbell::before {
	content: "";
}

.mi-cowbell-circle-plus::before {
	content: "";
}

.mi-cowbell-more::before {
	content: "";
}

.mi-crab::before {
	content: "";
}

.mi-crate-empty::before {
	content: "";
}

.mi-cream::before {
	content: "";
}

.mi-credit-card::before {
	content: "";
}

.mi-credit-card-buyer::before {
	content: "";
}

.mi-credit-card-eye::before {
	content: "";
}

.mi-cricket::before {
	content: "";
}

.mi-crm::before {
	content: "";
}

.mi-crm-alt::before {
	content: "";
}

.mi-crm-computer::before {
	content: "";
}

.mi-croissant::before {
	content: "";
}

.mi-cross::before {
	content: "";
}

.mi-cross-circle::before {
	content: "";
}

.mi-cross-religion::before {
	content: "";
}

.mi-cross-small::before {
	content: "";
}

.mi-crow::before {
	content: "";
}

.mi-crown::before {
	content: "";
}

.mi-crutch::before {
	content: "";
}

.mi-crutches::before {
	content: "";
}

.mi-cruzeiro-sign::before {
	content: "";
}

.mi-crypto-calendar::before {
	content: "";
}

.mi-cryptocurrency::before {
	content: "";
}

.mi-crystal-ball::before {
	content: "";
}

.mi-cube::before {
	content: "";
}

.mi-cubes::before {
	content: "";
}

.mi-cubes-stacked::before {
	content: "";
}

.mi-cucumber::before {
	content: "";
}

.mi-cup::before {
	content: "";
}

.mi-cup-straw::before {
	content: "";
}

.mi-cup-straw-swoosh::before {
	content: "";
}

.mi-cup-togo::before {
	content: "";
}

.mi-cupcake::before {
	content: "";
}

.mi-cupcake-alt::before {
	content: "";
}

.mi-curling::before {
	content: "";
}

.mi-cursor::before {
	content: "";
}

.mi-cursor-finger::before {
	content: "";
}

.mi-cursor-plus::before {
	content: "";
}

.mi-cursor-text::before {
	content: "";
}

.mi-cursor-text-alt::before {
	content: "";
}

.mi-curve::before {
	content: "";
}

.mi-curve-alt::before {
	content: "";
}

.mi-curve-arrow::before {
	content: "";
}

.mi-custard::before {
	content: "";
}

.mi-customer-care::before {
	content: "";
}

.mi-customer-service::before {
	content: "";
}

.mi-customization::before {
	content: "";
}

.mi-customization-cogwheel::before {
	content: "";
}

.mi-customize::before {
	content: "";
}

.mi-customize-computer::before {
	content: "";
}

.mi-customize-edit::before {
	content: "";
}

.mi-cv::before {
	content: "";
}

.mi-cvv-card::before {
	content: "";
}

.mi-d::before {
	content: "";
}

.mi-dagger::before {
	content: "";
}

.mi-daily-calendar::before {
	content: "";
}

.mi-damage::before {
	content: "";
}

.mi-dart::before {
	content: "";
}

.mi-dashboard::before {
	content: "";
}

.mi-dashboard-monitor::before {
	content: "";
}

.mi-dashboard-panel::before {
	content: "";
}

.mi-data-transfer::before {
	content: "";
}

.mi-database::before {
	content: "";
}

.mi-debt::before {
	content: "";
}

.mi-deck::before {
	content: "";
}

.mi-deer::before {
	content: "";
}

.mi-deer-rudolph::before {
	content: "";
}

.mi-delete::before {
	content: "";
}

.mi-delete-document::before {
	content: "";
}

.mi-delete-right::before {
	content: "";
}

.mi-delete-user::before {
	content: "";
}

.mi-democrat::before {
	content: "";
}

.mi-department::before {
	content: "";
}

.mi-department-structure::before {
	content: "";
}

.mi-deposit::before {
	content: "";
}

.mi-deposit-alt::before {
	content: "";
}

.mi-description::before {
	content: "";
}

.mi-description-alt::before {
	content: "";
}

.mi-desk::before {
	content: "";
}

.mi-desktop-arrow-down::before {
	content: "";
}

.mi-desktop-wallpaper::before {
	content: "";
}

.mi-devices::before {
	content: "";
}

.mi-dewpoint::before {
	content: "";
}

.mi-dharmachakra::before {
	content: "";
}

.mi-diagram-cells::before {
	content: "";
}

.mi-diagram-lean-canvas::before {
	content: "";
}

.mi-diagram-nested::before {
	content: "";
}

.mi-diagram-next::before {
	content: "";
}

.mi-diagram-predecessor::before {
	content: "";
}

.mi-diagram-previous::before {
	content: "";
}

.mi-diagram-project::before {
	content: "";
}

.mi-diagram-sankey::before {
	content: "";
}

.mi-diagram-subtask::before {
	content: "";
}

.mi-diagram-successor::before {
	content: "";
}

.mi-diagram-venn::before {
	content: "";
}

.mi-dial::before {
	content: "";
}

.mi-dial-high::before {
	content: "";
}

.mi-dial-low::before {
	content: "";
}

.mi-dial-max::before {
	content: "";
}

.mi-dial-med::before {
	content: "";
}

.mi-dial-med-low::before {
	content: "";
}

.mi-dial-min::before {
	content: "";
}

.mi-dial-off::before {
	content: "";
}

.mi-diamond::before {
	content: "";
}

.mi-diamond-exclamation::before {
	content: "";
}

.mi-diamond-turn-right::before {
	content: "";
}

.mi-diary-bookmark-down::before {
	content: "";
}

.mi-diary-bookmarks::before {
	content: "";
}

.mi-diary-clasp::before {
	content: "";
}

.mi-dice::before {
	content: "";
}

.mi-dice-alt::before {
	content: "";
}

.mi-dice-d10::before {
	content: "";
}

.mi-dice-d12::before {
	content: "";
}

.mi-dice-d20::before {
	content: "";
}

.mi-dice-d4::before {
	content: "";
}

.mi-dice-d6::before {
	content: "";
}

.mi-dice-d8::before {
	content: "";
}

.mi-dice-four::before {
	content: "";
}

.mi-dice-one::before {
	content: "";
}

.mi-dice-six::before {
	content: "";
}

.mi-dice-three::before {
	content: "";
}

.mi-dice-two::before {
	content: "";
}

.mi-digging::before {
	content: "";
}

.mi-digital-tachograph::before {
	content: "";
}

.mi-dinner::before {
	content: "";
}

.mi-diploma::before {
	content: "";
}

.mi-direction-signal::before {
	content: "";
}

.mi-direction-signal-arrow::before {
	content: "";
}

.mi-disc-drive::before {
	content: "";
}

.mi-disco-ball::before {
	content: "";
}

.mi-discover::before {
	content: "";
}

.mi-disease::before {
	content: "";
}

.mi-disk::before {
	content: "";
}

.mi-display-arrow-down::before {
	content: "";
}

.mi-display-chart-up::before {
	content: "";
}

.mi-display-code::before {
	content: "";
}

.mi-display-medical::before {
	content: "";
}

.mi-display-slash::before {
	content: "";
}

.mi-distribute-spacing-horizontal::before {
	content: "";
}

.mi-distribute-spacing-vertical::before {
	content: "";
}

.mi-divide::before {
	content: "";
}

.mi-dizzy::before {
	content: "";
}

.mi-dna::before {
	content: "";
}

.mi-do-not-enter::before {
	content: "";
}

.mi-doctor::before {
	content: "";
}

.mi-document::before {
	content: "";
}

.mi-document-circle-wrong::before {
	content: "";
}

.mi-document-paid::before {
	content: "";
}

.mi-document-signed::before {
	content: "";
}

.mi-dog::before {
	content: "";
}

.mi-dog-leashed::before {
	content: "";
}

.mi-dollar::before {
	content: "";
}

.mi-dolly-flatbed::before {
	content: "";
}

.mi-dolly-flatbed-alt::before {
	content: "";
}

.mi-dolly-flatbed-empty::before {
	content: "";
}

.mi-dolphin::before {
	content: "";
}

.mi-domino-effect::before {
	content: "";
}

.mi-donate::before {
	content: "";
}

.mi-dong-sign::before {
	content: "";
}

.mi-donut::before {
	content: "";
}

.mi-door-closed::before {
	content: "";
}

.mi-door-open::before {
	content: "";
}

.mi-dot-circle::before {
	content: "";
}

.mi-dot-pending::before {
	content: "";
}

.mi-dove::before {
	content: "";
}

.mi-down::before {
	content: "";
}

.mi-down-from-bracket::before {
	content: "";
}

.mi-down-left::before {
	content: "";
}

.mi-down-left-and-up-right-to-center::before {
	content: "";
}

.mi-down-right::before {
	content: "";
}

.mi-down-to-line::before {
	content: "";
}

.mi-download::before {
	content: "";
}

.mi-drafting-compass::before {
	content: "";
}

.mi-dragon::before {
	content: "";
}

.mi-draw-polygon::before {
	content: "";
}

.mi-draw-square::before {
	content: "";
}

.mi-drawer::before {
	content: "";
}

.mi-drawer-alt::before {
	content: "";
}

.mi-drawer-empty::before {
	content: "";
}

.mi-dreidel::before {
	content: "";
}

.mi-drink-alt::before {
	content: "";
}

.mi-driver-man::before {
	content: "";
}

.mi-driver-woman::before {
	content: "";
}

.mi-drone::before {
	content: "";
}

.mi-drone-alt::before {
	content: "";
}

.mi-drone-front::before {
	content: "";
}

.mi-drop-down::before {
	content: "";
}

.mi-dropdown::before {
	content: "";
}

.mi-dropdown-select::before {
	content: "";
}

.mi-drum::before {
	content: "";
}

.mi-drum-steelpan::before {
	content: "";
}

.mi-drumstick::before {
	content: "";
}

.mi-drumstick-bite::before {
	content: "";
}

.mi-dryer::before {
	content: "";
}

.mi-dryer-alt::before {
	content: "";
}

.mi-duck::before {
	content: "";
}

.mi-dumbbell-fitness::before {
	content: "";
}

.mi-dumbbell-horizontal::before {
	content: "";
}

.mi-dumbbell-ray::before {
	content: "";
}

.mi-dumbbell-weightlifting::before {
	content: "";
}

.mi-dumpster::before {
	content: "";
}

.mi-dumpster-fire::before {
	content: "";
}

.mi-dungeon::before {
	content: "";
}

.mi-duplicate::before {
	content: "";
}

.mi-duration::before {
	content: "";
}

.mi-duration-alt::before {
	content: "";
}

.mi-e::before {
	content: "";
}

.mi-e-learning::before {
	content: "";
}

.mi-ear::before {
	content: "";
}

.mi-ear-deaf::before {
	content: "";
}

.mi-ear-muffs::before {
	content: "";
}

.mi-earnings::before {
	content: "";
}

.mi-earth-americas::before {
	content: "";
}

.mi-earth-asia::before {
	content: "";
}

.mi-eclipse::before {
	content: "";
}

.mi-eclipse-alt::before {
	content: "";
}

.mi-edit::before {
	content: "";
}

.mi-edit-alt::before {
	content: "";
}

.mi-effect::before {
	content: "";
}

.mi-egg::before {
	content: "";
}

.mi-egg-fried::before {
	content: "";
}

.mi-eject::before {
	content: "";
}

.mi-elephant::before {
	content: "";
}

.mi-elevator::before {
	content: "";
}

.mi-email-pending::before {
	content: "";
}

.mi-employee-alt::before {
	content: "";
}

.mi-employee-handbook::before {
	content: "";
}

.mi-employee-man::before {
	content: "";
}

.mi-employee-man-alt::before {
	content: "";
}

.mi-employees::before {
	content: "";
}

.mi-employees-woman-man::before {
	content: "";
}

.mi-empty-set::before {
	content: "";
}

.mi-endless-loop::before {
	content: "";
}

.mi-engine::before {
	content: "";
}

.mi-engine-warning::before {
	content: "";
}

.mi-enter::before {
	content: "";
}

.mi-envelope::before {
	content: "";
}

.mi-envelope-ban::before {
	content: "";
}

.mi-envelope-bulk::before {
	content: "";
}

.mi-envelope-dot::before {
	content: "";
}

.mi-envelope-download::before {
	content: "";
}

.mi-envelope-heart::before {
	content: "";
}

.mi-envelope-marker::before {
	content: "";
}

.mi-envelope-open::before {
	content: "";
}

.mi-envelope-open-dollar::before {
	content: "";
}

.mi-envelope-open-text::before {
	content: "";
}

.mi-envelope-plus::before {
	content: "";
}

.mi-envelopes::before {
	content: "";
}

.mi-equality::before {
	content: "";
}

.mi-equals::before {
	content: "";
}

.mi-eraser::before {
	content: "";
}

.mi-error-camera::before {
	content: "";
}

.mi-escalator::before {
	content: "";
}

.mi-ethernet::before {
	content: "";
}

.mi-euro::before {
	content: "";
}

.mi-excavator::before {
	content: "";
}

.mi-exchange::before {
	content: "";
}

.mi-exchange-alt::before {
	content: "";
}

.mi-exchange-cryptocurrency::before {
	content: "";
}

.mi-exclamation::before {
	content: "";
}

.mi-exit::before {
	content: "";
}

.mi-exit-alt::before {
	content: "";
}

.mi-expand::before {
	content: "";
}

.mi-expand-arrows::before {
	content: "";
}

.mi-expand-arrows-alt::before {
	content: "";
}

.mi-expense::before {
	content: "";
}

.mi-expense-bill::before {
	content: "";
}

.mi-external-hard-drive::before {
	content: "";
}

.mi-external-world::before {
	content: "";
}

.mi-eye::before {
	content: "";
}

.mi-eye-crossed::before {
	content: "";
}

.mi-eye-dropper::before {
	content: "";
}

.mi-eye-dropper-half::before {
	content: "";
}

.mi-eyes::before {
	content: "";
}

.mi-f::before {
	content: "";
}

.mi-fabric::before {
	content: "";
}

.mi-face-angry-horns::before {
	content: "";
}

.mi-face-anguished::before {
	content: "";
}

.mi-face-anxious-sweat::before {
	content: "";
}

.mi-face-astonished::before {
	content: "";
}

.mi-face-awesome::before {
	content: "";
}

.mi-face-beam-hand-over-mouth::before {
	content: "";
}

.mi-face-confounded::before {
	content: "";
}

.mi-face-confused::before {
	content: "";
}

.mi-face-cowboy-hat::before {
	content: "";
}

.mi-face-disappointed::before {
	content: "";
}

.mi-face-disguise::before {
	content: "";
}

.mi-face-downcast-sweat::before {
	content: "";
}

.mi-face-drooling::before {
	content: "";
}

.mi-face-explode::before {
	content: "";
}

.mi-face-expressionless::before {
	content: "";
}

.mi-face-eyes-xmarks::before {
	content: "";
}

.mi-face-fearful::before {
	content: "";
}

.mi-face-glasses::before {
	content: "";
}

.mi-face-grin-tongue-wink::before {
	content: "";
}

.mi-face-hand-yawn::before {
	content: "";
}

.mi-face-head-bandage::before {
	content: "";
}

.mi-face-hushed::before {
	content: "";
}

.mi-face-icicles::before {
	content: "";
}

.mi-face-mask::before {
	content: "";
}

.mi-face-monocle::before {
	content: "";
}

.mi-face-nauseated::before {
	content: "";
}

.mi-face-nose-steam::before {
	content: "";
}

.mi-face-pensive::before {
	content: "";
}

.mi-face-persevering::before {
	content: "";
}

.mi-face-pleading::before {
	content: "";
}

.mi-face-raised-eyebrow::before {
	content: "";
}

.mi-face-relieved::before {
	content: "";
}

.mi-face-sad-sweat::before {
	content: "";
}

.mi-face-scream::before {
	content: "";
}

.mi-face-sleeping::before {
	content: "";
}

.mi-face-sleepy::before {
	content: "";
}

.mi-face-smile-halo::before {
	content: "";
}

.mi-face-smile-hearts::before {
	content: "";
}

.mi-face-smile-horns::before {
	content: "";
}

.mi-face-smile-tear::before {
	content: "";
}

.mi-face-smile-tongue::before {
	content: "";
}

.mi-face-smile-upside-down::before {
	content: "";
}

.mi-face-smiling-hands::before {
	content: "";
}

.mi-face-smirking::before {
	content: "";
}

.mi-face-sunglasses::before {
	content: "";
}

.mi-face-sunglasses-alt::before {
	content: "";
}

.mi-face-thermometer::before {
	content: "";
}

.mi-face-thinking::before {
	content: "";
}

.mi-face-tongue-money::before {
	content: "";
}

.mi-face-tongue-sweat::before {
	content: "";
}

.mi-face-unamused::before {
	content: "";
}

.mi-face-viewfinder::before {
	content: "";
}

.mi-face-weary::before {
	content: "";
}

.mi-face-worried::before {
	content: "";
}

.mi-face-zany::before {
	content: "";
}

.mi-fail::before {
	content: "";
}

.mi-falafel::before {
	content: "";
}

.mi-family::before {
	content: "";
}

.mi-family-dress::before {
	content: "";
}

.mi-family-pants::before {
	content: "";
}

.mi-fan::before {
	content: "";
}

.mi-fan-table::before {
	content: "";
}

.mi-farm::before {
	content: "";
}

.mi-faucet::before {
	content: "";
}

.mi-faucet-drip::before {
	content: "";
}

.mi-fax::before {
	content: "";
}

.mi-feather::before {
	content: "";
}

.mi-feather-pointed::before {
	content: "";
}

.mi-features::before {
	content: "";
}

.mi-features-alt::before {
	content: "";
}

.mi-fee::before {
	content: "";
}

.mi-fee-receipt::before {
	content: "";
}

.mi-feedback::before {
	content: "";
}

.mi-feedback-alt::before {
	content: "";
}

.mi-feedback-cycle-loop::before {
	content: "";
}

.mi-feedback-hand::before {
	content: "";
}

.mi-feedback-review::before {
	content: "";
}

.mi-fence::before {
	content: "";
}

.mi-ferris-wheel::before {
	content: "";
}

.mi-fighter-jet::before {
	content: "";
}

.mi-file::before {
	content: "";
}

.mi-file-ai::before {
	content: "";
}

.mi-file-audio::before {
	content: "";
}

.mi-file-binary::before {
	content: "";
}

.mi-file-chart-line::before {
	content: "";
}

.mi-file-chart-pie::before {
	content: "";
}

.mi-file-circle-info::before {
	content: "";
}

.mi-file-cloud::before {
	content: "";
}

.mi-file-code::before {
	content: "";
}

.mi-file-csv::before {
	content: "";
}

.mi-file-download::before {
	content: "";
}

.mi-file-edit::before {
	content: "";
}

.mi-file-eps::before {
	content: "";
}

.mi-file-excel::before {
	content: "";
}

.mi-file-exclamation::before {
	content: "";
}

.mi-file-export::before {
	content: "";
}

.mi-file-image::before {
	content: "";
}

.mi-file-import::before {
	content: "";
}

.mi-file-invoice::before {
	content: "";
}

.mi-file-invoice-dollar::before {
	content: "";
}

.mi-file-medical::before {
	content: "";
}

.mi-file-medical-alt::before {
	content: "";
}

.mi-file-minus::before {
	content: "";
}

.mi-file-pdf::before {
	content: "";
}

.mi-file-powerpoint::before {
	content: "";
}

.mi-file-prescription::before {
	content: "";
}

.mi-file-psd::before {
	content: "";
}

.mi-file-signature::before {
	content: "";
}

.mi-file-spreadsheet::before {
	content: "";
}

.mi-file-upload::before {
	content: "";
}

.mi-file-user::before {
	content: "";
}

.mi-file-video::before {
	content: "";
}

.mi-file-word::before {
	content: "";
}

.mi-file-zipper::before {
	content: "";
}

.mi-files-medical::before {
	content: "";
}

.mi-fill::before {
	content: "";
}

.mi-film::before {
	content: "";
}

.mi-film-canister::before {
	content: "";
}

.mi-film-slash::before {
	content: "";
}

.mi-films::before {
	content: "";
}

.mi-filter::before {
	content: "";
}

.mi-filter-list::before {
	content: "";
}

.mi-filter-slash::before {
	content: "";
}

.mi-filters::before {
	content: "";
}

.mi-fingerprint::before {
	content: "";
}

.mi-fingerprint-security-risk::before {
	content: "";
}

.mi-fire-burner::before {
	content: "";
}

.mi-fire-extinguisher::before {
	content: "";
}

.mi-fire-flame-curved::before {
	content: "";
}

.mi-fire-flame-simple::before {
	content: "";
}

.mi-fire-hydrant::before {
	content: "";
}

.mi-fire-smoke::before {
	content: "";
}

.mi-fireplace::before {
	content: "";
}

.mi-first::before {
	content: "";
}

.mi-first-award::before {
	content: "";
}

.mi-first-laurel::before {
	content: "";
}

.mi-first-medal::before {
	content: "";
}

.mi-fish::before {
	content: "";
}

.mi-fish-bones::before {
	content: "";
}

.mi-fish-cooked::before {
	content: "";
}

.mi-fishing-rod::before {
	content: "";
}

.mi-fist-move::before {
	content: "";
}

.mi-flag::before {
	content: "";
}

.mi-flag-alt::before {
	content: "";
}

.mi-flag-checkered::before {
	content: "";
}

.mi-flag-usa::before {
	content: "";
}

.mi-flame::before {
	content: "";
}

.mi-flashlight::before {
	content: "";
}

.mi-flask::before {
	content: "";
}

.mi-flask-gear::before {
	content: "";
}

.mi-flask-poison::before {
	content: "";
}

.mi-flask-potion::before {
	content: "";
}

.mi-flatbread::before {
	content: "";
}

.mi-flatbread-stuffed::before {
	content: "";
}

.mi-flip-horizontal::before {
	content: "";
}

.mi-floor::before {
	content: "";
}

.mi-floor-alt::before {
	content: "";
}

.mi-floor-layer::before {
	content: "";
}

.mi-floppy-disk-circle-arrow-right::before {
	content: "";
}

.mi-floppy-disk-circle-xmark::before {
	content: "";
}

.mi-floppy-disk-pen::before {
	content: "";
}

.mi-floppy-disks::before {
	content: "";
}

.mi-florin-sign::before {
	content: "";
}

.mi-flower::before {
	content: "";
}

.mi-flower-bouquet::before {
	content: "";
}

.mi-flower-butterfly::before {
	content: "";
}

.mi-flower-daffodil::before {
	content: "";
}

.mi-flower-tulip::before {
	content: "";
}

.mi-flushed::before {
	content: "";
}

.mi-flute::before {
	content: "";
}

.mi-flux-capacitor::before {
	content: "";
}

.mi-fly-insect::before {
	content: "";
}

.mi-flying-disc::before {
	content: "";
}

.mi-fog::before {
	content: "";
}

.mi-folder::before {
	content: "";
}

.mi-folder-download::before {
	content: "";
}

.mi-folder-fire::before {
	content: "";
}

.mi-folder-minus::before {
	content: "";
}

.mi-folder-open::before {
	content: "";
}

.mi-folder-times::before {
	content: "";
}

.mi-folder-tree::before {
	content: "";
}

.mi-folder-upload::before {
	content: "";
}

.mi-folder-xmark::before {
	content: "";
}

.mi-folders::before {
	content: "";
}

.mi-follow-folder::before {
	content: "";
}

.mi-followcollection::before {
	content: "";
}

.mi-following::before {
	content: "";
}

.mi-fondue-pot::before {
	content: "";
}

.mi-food-service::before {
	content: "";
}

.mi-football::before {
	content: "";
}

.mi-foreign-language-audio::before {
	content: "";
}

.mi-fork::before {
	content: "";
}

.mi-forklift::before {
	content: "";
}

.mi-form::before {
	content: "";
}

.mi-fort::before {
	content: "";
}

.mi-forward::before {
	content: "";
}

.mi-forward-fast::before {
	content: "";
}

.mi-fox::before {
	content: "";
}

.mi-frame::before {
	content: "";
}

.mi-franc-sign::before {
	content: "";
}

.mi-free::before {
	content: "";
}

.mi-free-delivery::before {
	content: "";
}

.mi-french-fries::before {
	content: "";
}

.mi-friday::before {
	content: "";
}

.mi-frog::before {
	content: "";
}

.mi-frown::before {
	content: "";
}

.mi-ftp::before {
	content: "";
}

.mi-fuel-gauge::before {
	content: "";
}

.mi-function::before {
	content: "";
}

.mi-function-process::before {
	content: "";
}

.mi-function-square::before {
	content: "";
}

.mi-funnel-dollar::before {
	content: "";
}

.mi-g::before {
	content: "";
}

.mi-galaxy::before {
	content: "";
}

.mi-galaxy-planet::before {
	content: "";
}

.mi-galaxy-star::before {
	content: "";
}

.mi-gallery::before {
	content: "";
}

.mi-gallery-thumbnails::before {
	content: "";
}

.mi-game-board-alt::before {
	content: "";
}

.mi-gamepad::before {
	content: "";
}

.mi-garage::before {
	content: "";
}

.mi-garage-car::before {
	content: "";
}

.mi-garage-open::before {
	content: "";
}

.mi-garlic::before {
	content: "";
}

.mi-garlic-alt::before {
	content: "";
}

.mi-gas-pump::before {
	content: "";
}

.mi-gas-pump-alt::before {
	content: "";
}

.mi-gas-pump-slash::before {
	content: "";
}

.mi-gauge-circle-bolt::before {
	content: "";
}

.mi-gauge-circle-minus::before {
	content: "";
}

.mi-gauge-circle-plus::before {
	content: "";
}

.mi-gavel::before {
	content: "";
}

.mi-gears::before {
	content: "";
}

.mi-gem::before {
	content: "";
}

.mi-general::before {
	content: "";
}

.mi-ghost::before {
	content: "";
}

.mi-gif::before {
	content: "";
}

.mi-gif-square::before {
	content: "";
}

.mi-gift::before {
	content: "";
}

.mi-gift-box-benefits::before {
	content: "";
}

.mi-gift-card::before {
	content: "";
}

.mi-gifts::before {
	content: "";
}

.mi-gingerbread-man::before {
	content: "";
}

.mi-glass::before {
	content: "";
}

.mi-glass-champagne::before {
	content: "";
}

.mi-glass-cheers::before {
	content: "";
}

.mi-glass-citrus::before {
	content: "";
}

.mi-glass-empty::before {
	content: "";
}

.mi-glass-half::before {
	content: "";
}

.mi-glass-water-droplet::before {
	content: "";
}

.mi-glass-whiskey::before {
	content: "";
}

.mi-glass-whiskey-rocks::before {
	content: "";
}

.mi-glasses::before {
	content: "";
}

.mi-globe::before {
	content: "";
}

.mi-globe-alt::before {
	content: "";
}

.mi-globe-pointer::before {
	content: "";
}

.mi-globe-snow::before {
	content: "";
}

.mi-goal-net::before {
	content: "";
}

.mi-golf::before {
	content: "";
}

.mi-golf-ball::before {
	content: "";
}

.mi-golf-hole::before {
	content: "";
}

.mi-gopuram::before {
	content: "";
}

.mi-government-budget::before {
	content: "";
}

.mi-government-flag::before {
	content: "";
}

.mi-government-user::before {
	content: "";
}

.mi-gps-navigation::before {
	content: "";
}

.mi-graduation-cap::before {
	content: "";
}

.mi-gramophone::before {
	content: "";
}

.mi-grape::before {
	content: "";
}

.mi-graph-curve::before {
	content: "";
}

.mi-graphic-style::before {
	content: "";
}

.mi-graphic-tablet::before {
	content: "";
}

.mi-grate::before {
	content: "";
}

.mi-grate-droplet::before {
	content: "";
}

.mi-greater-than::before {
	content: "";
}

.mi-greater-than-equal::before {
	content: "";
}

.mi-greek-helmet::before {
	content: "";
}

.mi-grid::before {
	content: "";
}

.mi-grid-alt::before {
	content: "";
}

.mi-grid-dividers::before {
	content: "";
}

.mi-grill::before {
	content: "";
}

.mi-grill-hot-alt::before {
	content: "";
}

.mi-grimace::before {
	content: "";
}

.mi-grin::before {
	content: "";
}

.mi-grin-alt::before {
	content: "";
}

.mi-grin-beam::before {
	content: "";
}

.mi-grin-beam-sweat::before {
	content: "";
}

.mi-grin-hearts::before {
	content: "";
}

.mi-grin-squint::before {
	content: "";
}

.mi-grin-squint-tears::before {
	content: "";
}

.mi-grin-stars::before {
	content: "";
}

.mi-grin-tears::before {
	content: "";
}

.mi-grin-tongue::before {
	content: "";
}

.mi-grin-tongue-squint::before {
	content: "";
}

.mi-grin-tongue-wink::before {
	content: "";
}

.mi-grin-wink::before {
	content: "";
}

.mi-grip-dots::before {
	content: "";
}

.mi-grip-dots-vertical::before {
	content: "";
}

.mi-grip-horizontal::before {
	content: "";
}

.mi-grip-lines::before {
	content: "";
}

.mi-grip-lines-vertical::before {
	content: "";
}

.mi-grip-vertical::before {
	content: "";
}

.mi-grocery-bag::before {
	content: "";
}

.mi-grocery-basket::before {
	content: "";
}

.mi-group-arrows-rotate::before {
	content: "";
}

.mi-group-call::before {
	content: "";
}

.mi-group-community-social-media::before {
	content: "";
}

.mi-growth-chart-invest::before {
	content: "";
}

.mi-guarani-sign::before {
	content: "";
}

.mi-guide::before {
	content: "";
}

.mi-guide-alt::before {
	content: "";
}

.mi-guitar::before {
	content: "";
}

.mi-guitar-electric::before {
	content: "";
}

.mi-guitars::before {
	content: "";
}

.mi-gun-squirt::before {
	content: "";
}

.mi-gym::before {
	content: "";
}

.mi-h::before {
	content: "";
}

.mi-h-square::before {
	content: "";
}

.mi-h1::before {
	content: "";
}

.mi-h2::before {
	content: "";
}

.mi-h3::before {
	content: "";
}

.mi-h4::before {
	content: "";
}

.mi-hair-clipper::before {
	content: "";
}

.mi-hamburger::before {
	content: "";
}

.mi-hamburger-soda::before {
	content: "";
}

.mi-hammer::before {
	content: "";
}

.mi-hammer-crash::before {
	content: "";
}

.mi-hammer-war::before {
	content: "";
}

.mi-hamsa::before {
	content: "";
}

.mi-hand::before {
	content: "";
}

.mi-hand-back-fist::before {
	content: "";
}

.mi-hand-back-point-down::before {
	content: "";
}

.mi-hand-back-point-left::before {
	content: "";
}

.mi-hand-back-point-ribbon::before {
	content: "";
}

.mi-hand-back-point-right::before {
	content: "";
}

.mi-hand-bill::before {
	content: "";
}

.mi-hand-dots::before {
	content: "";
}

.mi-hand-fingers-crossed::before {
	content: "";
}

.mi-hand-fist::before {
	content: "";
}

.mi-hand-heart::before {
	content: "";
}

.mi-hand-holding-box::before {
	content: "";
}

.mi-hand-holding-droplet::before {
	content: "";
}

.mi-hand-holding-heart::before {
	content: "";
}

.mi-hand-holding-magic::before {
	content: "";
}

.mi-hand-holding-medical::before {
	content: "";
}

.mi-hand-holding-seeding::before {
	content: "";
}

.mi-hand-holding-skull::before {
	content: "";
}

.mi-hand-holding-usd::before {
	content: "";
}

.mi-hand-holding-water::before {
	content: "";
}

.mi-hand-horns::before {
	content: "";
}

.mi-hand-lizard::before {
	content: "";
}

.mi-hand-love::before {
	content: "";
}

.mi-hand-middle-finger::before {
	content: "";
}

.mi-hand-paper::before {
	content: "";
}

.mi-hand-peace::before {
	content: "";
}

.mi-hand-point-ribbon::before {
	content: "";
}

.mi-hand-scissors::before {
	content: "";
}

.mi-hand-sparkles::before {
	content: "";
}

.mi-hand-spock::before {
	content: "";
}

.mi-hand-wave::before {
	content: "";
}

.mi-handmade::before {
	content: "";
}

.mi-hands-bubbles::before {
	content: "";
}

.mi-hands-clapping::before {
	content: "";
}

.mi-hands-heart::before {
	content: "";
}

.mi-hands-holding::before {
	content: "";
}

.mi-hands-holding-diamond::before {
	content: "";
}

.mi-hands-usd::before {
	content: "";
}

.mi-handshake::before {
	content: "";
}

.mi-handshake-angle::before {
	content: "";
}

.mi-handshake-deal-loan::before {
	content: "";
}

.mi-handshake-simple-slash::before {
	content: "";
}

.mi-handshake-trust::before {
	content: "";
}

.mi-hard-hat::before {
	content: "";
}

.mi-hastag::before {
	content: "";
}

.mi-hat-beach::before {
	content: "";
}

.mi-hat-birthday::before {
	content: "";
}

.mi-hat-chef::before {
	content: "";
}

.mi-hat-cowboy::before {
	content: "";
}

.mi-hat-cowboy-side::before {
	content: "";
}

.mi-hat-santa::before {
	content: "";
}

.mi-hat-winter::before {
	content: "";
}

.mi-hat-witch::before {
	content: "";
}

.mi-hdd::before {
	content: "";
}

.mi-head-side::before {
	content: "";
}

.mi-head-side-brain::before {
	content: "";
}

.mi-head-side-cough::before {
	content: "";
}

.mi-head-side-cough-slash::before {
	content: "";
}

.mi-head-side-headphones::before {
	content: "";
}

.mi-head-side-heart::before {
	content: "";
}

.mi-head-side-mask::before {
	content: "";
}

.mi-head-side-medical::before {
	content: "";
}

.mi-head-side-thinking::before {
	content: "";
}

.mi-head-side-virus::before {
	content: "";
}

.mi-head-vr::before {
	content: "";
}

.mi-heading::before {
	content: "";
}

.mi-headphones::before {
	content: "";
}

.mi-headset::before {
	content: "";
}

.mi-heart::before {
	content: "";
}

.mi-heart-arrow::before {
	content: "";
}

.mi-heart-brain::before {
	content: "";
}

.mi-heart-crack::before {
	content: "";
}

.mi-heart-half::before {
	content: "";
}

.mi-heart-half-stroke::before {
	content: "";
}

.mi-heart-health-muscle::before {
	content: "";
}

.mi-heart-lock::before {
	content: "";
}

.mi-heart-partner-handshake::before {
	content: "";
}

.mi-heart-rate::before {
	content: "";
}

.mi-heart-slash::before {
	content: "";
}

.mi-heart-upside-down::before {
	content: "";
}

.mi-heat::before {
	content: "";
}

.mi-helicopter-side::before {
	content: "";
}

.mi-helmet-battle::before {
	content: "";
}

.mi-hexagon::before {
	content: "";
}

.mi-hexagon-check::before {
	content: "";
}

.mi-hexagon-divide::before {
	content: "";
}

.mi-hexagon-exclamation::before {
	content: "";
}

.mi-high-definition::before {
	content: "";
}

.mi-high-five::before {
	content: "";
}

.mi-high-five-celebration-yes::before {
	content: "";
}

.mi-highlighter::before {
	content: "";
}

.mi-highlighter-line::before {
	content: "";
}

.mi-hiking::before {
	content: "";
}

.mi-hippo::before {
	content: "";
}

.mi-hockey-puck::before {
	content: "";
}

.mi-hockey-stick-puck::before {
	content: "";
}

.mi-hockey-sticks::before {
	content: "";
}

.mi-holding-hand-gear::before {
	content: "";
}

.mi-holding-hand-revenue::before {
	content: "";
}

.mi-holly-berry::before {
	content: "";
}

.mi-home::before {
	content: "";
}

.mi-honey-pot::before {
	content: "";
}

.mi-hood-cloak::before {
	content: "";
}

.mi-horizontal-rule::before {
	content: "";
}

.mi-horse::before {
	content: "";
}

.mi-horse-head::before {
	content: "";
}

.mi-horse-saddle::before {
	content: "";
}

.mi-horseshoe::before {
	content: "";
}

.mi-horseshoe-broken::before {
	content: "";
}

.mi-hose::before {
	content: "";
}

.mi-hose-reel::before {
	content: "";
}

.mi-hospital::before {
	content: "";
}

.mi-hospital-symbol::before {
	content: "";
}

.mi-hospital-user::before {
	content: "";
}

.mi-hospitals::before {
	content: "";
}

.mi-hot-tub::before {
	content: "";
}

.mi-hotdog::before {
	content: "";
}

.mi-hotel::before {
	content: "";
}

.mi-hourglass::before {
	content: "";
}

.mi-hourglass-end::before {
	content: "";
}

.mi-hourglass-start::before {
	content: "";
}

.mi-house::before {
	content: "";
}

.mi-house-building::before {
	content: "";
}

.mi-house-window::before {
	content: "";
}

.mi-hr::before {
	content: "";
}

.mi-hr-group::before {
	content: "";
}

.mi-hr-person::before {
	content: "";
}

.mi-hryvnia::before {
	content: "";
}

.mi-humidity::before {
	content: "";
}

.mi-hundred-points::before {
	content: "";
}

.mi-hurricane::before {
	content: "";
}

.mi-i::before {
	content: "";
}

.mi-ice-cream::before {
	content: "";
}

.mi-ice-skate::before {
	content: "";
}

.mi-icicles::before {
	content: "";
}

.mi-icon-star::before {
	content: "";
}

.mi-id-badge::before {
	content: "";
}

.mi-id-card-clip-alt::before {
	content: "";
}

.mi-igloo::before {
	content: "";
}

.mi-image-slash::before {
	content: "";
}

.mi-images::before {
	content: "";
}

.mi-images-user::before {
	content: "";
}

.mi-improve-user::before {
	content: "";
}

.mi-inbox::before {
	content: "";
}

.mi-inbox-full::before {
	content: "";
}

.mi-inbox-in::before {
	content: "";
}

.mi-inbox-out::before {
	content: "";
}

.mi-inboxes::before {
	content: "";
}

.mi-incense-sticks-yoga::before {
	content: "";
}

.mi-incognito::before {
	content: "";
}

.mi-indent::before {
	content: "";
}

.mi-indian-rupee-sign::before {
	content: "";
}

.mi-industry-alt::before {
	content: "";
}

.mi-industry-windows::before {
	content: "";
}

.mi-infinity::before {
	content: "";
}

.mi-info::before {
	content: "";
}

.mi-info-guide::before {
	content: "";
}

.mi-information::before {
	content: "";
}

.mi-inhaler::before {
	content: "";
}

.mi-input-numeric::before {
	content: "";
}

.mi-input-pipe::before {
	content: "";
}

.mi-input-text::before {
	content: "";
}

.mi-insert::before {
	content: "";
}

.mi-insert-alt::before {
	content: "";
}

.mi-insert-arrows::before {
	content: "";
}

.mi-insert-button-circle::before {
	content: "";
}

.mi-insert-credit-card::before {
	content: "";
}

.mi-insert-square::before {
	content: "";
}

.mi-insight::before {
	content: "";
}

.mi-insight-alt::before {
	content: "";
}

.mi-insight-head::before {
	content: "";
}

.mi-integral::before {
	content: "";
}

.mi-interactive::before {
	content: "";
}

.mi-interlining::before {
	content: "";
}

.mi-internet-speed-wifi::before {
	content: "";
}

.mi-interrogation::before {
	content: "";
}

.mi-intersection::before {
	content: "";
}

.mi-introduction::before {
	content: "";
}

.mi-introduction-handshake::before {
	content: "";
}

.mi-inventory-alt::before {
	content: "";
}

.mi-invest::before {
	content: "";
}

.mi-investment::before {
	content: "";
}

.mi-invite::before {
	content: "";
}

.mi-invite-alt::before {
	content: "";
}

.mi-iot::before {
	content: "";
}

.mi-iot-alt::before {
	content: "";
}

.mi-ip-address::before {
	content: "";
}

.mi-island-tropical::before {
	content: "";
}

.mi-issue-loupe::before {
	content: "";
}

.mi-it::before {
	content: "";
}

.mi-it-alt::before {
	content: "";
}

.mi-it-computer::before {
	content: "";
}

.mi-italian-lira-sign::before {
	content: "";
}

.mi-italic::before {
	content: "";
}

.mi-j::before {
	content: "";
}

.mi-jam::before {
	content: "";
}

.mi-jar-alt::before {
	content: "";
}

.mi-jar-wheat::before {
	content: "";
}

.mi-joint::before {
	content: "";
}

.mi-joker::before {
	content: "";
}

.mi-journal::before {
	content: "";
}

.mi-journal-alt::before {
	content: "";
}

.mi-journey::before {
	content: "";
}

.mi-joystick::before {
	content: "";
}

.mi-jpg::before {
	content: "";
}

.mi-jug::before {
	content: "";
}

.mi-jug-alt::before {
	content: "";
}

.mi-jug-bottle::before {
	content: "";
}

.mi-juice::before {
	content: "";
}

.mi-jumping-rope::before {
	content: "";
}

.mi-k::before {
	content: "";
}

.mi-kaaba::before {
	content: "";
}

.mi-kerning::before {
	content: "";
}

.mi-key::before {
	content: "";
}

.mi-key-lock-crypto::before {
	content: "";
}

.mi-key-skeleton-left-right::before {
	content: "";
}

.mi-keyboard::before {
	content: "";
}

.mi-keyboard-brightness::before {
	content: "";
}

.mi-keyboard-brightness-low::before {
	content: "";
}

.mi-keyboard-down::before {
	content: "";
}

.mi-keyboard-left::before {
	content: "";
}

.mi-keynote::before {
	content: "";
}

.mi-kidneys::before {
	content: "";
}

.mi-kip-sign::before {
	content: "";
}

.mi-kiss::before {
	content: "";
}

.mi-kiss-beam::before {
	content: "";
}

.mi-kiss-wink-heart::before {
	content: "";
}

.mi-kite::before {
	content: "";
}

.mi-kiwi-bird::before {
	content: "";
}

.mi-kiwi-fruit::before {
	content: "";
}

.mi-knife::before {
	content: "";
}

.mi-knife-kitchen::before {
	content: "";
}

.mi-knitting::before {
	content: "";
}

.mi-kpi::before {
	content: "";
}

.mi-kpi-evaluation::before {
	content: "";
}

.mi-l::before {
	content: "";
}

.mi-lacrosse-stick::before {
	content: "";
}

.mi-lacrosse-stick-ball::before {
	content: "";
}

.mi-lambda::before {
	content: "";
}

.mi-lamp::before {
	content: "";
}

.mi-lamp-desk::before {
	content: "";
}

.mi-lamp-street::before {
	content: "";
}

.mi-land-layer-location::before {
	content: "";
}

.mi-land-layers::before {
	content: "";
}

.mi-land-location::before {
	content: "";
}

.mi-landmark-alt::before {
	content: "";
}

.mi-language::before {
	content: "";
}

.mi-laptop::before {
	content: "";
}

.mi-laptop-arrow-down::before {
	content: "";
}

.mi-laptop-binary::before {
	content: "";
}

.mi-laptop-code::before {
	content: "";
}

.mi-laptop-medical::before {
	content: "";
}

.mi-laptop-mobile::before {
	content: "";
}

.mi-laptop-slash::before {
	content: "";
}

.mi-lari-sign::before {
	content: "";
}

.mi-lasso-sparkles::before {
	content: "";
}

.mi-last-square::before {
	content: "";
}

.mi-laugh::before {
	content: "";
}

.mi-laugh-beam::before {
	content: "";
}

.mi-laugh-squint::before {
	content: "";
}

.mi-laugh-wink::before {
	content: "";
}

.mi-lawyer-man::before {
	content: "";
}

.mi-lawyer-woman::before {
	content: "";
}

.mi-layer-minus::before {
	content: "";
}

.mi-layer-plus::before {
	content: "";
}

.mi-layers::before {
	content: "";
}

.mi-layout-fluid::before {
	content: "";
}

.mi-lead::before {
	content: "";
}

.mi-lead-funnel::before {
	content: "";
}

.mi-lead-management::before {
	content: "";
}

.mi-leader::before {
	content: "";
}

.mi-leader-alt::before {
	content: "";
}

.mi-leader-speech::before {
	content: "";
}

.mi-leaderboard::before {
	content: "";
}

.mi-leaderboard-alt::before {
	content: "";
}

.mi-leaderboard-trophy::before {
	content: "";
}

.mi-leadership::before {
	content: "";
}

.mi-leadership-alt::before {
	content: "";
}

.mi-leaf::before {
	content: "";
}

.mi-leaf-heart::before {
	content: "";
}

.mi-leaf-maple::before {
	content: "";
}

.mi-leaf-oak::before {
	content: "";
}

.mi-leafy-green::before {
	content: "";
}

.mi-leave::before {
	content: "";
}

.mi-left::before {
	content: "";
}

.mi-left-from-bracket::before {
	content: "";
}

.mi-legal::before {
	content: "";
}

.mi-lemon::before {
	content: "";
}

.mi-lesbian-couple::before {
	content: "";
}

.mi-less-than::before {
	content: "";
}

.mi-less-than-equal::before {
	content: "";
}

.mi-lesson::before {
	content: "";
}

.mi-lesson-class::before {
	content: "";
}

.mi-letter-case::before {
	content: "";
}

.mi-lettuce::before {
	content: "";
}

.mi-level-down::before {
	content: "";
}

.mi-level-down-alt::before {
	content: "";
}

.mi-level-up::before {
	content: "";
}

.mi-level-up-alt::before {
	content: "";
}

.mi-license::before {
	content: "";
}

.mi-life::before {
	content: "";
}

.mi-life-ring::before {
	content: "";
}

.mi-light-ceiling::before {
	content: "";
}

.mi-light-emergency::before {
	content: "";
}

.mi-light-emergency-on::before {
	content: "";
}

.mi-light-switch::before {
	content: "";
}

.mi-light-switch-off::before {
	content: "";
}

.mi-light-switch-on::before {
	content: "";
}

.mi-lightbulb-cfl::before {
	content: "";
}

.mi-lightbulb-cfl-on::before {
	content: "";
}

.mi-lightbulb-dollar::before {
	content: "";
}

.mi-lightbulb-exclamation::before {
	content: "";
}

.mi-lightbulb-head::before {
	content: "";
}

.mi-lightbulb-on::before {
	content: "";
}

.mi-lightbulb-question::before {
	content: "";
}

.mi-lightbulb-setting::before {
	content: "";
}

.mi-lightbulb-slash::before {
	content: "";
}

.mi-lighthouse::before {
	content: "";
}

.mi-lights-holiday::before {
	content: "";
}

.mi-limit-hand::before {
	content: "";
}

.mi-limit-speedometer::before {
	content: "";
}

.mi-line-width::before {
	content: "";
}

.mi-link::before {
	content: "";
}

.mi-link-alt::before {
	content: "";
}

.mi-link-horizontal::before {
	content: "";
}

.mi-link-horizontal-slash::before {
	content: "";
}

.mi-link-slash::before {
	content: "";
}

.mi-link-slash-alt::before {
	content: "";
}

.mi-lion::before {
	content: "";
}

.mi-lion-head::before {
	content: "";
}

.mi-lips::before {
	content: "";
}

.mi-lipstick::before {
	content: "";
}

.mi-lira-sign::before {
	content: "";
}

.mi-list::before {
	content: "";
}

.mi-list-check::before {
	content: "";
}

.mi-list-dropdown::before {
	content: "";
}

.mi-list-music::before {
	content: "";
}

.mi-list-timeline::before {
	content: "";
}

.mi-litecoin-sign::before {
	content: "";
}

.mi-live::before {
	content: "";
}

.mi-live-alt::before {
	content: "";
}

.mi-loading::before {
	content: "";
}

.mi-loan::before {
	content: "";
}

.mi-lobster::before {
	content: "";
}

.mi-location-alt::before {
	content: "";
}

.mi-location-arrow::before {
	content: "";
}

.mi-location-crosshairs::before {
	content: "";
}

.mi-location-crosshairs-slash::before {
	content: "";
}

.mi-location-dot-slash::before {
	content: "";
}

.mi-location-exclamation::before {
	content: "";
}

.mi-location-pin-call::before {
	content: "";
}

.mi-lock::before {
	content: "";
}

.mi-lock-alt::before {
	content: "";
}

.mi-lock-hashtag::before {
	content: "";
}

.mi-lock-open-alt::before {
	content: "";
}

.mi-locust::before {
	content: "";
}

.mi-loop-square::before {
	content: "";
}

.mi-loveseat::before {
	content: "";
}

.mi-low-vision::before {
	content: "";
}

.mi-luchador::before {
	content: "";
}

.mi-luggage-cart::before {
	content: "";
}

.mi-luggage-rolling::before {
	content: "";
}

.mi-lungs::before {
	content: "";
}

.mi-lungs-virus::before {
	content: "";
}

.mi-m::before {
	content: "";
}

.mi-mace::before {
	content: "";
}

.mi-magic-wand::before {
	content: "";
}

.mi-magnet::before {
	content: "";
}

.mi-magnet-user::before {
	content: "";
}

.mi-mailbox::before {
	content: "";
}

.mi-mailbox-envelope::before {
	content: "";
}

.mi-mailbox-flag-up::before {
	content: "";
}

.mi-makeup-brush::before {
	content: "";
}

.mi-man-head::before {
	content: "";
}

.mi-man-scientist::before {
	content: "";
}

.mi-manat-sign::before {
	content: "";
}

.mi-mandolin::before {
	content: "";
}

.mi-mango::before {
	content: "";
}

.mi-manhole::before {
	content: "";
}

.mi-map::before {
	content: "";
}

.mi-map-location-track::before {
	content: "";
}

.mi-map-marker::before {
	content: "";
}

.mi-map-marker-check::before {
	content: "";
}

.mi-map-marker-cross::before {
	content: "";
}

.mi-map-marker-edit::before {
	content: "";
}

.mi-map-marker-home::before {
	content: "";
}

.mi-map-marker-minus::before {
	content: "";
}

.mi-map-marker-plus::before {
	content: "";
}

.mi-map-marker-question::before {
	content: "";
}

.mi-map-marker-slash::before {
	content: "";
}

.mi-map-marker-smile::before {
	content: "";
}

.mi-map-pin::before {
	content: "";
}

.mi-map-point::before {
	content: "";
}

.mi-marker::before {
	content: "";
}

.mi-marker-time::before {
	content: "";
}

.mi-marketplace::before {
	content: "";
}

.mi-marketplace-alt::before {
	content: "";
}

.mi-marketplace-store::before {
	content: "";
}

.mi-mars::before {
	content: "";
}

.mi-mars-double::before {
	content: "";
}

.mi-mars-stroke-right::before {
	content: "";
}

.mi-mars-stroke-up::before {
	content: "";
}

.mi-martini-glass-citrus::before {
	content: "";
}

.mi-martini-glass-empty::before {
	content: "";
}

.mi-mask::before {
	content: "";
}

.mi-mask-carnival::before {
	content: "";
}

.mi-mask-face::before {
	content: "";
}

.mi-mask-snorkel::before {
	content: "";
}

.mi-massage::before {
	content: "";
}

.mi-match-fire::before {
	content: "";
}

.mi-mattress-pillow::before {
	content: "";
}

.mi-measuring-tape::before {
	content: "";
}

.mi-meat::before {
	content: "";
}

.mi-medal::before {
	content: "";
}

.mi-medical-star::before {
	content: "";
}

.mi-medicine::before {
	content: "";
}

.mi-meditation::before {
	content: "";
}

.mi-meeting::before {
	content: "";
}

.mi-meeting-alt::before {
	content: "";
}

.mi-megaphone::before {
	content: "";
}

.mi-megaphone-announcement-leader::before {
	content: "";
}

.mi-meh::before {
	content: "";
}

.mi-meh-blank::before {
	content: "";
}

.mi-meh-rolling-eyes::before {
	content: "";
}

.mi-melon::before {
	content: "";
}

.mi-melon-alt::before {
	content: "";
}

.mi-member-list::before {
	content: "";
}

.mi-member-search::before {
	content: "";
}

.mi-membership::before {
	content: "";
}

.mi-membership-vip::before {
	content: "";
}

.mi-memo::before {
	content: "";
}

.mi-memo-circle-check::before {
	content: "";
}

.mi-memo-pad::before {
	content: "";
}

.mi-memory::before {
	content: "";
}

.mi-menu-burger::before {
	content: "";
}

.mi-menu-dots::before {
	content: "";
}

.mi-menu-dots-vertical::before {
	content: "";
}

.mi-mercury::before {
	content: "";
}

.mi-message-arrow-down::before {
	content: "";
}

.mi-message-arrow-up::before {
	content: "";
}

.mi-message-arrow-up-right::before {
	content: "";
}

.mi-message-bot::before {
	content: "";
}

.mi-message-code::before {
	content: "";
}

.mi-message-dollar::before {
	content: "";
}

.mi-message-heart::before {
	content: "";
}

.mi-message-image::before {
	content: "";
}

.mi-message-question::before {
	content: "";
}

.mi-message-quote::before {
	content: "";
}

.mi-message-slash::before {
	content: "";
}

.mi-message-sms::before {
	content: "";
}

.mi-message-text::before {
	content: "";
}

.mi-message-xmark::before {
	content: "";
}

.mi-messages::before {
	content: "";
}

.mi-messages-dollar::before {
	content: "";
}

.mi-messages-question::before {
	content: "";
}

.mi-meteor::before {
	content: "";
}

.mi-meter::before {
	content: "";
}

.mi-meter-bolt::before {
	content: "";
}

.mi-meter-droplet::before {
	content: "";
}

.mi-meter-fire::before {
	content: "";
}

.mi-method::before {
	content: "";
}

.mi-microchip::before {
	content: "";
}

.mi-microchip-ai::before {
	content: "";
}

.mi-microphone::before {
	content: "";
}

.mi-microphone-alt::before {
	content: "";
}

.mi-microphone-slash::before {
	content: "";
}

.mi-microscope::before {
	content: "";
}

.mi-microwave::before {
	content: "";
}

.mi-milk::before {
	content: "";
}

.mi-milk-alt::before {
	content: "";
}

.mi-mill-sign::before {
	content: "";
}

.mi-mind-share::before {
	content: "";
}

.mi-minus::before {
	content: "";
}

.mi-minus-circle::before {
	content: "";
}

.mi-minus-hexagon::before {
	content: "";
}

.mi-minus-small::before {
	content: "";
}

.mi-mistletoe::before {
	content: "";
}

.mi-mix::before {
	content: "";
}

.mi-mobile::before {
	content: "";
}

.mi-mobile-button::before {
	content: "";
}

.mi-mobile-notch::before {
	content: "";
}

.mi-mockup::before {
	content: "";
}

.mi-mode::before {
	content: "";
}

.mi-mode-alt::before {
	content: "";
}

.mi-mode-landscape::before {
	content: "";
}

.mi-mode-portrait::before {
	content: "";
}

.mi-model-cube::before {
	content: "";
}

.mi-model-cube-arrows::before {
	content: "";
}

.mi-model-cube-space::before {
	content: "";
}

.mi-module::before {
	content: "";
}

.mi-monday::before {
	content: "";
}

.mi-money::before {
	content: "";
}

.mi-money-bill-simple::before {
	content: "";
}

.mi-money-bill-transfer::before {
	content: "";
}

.mi-money-bill-wave::before {
	content: "";
}

.mi-money-bill-wave-alt::before {
	content: "";
}

.mi-money-bills::before {
	content: "";
}

.mi-money-bills-simple::before {
	content: "";
}

.mi-money-check::before {
	content: "";
}

.mi-money-check-edit::before {
	content: "";
}

.mi-money-check-edit-alt::before {
	content: "";
}

.mi-money-coin-transfer::before {
	content: "";
}

.mi-money-from-bracket::before {
	content: "";
}

.mi-money-simple-from-bracket::before {
	content: "";
}

.mi-money-transfer-alt::before {
	content: "";
}

.mi-money-transfer-coin-arrow::before {
	content: "";
}

.mi-money-transfer-smartphone::before {
	content: "";
}

.mi-money-wings::before {
	content: "";
}

.mi-monkey::before {
	content: "";
}

.mi-monument::before {
	content: "";
}

.mi-moon::before {
	content: "";
}

.mi-moon-stars::before {
	content: "";
}

.mi-moped::before {
	content: "";
}

.mi-mortar-pestle::before {
	content: "";
}

.mi-mortgage::before {
	content: "";
}

.mi-mosque::before {
	content: "";
}

.mi-mosque-alt::before {
	content: "";
}

.mi-mosque-moon::before {
	content: "";
}

.mi-mosquito::before {
	content: "";
}

.mi-mosquito-net::before {
	content: "";
}

.mi-motorcycle::before {
	content: "";
}

.mi-mound::before {
	content: "";
}

.mi-mountain::before {
	content: "";
}

.mi-mountain-city::before {
	content: "";
}

.mi-mountains::before {
	content: "";
}

.mi-mouse::before {
	content: "";
}

.mi-mouse-field::before {
	content: "";
}

.mi-mov-file::before {
	content: "";
}

.mi-move-to-folder::before {
	content: "";
}

.mi-move-to-folder-2::before {
	content: "";
}

.mi-mp3-file::before {
	content: "";
}

.mi-mp3-player::before {
	content: "";
}

.mi-mp4-file::before {
	content: "";
}

.mi-mug::before {
	content: "";
}

.mi-mug-alt::before {
	content: "";
}

.mi-mug-hot::before {
	content: "";
}

.mi-mug-hot-alt::before {
	content: "";
}

.mi-mug-marshmallows::before {
	content: "";
}

.mi-mug-tea::before {
	content: "";
}

.mi-mug-tea-saucer::before {
	content: "";
}

.mi-multiple::before {
	content: "";
}

.mi-multiple-alt::before {
	content: "";
}

.mi-muscle::before {
	content: "";
}

.mi-mushroom::before {
	content: "";
}

.mi-mushroom-alt::before {
	content: "";
}

.mi-music::before {
	content: "";
}

.mi-music-alt::before {
	content: "";
}

.mi-music-file::before {
	content: "";
}

.mi-music-note::before {
	content: "";
}

.mi-music-note-slash::before {
	content: "";
}

.mi-music-slash::before {
	content: "";
}

.mi-n::before {
	content: "";
}

.mi-naira-sign::before {
	content: "";
}

.mi-narwhal::before {
	content: "";
}

.mi-navigation::before {
	content: "";
}

.mi-nesting-dolls::before {
	content: "";
}

.mi-network::before {
	content: "";
}

.mi-network-analytic::before {
	content: "";
}

.mi-network-cloud::before {
	content: "";
}

.mi-neuter::before {
	content: "";
}

.mi-newsletter-subscribe::before {
	content: "";
}

.mi-newspaper::before {
	content: "";
}

.mi-newspaper-open::before {
	content: "";
}

.mi-nfc::before {
	content: "";
}

.mi-nfc-lock::before {
	content: "";
}

.mi-nfc-magnifying-glass::before {
	content: "";
}

.mi-nfc-pen::before {
	content: "";
}

.mi-nfc-slash::before {
	content: "";
}

.mi-nfc-trash::before {
	content: "";
}

.mi-night-day::before {
	content: "";
}

.mi-no-fee::before {
	content: "";
}

.mi-no-people::before {
	content: "";
}

.mi-nonmarkingreturn::before {
	content: "";
}

.mi-noodles::before {
	content: "";
}

.mi-nose::before {
	content: "";
}

.mi-not-equal::before {
	content: "";
}

.mi-not-found::before {
	content: "";
}

.mi-not-found-alt::before {
	content: "";
}

.mi-not-found-magnifying-glass::before {
	content: "";
}

.mi-notdef::before {
	content: "";
}

.mi-note::before {
	content: "";
}

.mi-note-medical::before {
	content: "";
}

.mi-note-sticky::before {
	content: "";
}

.mi-notebook::before {
	content: "";
}

.mi-notebook-alt::before {
	content: "";
}

.mi-notes::before {
	content: "";
}

.mi-notes-medical::before {
	content: "";
}

.mi-o::before {
	content: "";
}

.mi-object-exclude::before {
	content: "";
}

.mi-object-group::before {
	content: "";
}

.mi-object-intersect::before {
	content: "";
}

.mi-object-subtract::before {
	content: "";
}

.mi-object-ungroup::before {
	content: "";
}

.mi-object-union::before {
	content: "";
}

.mi-objects-column::before {
	content: "";
}

.mi-octagon::before {
	content: "";
}

.mi-octagon-check::before {
	content: "";
}

.mi-octagon-divide::before {
	content: "";
}

.mi-octagon-exclamation::before {
	content: "";
}

.mi-octagon-minus::before {
	content: "";
}

.mi-octagon-plus::before {
	content: "";
}

.mi-octagon-xmark::before {
	content: "";
}

.mi-oil-can::before {
	content: "";
}

.mi-oil-temp::before {
	content: "";
}

.mi-olive::before {
	content: "";
}

.mi-olive-oil::before {
	content: "";
}

.mi-olives::before {
	content: "";
}

.mi-om::before {
	content: "";
}

.mi-omega::before {
	content: "";
}

.mi-onboarding::before {
	content: "";
}

.mi-onion::before {
	content: "";
}

.mi-opacity::before {
	content: "";
}

.mi-open-mail-clip::before {
	content: "";
}

.mi-operating-system-upgrade::before {
	content: "";
}

.mi-operation::before {
	content: "";
}

.mi-order-history::before {
	content: "";
}

.mi-organization-chart::before {
	content: "";
}

.mi-ornament::before {
	content: "";
}

.mi-otp::before {
	content: "";
}

.mi-otter::before {
	content: "";
}

.mi-outdent::before {
	content: "";
}

.mi-oval::before {
	content: "";
}

.mi-oval-alt::before {
	content: "";
}

.mi-oven::before {
	content: "";
}

.mi-overline::before {
	content: "";
}

.mi-overview::before {
	content: "";
}

.mi-p::before {
	content: "";
}

.mi-package::before {
	content: "";
}

.mi-padlock-check::before {
	content: "";
}

.mi-page-break::before {
	content: "";
}

.mi-pager::before {
	content: "";
}

.mi-paid::before {
	content: "";
}

.mi-paint-brush::before {
	content: "";
}

.mi-paint-roller::before {
	content: "";
}

.mi-paintbrush-pencil::before {
	content: "";
}

.mi-palette::before {
	content: "";
}

.mi-pallet-alt::before {
	content: "";
}

.mi-pan::before {
	content: "";
}

.mi-pan-food::before {
	content: "";
}

.mi-pancakes::before {
	content: "";
}

.mi-panorama::before {
	content: "";
}

.mi-paper-plane::before {
	content: "";
}

.mi-paper-plane-launch::before {
	content: "";
}

.mi-paper-plane-top::before {
	content: "";
}

.mi-paperclip-vertical::before {
	content: "";
}

.mi-parachute-box::before {
	content: "";
}

.mi-paragraph::before {
	content: "";
}

.mi-paragraph-left::before {
	content: "";
}

.mi-parking::before {
	content: "";
}

.mi-parking-circle::before {
	content: "";
}

.mi-parking-circle-slash::before {
	content: "";
}

.mi-parking-slash::before {
	content: "";
}

.mi-party-horn::before {
	content: "";
}

.mi-passport::before {
	content: "";
}

.mi-password::before {
	content: "";
}

.mi-password-alt::before {
	content: "";
}

.mi-password-computer::before {
	content: "";
}

.mi-password-email::before {
	content: "";
}

.mi-password-smartphone::before {
	content: "";
}

.mi-paste::before {
	content: "";
}

.mi-pattern::before {
	content: "";
}

.mi-pause::before {
	content: "";
}

.mi-pause-circle::before {
	content: "";
}

.mi-pause-square::before {
	content: "";
}

.mi-paw::before {
	content: "";
}

.mi-paw-claws::before {
	content: "";
}

.mi-paw-heart::before {
	content: "";
}

.mi-payment-pos::before {
	content: "";
}

.mi-payroll::before {
	content: "";
}

.mi-payroll-calendar::before {
	content: "";
}

.mi-payroll-check::before {
	content: "";
}

.mi-peace::before {
	content: "";
}

.mi-peach::before {
	content: "";
}

.mi-peanut::before {
	content: "";
}

.mi-peanuts::before {
	content: "";
}

.mi-peapod::before {
	content: "";
}

.mi-pear::before {
	content: "";
}

.mi-pedestal::before {
	content: "";
}

.mi-pen-circle::before {
	content: "";
}

.mi-pen-clip::before {
	content: "";
}

.mi-pen-clip-slash::before {
	content: "";
}

.mi-pen-fancy::before {
	content: "";
}

.mi-pen-fancy-slash::before {
	content: "";
}

.mi-pen-field::before {
	content: "";
}

.mi-pen-nib::before {
	content: "";
}

.mi-pen-nib-slash::before {
	content: "";
}

.mi-pen-slash::before {
	content: "";
}

.mi-pen-square::before {
	content: "";
}

.mi-pen-swirl::before {
	content: "";
}

.mi-pencil::before {
	content: "";
}

.mi-pencil-paintbrush::before {
	content: "";
}

.mi-pencil-ruler::before {
	content: "";
}

.mi-pencil-slash::before {
	content: "";
}

.mi-pending::before {
	content: "";
}

.mi-pennant::before {
	content: "";
}

.mi-people::before {
	content: "";
}

.mi-people-arrows-left-right::before {
	content: "";
}

.mi-people-carry-box::before {
	content: "";
}

.mi-people-dress::before {
	content: "";
}

.mi-people-network-partner::before {
	content: "";
}

.mi-people-pants::before {
	content: "";
}

.mi-people-poll::before {
	content: "";
}

.mi-people-pulling::before {
	content: "";
}

.mi-people-roof::before {
	content: "";
}

.mi-pepper::before {
	content: "";
}

.mi-pepper-alt::before {
	content: "";
}

.mi-pepper-hot::before {
	content: "";
}

.mi-percent-10::before {
	content: "";
}

.mi-percent-100::before {
	content: "";
}

.mi-percent-20::before {
	content: "";
}

.mi-percent-25::before {
	content: "";
}

.mi-percent-30::before {
	content: "";
}

.mi-percent-40::before {
	content: "";
}

.mi-percent-50::before {
	content: "";
}

.mi-percent-60::before {
	content: "";
}

.mi-percent-70::before {
	content: "";
}

.mi-percent-75::before {
	content: "";
}

.mi-percent-80::before {
	content: "";
}

.mi-percent-90::before {
	content: "";
}

.mi-percentage::before {
	content: "";
}

.mi-person-burst::before {
	content: "";
}

.mi-person-carry-box::before {
	content: "";
}

.mi-person-circle-check::before {
	content: "";
}

.mi-person-circle-exclamation::before {
	content: "";
}

.mi-person-circle-minus::before {
	content: "";
}

.mi-person-circle-plus::before {
	content: "";
}

.mi-person-circle-question::before {
	content: "";
}

.mi-person-circle-xmark::before {
	content: "";
}

.mi-person-cv::before {
	content: "";
}

.mi-person-dolly::before {
	content: "";
}

.mi-person-dolly-empty::before {
	content: "";
}

.mi-person-dress::before {
	content: "";
}

.mi-person-dress-simple::before {
	content: "";
}

.mi-person-luggage::before {
	content: "";
}

.mi-person-lunge::before {
	content: "";
}

.mi-person-pilates::before {
	content: "";
}

.mi-person-praying::before {
	content: "";
}

.mi-person-pregnant::before {
	content: "";
}

.mi-person-seat::before {
	content: "";
}

.mi-person-seat-reclined::before {
	content: "";
}

.mi-person-shelter::before {
	content: "";
}

.mi-person-sign::before {
	content: "";
}

.mi-person-simple::before {
	content: "";
}

.mi-person-walking-with-cane::before {
	content: "";
}

.mi-peseta-sign::before {
	content: "";
}

.mi-peso-sign::before {
	content: "";
}

.mi-pets::before {
	content: "";
}

.mi-pharmacy::before {
	content: "";
}

.mi-phone-call::before {
	content: "";
}

.mi-phone-cross::before {
	content: "";
}

.mi-phone-flip::before {
	content: "";
}

.mi-phone-guide::before {
	content: "";
}

.mi-phone-heart-message::before {
	content: "";
}

.mi-phone-office::before {
	content: "";
}

.mi-phone-pause::before {
	content: "";
}

.mi-phone-plus::before {
	content: "";
}

.mi-phone-rotary::before {
	content: "";
}

.mi-phone-slash::before {
	content: "";
}

.mi-photo-capture::before {
	content: "";
}

.mi-photo-film-music::before {
	content: "";
}

.mi-photo-video::before {
	content: "";
}

.mi-physics::before {
	content: "";
}

.mi-pi::before {
	content: "";
}

.mi-piano::before {
	content: "";
}

.mi-piano-keyboard::before {
	content: "";
}

.mi-pickaxe::before {
	content: "";
}

.mi-picking::before {
	content: "";
}

.mi-picking-box::before {
	content: "";
}

.mi-picnic::before {
	content: "";
}

.mi-picpeople::before {
	content: "";
}

.mi-picpeople-filled::before {
	content: "";
}

.mi-picture::before {
	content: "";
}

.mi-pie::before {
	content: "";
}

.mi-piece::before {
	content: "";
}

.mi-pig::before {
	content: "";
}

.mi-pig-bank-bulb::before {
	content: "";
}

.mi-pig-face::before {
	content: "";
}

.mi-piggy-bank::before {
	content: "";
}

.mi-piggy-bank-budget::before {
	content: "";
}

.mi-pills::before {
	content: "";
}

.mi-pinata::before {
	content: "";
}

.mi-pineapple::before {
	content: "";
}

.mi-pineapple-alt::before {
	content: "";
}

.mi-ping-pong::before {
	content: "";
}

.mi-pipe-smoking::before {
	content: "";
}

.mi-pizza-slice::before {
	content: "";
}

.mi-place-of-worship::before {
	content: "";
}

.mi-plan::before {
	content: "";
}

.mi-plan-strategy::before {
	content: "";
}

.mi-plane::before {
	content: "";
}

.mi-plane-alt::before {
	content: "";
}

.mi-plane-arrival::before {
	content: "";
}

.mi-plane-departure::before {
	content: "";
}

.mi-plane-prop::before {
	content: "";
}

.mi-plane-slash::before {
	content: "";
}

.mi-plane-tail::before {
	content: "";
}

.mi-planet-moon::before {
	content: "";
}

.mi-planet-ringed::before {
	content: "";
}

.mi-plant-care::before {
	content: "";
}

.mi-plant-growth::before {
	content: "";
}

.mi-plant-seed-invest::before {
	content: "";
}

.mi-plant-wilt::before {
	content: "";
}

.mi-plate::before {
	content: "";
}

.mi-plate-utensils::before {
	content: "";
}

.mi-plate-wheat::before {
	content: "";
}

.mi-play::before {
	content: "豈";
}

.mi-play-alt::before {
	content: "更";
}

.mi-play-circle::before {
	content: "車";
}

.mi-play-microphone::before {
	content: "賈";
}

.mi-play-pause::before {
	content: "滑";
}

.mi-playing-cards::before {
	content: "串";
}

.mi-plug::before {
	content: "句";
}

.mi-plug-alt::before {
	content: "龜";
}

.mi-plug-cable::before {
	content: "龜";
}

.mi-plug-circle-bolt::before {
	content: "契";
}

.mi-plug-circle-check::before {
	content: "金";
}

.mi-plug-circle-exclamation::before {
	content: "喇";
}

.mi-plug-circle-minus::before {
	content: "奈";
}

.mi-plug-circle-plus::before {
	content: "懶";
}

.mi-plug-connection::before {
	content: "癩";
}

.mi-plus::before {
	content: "羅";
}

.mi-plus-hexagon::before {
	content: "蘿";
}

.mi-plus-minus::before {
	content: "螺";
}

.mi-plus-small::before {
	content: "裸";
}

.mi-png-file::before {
	content: "邏";
}

.mi-podcast::before {
	content: "樂";
}

.mi-podium::before {
	content: "洛";
}

.mi-podium-star::before {
	content: "烙";
}

.mi-podium-victory-leader::before {
	content: "珞";
}

.mi-point-of-sale::before {
	content: "落";
}

.mi-point-of-sale-bill::before {
	content: "酪";
}

.mi-point-of-sale-signal::before {
	content: "駱";
}

.mi-pointer-loading::before {
	content: "亂";
}

.mi-pointer-text::before {
	content: "卵";
}

.mi-poker-chip::before {
	content: "欄";
}

.mi-police-box::before {
	content: "爛";
}

.mi-poll-h::before {
	content: "蘭";
}

.mi-pollution::before {
	content: "鸞";
}

.mi-pompebled::before {
	content: "嵐";
}

.mi-poo::before {
	content: "濫";
}

.mi-poo-bolt::before {
	content: "藍";
}

.mi-pool-8-ball::before {
	content: "襤";
}

.mi-poop::before {
	content: "拉";
}

.mi-popcorn::before {
	content: "臘";
}

.mi-popsicle::before {
	content: "蠟";
}

.mi-portal-enter::before {
	content: "廊";
}

.mi-portal-exit::before {
	content: "朗";
}

.mi-portrait::before {
	content: "浪";
}

.mi-postal-address::before {
	content: "狼";
}

.mi-pot::before {
	content: "郎";
}

.mi-potato::before {
	content: "來";
}

.mi-pound::before {
	content: "冷";
}

.mi-power::before {
	content: "勞";
}

.mi-ppt-file::before {
	content: "擄";
}

.mi-practice::before {
	content: "櫓";
}

.mi-praying-hands::before {
	content: "爐";
}

.mi-prescription::before {
	content: "盧";
}

.mi-prescription-bottle::before {
	content: "老";
}

.mi-prescription-bottle-alt::before {
	content: "蘆";
}

.mi-prescription-bottle-pill::before {
	content: "虜";
}

.mi-presentation::before {
	content: "路";
}

.mi-preview::before {
	content: "露";
}

.mi-previous-square::before {
	content: "魯";
}

.mi-print::before {
	content: "鷺";
}

.mi-print-magnifying-glass::before {
	content: "碌";
}

.mi-print-slash::before {
	content: "祿";
}

.mi-priority-arrow::before {
	content: "綠";
}

.mi-priority-arrows::before {
	content: "菉";
}

.mi-priority-importance::before {
	content: "錄";
}

.mi-problem-solving::before {
	content: "鹿";
}

.mi-procedures::before {
	content: "論";
}

.mi-process::before {
	content: "壟";
}

.mi-productivity::before {
	content: "弄";
}

.mi-progress-complete::before {
	content: "籠";
}

.mi-progress-download::before {
	content: "聾";
}

.mi-progress-upload::before {
	content: "牢";
}

.mi-projector::before {
	content: "磊";
}

.mi-protractor::before {
	content: "賂";
}

.mi-pulse::before {
	content: "雷";
}

.mi-pump::before {
	content: "壘";
}

.mi-pump-medical::before {
	content: "屢";
}

.mi-pumpkin::before {
	content: "樓";
}

.mi-pumpkin-alt::before {
	content: "淚";
}

.mi-pumpkin-alt-2::before {
	content: "漏";
}

.mi-puzzle::before {
	content: "累";
}

.mi-puzzle-alt::before {
	content: "縷";
}

.mi-puzzle-piece-integration::before {
	content: "陋";
}

.mi-puzzle-pieces::before {
	content: "勒";
}

.mi-pyramid::before {
	content: "肋";
}

.mi-q::before {
	content: "凜";
}

.mi-qr::before {
	content: "凌";
}

.mi-qr-scan::before {
	content: "稜";
}

.mi-qrcode::before {
	content: "綾";
}

.mi-question::before {
	content: "菱";
}

.mi-question-square::before {
	content: "陵";
}

.mi-queue::before {
	content: "讀";
}

.mi-queue-alt::before {
	content: "拏";
}

.mi-queue-line::before {
	content: "樂";
}

.mi-queue-signal::before {
	content: "諾";
}

.mi-quill-pen-story::before {
	content: "丹";
}

.mi-quiz::before {
	content: "寧";
}

.mi-quiz-alt::before {
	content: "怒";
}

.mi-quote-right::before {
	content: "率";
}

.mi-r::before {
	content: "異";
}

.mi-rabbit::before {
	content: "北";
}

.mi-rabbit-fast::before {
	content: "磻";
}

.mi-raccoon::before {
	content: "便";
}

.mi-racquet::before {
	content: "復";
}

.mi-radar::before {
	content: "不";
}

.mi-radar-monitoring-track::before {
	content: "泌";
}

.mi-radiation::before {
	content: "數";
}

.mi-radiation-alt::before {
	content: "索";
}

.mi-radio::before {
	content: "參";
}

.mi-radio-alt::before {
	content: "塞";
}

.mi-radio-button::before {
	content: "省";
}

.mi-radish::before {
	content: "葉";
}

.mi-rainbow::before {
	content: "說";
}

.mi-raindrops::before {
	content: "殺";
}

.mi-ram::before {
	content: "辰";
}

.mi-ramp-loading::before {
	content: "沈";
}

.mi-rank::before {
	content: "拾";
}

.mi-ranking-podium::before {
	content: "若";
}

.mi-ranking-podium-empty::before {
	content: "掠";
}

.mi-ranking-star::before {
	content: "略";
}

.mi-ranking-stars::before {
	content: "亮";
}

.mi-raygun::before {
	content: "兩";
}

.mi-razor-barber::before {
	content: "凉";
}

.mi-react::before {
	content: "梁";
}

.mi-rec::before {
	content: "糧";
}

.mi-receipt::before {
	content: "良";
}

.mi-recipe::before {
	content: "諒";
}

.mi-recipe-book::before {
	content: "量";
}

.mi-record-vinyl::before {
	content: "勵";
}

.mi-rectabgle-vertical::before {
	content: "呂";
}

.mi-rectangle-barcode::before {
	content: "女";
}

.mi-rectangle-code::before {
	content: "廬";
}

.mi-rectangle-history-circle-plus::before {
	content: "旅";
}

.mi-rectangle-horizontal::before {
	content: "濾";
}

.mi-rectangle-list::before {
	content: "礪";
}

.mi-rectangle-panoramic::before {
	content: "閭";
}

.mi-rectangle-pro::before {
	content: "驪";
}

.mi-rectangle-vertical::before {
	content: "麗";
}

.mi-rectangle-vertical-history::before {
	content: "黎";
}

.mi-rectangle-xmark::before {
	content: "力";
}

.mi-rectangles-mixed::before {
	content: "曆";
}

.mi-recycle::before {
	content: "歷";
}

.mi-recycle-bin::before {
	content: "轢";
}

.mi-redo::before {
	content: "年";
}

.mi-redo-alt::before {
	content: "憐";
}

.mi-reel::before {
	content: "戀";
}

.mi-refer::before {
	content: "撚";
}

.mi-refer-arrow::before {
	content: "漣";
}

.mi-referral::before {
	content: "煉";
}

.mi-referral-alt::before {
	content: "璉";
}

.mi-referral-user::before {
	content: "秊";
}

.mi-reflect::before {
	content: "練";
}

.mi-reflect-horizontal::before {
	content: "聯";
}

.mi-reflect-horizontal-alt::before {
	content: "輦";
}

.mi-reflect-vertical::before {
	content: "蓮";
}

.mi-refresh::before {
	content: "連";
}

.mi-refrigerator::before {
	content: "鍊";
}

.mi-refund::before {
	content: "列";
}

.mi-refund-alt::before {
	content: "劣";
}

.mi-region-pin::before {
	content: "咽";
}

.mi-region-pin-alt::before {
	content: "烈";
}

.mi-registered::before {
	content: "裂";
}

.mi-registration-paper::before {
	content: "說";
}

.mi-remove-folder::before {
	content: "廉";
}

.mi-remove-user::before {
	content: "念";
}

.mi-rent::before {
	content: "捻";
}

.mi-rent-signal::before {
	content: "殮";
}

.mi-replace::before {
	content: "簾";
}

.mi-replay-10::before {
	content: "獵";
}

.mi-replay-30::before {
	content: "令";
}

.mi-replay-5::before {
	content: "囹";
}

.mi-reply-all::before {
	content: "寧";
}

.mi-republican::before {
	content: "嶺";
}

.mi-reservation-smartphone::before {
	content: "怜";
}

.mi-reservation-table::before {
	content: "玲";
}

.mi-resistance-band::before {
	content: "瑩";
}

.mi-resize::before {
	content: "羚";
}

.mi-resources::before {
	content: "聆";
}

.mi-restaurant::before {
	content: "鈴";
}

.mi-restaurants::before {
	content: "零";
}

.mi-restock::before {
	content: "靈";
}

.mi-restroom-simple::before {
	content: "領";
}

.mi-resume::before {
	content: "例";
}

.mi-revenue::before {
	content: "禮";
}

.mi-revenue-alt::before {
	content: "醴";
}

.mi-revenue-euro::before {
	content: "隸";
}

.mi-review::before {
	content: "惡";
}

.mi-rewind::before {
	content: "了";
}

.mi-rewind-button-circle::before {
	content: "僚";
}

.mi-rhombus::before {
	content: "寮";
}

.mi-ribbon::before {
	content: "尿";
}

.mi-right::before {
	content: "料";
}

.mi-right-from-bracket::before {
	content: "樂";
}

.mi-ring::before {
	content: "燎";
}

.mi-ring-diamond::before {
	content: "療";
}

.mi-rings-wedding::before {
	content: "蓼";
}

.mi-risk::before {
	content: "遼";
}

.mi-risk-alt::before {
	content: "龍";
}

.mi-road::before {
	content: "暈";
}

.mi-road-barrier::before {
	content: "阮";
}

.mi-road-sign-left::before {
	content: "劉";
}

.mi-robot::before {
	content: "杻";
}

.mi-robotic-arm::before {
	content: "柳";
}

.mi-rocket::before {
	content: "流";
}

.mi-rocket-lunch::before {
	content: "溜";
}

.mi-roller-coaster::before {
	content: "琉";
}

.mi-room-service::before {
	content: "留";
}

.mi-rotate-exclamation::before {
	content: "硫";
}

.mi-rotate-left::before {
	content: "紐";
}

.mi-rotate-reverse::before {
	content: "類";
}

.mi-rotate-right::before {
	content: "六";
}

.mi-rotate-square::before {
	content: "戮";
}

.mi-roulette::before {
	content: "陸";
}

.mi-route::before {
	content: "倫";
}

.mi-route-highway::before {
	content: "崙";
}

.mi-route-interstate::before {
	content: "淪";
}

.mi-router::before {
	content: "輪";
}

.mi-rss::before {
	content: "律";
}

.mi-rss-alt::before {
	content: "慄";
}

.mi-ruble-sign::before {
	content: "栗";
}

.mi-rugby::before {
	content: "率";
}

.mi-ruler-combined::before {
	content: "隆";
}

.mi-ruler-horizontal::before {
	content: "利";
}

.mi-ruler-triangle::before {
	content: "吏";
}

.mi-ruler-vertical::before {
	content: "履";
}

.mi-rules::before {
	content: "易";
}

.mi-rules-alt::before {
	content: "李";
}

.mi-running::before {
	content: "梨";
}

.mi-running-track::before {
	content: "泥";
}

.mi-rupee-sign::before {
	content: "理";
}

.mi-rupiah-sign::before {
	content: "痢";
}

.mi-rv::before {
	content: "罹";
}

.mi-s::before {
	content: "裏";
}

.mi-sack::before {
	content: "裡";
}

.mi-sack-dollar::before {
	content: "里";
}

.mi-sad::before {
	content: "離";
}

.mi-sad-cry::before {
	content: "匿";
}

.mi-sad-tear::before {
	content: "溺";
}

.mi-safe-box::before {
	content: "吝";
}

.mi-sailboat::before {
	content: "燐";
}

.mi-salad::before {
	content: "璘";
}

.mi-salary-alt::before {
	content: "藺";
}

.mi-salt-pepper::before {
	content: "隣";
}

.mi-salt-shaker::before {
	content: "鱗";
}

.mi-sandwich::before {
	content: "麟";
}

.mi-sandwich-alt::before {
	content: "林";
}

.mi-satellite::before {
	content: "淋";
}

.mi-satellite-dish::before {
	content: "臨";
}

.mi-saturday::before {
	content: "立";
}

.mi-sauce::before {
	content: "笠";
}

.mi-sausage::before {
	content: "粒";
}

.mi-sax-hot::before {
	content: "狀";
}

.mi-saxophone::before {
	content: "炙";
}

.mi-scale::before {
	content: "識";
}

.mi-scale-comparison::before {
	content: "什";
}

.mi-scale-comparison-alt::before {
	content: "茶";
}

.mi-scalpel::before {
	content: "刺";
}

.mi-scalpel-path::before {
	content: "切";
}

.mi-scanner-gun::before {
	content: "度";
}

.mi-scanner-image::before {
	content: "拓";
}

.mi-scanner-keyboard::before {
	content: "糖";
}

.mi-scanner-touchscreen::before {
	content: "宅";
}

.mi-scarecrow::before {
	content: "洞";
}

.mi-scarf::before {
	content: "暴";
}

.mi-school::before {
	content: "輻";
}

.mi-school-bus::before {
	content: "行";
}

.mi-scissors::before {
	content: "降";
}

.mi-scooter::before {
	content: "見";
}

.mi-screen::before {
	content: "廓";
}

.mi-screencast::before {
	content: "兀";
}

.mi-screw::before {
	content: "嗀";
}

.mi-screw-alt::before {
	content: "﨎";
}

.mi-screwdriver::before {
	content: "﨏";
}

.mi-scribble::before {
	content: "塚";
}

.mi-script::before {
	content: "﨑";
}

.mi-scroll::before {
	content: "晴";
}

.mi-scroll-document-story::before {
	content: "﨓";
}

.mi-scroll-old::before {
	content: "﨔";
}

.mi-scroll-torah::before {
	content: "凞";
}

.mi-scrubber::before {
	content: "猪";
}

.mi-scythe::before {
	content: "益";
}

.mi-sd-card::before {
	content: "礼";
}

.mi-sd-cards::before {
	content: "神";
}

.mi-seal::before {
	content: "祥";
}

.mi-seal-exclamation::before {
	content: "福";
}

.mi-seal-question::before {
	content: "靖";
}

.mi-search::before {
	content: "精";
}

.mi-search-alt::before {
	content: "羽";
}

.mi-search-dollar::before {
	content: "﨟";
}

.mi-search-heart::before {
	content: "蘒";
}

.mi-search-location::before {
	content: "﨡";
}

.mi-seat-airline::before {
	content: "諸";
}

.mi-seatbelt-safety-driver::before {
	content: "﨣";
}

.mi-second::before {
	content: "﨤";
}

.mi-second-award::before {
	content: "逸";
}

.mi-second-laurel::before {
	content: "都";
}

.mi-second-medal::before {
	content: "﨧";
}

.mi-security::before {
	content: "﨨";
}

.mi-seedling::before {
	content: "﨩";
}

.mi-selection::before {
	content: "飯";
}

.mi-sell::before {
	content: "飼";
}

.mi-seller::before {
	content: "館";
}

.mi-seller-store::before {
	content: "鶴";
}

.mi-selling::before {
	content: "郞";
}

.mi-send-back::before {
	content: "隷";
}

.mi-send-backward::before {
	content: "侮";
}

.mi-send-money::before {
	content: "僧";
}

.mi-send-money-smartphone::before {
	content: "免";
}

.mi-sensor::before {
	content: "勉";
}

.mi-sensor-alert::before {
	content: "勤";
}

.mi-sensor-fire::before {
	content: "卑";
}

.mi-sensor-on::before {
	content: "喝";
}

.mi-sensor-smoke::before {
	content: "嘆";
}

.mi-settings::before {
	content: "器";
}

.mi-settings-sliders::before {
	content: "塀";
}

.mi-share::before {
	content: "墨";
}

.mi-share-alt-square::before {
	content: "層";
}

.mi-share-square::before {
	content: "屮";
}

.mi-sheep::before {
	content: "悔";
}

.mi-shekel-sign::before {
	content: "慨";
}

.mi-shelves::before {
	content: "憎";
}

.mi-shield::before {
	content: "懲";
}

.mi-shield-alt::before {
	content: "敏";
}

.mi-shield-cat::before {
	content: "既";
}

.mi-shield-check::before {
	content: "暑";
}

.mi-shield-cross::before {
	content: "梅";
}

.mi-shield-dog::before {
	content: "海";
}

.mi-shield-exclamation::before {
	content: "渚";
}

.mi-shield-interrogation::before {
	content: "漢";
}

.mi-shield-keyhole::before {
	content: "煮";
}

.mi-shield-minus::before {
	content: "爫";
}

.mi-shield-plus::before {
	content: "琢";
}

.mi-shield-security-risk::before {
	content: "碑";
}

.mi-shield-slash::before {
	content: "社";
}

.mi-shield-trust::before {
	content: "祉";
}

.mi-shield-virus::before {
	content: "祈";
}

.mi-shield-xmark::before {
	content: "祐";
}

.mi-ship::before {
	content: "祖";
}

.mi-ship-side::before {
	content: "祝";
}

.mi-shipping-fast::before {
	content: "禍";
}

.mi-shipping-timed::before {
	content: "禎";
}

.mi-shirt::before {
	content: "穀";
}

.mi-shirt-long-sleeve::before {
	content: "突";
}

.mi-shirt-running::before {
	content: "節";
}

.mi-shirt-tank-top::before {
	content: "練";
}

.mi-shish-kebab::before {
	content: "縉";
}

.mi-shoe-prints::before {
	content: "繁";
}

.mi-shop::before {
	content: "署";
}

.mi-shop-lock::before {
	content: "者";
}

.mi-shop-slash::before {
	content: "臭";
}

.mi-shopping-bag::before {
	content: "艹";
}

.mi-shopping-bag-add::before {
	content: "艹";
}

.mi-shopping-basket::before {
	content: "著";
}

.mi-shopping-cart::before {
	content: "褐";
}

.mi-shopping-cart-add::before {
	content: "視";
}

.mi-shopping-cart-buyer::before {
	content: "謁";
}

.mi-shopping-cart-check::before {
	content: "謹";
}

.mi-shovel::before {
	content: "賓";
}

.mi-shovel-snow::before {
	content: "贈";
}

.mi-shower::before {
	content: "辶";
}

.mi-shower-down::before {
	content: "逸";
}

.mi-shredder::before {
	content: "難";
}

.mi-shrimp::before {
	content: "響";
}

.mi-shuffle::before {
	content: "頻";
}

.mi-shuttle-van::before {
	content: "恵";
}

.mi-shuttlecock::before {
	content: "𤋮";
}

.mi-sickle::before {
	content: "舘";
}

.mi-sidebar::before {
	content: "﩮";
}

.mi-sidebar-flip::before {
	content: "﩯";
}

.mi-sigma::before {
	content: "並";
}

.mi-sign-hanging::before {
	content: "况";
}

.mi-sign-in-alt::before {
	content: "全";
}

.mi-sign-out-alt::before {
	content: "侀";
}

.mi-sign-posts::before {
	content: "充";
}

.mi-sign-posts-wrench::before {
	content: "冀";
}

.mi-sign-up::before {
	content: "勇";
}

.mi-signal-alt::before {
	content: "勺";
}

.mi-signal-alt-1::before {
	content: "喝";
}

.mi-signal-alt-2::before {
	content: "啕";
}

.mi-signal-alt-slash::before {
	content: "喙";
}

.mi-signal-bars-fair::before {
	content: "嗢";
}

.mi-signal-bars-good::before {
	content: "塚";
}

.mi-signal-bars-weak::before {
	content: "墳";
}

.mi-signal-stream::before {
	content: "奄";
}

.mi-signal-stream-slash::before {
	content: "奔";
}

.mi-signature::before {
	content: "婢";
}

.mi-sim-card::before {
	content: "嬨";
}

.mi-sim-cards::before {
	content: "廒";
}

.mi-sink::before {
	content: "廙";
}

.mi-siren::before {
	content: "彩";
}

.mi-siren-on::before {
	content: "徭";
}

.mi-site::before {
	content: "惘";
}

.mi-site-alt::before {
	content: "慎";
}

.mi-site-browser::before {
	content: "愈";
}

.mi-sitemap::before {
	content: "憎";
}

.mi-skateboard::before {
	content: "慠";
}

.mi-skating::before {
	content: "懲";
}

.mi-skeleton::before {
	content: "戴";
}

.mi-skeleton-ribs::before {
	content: "揄";
}

.mi-skewer::before {
	content: "搜";
}

.mi-ski-boot-ski::before {
	content: "摒";
}

.mi-ski-jump::before {
	content: "敖";
}

.mi-ski-lift::before {
	content: "晴";
}

.mi-skiing::before {
	content: "朗";
}

.mi-skiing-nordic::before {
	content: "望";
}

.mi-skill::before {
	content: "杖";
}

.mi-skill-user::before {
	content: "歹";
}

.mi-skin::before {
	content: "殺";
}

.mi-skin-arrow::before {
	content: "流";
}

.mi-skin-drop::before {
	content: "滛";
}

.mi-skin-hair::before {
	content: "滋";
}

.mi-skip-15-seconds::before {
	content: "漢";
}

.mi-skull::before {
	content: "瀞";
}

.mi-skull-cow::before {
	content: "煮";
}

.mi-skull-crossbones::before {
	content: "瞧";
}

.mi-slash::before {
	content: "爵";
}

.mi-sledding::before {
	content: "犯";
}

.mi-sleeping-bag::before {
	content: "猪";
}

.mi-sleigh::before {
	content: "瑱";
}

.mi-sliders-h-square::before {
	content: "甆";
}

.mi-sliders-v::before {
	content: "画";
}

.mi-sliders-v-square::before {
	content: "瘝";
}

.mi-slot-machine::before {
	content: "瘟";
}

.mi-smartphone::before {
	content: "益";
}

.mi-smile::before {
	content: "盛";
}

.mi-smile-beam::before {
	content: "直";
}

.mi-smile-plus::before {
	content: "睊";
}

.mi-smile-wink::before {
	content: "着";
}

.mi-smiley-comment-alt::before {
	content: "磌";
}

.mi-smog::before {
	content: "窱";
}

.mi-smoke::before {
	content: "節";
}

.mi-smoking::before {
	content: "类";
}

.mi-smoking-ban::before {
	content: "絛";
}

.mi-snake::before {
	content: "練";
}

.mi-snap::before {
	content: "缾";
}

.mi-snooze::before {
	content: "者";
}

.mi-snow-blowing::before {
	content: "荒";
}

.mi-snowboarding::before {
	content: "華";
}

.mi-snowflake::before {
	content: "蝹";
}

.mi-snowflake-droplets::before {
	content: "襁";
}

.mi-snowflakes::before {
	content: "覆";
}

.mi-snowman-alt::before {
	content: "視";
}

.mi-snowman-head::before {
	content: "調";
}

.mi-snowmobile::before {
	content: "諸";
}

.mi-snowplow::before {
	content: "請";
}

.mi-soap::before {
	content: "謁";
}

.mi-soap-alt::before {
	content: "諾";
}

.mi-social-network::before {
	content: "諭";
}

.mi-socks::before {
	content: "謹";
}

.mi-sofa::before {
	content: "變";
}

.mi-sofa-size::before {
	content: "贈";
}

.mi-solar-panel::before {
	content: "輸";
}

.mi-solar-panel-sun::before {
	content: "遲";
}

.mi-solar-system::before {
	content: "醙";
}

.mi-sold-house::before {
	content: "鉶";
}

.mi-sold-signal::before {
	content: "陼";
}

.mi-sort::before {
	content: "難";
}

.mi-sort-alpha-down::before {
	content: "靖";
}

.mi-sort-alpha-up::before {
	content: "韛";
}

.mi-sort-alt::before {
	content: "響";
}

.mi-sort-amount-down::before {
	content: "頋";
}

.mi-sort-amount-down-alt::before {
	content: "頻";
}

.mi-sort-amount-up::before {
	content: "鬒";
}

.mi-sort-amount-up-alt::before {
	content: "龜";
}

.mi-sort-circle::before {
	content: "𢡊";
}

.mi-sort-circle-down::before {
	content: "𢡄";
}

.mi-sort-circle-up::before {
	content: "𣏕";
}

.mi-sort-down::before {
	content: "㮝";
}

.mi-sort-numeric-down::before {
	content: "䀘";
}

.mi-sort-numeric-down-alt::before {
	content: "䀹";
}

.mi-sort-shapes-down::before {
	content: "𥉉";
}

.mi-sort-shapes-up::before {
	content: "𥳐";
}

.mi-sort-size-down::before {
	content: "𧻓";
}

.mi-sort-size-up::before {
	content: "齃";
}

.mi-soup::before {
	content: "龎";
}

.mi-source-data::before {
	content: "﫚";
}

.mi-spa::before {
	content: "﫛";
}

.mi-space-shuttle::before {
	content: "﫜";
}

.mi-space-station-moon::before {
	content: "﫝";
}

.mi-space-station-moon-alt::before {
	content: "﫞";
}

.mi-spade::before {
	content: "﫟";
}

.mi-spaghetti-monster-flying::before {
	content: "﫠";
}

.mi-sparkles::before {
	content: "﫡";
}

.mi-spartan-helmet::before {
	content: "﫢";
}

.mi-speaker::before {
	content: "﫣";
}

.mi-speakers::before {
	content: "﫤";
}

.mi-speech-bubble-story::before {
	content: "﫥";
}

.mi-speedometer-arrow::before {
	content: "﫦";
}

.mi-speedometer-kpi::before {
	content: "﫧";
}

.mi-sphere::before {
	content: "﫨";
}

.mi-spider::before {
	content: "﫩";
}

.mi-spider-black-widow::before {
	content: "﫪";
}

.mi-spider-web::before {
	content: "﫫";
}

.mi-spinner::before {
	content: "﫬";
}

.mi-split::before {
	content: "﫭";
}

.mi-split-up-relation::before {
	content: "﫮";
}

.mi-splotch::before {
	content: "﫯";
}

.mi-spoon::before {
	content: "﫰";
}

.mi-sport::before {
	content: "﫱";
}

.mi-spray-can::before {
	content: "﫲";
}

.mi-spray-can-sparkles::before {
	content: "﫳";
}

.mi-spring-calendar::before {
	content: "﫴";
}

.mi-sprinkler::before {
	content: "﫵";
}

.mi-spy::before {
	content: "﫶";
}

.mi-square::before {
	content: "﫷";
}

.mi-square-0::before {
	content: "﫸";
}

.mi-square-1::before {
	content: "﫹";
}

.mi-square-2::before {
	content: "﫺";
}

.mi-square-3::before {
	content: "﫻";
}

.mi-square-4::before {
	content: "﫼";
}

.mi-square-5::before {
	content: "﫽";
}

.mi-square-6::before {
	content: "﫾";
}

.mi-square-7::before {
	content: "﫿";
}

.mi-square-8::before {
	content: "ﬀ";
}

.mi-square-9::before {
	content: "ﬁ";
}

.mi-square-a::before {
	content: "ﬂ";
}

.mi-square-b::before {
	content: "ﬃ";
}

.mi-square-bolt::before {
	content: "ﬄ";
}

.mi-square-c::before {
	content: "ﬅ";
}

.mi-square-code::before {
	content: "ﬆ";
}

.mi-square-d::before {
	content: "﬇";
}

.mi-square-dashed::before {
	content: "﬈";
}

.mi-square-dashed-circle-plus::before {
	content: "﬉";
}

.mi-square-divide::before {
	content: "﬊";
}

.mi-square-e::before {
	content: "﬋";
}

.mi-square-ellipsis::before {
	content: "﬌";
}

.mi-square-ellipsis-vertical::before {
	content: "﬍";
}

.mi-square-exclamation::before {
	content: "﬎";
}

.mi-square-f::before {
	content: "﬏";
}

.mi-square-g::before {
	content: "﬐";
}

.mi-square-h::before {
	content: "﬑";
}

.mi-square-heart::before {
	content: "﬒";
}

.mi-square-i::before {
	content: "ﬓ";
}

.mi-square-info::before {
	content: "ﬔ";
}

.mi-square-j::before {
	content: "ﬕ";
}

.mi-square-k::before {
	content: "ﬖ";
}

.mi-square-kanban::before {
	content: "ﬗ";
}

.mi-square-l::before {
	content: "﬘";
}

.mi-square-m::before {
	content: "﬙";
}

.mi-square-minus::before {
	content: "﬚";
}

.mi-square-n::before {
	content: "﬛";
}

.mi-square-o::before {
	content: "﬜";
}

.mi-square-p::before {
	content: "יִ";
}

.mi-square-phone-hangup::before {
	content: "ﬞ";
}

.mi-square-plus::before {
	content: "ײַ";
}

.mi-square-poll-horizontal::before {
	content: "ﬠ";
}

.mi-square-poll-vertical::before {
	content: "ﬡ";
}

.mi-square-q::before {
	content: "ﬢ";
}

.mi-square-quote::before {
	content: "ﬣ";
}

.mi-square-r::before {
	content: "ﬤ";
}

.mi-square-root::before {
	content: "ﬥ";
}

.mi-square-s::before {
	content: "ﬦ";
}

.mi-square-small::before {
	content: "ﬧ";
}

.mi-square-star::before {
	content: "ﬨ";
}

.mi-square-t::before {
	content: "﬩";
}

.mi-square-terminal::before {
	content: "שׁ";
}

.mi-square-u::before {
	content: "שׂ";
}

.mi-square-up-right::before {
	content: "שּׁ";
}

.mi-square-v::before {
	content: "שּׂ";
}

.mi-square-w::before {
	content: "אַ";
}

.mi-square-x::before {
	content: "אָ";
}

.mi-square-y::before {
	content: "אּ";
}

.mi-square-z::before {
	content: "בּ";
}

.mi-squid::before {
	content: "גּ";
}

.mi-squircle::before {
	content: "דּ";
}

.mi-squirrel::before {
	content: "הּ";
}

.mi-staff::before {
	content: "וּ";
}

.mi-stage::before {
	content: "זּ";
}

.mi-stage-concert::before {
	content: "﬷";
}

.mi-stage-theatre::before {
	content: "טּ";
}

.mi-stairs::before {
	content: "יּ";
}

.mi-stamp::before {
	content: "ךּ";
}

.mi-standard-definition::before {
	content: "כּ";
}

.mi-star::before {
	content: "לּ";
}

.mi-star-and-crescent::before {
	content: "﬽";
}

.mi-star-christmas::before {
	content: "מּ";
}

.mi-star-comment-alt::before {
	content: "﬿";
}

.mi-star-exclamation::before {
	content: "נּ";
}

.mi-star-octogram::before {
	content: "סּ";
}

.mi-star-of-david::before {
	content: "﭂";
}

.mi-star-rating-call::before {
	content: "ףּ";
}

.mi-star-sharp-half::before {
	content: "פּ";
}

.mi-star-sharp-half-stroke::before {
	content: "﭅";
}

.mi-star-shooting::before {
	content: "צּ";
}

.mi-starfighter::before {
	content: "קּ";
}

.mi-stars::before {
	content: "רּ";
}

.mi-stats::before {
	content: "שּ";
}

.mi-steak::before {
	content: "תּ";
}

.mi-steering-wheel::before {
	content: "וֹ";
}

.mi-step-backward::before {
	content: "בֿ";
}

.mi-step-forward::before {
	content: "כֿ";
}

.mi-sterling-sign::before {
	content: "פֿ";
}

.mi-stethoscope::before {
	content: "ﭏ";
}

.mi-sticker::before {
	content: "ﭐ";
}

.mi-stocking::before {
	content: "ﭑ";
}

.mi-stomach::before {
	content: "ﭒ";
}

.mi-stop::before {
	content: "ﭓ";
}

.mi-stop-circle::before {
	content: "ﭔ";
}

.mi-stop-square::before {
	content: "ﭕ";
}

.mi-stopwatch::before {
	content: "ﭖ";
}

.mi-store-alt::before {
	content: "ﭗ";
}

.mi-store-buyer::before {
	content: "ﭘ";
}

.mi-store-lock::before {
	content: "ﭙ";
}

.mi-story-fairy-tale::before {
	content: "ﭚ";
}

.mi-strawberry::before {
	content: "ﭛ";
}

.mi-street-view::before {
	content: "ﭜ";
}

.mi-stretcher::before {
	content: "ﭝ";
}

.mi-strikethrough::before {
	content: "ﭞ";
}

.mi-stroopwafel::before {
	content: "ﭟ";
}

.mi-student::before {
	content: "ﭠ";
}

.mi-student-alt::before {
	content: "ﭡ";
}

.mi-subscript::before {
	content: "ﭢ";
}

.mi-subscription::before {
	content: "ﭣ";
}

.mi-subscription-alt::before {
	content: "ﭤ";
}

.mi-subtitles::before {
	content: "ﭥ";
}

.mi-subtitles-slash::before {
	content: "ﭦ";
}

.mi-subway::before {
	content: "ﭧ";
}

.mi-suitcase-alt::before {
	content: "ﭨ";
}

.mi-summary-check::before {
	content: "ﭩ";
}

.mi-summer::before {
	content: "ﭪ";
}

.mi-sun::before {
	content: "ﭫ";
}

.mi-sun-dust::before {
	content: "ﭬ";
}

.mi-sun-plant-wilt::before {
	content: "ﭭ";
}

.mi-sun-salutation-yoga::before {
	content: "ﭮ";
}

.mi-sunday::before {
	content: "ﭯ";
}

.mi-sunglasses::before {
	content: "ﭰ";
}

.mi-sunglasses-alt::before {
	content: "ﭱ";
}

.mi-sunrise::before {
	content: "ﭲ";
}

.mi-sunrise-alt::before {
	content: "ﭳ";
}

.mi-sunset::before {
	content: "ﭴ";
}

.mi-superscript::before {
	content: "ﭵ";
}

.mi-supplier::before {
	content: "ﭶ";
}

.mi-supplier-alt::before {
	content: "ﭷ";
}

.mi-surfing::before {
	content: "ﭸ";
}

.mi-surprise::before {
	content: "ﭹ";
}

.mi-surveillance-camera::before {
	content: "ﭺ";
}

.mi-survey-xmark::before {
	content: "ﭻ";
}

.mi-sushi::before {
	content: "ﭼ";
}

.mi-sushi-alt::before {
	content: "ﭽ";
}

.mi-sushi-roll::before {
	content: "ﭾ";
}

.mi-svg::before {
	content: "ﭿ";
}

.mi-swap::before {
	content: "ﮀ";
}

.mi-swatchbook::before {
	content: "ﮁ";
}

.mi-swimmer::before {
	content: "ﮂ";
}

.mi-swimming-pool::before {
	content: "ﮃ";
}

.mi-swing::before {
	content: "ﮄ";
}

.mi-swipe-down::before {
	content: "ﮅ";
}

.mi-swipe-left::before {
	content: "ﮆ";
}

.mi-swipe-right::before {
	content: "ﮇ";
}

.mi-swipe-up::before {
	content: "ﮈ";
}

.mi-sword::before {
	content: "ﮉ";
}

.mi-symbol::before {
	content: "ﮊ";
}

.mi-symbols::before {
	content: "ﮋ";
}

.mi-synagogue::before {
	content: "ﮌ";
}

.mi-syringe::before {
	content: "ﮍ";
}

.mi-system-cloud::before {
	content: "ﮎ";
}

.mi-t::before {
	content: "ﮏ";
}

.mi-tab-folder::before {
	content: "ﮐ";
}

.mi-table::before {
	content: "ﮑ";
}

.mi-table-columns::before {
	content: "ﮒ";
}

.mi-table-layout::before {
	content: "ﮓ";
}

.mi-table-list::before {
	content: "ﮔ";
}

.mi-table-picnic::before {
	content: "ﮕ";
}

.mi-table-pivot::before {
	content: "ﮖ";
}

.mi-table-rows::before {
	content: "ﮗ";
}

.mi-table-tree::before {
	content: "ﮘ";
}

.mi-tablet::before {
	content: "ﮙ";
}

.mi-tablet-android::before {
	content: "ﮚ";
}

.mi-tablet-android-alt::before {
	content: "ﮛ";
}

.mi-tablet-rugged::before {
	content: "ﮜ";
}

.mi-tachometer::before {
	content: "ﮝ";
}

.mi-tachometer-alt-average::before {
	content: "ﮞ";
}

.mi-tachometer-alt-fastest::before {
	content: "ﮟ";
}

.mi-tachometer-alt-slow::before {
	content: "ﮠ";
}

.mi-tachometer-alt-slowest::before {
	content: "ﮡ";
}

.mi-tachometer-average::before {
	content: "ﮢ";
}

.mi-tachometer-fast::before {
	content: "ﮣ";
}

.mi-tachometer-fastest::before {
	content: "ﮤ";
}

.mi-tachometer-slow::before {
	content: "ﮥ";
}

.mi-tachometer-slowest::before {
	content: "ﮦ";
}

.mi-tags::before {
	content: "ﮧ";
}

.mi-talent::before {
	content: "ﮨ";
}

.mi-talent-alt::before {
	content: "ﮩ";
}

.mi-talent-hand::before {
	content: "ﮪ";
}

.mi-tally::before {
	content: "ﮫ";
}

.mi-tally-1::before {
	content: "ﮬ";
}

.mi-tally-2::before {
	content: "ﮭ";
}

.mi-tally-3::before {
	content: "ﮮ";
}

.mi-tally-4::before {
	content: "ﮯ";
}

.mi-tank-water::before {
	content: "ﮰ";
}

.mi-tap::before {
	content: "ﮱ";
}

.mi-tape::before {
	content: "﮲";
}

.mi-target::before {
	content: "﮳";
}

.mi-target-audience::before {
	content: "﮴";
}

.mi-tax::before {
	content: "﮵";
}

.mi-tax-alt::before {
	content: "﮶";
}

.mi-taxi::before {
	content: "﮷";
}

.mi-taxi-bus::before {
	content: "﮸";
}

.mi-team-check::before {
	content: "﮹";
}

.mi-team-check-alt::before {
	content: "﮺";
}

.mi-teddy-bear::before {
	content: "﮻";
}

.mi-teeth-open::before {
	content: "﮼";
}

.mi-telescope::before {
	content: "﮽";
}

.mi-temperature-down::before {
	content: "﮾";
}

.mi-temperature-frigid::before {
	content: "﮿";
}

.mi-temperature-high::before {
	content: "﯀";
}

.mi-temperature-list::before {
	content: "﯁";
}

.mi-temperature-low::before {
	content: "﯂";
}

.mi-temperature-up::before {
	content: "﯃";
}

.mi-template::before {
	content: "﯄";
}

.mi-template-alt::before {
	content: "﯅";
}

.mi-tenge::before {
	content: "﯆";
}

.mi-tennis::before {
	content: "﯇";
}

.mi-tent-arrow-down-to-line::before {
	content: "﯈";
}

.mi-tent-arrow-left-right::before {
	content: "﯉";
}

.mi-tent-arrow-turn-left::before {
	content: "﯊";
}

.mi-tents::before {
	content: "﯋";
}

.mi-terminal::before {
	content: "﯌";
}

.mi-terrace::before {
	content: "﯍";
}

.mi-test-tube::before {
	content: "﯎";
}

.mi-text::before {
	content: "﯏";
}

.mi-text-box::before {
	content: "﯐";
}

.mi-text-box-dots::before {
	content: "﯑";
}

.mi-text-box-edit::before {
	content: "﯒";
}

.mi-text-check::before {
	content: "ﯓ";
}

.mi-text-shadow::before {
	content: "ﯔ";
}

.mi-text-size::before {
	content: "ﯕ";
}

.mi-text-width::before {
	content: "ﯖ";
}

.mi-theater-masks::before {
	content: "ﯗ";
}

.mi-thermometer-alt::before {
	content: "ﯘ";
}

.mi-thermometer-full::before {
	content: "ﯙ";
}

.mi-thermometer-half::before {
	content: "ﯚ";
}

.mi-theta::before {
	content: "ﯛ";
}

.mi-third::before {
	content: "ﯜ";
}

.mi-third-award::before {
	content: "ﯝ";
}

.mi-third-laurel::before {
	content: "ﯞ";
}

.mi-third-medal::before {
	content: "ﯟ";
}

.mi-thought-bubble::before {
	content: "ﯠ";
}

.mi-three-leaf-clover::before {
	content: "ﯡ";
}

.mi-thumbs-up-trust::before {
	content: "ﯢ";
}

.mi-thumbtack::before {
	content: "ﯣ";
}

.mi-thunderstorm::before {
	content: "ﯤ";
}

.mi-thunderstorm-moon::before {
	content: "ﯥ";
}

.mi-thunderstorm-sun::before {
	content: "ﯦ";
}

.mi-thursday::before {
	content: "ﯧ";
}

.mi-ticket::before {
	content: "ﯨ";
}

.mi-ticket-airline::before {
	content: "ﯩ";
}

.mi-ticket-alt::before {
	content: "ﯪ";
}

.mi-tie::before {
	content: "ﯫ";
}

.mi-tilde::before {
	content: "ﯬ";
}

.mi-time-add::before {
	content: "ﯭ";
}

.mi-time-check::before {
	content: "ﯮ";
}

.mi-time-delete::before {
	content: "ﯯ";
}

.mi-time-fast::before {
	content: "ﯰ";
}

.mi-time-forward::before {
	content: "ﯱ";
}

.mi-time-forward-sixty::before {
	content: "ﯲ";
}

.mi-time-forward-ten::before {
	content: "ﯳ";
}

.mi-time-half-past::before {
	content: "ﯴ";
}

.mi-time-oclock::before {
	content: "ﯵ";
}

.mi-time-past::before {
	content: "ﯶ";
}

.mi-time-quarter-past::before {
	content: "ﯷ";
}

.mi-time-quarter-to::before {
	content: "ﯸ";
}

.mi-time-twenty-four::before {
	content: "ﯹ";
}

.mi-time-watch-calendar::before {
	content: "ﯺ";
}

.mi-timer-clock-call::before {
	content: "ﯻ";
}

.mi-times-hexagon::before {
	content: "ﯼ";
}

.mi-tint-slash::before {
	content: "ﯽ";
}

.mi-tire::before {
	content: "ﯾ";
}

.mi-tire-flat::before {
	content: "ﯿ";
}

.mi-tire-rugged::before {
	content: "ﰀ";
}

.mi-tired::before {
	content: "ﰁ";
}

.mi-to-do::before {
	content: "ﰂ";
}

.mi-to-do-alt::before {
	content: "ﰃ";
}

.mi-together-people::before {
	content: "ﰄ";
}

.mi-toggle-off::before {
	content: "ﰅ";
}

.mi-toggle-on::before {
	content: "ﰆ";
}

.mi-toilet::before {
	content: "ﰇ";
}

.mi-toilet-paper-blank::before {
	content: "ﰈ";
}

.mi-toilet-paper-blank-under::before {
	content: "ﰉ";
}

.mi-toilet-paper-slash::before {
	content: "ﰊ";
}

.mi-toilet-paper-under::before {
	content: "ﰋ";
}

.mi-toilet-paper-under-slash::before {
	content: "ﰌ";
}

.mi-toilets-portable::before {
	content: "ﰍ";
}

.mi-token::before {
	content: "ﰎ";
}

.mi-tomato::before {
	content: "ﰏ";
}

.mi-tombstone::before {
	content: "ﰐ";
}

.mi-tombstone-alt::before {
	content: "ﰑ";
}

.mi-tool-box::before {
	content: "ﰒ";
}

.mi-tool-crop::before {
	content: "ﰓ";
}

.mi-tool-marquee::before {
	content: "ﰔ";
}

.mi-tools::before {
	content: "ﰕ";
}

.mi-tooth::before {
	content: "ﰖ";
}

.mi-toothbrush::before {
	content: "ﰗ";
}

.mi-torch-inspiration-leader::before {
	content: "ﰘ";
}

.mi-torii-gate::before {
	content: "ﰙ";
}

.mi-tornado::before {
	content: "ﰚ";
}

.mi-total::before {
	content: "ﰛ";
}

.mi-tour-guide-people::before {
	content: "ﰜ";
}

.mi-tour-virtual::before {
	content: "ﰝ";
}

.mi-tower-control::before {
	content: "ﰞ";
}

.mi-track::before {
	content: "ﰟ";
}

.mi-tractor::before {
	content: "ﰠ";
}

.mi-trademark::before {
	content: "ﰡ";
}

.mi-traffic-cone::before {
	content: "ﰢ";
}

.mi-traffic-light-go::before {
	content: "ﰣ";
}

.mi-traffic-light-slow::before {
	content: "ﰤ";
}

.mi-traffic-light-stop::before {
	content: "ﰥ";
}

.mi-trailer::before {
	content: "ﰦ";
}

.mi-train::before {
	content: "ﰧ";
}

.mi-train-journey::before {
	content: "ﰨ";
}

.mi-train-side::before {
	content: "ﰩ";
}

.mi-train-station::before {
	content: "ﰪ";
}

.mi-train-station-building::before {
	content: "ﰫ";
}

.mi-train-subway-tunnel::before {
	content: "ﰬ";
}

.mi-train-track::before {
	content: "ﰭ";
}

.mi-train-tram::before {
	content: "ﰮ";
}

.mi-tram::before {
	content: "ﰯ";
}

.mi-transform::before {
	content: "ﰰ";
}

.mi-transformation-block::before {
	content: "ﰱ";
}

.mi-transformation-shapes::before {
	content: "ﰲ";
}

.mi-transformer-bolt::before {
	content: "ﰳ";
}

.mi-transgender::before {
	content: "ﰴ";
}

.mi-transporter::before {
	content: "ﰵ";
}

.mi-trash::before {
	content: "ﰶ";
}

.mi-trash-check::before {
	content: "ﰷ";
}

.mi-treadmill::before {
	content: "ﰸ";
}

.mi-treasure-chest::before {
	content: "ﰹ";
}

.mi-treatment::before {
	content: "ﰺ";
}

.mi-tree::before {
	content: "ﰻ";
}

.mi-tree-alt::before {
	content: "ﰼ";
}

.mi-tree-christmas::before {
	content: "ﰽ";
}

.mi-tree-deciduous::before {
	content: "ﰾ";
}

.mi-trees::before {
	content: "ﰿ";
}

.mi-trees-alt::before {
	content: "ﱀ";
}

.mi-triangle::before {
	content: "ﱁ";
}

.mi-triangle-warning::before {
	content: "ﱂ";
}

.mi-tricycle::before {
	content: "ﱃ";
}

.mi-trillium::before {
	content: "ﱄ";
}

.mi-trophy::before {
	content: "ﱅ";
}

.mi-trophy-achievement-skill::before {
	content: "ﱆ";
}

.mi-trophy-star::before {
	content: "ﱇ";
}

.mi-truck-check::before {
	content: "ﱈ";
}

.mi-truck-container::before {
	content: "ﱉ";
}

.mi-truck-container-empty::before {
	content: "ﱊ";
}

.mi-truck-fire::before {
	content: "ﱋ";
}

.mi-truck-flatbed::before {
	content: "ﱌ";
}

.mi-truck-front::before {
	content: "ﱍ";
}

.mi-truck-ladder::before {
	content: "ﱎ";
}

.mi-truck-loading::before {
	content: "ﱏ";
}

.mi-truck-medical::before {
	content: "ﱐ";
}

.mi-truck-monster::before {
	content: "ﱑ";
}

.mi-truck-moving::before {
	content: "ﱒ";
}

.mi-truck-pickup::before {
	content: "ﱓ";
}

.mi-truck-ramp::before {
	content: "ﱔ";
}

.mi-truck-side::before {
	content: "ﱕ";
}

.mi-truck-tow::before {
	content: "ﱖ";
}

.mi-trumpet::before {
	content: "ﱗ";
}

.mi-tshirt::before {
	content: "ﱘ";
}

.mi-tty-answer::before {
	content: "ﱙ";
}

.mi-tubes::before {
	content: "ﱚ";
}

.mi-tuesday::before {
	content: "ﱛ";
}

.mi-tugrik-sign::before {
	content: "ﱜ";
}

.mi-turn-left::before {
	content: "ﱝ";
}

.mi-turn-left-down::before {
	content: "ﱞ";
}

.mi-turn-right::before {
	content: "ﱟ";
}

.mi-turntable::before {
	content: "ﱠ";
}

.mi-turtle::before {
	content: "ﱡ";
}

.mi-tv-music::before {
	content: "ﱢ";
}

.mi-tv-retro::before {
	content: "ﱣ";
}

.mi-typewriter::before {
	content: "ﱤ";
}

.mi-u::before {
	content: "ﱥ";
}

.mi-ufo::before {
	content: "ﱦ";
}

.mi-ufo-beam::before {
	content: "ﱧ";
}

.mi-ui-ux::before {
	content: "ﱨ";
}

.mi-umbrella::before {
	content: "ﱩ";
}

.mi-umbrella-beach::before {
	content: "ﱪ";
}

.mi-under-construction::before {
	content: "ﱫ";
}

.mi-underline::before {
	content: "ﱬ";
}

.mi-undo::before {
	content: "ﱭ";
}

.mi-undo-alt::before {
	content: "ﱮ";
}

.mi-unicorn::before {
	content: "ﱯ";
}

.mi-uniform-martial-arts::before {
	content: "ﱰ";
}

.mi-universal-access::before {
	content: "ﱱ";
}

.mi-unlock::before {
	content: "ﱲ";
}

.mi-up::before {
	content: "ﱳ";
}

.mi-up-from-bracket::before {
	content: "ﱴ";
}

.mi-up-left::before {
	content: "ﱵ";
}

.mi-up-right::before {
	content: "ﱶ";
}

.mi-up-right-from-square::before {
	content: "ﱷ";
}

.mi-upload::before {
	content: "ﱸ";
}

.mi-url::before {
	content: "ﱹ";
}

.mi-usb-pendrive::before {
	content: "ﱺ";
}

.mi-usd-circle::before {
	content: "ﱻ";
}

.mi-usd-square::before {
	content: "ﱼ";
}

.mi-user::before {
	content: "ﱽ";
}

.mi-user-add::before {
	content: "ﱾ";
}

.mi-user-alien::before {
	content: "ﱿ";
}

.mi-user-astronaut::before {
	content: "ﲀ";
}

.mi-user-check::before {
	content: "ﲁ";
}

.mi-user-gear::before {
	content: "ﲂ";
}

.mi-user-graduate::before {
	content: "ﲃ";
}

.mi-user-headset::before {
	content: "ﲄ";
}

.mi-user-interface-ui::before {
	content: "ﲅ";
}

.mi-user-key::before {
	content: "ﲆ";
}

.mi-user-lock::before {
	content: "ﲇ";
}

.mi-user-md::before {
	content: "ﲈ";
}

.mi-user-minus::before {
	content: "ﲉ";
}

.mi-user-music::before {
	content: "ﲊ";
}

.mi-user-ninja::before {
	content: "ﲋ";
}

.mi-user-pen::before {
	content: "ﲌ";
}

.mi-user-pilot::before {
	content: "ﲍ";
}

.mi-user-police::before {
	content: "ﲎ";
}

.mi-user-robot::before {
	content: "ﲏ";
}

.mi-user-salary::before {
	content: "ﲐ";
}

.mi-user-shield::before {
	content: "ﲑ";
}

.mi-user-skill-gear::before {
	content: "ﲒ";
}

.mi-user-tag::before {
	content: "ﲓ";
}

.mi-user-time::before {
	content: "ﲔ";
}

.mi-user-trust::before {
	content: "ﲕ";
}

.mi-users::before {
	content: "ﲖ";
}

.mi-users-alt::before {
	content: "ﲗ";
}

.mi-users-class::before {
	content: "ﲘ";
}

.mi-users-gear::before {
	content: "ﲙ";
}

.mi-users-medical::before {
	content: "ﲚ";
}

.mi-utensils::before {
	content: "ﲛ";
}

.mi-utility-pole::before {
	content: "ﲜ";
}

.mi-utility-pole-double::before {
	content: "ﲝ";
}

.mi-ux::before {
	content: "ﲞ";
}

.mi-ux-browser::before {
	content: "ﲟ";
}

.mi-v::before {
	content: "ﲠ";
}

.mi-vacuum::before {
	content: "ﲡ";
}

.mi-vacuum-robot::before {
	content: "ﲢ";
}

.mi-value-absolute::before {
	content: "ﲣ";
}

.mi-vault::before {
	content: "ﲤ";
}

.mi-vector::before {
	content: "ﲥ";
}

.mi-vector-alt::before {
	content: "ﲦ";
}

.mi-vector-circle::before {
	content: "ﲧ";
}

.mi-vector-polygon::before {
	content: "ﲨ";
}

.mi-venus::before {
	content: "ﲩ";
}

.mi-venus-double::before {
	content: "ﲪ";
}

.mi-venus-mars::before {
	content: "ﲫ";
}

.mi-vest::before {
	content: "ﲬ";
}

.mi-vest-patches::before {
	content: "ﲭ";
}

.mi-video-camera-alt::before {
	content: "ﲮ";
}

.mi-video-duration::before {
	content: "ﲯ";
}

.mi-video-plus::before {
	content: "ﲰ";
}

.mi-video-slash::before {
	content: "ﲱ";
}

.mi-videoconference::before {
	content: "ﲲ";
}

.mi-vihara::before {
	content: "ﲳ";
}

.mi-violin::before {
	content: "ﲴ";
}

.mi-virus::before {
	content: "ﲵ";
}

.mi-virus-slash::before {
	content: "ﲶ";
}

.mi-viruses::before {
	content: "ﲷ";
}

.mi-visit::before {
	content: "ﲸ";
}

.mi-voicemail::before {
	content: "ﲹ";
}

.mi-volcano::before {
	content: "ﲺ";
}

.mi-volleyball::before {
	content: "ﲻ";
}

.mi-volume::before {
	content: "ﲼ";
}

.mi-volume-down::before {
	content: "ﲽ";
}

.mi-volume-mute::before {
	content: "ﲾ";
}

.mi-volume-slash::before {
	content: "ﲿ";
}

.mi-vr-cardboard::before {
	content: "ﳀ";
}

.mi-w::before {
	content: "ﳁ";
}

.mi-waffle::before {
	content: "ﳂ";
}

.mi-walkie-talkie::before {
	content: "ﳃ";
}

.mi-walking::before {
	content: "ﳄ";
}

.mi-wallet::before {
	content: "ﳅ";
}

.mi-wallet-arrow::before {
	content: "ﳆ";
}

.mi-wallet-buyer::before {
	content: "ﳇ";
}

.mi-warranty::before {
	content: "ﳈ";
}

.mi-washer::before {
	content: "ﳉ";
}

.mi-waste::before {
	content: "ﳊ";
}

.mi-waste-pollution::before {
	content: "ﳋ";
}

.mi-watch::before {
	content: "ﳌ";
}

.mi-watch-calculator::before {
	content: "ﳍ";
}

.mi-watch-fitness::before {
	content: "ﳎ";
}

.mi-watch-smart::before {
	content: "ﳏ";
}

.mi-water::before {
	content: "ﳐ";
}

.mi-water-bottle::before {
	content: "ﳑ";
}

.mi-water-ladder::before {
	content: "ﳒ";
}

.mi-water-lower::before {
	content: "ﳓ";
}

.mi-water-rise::before {
	content: "ﳔ";
}

.mi-watermelon::before {
	content: "ﳕ";
}

.mi-wave::before {
	content: "ﳖ";
}

.mi-wave-sine::before {
	content: "ﳗ";
}

.mi-wave-square::before {
	content: "ﳘ";
}

.mi-wave-triangle::before {
	content: "ﳙ";
}

.mi-waveform::before {
	content: "ﳚ";
}

.mi-waveform-path::before {
	content: "ﳛ";
}

.mi-web-design::before {
	content: "ﳜ";
}

.mi-webcam::before {
	content: "ﳝ";
}

.mi-webcam-slash::before {
	content: "ﳞ";
}

.mi-webhook::before {
	content: "ﳟ";
}

.mi-wednesday::before {
	content: "ﳠ";
}

.mi-whale::before {
	content: "ﳡ";
}

.mi-wheat::before {
	content: "ﳢ";
}

.mi-wheat-awn::before {
	content: "ﳣ";
}

.mi-wheelchair::before {
	content: "ﳤ";
}

.mi-whistle::before {
	content: "ﳥ";
}

.mi-white-space::before {
	content: "ﳦ";
}

.mi-wifi::before {
	content: "ﳧ";
}

.mi-wifi-slash::before {
	content: "ﳨ";
}

.mi-wind::before {
	content: "ﳩ";
}

.mi-wind-turbine::before {
	content: "ﳪ";
}

.mi-wind-warning::before {
	content: "ﳫ";
}

.mi-window-alt::before {
	content: "ﳬ";
}

.mi-window-frame::before {
	content: "ﳭ";
}

.mi-window-maximize::before {
	content: "ﳮ";
}

.mi-window-minimize::before {
	content: "ﳯ";
}

.mi-window-restore::before {
	content: "ﳰ";
}

.mi-windsock::before {
	content: "ﳱ";
}

.mi-wine-bottle::before {
	content: "ﳲ";
}

.mi-wine-glass-crack::before {
	content: "ﳳ";
}

.mi-wine-glass-empty::before {
	content: "ﳴ";
}

.mi-wishlist-heart::before {
	content: "ﳵ";
}

.mi-wishlist-star::before {
	content: "ﳶ";
}

.mi-woman-head::before {
	content: "ﳷ";
}

.mi-won-sign::before {
	content: "ﳸ";
}

.mi-work-in-progress::before {
	content: "ﳹ";
}

.mi-workflow-alt::before {
	content: "ﳺ";
}

.mi-workflow-setting::before {
	content: "ﳻ";
}

.mi-workflow-setting-alt::before {
	content: "ﳼ";
}

.mi-workshop::before {
	content: "ﳽ";
}

.mi-world::before {
	content: "ﳾ";
}

.mi-worm::before {
	content: "ﳿ";
}

.mi-wreath::before {
	content: "ﴀ";
}

.mi-wrench-alt::before {
	content: "ﴁ";
}

.mi-wrench-simple::before {
	content: "ﴂ";
}

.mi-x::before {
	content: "ﴃ";
}

.mi-x-ray::before {
	content: "ﴄ";
}

.mi-y::before {
	content: "ﴅ";
}

.mi-yen::before {
	content: "ﴆ";
}

.mi-yin-yang::before {
	content: "ﴇ";
}

.mi-z::before {
	content: "ﴈ";
}

.mi-zip-file::before {
	content: "ﴉ";
}

.mi-zoom-in::before {
	content: "ﴊ";
}

.mi-zoom-out::before {
	content: "ﴋ";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	/* support: IE7 */
	font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	/* support: IE7 */
	
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222;
}

.ui-widget-content.nitro-lazy {
	background: none !important;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222;
	font-weight: bold;
}

.ui-widget-header.nitro-lazy {
	background: none !important;
}

.ui-widget-header a {
	color: #222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
}

.ui-state-default.nitro-lazy, .ui-widget-content .ui-state-default.nitro-lazy, .ui-widget-header .ui-state-default.nitro-lazy {
	background: none !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-hover.nitro-lazy, .ui-widget-content .ui-state-hover.nitro-lazy, .ui-widget-header .ui-state-hover.nitro-lazy, .ui-state-focus.nitro-lazy, .ui-widget-content .ui-state-focus.nitro-lazy, .ui-widget-header .ui-state-focus.nitro-lazy {
	background: none !important;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-active.nitro-lazy, .ui-widget-content .ui-state-active.nitro-lazy, .ui-widget-header .ui-state-active.nitro-lazy {
	background: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight.nitro-lazy, .ui-widget-content .ui-state-highlight.nitro-lazy, .ui-widget-header .ui-state-highlight.nitro-lazy {
	background: none !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}

.ui-state-error.nitro-lazy, .ui-widget-content .ui-state-error.nitro-lazy, .ui-widget-header .ui-state-error.nitro-lazy {
	background: none !important;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_222222_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-default .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_888888_256x240.png");
}

.ui-state-default .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_454545_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaa url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-overlay.nitro-lazy {
	background: none !important;
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
	border-radius: 8px;
}

.ui-widget-shadow.nitro-lazy {
	background: none !important;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@-webkit-keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@-webkit-keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

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

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

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-a:before {
	content: "A";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-at:before {
	content: "@";
}

.fa-atom:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-child-rifle:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-database:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-eraser:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-expand:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-folder-blank:before, .fa-folder:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-g:before {
	content: "G";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before, .fa-hourglass:before {
	content: "";
}

.fa-hourglass-empty:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-jar:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-kaaba:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-magnet:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-naira-sign:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-pager:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-paint-brush:before, .fa-paintbrush:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-plus-minus:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-radiation:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-table:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-tablet-button:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tarp:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-timeline:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-train-tram:before, .fa-tram:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x:before {
	content: "X";
}

.fa-x-ray:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

:host, :root {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.flatpickr-calendar {
	background: transparent;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	/*
      /*rtl:begin:ignore*/
	left: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	/*
      /*rtl:begin:ignore*/
	right: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch  ;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*! rtl:end:ignore */

.prdctfltr_wc {
	position: relative;
	clear: both;
}

.prdctfltr_wc:before, .prdctfltr_wc:after {
	content: "";
	display: table;
	clear: both;
}

.prdctfltr_wc a {
	text-decoration: none;
	outline: none;
}

.prdctfltr_wc img {
	display: block;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}

.prdctfltr_wc .prdctfltr_filter_inner {
	padding: 0;
}

.prdctfltr_wc .prdctfltr_filter {
	position: relative;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.prdctfltr_wc .prdctfltr_add_inputs {
	display: none;
}

.prdctfltr_wc.prdctfltr_mobile, .prdctfltr_wc.prdctfltr_mobile_show {
	display: none;
}

.prdctfltr_filter_inner:before, .prdctfltr_filter_inner:after {
	content: "";
	display: table;
	clear: both;
}

.prdctfltr_sc_products:before, .prdctfltr_sc_products:after {
	content: "";
	display: table;
	clear: both;
}

.prdctfltr_overlay {
	position: fixed;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	background: #000;
	background: linear-gradient(90deg, rgba(0, 0, 0, .2875) 0%, rgba(0, 0, 0, .1875) 100%);
	opacity: 0;
	transition: opacity 200ms;
	z-index: 2000;
	cursor: pointer;
}

.prdctfltr_overlay.prdctfltr_prepare {
	right: 0;
	opacity: 0;
}

.prdctfltr_overlay.prdctfltr_active {
	right: 0;
	opacity: .2;
}

.prdctfltr_title_added {
	color: #80c40f;
}

.prdctfltr_customization_search {
	display: none;
}

.prdctfltr_add_scroll.prdctfltr_max_height {
	overflow-y: auto;
	overflow-x: hidden;
}

.prdctfltr_wc .pf_range_val {
	display: none;
}

.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll {
	overflow: visible;
}

.prdctfltr_always_visible .prdctfltr_woocommerce_filter {
	cursor: default !important;
}

.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering {
	display: block;
}

.pf_content_center .prdctfltr_regular_title, .pf_content_center .prdctfltr_description, .pf_content_center form>.prdctfltr_collector:first-child, .pf_content_center .prdctfltr_buttons, .pf_content_center .prdctfltr_filter_title {
	text-align: center;
}

.pf_content_right .prdctfltr_regular_title, .pf_content_right .prdctfltr_description, .pf_content_right form>.prdctfltr_collector:first-child, .pf_content_right .prdctfltr_buttons, .pf_content_right .prdctfltr_filter_title {
	text-align: right;
}

.prdctfltr_woocommerce_ordering>span {
	display: inline-block;
	margin-left: 12px;
}

.prdctfltr_woocommerce_ordering label {
	cursor: pointer;
}

.prdctfltr_filter label {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_terms_customized:not(.prdctfltr_terms_customized_select) input[type="checkbox"] {
	display: none !important;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {
	position: relative;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 1px double #ccc;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
	background-color: #fff;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50%;
	border: 3px double #777;
	margin-top: 3px;
	margin-right: 12px;
	box-sizing: content-box;
}

.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px double #ccc;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
	background-color: #fff;
}

.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	padding: 0;
	border: 3px double #777;
	margin-top: 3px;
	margin-right: 12px;
	box-sizing: content-box;
}

.prdctfltr_wc.prdctfltr_bold .prdctfltr_filter label.prdctfltr_active>span:before {
	content: "";
}

.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
	font-weight: 600;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px double #ccc;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
	background-color: #fff;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
	content: "" !important;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "prdctfltr";
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px double #ccc;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 12px;
	vertical-align: middle;
	box-sizing: content-box;
	background-color: #fff;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select label.prdctfltr_active>span:after {
	content: "" !important;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after {
	content: "" !important;
}

.prdctfltr_wc .prdctfltr_filter input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	left: -99999px;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_filter label>span:before {
	display: none;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	visibility: visible;
	width: auto;
	height: auto;
	margin-right: .25em;
	overflow: visible;
	z-index: auto;
	left: auto;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type="checkbox"]+span, .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type="checkbox"]+span {
	margin-left: -15px;
	padding-left: 20px;
}

.prdctfltr-down, .prdctfltr-up {
	display: none;
}

.prdctfltr_terms_customized_select .prdctfltr-down, .prdctfltr_terms_customized_select .prdctfltr-up, .pf_default_select .prdctfltr-down, .pf_default_select .prdctfltr-up, .pf_select .prdctfltr-down, .pf_select .prdctfltr-up {
	display: block;
}

.pf_default_select .prdctfltr_filter_wrapper, .pf_select .prdctfltr_filter_wrapper {
	margin-bottom: -10px;
}

.pf_default_select .prdctfltr_filter .prdctfltr_regular_title, .pf_select .prdctfltr_filter .prdctfltr_regular_title {
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 15px;
	padding-right: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	cursor: pointer;
	color: #444;
}

.prdctfltr_terms_customized_system select {
	width: 100%;
	max-width: 320px;
}

.prdctfltr_terms_customized_system .prdctfltr_checkboxes, .prdctfltr_terms_customized_selectize .prdctfltr_checkboxes {
	display: none;
}

.prdctfltr_wc .button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.prdctfltr_wc .prdctfltr_buttons {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 10px 0px;
}

.prdctfltr_wc .prdctfltr_buttons label {
	position: relative;
}

.prdctfltr_wc .prdctfltr_buttons label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.prdctfltr_wc .prdctfltr_buttons label, .prdctfltr_wc .prdctfltr_buttons span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons {
	padding-left: 10px;
	padding-right: 10px;
}

.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_buttons span, .prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_buttons span, .prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_buttons span, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span, .prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons span, .prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons span, .prdctfltr_wc.pf_sidebar .prdctfltr_buttons span {
	display: block;
	margin-bottom: .175em;
}

.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons, .prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons, .prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons, .prdctfltr_wc.pf_sidebar .prdctfltr_buttons {
	padding: 0 20px 20px;
}

.prdctfltr_wc .prdctfltr_sale {
	margin-right: 6px;
}

.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_sale {
	margin-top: 0;
}

.prdctfltr_woocommerce_ordering .prdctfltr_sale span:before {
	content: "";
	font-family: "prdctfltr";
	vertical-align: middle;
	font-size: 24px;
	line-height: 20px;
	margin-right: 2px;
	width: 24px;
	display: inline-block;
	text-align: center;
}

.prdctfltr_woocommerce_ordering .prdctfltr_sale label.prdctfltr_active span:before {
	color: #fe4641;
}

.prdctfltr_wc span.prdctfltr_instock {
	margin-right: 6px;
}

.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_instock {
	margin-top: 0;
}

.prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before {
	content: "";
	font-family: "prdctfltr";
	vertical-align: middle;
	font-size: 22px;
	line-height: 20px;
	margin-right: 2px;
	width: 24px;
	display: inline-block;
	text-align: center;
}

.prdctfltr_woocommerce_ordering span.prdctfltr_instock label.prdctfltr_active span:before {
	color: #fe4641;
}

.prdctfltr_wc span.prdctfltr_reset {
	margin-right: 6px;
}

.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset {
	margin-top: 0;
}

.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
	content: "";
	font-family: "prdctfltr";
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	margin-right: 3px;
	width: 24px;
	display: inline-block;
	text-align: center;
}

.prdctfltr_woocommerce_ordering span.prdctfltr_reset label.prdctfltr_active span:before {
	color: #fe4641;
}

.prdctfltr_filter .prdctfltr_regular_title {
	display: block;
	font-weight: 600;
	line-height: 26px;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prdctfltr_wc .prdctfltr_description {
	font-size: 90%;
	margin-bottom: 10px;
}

.prdctfltr_wc.pf_select .prdctfltr_description, .prdctfltr_wc.pf_default_select .prdctfltr_description, .prdctfltr_wc .prdctfltr_terms_customized_select .prdctfltr_description {
	margin-top: 10px;
	margin-bottom: 0;
}

.prdctfltr_custom_scroll * {
	scrollbar-width: thin;
	scrollbar-color: #666 #fff;
}

.prdctfltr_custom_scroll *::-webkit-scrollbar {
	width: .6em;
	height: .6em;
}

.prdctfltr_custom_scroll *::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 20px;
}

.prdctfltr_custom_scroll *::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 20px;
	border: 3px solid #fff;
}

.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering {
	position: relative;
	padding: 0;
}

.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering {
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms;
	transition-timing-function: ease-in-out;
	height: 0;
	transform-origin: center top;
}

.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 0;
	transition: opacity 200ms;
}

.prdctfltr_wc_regular.pf_default .prdctfltr_filter_wrapper {
	margin-bottom: 0;
}

.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_filter_submit {
	margin-right: 12px;
}

.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering {
	height: auto;
	opacity: 0;
}

.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 0;
}

.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering {
	height: auto;
	opacity: 1;
}

.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 1;
}

.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_filter_submit {
	margin-right: 12px;
}

.prdctfltr_wc.pf_arrow .prdctfltr_buttons {
	padding: 0px 20px;
}

.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: -1;
	height: 0;
	width: 0;
	border: .5px solid #d2d6d8;
	border-radius: 1em;
	box-shadow: -.25em .125em 1em -.15em rgba(0, 0, 0, .1);
	background-color: #fafafa;
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms;
}

@media (max-width: 767px) {
	.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
		width: 100%;
		max-width: 100%;
		min-width: 300px;
	}
}

@media (min-width: 769px) {
	.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
		width: 100%;
		min-width: 840px;
		max-width: 960px;
	}
}

.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	background-color: #fff;
	padding: 10px;
}

.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter {
	padding-left: 18px;
	padding-right: 18px;
}

.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering>.prdctfltr_collector {
	margin: 0 20px 10px;
}

.prdctfltr_wc.pf_arrow .prdctfltr_close_sidebar {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
	opacity: 0;
	height: unset;
	z-index: 101;
}

.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
	opacity: 1;
	height: unset;
	z-index: 101;
}

.prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner {
	padding-bottom: 0;
	overflow: visible;
}

.prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering {
	position: relative;
	padding: 0;
}

.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering {
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms;
	transition-timing-function: ease-in-out;
	height: 0;
	transform-origin: center top;
}

.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 0;
	transition: opacity 200ms;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering {
	overflow: visible;
	height: auto;
	opacity: 0;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 0;
}

.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering {
	overflow: visible;
	height: auto;
	opacity: 1;
}

.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	opacity: 1;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select>span span {
	cursor: pointer;
}

.prdctfltr_wc.pf_mod_row.pf_select .prdctfltr_filter_inner .prdctfltr_filter:first-child {
	padding-left: 10px;
}

.prdctfltr_terms_customized_select .prdctfltr_add_scroll, .pf_select .prdctfltr_add_scroll {
	overflow: auto;
}

.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes, .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll .prdctfltr_checkboxes {
	display: block;
}

.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll, .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
	position: absolute;
	display: none;
	top: 48px;
	margin-top: -1px;
	background-color: #fff;
	width: 90%;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, .2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, .2);
	box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, .2);
	border: 1px solid #ddd;
	z-index: 2;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit {
	margin-right: 12px;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down, .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up {
	position: absolute;
	top: 11px;
	right: 18px;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter .prdctfltr_regular_title {
	cursor: pointer;
}

.prdctfltr_wc.pf_select .prdctfltr_filter_inner {
	margin-bottom: 0;
}

.prdctfltr_wc.pf_select .prdctfltr_filter {
	margin-bottom: 0;
}

.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-down, .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-up {
	display: block;
}

.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title, .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title {
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 15px;
	padding-right: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	cursor: pointer;
	color: #444;
}

.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down, .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up {
	float: right;
	position: absolute;
	top: 9px;
	right: 18px;
	z-index: 2;
}

.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down, .prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up {
	top: 10px;
	right: 23px;
}

.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label {
	display: block;
}

.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before {
	display: inline-block;
}

.pf_select .prdctfltr_aftertitle, .prdctfltr_terms_customized_select .prdctfltr_aftertitle {
	margin-top: 10px;
}

body.wc-prdctfltr-active-fullscreen {
	overflow: hidden;
}

.prdctfltr_wc.pf_fullscreen .prdctfltr_close_sidebar {
	padding: 0 5px 0;
	margin-bottom: 10px;
	cursor: pointer;
	text-transform: uppercase;
	max-width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 100%;
	right: 0;
	z-index: 9999999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	margin-left: 0;
	margin-right: 0;
	opacity: 0;
	transition: opacity 200ms;
}

.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons {
	padding: 0 10px 20px;
	max-width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
	width: 100%;
	max-width: 1024px;
	padding: 1em;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
}

.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_filter_submit {
	margin-right: 12px;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering {
	bottom: 0;
	opacity: 0;
}

.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering {
	bottom: 0;
	opacity: 1;
}

.prdctfltr_close_sidebar {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	box-sizing: border-box;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	z-index: 99999;
	transition: transform 200ms;
	transform: translateX(-320px);
	opacity: 0;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering>.prdctfltr_collector, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering>.prdctfltr_collector, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector {
	margin: 10px 20px 0;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar {
	padding-top: 10px;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar {
	padding-left: 20px;
	padding-right: 20px;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering, .wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering {
	opacity: 1;
	transform: translateX(-320px);
}

.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering, .wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering {
	opacity: 1;
	transform: translateX(10px);
}

.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	left: auto;
	right: 0;
	transform: translateX(320px);
	padding-left: 0;
}

.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering, .wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	opacity: 1;
	transform: translateX(320px);
}

.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering, .wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering {
	opacity: 1;
	transform: translateX(-10px);
}

.prdctfltr_wc.pf_sidebar .prdctfltr_filter_wrapper, .prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_wrapper, .prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_wrapper, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_wrapper {
	margin-bottom: 0;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit {
	margin-bottom: 10px;
}

.prdctfltr_wc.pf_sidebar .prdctfltr_filter_inner, .prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_inner, .prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_inner, .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_inner {
	padding: 10px;
}

@media (max-width: 900px) {
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering {
		margin: 0 -10px !important;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter {
		float: left !important;
		display: block !important;
		width: 50% !important;
		padding: 0 10px !important;
		margin-right: -4px !important;
		margin-bottom: 0;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_single_filter .prdctfltr_filter {
		float: left !important;
		display: block !important;
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner {
		white-space: normal;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear {
		display: none !important;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child {
		display: block !important;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit {
		margin-bottom: 12px;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter {
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering {
		margin: 0;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter {
		float: left !important;
		display: block !important;
		width: 100% !important;
		padding: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner {
		white-space: normal;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner {
		width: auto !important;
		margin: 0 -36px 0 0;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear {
		display: none !important;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child {
		display: block !important;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit {
		margin-bottom: 12px;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter {
		margin-bottom: 10px;
	}
	
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering {
		width: auto;
	}
}

@media (min-width: 321px) {
	.prdctfltr_aside {
		display: flex;
		align-items: flex-start;
	}
	
	.prdctfltr_aside .prdctfltr-widget {
		width: 25%;
		min-width: 16em;
		margin-right: 2em;
	}
}

.prdctfltr_round_swatches .prdctfltr_customize_block, .prdctfltr_round_swatches .prdctfltr_customize_image, .prdctfltr_round_swatches .prdctfltr_customize_color {
	border-radius: 200px;
}

.prdctfltr_clearnext+.prdctfltr_filter {
	clear: both;
}

.prdctfltr_columns_1 .prdctfltr_filter {
	width: 100%;
}

.prdctfltr_columns_1 .prdctfltr_filter:before, .prdctfltr_columns_1 .prdctfltr_filter:after {
	content: "";
	display: table;
	clear: both;
}

.prdctfltr_columns_2 .prdctfltr_filter {
	width: 50%;
}

.prdctfltr_columns_3 .prdctfltr_filter {
	width: 33.33%;
}

.prdctfltr_columns_4 .prdctfltr_filter {
	width: 25%;
}

.prdctfltr_columns_5 .prdctfltr_filter {
	width: 20%;
}

.prdctfltr_columns_6 .prdctfltr_filter {
	width: 16.66%;
}

.prdctfltr_columns_7 .prdctfltr_filter {
	width: 14.28%;
}

.prdctfltr_columns_8 .prdctfltr_filter {
	width: 12.5%;
}

.prdctfltr_columns_9 .prdctfltr_filter {
	width: 11.11%;
}

.prdctfltr_columns_10 .prdctfltr_filter {
	width: 10%;
}

.prdctfltr_wc_widget.prdctfltr_wc {
	position: relative;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_inner {
	overflow: visible;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons {
	margin: 30px 0 0;
}

.prdctfltr_wc_widget.prdctfltr_wc span.prdctfltr_reset {
	display: block;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
	margin-bottom: 20px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:last-child {
	margin-bottom: 0;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
	margin-top: 0;
	margin-bottom: 20px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_loader {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: auto;
}

.prdctfltr_woocommerce_filter_submit {
	margin-top: 12px;
}

.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes, .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes {
	padding-top: 5px;
	padding-right: 10px;
	box-sizing: border-box;
}

.prdctfltr_terms_customized_select i.prdctfltr-down, .prdctfltr_terms_customized_select i.prdctfltr-up, .pf_default_select i.prdctfltr-down, .pf_default_select i.prdctfltr-up {
	float: right;
}

.prdctfltr_terms_customized_select .prdctfltr_widget_title, .pf_default_select .prdctfltr_widget_title {
	cursor: pointer;
	display: block;
}

.prdctfltr_terms_customized_select .prdctfltr_add_scroll, .pf_default_select .prdctfltr_add_scroll {
	display: none;
}

.pf_adptv_default.prdctfltr_adoptive .pf_adoptive_hide {
	display: none !important;
}

.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown .option, .prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled], .prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled] [data-selectable].option {
	display: none !important;
}

.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-selectable].option {
	display: block !important;
}

.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide {
	display: block;
	opacity: .5 !important;
	cursor: default !important;
}

.prdctfltr_woocommerce .prdctfltr_inline.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide {
	position: relative !important;
	display: inline-block !important;
}

.pf_adptv_click.prdctfltr_adoptive .pf_adoptive_hide {
	display: block;
	opacity: .5 !important;
}

.prdctfltr_woocommerce .prdctfltr_inline .prdctfltr_checkboxes .prdctfltr_sub {
	margin-left: 0;
}

.prdctfltr_filter_wrapper.mCustomScrollbar {
	padding-bottom: 0;
}

.prdctfltr_wc .mCS_no_scrollbar>div, .prdctfltr_wc .mCS_no_scrollbar>div>div {
	overflow: visible !important;
}

.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_checkboxes input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.pf_adoptive_hide .prdctfltr_tooltip {
	display: none !important;
}

.prdctfltr_woocommerce .prdctfltr_reset_this {
	animation: none;
	animation-delay: 0;
	animation-direction: normal;
	animation-duration: 0;
	animation-fill-mode: none;
	animation-iteration-count: 1;
	animation-name: none;
	animation-play-state: running;
	animation-timing-function: ease;
	backface-visibility: visible;
	background: 0;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 0;
	border-style: none;
	border-width: medium;
	border-color: inherit;
	border-bottom: 0;
	border-bottom-color: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-collapse: separate;
	border-image: none;
	border-left: 0;
	border-left-color: inherit;
	border-left-style: none;
	border-left-width: medium;
	border-radius: 0;
	border-right: 0;
	border-right-color: inherit;
	border-right-style: none;
	border-right-width: medium;
	border-spacing: 0;
	border-top: 0;
	border-top-color: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: none;
	border-top-width: medium;
	bottom: auto;
	box-shadow: none;
	box-sizing: content-box;
	caption-side: top;
	clear: none;
	clip: auto;
	color: inherit;
	columns: auto;
	column-count: auto;
	column-fill: balance;
	column-gap: normal;
	column-rule: medium none currentColor;
	column-rule-color: currentColor;
	column-rule-style: none;
	column-rule-width: none;
	column-span: 1;
	column-width: auto;
	content: normal;
	counter-increment: none;
	counter-reset: none;
	cursor: auto;
	direction: ltr;
	display: inline;
	empty-cells: show;
	float: none;
	font: normal;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	hyphens: none;
	left: auto;
	letter-spacing: normal;
	line-height: normal;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	orphans: 0;
	outline: 0;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	perspective: none;
	perspective-origin: 50% 50%;
	position: static;
	quotes: "“" "”" "‘" "’";
	right: auto;
	tab-size: 8;
	table-layout: auto;
	text-align: inherit;
	text-align-last: auto;
	text-decoration: none;
	text-decoration-color: inherit;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-style: flat;
	transition: none;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: none;
	transition-timing-function: ease;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 0;
	width: auto;
	word-spacing: normal;
	z-index: auto;
}

.prdctfltr_woocommerce .prdctfltr_reset_this.nitro-lazy {
	background-image: none !important;
}

.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
}

.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i {
	font-size: 16px;
	opacity: .33;
	width: 20px;
	margin-right: -24px;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 0 0 4px;
	color: #666;
	color: rgba(0, 0, 0, .5);
}

.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
	display: inline-block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid #ccc !important;
	padding: .25em .5em !important;
}

.prdctfltr_search .prdctfltr_checkboxes {
	position: relative;
}

.prdctfltr_search .prdctfltr_checkboxes span {
	display: none;
}

input.pf_search {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}

.pf_search_trigger {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 32px;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/source/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/checked.svg") center center no-repeat;
	background-size: 20px;
	display: none;
}

.pf_search_trigger.nitro-lazy {
	background: none !important;
}

.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_search_terms {
	margin-bottom: 15px;
}

.prdctfltr_tooltip {
	position: absolute !important;
	bottom: 100%;
	left: 50%;
	margin-left: -50px;
	margin-bottom: 0;
	width: 100px !important;
	max-height: 0;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
	z-index: 1;
	opacity: 0;
	transition: all 150ms ease-in-out;
}

.prdctfltr_tooltip * {
	box-sizing: border-box;
}

.prdctfltr_tooltip>span {
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	max-width: 100%;
	min-width: 32px;
	background-color: #222;
	color: #fff;
	border-radius: 3px;
	padding: 3px 6px;
}

.prdctfltr_tooltip>span:after {
	content: "";
	border: 10px solid transparent;
	border-top-color: #222;
	width: 1px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}

.prdctfltr_hover .prdctfltr_tooltip {
	max-height: 300px;
	margin-bottom: 5px;
	opacity: 1;
}

.prdctfltr_error {
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 7px;
	background-color: #fcc2c2;
	width: 100%;
	margin-bottom: 20px;
}

.prdctfltr_error small {
	display: block;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
}

div.products h1.prdctfltr_not_found {
	margin-bottom: 20px;
	color: #ccc;
	font-size: 24px;
	line-height: 28px;
}

.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr_hiddenparent, .prdctfltr_subonlyback .prdctfltr_checkboxes .prdctfltr_hiddenparent {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.prdctfltr_drill .prdctfltr_checkboxes>.prdctfltr_sub:first-child, .prdctfltr_drillback .prdctfltr_checkboxes>.prdctfltr_sub:first-child, .prdctfltr_subonly .prdctfltr_checkboxes>.prdctfltr_sub:first-child, .prdctfltr_subonlyback .prdctfltr_checkboxes>.prdctfltr_sub:first-child {
	margin-left: 0;
	display: block;
}

.prdctfltr_drill .prdctfltr_checkboxes .prdctfltr-plus, .prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr-plus {
	display: none;
}

.prdctfltr_checkboxes .prdctfltr-plus {
	padding-left: 6px;
	z-index: 1;
	position: relative;
	float: right;
	font-size: 15px;
	line-height: inherit;
	color: #aaa;
	max-height: 24px;
}

.prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr-plus, .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr-plus {
	line-height: inherit;
}

.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr_sub, .prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr_sub, .prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr_sub {
	margin-top: 0;
	margin-left: 0;
}

.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus {
	float: none;
}

.prdctfltr_checkboxes .prdctfltr_customize_round .prdctfltr-plus, .prdctfltr_terms_customized_color:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus, .prdctfltr_terms_customized_image:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 16px;
	line-height: 14px !important;
	height: 14px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 0;
	border-radius: 2px;
}

.prdctfltr_hierarchy_circle .prdctfltr_checkboxes i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_circle .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_filled .prdctfltr_checkboxes i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_filled .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_lined .prdctfltr_checkboxes i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_lined .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before {
	content: "";
}

.prdctfltr_hierarchy_hide i.prdctfltr-plus, .prdctfltr_hierarchy_hide i.prdctfltr-minus {
	display: none;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_sub {
	display: block;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr-plus {
	display: none;
}

.prdctfltr_checkboxes .prdctfltr_sub {
	margin-left: .5em;
	display: none;
}

.prdctfltr_sub.prdctfltr_animate {
	opacity: 1 !important;
}

.prdctfltr_show_subs+.prdctfltr_sub {
	display: block;
	opacity: 1;
}

.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label.prdctfltr_show_subs, .prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label.prdctfltr_show_subs {
	flex: 0 0 100%;
}

.prdctfltr_searching .prdctfltr_sub {
	margin-left: 0;
}

.prdctfltr_searching i.prdctfltr-plus {
	display: none;
}

.prdctfltr_wc .prdctfltr_terms_customized_image .prdctfltr_checkboxes label, .prdctfltr_wc .prdctfltr_terms_customized_text .prdctfltr_checkboxes label, .prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	display: inline-block;
	vertical-align: top;
}

.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:before {
	display: none;
}

.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before {
	display: inline-block;
}

.prdctfltr_terms_customized_text .prdctfltr_customize, .prdctfltr_terms_customized_color .prdctfltr_customize, .prdctfltr_terms_customized_image .prdctfltr_customize {
	position: relative;
	display: block;
	margin: 0 5px 5px 0;
}

.prdctfltr_customize_background .prdctfltr-plus {
	color: #fff !important;
}

.prdctfltr_customize_background {
	color: #fff;
	padding: 3px 10px;
}

.prdctfltr_active .prdctfltr_customize_border {
	border-width: 2px;
	padding: 2px 9px;
}

.prdctfltr_customize_border {
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 3px 10px;
	box-sizing: content-box;
}

.prdctfltr_customize_round .prdctfltr_customize_name {
	line-height: 42px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.prdctfltr_customize_round {
	width: 42px;
	height: 42px;
	padding: 3px;
	text-align: center;
	color: #fff;
}

.prdctfltr_customize_block {
	padding: 3px;
	border: 1px solid #ccc;
}

.prdctfltr_customize_block .prdctfltr_customize_color {
	display: block;
	width: 42px;
	height: 42px;
}

.prdctfltr_customize_block .prdctfltr_customize_image {
	display: block;
}

.prdctfltr_customize_block .prdctfltr_customize_image img {
	display: block;
	height: 42px;
	width: auto;
	margin: 0 auto;
}

.prdctfltr_terms_customized_color .prdctfltr_customize_block {
	background-color: #fff;
}

.prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image, .prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image_text {
	background-color: #fff;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
	display: block;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block {
	box-shadow: none;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block {
	padding: 0;
	border: 0;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #ccc;
	width: 42px;
	height: 42px;
	box-sizing: content-box;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text {
	border: 2px solid #222;
	padding: 2px;
	box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, .3);
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text span {
	display: block;
	width: 100%;
	height: 100%;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text_tip {
	margin-left: 12px;
	vertical-align: middle;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label {
	display: block;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block {
	box-shadow: none;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block {
	padding: 0;
	border: 0;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text {
	display: inline-block;
	vertical-align: middle;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text img {
	display: block;
	width: auto;
	height: 42px;
	padding: 3px;
	border: 1px solid #ccc;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_image_text img {
	padding: 2px;
	border: 2px solid #222;
	box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, .3);
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text_tip {
	margin-left: 12px;
	vertical-align: middle;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_text input[type="checkbox"], .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_color input[type="checkbox"], .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_image input[type="checkbox"] {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	z-index: -1 !important;
}

label.prdctfltr_active .prdctfltr_customize_block {
	padding: 2px;
	border: 2px solid #222;
	box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, .3);
}

.pf_adptv_click .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide, .pf_adptv_unclick .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide {
	display: inline-block !important;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after {
	content: none;
}

.prdctfltr_2_columns.prdctfltr_terms_customized_color label, .prdctfltr_3_columns.prdctfltr_terms_customized_color label {
	box-sizing: border-box;
}

.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span, .prdctfltr_3_columns.prdctfltr_terms_customized_color label>span {
	display: block;
}

.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color, .prdctfltr_3_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color {
	width: 100%;
}

.prdctfltr_2_columns.prdctfltr_terms_customized_text label, .prdctfltr_3_columns.prdctfltr_terms_customized_text label {
	display: flex;
	box-sizing: border-box;
}

.prdctfltr_2_columns.prdctfltr_terms_customized_text label>span, .prdctfltr_3_columns.prdctfltr_terms_customized_text label>span {
	display: block;
	text-align: center;
}

.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_checkboxes, .prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_checkboxes {
	display: flex !important;
	flex-flow: wrap;
}

.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_sub, .prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_sub {
	width: 100%;
	margin-left: 0;
}

.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label {
	flex: 0 0 50%;
}

.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter.prdctfltr_text label, .prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter.prdctfltr_text label {
	padding-right: 10px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label {
	flex: 0 0 33.3%;
}

.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label {
	display: inline-block;
	margin-right: 12px;
}

.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter.prdctfltr_terms_customized label {
	margin-right: 0;
}

.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before {
	margin-right: 6px;
}

.prdctfltr_terms_customized_image .prdctfltr_checkboxes>label .prdctfltr_customize_block, .prdctfltr_terms_customized_color .prdctfltr_checkboxes>label .prdctfltr_customize_block {
	position: relative;
}

div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after, div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after {
	opacity: .3;
}

div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after, div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after, .pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after, .pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after, .pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after, .pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/source/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/outofstock.svg");
	background-position: center center;
	background-size: 100% 100%;
}

.pf_select .prdctfltr_terms_customized_color .prdctfltr_checkboxes, .pf_select .prdctfltr_terms_customized_image .prdctfltr_checkboxes {
	margin-top: 3px;
	margin-bottom: -8px;
}

.prdctfltr_inline .prdctfltr_show_subs+.prdctfltr_sub, .prdctfltr_terms_customized_text .prdctfltr_show_subs+.prdctfltr_sub, .prdctfltr_terms_customized_color .prdctfltr_show_subs+.prdctfltr_sub, .prdctfltr_terms_customized_image .prdctfltr_show_subs+.prdctfltr_sub {
	display: inline;
}

.prdctfltr_2_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child, .prdctfltr_3_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child, .prdctfltr_2_columns .prdctfltr_show_subs+.prdctfltr_sub, .prdctfltr_3_columns .prdctfltr_show_subs+.prdctfltr_sub {
	display: flex;
	flex-wrap: wrap;
}

.prdctfltr_checkboxes .pf_more {
	display: block;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	font-size: 13px !important;
	line-height: 20px !important;
	margin-top: 6px;
	opacity: .6;
	transition: 200ms opacity;
}

.prdctfltr_checkboxes .pf_more:hover {
	opacity: 1;
}

.prdctfltr_checkboxes .pf_more span {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.prdctfltr_checkboxes .pf_more span:before {
	content: "";
	width: 1000px;
	height: 1px;
	background-color: rgba(128, 128, 128, .6);
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 10px;
}

.prdctfltr_sc_products.prdctfltr_fallback_css .products {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css .products li, .prdctfltr_sc_products.prdctfltr_fallback_css .products .type-product {
	box-sizing: border-box !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products .type-product {
	width: 100% !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products .type-product {
	width: 50% !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products .type-product {
	width: 33.33% !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products .type-product {
	width: 25% !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products .type-product {
	width: 20% !important;
}

.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products li, .prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products .type-product {
	width: 16.66% !important;
}

nav.prdctfltr-pagination.prdctfltr-pagination-load-more {
	clear: both;
	display: block;
	text-align: center;
}

nav.prdctfltr-pagination.prdctfltr-pagination-load-more.prdctfltr-ignite {
	opacity: .5;
}

nav.prdctfltr-pagination.prdctfltr-pagination-load-more .button {
	width: auto !important;
	height: auto !important;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default {
	clear: both;
	display: block;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: 0;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default ul li {
	display: inline-block;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a, nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 6px 12px;
	color: #444;
	text-decoration: none;
	vertical-align: bottom;
	border: 2px solid #444;
	border-radius: 2px;
	box-sizing: border-box;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:focus, nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover, nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current {
	border-color: #f00;
	color: #f00;
}

.prdctfltr_tabbed_selection .prdctfltr_filter {
	position: relative;
	opacity: .15;
	transition: opacity 150ms;
}

.prdctfltr_tabbed_selection .prdctfltr_filter:after {
	content: "";
	position: absolute;
	display: block !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.prdctfltr_tabbed_selection .prdctfltr_filter:first-child, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter {
	opacity: 1;
}

.prdctfltr_tabbed_selection .prdctfltr_filter:first-child:after, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection:after, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter:after, .prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter:after {
	content: none;
}

.prdctfltr_collector {
	margin: 10px;
	font-size: 90%;
}

.prdctfltr_collector>span {
	display: inline-block;
	white-space: nowrap;
	padding: .25em 1em;
	margin-right: .5em;
	margin-bottom: .5em;
}

.prdctfltr_wc_widget .prdctfltr_collector {
	margin: 0;
	margin-bottom: .5em;
}

.prdctfltr_aftertitle {
	margin-bottom: .125em;
	font-size: 90%;
}

.prdctfltr_aftertitle:empty {
	margin-bottom: 0;
}

.prdctfltr_aftertitle:before, .prdctfltr_aftertitle:after {
	content: "";
	display: table;
	clear: both;
}

.prdctfltr_aftertitle>span {
	display: inline-block;
	white-space: nowrap;
	padding: .25em 1em;
	margin-right: .5em;
	margin-bottom: .5em;
}

.prdctfltr_collector_flat>span {
	background-color: #f4f4f4;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 7px;
}

.prdctfltr_collector_border>span {
	border: 1px solid #777;
	border-color: rgba(0, 0, 0, .05);
	border-radius: 7px;
}

.prdctfltr_regular_title>span:after, .prdctfltr_widget_title>span:after {
	content: "/";
	margin: 0 4px;
}

.prdctfltr_topbar {
	display: inline;
}

.prdctfltr_topbar>span:before {
	content: "/";
	margin: 0 4px;
}

.prdctfltr_showing {
	cursor: pointer;
}

.prdctfltr_showing:before {
	content: "/";
	margin: 0 4px;
}

.prdctfltr_always_visible .prdctfltr_showing {
	cursor: unset !important;
}

.pfw-hidden-element {
	display: none !important;
}

.prdctfltr_wc .prdctfltr_filter_title {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
}

.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-right: .5em;
	width: 1em;
	height: 1em;
}

.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title {
	max-width: 20em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title {
	cursor: unset !important;
}

.prdctfltr_woocommerce_filter i {
	transition: transform 1s;
	transform: scale(1);
}

.xwc--pf-loading .prdctfltr_woocommerce_filter {
	position: relative;
}

.xwc--pf-loading .prdctfltr_woocommerce_filter:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5em;
	height: 1.5em;
	margin-top: -.75em;
	margin-left: -.75em;
	border-radius: 100px;
	border: 1px dashed transparent;
	border-bottom-color: #46586a;
	animation: spinner .6s linear infinite;
	box-sizing: border-box;
}

.xwc--pf-loading .prdctfltr_woocommerce_filter i {
	transform: scale(.925);
}

.xwc--pf-loader-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .75);
	z-index: 99999;
}

.xwc--pf-loader-overlay:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3em;
	height: 3em;
	margin-top: -1.5em;
	margin-left: -1.5em;
	border-radius: 100px;
	border: 1px dashed transparent;
	border-bottom-color: #46586a;
	animation: spinner .6s linear infinite;
	box-sizing: border-box;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.prdctfltr_count {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	padding: 0 2px;
	border: 1px solid #aaa;
	color: #aaa;
	background-color: #fff;
	border-radius: 2px;
	min-width: 12px;
	text-align: center;
}

.prdctfltr_customize_count {
	padding: 0 2px;
	margin-left: 4px;
	min-width: 12px;
	max-width: 60px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #aaa;
	border: 1px solid #aaa;
	background-color: #fff;
	font-size: 10px;
	border-radius: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.prdctfltr_customize_round .prdctfltr_customize_count, .prdctfltr_customize_block .prdctfltr_customize_count {
	position: absolute;
	top: -1px;
	right: -1px;
}

.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span .prdctfltr_count {
	font-weight: 600;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span {
	color: #000;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span:before {
	border-color: #000;
}

ul.products li.out-of-stock a img.attachment-woocommerce_thumbnail {
	filter: grayscale(1) !important;
	opacity: .67 !important;
}

.xwc--pf-outofstock {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 1;
	background-color: #f16726;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: .5em .5em;
}

[class^="prdctfltr-"]:before, [class*=" prdctfltr-"]:before {
	font-family: "prdctfltr" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.prdctfltr-bars:before {
	content: "";
}

.prdctfltr-delete:before {
	content: "";
}

.prdctfltr-sale:before {
	content: "";
}

.prdctfltr-down:before {
	content: "";
}

.prdctfltr-up:before {
	content: "";
}

.prdctfltr-filter:before {
	content: "";
}

.prdctfltr-plus:before {
	content: "";
}

.prdctfltr-minus:before {
	content: "";
}

.prdctfltr-instock:before {
	content: "";
}

.prdctfltr-clear:before {
	content: "";
}

.prdctfltr-check:before {
	content: "";
}

.prdctfltr-minus-1:before {
	content: "";
}

.prdctfltr-plus-1:before {
	content: "";
}

.prdctfltr-minus-2:before {
	content: "";
}

.prdctfltr-plus-2:before {
	content: "";
}

.prdctfltr-search:before {
	content: "";
}

.prdctfltr-style:before {
	content: "";
}

.prdctfltr-update:before {
	content: "";
}

.prdctfltr_wc .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, .06) !important;
	border: 0 none !important;
	-webkit-box-shadow: inset 0 0 12px 4px #fff;
	box-shadow: inset 0 0 12px 4px #fff;
}

.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: "!";
	visibility: hidden;
}

.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-helper {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.prdctfltr_wc .selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.prdctfltr_wc .selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important;
}

.prdctfltr_wc .selectize-dropdown-header-close:hover {
	color: #000;
}

.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
}

.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}

.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}

.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important;
}

.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 19px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 4px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	line-height: inherit;
}

.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, .05);
}

.prdctfltr_wc .selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #cacaca;
}

.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none;
}

.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #fff;
}

.prdctfltr_wc .selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 23px;
}

.prdctfltr_wc .selectize-control {
	position: relative;
}

.prdctfltr_wc .selectize-dropdown, .prdctfltr_wc .selectize-input, .prdctfltr_wc .selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}

.prdctfltr_wc .selectize-input, .prdctfltr_wc .selectize-control.single .selectize-input.input-active {
	background: #fff;
	cursor: text;
	display: inline-block;
}

.prdctfltr_wc .selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.prdctfltr_wc .selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px;
}

.prdctfltr_wc .selectize-input.full {
	background-color: #fff;
}

.prdctfltr_wc .selectize-input.disabled, .prdctfltr_wc .selectize-input.disabled * {
	cursor: default !important;
}

.prdctfltr_wc .selectize-input.focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.prdctfltr_wc .selectize-input.dropdown-active {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.prdctfltr_wc .selectize-input>* {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.prdctfltr_wc .selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 4px 8px;
	background: #69f;
	color: #fff;
	border-radius: 7px;
}

.prdctfltr_wc .selectize-control.multi .selectize-input>div.active {
	background: #17439b;
	color: #fff;
}

.prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div, .prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div.active {
	color: #fff;
	background: #7d7d7d;
}

.prdctfltr_wc .selectize-input>input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.prdctfltr_wc .selectize-input>input::-ms-clear {
	display: none;
}

.prdctfltr_wc .selectize-input>input:focus {
	outline: none !important;
}

.prdctfltr_wc .selectize-input::after {
	content: " ";
	display: block;
	clear: left;
}

.prdctfltr_wc .selectize-input.dropdown-active::before {
	content: " ";
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}

.prdctfltr_wc .selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.prdctfltr_wc .selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}

.prdctfltr_wc .selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, .2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.prdctfltr_wc .selectize-dropdown .option, .prdctfltr_wc .selectize-dropdown .optgroup-header {
	padding: 5px 8px;
}

.prdctfltr_wc .selectize-dropdown .option, .prdctfltr_wc .selectize-dropdown [data-disabled], .prdctfltr_wc .selectize-dropdown [data-disabled] [data-selectable].option {
	cursor: inherit;
	opacity: .5;
}

.prdctfltr_wc .selectize-dropdown [data-selectable].option {
	opacity: 1;
	cursor: pointer;
}

.prdctfltr_wc .selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}

.prdctfltr_wc .selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default;
}

.prdctfltr_wc .selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68;
}

.prdctfltr_wc .selectize-dropdown .active.create {
	color: #495c68;
}

.prdctfltr_wc .selectize-dropdown .create {
	color: rgba(48, 48, 48, .5);
}

.prdctfltr_wc .selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch;
}

.prdctfltr_wc .selectize-control.single .selectize-input, .prdctfltr_wc .selectize-control.single .selectize-input input {
	cursor: pointer;
}

.prdctfltr_wc .selectize-control.single .selectize-input.input-active, .prdctfltr_wc .selectize-control.single .selectize-input.input-active input {
	cursor: text;
}

.prdctfltr_wc .selectize-control.single .selectize-input:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
}

.prdctfltr_wc .selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}

.prdctfltr_wc .selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}

.prdctfltr_wc .selectize-control.rtl .selectize-input>input {
	margin: 0 4px 0 -2px !important;
}

.prdctfltr_wc .selectize-control .selectize-input.disabled {
	opacity: .5;
	background-color: #fafafa;
}

.prdctfltr_wc .irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.prdctfltr_wc .irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.prdctfltr_wc .irs-line-left, .prdctfltr_wc .irs-line-mid, .prdctfltr_wc .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.prdctfltr_wc .irs-line-left {
	left: 0;
	width: 11%;
}

.prdctfltr_wc .irs-line-mid {
	left: 9%;
	width: 82%;
}

.prdctfltr_wc .irs-line-right {
	right: 0;
	width: 11%;
}

.prdctfltr_wc .irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.prdctfltr_wc .irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.prdctfltr_wc .irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.prdctfltr_wc .irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.prdctfltr_wc .irs-slider.from {
	cursor: pointer;
}

.prdctfltr_wc .irs-slider.to {
	cursor: pointer;
}

.prdctfltr_wc .irs-slider.type_last {
	z-index: 2;
}

.prdctfltr_wc .irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.prdctfltr_wc .irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
	white-space: nowrap;
}

.prdctfltr_wc .irs-from, .prdctfltr_wc .irs-to, .prdctfltr_wc .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.prdctfltr_wc .irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.prdctfltr_wc .irs-with-grid .irs-grid {
	display: block;
}

.prdctfltr_wc .irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.prdctfltr_wc .irs-grid-pol.small {
	height: 4px;
}

.prdctfltr_wc .irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.prdctfltr_wc .irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}

.prdctfltr_wc .irs-disabled {
	opacity: .4;
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

.prdctfltr_wc .irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.pf_rngstyle_flat .irs-line-mid, .pf_rngstyle_flat .irs-line-left, .pf_rngstyle_flat .irs-line-right, .pf_rngstyle_flat .irs-bar, .pf_rngstyle_flat .irs-bar-edge, .pf_rngstyle_flat .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-flat.png") repeat-x;
}

.pf_rngstyle_flat .irs-line-mid.nitro-lazy, .pf_rngstyle_flat .irs-line-left.nitro-lazy, .pf_rngstyle_flat .irs-line-right.nitro-lazy, .pf_rngstyle_flat .irs-bar.nitro-lazy, .pf_rngstyle_flat .irs-bar-edge.nitro-lazy, .pf_rngstyle_flat .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_flat .irs {
	height: 40px;
}

.pf_rngstyle_flat .irs-with-grid {
	height: 60px;
}

.pf_rngstyle_flat .irs-line {
	height: 12px;
	top: 25px;
}

.pf_rngstyle_flat .irs-line-left {
	height: 12px;
	background-position: 0 -30px;
}

.pf_rngstyle_flat .irs-line-mid {
	height: 12px;
	background-position: 0 0;
}

.pf_rngstyle_flat .irs-line-right {
	height: 12px;
	background-position: 100% -30px;
}

.pf_rngstyle_flat .irs-bar {
	height: 12px;
	top: 25px;
	background-position: 0 -60px;
}

.pf_rngstyle_flat .irs-bar-edge {
	top: 25px;
	height: 12px;
	width: 9px;
	background-position: 0 -90px;
}

.pf_rngstyle_flat .irs-shadow {
	height: 3px;
	top: 34px;
	background: #000;
	opacity: .25;
}

.lt-ie9 .pf_rngstyle_flat .irs-shadow {
	filter: alpha(opacity=25);
}

.pf_rngstyle_flat .irs-slider {
	width: 16px;
	height: 18px;
	top: 22px;
	background-position: 0 -120px;
}

.pf_rngstyle_flat .irs-slider.state_hover, .pf_rngstyle_flat .irs-slider:hover {
	background-position: 0 -150px;
}

.pf_rngstyle_flat .irs-min, .pf_rngstyle_flat .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: #e1e4e9;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pf_rngstyle_flat .irs-from, .pf_rngstyle_flat .irs-to, .pf_rngstyle_flat .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #ed5565;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pf_rngstyle_flat .irs-from:after, .pf_rngstyle_flat .irs-to:after, .pf_rngstyle_flat .irs-single:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}

.pf_rngstyle_flat .irs-grid-pol {
	background: #e1e4e9;
}

.pf_rngstyle_flat .irs-grid-text {
	color: #999;
}

.pf_rngstyle_html5 .irs {
	height: 55px;
}

.pf_rngstyle_html5 .irs-with-grid {
	height: 75px;
}

.pf_rngstyle_html5 .irs-line {
	height: 10px;
	top: 33px;
	background: #eee;
	background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
	border: 1px solid #ccc;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

.pf_rngstyle_html5 .irs-line-left {
	height: 8px;
}

.pf_rngstyle_html5 .irs-line-mid {
	height: 8px;
}

.pf_rngstyle_html5 .irs-line-right {
	height: 8px;
}

.pf_rngstyle_html5 .irs-bar {
	height: 10px;
	top: 33px;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
	background: #428bca;
	background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
}

.pf_rngstyle_html5 .irs-bar-edge {
	height: 10px;
	top: 33px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

.pf_rngstyle_html5 .irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: .3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .pf_rngstyle_html5 .irs-shadow {
	filter: alpha(opacity=30);
}

.pf_rngstyle_html5 .irs-slider {
	top: 25px;
	width: 27px;
	height: 27px;
	border: 1px solid #aaa;
	background: #ddd;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 20%, #fff 100%);
	border-radius: 27px;
	-moz-border-radius: 27px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	cursor: pointer;
}

.pf_rngstyle_html5 .irs-slider.state_hover, .pf_rngstyle_html5 .irs-slider:hover {
	background: #fff;
}

.pf_rngstyle_html5 .irs-min, .pf_rngstyle_html5 .irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0, 0, 0, .1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .pf_rngstyle_html5 .irs-min, .lt-ie9 .pf_rngstyle_html5 .irs-max {
	background: #ccc;
}

.pf_rngstyle_html5 .irs-from, .pf_rngstyle_html5 .irs-to, .pf_rngstyle_html5 .irs-single {
	color: #fff;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .pf_rngstyle_html5 .irs-from, .lt-ie9 .pf_rngstyle_html5 .irs-to, .lt-ie9 .pf_rngstyle_html5 .irs-single {
	background: #999;
}

.pf_rngstyle_html5 .irs-grid {
	height: 27px;
}

.pf_rngstyle_html5 .irs-grid-pol {
	opacity: .5;
	background: #428bca;
}

.pf_rngstyle_html5 .irs-grid-pol.small {
	background: #999;
}

.pf_rngstyle_html5 .irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.pf_rngstyle_modern .irs-line-mid, .pf_rngstyle_modern .irs-line-left, .pf_rngstyle_modern .irs-line-right, .pf_rngstyle_modern .irs-bar, .pf_rngstyle_modern .irs-bar-edge, .pf_rngstyle_modern .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-modern.png") repeat-x;
}

.pf_rngstyle_modern .irs-line-mid.nitro-lazy, .pf_rngstyle_modern .irs-line-left.nitro-lazy, .pf_rngstyle_modern .irs-line-right.nitro-lazy, .pf_rngstyle_modern .irs-bar.nitro-lazy, .pf_rngstyle_modern .irs-bar-edge.nitro-lazy, .pf_rngstyle_modern .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_modern .irs {
	height: 50px;
}

.pf_rngstyle_modern .irs-with-grid {
	height: 70px;
}

.pf_rngstyle_modern .irs-line {
	height: 6px;
	top: 25px;
}

.pf_rngstyle_modern .irs-line-left {
	height: 6px;
	background-position: 0 -30px;
}

.pf_rngstyle_modern .irs-line-mid {
	height: 6px;
	background-position: 0 0;
}

.pf_rngstyle_modern .irs-line-right {
	height: 6px;
	background-position: 100% -30px;
}

.pf_rngstyle_modern .irs-bar {
	height: 6px;
	top: 25px;
	background-position: 0 -60px;
}

.pf_rngstyle_modern .irs-bar-edge {
	top: 25px;
	height: 6px;
	width: 6px;
	background-position: 0 -90px;
}

.pf_rngstyle_modern .irs-shadow {
	height: 5px;
	top: 25px;
	background: #000;
	opacity: .25;
}

.lt-ie9 .pf_rngstyle_modern .irs-shadow {
	filter: alpha(opacity=25);
}

.pf_rngstyle_modern .irs-slider {
	width: 11px;
	height: 18px;
	top: 31px;
	background-position: 0 -120px;
}

.pf_rngstyle_modern .irs-slider.state_hover, .pf_rngstyle_modern .irs-slider:hover {
	background-position: 0 -150px;
}

.pf_rngstyle_modern .irs-min, .pf_rngstyle_modern .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: #e1e4e9;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pf_rngstyle_modern .irs-from, .pf_rngstyle_modern .irs-to, .pf_rngstyle_modern .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #20b426;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pf_rngstyle_modern .irs-from:after, .pf_rngstyle_modern .irs-to:after, .pf_rngstyle_modern .irs-single:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426;
}

.pf_rngstyle_modern .irs-grid {
	height: 34px;
}

.pf_rngstyle_modern .irs-grid-pol {
	background: #c0c0c0;
}

.pf_rngstyle_modern .irs-grid-text {
	bottom: 12px;
	color: #c0c0c0;
}

.pf_rngstyle_white .irs-line-mid, .pf_rngstyle_white .irs-line-left, .pf_rngstyle_white .irs-line-right, .pf_rngstyle_white .irs-bar, .pf_rngstyle_white .irs-bar-edge, .pf_rngstyle_white .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-nice.png") repeat-x;
}

.pf_rngstyle_white .irs-line-mid.nitro-lazy, .pf_rngstyle_white .irs-line-left.nitro-lazy, .pf_rngstyle_white .irs-line-right.nitro-lazy, .pf_rngstyle_white .irs-bar.nitro-lazy, .pf_rngstyle_white .irs-bar-edge.nitro-lazy, .pf_rngstyle_white .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_white .irs {
	height: 40px;
}

.pf_rngstyle_white .irs-with-grid {
	height: 60px;
}

.pf_rngstyle_white .irs-line {
	height: 8px;
	top: 25px;
}

.pf_rngstyle_white .irs-line-left {
	height: 8px;
	background-position: 0 -30px;
}

.pf_rngstyle_white .irs-line-mid {
	height: 8px;
	background-position: 0 0;
}

.pf_rngstyle_white .irs-line-right {
	height: 8px;
	background-position: 100% -30px;
}

.pf_rngstyle_white .irs-bar {
	height: 8px;
	top: 25px;
	background-position: 0 -60px;
}

.pf_rngstyle_white .irs-bar-edge {
	top: 25px;
	height: 8px;
	width: 11px;
	background-position: 0 -90px;
}

.pf_rngstyle_white .irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: .15;
}

.lt-ie9 .pf_rngstyle_white .irs-shadow {
	filter: alpha(opacity=15);
}

.pf_rngstyle_white .irs-slider {
	width: 22px;
	height: 22px;
	top: 17px;
	background-position: 0 -120px;
}

.pf_rngstyle_white .irs-slider.state_hover, .pf_rngstyle_white .irs-slider:hover {
	background-position: 0 -150px;
}

.pf_rngstyle_white .irs-min, .pf_rngstyle_white .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lt-ie9 .pf_rngstyle_white .irs-min, .lt-ie9 .pf_rngstyle_white .irs-max {
	background: #ccc;
}

.pf_rngstyle_white .irs-from, .pf_rngstyle_white .irs-to, .pf_rngstyle_white .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, .3);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lt-ie9 .pf_rngstyle_white .irs-from, .lt-ie9 .pf_rngstyle_white .irs-to, .lt-ie9 .pf_rngstyle_white .irs-single {
	background: #999;
}

.pf_rngstyle_white .irs-grid-pol {
	background: #99a4ac;
}

.pf_rngstyle_white .irs-grid-text {
	color: #99a4ac;
}

.pf_rngstyle_thin .irs-line-mid, .pf_rngstyle_thin .irs-line-left, .pf_rngstyle_thin .irs-line-right, .pf_rngstyle_thin .irs-bar, .pf_rngstyle_thin .irs-bar-edge, .pf_rngstyle_thin .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-thin.png") repeat-x;
}

.pf_rngstyle_thin .irs-line-mid.nitro-lazy, .pf_rngstyle_thin .irs-line-left.nitro-lazy, .pf_rngstyle_thin .irs-line-right.nitro-lazy, .pf_rngstyle_thin .irs-bar.nitro-lazy, .pf_rngstyle_thin .irs-bar-edge.nitro-lazy, .pf_rngstyle_thin .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_thin .irs {
	height: 50px;
}

.pf_rngstyle_thin .irs-with-grid {
	height: 70px;
}

.pf_rngstyle_thin .irs-line {
	height: 12px;
	top: 35px;
}

.pf_rngstyle_thin .irs-line-left {
	height: 12px;
	background-position: 0 -30px;
}

.pf_rngstyle_thin .irs-line-mid {
	height: 12px;
	background-position: 0 0;
}

.pf_rngstyle_thin .irs-line-right {
	height: 12px;
	background-position: 100% -30px;
}

.pf_rngstyle_thin .irs-bar {
	height: 12px;
	top: 35px;
	background-position: 0 -60px;
}

.pf_rngstyle_thin .irs-bar-edge {
	top: 35px;
	height: 12px;
	width: 11px;
	background-position: 0 -90px;
}

.pf_rngstyle_thin .irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: .15;
}

.lt-ie9 .pf_rngstyle_thin .irs-shadow {
	filter: alpha(opacity=15);
}

.pf_rngstyle_thin .irs-slider {
	width: 22px;
	height: 23px;
	top: 28px;
	background-position: 0 -120px;
}

.pf_rngstyle_thin .irs-slider.state_hover, .pf_rngstyle_thin .irs-slider:hover {
	background-position: 0 -150px;
}

.pf_rngstyle_thin .irs-min, .pf_rngstyle_thin .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 5px;
	padding: 1px 3px;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lt-ie9 .pf_rngstyle_thin .irs-min, .lt-ie9 .pf_rngstyle_thin .irs-max {
	background: #ccc;
}

.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #69f;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 5px;
}

.lt-ie9 .pf_rngstyle_thin .irs-from, .lt-ie9 .pf_rngstyle_thin .irs-to, .lt-ie9 .pf_rngstyle_thin .irs-single {
	background: #999;
}

.pf_rngstyle_thin .irs-grid-pol {
	background: #99a4ac;
}

.pf_rngstyle_thin .irs-grid-text {
	color: #99a4ac;
}

.pf_rngstyle_knob .irs-line-mid, .pf_rngstyle_knob .irs-line-left, .pf_rngstyle_knob .irs-line-right, .pf_rngstyle_knob .irs-bar, .pf_rngstyle_knob .irs-bar-edge, .pf_rngstyle_knob .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-knob.png") repeat-x;
}

.pf_rngstyle_knob .irs-line-mid.nitro-lazy, .pf_rngstyle_knob .irs-line-left.nitro-lazy, .pf_rngstyle_knob .irs-line-right.nitro-lazy, .pf_rngstyle_knob .irs-bar.nitro-lazy, .pf_rngstyle_knob .irs-bar-edge.nitro-lazy, .pf_rngstyle_knob .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_knob .irs {
	height: 50px;
}

.pf_rngstyle_knob .irs-with-grid {
	height: 70px;
}

.pf_rngstyle_knob .irs-line {
	height: 12px;
	top: 35px;
}

.pf_rngstyle_knob .irs-line-left {
	height: 12px;
	background-position: 0 -30px;
}

.pf_rngstyle_knob .irs-line-mid {
	height: 12px;
	background-position: 0 0;
}

.pf_rngstyle_knob .irs-line-right {
	height: 12px;
	background-position: 100% -30px;
}

.pf_rngstyle_knob .irs-bar {
	height: 12px;
	top: 35px;
	background-position: 0 -60px;
}

.pf_rngstyle_knob .irs-bar-edge {
	top: 35px;
	height: 12px;
	width: 11px;
	background-position: 0 -90px;
}

.pf_rngstyle_knob .irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: .15;
}

.lt-ie9 .pf_rngstyle_knob .irs-shadow {
	filter: alpha(opacity=15);
}

.pf_rngstyle_knob .irs-slider {
	width: 41px;
	height: 50px;
	top: 28px;
	background-position: 0 -120px;
}

.pf_rngstyle_knob .irs-slider.state_hover, .pf_rngstyle_knob .irs-slider:hover {
	background-position: -50px -120px;
}

.pf_rngstyle_knob .irs-min, .pf_rngstyle_knob .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 4px;
	padding: 1px 3px;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.lt-ie9 .pf_rngstyle_knob .irs-min, .lt-ie9 .pf_rngstyle_knob .irs-max {
	background: #ccc;
}

.pf_rngstyle_knob .irs-from, .pf_rngstyle_knob .irs-to, .pf_rngstyle_knob .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, .3);
	-moz-border-radius: 1px;
	border-radius: 1px;
	top: 4px;
}

.lt-ie9 .pf_rngstyle_knob .irs-from, .lt-ie9 .pf_rngstyle_knob .irs-to, .lt-ie9 .pf_rngstyle_knob .irs-single {
	background: #999;
}

.pf_rngstyle_knob .irs-grid-pol {
	background: #99a4ac;
}

.pf_rngstyle_knob .irs-grid-text {
	color: #99a4ac;
}

.pf_rngstyle_metal .irs-line-mid, .pf_rngstyle_metal .irs-line-left, .pf_rngstyle_metal .irs-line-right, .pf_rngstyle_metal .irs-bar, .pf_rngstyle_metal .irs-bar-edge, .pf_rngstyle_metal .irs-slider {
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/prdctfltr/includes/images/sprite-skin-metal.png") repeat-x;
}

.pf_rngstyle_metal .irs-line-mid.nitro-lazy, .pf_rngstyle_metal .irs-line-left.nitro-lazy, .pf_rngstyle_metal .irs-line-right.nitro-lazy, .pf_rngstyle_metal .irs-bar.nitro-lazy, .pf_rngstyle_metal .irs-bar-edge.nitro-lazy, .pf_rngstyle_metal .irs-slider.nitro-lazy {
	background: none !important;
}

.pf_rngstyle_metal .irs {
	height: 50px;
}

.pf_rngstyle_metal .irs-with-grid {
	height: 70px;
}

.pf_rngstyle_metal .irs-line {
	height: 12px;
	top: 35px;
}

.pf_rngstyle_metal .irs-line-left {
	height: 12px;
	background-position: 0 -30px;
}

.pf_rngstyle_metal .irs-line-mid {
	height: 12px;
	background-position: 0 0;
}

.pf_rngstyle_metal .irs-line-right {
	height: 12px;
	background-position: 100% -30px;
}

.pf_rngstyle_metal .irs-bar {
	height: 12px;
	top: 35px;
	background-position: 0 -60px;
}

.pf_rngstyle_metal .irs-bar-edge {
	top: 35px;
	height: 12px;
	width: 11px;
	background-position: 0 -90px;
}

.pf_rngstyle_metal .irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: .15;
}

.lt-ie9 .pf_rngstyle_metal .irs-shadow {
	filter: alpha(opacity=15);
}

.pf_rngstyle_metal .irs-slider {
	width: 23px;
	height: 50px;
	top: 28px;
	background-position: 0 -120px;
}

.pf_rngstyle_metal .irs-min, .pf_rngstyle_metal .irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 6px;
	padding: 1px 3px;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.lt-ie9 .pf_rngstyle_metal .irs-min, .lt-ie9 .pf_rngstyle_metal .irs-max {
	background: #ccc;
}

.pf_rngstyle_metal .irs-from, .pf_rngstyle_metal .irs-to, .pf_rngstyle_metal .irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, .3);
	-moz-border-radius: 1px;
	border-radius: 1px;
	top: 6px;
}

.lt-ie9 .pf_rngstyle_metal .irs-from, .lt-ie9 .pf_rngstyle_metal .irs-to, .lt-ie9 .pf_rngstyle_metal .irs-single {
	background: #999;
}

.pf_rngstyle_metal .irs-grid-pol {
	background: #99a4ac;
}

.pf_rngstyle_metal .irs-grid-text {
	color: #99a4ac;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass {
	--fa: "";
}

.fa.fa-envelope-o {
	--fa: "";
}

.fa.fa-envelope-o, .fa.fa-star-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-o {
	--fa: "";
}

.fa.fa-close, .fa.fa-remove {
	--fa: "";
}

.fa.fa-gear {
	--fa: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-home {
	--fa: "";
}

.fa.fa-file-o {
	--fa: "";
}

.fa.fa-clock-o, .fa.fa-file-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-clock-o {
	--fa: "";
}

.fa.fa-arrow-circle-o-down {
	--fa: "";
}

.fa.fa-arrow-circle-o-down, .fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up {
	--fa: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-repeat, .fa.fa-rotate-right {
	--fa: "";
}

.fa.fa-refresh {
	--fa: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-dedent {
	--fa: "";
}

.fa.fa-video-camera {
	--fa: "";
}

.fa.fa-picture-o {
	--fa: "";
}

.fa.fa-photo, .fa.fa-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-photo {
	--fa: "";
}

.fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-map-marker {
	--fa: "";
}

.fa.fa-pencil-square-o {
	--fa: "";
}

.fa.fa-edit, .fa.fa-pencil-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-edit {
	--fa: "";
}

.fa.fa-share-square-o {
	--fa: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-arrows {
	--fa: "";
}

.fa.fa-times-circle-o {
	--fa: "";
}

.fa.fa-check-circle-o, .fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o {
	--fa: "";
}

.fa.fa-mail-forward {
	--fa: "";
}

.fa.fa-expand {
	--fa: "";
}

.fa.fa-compress {
	--fa: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-warning {
	--fa: "";
}

.fa.fa-calendar {
	--fa: "";
}

.fa.fa-arrows-v {
	--fa: "";
}

.fa.fa-arrows-h {
	--fa: "";
}

.fa.fa-bar-chart, .fa.fa-bar-chart-o {
	--fa: "";
}

.fa.fa-twitter-square {
	--fa: "";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-square {
	--fa: "";
}

.fa.fa-gears {
	--fa: "";
}

.fa.fa-thumbs-o-up {
	--fa: "";
}

.fa.fa-thumbs-o-down, .fa.fa-thumbs-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down {
	--fa: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-sign-out {
	--fa: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	--fa: "";
}

.fa.fa-thumb-tack {
	--fa: "";
}

.fa.fa-external-link {
	--fa: "";
}

.fa.fa-sign-in {
	--fa: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	--fa: "";
}

.fa.fa-lemon-o {
	--fa: "";
}

.fa.fa-lemon-o, .fa.fa-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-square-o {
	--fa: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook {
	--fa: "";
}

.fa.fa-facebook-f {
	--fa: "";
}

.fa.fa-facebook-f, .fa.fa-github {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-feed {
	--fa: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-hand-o-right {
	--fa: "";
}

.fa.fa-hand-o-left, .fa.fa-hand-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left {
	--fa: "";
}

.fa.fa-hand-o-up {
	--fa: "";
}

.fa.fa-hand-o-down, .fa.fa-hand-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down {
	--fa: "";
}

.fa.fa-globe {
	--fa: "";
}

.fa.fa-tasks {
	--fa: "";
}

.fa.fa-arrows-alt {
	--fa: "";
}

.fa.fa-group {
	--fa: "";
}

.fa.fa-chain {
	--fa: "";
}

.fa.fa-cut {
	--fa: "";
}

.fa.fa-files-o {
	--fa: "";
}

.fa.fa-files-o, .fa.fa-floppy-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-floppy-o {
	--fa: "";
}

.fa.fa-save {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-navicon, .fa.fa-reorder {
	--fa: "";
}

.fa.fa-magic {
	--fa: "";
}

.fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-square {
	--fa: "";
}

.fa.fa-google-plus-square {
	--fa: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus {
	--fa: "";
}

.fa.fa-money {
	--fa: "";
}

.fa.fa-unsorted {
	--fa: "";
}

.fa.fa-sort-desc {
	--fa: "";
}

.fa.fa-sort-asc {
	--fa: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	--fa: "";
}

.fa.fa-rotate-left {
	--fa: "";
}

.fa.fa-legal {
	--fa: "";
}

.fa.fa-dashboard, .fa.fa-tachometer {
	--fa: "";
}

.fa.fa-comment-o {
	--fa: "";
}

.fa.fa-comment-o, .fa.fa-comments-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comments-o {
	--fa: "";
}

.fa.fa-flash {
	--fa: "";
}

.fa.fa-clipboard {
	--fa: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-exchange {
	--fa: "";
}

.fa.fa-cloud-download {
	--fa: "";
}

.fa.fa-cloud-upload {
	--fa: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-cutlery {
	--fa: "";
}

.fa.fa-file-text-o {
	--fa: "";
}

.fa.fa-building-o, .fa.fa-file-text-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-building-o {
	--fa: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-tablet {
	--fa: "";
}

.fa.fa-mobile, .fa.fa-mobile-phone {
	--fa: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-mail-reply {
	--fa: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	--fa: "";
}

.fa.fa-folder-o, .fa.fa-folder-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o {
	--fa: "";
}

.fa.fa-smile-o {
	--fa: "";
}

.fa.fa-frown-o, .fa.fa-smile-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-frown-o {
	--fa: "";
}

.fa.fa-meh-o {
	--fa: "";
}

.fa.fa-keyboard-o, .fa.fa-meh-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o {
	--fa: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-mail-reply-all {
	--fa: "";
}

.fa.fa-star-half-o {
	--fa: "";
}

.fa.fa-star-half-empty, .fa.fa-star-half-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty {
	--fa: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-code-fork {
	--fa: "";
}

.fa.fa-chain-broken, .fa.fa-unlink {
	--fa: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-unlock-alt {
	--fa: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-level-up {
	--fa: "";
}

.fa.fa-level-down {
	--fa: "";
}

.fa.fa-pencil-square {
	--fa: "";
}

.fa.fa-external-link-square {
	--fa: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-eur, .fa.fa-euro {
	--fa: "";
}

.fa.fa-gbp {
	--fa: "";
}

.fa.fa-dollar, .fa.fa-usd {
	--fa: "$";
}

.fa.fa-inr, .fa.fa-rupee {
	--fa: "";
}

.fa.fa-cny, .fa.fa-jpy, .fa.fa-rmb, .fa.fa-yen {
	--fa: "";
}

.fa.fa-rouble, .fa.fa-rub, .fa.fa-ruble {
	--fa: "";
}

.fa.fa-krw, .fa.fa-won {
	--fa: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin {
	--fa: "";
}

.fa.fa-file-text {
	--fa: "";
}

.fa.fa-sort-alpha-asc {
	--fa: "";
}

.fa.fa-sort-alpha-desc {
	--fa: "";
}

.fa.fa-sort-amount-asc {
	--fa: "";
}

.fa.fa-sort-amount-desc {
	--fa: "";
}

.fa.fa-sort-numeric-asc {
	--fa: "";
}

.fa.fa-sort-numeric-desc {
	--fa: "";
}

.fa.fa-youtube-square {
	--fa: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing-square {
	--fa: "";
}

.fa.fa-youtube-play {
	--fa: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow, .fa.fa-youtube-play {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square {
	--fa: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-tumblr-square {
	--fa: "";
}

.fa.fa-long-arrow-down {
	--fa: "";
}

.fa.fa-long-arrow-up {
	--fa: "";
}

.fa.fa-long-arrow-left {
	--fa: "";
}

.fa.fa-long-arrow-right {
	--fa: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gittip {
	--fa: "";
}

.fa.fa-sun-o {
	--fa: "";
}

.fa.fa-moon-o, .fa.fa-sun-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-moon-o {
	--fa: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	--fa: "";
}

.fa.fa-arrow-circle-o-left, .fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left {
	--fa: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-toggle-left {
	--fa: "";
}

.fa.fa-dot-circle-o, .fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o {
	--fa: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	--fa: "";
}

.fa.fa-try, .fa.fa-turkish-lira {
	--fa: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bank, .fa.fa-institution {
	--fa: "";
}

.fa.fa-mortar-board {
	--fa: "";
}

.fa.fa-google, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-yahoo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-square {
	--fa: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance-square {
	--fa: "";
}

.fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-steam-square {
	--fa: "";
}

.fa.fa-automobile {
	--fa: "";
}

.fa.fa-cab {
	--fa: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	--fa: "";
}

.fa.fa-file-pdf-o, .fa.fa-file-word-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-word-o {
	--fa: "";
}

.fa.fa-file-excel-o {
	--fa: "";
}

.fa.fa-file-excel-o, .fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o {
	--fa: "";
}

.fa.fa-file-image-o {
	--fa: "";
}

.fa.fa-file-image-o, .fa.fa-file-photo-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o {
	--fa: "";
}

.fa.fa-file-picture-o {
	--fa: "";
}

.fa.fa-file-archive-o, .fa.fa-file-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o {
	--fa: "";
}

.fa.fa-file-zip-o {
	--fa: "";
}

.fa.fa-file-audio-o, .fa.fa-file-zip-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o {
	--fa: "";
}

.fa.fa-file-sound-o {
	--fa: "";
}

.fa.fa-file-sound-o, .fa.fa-file-video-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-video-o {
	--fa: "";
}

.fa.fa-file-movie-o {
	--fa: "";
}

.fa.fa-file-code-o, .fa.fa-file-movie-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-code-o {
	--fa: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-buoy, .fa.fa-life-saver, .fa.fa-support {
	--fa: "";
}

.fa.fa-circle-o-notch {
	--fa: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ra {
	--fa: "";
}

.fa.fa-resistance {
	--fa: "";
}

.fa.fa-empire, .fa.fa-ge, .fa.fa-resistance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ge {
	--fa: "";
}

.fa.fa-git-square {
	--fa: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square {
	--fa: "";
}

.fa.fa-yc-square {
	--fa: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin, .fa.fa-yc-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wechat {
	--fa: "";
}

.fa.fa-send {
	--fa: "";
}

.fa.fa-paper-plane-o {
	--fa: "";
}

.fa.fa-paper-plane-o, .fa.fa-send-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-send-o {
	--fa: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-header {
	--fa: "";
}

.fa.fa-futbol-o {
	--fa: "";
}

.fa.fa-futbol-o, .fa.fa-soccer-ball-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o {
	--fa: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-trash {
	--fa: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-eyedropper {
	--fa: "";
}

.fa.fa-area-chart {
	--fa: "";
}

.fa.fa-pie-chart {
	--fa: "";
}

.fa.fa-line-chart {
	--fa: "";
}

.fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-lastfm-square {
	--fa: "";
}

.fa.fa-angellist, .fa.fa-ioxhost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-ils, .fa.fa-shekel, .fa.fa-sheqel {
	--fa: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-intersex, .fa.fa-transgender {
	--fa: "";
}

.fa.fa-transgender-alt {
	--fa: "";
}

.fa.fa-facebook-official {
	--fa: "";
}

.fa.fa-facebook-official, .fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-hotel {
	--fa: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc {
	--fa: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-battery, .fa.fa-battery-4 {
	--fa: "";
}

.fa.fa-battery-3 {
	--fa: "";
}

.fa.fa-battery-2 {
	--fa: "";
}

.fa.fa-battery-1 {
	--fa: "";
}

.fa.fa-battery-0 {
	--fa: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o {
	--fa: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-clone {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o {
	--fa: "";
}

.fa.fa-hourglass-1 {
	--fa: "";
}

.fa.fa-hourglass-2 {
	--fa: "";
}

.fa.fa-hourglass-3 {
	--fa: "";
}

.fa.fa-hand-rock-o {
	--fa: "";
}

.fa.fa-hand-grab-o, .fa.fa-hand-rock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o {
	--fa: "";
}

.fa.fa-hand-paper-o {
	--fa: "";
}

.fa.fa-hand-paper-o, .fa.fa-hand-stop-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o {
	--fa: "";
}

.fa.fa-hand-scissors-o {
	--fa: "";
}

.fa.fa-hand-lizard-o, .fa.fa-hand-scissors-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o {
	--fa: "";
}

.fa.fa-hand-spock-o {
	--fa: "";
}

.fa.fa-hand-pointer-o, .fa.fa-hand-spock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o {
	--fa: "";
}

.fa.fa-hand-peace-o {
	--fa: "";
}

.fa.fa-hand-peace-o, .fa.fa-registered {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-creative-commons, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki-square {
	--fa: "";
}

.fa.fa-chrome, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-internet-explorer, .fa.fa-opera, .fa.fa-safari, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-television {
	--fa: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	--fa: "";
}

.fa.fa-calendar-minus-o, .fa.fa-calendar-plus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o {
	--fa: "";
}

.fa.fa-calendar-times-o {
	--fa: "";
}

.fa.fa-calendar-check-o, .fa.fa-calendar-times-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o {
	--fa: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-commenting {
	--fa: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo {
	--fa: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt {
	--fa: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	--fa: "";
}

.fa.fa-pause-circle-o, .fa.fa-stop-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o {
	--fa: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt {
	--fa: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-volume-control-phone {
	--fa: "";
}

.fa.fa-asl-interpreting {
	--fa: "";
}

.fa.fa-deafness, .fa.fa-hard-of-hearing {
	--fa: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-signing {
	--fa: "";
}

.fa.fa-viadeo, .fa.fa-viadeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-viadeo-square {
	--fa: "";
}

.fa.fa-snapchat, .fa.fa-snapchat-ghost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-ghost {
	--fa: "";
}

.fa.fa-snapchat-square {
	--fa: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-yoast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official {
	--fa: "";
}

.fa.fa-google-plus-circle {
	--fa: "";
}

.fa.fa-fa, .fa.fa-font-awesome, .fa.fa-google-plus-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fa {
	--fa: "";
}

.fa.fa-handshake-o {
	--fa: "";
}

.fa.fa-envelope-open-o, .fa.fa-handshake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o {
	--fa: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-vcard {
	--fa: "";
}

.fa.fa-address-card-o {
	--fa: "";
}

.fa.fa-address-card-o, .fa.fa-vcard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-vcard-o {
	--fa: "";
}

.fa.fa-user-circle-o {
	--fa: "";
}

.fa.fa-user-circle-o, .fa.fa-user-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-o {
	--fa: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license {
	--fa: "";
}

.fa.fa-id-card-o {
	--fa: "";
}

.fa.fa-drivers-license-o, .fa.fa-id-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o {
	--fa: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-thermometer, .fa.fa-thermometer-4 {
	--fa: "";
}

.fa.fa-thermometer-3 {
	--fa: "";
}

.fa.fa-thermometer-2 {
	--fa: "";
}

.fa.fa-thermometer-1 {
	--fa: "";
}

.fa.fa-thermometer-0 {
	--fa: "";
}

.fa.fa-bathtub, .fa.fa-s15 {
	--fa: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle {
	--fa: "";
}

.fa.fa-window-close-o {
	--fa: "";
}

.fa.fa-times-rectangle-o, .fa.fa-window-close-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o {
	--fa: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-eercast {
	--fa: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "";
}

.fa.fa-meetup, .fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
