
/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container, .elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-left: 8px;
	margin-right: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	border-bottom: 0;
	border-left-width: 1px;
	border-right: 0;
	border-top: 0;
	border-style: solid;
	height: 100%;
	left: auto;
	position: relative;
	right: auto;
	right: -8px;
	width: auto;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: var(--icon-vertical-align, center);
	display: flex;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	position: relative;
	top: var(--icon-vertical-offset, initial);
}

.elementor-widget .elementor-icon-list-icon svg {
	height: var(--e-icon-list-icon-size, 1em);
	width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
	font-size: var(--e-icon-list-icon-size);
	width: 1.25em;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0;
}

@media (min-width:-1) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

#left-area ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}

/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px;
}

/*! elementor - v3.29.0 - 19-05-2025 */
@charset "UTF-8";

.elementor-star-rating {
	color: #ccd6df;
	display: inline-block;
	font-family: eicons;
}

.elementor-star-rating i {
	cursor: default;
	display: inline-block;
	font-style: normal;
	position: relative;
}

.elementor-star-rating i:before {
	color: #f0ad4e;
	content: "";
	display: block;
	font-family: inherit;
	font-size: inherit;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.elementor-star-rating .elementor-star-empty:before {
	content: none;
}

.elementor-star-rating .elementor-star-1:before {
	width: 10%;
}

.elementor-star-rating .elementor-star-2:before {
	width: 20%;
}

.elementor-star-rating .elementor-star-3:before {
	width: 30%;
}

.elementor-star-rating .elementor-star-4:before {
	width: 40%;
}

.elementor-star-rating .elementor-star-5:before {
	width: 50%;
}

.elementor-star-rating .elementor-star-6:before {
	width: 60%;
}

.elementor-star-rating .elementor-star-7:before {
	width: 70%;
}

.elementor-star-rating .elementor-star-8:before {
	width: 80%;
}

.elementor-star-rating .elementor-star-9:before {
	width: 90%;
}

.elementor-star-rating__wrapper {
	align-items: center;
	display: flex;
}

.elementor-star-rating__title {
	margin-inline-end: 10px;
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
	justify-content: flex-end;
	text-align: right;
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	justify-content: flex-start;
	text-align: left;
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
	justify-content: center;
	text-align: center;
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-inline-end: auto;
}

@media (max-width:1024px) {
	.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
		justify-content: center;
		text-align: center;
	}
	
	.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
		margin-inline-end: auto;
	}
}

@media (max-width:767px) {
	.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
		justify-content: center;
		text-align: center;
	}
	
	.elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
		margin-inline-end: auto;
	}
}

.last-star {
	letter-spacing: 0;
}

.elementor--star-style-star_unicode .elementor-star-rating {
	font-family: Arial, Helvetica, sans-serif;
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "★";
}

/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget-image {
	text-align: center;
}

.elementor-widget-image a {
	display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px;
}

.elementor-widget-image img {
	display: inline-block;
	vertical-align: middle;
}

.elementor-sticky--active {
	z-index: 99;
}

.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
	display: none;
}

.e-con.elementor-sticky--active {
	z-index: var(--z-index, 99);
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	
	50% {
		transform: translateY(-4px);
	}
	
	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

/*! elementor-pro - v3.28.0 - 30-03-2025 */
.elementor-widget-n-menu {
	--n-menu-direction: column;
	--n-menu-wrapper-display: flex;
	--n-menu-heading-justify-content: initial;
	--n-menu-title-color-normal: #1f2124;
	--n-menu-title-color-active: #58d0f5;
	--n-menu-icon-color: var(--n-menu-title-color-normal);
	--n-menu-icon-color-active: var(--n-menu-title-color-active);
	--n-menu-icon-color-hover: var(--n-menu-title-color-hover);
	--n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
	--n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
	--n-menu-title-hover-color-fallback: #1f2124;
	--n-menu-title-font-size: 1rem;
	--n-menu-title-justify-content: initial;
	--n-menu-title-flex-grow: initial;
	--n-menu-title-justify-content-mobile: initial;
	--n-menu-title-space-between: 0px;
	--n-menu-title-distance-from-content: 0px;
	--n-menu-title-color-hover: #1f2124;
	--n-menu-title-padding: .5rem 1rem;
	--n-menu-title-transition: .3s;
	--n-menu-title-line-height: 1.5;
	--n-menu-title-order: initial;
	--n-menu-title-direction: initial;
	--n-menu-title-align-items: center;
	--n-menu-toggle-align: center;
	--n-menu-toggle-icon-wrapper-animation-duration: 500ms;
	--n-menu-toggle-icon-hover-duration: 500ms;
	--n-menu-toggle-icon-size: 20px;
	--n-menu-toggle-icon-color: #1f2124;
	--n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
	--n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
	--n-menu-toggle-icon-border-radius: initial;
	--n-menu-toggle-icon-padding: initial;
	--n-menu-toggle-icon-distance-from-dropdown: 0px;
	--n-menu-icon-align-items: center;
	--n-menu-icon-order: initial;
	--n-menu-icon-gap: 5px;
	--n-menu-dropdown-icon-gap: 5px;
	--n-menu-dropdown-indicator-size: initial;
	--n-menu-dropdown-indicator-rotate: initial;
	--n-menu-dropdown-indicator-space: initial;
	--n-menu-dropdown-indicator-color-normal: initial;
	--n-menu-dropdown-indicator-color-hover: initial;
	--n-menu-dropdown-indicator-color-active: initial;
	--n-menu-dropdown-content-max-width: initial;
	--n-menu-dropdown-content-box-border-color: #fff;
	--n-menu-dropdown-content-box-border-inline-start-width: medium;
	--n-menu-dropdown-content-box-border-block-end-width: medium;
	--n-menu-dropdown-content-box-border-block-start-width: medium;
	--n-menu-dropdown-content-box-border-inline-end-width: medium;
	--n-menu-dropdown-content-box-border-style: none;
	--n-menu-dropdown-headings-height: 0px;
	--n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
	--n-menu-open-animation-duration: 500ms;
	--n-menu-heading-overflow-x: initial;
	--n-menu-heading-wrap: wrap;
	--stretch-width: 100%;
	--stretch-left: initial;
	--stretch-right: initial;
}

.elementor-widget-n-menu .e-n-menu {
	display: flex;
	flex-direction: column;
	position: relative;
}

.elementor-widget-n-menu .e-n-menu-wrapper {
	display: var(--n-menu-wrapper-display);
	flex-direction: column;
}

.elementor-widget-n-menu .e-n-menu-heading {
	display: flex;
	flex-direction: row;
	flex-wrap: var(--n-menu-heading-wrap);
	justify-content: var(--n-menu-heading-justify-content);
	margin: initial;
	overflow-x: var(--n-menu-heading-overflow-x);
	padding: initial;
	row-gap: var(--n-menu-title-space-between);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar {
	display: none;
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active {
	position: relative;
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before {
	content: "";
	inset-block: 0;
	inset-inline: -1000vw;
	position: absolute;
	z-index: 2;
}

.elementor-widget-n-menu .e-n-menu-heading>.e-con, .elementor-widget-n-menu .e-n-menu-heading>.e-n-menu-item>.e-con {
	display: none;
}

.elementor-widget-n-menu .e-n-menu-item {
	display: flex;
	list-style: none;
	margin-block: initial;
	padding-block: initial;
}

.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
	position: relative;
}

.elementor-widget-n-menu .e-n-menu-item:not(:last-of-type) .e-n-menu-title:after {
	align-self: center;
	border-color: var(--n-menu-divider-color, #000);
	border-inline-start-style: var(--n-menu-divider-style, solid);
	border-inline-start-width: var(--n-menu-divider-border-width);
	content: var(--n-menu-divider-content, none);
	height: var(--n-menu-divider-height, 35%);
	position: absolute;
	right: calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2);
}

.elementor-widget-n-menu .e-n-menu-content {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	min-width: 0;
	z-index: 2147483620;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con {
	animation-duration: var(--n-menu-open-animation-duration);
	max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));
}

:where(.elementor-widget-n-menu .e-n-menu-content>.e-con) {
	background-color: #fff;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active) {
	display: none;
}

.elementor-widget-n-menu .e-n-menu-title {
	align-items: center;
	border: #fff;
	color: var(--n-menu-title-color-normal);
	display: flex;
	flex-direction: row;
	flex-grow: var(--n-menu-title-flex-grow);
	font-weight: 500;
	gap: var(--n-menu-dropdown-indicator-space);
	justify-content: var(--n-menu-title-justify-content);
	margin: initial;
	padding: var(--n-menu-title-padding);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.elementor-widget-n-menu .e-n-menu-title.e-click, .elementor-widget-n-menu .e-n-menu-title.e-click * {
	cursor: pointer;
}

.elementor-widget-n-menu .e-n-menu-title-container {
	align-items: var(--n-menu-title-align-items);
	align-self: var(--n-menu-icon-align-items);
	display: flex;
	flex-direction: var(--n-menu-title-direction);
	gap: var(--n-menu-icon-gap);
	justify-content: var(--n-menu-title-justify-content);
}

.elementor-widget-n-menu .e-n-menu-title-container.e-link {
	cursor: pointer;
}

.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link), .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) * {
	cursor: default;
}

.elementor-widget-n-menu .e-n-menu-title-text {
	align-items: center;
	display: flex;
	font-size: var(--n-menu-title-font-size);
	line-height: var(--n-menu-title-line-height);
	transition: all var(--n-menu-title-transition);
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	order: var(--n-menu-icon-order);
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: transform 0s;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i {
	font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
	transition: all var(--n-menu-title-transition);
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg {
	fill: var(--n-menu-title-color-normal);
	height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
	transition: all var(--n-menu-title-transition);
	width: var(--n-menu-icon-size, var(--n-menu-title-font-size));
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
	align-self: var(--n-menu-icon-align-items);
	background-color: initial;
	border: initial;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));
	justify-content: center;
	margin-inline-start: var(--n-menu-dropdown-icon-gap);
	padding: initial;
	position: relative;
	text-align: center;
	transform: var(--n-menu-dropdown-indicator-rotate);
	transition: all var(--n-menu-title-transition);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: -moz-fit-content;
	width: fit-content;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
	font-size: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
	transition: all var(--n-menu-title-transition);
	width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
	height: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
	transition: all var(--n-menu-title-transition);
	width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened {
	display: none;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed {
	display: flex;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
	display: none;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
	display: flex;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon:focus:not(:focus-visible) {
	outline: none;
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
	color: var(--n-menu-title-color-normal);
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i {
	color: var(--n-menu-icon-color);
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg {
	fill: var(--n-menu-icon-color);
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
	color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal));
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg {
	fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal));
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active {
	height: 0;
	opacity: 0;
	transform: translateY(-100%);
}

.elementor-widget-n-menu .e-n-menu-title.e-current span>svg {
	fill: var(--n-menu-title-color-active);
}

.elementor-widget-n-menu .e-n-menu-title.e-current, .elementor-widget-n-menu .e-n-menu-title.e-current a {
	color: var(--n-menu-title-color-active);
}

.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive {
	height: 0;
	opacity: 0;
	transform: translateY(-100%);
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i {
	color: var(--n-menu-icon-color-active);
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg {
	fill: var(--n-menu-icon-color-active);
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
	color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active));
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
	fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active));
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-container:not(.e-link) {
	cursor: default;
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg {
	fill: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback));
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i {
	color: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback));
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current), .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
	color: var(--n-menu-title-color-hover);
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i {
	color: var(--n-menu-icon-color-hover);
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg {
	fill: var(--n-menu-icon-color-hover);
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i {
	color: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover));
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg {
	fill: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover));
}

.elementor-widget-n-menu .e-n-menu-toggle {
	align-self: var(--n-menu-toggle-align);
	background-color: initial;
	border: initial;
	color: inherit;
	display: none;
	padding: initial;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 1000;
}

.elementor-widget-n-menu .e-n-menu-toggle:focus:not(:focus-visible) {
	outline: none;
}

.elementor-widget-n-menu .e-n-menu-toggle i {
	color: var(--n-menu-toggle-icon-color);
	font-size: var(--n-menu-toggle-icon-size);
	transition: all var(--n-menu-toggle-icon-hover-duration);
}

.elementor-widget-n-menu .e-n-menu-toggle svg {
	fill: var(--n-menu-toggle-icon-color);
	height: auto;
	transition: all var(--n-menu-toggle-icon-hover-duration);
	width: var(--n-menu-toggle-icon-size);
}

.elementor-widget-n-menu .e-n-menu-toggle span {
	align-items: center;
	border-radius: var(--n-menu-toggle-icon-border-radius);
	display: flex;
	justify-content: center;
	padding: var(--n-menu-toggle-icon-padding);
	text-align: center;
}

.elementor-widget-n-menu .e-n-menu-toggle span.e-close {
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-] {
	animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
	transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
}

.elementor-widget-n-menu .e-n-menu-toggle:hover i {
	color: var(--n-menu-toggle-icon-color-hover);
}

.elementor-widget-n-menu .e-n-menu-toggle:hover svg {
	fill: var(--n-menu-toggle-icon-color-hover);
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open {
	opacity: 0;
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close {
	opacity: 1;
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i {
	color: var(--n-menu-toggle-icon-color-active);
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg {
	fill: var(--n-menu-toggle-icon-color-active);
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child) {
	margin-inline-end: var(--n-menu-title-space-between);
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
	left: var(--stretch-left);
	position: absolute;
	right: var(--stretch-right);
	width: var(--stretch-width);
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content {
	padding-block-start: var(--n-menu-title-distance-from-content);
	top: 100%;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-active.e-n-menu-content {
	bottom: 100%;
	padding-block-end: var(--n-menu-title-distance-from-content);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] {
	gap: 0;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
	animation: hide-scroll .3s backwards;
	background-color: transparent;
	border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
	border-block-start: var(--n-menu-dropdown-content-box-border-width-block-start);
	border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
	border-inline-start: var(--n-menu-dropdown-content-box-border-width-inline-start);
	border-color: var(--n-menu-dropdown-content-box-border-color);
	border-radius: var(--n-menu-dropdown-content-box-border-radius);
	border-style: var(--n-menu-dropdown-content-box-border-style);
	flex-direction: column;
	left: var(--stretch-left);
	margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown);
	max-height: var(--n-menu-dropdown-content-box-height);
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: var(--stretch-right);
	top: 100%;
	transition: max-height .3s;
	width: var(--stretch-width);
	z-index: 2147483640;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item {
	display: flex;
	flex-direction: column;
	width: var(--stretch-width);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
	background-color: #fff;
	flex-wrap: wrap;
	justify-content: var(--n-menu-title-justify-content-mobile);
	white-space: normal;
	width: auto;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text {
	color: var(--n-menu-title-normal-color-dropdown);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i {
	color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown));
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg {
	fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown));
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current, .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
	color: var(--n-menu-title-active-color-dropdown);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
	color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown));
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
	fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown));
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content {
	overflow: hidden;
	width: var(--stretch-width);
	--n-menu-dropdown-content-max-width: initial;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con {
	margin-block-start: var(--n-menu-title-distance-from-content);
	width: var(--width);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view {
	min-width: auto;
	width: 100%;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner {
	max-width: var(--content-width);
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
	--n-menu-wrapper-display: flex;
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) {
	--width: fit-content;
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty {
	--empty-top-level-menu-content-container-min-width: 400px;
	--width: var(--empty-top-level-menu-content-container-min-width);
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty {
	--nested-containers-min-width-for-dropzone: 150px;
	min-width: var(--nested-containers-min-width-for-dropzone);
}

.elementor-widget-n-menu.elementor-loading {
	pointer-events: none;
}

.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown {
	--n-menu-wrapper-display: none;
}

.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle {
	display: flex;
}

@media (max-width:767px) {
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile {
		--n-menu-wrapper-display: none;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle {
		display: flex;
	}
}

@media (max-width:-1) {
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra {
		--n-menu-wrapper-display: none;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle {
		display: flex;
	}
}

@media (max-width:1024px) {
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet {
		--n-menu-wrapper-display: none;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle {
		display: flex;
	}
}

@media (max-width:-1) {
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra {
		--n-menu-wrapper-display: none;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle {
		display: flex;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop {
		--n-menu-wrapper-display: none;
	}
	
	.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle {
		display: flex;
	}
}

@keyframes hide-scroll {
	0%, to {
		overflow: hidden;
	}
}

.e-con-inner>.elementor-widget-n-menu, .e-con>.elementor-widget-n-menu {
	--flex-grow: var(--container-widget-flex-grow);
}

[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con {
	--padding-top: initial;
	--padding-right: initial;
	--padding-bottom: initial;
	--padding-left: initial;
}

/*! elementor-pro - v3.28.0 - 30-03-2025 */
@charset "UTF-8";

.site-main .menu-navigation-container {
	overflow: visible;
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	transform: scale(1);
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
	background-color: #3f444b;
	height: 3px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	left: 50%;
	width: 0;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.e--pointer-double-line.e--animation-none, .e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-double-line.e--animation-none .elementor-item:after, .e--pointer-double-line.e--animation-none .elementor-item:before, .e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-double-line.e--animation-none .elementor-item:hover, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:focus, .e--pointer-double-line.e--animation-none:hover, .e--pointer-overline.e--animation-none, .e--pointer-overline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none .elementor-item:after, .e--pointer-overline.e--animation-none .elementor-item:before, .e--pointer-overline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none .elementor-item:hover, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:focus, .e--pointer-overline.e--animation-none:hover, .e--pointer-underline.e--animation-none, .e--pointer-underline.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none .elementor-item:after, .e--pointer-underline.e--animation-none .elementor-item:before, .e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none .elementor-item:hover, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:focus, .e--pointer-underline.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: -20px;
	width: 10px;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	bottom: 0;
	content: "";
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	inset-inline-start: 100%;
	width: 10px;
}

.e--pointer-framed .elementor-item:after, .e--pointer-framed .elementor-item:before {
	background: transparent;
	border: 3px solid #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.e--pointer-framed .elementor-item:before {
	content: "";
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(.75);
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(1.25);
}

.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
	transition: opacity .2s, transform .4s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after, .e--pointer-framed.e--animation-draw .elementor-item:before {
	height: 3px;
	width: 3px;
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	border-width: 3px 3px 0 0;
	bottom: 0;
	content: "";
	left: auto;
	right: 0;
	top: auto;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	height: 100%;
	width: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	transition: opacity .02s, height .1s, width .1s .1s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.e--pointer-framed.e--animation-corners .elementor-item:after, .e--pointer-framed.e--animation-corners .elementor-item:before {
	height: 3px;
	width: 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	border-width: 0 3px 3px 0;
	bottom: 0;
	content: "";
	left: auto;
	right: 0;
	top: auto;
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after, .e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after, .e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after, .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	height: 100%;
	transition: opacity 2ms, width .4s, height .4s;
	width: 100%;
}

.e--pointer-framed.e--animation-none, .e--pointer-framed.e--animation-none .elementor-item, .e--pointer-framed.e--animation-none .elementor-item:after, .e--pointer-framed.e--animation-none .elementor-item:before, .e--pointer-framed.e--animation-none .elementor-item:focus, .e--pointer-framed.e--animation-none .elementor-item:hover, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:focus, .e--pointer-framed.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-background .elementor-item:after, .e--pointer-background .elementor-item:before {
	content: "";
	transition: .3s;
}

.e--pointer-background .elementor-item:before {
	background: #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.e--pointer-background .elementor-item-active, .e--pointer-background .elementor-item.highlighted, .e--pointer-background .elementor-item:focus, .e--pointer-background .elementor-item:hover {
	color: #fff;
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	transform: scale(.5);
}

.e--pointer-background.e--animation-grow .elementor-item-active:before, .e--pointer-background.e--animation-grow .elementor-item.highlighted:before, .e--pointer-background.e--animation-grow .elementor-item:focus:before, .e--pointer-background.e--animation-grow .elementor-item:hover:before {
	opacity: 1;
	transform: scale(1);
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(1.2);
	transition: .3s;
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before, .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before, .e--pointer-background.e--animation-shrink .elementor-item:focus:before, .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	transition: opacity .15s, transform .4s;
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 50%;
	right: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	background: #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	bottom: 100%;
	top: 0;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	bottom: 0;
	top: 100%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	left: 100%;
	right: 0;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	left: 0;
	right: 100%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%;
}

.e--pointer-background.e--animation-none, .e--pointer-background.e--animation-none .elementor-item, .e--pointer-background.e--animation-none .elementor-item:after, .e--pointer-background.e--animation-none .elementor-item:before, .e--pointer-background.e--animation-none .elementor-item:focus, .e--pointer-background.e--animation-none .elementor-item:hover, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:focus, .e--pointer-background.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-text.e--animation-skew .elementor-item:focus, .e--pointer-text.e--animation-skew .elementor-item:hover {
	transform: skew(-8deg);
}

.e--pointer-text.e--animation-grow .elementor-item:focus, .e--pointer-text.e--animation-grow .elementor-item:hover {
	transform: scale(1.2);
}

.e--pointer-text.e--animation-shrink .elementor-item:focus, .e--pointer-text.e--animation-shrink .elementor-item:hover {
	transform: scale(.8);
}

.e--pointer-text.e--animation-float .elementor-item:focus, .e--pointer-text.e--animation-float .elementor-item:hover {
	transform: translateY(-8px);
}

.e--pointer-text.e--animation-sink .elementor-item:focus, .e--pointer-text.e--animation-sink .elementor-item:hover {
	transform: translateY(8px);
}

.e--pointer-text.e--animation-rotate .elementor-item:focus, .e--pointer-text.e--animation-rotate .elementor-item:hover {
	transform: rotate(6deg);
}

.e--pointer-text.e--animation-none, .e--pointer-text.e--animation-none .elementor-item, .e--pointer-text.e--animation-none .elementor-item:after, .e--pointer-text.e--animation-none .elementor-item:before, .e--pointer-text.e--animation-none .elementor-item:focus, .e--pointer-text.e--animation-none .elementor-item:hover, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:focus, .e--pointer-text.e--animation-none:hover {
	transition-duration: 0s;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	transition: .4s;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #3f444b;
	color: #88909b;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	border-style: solid;
	border-width: 0;
	padding: 0;
	position: absolute;
	width: 12em;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	background: #fff;
	display: none;
	height: 20px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	border: 8px dashed transparent;
	border-bottom: 8px solid #33373d;
	height: 0;
	left: 50%;
	margin-inline-start: -8px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	width: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	border-color: #33373d transparent transparent;
	border-style: solid dashed dashed;
	top: 6px;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg, .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	transform: rotate(-90deg);
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.elementor-nav-menu--layout-horizontal {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	flex-grow: 1;
	white-space: nowrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
	top: 100% !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
	left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	align-self: center;
	border-color: var(--e-nav-menu-divider-color, #000);
	border-left-style: var(--e-nav-menu-divider-style, solid);
	border-left-width: var(--e-nav-menu-divider-width, 2px);
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	justify-content: flex-end;
	margin-left: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	justify-content: flex-start;
	margin-right: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-start;
}

.elementor-nav-menu__align-start .elementor-nav-menu {
	justify-content: flex-start;
	margin-inline-end: auto;
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-start;
}

.elementor-nav-menu__align-end .elementor-nav-menu {
	justify-content: flex-end;
	margin-inline-start: auto;
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-end;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	justify-content: center;
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: center;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	flex-grow: 1;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	justify-content: center;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none;
}

.elementor-widget-nav-menu .elementor-widget-container, .elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
	display: flex;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-nav-menu:after {
	clear: both;
	content: " ";
	display: block;
	font: 0/0 serif;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
	display: block;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-nav-menu ul {
	display: none;
}

.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent;
}

.elementor-nav-menu ul ul ul a, .elementor-nav-menu ul ul ul a:active, .elementor-nav-menu ul ul ul a:focus, .elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent;
}

.elementor-nav-menu ul ul ul ul a, .elementor-nav-menu ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent;
}

.elementor-nav-menu ul ul ul ul ul a, .elementor-nav-menu ul ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent;
}

.elementor-nav-menu a, .elementor-nav-menu li {
	position: relative;
}

.elementor-nav-menu li {
	border-width: 0;
}

.elementor-nav-menu a {
	align-items: center;
	display: flex;
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
	line-height: 20px;
	padding: 10px 20px;
}

.elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu a.disabled {
	color: #88909b;
	cursor: not-allowed;
}

.elementor-nav-menu .e-plus-icon:before {
	content: "+";
}

.elementor-nav-menu .sub-arrow {
	align-items: center;
	display: flex;
	line-height: 1;
	margin-block-end: -10px;
	margin-block-start: -10px;
	padding: 10px;
	padding-inline-end: 0;
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none;
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
	font-size: .7em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	height: .7em;
	width: .7em;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #3f444b;
	color: #fff;
}

.elementor-menu-toggle {
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	border: 0 solid;
	border-radius: 3px;
	color: #33373d;
	cursor: pointer;
	display: flex;
	font-size: var(--nav-menu-icon-size, 22px);
	justify-content: center;
	padding: .25em;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none;
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #33373d;
	height: 1em;
	width: 1em;
}

.elementor-menu-toggle svg {
	height: auto;
	width: 1em;
	fill: var(--nav-menu-icon-color, currentColor);
}

span.elementor-menu-toggle__icon--close, span.elementor-menu-toggle__icon--open {
	line-height: 1;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle, .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transform-origin: top;
	transition: max-height .3s, transform .3s;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em;
}

.elementor-nav-menu--dropdown a {
	color: #33373d;
}

.elementor-nav-menu--dropdown a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 8px solid transparent;
	text-shadow: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	justify-content: center;
}

.elementor-nav-menu--toggle {
	--menu-height: 100vh;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	max-height: 0;
	overflow: hidden;
	transform: scaleY(0);
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	animation: hide-scroll .3s backwards;
	max-height: var(--menu-height);
	transform: scaleY(1);
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (max-width:767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:-1) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:-1) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@keyframes hide-scroll {
	0%, to {
		overflow: hidden;
	}
}

.fluentform * {
	box-sizing: border-box;
}

.fluentform .clearfix:after, .fluentform .clearfix:before, .fluentform .ff-el-group:after, .fluentform .ff-el-group:before, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-el-repeat .ff-el-input--content:before, .fluentform .ff-step-body:after, .fluentform .ff-step-body:before {
	content: " ";
	display: table;
}

.fluentform .clearfix:after, .fluentform .ff-el-group:after, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-step-body:after {
	clear: both;
}

@media (min-width:768px) {
	.frm-fluent-form .ff-t-container {
		display: flex;
		gap: 15px;
		width: 100%;
	}
	
	.frm-fluent-form .ff-t-container.ff_cond_v {
		display: flex !important;
	}
	
	.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded) {
		display: block !important;
	}
	
	.frm-fluent-form .ff-t-cell {
		display: flex;
		flex-direction: column;
		vertical-align: inherit;
		width: 100%;
	}
	
	.frm-fluent-form .ff-t-cell:first-of-type {
		padding-left: 0;
	}
	
	.frm-fluent-form .ff-t-cell:last-of-type {
		flex-grow: 1;
		padding-right: 0;
	}
	
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
		align-items: flex-end;
		display: flex;
		margin: auto 0 0;
	}
	
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center {
		justify-content: center;
	}
	
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right {
		justify-content: flex-end;
	}
	
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
		margin-bottom: 20px;
	}
}

@media (max-width:768px) {
	.ff-t-cell {
		margin-left: 0 !important;
	}
}

.fluentform .ff-el-group {
	margin-bottom: 20px;
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
	display: block;
	float: none;
	text-align: left;
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content {
	margin-bottom: 0;
	margin-left: auto;
}

@media (min-width:481px) {
	.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label {
		text-align: left;
	}
	
	.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label {
		text-align: right;
	}
}

.fluentform .ff-el-input--label {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before {
	color: var(--fluentform-danger);
	content: "* ";
	margin-right: 3px;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	color: var(--fluentform-danger);
	content: " *";
	margin-left: 3px;
}

.fluentform .ff-el-form-control {
	display: block;
	width: 100%;
}

.fluentform .ff-el-ratings {
	--fill-inactive: #d4d4d4;
	--fill-active: #ffb100;
	display: inline-block;
	line-height: 40px;
}

.fluentform .ff-el-ratings input[type=radio] {
	display: none;
	height: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
}

.fluentform .ff-el-ratings svg {
	fill: var(--fill-inactive);
	height: 22px;
	transition: all .3s;
	vertical-align: middle;
	width: 22px;
}

.fluentform .ff-el-ratings svg.scale {
	transition: all .15s;
}

.fluentform .ff-el-ratings label {
	display: inherit;
	margin-right: 3px;
}

.fluentform .ff-el-ratings label.active svg {
	fill: #ffb100;
	fill: var(--fill-active);
}

.fluentform .ff-el-ratings label:hover {
	cursor: pointer;
}

.fluentform .ff-el-ratings label:hover svg {
	transform: scale(1.1);
}

.fluentform .ff-el-ratings label:hover svg.scalling {
	transform: scale(1.2);
}

.fluentform .ff-el-repeat .ff-el-form-control {
	margin-bottom: 10px;
	width: 100%;
}

.fluentform .ff-el-repeat .ff-t-cell {
	padding: 0 10px;
	width: 100%;
}

.fluentform .ff-el-repeat .ff-t-cell:first-child {
	padding-left: 0;
}

.fluentform .ff-el-repeat .ff-t-cell:last-child {
	padding-right: 0;
}

.fluentform .ff-el-repeat .ff-t-container {
	display: flex;
}

.fluentform .ff-el-repeat-buttons-list span {
	cursor: pointer;
}

@media (min-width:481px) {
	.fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
		float: left;
		margin-bottom: 0;
		padding: 10px 15px 0 0;
		width: 180px;
	}
	
	.fluentform .ff-el-form-left .ff-el-input--content, .fluentform .ff-el-form-right .ff-el-input--content {
		margin-left: 180px;
	}
	
	.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--label {
		float: none;
		margin-bottom: 5px;
		width: auto;
	}
	
	.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--content {
		margin-left: auto;
	}
}

.fluentform .ff-el-form-right .ff-el-input--label {
	text-align: right;
}

.fluentform .ff-el-is-error .text-danger {
	font-size: 12px;
	margin-top: 4px;
}

.fluentform .ff-el-is-error .ff-el-form-check-label, .fluentform .ff-el-is-error .ff-el-form-check-label a {
	color: var(--fluentform-danger);
}

.fluentform .ff-el-is-error .ff-el-form-control {
	border-color: var(--fluentform-danger);
}

.fluentform .ff-el-tooltip {
	cursor: pointer;
	display: inline-block;
	margin-left: 2px;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.fluentform .ff-el-tooltip:hover {
	color: #000;
}

.fluentform .ff-el-tooltip svg {
	fill: var(--fluentform-primary);
}

.fluentform .ff-el-help-message {
	color: var(--fluentform-secondary);
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}

.fluentform .ff-el-help-message.ff_ahm {
	margin-bottom: 5px;
	margin-top: -3px;
}

.fluentform .ff-el-progress {
	background-color: #e9ecef;
	border-radius: .25rem;
	font-size: .75rem;
	height: 1.3rem;
	line-height: 1.2rem;
	overflow: hidden;
}

.fluentform .ff-el-progress-bar {
	background-color: var(--fluentform-primary);
	color: #fff;
	height: inherit;
	text-align: right;
	transition: width .3s;
	width: 0;
}

.fluentform .ff-el-progress-bar span {
	display: inline-block;
	padding: 0 5px 0 0;
}

.fluentform .ff-el-progress-status {
	font-size: .9rem;
	margin-bottom: 5px;
}

.fluentform .ff-el-progress-title {
	border-bottom: 2px solid #000;
	display: inline-block;
	font-weight: 600;
	list-style-type: none;
	margin: 8px 0 0;
	padding-left: 15px;
	padding-right: 15px;
}

.fluentform .ff-el-progress-title li {
	display: none;
}

.fluentform .ff-float-right {
	float: right;
}

.fluentform .ff-chat-gpt-loader-svg {
	border: 1px solid #ced4da;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	margin-top: 10px;
	padding: 15px;
	position: relative;
}

.fluentform .ff-hidden {
	display: none !important;
}

.fluentform .ff-step-t-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.fluentform .ff-step-t-container .ff-t-cell {
	width: auto;
}

.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group {
	margin-bottom: 0;
}

.fluentform .ff-step-container {
	overflow: hidden;
}

.fluentform .ff-step-header {
	margin-bottom: 20px;
}

.fluentform .ff-step-titles {
	counter-reset: step;
	display: table;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.fluentform .ff-step-titles-navs {
	cursor: pointer;
}

.fluentform .ff-step-titles li {
	color: #333;
	display: table-cell;
	font-size: 12px;
	list-style-type: none;
	padding: 0 10px;
	position: relative;
	vertical-align: top;
	width: auto;
}

.fluentform .ff-step-titles li.ff_active, .fluentform .ff-step-titles li.ff_completed {
	color: #007bff;
}

.fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before {
	background: #007bff;
	border: 1px solid transparent;
	color: #fff;
}

.fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
	background: #007bff;
}

.fluentform .ff-step-titles li.ff_active:after {
	right: 0;
}

.fluentform .ff-step-titles li:before {
	background: #fff;
	border: 1px solid;
	border-radius: 3px;
	color: #333;
	content: counter(step);
	counter-increment: step;
	display: block;
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto 5px;
	position: relative;
	vertical-align: top;
	width: 20px;
	z-index: 10;
}

.fluentform .ff-step-titles li:after {
	background: #000;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 9px;
	width: 100%;
	z-index: 1;
}

.fluentform .ff-step-titles li:first-child {
	padding-left: 0;
}

.fluentform .ff-step-titles li:first-child:after {
	left: 50%;
}

.fluentform .ff-step-titles li:last-child {
	padding-right: 0;
}

.fluentform .ff-step-titles li:last-child:after {
	left: -50%;
}

.fluentform .ff-step-body {
	left: 0;
	margin-bottom: 15px;
	position: relative;
	top: 0;
}

.fluentform .ff-upload-progress {
	margin: 10px 0;
}

.fluentform .ff-upload-progress-inline {
	border-radius: 3px;
	height: 6px;
	margin: 4px 0;
	position: relative;
}

.fluentform .ff-upload-preview {
	border: 1px solid #ced4da;
	border-radius: 3px;
	margin-top: 5px;
}

.fluentform .ff-upload-preview:first-child {
	margin-top: 0;
}

.fluentform .ff-upload-preview-img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70px;
	width: 70px;
}

.fluentform .ff-upload-container-small-column-image {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
}

.fluentform .ff-upload-details, .fluentform .ff-upload-preview {
	zoom: 1;
	overflow: hidden;
}

.fluentform .ff-upload-details, .fluentform .ff-upload-thumb {
	display: table-cell;
	vertical-align: middle;
}

.fluentform .ff-upload-thumb {
	background-color: #eee;
}

.fluentform .ff-upload-details {
	border-left: 1px solid #ebeef0;
	padding: 0 10px;
	position: relative;
	width: 10000px;
}

.fluentform .ff-upload-details .ff-inline-block, .fluentform .ff-upload-details .ff-upload-error {
	font-size: 11px;
}

.fluentform .ff-upload-remove {
	box-shadow: none !important;
	color: var(--fluentform-danger);
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	padding: 0 4px;
	position: absolute;
	right: 0;
	top: 3px;
}

.fluentform .ff-upload-remove:hover {
	color: var(--fluentform-danger);
	text-shadow: 1px 1px 1px #000 !important;
}

.fluentform .ff-upload-filename {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fluentform .ff-table {
	margin-bottom: 0;
}

.fluentform .ff-checkable-grids {
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
}

.fluentform .ff-checkable-grids thead>tr>th {
	background: #f1f1f1;
	border: 0;
	padding: 7px 5px;
	text-align: center;
}

.fluentform .ff-checkable-grids tbody>tr>td {
	border: 0;
	padding: 7px 5px;
}

.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type) {
	text-align: center;
}

.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td {
	background: #f1f1f1;
}

.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td {
	background: #fff;
}

.fluentform .ff-screen-reader-element {
	clip: rect(0, 0, 0, 0) !important;
	word-wrap: normal !important;
	border: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.fluentform .ff_upload_btn.ff-btn {
	background: #6f757e;
	border-color: #6f757e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
}

.fluentform .ff_upload_btn.ff-btn:hover {
	background-color: #91959b;
	outline: none;
}

.fluentform .ff_upload_btn.ff-btn:focus-visible {
	background-color: #91959b;
	outline: none;
}

.fluentform .ff-el-tc {
	border: none;
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.fluentform .ff-el-tc label.ff_tc_label {
	display: table-row;
}

.fluentform .ff-el-tc label.ff_tc_label>span {
	padding-top: 8px !important;
	width: 20px;
}

.fluentform .ff-el-tc label.ff_tc_label>div, .fluentform .ff-el-tc label.ff_tc_label>span {
	display: table-cell;
}

.fluentform .ff-saved-state-input .ff_input-group-text {
	background-color: #1a7efb;
	border-color: #1a7efb;
	margin-left: -1px;
}

.fluentform .ff-saved-state-input .ff_input-group-text:hover {
	background-color: #4898fc;
	border-color: #4898fc;
	opacity: 1;
}

.fluentform .ff-saved-state-input .ff_input-group-text img {
	width: 28px;
}

.fluentform .ff-saved-state-link input {
	text-overflow: ellipsis;
}

.fluentform .ff-hide-group {
	display: none;
}

.fluentform .ff_t_c {
	margin: 0;
	padding: 0 5px 0 0;
}

.fluentform .ff_t_c p {
	margin: 0;
	padding: 0;
}

.fluentform .force-hide {
	border: 0;
	display: block;
	height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	visibility: hidden;
}

.fluentform input[type=checkbox], .fluentform input[type=radio] {
	display: inline-block;
	margin: 0;
}

.fluentform .text-danger {
	color: var(--fluentform-danger);
}

.fluentform .iti {
	width: 100%;
}

.fluentform .iti__selected-flag {
	background: rgba(0, 0, 0, .1);
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.fluentform .ff_gdpr_field {
	margin-right: 5px;
}

.fluentform form.ff-form-has-steps .ff-btn-submit {
	visibility: hidden;
}

.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
	text-align: right;
}

.fluentform textarea {
	max-width: 100%;
}

.fluentform .ff-el-form-check {
	margin-bottom: 5px;
}

.fluentform .ff-el-form-check span.ff_span {
	margin-left: 6px;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.fluentform .ff-inline-block {
	display: inline-block;
}

.fluentform .ff-inline-block+.ff-inline-block {
	margin-left: 10px;
}

.fluentform .ff-text-left {
	text-align: left;
}

.fluentform .ff-text-center {
	text-align: center;
}

.fluentform .ff-text-right {
	text-align: right;
}

.fluentform .ff-el-form-control:focus~.ff-el-help-message {
	display: block !important;
}

.fluentform .ff-el-form-control::-moz-placeholder {
	color: #868e96;
	opacity: 1;
}

.fluentform .ff-el-form-control::placeholder {
	color: #868e96;
	opacity: 1;
}

.fluentform .ff-el-form-control:disabled, .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
	background-color: #e9ecef;
	opacity: 1;
}

.fluentform .iti__search-input {
	min-height: 30px;
}

.fluentform-step {
	float: left;
	height: 1px;
	overflow-x: hidden;
	padding: 3px;
}

.fluentform-step.active {
	height: auto;
	width: 100%;
}

.fluentform-step .ff_summary_container {
	font-size: 14px;
	margin-top: 10px;
}

.step-nav .next {
	float: right;
}

.fluentform .has-conditions {
	display: none;
}

.ff-message-success {
	border: 1px solid #ced4da;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	margin-top: 10px;
	padding: 15px;
	position: relative;
}

.ff-errors-in-stack {
	display: none;
	margin-top: 15px;
}

.ff-errors-in-stack .error {
	font-size: 14px;
	line-height: 1.7;
}

.ff-errors-in-stack .error-clear {
	cursor: pointer;
	margin-left: 5px;
	padding: 0 5px;
}

.ff-chat-reply-container div p {
	border-radius: 6px;
	margin-top: 12px;
	padding: 20px 16px;
}

.ff-chat-reply-container div .skeleton {
	animation: skeleton-loading 2s linear infinite alternate;
	padding: 24px;
}

@keyframes skeleton-loading {
	0% {
		background-color: #e3e6e8;
	}
	
	to {
		background-color: #f0f3f5;
	}
}

.ff-el-chat-container {
	position: relative;
}

.ff-el-chat-container textarea {
	outline: none;
	position: relative;
	resize: none;
}

.ff-el-chat-container .ff_btn_chat_style {
	background: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 38%;
}

.ff-el-chat-container .ff_btn_chat_style svg:hover {
	cursor: pointer;
	opacity: .8;
	outline: 0;
	text-decoration: none;
	transition: all .4s;
}

.iti-mobile .iti--container {
	z-index: 9999;
}

.fluentform .hidden_field {
	display: none !important;
}

.fluentform .ff_force_hide {
	display: none !important;
	visibility: hidden !important;
}

.fluentform .ff_scrolled_text {
	background: #e9ebed;
	height: 200px;
	overflow: scroll;
	padding: 10px 15px;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label {
	margin: 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span {
	background-color: #b3d4fc;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
	display: -moz-inline-stack;
	display: inline-block;
	float: none !important;
	margin: 0 0 10px;
	position: relative;
	width: auto !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input {
	margin: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	z-index: -1;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #dcdfe6;
	border-left: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #606266;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {
	color: #1a7efb;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
	border: 1px solid #dcdfe5;
	overflow: hidden;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span {
	border: none !important;
	border-radius: 0 !important;
	margin-left: -1px;
	width: 100%;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected {
	border-color: #1a7efb;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span {
	border-left: 1px solid #dcdfe6;
	border-radius: 4px 0 0 4px;
	box-shadow: none !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span {
	border-radius: 0 4px 4px 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	background-color: #1a7efb;
	border-color: #1a7efb;
	box-shadow: -1px 0 0 0 #8cc5ff;
	color: #fff;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span {
	border-left-color: #1a7efb;
}

@media only screen and (max-width:768px) {
	.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
		display: block;
		width: 100%;
	}
	
	.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
		border: 1px solid !important;
		border-radius: 4px !important;
		box-shadow: none !important;
		display: block;
		width: 100%;
	}
}

.fluentform .ff-el-group.ff-hpsf-container {
	display: none !important;
	position: absolute !important;
	transform: translateX(1000%) !important;
}

.fluentform div.ff-el-form-hide_label>.ff-el-input--label {
	display: none;
	visibility: hidden;
}

.fluentform .ff_file_upload_holder {
	margin-bottom: 0;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
	background: rgba(223, 240, 255, .13);
	border: 1px dashed var(--fluentform-primary);
	border-radius: var(--fluentform-border-radius);
	color: var(--fluentform-secondary);
	display: block;
	padding: 35px;
	text-align: center;
	transition: all .2s ease;
	width: 100%;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover {
	background: rgba(223, 240, 255, .49);
}

.fluentform .ff-dropzone .ff-uploaded-list {
	margin-top: 10px;
}

.fluentform .ff_center {
	text-align: center;
}

.fluentform .ff_right {
	text-align: right;
}

.fluentform .ff_left {
	text-align: left;
}

.fluentform .ff-form-inline .ff-t-container, .fluentform .ff-form-inline>.ff-el-group, .fluentform .ff-form-inline>.ff-name-field-wrapper {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline .ff-t-container>.ff-el-input--label, .fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label, .fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label {
	display: none;
}

.fluentform .ff-form-inline .ff-t-container .ff-el-input--content, .fluentform .ff-form-inline>.ff-el-group .ff-el-input--content, .fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content {
	margin-left: 0;
}

.fluentform .ff-form-inline .ff-t-container:last-child, .fluentform .ff-form-inline>.ff-el-group:last-child, .fluentform .ff-form-inline>.ff-name-field-wrapper:last-child {
	margin-right: 0;
}

.fluentform .ff-t-container .ff-name-title {
	width: 40%;
}

.fluentform .ff_hide_label .ff-el-input--label {
	display: none;
}

.fluentform .field-value {
	white-space: pre-line;
}

.fluentform .ff-el-group .ff-read-only {
	background-color: #e9ecef !important;
	opacity: 1;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.fluentform .ff-el-group .ff-read-only:focus {
	outline: none;
}

.fluentform label.ff-el-image-input-src {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 200px;
	width: 200px;
}

.fluentform .ff-el-image-holder {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 200px;
}

.fluentform .ff-el-image-holder .ff-el-form-check-label {
	padding-left: 1px;
}

.fluentform .ff_el_checkable_photo_holders {
	display: block;
	margin-bottom: -20px;
	overflow: hidden;
}

.fluentform .ff-other-input-wrapper input {
	background: inherit;
}

.fluentform .ff-other-input-wrapper {
	display: none;
	margin-top: 8px;
}

.fluentform .select2-container {
	width: 100% !important;
}

.fluentform .select2-container .select2-selection__rendered li {
	margin: 0;
}

.fluentform .select2-container .select2-search--inline>input {
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	margin-top: 0;
	padding: .375rem 1.75rem .375rem .75rem;
}

.fluentform .ff-el-form-bottom {
	display: flex;
	flex-direction: column-reverse;
}

.fluentform .ff-el-form-bottom .ff-el-input--label {
	margin-bottom: 0;
	margin-top: 5px;
}

.fluentform .mce-tinymce.mce-container.mce-panel {
	border: 1px solid #ced4da;
}

.fluentform .ff_input-group {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.fluentform .ff_input-group>.ff-el-form-control:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	display: inline-block;
	width: auto;
}

.fluentform .ff_input-group>.ff-el-form-control:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.fluentform .ff_input-group .ff-el-form-control {
	flex: 1 1 auto;
	margin-bottom: 0;
	position: relative;
	width: 1%;
}

.fluentform .ff_input-group-prepend {
	margin-right: -1px;
}

.fluentform .input-group-append {
	margin-left: -1px;
}

.fluentform .ff_input-group-append, .fluentform .ff_input-group-prepend {
	display: flex;
}

.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.fluentform .ff_input-group-text {
	align-items: center;
	background-color: #e9ecef;
	border-radius: .25rem;
	color: #495057;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	padding: .375rem .75rem;
	text-align: center;
	white-space: nowrap;
}

.fluentform .ff_coupon_wrapper .ff_input-group-append {
	cursor: pointer;
}

.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text {
	background: #e3e8ed;
}

.fluentform ul.ff_coupon_responses {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fluentform ul.ff_coupon_responses li {
	padding-top: 5px;
}

.fluentform ul.ff_coupon_responses span.error-clear {
	color: #ff5050;
	font-weight: 700;
	margin-right: 10px;
}

.fluentform ul.ff_coupon_responses .ff_error {
	color: #f56c6c;
	cursor: pointer;
}

.fluentform ul.ff_coupon_responses .ff_success {
	color: #28a745;
}

.fluentform .ff-btn.disabled {
	opacity: .65;
}

.fluentform .ff-btn.ff-working {
	position: relative;
	transition: all .3s ease;
}

.fluentform .ff-btn.ff-working:after {
	animation: ff-progress-anim 4s 0s infinite;
	background: hsla(0, 0%, 100%, .4);
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.fluentform .ff-btn-block {
	display: block;
	width: 100%;
}

.fluentform .ff-btn-block+.ff-el-btn-block {
	margin-top: 8px;
}

.fluentform .ff_submitting {
	pointer-events: none;
}

@keyframes ff-progress-anim {
	0% {
		width: 0;
	}
	
	5% {
		width: 0;
	}
	
	10% {
		width: 15%;
	}
	
	30% {
		width: 40%;
	}
	
	50% {
		width: 55%;
	}
	
	80% {
		width: 100%;
	}
	
	95% {
		width: 100%;
	}
	
	to {
		width: 0;
	}
}

.ff_modal_container {
	background: #fff;
	max-height: 90vh !important;
	max-width: 900px;
	overflow: auto;
	padding: 30px;
}

@media only screen and (min-width:1000px) {
	.ff_modal_container {
		width: 900px;
	}
}

.select2-results__option {
	margin: 0;
}

.fluentform span.select2.select2-container:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #495057;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.ff_pointer {
	cursor: pointer;
}

.ff_net_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.ff_net_table th {
	border: none;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 0;
	text-align: center;
	vertical-align: bottom;
}

.ff_net_table th .ff_not-likely {
	float: left;
	text-align: left;
}

.ff_net_table th .ff_extremely-likely {
	float: right;
	text-align: right;
}

.ff_net_table tbody tr {
	background: none;
	border: 0;
}

.ff_net_table tbody tr td {
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.ff_net_table tbody tr td input[type=radio]:checked+label {
	background-color: #4caf50;
	color: #fff;
}

.ff_net_table tbody tr td:first-of-type {
	border-left: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}

.ff_net_table tbody tr td:last-child {
	border-radius: 0 5px 5px 0;
}

.ff_net_table tbody tr td label {
	border: 0;
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
	width: 100%;
}

.ff_net_table tbody tr td label:after {
	border: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ff_net_table tbody tr td label:hover:after {
	border: 2px solid #4caf50;
}

.ff-el-pop-content {
	background-color: #000;
	border-radius: 3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	padding: 10px;
	position: absolute;
	text-align: center;
	transform-origin: center bottom;
	z-index: 9999;
}

.ff-checkable-grids.mobile {
	border: 0;
}

.ff-checkable-grids.mobile tbody tr {
	padding-top: 0 !important;
}

.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td {
	background: transparent;
}

.ff-checkable-grids.mobile tbody td {
	padding-left: 10px !important;
	text-align: left !important;
}

.ff-checkable-grids.mobile tbody td.ff_grid_header {
	background-color: #eee !important;
	margin: 0;
}

.ff-checkable-grids.mobile tbody td:after {
	content: attr(data-label);
	display: inline-block;
	letter-spacing: .5pt;
	padding-left: 10px;
	white-space: nowrap;
}

span.ff-el-rating-text {
	line-height: 100%;
	padding-left: 5px;
	vertical-align: bottom;
}

table.ff_repeater_table {
	background: transparent !important;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 5px;
	padding: 0;
	table-layout: auto !important;
	vertical-align: middle;
	width: 100%;
}

table.ff_repeater_table th {
	font-size: 90%;
	padding: 0;
	text-align: left;
}

table.ff_repeater_table th, table.ff_repeater_table tr {
	background: transparent !important;
	border: 0;
	padding-top: 5px;
}

table.ff_repeater_table td {
	background: transparent !important;
	border: 0;
	max-width: 100%;
	padding: 0 15px 15px 0;
	text-align: left;
	width: 282px;
}

table.ff_repeater_table tbody tr:only-child td .repeat-minus {
	visibility: hidden;
}

table.ff_repeater_table .ff-el-group {
	margin: 0;
	padding: 0;
}

table.ff_repeater_table .repeat_btn {
	padding-right: 0;
	vertical-align: middle;
	width: 30px;
}

table.ff_repeater_table .repeat_btn span.ff-icon {
	cursor: pointer;
	margin-right: 10px;
}

table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle {
	margin-right: 0;
}

table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus {
	visibility: hidden;
}

.ff-repeater-container {
	display: flex;
	flex-direction: column;
}

.ff-repeater-container .repeat_btn {
	align-self: center;
	display: flex;
}

.ff-repeater-container .ff_repeater_cont_row, .ff-repeater-container .ff_repeater_header {
	display: flex;
	flex-wrap: nowrap;
}

.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus {
	visibility: hidden;
}

.ff-repeater-container .ff_repeater_cell, .ff-repeater-container .ff_repeater_header_item {
	box-sizing: border-box;
	padding: 0 15px 0 0;
	text-align: left;
}

.ff-repeater-container .ff-el-repeat-buttons-list {
	display: flex;
	margin-top: 34%;
}

.ff_repeater_table.mobile tbody td {
	display: block;
	padding: 10px;
	width: 100%;
}

.ff_repeater_table.mobile tbody td .ff-el-group {
	margin-top: 6px;
}

.ff_repeater_table.mobile tbody td:before {
	clear: both;
	content: attr(data-label);
	display: block;
	font-size: .875em;
	letter-spacing: .5pt;
	white-space: nowrap;
}

.ff-el-section-break .ff-el-section-title {
	font-weight: 600;
	margin-bottom: 5px;
}

.ff-el-section-break hr {
	background-color: #dadbdd;
	border: none;
	height: 1px;
	margin-bottom: 10px;
}

table.ff_flexible_table.ff-checkable-grids {
	width: 100%;
}

.ff_flexible_table.mobile thead {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.ff_flexible_table.mobile tbody td {
	display: block;
	padding: 10px;
	width: 100%;
}

.ff_flexible_table.mobile tbody tr {
	background: #fff;
	border-bottom: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-color: #ced4da;
	border-style: solid;
	border-width: 2px 1px 4px;
	display: block;
	margin: 16px 0 10px;
	position: relative;
}

@media only screen and (max-width:400px) {
	.ff_repeater_table {
		width: 100%;
	}
	
	.ff_repeater_table thead {
		display: none;
	}
	
	.ff_repeater_table tbody tr {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 15px;
		padding: 10px;
	}
	
	.ff_repeater_table tbody td {
		display: block;
		padding: 5px 0;
		text-align: left;
		width: 100% !important;
	}
	
	.ff_repeater_table tbody td .ff-el-input--content {
		width: 100%;
	}
	
	.ff_repeater_table .repeat_btn {
		margin-top: 10px;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	
	.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list {
		display: flex;
		justify-content: space-between;
	}
	
	.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span {
		background-color: #f0f0f0;
		border-radius: 3px;
		cursor: pointer;
		padding: 5px 10px;
	}
}

@media only screen and (min-width:641px) {
	.fluentform .ff-el-group.ff_list_3col .ff-el-form-check {
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0 0 2px;
		min-height: 28px;
		padding-right: 16px;
		vertical-align: top;
		width: 33.3%;
	}
	
	.fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		min-height: 28px;
		padding-right: 16px;
		vertical-align: top;
		width: 50%;
	}
	
	.fluentform .ff-el-group.ff_list_4col .ff-el-form-check {
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		min-height: 28px;
		padding-right: 16px;
		vertical-align: top;
		width: 25%;
	}
	
	.fluentform .ff-el-group.ff_list_5col .ff-el-form-check {
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		min-height: 28px;
		padding-right: 16px;
		vertical-align: top;
		width: 20%;
	}
	
	.fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
		display: -moz-inline-stack;
		display: inline-block;
		float: none !important;
		margin: 0 15px 10px 0;
		width: auto !important;
	}
}

@media (max-width:767px) {
	table.ff_flexible_table, table.ff_flexible_table.ff-checkable-grids {
		border: 0;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr {
		padding-top: 0 !important;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header {
		background-color: #eee !important;
		margin: 0;
		text-align: center;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr td {
		text-align: left !important;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr td:before {
		content: none !important;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr td:after {
		content: attr(data-label);
		display: inline-block;
		letter-spacing: .5pt;
		padding-left: 10px;
		white-space: nowrap;
	}
	
	table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td {
		background: transparent;
	}
	
	table.ff_flexible_table thead {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}
	
	table.ff_flexible_table tbody tr {
		background: #fff;
		border-bottom: 1px solid #ced4da;
		border-top: 1px solid #ced4da;
		border-color: #ced4da;
		border-style: solid;
		border-width: 2px 1px 4px;
		display: block;
		margin: 16px 0 10px;
		padding-top: 12px !important;
		position: relative;
	}
	
	table.ff_flexible_table tbody tr td {
		display: block;
		margin-left: 8px;
		margin-right: 8px;
		padding: 5px;
	}
	
	table.ff_flexible_table tbody tr td:before {
		clear: both;
		content: attr(data-label);
		display: block;
		font-size: .875em;
		letter-spacing: .5pt;
		white-space: nowrap;
	}
	
	table.ff_flexible_table tbody tr td.repeat_btn {
		background-color: #eee;
		margin-left: 0;
		padding: 10px !important;
		width: 100% !important;
	}
	
	table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.lity-container {
		width: 96%;
	}
	
	.fluentform .ff-t-container .ff-name-title {
		width: 100%;
	}
	
	.ff_repeater_cont_row {
		background: #fff;
		border-bottom: 1px solid #ced4da;
		border-top: 1px solid #ced4da;
		border-color: #ced4da;
		border-style: solid;
		border-width: 2px 1px 4px;
		display: flex;
		flex-direction: column;
		margin: 16px 0 10px;
		padding-top: 12px;
	}
	
	.ff_repeater_cont_row .ff_repeater_cell {
		display: block;
		margin-left: 8px;
		margin-right: 8px;
		padding: 5px;
	}
	
	.ff_repeater_cont_row .ff-t-cell {
		flex-basis: 100% !important;
		max-width: 100%;
		width: 100%;
	}
	
	.ff_repeater_cont_row .ff_repeater_body[role=rowgroup] {
		display: flex;
		flex-direction: column;
	}
	
	.ff-repeater-container .ff-el-repeat-buttons-list {
		margin-top: -28px;
	}
	
	.ff-el-repeat-buttons-list {
		margin-top: 0;
	}
}

:root {
	--fluentform-primary: #1a7efb;
	--fluentform-secondary: #606266;
	--fluentform-danger: #f56c6c;
	--fluentform-border-color: #dadbdd;
	--fluentform-border-radius: 7px;
	--fluentform-input-select-height: auto;
}

.ff-default .ff_btn_style {
	border: 1px solid transparent;
	border-radius: 7px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
	opacity: .8;
	outline: 0;
	text-decoration: none;
}

.ff-default .ff-btn-primary:not(.ff_btn_no_style) {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus, .ff-default .ff-btn-primary:not(.ff_btn_no_style):hover {
	background-color: #0069d9;
	border-color: #0062cc;
	color: #fff;
}

.ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
	background-color: #606266;
	border-color: #606266;
	color: #fff;
}

.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus, .ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover {
	background-color: #727b84;
	border-color: #6c757d;
	color: #fff;
}

.ff-default .ff-btn-lg {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.5;
	padding: 8px 16px;
}

.ff-default .ff-btn-sm {
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 8px;
}

.ff-default .ff-el-form-control {
	background-clip: padding-box;
	background-image: none;
	border: 1px solid var(--fluentform-border-color);
	border-radius: var(--fluentform-border-radius);
	color: var(--fluentform-secondary);
	font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	line-height: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: 11px 15px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ff-default .ff-el-form-control.nitro-lazy {
	background-image: none !important;
}

.ff-default .ff-el-form-control:focus {
	background-color: #fff;
	border-color: var(--fluentform-primary);
	color: var(--fluentform-secondary);
	outline: none;
}

.ff-default .ff-el-form-check label.ff-el-form-check-label {
	cursor: pointer;
	margin-bottom: 7px;
}

.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after, .ff-default .ff-el-form-check label.ff-el-form-check-label>span:before {
	content: none;
}

.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
	margin-bottom: 0;
}

.ff-default textarea {
	min-height: 90px;
}

select.ff-el-form-control:not([size]):not([multiple]) {
	height: var(--fluentform-input-select-height, auto);
}

.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child {
	height: auto;
}

.ff-upload-preview.ff_uploading {
	opacity: .8;
}

@keyframes ff_move {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 50px 50px;
	}
}

.ff_uploading .ff-el-progress .ff-el-progress-bar {
	animation: ff_move 2s linear infinite;
	background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
	background-size: 50px 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-top-right-radius: 8px;
	bottom: 0;
	content: "";
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.ff_payment_summary {
	overflow-x: scroll;
}

.pac-container {
	z-index: 99999 !important;
}

.ff-support-sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ff-default {
	font-family: inherit;
}

.ff-default .ff-el-input--label label {
	display: inline-block;
	font-weight: 500;
	line-height: inherit;
	margin-bottom: 0;
}

/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
	font-size: 0;
	line-height: 1;
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid;
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center);
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	align-items: center;
	background-color: #69727d;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color);
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color);
}

.elementor-social-icon:last-child {
	margin: 0;
}

.elementor-social-icon:hover {
	color: #fff;
	opacity: .9;
}

.elementor-social-icon-android {
	background-color: #a4c639;
}

.elementor-social-icon-apple {
	background-color: #999;
}

.elementor-social-icon-behance {
	background-color: #1769ff;
}

.elementor-social-icon-bitbucket {
	background-color: #205081;
}

.elementor-social-icon-codepen {
	background-color: #000;
}

.elementor-social-icon-delicious {
	background-color: #39f;
}

.elementor-social-icon-deviantart {
	background-color: #05cc47;
}

.elementor-social-icon-digg {
	background-color: #005be2;
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89;
}

.elementor-social-icon-elementor {
	background-color: #d30c5c;
}

.elementor-social-icon-envelope {
	background-color: #ea4335;
}

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
	background-color: #3b5998;
}

.elementor-social-icon-flickr {
	background-color: #0063dc;
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3;
}

.elementor-social-icon-free-code-camp, .elementor-social-icon-freecodecamp {
	background-color: #006400;
}

.elementor-social-icon-github {
	background-color: #333;
}

.elementor-social-icon-gitlab {
	background-color: #e24329;
}

.elementor-social-icon-globe {
	background-color: #69727d;
}

.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
	background-color: #dd4b39;
}

.elementor-social-icon-houzz {
	background-color: #7ac142;
}

.elementor-social-icon-instagram {
	background-color: #262626;
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2;
}

.elementor-social-icon-link {
	background-color: #818a91;
}

.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
	background-color: #0077b5;
}

.elementor-social-icon-medium {
	background-color: #00ab6b;
}

.elementor-social-icon-meetup {
	background-color: #ec1c40;
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b;
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c;
}

.elementor-social-icon-pinterest {
	background-color: #bd081c;
}

.elementor-social-icon-product-hunt {
	background-color: #da552f;
}

.elementor-social-icon-reddit {
	background-color: #ff4500;
}

.elementor-social-icon-rss {
	background-color: #f26522;
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50;
}

.elementor-social-icon-skype {
	background-color: #00aff0;
}

.elementor-social-icon-slideshare {
	background-color: #0077b5;
}

.elementor-social-icon-snapchat {
	background-color: #fffc00;
}

.elementor-social-icon-soundcloud {
	background-color: #f80;
}

.elementor-social-icon-spotify {
	background-color: #2ebd59;
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15;
}

.elementor-social-icon-steam {
	background-color: #00adee;
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924;
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0;
}

.elementor-social-icon-threads {
	background-color: #000;
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8;
}

.elementor-social-icon-tripadvisor {
	background-color: #589442;
}

.elementor-social-icon-tumblr {
	background-color: #35465c;
}

.elementor-social-icon-twitch {
	background-color: #6441a5;
}

.elementor-social-icon-twitter {
	background-color: #1da1f2;
}

.elementor-social-icon-viber {
	background-color: #665cac;
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea;
}

.elementor-social-icon-vk {
	background-color: #45668e;
}

.elementor-social-icon-weibo {
	background-color: #dd2430;
}

.elementor-social-icon-weixin {
	background-color: #31a918;
}

.elementor-social-icon-whatsapp {
	background-color: #25d366;
}

.elementor-social-icon-wordpress {
	background-color: #21759b;
}

.elementor-social-icon-x-twitter {
	background-color: #000;
}

.elementor-social-icon-xing {
	background-color: #026466;
}

.elementor-social-icon-yelp {
	background-color: #af0606;
}

.elementor-social-icon-youtube {
	background-color: #cd201f;
}

.elementor-social-icon-500px {
	background-color: #0099e5;
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start;
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right, flex-end);
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
	--justify-content: center;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--justify-content, space-between);
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap));
	width: auto;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
	display: inline-block;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1024px) {
	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
		--justify-content: var(--flex-right, flex-end);
	}
	
	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
		--justify-content: center;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
		width: auto;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
		display: inline-block;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
		--justify-content: var(--flex-right, flex-end);
	}
	
	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
		--justify-content: center;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
		width: auto;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
		display: inline-block;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

.elementor-shape {
	direction: ltr;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.elementor-shape-top {
	top: -1px;
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1;
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
	transform: rotate(180deg);
}

.elementor-shape svg {
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform: rotateY(0deg);
	transform-origin: center;
}

[class*=" eicon-"], [class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear;
}

.eicon-editor-link:before {
	content: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-advanced:before {
	content: "";
}

.eicon-div-block:before {
	content: "";
}

.eicon-notification:before {
	content: "";
}

.eicon-light-mode:before {
	content: "";
}

.eicon-dark-mode:before {
	content: "";
}

.eicon-upgrade-crown:before {
	content: "";
}

.eicon-off-canvas:before {
	content: "";
}

.eicon-speakerphone:before {
	content: "";
}

.eicon-ehp-cta:before {
	content: "";
}

.eicon-ehp-forms:before {
	content: "";
}

.eicon-ehp-hero:before {
	content: "";
}

.eicon-ehp-zigzag:before {
	content: "";
}

.eicon-e-button:before {
	content: "";
}

.eicon-flexbox:before {
	content: "";
}

.eicon-paragraph:before {
	content: "";
}

.eicon-icon:before {
	content: "";
}

.eicon-e-image:before {
	content: "";
}

.eicon-video:before {
	content: "";
}

.eicon-svg:before {
	content: "";
}

.eicon-e-divider:before {
	content: "";
}

.eicon-e-heading:before {
	content: "";
}

.eicon-atomic:before {
	content: "";
}

.eicon-library-delete:before {
	content: "";
}

.eicon-library-copy:before {
	content: "";
}

.eicon-library-folder-empty:before {
	content: "";
}

.eicon-library-move:before {
	content: "";
}

.eicon-library-edit:before {
	content: "";
}

.eicon-library-subscription-upgrade:before {
	content: "";
}

.eicon-library-folder-view:before {
	content: "";
}

.eicon-library-grid:before {
	content: "";
}

.eicon-library-cloud-connect:before {
	content: "";
}

.eicon-library-import:before {
	content: "";
}

.eicon-library-list:before {
	content: "";
}

.eicon-library-cloud-empty:before {
	content: "";
}

.eicon-folder-plus:before {
	content: "";
}

.eicon-library-folder:before {
	content: "";
}

.eicon-accessibility:before {
	content: "";
}

.eicon-lock-outline:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

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

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

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

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

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

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

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

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

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

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

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

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

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

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

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

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat: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-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square: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-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up: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-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt: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-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch: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-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut: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-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora: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-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts: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-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball: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-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper: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-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd: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-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft: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-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om: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-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video: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-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random: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-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle: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-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding: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 {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath: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 {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired: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-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv: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-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse: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 {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin: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-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign: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-wrench:before {
	content: "";
}

.fa-x-ray: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-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-pencil:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart-o:before {
	content: "";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-scissors:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paste:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.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 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-spoon:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.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 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.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 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.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 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.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 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}

.elementor-element .icon .wpdt-table-logo:before, .elementor-element .icon .wpdt-chart-logo:before {
	content: "";
	height: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.elementor-element .icon .wpdt-table-logo:before {
	background-image: url("https://cdn-ilegeek.nitrocdn.com/HwHvsiifrHghTxEEBaBrBxTZxuBXSTBQ/assets/images/optimized/rev-e5355d0/www.coolpinguin.nl/wp-content/plugins/wpdatatables/assets/img/logo-large.png");
}

.elementor-element .icon .wpdt-chart-logo:before {
	background-image: url("https://cdn-ilegeek.nitrocdn.com/HwHvsiifrHghTxEEBaBrBxTZxuBXSTBQ/assets/images/optimized/rev-e5355d0/www.coolpinguin.nl/wp-content/plugins/wpdatatables/assets/img/chart-icon.png");
}

/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: block;
	text-align: center;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		align-items: flex-start;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		align-items: center;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		align-items: flex-end;
	}
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	display: flex;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	flex-direction: row-reverse;
	text-align: end;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	margin-bottom: unset;
	margin-left: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	flex-direction: row;
	text-align: start;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-bottom: unset;
	margin-left: 0;
	margin-right: var(--icon-box-icon-margin, 15px);
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display: block;
	flex-direction: unset;
	text-align: center;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:-1) {
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:1024px) {
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: block;
		flex: unset;
	}
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-content {
	flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.elementor-element, .elementor-lightbox {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
	line-height: 0;
}

.elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source {
	display: none;
}

.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
	color: hsla(0, 0%, 93%, .9);
	cursor: pointer;
	display: inline-flex;
	font-size: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93%, .9);
	height: 1em;
	width: 1em;
}

.elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
	left: 10px;
}

.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
	right: 10px;
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
	opacity: .3;
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%;
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper .swiper-pagination-custom, .elementor-element .swiper .swiper-pagination-fraction, .elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper~.swiper-pagination-custom, .elementor-element .swiper~.swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-custom, .elementor-lightbox .swiper .swiper-pagination-fraction, .elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper~.swiper-pagination-custom, .elementor-lightbox .swiper~.swiper-pagination-fraction {
	bottom: 5px;
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-element .swiper.swiper-cube~.elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
	transform: translate3d(0, -50%, 1px);
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets, .elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
	bottom: 5px;
	left: 0;
	width: 100%;
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.elementor-element.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper {
	padding-bottom: 30px;
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
	top: calc(50% - 30px / 2);
}

.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
	position: relative;
}

.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
	position: static;
}

.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
	width: calc(100% - 60px);
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
	left: 0;
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
	right: 0;
}

/*! elementor-pro - v3.28.0 - 30-03-2025 */
.e-loop-item * {
	word-break: break-word;
}

[class*=elementor-widget-loop] .elementor-page-title, [class*=elementor-widget-loop] .product_title.entry-title {
	display: initial;
}

/*! elementor-pro - v3.28.0 - 30-03-2025 */
.elementor-widget-loop-carousel {
	--swiper-pagination-size: 0;
	--swiper-pagination-spacing: 10px;
	--swiper-slides-gap: 10px;
	--swiper-offset-size: 0;
	height: -moz-fit-content;
	height: fit-content;
	--swiper-padding-bottom: calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));
	--arrow-prev-top-align: 50%;
	--arrow-prev-top-position: 0px;
	--arrow-prev-caption-spacing: 15px;
	--arrow-next-top-align: 50%;
	--arrow-next-top-position: 0px;
	--arrow-next-caption-spacing: 15px;
	--arrow-prev-left-align: 0px;
	--arrow-prev-left-position: 0px;
	--arrow-next-right-align: 0px;
	--arrow-next-right-position: 0px;
	--arrow-next-translate-x: 0px;
	--arrow-next-translate-y: 0px;
	--arrow-prev-translate-x: 0px;
	--arrow-prev-translate-y: 0px;
	--dots-vertical-position: 100%;
	--dots-vertical-offset: 0px;
	--dots-horizontal-position: 50%;
	--dots-horizontal-offset: 0px;
	--dots-horizontal-transform: -50%;
	--dots-vertical-transform: -100%;
	--fraction-vertical-position: 100%;
	--fraction-vertical-offset: 0px;
	--fraction-horizontal-position: 50%;
	--fraction-horizontal-offset: 0px;
	--fraction-horizontal-transform: -50%;
	--fraction-vertical-transform: -100%;
	--horizontal-transform-modifier: 1;
}

.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
	--swiper-pagination-size: 6px;
}

.elementor-widget-loop-carousel.elementor-pagination-type-fraction {
	--swiper-pagination-size: 16px;
}

.elementor-widget-loop-carousel.elementor-pagination-type-progressbar {
	--swiper-pagination-size: 4px;
}

.elementor-widget-loop-carousel .elementor-loop-container>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
	overflow: initial;
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-left {
	padding-inline-start: var(--swiper-offset-size, 0);
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-right {
	padding-inline-end: var(--swiper-offset-size, 0);
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-both {
	padding-inline-end: var(--swiper-offset-size, 0);
	padding-inline-start: var(--swiper-offset-size, 0);
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper {
	gap: var(--swiper-slides-gap);
	overflow: hidden;
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide, .elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
	--number-of-gaps: max(calc(var(--swiper-slides-to-display) - 1), 0);
	--gaps-width-total: calc(var(--number-of-gaps) * var(--swiper-slides-gap));
	max-width: calc(( 100% - var(--gaps-width-total) ) / var(--swiper-slides-to-display, 1));
}

.elementor-widget-loop-carousel .e-loop-first-edit {
	margin-block-start: 23px;
	min-width: 33%;
}

.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con {
	display: var(--display);
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	border-style: var(--arrow-normal-border-type);
	color: var(--arrow-normal-color, hsla(0, 0%, 93%, .9));
	font-size: var(--arrow-size, 25px);
	transition-duration: .25s;
	z-index: 2;
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: var(--arrow-normal-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
	border-style: var(--arrow-hover-border-type);
	color: var(--arrow-hover-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
	fill: var(--arrow-hover-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
	right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
	top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
	transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y));
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
	left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
	top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
	transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y));
}

.elementor-widget-loop-carousel .swiper-container-horizontal~.swiper-pagination-progressbar, .elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar {
	height: var(--swiper-pagination-size);
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--progressbar-normal-color, #000);
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
	background: var(--progressbar-hover-color, #000);
}

.elementor-widget-loop-carousel .swiper-pagination-fraction {
	color: var(--fraction-color, #000);
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
	background: var(--dots-normal-color, #000);
	height: var(--swiper-pagination-size);
	width: var(--swiper-pagination-size);
}

.elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
	background: var(--dots-hover-color, #000);
	opacity: 1;
}

.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container {
	overflow: visible;
	overflow-x: clip;
}

.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets, .elementor-widget-loop-carousel .swiper-pagination, .elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-widget-loop-carousel .swiper-pagination-custom, .elementor-widget-loop-carousel .swiper-pagination-fraction {
	font-size: var(--swiper-pagination-size);
	line-height: var(--swiper-pagination-size);
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
	padding-bottom: var(--swiper-padding-bottom);
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow, .elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow {
	padding-bottom: 0;
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
	vertical-align: top;
}

.elementor-widget-loop-carousel .swiper-pagination-bullets {
	height: -moz-max-content;
	height: max-content;
	left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
	top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
	transform: translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)), var(--dots-vertical-transform));
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
}

.elementor-widget-loop-carousel .swiper-pagination-fraction {
	height: -moz-max-content;
	height: max-content;
	left: calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));
	top: calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));
	transform: translate(calc(var(--fraction-horizontal-transform) * var(--horizontal-transform-modifier)), var(--fraction-vertical-transform));
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
}

/*! elementor - v3.29.0 - 19-05-2025 */
.elementor-widget-image-carousel .swiper {
	position: static;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
	line-height: inherit;
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center;
}

.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

.icomoon_brands {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon_brands" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon_brands-1password:before {
	content: "";
	color: #0094f5;
}

.icomoon_brands-500px1:before {
	content: "";
	color: #0099e5;
}

.icomoon_brands-abbrobotstudio:before {
	content: "";
	color: #ff9e0f;
}

.icomoon_brands-about-dot-me:before {
	content: "";
	color: #00a98f;
}

.icomoon_brands-abstract:before {
	content: "";
}

.icomoon_brands-academia:before {
	content: "";
}

.icomoon_brands-accusoft:before {
	content: "";
	color: #ff7e4a;
}

.icomoon_brands-acm:before {
	content: "";
	color: #0085ca;
}

.icomoon_brands-addthis:before {
	content: "";
	color: #ff6550;
}

.icomoon_brands-adguard:before {
	content: "";
	color: #66b574;
}

.icomoon_brands-adobe:before {
	content: "";
	color: #f00;
}

.icomoon_brands-adobeacrobatreader:before {
	content: "";
	color: #ee3f24;
}

.icomoon_brands-adobeaftereffects:before {
	content: "";
	color: #d291ff;
}

.icomoon_brands-adobeaudition:before {
	content: "";
	color: #00e4bb;
}

.icomoon_brands-adobecreativecloud:before {
	content: "";
	color: #d41818;
}

.icomoon_brands-adobedreamweaver:before {
	content: "";
	color: #35fa00;
}

.icomoon_brands-adobeillustrator:before {
	content: "";
	color: #ff7c00;
}

.icomoon_brands-adobeindesign:before {
	content: "";
	color: #fd3f93;
}

.icomoon_brands-adobelightroomcc:before {
	content: "";
	color: #3df0f0;
}

.icomoon_brands-adobelightroomclassic:before {
	content: "";
	color: #add5ec;
}

.icomoon_brands-adobephotoshop:before {
	content: "";
	color: #00c8ff;
}

.icomoon_brands-adobepremiere:before {
	content: "";
	color: #ea77ff;
}

.icomoon_brands-adobetypekit:before {
	content: "";
	color: #87ec00;
}

.icomoon_brands-adobexd:before {
	content: "";
	color: #ff2bc2;
}

.icomoon_brands-airbnb:before {
	content: "";
	color: #ff5a5f;
}

.icomoon_brands-airplayaudio:before {
	content: "";
}

.icomoon_brands-airplayvideo:before {
	content: "";
}

.icomoon_brands-algolia:before {
	content: "";
	color: #5468ff;
}

.icomoon_brands-alliedmodders:before {
	content: "";
	color: #1578d3;
}

.icomoon_brands-amazon1:before {
	content: "";
	color: #f90;
}

.icomoon_brands-amazonalexa:before {
	content: "";
	color: #00caff;
}

.icomoon_brands-amazonaws:before {
	content: "";
}

.icomoon_brands-amd:before {
	content: "";
	color: #ed1c24;
}

.icomoon_brands-americanexpress:before {
	content: "";
	color: #2e77bc;
}

.icomoon_brands-anaconda:before {
	content: "";
	color: #42b029;
}

.icomoon_brands-analogue:before {
	content: "";
}

.icomoon_brands-anchor:before {
	content: "";
	color: #8940fa;
}

.icomoon_brands-android1:before {
	content: "";
	color: #3ddc84;
}

.icomoon_brands-angellist:before {
	content: "";
}

.icomoon_brands-angular:before {
	content: "";
	color: #dd0031;
}

.icomoon_brands-angularuniversal:before {
	content: "";
	color: #00acc1;
}

.icomoon_brands-ansible:before {
	content: "";
	color: #e00;
}

.icomoon_brands-apache:before {
	content: "";
	color: #d22128;
}

.icomoon_brands-apacheairflow:before {
	content: "";
	color: #007a88;
}

.icomoon_brands-apachecordova:before {
	content: "";
	color: #e8e8e8;
}

.icomoon_brands-apacheflink:before {
	content: "";
	color: #e6526f;
}

.icomoon_brands-apachekafka:before {
	content: "";
}

.icomoon_brands-apachenetbeanside:before {
	content: "";
	color: #1b6ac6;
}

.icomoon_brands-apacheopenoffice:before {
	content: "";
	color: #0e85cd;
}

.icomoon_brands-apacherocketmq:before {
	content: "";
	color: #d77310;
}

.icomoon_brands-apachespark:before {
	content: "";
	color: #e25a1c;
}

.icomoon_brands-apple:before {
	content: "";
	color: #999;
}

.icomoon_brands-applemusic:before {
	content: "";
}

.icomoon_brands-applepay:before {
	content: "";
}

.icomoon_brands-applepodcasts:before {
	content: "";
	color: #93c;
}

.icomoon_brands-appveyor:before {
	content: "";
	color: #00b3e0;
}

.icomoon_brands-aral:before {
	content: "";
	color: #0063cb;
}

.icomoon_brands-archiveofourown:before {
	content: "";
	color: #900;
}

.icomoon_brands-archlinux:before {
	content: "";
	color: #1793d1;
}

.icomoon_brands-arduino:before {
	content: "";
	color: #00979d;
}

.icomoon_brands-artstation:before {
	content: "";
	color: #13aff0;
}

.icomoon_brands-arxiv:before {
	content: "";
	color: #b31b1b;
}

.icomoon_brands-asana:before {
	content: "";
}

.icomoon_brands-asciidoctor:before {
	content: "";
	color: #e40046;
}

.icomoon_brands-at-and-t:before {
	content: "";
	color: #00a8e0;
}

.icomoon_brands-atlassian:before {
	content: "";
	color: #0052cc;
}

.icomoon_brands-atom:before {
	content: "";
	color: #66595c;
}

.icomoon_brands-audi:before {
	content: "";
	color: #bb0a30;
}

.icomoon_brands-audible:before {
	content: "";
	color: #f8991c;
}

.icomoon_brands-aurelia:before {
	content: "";
	color: #ed2b88;
}

.icomoon_brands-auth0:before {
	content: "";
	color: #eb5424;
}

.icomoon_brands-automatic:before {
	content: "";
	color: #7d8084;
}

.icomoon_brands-autotask:before {
	content: "";
	color: #e51937;
}

.icomoon_brands-aventrix:before {
	content: "";
	color: #09d;
}

.icomoon_brands-awesomewm:before {
	content: "";
	color: #535d6c;
}

.icomoon_brands-azureartifacts:before {
	content: "";
	color: #cb2e6d;
}

.icomoon_brands-azuredevops:before {
	content: "";
	color: #0078d7;
}

.icomoon_brands-azurepipelines:before {
	content: "";
	color: #2560e0;
}

.icomoon_brands-babel:before {
	content: "";
	color: #f9dc3e;
}

.icomoon_brands-baidu:before {
	content: "";
	color: #2319dc;
}

.icomoon_brands-bamboo:before {
	content: "";
	color: #0052cc;
}

.icomoon_brands-bancontact:before {
	content: "";
	color: #005498;
}

.icomoon_brands-bandcamp:before {
	content: "";
	color: #408294;
}

.icomoon_brands-bandlab:before {
	content: "";
	color: #dc3710;
}

.icomoon_brands-basecamp1:before {
	content: "";
	color: #5ecc62;
}

.icomoon_brands-bathasu:before {
	content: "";
	color: #00a3e0;
}

.icomoon_brands-beats:before {
	content: "";
	color: #005571;
}

.icomoon_brands-beatsbydre:before {
	content: "";
	color: #e01f3d;
}

.icomoon_brands-behance1:before {
	content: "";
	color: #1769ff;
}

.icomoon_brands-bigcartel:before {
	content: "";
}

.icomoon_brands-bing:before {
	content: "";
	color: #008373;
}

.icomoon_brands-bit:before {
	content: "";
	color: #73398d;
}

.icomoon_brands-bitbucket:before {
	content: "";
	color: #0052cc;
}

.icomoon_brands-bitcoin:before {
	content: "";
	color: #f7931a;
}

.icomoon_brands-bitdefender:before {
	content: "";
	color: #ed1c24;
}

.icomoon_brands-bitly:before {
	content: "";
	color: #ee6123;
}

.icomoon_brands-bitrise:before {
	content: "";
	color: #683d87;
}

.icomoon_brands-blackberry:before {
	content: "";
}

.icomoon_brands-blender:before {
	content: "";
	color: #f5792a;
}

.icomoon_brands-blogger1:before {
	content: "";
	color: #ff5722;
}

.icomoon_brands-bmcsoftware:before {
	content: "";
	color: #fe5000;
}

.icomoon_brands-boeing:before {
	content: "";
	color: #1d439c;
}

.icomoon_brands-boost:before {
	content: "";
	color: #f69220;
}

.icomoon_brands-bootstrap:before {
	content: "";
	color: #563d7c;
}

.icomoon_brands-bower:before {
	content: "";
	color: #ef5734;
}

.icomoon_brands-box:before {
	content: "";
	color: #0061d5;
}

.icomoon_brands-brand-dot-ai:before {
	content: "";
	color: #0aa0ff;
}

.icomoon_brands-brandfolder:before {
	content: "";
	color: #40d1f5;
}

.icomoon_brands-brave:before {
	content: "";
	color: #fb542b;
}

.icomoon_brands-breaker:before {
	content: "";
	color: #003dad;
}

.icomoon_brands-broadcom:before {
	content: "";
	color: #cc092f;
}

.icomoon_brands-buddy:before {
	content: "";
	color: #1a86fd;
}

.icomoon_brands-buffer:before {
	content: "";
	color: #168eea;
}

.icomoon_brands-buymeacoffee:before {
	content: "";
	color: #ff813f;
}

.icomoon_brands-buzzfeed:before {
	content: "";
	color: #e32;
}

.icomoon_brands-c:before {
	content: "";
	color: #a8b9cc;
}

.icomoon_brands-cakephp:before {
	content: "";
	color: #d33c43;
}

.icomoon_brands-campaignmonitor:before {
	content: "";
	color: #509cf6;
}

.icomoon_brands-canva:before {
	content: "";
	color: #00c4cc;
}

.icomoon_brands-cashapp:before {
	content: "";
	color: #00c244;
}

.icomoon_brands-cassandra:before {
	content: "";
	color: #1287b1;
}

.icomoon_brands-castorama:before {
	content: "";
	color: #0078d7;
}

.icomoon_brands-castro:before {
	content: "";
	color: #00b265;
}

.icomoon_brands-centos:before {
	content: "";
	color: #262577;
}

.icomoon_brands-cevo:before {
	content: "";
	color: #1eabe2;
}

.icomoon_brands-chase:before {
	content: "";
	color: #117aca;
}

.icomoon_brands-chef:before {
	content: "";
	color: #f09820;
}

.icomoon_brands-circle:before {
	content: "";
	color: #8669ae;
}

.icomoon_brands-circleci:before {
	content: "";
}

.icomoon_brands-cirrusci:before {
	content: "";
}

.icomoon_brands-cisco:before {
	content: "";
	color: #1ba0d7;
}

.icomoon_brands-civicrm:before {
	content: "";
	color: #81c459;
}

.icomoon_brands-clockify:before {
	content: "";
	color: #03a9f4;
}

.icomoon_brands-clojure:before {
	content: "";
	color: #5881d8;
}

.icomoon_brands-cloudbees:before {
	content: "";
	color: #1997b5;
}

.icomoon_brands-cloudflare:before {
	content: "";
	color: #f38020;
}

.icomoon_brands-cmake:before {
	content: "";
	color: #064f8c;
}

.icomoon_brands-co-op:before {
	content: "";
	color: #00b1e7;
}

.icomoon_brands-codacy:before {
	content: "";
}

.icomoon_brands-codecademy:before {
	content: "";
	color: #1f4056;
}

.icomoon_brands-codechef:before {
	content: "";
	color: #5b4638;
}

.icomoon_brands-codeclimate:before {
	content: "";
}

.icomoon_brands-codecov:before {
	content: "";
	color: #f01f7a;
}

.icomoon_brands-codefactor:before {
	content: "";
	color: #f44a6a;
}

.icomoon_brands-codeforces:before {
	content: "";
	color: #1f8acb;
}

.icomoon_brands-codeigniter:before {
	content: "";
	color: #ee4623;
}

.icomoon_brands-codepen1:before {
	content: "";
}

.icomoon_brands-coderwall:before {
	content: "";
	color: #3e8dcc;
}

.icomoon_brands-codesandbox:before {
	content: "";
}

.icomoon_brands-codeship:before {
	content: "";
	color: #3c4858;
}

.icomoon_brands-codewars:before {
	content: "";
	color: #ad2c27;
}

.icomoon_brands-codio:before {
	content: "";
	color: #4574e0;
}

.icomoon_brands-coffeescript:before {
	content: "";
}

.icomoon_brands-coinbase:before {
	content: "";
	color: #0667d0;
}

.icomoon_brands-commonworkflowlanguage:before {
	content: "";
	color: #b5314c;
}

.icomoon_brands-composer:before {
	content: "";
	color: #885630;
}

.icomoon_brands-compropago:before {
	content: "";
	color: #00aaef;
}

.icomoon_brands-conda-forge:before {
	content: "";
}

.icomoon_brands-conekta:before {
	content: "";
	color: #414959;
}

.icomoon_brands-confluence:before {
	content: "";
}

.icomoon_brands-coronarenderer:before {
	content: "";
	color: #e6502a;
}

.icomoon_brands-coursera:before {
	content: "";
	color: #2a73cc;
}

.icomoon_brands-coveralls:before {
	content: "";
	color: #3f5767;
}

.icomoon_brands-cpanel:before {
	content: "";
	color: #ff6c2c;
}

.icomoon_brands-cplusplus:before {
	content: "";
	color: #00599c;
}

.icomoon_brands-creativecommons:before {
	content: "";
	color: #ef9421;
}

.icomoon_brands-crehana:before {
	content: "";
	color: #4b22f4;
}

.icomoon_brands-crunchbase:before {
	content: "";
	color: #0288d1;
}

.icomoon_brands-crunchyroll:before {
	content: "";
	color: #f47521;
}

.icomoon_brands-cryengine:before {
	content: "";
}

.icomoon_brands-csharp:before {
	content: "";
	color: #239120;
}

.icomoon_brands-css31:before {
	content: "";
	color: #1572b6;
}

.icomoon_brands-csswizardry:before {
	content: "";
	color: #f43059;
}

.icomoon_brands-curl:before {
	content: "";
}

.icomoon_brands-d3-dot-js:before {
	content: "";
	color: #f9a03c;
}

.icomoon_brands-dailymotion:before {
	content: "";
	color: #0066dc;
}

.icomoon_brands-dart:before {
	content: "";
	color: #0175c2;
}

.icomoon_brands-dashlane:before {
	content: "";
	color: #007c97;
}

.icomoon_brands-datacamp:before {
	content: "";
	color: #3ac;
}

.icomoon_brands-dazn:before {
	content: "";
	color: #f8f8f5;
}

.icomoon_brands-dblp:before {
	content: "";
	color: #004f9f;
}

.icomoon_brands-debian:before {
	content: "";
	color: #a81d33;
}

.icomoon_brands-deepin:before {
	content: "";
	color: #007cff;
}

.icomoon_brands-deezer:before {
	content: "";
	color: #feaa2d;
}

.icomoon_brands-delicious1:before {
	content: "";
	color: #39f;
}

.icomoon_brands-deliveroo:before {
	content: "";
	color: #00ccbc;
}

.icomoon_brands-dell:before {
	content: "";
	color: #007db8;
}

.icomoon_brands-deno:before {
	content: "";
}

.icomoon_brands-dependabot:before {
	content: "";
	color: #025e8c;
}

.icomoon_brands-designernews:before {
	content: "";
	color: #2d72d9;
}

.icomoon_brands-dev-dot-to:before {
	content: "";
}

.icomoon_brands-deviantart1:before {
	content: "";
	color: #05cc47;
}

.icomoon_brands-devrant:before {
	content: "";
	color: #f99a66;
}

.icomoon_brands-diaspora:before {
	content: "";
}

.icomoon_brands-digg:before {
	content: "";
}

.icomoon_brands-digitalocean:before {
	content: "";
	color: #0080ff;
}

.icomoon_brands-directus:before {
	content: "";
}

.icomoon_brands-discord:before {
	content: "";
	color: #7289da;
}

.icomoon_brands-discourse:before {
	content: "";
}

.icomoon_brands-discover:before {
	content: "";
	color: #ff6000;
}

.icomoon_brands-disqus:before {
	content: "";
	color: #2e9fff;
}

.icomoon_brands-disroot:before {
	content: "";
	color: #50162d;
}

.icomoon_brands-django:before {
	content: "";
}

.icomoon_brands-dlna:before {
	content: "";
	color: #48a842;
}

.icomoon_brands-docker:before {
	content: "";
	color: #1488c6;
}

.icomoon_brands-docusign:before {
	content: "";
	color: #fc2;
}

.icomoon_brands-dolby:before {
	content: "";
}

.icomoon_brands-dot-net:before {
	content: "";
	color: #5c2d91;
}

.icomoon_brands-draugiem-dot-lv:before {
	content: "";
	color: #f60;
}

.icomoon_brands-dribbble1:before {
	content: "";
	color: #ea4c89;
}

.icomoon_brands-drone:before {
	content: "";
}

.icomoon_brands-dropbox1:before {
	content: "";
	color: #0061ff;
}

.icomoon_brands-drupal:before {
	content: "";
	color: #0678be;
}

.icomoon_brands-dtube:before {
	content: "";
	color: #f00;
}

.icomoon_brands-duckduckgo:before {
	content: "";
	color: #de5833;
}

.icomoon_brands-dunked:before {
	content: "";
	color: #2da9d7;
}

.icomoon_brands-duolingo:before {
	content: "";
	color: #58cc02;
}

.icomoon_brands-dynatrace:before {
	content: "";
	color: #1496ff;
}

.icomoon_brands-ebay:before {
	content: "";
	color: #e53238;
}

.icomoon_brands-eclipseide:before {
	content: "";
	color: #2c2255;
}

.icomoon_brands-elastic:before {
	content: "";
	color: #005571;
}

.icomoon_brands-elasticcloud:before {
	content: "";
	color: #005571;
}

.icomoon_brands-elasticsearch:before {
	content: "";
	color: #005571;
}

.icomoon_brands-elasticstack:before {
	content: "";
	color: #005571;
}

.icomoon_brands-electron:before {
	content: "";
	color: #47848f;
}

.icomoon_brands-elementary:before {
	content: "";
	color: #64baff;
}

.icomoon_brands-eleventy:before {
	content: "";
}

.icomoon_brands-ello1:before {
	content: "";
}

.icomoon_brands-elsevier:before {
	content: "";
	color: #ff6c00;
}

.icomoon_brands-ember-dot-js:before {
	content: "";
	color: #e04e39;
}

.icomoon_brands-emlakjet:before {
	content: "";
	color: #0ae524;
}

.icomoon_brands-empirekred:before {
	content: "";
	color: #72be50;
}

.icomoon_brands-envato:before {
	content: "";
	color: #81b441;
}

.icomoon_brands-epel:before {
	content: "";
	color: #fc0000;
}

.icomoon_brands-epicgames:before {
	content: "";
}

.icomoon_brands-epson:before {
	content: "";
	color: #039;
}

.icomoon_brands-esea:before {
	content: "";
	color: #0e9648;
}

.icomoon_brands-eslint:before {
	content: "";
	color: #4b32c3;
}

.icomoon_brands-ethereum:before {
	content: "";
}

.icomoon_brands-etsy:before {
	content: "";
	color: #f16521;
}

.icomoon_brands-eventbrite:before {
	content: "";
	color: #f05537;
}

.icomoon_brands-eventstore:before {
	content: "";
	color: #5ab552;
}

.icomoon_brands-evernote:before {
	content: "";
	color: #00a82d;
}

.icomoon_brands-everplaces:before {
	content: "";
	color: #fa4b32;
}

.icomoon_brands-evry:before {
	content: "";
	color: #063a54;
}

.icomoon_brands-exercism:before {
	content: "";
	color: #009cab;
}

.icomoon_brands-expertsexchange:before {
	content: "";
	color: #00aae7;
}

.icomoon_brands-expo:before {
	content: "";
}

.icomoon_brands-eyeem:before {
	content: "";
}

.icomoon_brands-f-droid:before {
	content: "";
	color: #1976d2;
}

.icomoon_brands-f-secure:before {
	content: "";
	color: #00baff;
}

.icomoon_brands-facebook1:before {
	content: "";
	color: #1877f2;
}

.icomoon_brands-faceit:before {
	content: "";
	color: #f50;
}

.icomoon_brands-fandango:before {
	content: "";
	color: #ff7300;
}

.icomoon_brands-favro:before {
	content: "";
	color: #512da8;
}

.icomoon_brands-feathub:before {
	content: "";
	color: #9b9b9b;
}

.icomoon_brands-fedora:before {
	content: "";
	color: #294172;
}

.icomoon_brands-feedly:before {
	content: "";
	color: #2bb24c;
}

.icomoon_brands-fidoalliance:before {
	content: "";
	color: #ffbf3b;
}

.icomoon_brands-figma:before {
	content: "";
	color: #f24e1e;
}

.icomoon_brands-filezilla:before {
	content: "";
	color: #bf0000;
}

.icomoon_brands-firebase:before {
	content: "";
	color: #ffca28;
}

.icomoon_brands-fitbit:before {
	content: "";
	color: #00b0b9;
}

.icomoon_brands-fiverr:before {
	content: "";
	color: #1dbf73;
}

.icomoon_brands-flask:before {
	content: "";
}

.icomoon_brands-flattr1:before {
	content: "";
}

.icomoon_brands-flickr1:before {
	content: "";
	color: #0063dc;
}

.icomoon_brands-flipboard:before {
	content: "";
	color: #e12828;
}

.icomoon_brands-floatplane:before {
	content: "";
	color: #00aeef;
}

.icomoon_brands-flutter:before {
	content: "";
	color: #02569b;
}

.icomoon_brands-fnac:before {
	content: "";
	color: #e1a925;
}

.icomoon_brands-formstack:before {
	content: "";
	color: #21b573;
}

.icomoon_brands-fossa:before {
	content: "";
	color: #90a1b8;
}

.icomoon_brands-fossilscm:before {
	content: "";
	color: #548294;
}

.icomoon_brands-foursquare1:before {
	content: "";
	color: #f94877;
}

.icomoon_brands-framer:before {
	content: "";
	color: #05f;
}

.icomoon_brands-freebsd:before {
	content: "";
	color: #ab2b28;
}

.icomoon_brands-freecodecamp:before {
	content: "";
	color: #006400;
}

.icomoon_brands-fujifilm:before {
	content: "";
	color: #ed1a3a;
}

.icomoon_brands-fujitsu:before {
	content: "";
	color: #f00;
}

.icomoon_brands-furaffinity:before {
	content: "";
	color: #faaf3a;
}

.icomoon_brands-furrynetwork:before {
	content: "";
	color: #2e75b4;
}

.icomoon_brands-garmin:before {
	content: "";
	color: #007cc3;
}

.icomoon_brands-gatsby:before {
	content: "";
	color: #639;
}

.icomoon_brands-gauges:before {
	content: "";
	color: #2fa66a;
}

.icomoon_brands-genius:before {
	content: "";
	color: #ffff64;
}

.icomoon_brands-gentoo:before {
	content: "";
	color: #54487a;
}

.icomoon_brands-geocaching:before {
	content: "";
	color: #00874d;
}

.icomoon_brands-gerrit:before {
	content: "";
	color: #eee;
}

.icomoon_brands-ghost:before {
	content: "";
	color: #738a94;
}

.icomoon_brands-gimp:before {
	content: "";
	color: #5c5543;
}

.icomoon_brands-git1:before {
	content: "";
	color: #f05032;
}

.icomoon_brands-gitea:before {
	content: "";
	color: #609926;
}

.icomoon_brands-github1:before {
	content: "";
}

.icomoon_brands-gitlab:before {
	content: "";
	color: #fca121;
}

.icomoon_brands-gitpod:before {
	content: "";
	color: #1aa6e4;
}

.icomoon_brands-gitter:before {
	content: "";
	color: #ed1965;
}

.icomoon_brands-glassdoor:before {
	content: "";
	color: #0caa41;
}

.icomoon_brands-glitch:before {
	content: "";
	color: #33f;
}

.icomoon_brands-gmail:before {
	content: "";
	color: #d14836;
}

.icomoon_brands-gnome:before {
	content: "";
	color: #4a86cf;
}

.icomoon_brands-gnu:before {
	content: "";
	color: #a42e2b;
}

.icomoon_brands-gnuicecat:before {
	content: "";
	color: #002f5b;
}

.icomoon_brands-gnuprivacyguard:before {
	content: "";
	color: #0093dd;
}

.icomoon_brands-gnusocial:before {
	content: "";
	color: #a22430;
}

.icomoon_brands-go:before {
	content: "";
	color: #00add8;
}

.icomoon_brands-godotengine:before {
	content: "";
	color: #478cbf;
}

.icomoon_brands-gog-dot-com:before {
	content: "";
	color: #86328a;
}

.icomoon_brands-goldenline:before {
	content: "";
	color: #f1b92b;
}

.icomoon_brands-goodreads:before {
	content: "";
	color: #630;
}

.icomoon_brands-google1:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googleads:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googleanalytics:before {
	content: "";
	color: #ffc107;
}

.icomoon_brands-googlechrome:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googlecloud:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googledrive:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googlehangouts:before {
	content: "";
	color: #0c9d58;
}

.icomoon_brands-googlehangoutschat:before {
	content: "";
	color: #00897b;
}

.icomoon_brands-googlekeep:before {
	content: "";
	color: #fb0;
}

.icomoon_brands-googlepay:before {
	content: "";
	color: #5f6368;
}

.icomoon_brands-googleplay:before {
	content: "";
	color: #607d8b;
}

.icomoon_brands-googlepodcasts:before {
	content: "";
	color: #4285f4;
}

.icomoon_brands-googlescholar:before {
	content: "";
	color: #4885ed;
}

.icomoon_brands-googlesearchconsole:before {
	content: "";
	color: #458cf5;
}

.icomoon_brands-gov-dot-uk:before {
	content: "";
	color: #005ea5;
}

.icomoon_brands-gradle:before {
	content: "";
}

.icomoon_brands-grafana:before {
	content: "";
	color: #f46800;
}

.icomoon_brands-graphcool:before {
	content: "";
	color: #27ae60;
}

.icomoon_brands-graphql:before {
	content: "";
	color: #e10098;
}

.icomoon_brands-grav:before {
	content: "";
}

.icomoon_brands-gravatar:before {
	content: "";
	color: #1e8cbe;
}

.icomoon_brands-greenkeeper:before {
	content: "";
	color: #00c775;
}

.icomoon_brands-greensock:before {
	content: "";
	color: #88ce02;
}

.icomoon_brands-groovy:before {
	content: "";
	color: #4298b8;
}

.icomoon_brands-groupon:before {
	content: "";
	color: #53a318;
}

.icomoon_brands-gulp:before {
	content: "";
	color: #da4648;
}

.icomoon_brands-gumroad:before {
	content: "";
	color: #36a9ae;
}

.icomoon_brands-gumtree:before {
	content: "";
	color: #72ef36;
}

.icomoon_brands-gutenberg:before {
	content: "";
}

.icomoon_brands-habr:before {
	content: "";
	color: #77a2b6;
}

.icomoon_brands-hackaday:before {
	content: "";
}

.icomoon_brands-hackerearth:before {
	content: "";
	color: #323754;
}

.icomoon_brands-hackerone:before {
	content: "";
	color: #494649;
}

.icomoon_brands-hackerrank:before {
	content: "";
	color: #2ec866;
}

.icomoon_brands-hackhands:before {
	content: "";
	color: #00acbd;
}

.icomoon_brands-hackster:before {
	content: "";
	color: #1bacf7;
}

.icomoon_brands-happycow:before {
	content: "";
	color: #7c4ec4;
}

.icomoon_brands-hashnode:before {
	content: "";
	color: #2962ff;
}

.icomoon_brands-haskell:before {
	content: "";
	color: #5d4f85;
}

.icomoon_brands-hatenabookmark:before {
	content: "";
	color: #00a4de;
}

.icomoon_brands-haxe:before {
	content: "";
	color: #ea8220;
}

.icomoon_brands-helm:before {
	content: "";
	color: #277a9f;
}

.icomoon_brands-here:before {
	content: "";
	color: #48dad0;
}

.icomoon_brands-heroku:before {
	content: "";
	color: #430098;
}

.icomoon_brands-hexo:before {
	content: "";
	color: #0e83cd;
}

.icomoon_brands-highly:before {
	content: "";
	color: #ff3c00;
}

.icomoon_brands-hipchat:before {
	content: "";
	color: #0052cc;
}

.icomoon_brands-hitachi:before {
	content: "";
	color: #e60027;
}

.icomoon_brands-hockeyapp:before {
	content: "";
	color: #009ee1;
}

.icomoon_brands-homeassistant:before {
	content: "";
	color: #41bdf5;
}

.icomoon_brands-homify:before {
	content: "";
	color: #7dcda3;
}

.icomoon_brands-hootsuite:before {
	content: "";
}

.icomoon_brands-houzz:before {
	content: "";
	color: #4dbc15;
}

.icomoon_brands-hp:before {
	content: "";
	color: #0096d6;
}

.icomoon_brands-html5:before {
	content: "";
	color: #e34f26;
}

.icomoon_brands-htmlacademy:before {
	content: "";
	color: #302683;
}

.icomoon_brands-huawei:before {
	content: "";
	color: #f00;
}

.icomoon_brands-hubspot:before {
	content: "";
	color: #ff7a59;
}

.icomoon_brands-hulu:before {
	content: "";
	color: #3dbb3d;
}

.icomoon_brands-humblebundle:before {
	content: "";
	color: #cc2929;
}

.icomoon_brands-hurriyetemlak:before {
	content: "";
	color: #e02826;
}

.icomoon_brands-hypothesis:before {
	content: "";
	color: #bd1c2b;
}

.icomoon_brands-iata:before {
	content: "";
	color: #004e81;
}

.icomoon_brands-ibm:before {
	content: "";
	color: #054ada;
}

.icomoon_brands-icloud:before {
	content: "";
	color: #3693f3;
}

.icomoon_brands-icomoon:before {
	content: "";
	color: #825794;
}

.icomoon_brands-icon:before {
	content: "";
	color: #31b8bb;
}

.icomoon_brands-iconjar:before {
	content: "";
	color: #16a5f3;
}

.icomoon_brands-icq:before {
	content: "";
	color: #7ebd00;
}

.icomoon_brands-ideal:before {
	content: "";
	color: #c06;
}

.icomoon_brands-ifixit:before {
	content: "";
	color: #0071ce;
}

.icomoon_brands-imdb:before {
	content: "";
	color: #e6b91e;
}

.icomoon_brands-imgur:before {
	content: "";
	color: #1bb76e;
}

.icomoon_brands-indeed:before {
	content: "";
	color: #2164f3;
}

.icomoon_brands-influxdb:before {
	content: "";
	color: #22adf6;
}

.icomoon_brands-inkscape:before {
	content: "";
}

.icomoon_brands-instacart:before {
	content: "";
	color: #43b02a;
}

.icomoon_brands-instagram1:before {
	content: "";
	color: #e4405f;
}

.icomoon_brands-instapaper:before {
	content: "";
}

.icomoon_brands-intel:before {
	content: "";
	color: #0071c5;
}

.icomoon_brands-intellijidea:before {
	content: "";
}

.icomoon_brands-intercom:before {
	content: "";
	color: #1f8ded;
}

.icomoon_brands-internetarchive:before {
	content: "";
}

.icomoon_brands-internetexplorer:before {
	content: "";
	color: #0076d6;
}

.icomoon_brands-invision:before {
	content: "";
	color: #f36;
}

.icomoon_brands-invoiceninja:before {
	content: "";
}

.icomoon_brands-ionic:before {
	content: "";
	color: #3880ff;
}

.icomoon_brands-ios:before {
	content: "";
}

.icomoon_brands-ipfs:before {
	content: "";
	color: #65c2cb;
}

.icomoon_brands-issuu:before {
	content: "";
	color: #f36d5d;
}

.icomoon_brands-itch-dot-io:before {
	content: "";
	color: #fa5c5c;
}

.icomoon_brands-itunes:before {
	content: "";
	color: #fb5bc5;
}

.icomoon_brands-jabber:before {
	content: "";
	color: #c00;
}

.icomoon_brands-java:before {
	content: "";
	color: #007396;
}

.icomoon_brands-javascript:before {
	content: "";
	color: #f7df1e;
}

.icomoon_brands-jekyll:before {
	content: "";
	color: #c00;
}

.icomoon_brands-jenkins:before {
	content: "";
	color: #d24939;
}

.icomoon_brands-jest:before {
	content: "";
	color: #c21325;
}

.icomoon_brands-jet:before {
	content: "";
	color: #fbba00;
}

.icomoon_brands-jetbrains:before {
	content: "";
}

.icomoon_brands-jinja:before {
	content: "";
	color: #b41717;
}

.icomoon_brands-jira:before {
	content: "";
}

.icomoon_brands-joomla1:before {
	content: "";
	color: #5091cd;
}

.icomoon_brands-jquery:before {
	content: "";
	color: #0769ad;
}

.icomoon_brands-jsdelivr:before {
	content: "";
	color: #e84d3d;
}

.icomoon_brands-jsfiddle:before {
	content: "";
	color: #4679a4;
}

.icomoon_brands-json:before {
	content: "";
}

.icomoon_brands-jupyter:before {
	content: "";
	color: #f37626;
}

.icomoon_brands-justgiving:before {
	content: "";
	color: #ad29b6;
}

.icomoon_brands-kaggle:before {
	content: "";
	color: #20beff;
}

.icomoon_brands-kaios:before {
	content: "";
	color: #6f02b5;
}

.icomoon_brands-kaspersky:before {
	content: "";
	color: #009982;
}

.icomoon_brands-kentico:before {
	content: "";
	color: #f05a22;
}

.icomoon_brands-keras:before {
	content: "";
	color: #d00000;
}

.icomoon_brands-keybase:before {
	content: "";
	color: #33a0ff;
}

.icomoon_brands-keycdn:before {
	content: "";
	color: #3686be;
}

.icomoon_brands-khanacademy:before {
	content: "";
	color: #14bf96;
}

.icomoon_brands-kibana:before {
	content: "";
	color: #005571;
}

.icomoon_brands-kickstarter:before {
	content: "";
	color: #2bde73;
}

.icomoon_brands-kik:before {
	content: "";
	color: #82bc23;
}

.icomoon_brands-kirby:before {
	content: "";
	color: #ff0100;
}

.icomoon_brands-klout:before {
	content: "";
	color: #e44600;
}

.icomoon_brands-known:before {
	content: "";
}

.icomoon_brands-ko-fi:before {
	content: "";
	color: #f16061;
}

.icomoon_brands-kodi:before {
	content: "";
	color: #17b2e7;
}

.icomoon_brands-koding:before {
	content: "";
	color: #00b057;
}

.icomoon_brands-kotlin:before {
	content: "";
	color: #0095d5;
}

.icomoon_brands-krita:before {
	content: "";
	color: #3babff;
}

.icomoon_brands-kubernetes:before {
	content: "";
	color: #326ce5;
}

.icomoon_brands-laravel:before {
	content: "";
	color: #ff2d20;
}

.icomoon_brands-laravelhorizon:before {
	content: "";
	color: #405263;
}

.icomoon_brands-laravelnova:before {
	content: "";
}

.icomoon_brands-last-dot-fm:before {
	content: "";
	color: #d51007;
}

.icomoon_brands-lastpass:before {
	content: "";
	color: #d32d27;
}

.icomoon_brands-latex:before {
	content: "";
	color: #008080;
}

.icomoon_brands-launchpad:before {
	content: "";
	color: #f8c300;
}

.icomoon_brands-leetcode:before {
	content: "";
	color: #f89f1b;
}

.icomoon_brands-lenovo:before {
	content: "";
	color: #e2231a;
}

.icomoon_brands-letsencrypt:before {
	content: "";
	color: #003a70;
}

.icomoon_brands-letterboxd:before {
	content: "";
	color: #00d735;
}

.icomoon_brands-lgtm:before {
	content: "";
	color: #fff;
}

.icomoon_brands-liberapay:before {
	content: "";
	color: #f6c915;
}

.icomoon_brands-librarything:before {
	content: "";
}

.icomoon_brands-libreoffice1:before {
	content: "";
	color: #18a303;
}

.icomoon_brands-line:before {
	content: "";
	color: #00c300;
}

.icomoon_brands-linewebtoon:before {
	content: "";
	color: #00d564;
}

.icomoon_brands-linkedin1:before {
	content: "";
	color: #0077b5;
}

.icomoon_brands-linode:before {
	content: "";
	color: #00a95c;
}

.icomoon_brands-linux:before {
	content: "";
	color: #fcc624;
}

.icomoon_brands-linuxfoundation:before {
	content: "";
	color: #009bee;
}

.icomoon_brands-linuxmint:before {
	content: "";
	color: #87cf3e;
}

.icomoon_brands-livejournal:before {
	content: "";
	color: #00b0ea;
}

.icomoon_brands-livestream:before {
	content: "";
	color: #cf202e;
}

.icomoon_brands-llvm:before {
	content: "";
}

.icomoon_brands-logstash:before {
	content: "";
	color: #005571;
}

.icomoon_brands-loop1:before {
	content: "";
	color: #f29400;
}

.icomoon_brands-lua:before {
	content: "";
	color: #2c2d72;
}

.icomoon_brands-lufthansa:before {
	content: "";
	color: #05164d;
}

.icomoon_brands-lumen:before {
	content: "";
	color: #e74430;
}

.icomoon_brands-lyft:before {
	content: "";
	color: #ff00bf;
}

.icomoon_brands-macys:before {
	content: "";
	color: #e21a2c;
}

.icomoon_brands-magento:before {
	content: "";
	color: #ee672f;
}

.icomoon_brands-magisk:before {
	content: "";
	color: #00af9c;
}

.icomoon_brands-mail-dot-ru:before {
	content: "";
	color: #168de2;
}

.icomoon_brands-mailchimp:before {
	content: "";
	color: #ffe01b;
}

.icomoon_brands-makerbot:before {
	content: "";
	color: #ff1e0d;
}

.icomoon_brands-manageiq:before {
	content: "";
	color: #ef2929;
}

.icomoon_brands-manjaro:before {
	content: "";
	color: #35bf5c;
}

.icomoon_brands-mapbox:before {
	content: "";
}

.icomoon_brands-markdown:before {
	content: "";
}

.icomoon_brands-marketo:before {
	content: "";
	color: #5c4c9f;
}

.icomoon_brands-mastercard:before {
	content: "";
	color: #eb001b;
}

.icomoon_brands-mastodon:before {
	content: "";
	color: #3088d4;
}

.icomoon_brands-materialdesign:before {
	content: "";
	color: #757575;
}

.icomoon_brands-mathworks:before {
	content: "";
	color: #0076a8;
}

.icomoon_brands-matrix:before {
	content: "";
}

.icomoon_brands-mattermost:before {
	content: "";
	color: #0072c6;
}

.icomoon_brands-matternet:before {
	content: "";
}

.icomoon_brands-mcafee:before {
	content: "";
	color: #c01818;
}

.icomoon_brands-mdnwebdocs:before {
	content: "";
}

.icomoon_brands-mediafire:before {
	content: "";
	color: #1299f3;
}

.icomoon_brands-mediatemple:before {
	content: "";
}

.icomoon_brands-medium:before {
	content: "";
}

.icomoon_brands-meetup:before {
	content: "";
	color: #ed1c40;
}

.icomoon_brands-mega:before {
	content: "";
	color: #d9272e;
}

.icomoon_brands-mendeley:before {
	content: "";
	color: #9d1620;
}

.icomoon_brands-mercedes:before {
	content: "";
}

.icomoon_brands-messenger:before {
	content: "";
	color: #00b2ff;
}

.icomoon_brands-meteor:before {
	content: "";
	color: #de4f4f;
}

.icomoon_brands-micro-dot-blog:before {
	content: "";
	color: #fd8308;
}

.icomoon_brands-microgenetics:before {
	content: "";
	color: #f00;
}

.icomoon_brands-microsoft:before {
	content: "";
	color: #666;
}

.icomoon_brands-microsoftaccess:before {
	content: "";
	color: #ba141a;
}

.icomoon_brands-microsoftazure:before {
	content: "";
	color: #0089d6;
}

.icomoon_brands-microsoftedge:before {
	content: "";
	color: #0078d7;
}

.icomoon_brands-microsoftexcel:before {
	content: "";
	color: #217346;
}

.icomoon_brands-microsoftoffice:before {
	content: "";
	color: #e74025;
}

.icomoon_brands-microsoftonedrive:before {
	content: "";
	color: #094ab2;
}

.icomoon_brands-microsoftonenote:before {
	content: "";
	color: #80397b;
}

.icomoon_brands-microsoftoutlook:before {
	content: "";
	color: #0072c6;
}

.icomoon_brands-microsoftpowerpoint:before {
	content: "";
	color: #d24726;
}

.icomoon_brands-microsoftteams:before {
	content: "";
	color: #6264a7;
}

.icomoon_brands-microsoftword:before {
	content: "";
	color: #2b579a;
}

.icomoon_brands-microstrategy:before {
	content: "";
	color: #d9232e;
}

.icomoon_brands-minds:before {
	content: "";
	color: #fed12f;
}

.icomoon_brands-minetest:before {
	content: "";
	color: #53ac56;
}

.icomoon_brands-minutemailer:before {
	content: "";
	color: #3abfe6;
}

.icomoon_brands-mix:before {
	content: "";
	color: #ff8126;
}

.icomoon_brands-mixcloud:before {
	content: "";
	color: #314359;
}

.icomoon_brands-mixer:before {
	content: "";
	color: #002050;
}

.icomoon_brands-mojang:before {
	content: "";
	color: #db1f29;
}

.icomoon_brands-monero:before {
	content: "";
	color: #f60;
}

.icomoon_brands-mongodb:before {
	content: "";
	color: #47a248;
}

.icomoon_brands-monkeytie:before {
	content: "";
	color: #ffc619;
}

.icomoon_brands-monogram:before {
	content: "";
	color: #fdb22a;
}

.icomoon_brands-monster:before {
	content: "";
	color: #6e46ae;
}

.icomoon_brands-monzo:before {
	content: "";
}

.icomoon_brands-moo:before {
	content: "";
	color: #00945e;
}

.icomoon_brands-mozilla:before {
	content: "";
}

.icomoon_brands-mozillafirefox:before {
	content: "";
	color: #ff7139;
}

.icomoon_brands-musescore:before {
	content: "";
	color: #1a70b8;
}

.icomoon_brands-mxlinux:before {
	content: "";
}

.icomoon_brands-myspace:before {
	content: "";
}

.icomoon_brands-mysql:before {
	content: "";
	color: #4479a1;
}

.icomoon_brands-nativescript:before {
	content: "";
	color: #3655ff;
}

.icomoon_brands-nec:before {
	content: "";
	color: #1414a0;
}

.icomoon_brands-neo4j:before {
	content: "";
	color: #008cc1;
}

.icomoon_brands-netflix:before {
	content: "";
	color: #e50914;
}

.icomoon_brands-netlify:before {
	content: "";
	color: #00c7b7;
}

.icomoon_brands-next-dot-js:before {
	content: "";
}

.icomoon_brands-nextcloud:before {
	content: "";
	color: #0082c9;
}

.icomoon_brands-nextdoor:before {
	content: "";
	color: #00b246;
}

.icomoon_brands-nginx:before {
	content: "";
	color: #269539;
}

.icomoon_brands-nim:before {
	content: "";
	color: #ffe953;
}

.icomoon_brands-nintendo:before {
	content: "";
	color: #8f8f8f;
}

.icomoon_brands-nintendo3ds:before {
	content: "";
	color: #d12228;
}

.icomoon_brands-nintendogamecube:before {
	content: "";
	color: #6a5fbb;
}

.icomoon_brands-nintendoswitch:before {
	content: "";
	color: #e60012;
}

.icomoon_brands-node-dot-js:before {
	content: "";
	color: #393;
}

.icomoon_brands-node-red:before {
	content: "";
	color: #8f0000;
}

.icomoon_brands-nodemon:before {
	content: "";
	color: #76d04b;
}

.icomoon_brands-nokia:before {
	content: "";
	color: #124191;
}

.icomoon_brands-notion:before {
	content: "";
}

.icomoon_brands-notist:before {
	content: "";
}

.icomoon_brands-npm1:before {
	content: "";
	color: #cb3837;
}

.icomoon_brands-nucleo:before {
	content: "";
	color: #766dcc;
}

.icomoon_brands-nuget:before {
	content: "";
	color: #004880;
}

.icomoon_brands-nutanix:before {
	content: "";
	color: #024da1;
}

.icomoon_brands-nuxt-dot-js:before {
	content: "";
	color: #00c58e;
}

.icomoon_brands-nvidia:before {
	content: "";
	color: #76b900;
}

.icomoon_brands-obsstudio:before {
	content: "";
}

.icomoon_brands-ocaml:before {
	content: "";
	color: #ec6813;
}

.icomoon_brands-octave:before {
	content: "";
	color: #0790c0;
}

.icomoon_brands-octopusdeploy:before {
	content: "";
	color: #2f93e0;
}

.icomoon_brands-oculus:before {
	content: "";
}

.icomoon_brands-odnoklassniki:before {
	content: "";
	color: #f4731c;
}

.icomoon_brands-openaccess:before {
	content: "";
	color: #f68212;
}

.icomoon_brands-openapiinitiative:before {
	content: "";
	color: #6ba539;
}

.icomoon_brands-opencollective:before {
	content: "";
	color: #7fadf2;
}

.icomoon_brands-openid:before {
	content: "";
	color: #f78c40;
}

.icomoon_brands-opensourceinitiative:before {
	content: "";
	color: #3da639;
}

.icomoon_brands-openssl:before {
	content: "";
	color: #721412;
}

.icomoon_brands-openstreetmap:before {
	content: "";
	color: #7ebc6f;
}

.icomoon_brands-opensuse:before {
	content: "";
	color: #73ba25;
}

.icomoon_brands-openvpn:before {
	content: "";
	color: #ea7e20;
}

.icomoon_brands-opera1:before {
	content: "";
	color: #ff1b2d;
}

.icomoon_brands-opsgenie:before {
	content: "";
}

.icomoon_brands-oracle:before {
	content: "";
	color: #f80000;
}

.icomoon_brands-orcid:before {
	content: "";
	color: #a6ce39;
}

.icomoon_brands-origin:before {
	content: "";
	color: #f56c2d;
}

.icomoon_brands-osmc:before {
	content: "";
}

.icomoon_brands-overcast:before {
	content: "";
	color: #fc7e0f;
}

.icomoon_brands-overleaf:before {
	content: "";
	color: #47a141;
}

.icomoon_brands-ovh:before {
	content: "";
	color: #123f6d;
}

.icomoon_brands-pagekit:before {
	content: "";
}

.icomoon_brands-palantir:before {
	content: "";
}

.icomoon_brands-paloaltosoftware:before {
	content: "";
	color: #83da77;
}

.icomoon_brands-pandora:before {
	content: "";
	color: #005483;
}

.icomoon_brands-pantheon:before {
	content: "";
	color: #efd01b;
}

.icomoon_brands-parse-dot-ly:before {
	content: "";
	color: #5ba745;
}

.icomoon_brands-pastebin:before {
	content: "";
	color: #02456c;
}

.icomoon_brands-patreon:before {
	content: "";
	color: #f96854;
}

.icomoon_brands-paypal1:before {
	content: "";
	color: #00457c;
}

.icomoon_brands-peertube:before {
	content: "";
	color: #f1680d;
}

.icomoon_brands-periscope:before {
	content: "";
	color: #40a4c4;
}

.icomoon_brands-php:before {
	content: "";
	color: #777bb4;
}

.icomoon_brands-pi-hole:before {
	content: "";
	color: #f60d1a;
}

.icomoon_brands-picarto-dot-tv:before {
	content: "";
	color: #1da456;
}

.icomoon_brands-pinboard:before {
	content: "";
	color: #00f;
}

.icomoon_brands-pingdom:before {
	content: "";
	color: #fff000;
}

.icomoon_brands-pingup:before {
	content: "";
	color: #00b1ab;
}

.icomoon_brands-pinterest1:before {
	content: "";
	color: #bd081c;
}

.icomoon_brands-pivotaltracker:before {
	content: "";
	color: #517a9e;
}

.icomoon_brands-pjsip:before {
	content: "";
	color: #f86001;
}

.icomoon_brands-plangrid:before {
	content: "";
	color: #0085de;
}

.icomoon_brands-player-dot-me:before {
	content: "";
	color: #c0379a;
}

.icomoon_brands-playerfm:before {
	content: "";
	color: #c8122a;
}

.icomoon_brands-playstation:before {
	content: "";
	color: #003791;
}

.icomoon_brands-playstation3:before {
	content: "";
	color: #003791;
}

.icomoon_brands-playstation4:before {
	content: "";
	color: #003791;
}

.icomoon_brands-plesk:before {
	content: "";
	color: #52bbe6;
}

.icomoon_brands-plex:before {
	content: "";
	color: #e5a00d;
}

.icomoon_brands-pluralsight:before {
	content: "";
	color: #f15b2a;
}

.icomoon_brands-plurk:before {
	content: "";
	color: #ff574d;
}

.icomoon_brands-pocket:before {
	content: "";
	color: #ef3f56;
}

.icomoon_brands-pocketcasts:before {
	content: "";
	color: #f43e37;
}

.icomoon_brands-postgresql:before {
	content: "";
	color: #336791;
}

.icomoon_brands-postman:before {
	content: "";
	color: #ff6c37;
}

.icomoon_brands-postwoman:before {
	content: "";
	color: #50fa7b;
}

.icomoon_brands-powershell:before {
	content: "";
	color: #5391fe;
}

.icomoon_brands-prestashop:before {
	content: "";
	color: #df0067;
}

.icomoon_brands-prettier:before {
	content: "";
	color: #f7b93e;
}

.icomoon_brands-prismic:before {
	content: "";
	color: #484a7a;
}

.icomoon_brands-probot:before {
	content: "";
	color: #00b0d8;
}

.icomoon_brands-processwire:before {
	content: "";
	color: #ef145f;
}

.icomoon_brands-producthunt:before {
	content: "";
	color: #da552f;
}

.icomoon_brands-prometheus:before {
	content: "";
	color: #e6522c;
}

.icomoon_brands-proto-dot-io:before {
	content: "";
	color: #34a7c1;
}

.icomoon_brands-protonmail:before {
	content: "";
	color: #8b89cc;
}

.icomoon_brands-proxmox:before {
	content: "";
	color: #e57000;
}

.icomoon_brands-publons:before {
	content: "";
	color: #369;
}

.icomoon_brands-purescript:before {
	content: "";
}

.icomoon_brands-pypi:before {
	content: "";
	color: #3775a9;
}

.icomoon_brands-python:before {
	content: "";
	color: #3776ab;
}

.icomoon_brands-pytorch:before {
	content: "";
	color: #ee4c2c;
}

.icomoon_brands-pyup:before {
	content: "";
	color: #9f55ff;
}

.icomoon_brands-qemu:before {
	content: "";
	color: #f60;
}

.icomoon_brands-qgis:before {
	content: "";
	color: #589632;
}

.icomoon_brands-qiita:before {
	content: "";
	color: #55c500;
}

.icomoon_brands-qualcomm:before {
	content: "";
	color: #3253dc;
}

.icomoon_brands-quantcast:before {
	content: "";
}

.icomoon_brands-quantopian:before {
	content: "";
	color: #c50000;
}

.icomoon_brands-quarkus:before {
	content: "";
	color: #4695eb;
}

.icomoon_brands-quicktime:before {
	content: "";
	color: #1c69f0;
}

.icomoon_brands-quip:before {
	content: "";
	color: #f27557;
}

.icomoon_brands-quora:before {
	content: "";
	color: #b92b27;
}

.icomoon_brands-qwiklabs:before {
	content: "";
	color: #f5cd0e;
}

.icomoon_brands-qzone:before {
	content: "";
	color: #fece00;
}

.icomoon_brands-r:before {
	content: "";
	color: #276dc3;
}

.icomoon_brands-rabbitmq:before {
	content: "";
	color: #f60;
}

.icomoon_brands-radiopublic:before {
	content: "";
	color: #ce262f;
}

.icomoon_brands-rails:before {
	content: "";
	color: #c00;
}

.icomoon_brands-raspberrypi:before {
	content: "";
	color: #c51a4a;
}

.icomoon_brands-react:before {
	content: "";
	color: #61dafb;
}

.icomoon_brands-reactos:before {
	content: "";
	color: #08c;
}

.icomoon_brands-reactrouter:before {
	content: "";
	color: #ca4245;
}

.icomoon_brands-readthedocs:before {
	content: "";
	color: #8ca1af;
}

.icomoon_brands-realm:before {
	content: "";
	color: #39477f;
}

.icomoon_brands-reason:before {
	content: "";
	color: #dd4b39;
}

.icomoon_brands-reasonstudios:before {
	content: "";
	color: #fff;
}

.icomoon_brands-redbubble:before {
	content: "";
	color: #e41321;
}

.icomoon_brands-reddit1:before {
	content: "";
	color: #ff4500;
}

.icomoon_brands-redhat:before {
	content: "";
	color: #e00;
}

.icomoon_brands-redis:before {
	content: "";
	color: #d82c20;
}

.icomoon_brands-redux:before {
	content: "";
	color: #764abc;
}

.icomoon_brands-renren1:before {
	content: "";
	color: #217dc6;
}

.icomoon_brands-repl-dot-it:before {
	content: "";
	color: #667881;
}

.icomoon_brands-researchgate:before {
	content: "";
	color: #0cb;
}

.icomoon_brands-reverbnation:before {
	content: "";
	color: #e43526;
}

.icomoon_brands-riot:before {
	content: "";
	color: #368bd6;
}

.icomoon_brands-ripple:before {
	content: "";
	color: #0085c0;
}

.icomoon_brands-riseup:before {
	content: "";
	color: #5e9ee3;
}

.icomoon_brands-rollup-dot-js:before {
	content: "";
	color: #ec4a3f;
}

.icomoon_brands-roots:before {
	content: "";
	color: #525ddc;
}

.icomoon_brands-roundcube:before {
	content: "";
	color: #37beff;
}

.icomoon_brands-rss1:before {
	content: "";
	color: #ffa500;
}

.icomoon_brands-rstudio:before {
	content: "";
	color: #75aadb;
}

.icomoon_brands-ruby:before {
	content: "";
	color: #cc342d;
}

.icomoon_brands-rubygems:before {
	content: "";
	color: #e9573f;
}

.icomoon_brands-runkeeper:before {
	content: "";
	color: #2dc9d7;
}

.icomoon_brands-rust:before {
	content: "";
}

.icomoon_brands-safari1:before {
	content: "";
}

.icomoon_brands-sahibinden:before {
	content: "";
	color: #ffe800;
}

.icomoon_brands-salesforce:before {
	content: "";
	color: #00a1e0;
}

.icomoon_brands-saltstack:before {
	content: "";
	color: #00eace;
}

.icomoon_brands-samsung:before {
	content: "";
	color: #1428a0;
}

.icomoon_brands-samsungpay:before {
	content: "";
	color: #1428a0;
}

.icomoon_brands-sap:before {
	content: "";
	color: #008fd3;
}

.icomoon_brands-sass:before {
	content: "";
	color: #c69;
}

.icomoon_brands-saucelabs:before {
	content: "";
	color: #e2231a;
}

.icomoon_brands-scala:before {
	content: "";
	color: #dc322f;
}

.icomoon_brands-scaleway:before {
	content: "";
	color: #4f0599;
}

.icomoon_brands-scribd:before {
	content: "";
	color: #1a7bba;
}

.icomoon_brands-scrutinizerci:before {
	content: "";
	color: #8a9296;
}

.icomoon_brands-seagate:before {
	content: "";
	color: #72be4f;
}

.icomoon_brands-sega:before {
	content: "";
	color: #0089cf;
}

.icomoon_brands-sellfy:before {
	content: "";
	color: #21b352;
}

.icomoon_brands-semaphoreci:before {
	content: "";
	color: #19a974;
}

.icomoon_brands-sensu:before {
	content: "";
	color: #89c967;
}

.icomoon_brands-sentry:before {
	content: "";
	color: #fb4226;
}

.icomoon_brands-serverfault:before {
	content: "";
	color: #e7282d;
}

.icomoon_brands-shazam:before {
	content: "";
	color: #08f;
}

.icomoon_brands-shell:before {
	content: "";
	color: #ffd500;
}

.icomoon_brands-shopify:before {
	content: "";
	color: #7ab55c;
}

.icomoon_brands-showpad:before {
	content: "";
	color: #2d2e83;
}

.icomoon_brands-siemens:before {
	content: "";
	color: #099;
}

.icomoon_brands-signal:before {
	content: "";
	color: #2592e9;
}

.icomoon_brands-simpleicons:before {
	content: "";
}

.icomoon_brands-sinaweibo:before {
	content: "";
	color: #e6162d;
}

.icomoon_brands-sitepoint:before {
	content: "";
	color: #258aaf;
}

.icomoon_brands-sketch:before {
	content: "";
	color: #f7b500;
}

.icomoon_brands-skillshare:before {
	content: "";
	color: #17c5cb;
}

.icomoon_brands-skyliner:before {
	content: "";
	color: #2fcea0;
}

.icomoon_brands-skype1:before {
	content: "";
	color: #00aff0;
}

.icomoon_brands-slack:before {
	content: "";
	color: #4a154b;
}

.icomoon_brands-slashdot:before {
	content: "";
	color: #026664;
}

.icomoon_brands-slickpic:before {
	content: "";
	color: #ff880f;
}

.icomoon_brands-slides:before {
	content: "";
	color: #e4637c;
}

.icomoon_brands-smashingmagazine:before {
	content: "";
	color: #e85c33;
}

.icomoon_brands-smugmug:before {
	content: "";
	color: #6db944;
}

.icomoon_brands-snapchat:before {
	content: "";
	color: #fffc00;
}

.icomoon_brands-snapcraft:before {
	content: "";
	color: #82bea0;
}

.icomoon_brands-snyk:before {
	content: "";
	color: #4c4a73;
}

.icomoon_brands-society6:before {
	content: "";
}

.icomoon_brands-socket-dot-io:before {
	content: "";
}

.icomoon_brands-sogou:before {
	content: "";
	color: #fb6022;
}

.icomoon_brands-solus:before {
	content: "";
	color: #5294e2;
}

.icomoon_brands-sonarcloud:before {
	content: "";
	color: #f3702a;
}

.icomoon_brands-sonarlint:before {
	content: "";
	color: #cc2026;
}

.icomoon_brands-sonarqube:before {
	content: "";
	color: #4e9bcd;
}

.icomoon_brands-sonarsource:before {
	content: "";
	color: #cb3032;
}

.icomoon_brands-songkick:before {
	content: "";
	color: #f80046;
}

.icomoon_brands-sonicwall:before {
	content: "";
	color: #f60;
}

.icomoon_brands-sonos:before {
	content: "";
}

.icomoon_brands-soundcloud1:before {
	content: "";
	color: #f30;
}

.icomoon_brands-sourceengine:before {
	content: "";
	color: #f79a10;
}

.icomoon_brands-sourceforge:before {
	content: "";
	color: #535353;
}

.icomoon_brands-sourcegraph:before {
	content: "";
	color: #00b4f2;
}

.icomoon_brands-spacemacs:before {
	content: "";
	color: #9266cc;
}

.icomoon_brands-spacex:before {
	content: "";
	color: #005288;
}

.icomoon_brands-sparkfun:before {
	content: "";
	color: #e53525;
}

.icomoon_brands-sparkpost:before {
	content: "";
	color: #fa6423;
}

.icomoon_brands-spdx:before {
	content: "";
	color: #4398cc;
}

.icomoon_brands-speakerdeck:before {
	content: "";
	color: #396;
}

.icomoon_brands-spectrum:before {
	content: "";
	color: #7b16ff;
}

.icomoon_brands-spotify1:before {
	content: "";
	color: #1ed760;
}

.icomoon_brands-spotlight:before {
	content: "";
	color: #352a71;
}

.icomoon_brands-spreaker:before {
	content: "";
	color: #f5c300;
}

.icomoon_brands-spring:before {
	content: "";
	color: #6db33f;
}

.icomoon_brands-sprint:before {
	content: "";
	color: #ffce0a;
}

.icomoon_brands-square:before {
	content: "";
}

.icomoon_brands-squarespace:before {
	content: "";
}

.icomoon_brands-stackbit:before {
	content: "";
	color: #3eb0fd;
}

.icomoon_brands-stackexchange:before {
	content: "";
	color: #1e5397;
}

.icomoon_brands-stackoverflow1:before {
	content: "";
	color: #fe7a16;
}

.icomoon_brands-stackpath:before {
	content: "";
}

.icomoon_brands-stackshare:before {
	content: "";
	color: #0690fa;
}

.icomoon_brands-stadia:before {
	content: "";
	color: #cd2640;
}

.icomoon_brands-statamic:before {
	content: "";
}

.icomoon_brands-staticman:before {
	content: "";
}

.icomoon_brands-statuspage:before {
	content: "";
}

.icomoon_brands-steam1:before {
	content: "";
}

.icomoon_brands-steamworks:before {
	content: "";
}

.icomoon_brands-steem:before {
	content: "";
	color: #4ba2f2;
}

.icomoon_brands-steemit:before {
	content: "";
	color: #06d6a9;
}

.icomoon_brands-steinberg:before {
	content: "";
	color: #c90827;
}

.icomoon_brands-stencyl:before {
	content: "";
	color: #8e1c04;
}

.icomoon_brands-stitcher:before {
	content: "";
}

.icomoon_brands-storify:before {
	content: "";
	color: #3a98d9;
}

.icomoon_brands-storybook:before {
	content: "";
	color: #ff4785;
}

.icomoon_brands-strapi:before {
	content: "";
	color: #2e7eea;
}

.icomoon_brands-strava:before {
	content: "";
	color: #fc4c02;
}

.icomoon_brands-stripe:before {
	content: "";
	color: #008cdd;
}

.icomoon_brands-strongswan:before {
	content: "";
	color: #e00033;
}

.icomoon_brands-stubhub:before {
	content: "";
	color: #003168;
}

.icomoon_brands-styled-components:before {
	content: "";
	color: #db7093;
}

.icomoon_brands-styleshare:before {
	content: "";
}

.icomoon_brands-stylus:before {
	content: "";
}

.icomoon_brands-sublimetext:before {
	content: "";
	color: #ff9800;
}

.icomoon_brands-subversion:before {
	content: "";
	color: #809cc9;
}

.icomoon_brands-superuser:before {
	content: "";
	color: #2eace3;
}

.icomoon_brands-svelte:before {
	content: "";
	color: #ff3e00;
}

.icomoon_brands-svg1:before {
	content: "";
	color: #ffb13b;
}

.icomoon_brands-svgo:before {
	content: "";
	color: #14b9ff;
}

.icomoon_brands-swagger:before {
	content: "";
	color: #85ea2d;
}

.icomoon_brands-swarm:before {
	content: "";
	color: #ffa633;
}

.icomoon_brands-swift:before {
	content: "";
	color: #fa7343;
}

.icomoon_brands-symantec:before {
	content: "";
	color: #fdb511;
}

.icomoon_brands-symfony:before {
	content: "";
}

.icomoon_brands-synology:before {
	content: "";
	color: #b6b5b6;
}

.icomoon_brands-t-mobile:before {
	content: "";
	color: #e20074;
}

.icomoon_brands-tableau:before {
	content: "";
	color: #e97627;
}

.icomoon_brands-tails:before {
	content: "";
	color: #56347c;
}

.icomoon_brands-tailwindcss:before {
	content: "";
	color: #38b2ac;
}

.icomoon_brands-tapas:before {
	content: "";
	color: #ffce00;
}

.icomoon_brands-teamviewer:before {
	content: "";
	color: #0e8ee9;
}

.icomoon_brands-ted:before {
	content: "";
	color: #e62b1e;
}

.icomoon_brands-teespring:before {
	content: "";
	color: #39ace6;
}

.icomoon_brands-telegram1:before {
	content: "";
	color: #2ca5e0;
}

.icomoon_brands-tencentqq:before {
	content: "";
	color: #eb1923;
}

.icomoon_brands-tencentweibo:before {
	content: "";
	color: #20b8e5;
}

.icomoon_brands-tensorflow:before {
	content: "";
	color: #ff6f00;
}

.icomoon_brands-teradata:before {
	content: "";
	color: #f37440;
}

.icomoon_brands-terraform:before {
	content: "";
	color: #623ce4;
}

.icomoon_brands-tesla:before {
	content: "";
	color: #c00;
}

.icomoon_brands-themighty:before {
	content: "";
	color: #d0072a;
}

.icomoon_brands-themoviedatabase:before {
	content: "";
	color: #01d277;
}

.icomoon_brands-tidal:before {
	content: "";
}

.icomoon_brands-tiktok:before {
	content: "";
}

.icomoon_brands-timescale:before {
	content: "";
	color: #fdb515;
}

.icomoon_brands-tinder:before {
	content: "";
	color: #ff6b6b;
}

.icomoon_brands-todoist:before {
	content: "";
	color: #e44332;
}

.icomoon_brands-toggl:before {
	content: "";
	color: #e01b22;
}

.icomoon_brands-topcoder:before {
	content: "";
	color: #29a8e0;
}

.icomoon_brands-toptal:before {
	content: "";
	color: #3863a0;
}

.icomoon_brands-tor:before {
	content: "";
	color: #7e4798;
}

.icomoon_brands-toshiba:before {
	content: "";
	color: #f00;
}

.icomoon_brands-trainerroad:before {
	content: "";
	color: #e12726;
}

.icomoon_brands-trakt:before {
	content: "";
	color: #ed1c24;
}

.icomoon_brands-travisci:before {
	content: "";
	color: #3eaaaf;
}

.icomoon_brands-treehouse:before {
	content: "";
	color: #5fcf80;
}

.icomoon_brands-trello1:before {
	content: "";
	color: #0079bf;
}

.icomoon_brands-trendmicro:before {
	content: "";
	color: #d71921;
}

.icomoon_brands-tripadvisor:before {
	content: "";
	color: #00af87;
}

.icomoon_brands-trulia:before {
	content: "";
	color: #53b50a;
}

.icomoon_brands-trustpilot:before {
	content: "";
	color: #00b67a;
}

.icomoon_brands-tumblr1:before {
	content: "";
	color: #36465d;
}

.icomoon_brands-turkishairlines:before {
	content: "";
	color: #c70a0c;
}

.icomoon_brands-twilio:before {
	content: "";
	color: #f22f46;
}

.icomoon_brands-twitch1:before {
	content: "";
	color: #6441a4;
}

.icomoon_brands-twitter1:before {
	content: "";
	color: #1da1f2;
}

.icomoon_brands-twoo:before {
	content: "";
	color: #ff7102;
}

.icomoon_brands-typescript:before {
	content: "";
	color: #007acc;
}

.icomoon_brands-typo3:before {
	content: "";
	color: #ff8700;
}

.icomoon_brands-uber:before {
	content: "";
}

.icomoon_brands-ubereats:before {
	content: "";
	color: #5fb709;
}

.icomoon_brands-ubisoft:before {
	content: "";
}

.icomoon_brands-ublockorigin:before {
	content: "";
	color: #800000;
}

.icomoon_brands-ubuntu:before {
	content: "";
	color: #e95420;
}

.icomoon_brands-udacity:before {
	content: "";
	color: #01b3e3;
}

.icomoon_brands-udemy:before {
	content: "";
	color: #ec5252;
}

.icomoon_brands-uikit:before {
	content: "";
	color: #2396f3;
}

.icomoon_brands-umbraco:before {
	content: "";
	color: #00bec1;
}

.icomoon_brands-unity:before {
	content: "";
}

.icomoon_brands-unrealengine:before {
	content: "";
}

.icomoon_brands-unsplash:before {
	content: "";
}

.icomoon_brands-untappd:before {
	content: "";
	color: #ffc000;
}

.icomoon_brands-upwork:before {
	content: "";
	color: #6fda44;
}

.icomoon_brands-v:before {
	content: "";
	color: #5d87bf;
}

.icomoon_brands-v8:before {
	content: "";
	color: #4b8bf5;
}

.icomoon_brands-vagrant:before {
	content: "";
	color: #1563ff;
}

.icomoon_brands-valve:before {
	content: "";
	color: #f74843;
}

.icomoon_brands-veeam:before {
	content: "";
	color: #00b336;
}

.icomoon_brands-venmo:before {
	content: "";
	color: #3d95ce;
}

.icomoon_brands-verizon:before {
	content: "";
	color: #cd040b;
}

.icomoon_brands-viadeo:before {
	content: "";
	color: #f88d2d;
}

.icomoon_brands-viber:before {
	content: "";
	color: #665cac;
}

.icomoon_brands-vim:before {
	content: "";
	color: #019733;
}

.icomoon_brands-vimeo1:before {
	content: "";
	color: #1ab7ea;
}

.icomoon_brands-vine1:before {
	content: "";
	color: #11b48a;
}

.icomoon_brands-virb:before {
	content: "";
	color: #0093da;
}

.icomoon_brands-visa:before {
	content: "";
	color: #142787;
}

.icomoon_brands-visualstudio:before {
	content: "";
	color: #5c2d91;
}

.icomoon_brands-visualstudiocode:before {
	content: "";
	color: #007acc;
}

.icomoon_brands-vk1:before {
	content: "";
	color: #4680c2;
}

.icomoon_brands-vlcmediaplayer:before {
	content: "";
	color: #f80;
}

.icomoon_brands-vodafone:before {
	content: "";
	color: #e60000;
}

.icomoon_brands-volkswagen:before {
	content: "";
	color: #151f5d;
}

.icomoon_brands-vsco:before {
	content: "";
}

.icomoon_brands-vue-dot-js:before {
	content: "";
	color: #4fc08d;
}

.icomoon_brands-w3c:before {
	content: "";
	color: #005a9c;
}

.icomoon_brands-wattpad:before {
	content: "";
	color: #f68d12;
}

.icomoon_brands-waze:before {
	content: "";
	color: #333665;
}

.icomoon_brands-weasyl:before {
	content: "";
	color: #900;
}

.icomoon_brands-webauthn:before {
	content: "";
	color: #3423a6;
}

.icomoon_brands-webcomponents-dot-org:before {
	content: "";
	color: #29abe2;
}

.icomoon_brands-webmin:before {
	content: "";
	color: #7da0d0;
}

.icomoon_brands-webpack:before {
	content: "";
	color: #8dd6f9;
}

.icomoon_brands-webstorm:before {
	content: "";
}

.icomoon_brands-wechat:before {
	content: "";
	color: #7bb32e;
}

.icomoon_brands-whatsapp1:before {
	content: "";
	color: #25d366;
}

.icomoon_brands-wheniwork:before {
	content: "";
	color: #51a33d;
}

.icomoon_brands-whitesource:before {
	content: "";
	color: #161d4e;
}

.icomoon_brands-wii:before {
	content: "";
	color: #8b8b8b;
}

.icomoon_brands-wiiu:before {
	content: "";
	color: #8b8b8b;
}

.icomoon_brands-wikipedia1:before {
	content: "";
}

.icomoon_brands-windows1:before {
	content: "";
	color: #0078d6;
}

.icomoon_brands-wire:before {
	content: "";
}

.icomoon_brands-wireguard:before {
	content: "";
	color: #88171a;
}

.icomoon_brands-wish:before {
	content: "";
	color: #2fb7ec;
}

.icomoon_brands-wix:before {
	content: "";
	color: #faad4d;
}

.icomoon_brands-wolfram:before {
	content: "";
	color: #d10;
}

.icomoon_brands-wolframlanguage:before {
	content: "";
	color: #d10;
}

.icomoon_brands-wolframmathematica:before {
	content: "";
	color: #d10;
}

.icomoon_brands-wordpress1:before {
	content: "";
	color: #21759b;
}

.icomoon_brands-workplace:before {
	content: "";
}

.icomoon_brands-wpengine:before {
	content: "";
	color: #40bac8;
}

.icomoon_brands-write-dot-as:before {
	content: "";
	color: #5bc4ee;
}

.icomoon_brands-x-dot-org:before {
	content: "";
	color: #f28834;
}

.icomoon_brands-x-pack:before {
	content: "";
	color: #005571;
}

.icomoon_brands-xamarin:before {
	content: "";
	color: #4393d4;
}

.icomoon_brands-xbox:before {
	content: "";
	color: #107c10;
}

.icomoon_brands-xcode:before {
	content: "";
	color: #1575f9;
}

.icomoon_brands-xdadevelopers:before {
	content: "";
	color: #f59812;
}

.icomoon_brands-xero:before {
	content: "";
	color: #13b5ea;
}

.icomoon_brands-xfce:before {
	content: "";
	color: #2284f2;
}

.icomoon_brands-xiaomi:before {
	content: "";
	color: #fa6709;
}

.icomoon_brands-xing1:before {
	content: "";
	color: #006567;
}

.icomoon_brands-xmpp:before {
	content: "";
	color: #002b5c;
}

.icomoon_brands-xrp:before {
	content: "";
	color: #25a768;
}

.icomoon_brands-xsplit:before {
	content: "";
	color: #0095de;
}

.icomoon_brands-yahoo1:before {
	content: "";
	color: #6001d2;
}

.icomoon_brands-yamahacorporation:before {
	content: "";
	color: #4b1e78;
}

.icomoon_brands-yamahamotorcorporation:before {
	content: "";
	color: #e60012;
}

.icomoon_brands-yammer:before {
	content: "";
	color: #0072c6;
}

.icomoon_brands-yandex:before {
	content: "";
	color: #f00;
}

.icomoon_brands-yarn:before {
	content: "";
	color: #2c8ebb;
}

.icomoon_brands-ycombinator:before {
	content: "";
	color: #f0652f;
}

.icomoon_brands-yelp1:before {
	content: "";
	color: #d32323;
}

.icomoon_brands-youtube1:before {
	content: "";
	color: #f00;
}

.icomoon_brands-zalando:before {
	content: "";
	color: #ff6900;
}

.icomoon_brands-zapier:before {
	content: "";
	color: #ff4a00;
}

.icomoon_brands-zeit:before {
	content: "";
}

.icomoon_brands-zend:before {
	content: "";
	color: #0679ea;
}

.icomoon_brands-zendesk:before {
	content: "";
}

.icomoon_brands-zendframework:before {
	content: "";
	color: #68b604;
}

.icomoon_brands-zeromq:before {
	content: "";
	color: #df0000;
}

.icomoon_brands-zerply:before {
	content: "";
	color: #9dbc7a;
}

.icomoon_brands-zhihu:before {
	content: "";
	color: #0084ff;
}

.icomoon_brands-zillow:before {
	content: "";
	color: #0074e4;
}

.icomoon_brands-zingat:before {
	content: "";
	color: #009cfb;
}

.icomoon_brands-zoom:before {
	content: "";
	color: #2d8cff;
}

.icomoon_brands-zorin:before {
	content: "";
	color: #0cc1f3;
}

.icomoon_brands-zulip:before {
	content: "";
	color: #52c2af;
}

.devicons {
	font-family: devicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.devicons-git:before {
	content: "";
}

.devicons-git_compare:before {
	content: "";
}

.devicons-git_branch:before {
	content: "";
}

.devicons-git_commit:before {
	content: "";
}

.devicons-git_pull_request:before {
	content: "";
}

.devicons-git_merge:before {
	content: "";
}

.devicons-bitbucket:before {
	content: "";
}

.devicons-github_alt:before {
	content: "";
}

.devicons-github_badge:before {
	content: "";
}

.devicons-github:before {
	content: "";
}

.devicons-github_full:before {
	content: "";
}

.devicons-java:before {
	content: "";
}

.devicons-ruby:before {
	content: "";
}

.devicons-scala:before {
	content: "";
}

.devicons-python:before {
	content: "";
}

.devicons-go:before {
	content: "";
}

.devicons-ruby_on_rails:before {
	content: "";
}

.devicons-django:before {
	content: "";
}

.devicons-markdown:before {
	content: "";
}

.devicons-php:before {
	content: "";
}

.devicons-mysql:before {
	content: "";
}

.devicons-streamline:before {
	content: "";
}

.devicons-database:before {
	content: "";
}

.devicons-laravel:before {
	content: "";
}

.devicons-javascript:before {
	content: "";
}

.devicons-angular:before {
	content: "";
}

.devicons-backbone:before {
	content: "";
}

.devicons-coffeescript:before {
	content: "";
}

.devicons-jquery:before {
	content: "";
}

.devicons-modernizr:before {
	content: "";
}

.devicons-jquery_ui:before {
	content: "";
}

.devicons-ember:before {
	content: "";
}

.devicons-dojo:before {
	content: "";
}

.devicons-nodejs:before {
	content: "";
}

.devicons-nodejs_small:before {
	content: "";
}

.devicons-javascript_shield:before {
	content: "";
}

.devicons-bootstrap:before {
	content: "";
}

.devicons-sass:before {
	content: "";
}

.devicons-css3_full:before {
	content: "";
}

.devicons-css3:before {
	content: "";
}

.devicons-html5:before {
	content: "";
}

.devicons-html5_multimedia:before {
	content: "";
}

.devicons-html5_device_access:before {
	content: "";
}

.devicons-html5_3d_effects:before {
	content: "";
}

.devicons-html5_connectivity:before {
	content: "";
}

.devicons-ghost_small:before {
	content: "";
}

.devicons-ghost:before {
	content: "";
}

.devicons-magento:before {
	content: "";
}

.devicons-joomla:before {
	content: "";
}

.devicons-jekyll_small:before {
	content: "";
}

.devicons-drupal:before {
	content: "";
}

.devicons-wordpress:before {
	content: "";
}

.devicons-grunt:before {
	content: "";
}

.devicons-bower:before {
	content: "";
}

.devicons-npm:before {
	content: "";
}

.devicons-yahoo_small:before {
	content: "";
}

.devicons-yahoo:before {
	content: "";
}

.devicons-bing_small:before {
	content: "";
}

.devicons-windows:before {
	content: "";
}

.devicons-linux:before {
	content: "";
}

.devicons-ubuntu:before {
	content: "";
}

.devicons-android:before {
	content: "";
}

.devicons-apple:before {
	content: "";
}

.devicons-appstore:before {
	content: "";
}

.devicons-phonegap:before {
	content: "";
}

.devicons-blackberry:before {
	content: "";
}

.devicons-stackoverflow:before {
	content: "";
}

.devicons-techcrunch:before {
	content: "";
}

.devicons-codrops:before {
	content: "";
}

.devicons-css_tricks:before {
	content: "";
}

.devicons-smashing_magazine:before {
	content: "";
}

.devicons-netmagazine:before {
	content: "";
}

.devicons-codepen:before {
	content: "";
}

.devicons-cssdeck:before {
	content: "";
}

.devicons-hackernews:before {
	content: "";
}

.devicons-dropbox:before {
	content: "";
}

.devicons-google_drive:before {
	content: "";
}

.devicons-visualstudio:before {
	content: "";
}

.devicons-unity_small:before {
	content: "";
}

.devicons-raspberry_pi:before {
	content: "";
}

.devicons-chrome:before {
	content: "";
}

.devicons-ie:before {
	content: "";
}

.devicons-firefox:before {
	content: "";
}

.devicons-opera:before {
	content: "";
}

.devicons-safari:before {
	content: "";
}

.devicons-swift:before {
	content: "";
}

.devicons-symfony:before {
	content: "";
}

.devicons-symfony_badge:before {
	content: "";
}

.devicons-less:before {
	content: "";
}

.devicons-stylus:before {
	content: "";
}

.devicons-trello:before {
	content: "";
}

.devicons-atlassian:before {
	content: "";
}

.devicons-jira:before {
	content: "";
}

.devicons-envato:before {
	content: "";
}

.devicons-snap_svg:before {
	content: "";
}

.devicons-raphael:before {
	content: "";
}

.devicons-google_analytics:before {
	content: "";
}

.devicons-compass:before {
	content: "";
}

.devicons-onedrive:before {
	content: "";
}

.devicons-gulp:before {
	content: "";
}

.devicons-atom:before {
	content: "";
}

.devicons-cisco:before {
	content: "";
}

.devicons-nancy:before {
	content: "";
}

.devicons-clojure:before {
	content: "";
}

.devicons-clojure_alt:before {
	content: "";
}

.devicons-perl:before {
	content: "";
}

.devicons-celluloid:before {
	content: "";
}

.devicons-w3c:before {
	content: "";
}

.devicons-redis:before {
	content: "";
}

.devicons-postgresql:before {
	content: "";
}

.devicons-webplatform:before {
	content: "";
}

.devicons-jenkins:before {
	content: "";
}

.devicons-requirejs:before {
	content: "";
}

.devicons-opensource:before {
	content: "";
}

.devicons-typo3:before {
	content: "";
}

.devicons-uikit:before {
	content: "";
}

.devicons-doctrine:before {
	content: "";
}

.devicons-groovy:before {
	content: "";
}

.devicons-nginx:before {
	content: "";
}

.devicons-haskell:before {
	content: "";
}

.devicons-zend:before {
	content: "";
}

.devicons-gnu:before {
	content: "";
}

.devicons-yeoman:before {
	content: "";
}

.devicons-heroku:before {
	content: "";
}

.devicons-debian:before {
	content: "";
}

.devicons-travis:before {
	content: "";
}

.devicons-dotnet:before {
	content: "";
}

.devicons-codeigniter:before {
	content: "";
}

.devicons-javascript_badge:before {
	content: "";
}

.devicons-yii:before {
	content: "";
}

.devicons-msql_server:before {
	content: "";
}

.devicons-composer:before {
	content: "";
}

.devicons-krakenjs_badge:before {
	content: "";
}

.devicons-krakenjs:before {
	content: "";
}

.devicons-mozilla:before {
	content: "";
}

.devicons-firebase:before {
	content: "";
}

.devicons-sizzlejs:before {
	content: "";
}

.devicons-creativecommons:before {
	content: "";
}

.devicons-creativecommons_badge:before {
	content: "";
}

.devicons-mitlicence:before {
	content: "";
}

.devicons-senchatouch:before {
	content: "";
}

.devicons-bugsense:before {
	content: "";
}

.devicons-extjs:before {
	content: "";
}

.devicons-mootools_badge:before {
	content: "";
}

.devicons-mootools:before {
	content: "";
}

.devicons-ruby_rough:before {
	content: "";
}

.devicons-komodo:before {
	content: "";
}

.devicons-coda:before {
	content: "";
}

.devicons-bintray:before {
	content: "";
}

.devicons-terminal:before {
	content: "";
}

.devicons-code:before {
	content: "";
}

.devicons-responsive:before {
	content: "";
}

.devicons-dart:before {
	content: "";
}

.devicons-aptana:before {
	content: "";
}

.devicons-mailchimp:before {
	content: "";
}

.devicons-netbeans:before {
	content: "";
}

.devicons-dreamweaver:before {
	content: "";
}

.devicons-brackets:before {
	content: "";
}

.devicons-eclipse:before {
	content: "";
}

.devicons-cloud9:before {
	content: "";
}

.devicons-scrum:before {
	content: "";
}

.devicons-prolog:before {
	content: "";
}

.devicons-terminal_badge:before {
	content: "";
}

.devicons-code_badge:before {
	content: "";
}

.devicons-mongodb:before {
	content: "";
}

.devicons-meteor:before {
	content: "";
}

.devicons-meteorfull:before {
	content: "";
}

.devicons-fsharp:before {
	content: "";
}

.devicons-rust:before {
	content: "";
}

.devicons-ionic:before {
	content: "";
}

.devicons-sublime:before {
	content: "";
}

.devicons-appcelerator:before {
	content: "";
}

.devicons-asterisk:before {
	content: "";
}

.devicons-aws:before {
	content: "";
}

.devicons-digital-ocean:before {
	content: "";
}

.devicons-dlang:before {
	content: "";
}

.devicons-docker:before {
	content: "";
}

.devicons-erlang:before {
	content: "";
}

.devicons-google-cloud-platform:before {
	content: "";
}

.devicons-grails:before {
	content: "";
}

.devicons-illustrator:before {
	content: "";
}

.devicons-intellij:before {
	content: "";
}

.devicons-materializecss:before {
	content: "";
}

.devicons-openshift:before {
	content: "";
}

.devicons-photoshop:before {
	content: "";
}

.devicons-rackspace:before {
	content: "";
}

.devicons-react:before {
	content: "";
}

.devicons-redhat:before {
	content: "";
}

.devicons-scriptcs:before {
	content: "";
}

.devicons-sqllite:before {
	content: "";
}

.devicons-vim:before {
	content: "";
}

[data-icon]:before {
	font-family: ElegantIcons;
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.arrow_up:before {
	content: "!";
}

.arrow_down:before {
	content: "\"";
}

.arrow_left:before {
	content: "#";
}

.arrow_right:before {
	content: "$";
}

.arrow_left-up:before {
	content: "%";
}

.arrow_right-up:before {
	content: "&";
}

.arrow_right-down:before {
	content: "\'";
}

.arrow_left-down:before {
	content: "(";
}

.arrow-up-down:before {
	content: ")";
}

.arrow_up-down_alt:before {
	content: "*";
}

.arrow_left-right_alt:before {
	content: "+";
}

.arrow_left-right:before {
	content: ",";
}

.arrow_expand_alt2:before {
	content: "-";
}

.arrow_expand_alt:before {
	content: ".";
}

.arrow_condense:before {
	content: "/";
}

.arrow_expand:before {
	content: "0";
}

.arrow_move:before {
	content: "1";
}

.arrow_carrot-up:before {
	content: "2";
}

.arrow_carrot-down:before {
	content: "3";
}

.arrow_carrot-left:before {
	content: "4";
}

.arrow_carrot-right:before {
	content: "5";
}

.arrow_carrot-2up:before {
	content: "6";
}

.arrow_carrot-2down:before {
	content: "7";
}

.arrow_carrot-2left:before {
	content: "8";
}

.arrow_carrot-2right:before {
	content: "9";
}

.arrow_carrot-up_alt2:before {
	content: ":";
}

.arrow_carrot-down_alt2:before {
	content: ";";
}

.arrow_carrot-left_alt2:before {
	content: "<";
}

.arrow_carrot-right_alt2:before {
	content: "=";
}

.arrow_carrot-2up_alt2:before {
	content: ">";
}

.arrow_carrot-2down_alt2:before {
	content: "?";
}

.arrow_carrot-2left_alt2:before {
	content: "@";
}

.arrow_carrot-2right_alt2:before {
	content: "A";
}

.arrow_triangle-up:before {
	content: "B";
}

.arrow_triangle-down:before {
	content: "C";
}

.arrow_triangle-left:before {
	content: "D";
}

.arrow_triangle-right:before {
	content: "E";
}

.arrow_triangle-up_alt2:before {
	content: "F";
}

.arrow_triangle-down_alt2:before {
	content: "G";
}

.arrow_triangle-left_alt2:before {
	content: "H";
}

.arrow_triangle-right_alt2:before {
	content: "I";
}

.arrow_back:before {
	content: "J";
}

.icon_minus-06:before {
	content: "K";
}

.icon_plus:before {
	content: "L";
}

.icon_close:before {
	content: "M";
}

.icon_check:before {
	content: "N";
}

.icon_minus_alt2:before {
	content: "O";
}

.icon_plus_alt2:before {
	content: "P";
}

.icon_close_alt2:before {
	content: "Q";
}

.icon_check_alt2:before {
	content: "R";
}

.icon_zoom-out_alt:before {
	content: "S";
}

.icon_zoom-in_alt:before {
	content: "T";
}

.icon_search:before {
	content: "U";
}

.icon_box-empty:before {
	content: "V";
}

.icon_box-selected:before {
	content: "W";
}

.icon_minus-box:before {
	content: "X";
}

.icon_plus-box:before {
	content: "Y";
}

.icon_box-checked:before {
	content: "Z";
}

.icon_circle-empty:before {
	content: "[";
}

.icon_circle-slelected:before {
	content: "\\";
}

.icon_stop_alt2:before {
	content: "]";
}

.icon_stop:before {
	content: "^";
}

.icon_pause_alt2:before {
	content: "_";
}

.icon_pause:before {
	content: "`";
}

.icon_menu:before {
	content: "a";
}

.icon_menu-square_alt2:before {
	content: "b";
}

.icon_menu-circle_alt2:before {
	content: "c";
}

.icon_ul:before {
	content: "d";
}

.icon_ol:before {
	content: "e";
}

.icon_adjust-horiz:before {
	content: "f";
}

.icon_adjust-vert:before {
	content: "g";
}

.icon_document_alt:before {
	content: "h";
}

.icon_documents_alt:before {
	content: "i";
}

.icon_pencil:before {
	content: "j";
}

.icon_pencil-edit_alt:before {
	content: "k";
}

.icon_pencil-edit:before {
	content: "l";
}

.icon_folder-alt:before {
	content: "m";
}

.icon_folder-open_alt:before {
	content: "n";
}

.icon_folder-add_alt:before {
	content: "o";
}

.icon_info_alt:before {
	content: "p";
}

.icon_error-oct_alt:before {
	content: "q";
}

.icon_error-circle_alt:before {
	content: "r";
}

.icon_error-triangle_alt:before {
	content: "s";
}

.icon_question_alt2:before {
	content: "t";
}

.icon_question:before {
	content: "u";
}

.icon_comment_alt:before {
	content: "v";
}

.icon_chat_alt:before {
	content: "w";
}

.icon_vol-mute_alt:before {
	content: "x";
}

.icon_volume-low_alt:before {
	content: "y";
}

.icon_volume-high_alt:before {
	content: "z";
}

.icon_quotations:before {
	content: "{";
}

.icon_quotations_alt2:before {
	content: "|";
}

.icon_clock_alt:before {
	content: "}";
}

.icon_lock_alt:before {
	content: "~";
}

.icon_lock-open_alt:before {
	content: "";
}

.icon_key_alt:before {
	content: "";
}

.icon_cloud_alt:before {
	content: "";
}

.icon_cloud-upload_alt:before {
	content: "";
}

.icon_cloud-download_alt:before {
	content: "";
}

.icon_image:before {
	content: "";
}

.icon_images:before {
	content: "";
}

.icon_lightbulb_alt:before {
	content: "";
}

.icon_gift_alt:before {
	content: "";
}

.icon_house_alt:before {
	content: "";
}

.icon_genius:before {
	content: "";
}

.icon_mobile:before {
	content: "";
}

.icon_tablet:before {
	content: "";
}

.icon_laptop:before {
	content: "";
}

.icon_desktop:before {
	content: "";
}

.icon_camera_alt:before {
	content: "";
}

.icon_mail_alt:before {
	content: "";
}

.icon_cone_alt:before {
	content: "";
}

.icon_ribbon_alt:before {
	content: "";
}

.icon_bag_alt:before {
	content: "";
}

.icon_creditcard:before {
	content: "";
}

.icon_cart_alt:before {
	content: "";
}

.icon_paperclip:before {
	content: "";
}

.icon_tag_alt:before {
	content: "";
}

.icon_tags_alt:before {
	content: "";
}

.icon_trash_alt:before {
	content: "";
}

.icon_cursor_alt:before {
	content: "";
}

.icon_mic_alt:before {
	content: "";
}

.icon_compass_alt:before {
	content: "";
}

.icon_pin_alt:before {
	content: "";
}

.icon_pushpin_alt:before {
	content: "";
}

.icon_map_alt:before {
	content: "";
}

.icon_drawer_alt:before {
	content: "";
}

.icon_toolbox_alt:before {
	content: "";
}

.icon_book_alt:before {
	content: "";
}

.icon_calendar:before {
	content: "";
}

.icon_film:before {
	content: "";
}

.icon_table:before {
	content: "";
}

.icon_contacts_alt:before {
	content: "";
}

.icon_headphones:before {
	content: "";
}

.icon_lifesaver:before {
	content: "";
}

.icon_piechart:before {
	content: "";
}

.icon_refresh:before {
	content: "";
}

.icon_link_alt:before {
	content: "";
}

.icon_link:before {
	content: "";
}

.icon_loading:before {
	content: "";
}

.icon_blocked:before {
	content: "";
}

.icon_archive_alt:before {
	content: "";
}

.icon_heart_alt:before {
	content: "";
}

.icon_star_alt:before {
	content: "";
}

.icon_star-half_alt:before {
	content: "";
}

.icon_star:before {
	content: "";
}

.icon_star-half:before {
	content: "";
}

.icon_tools:before {
	content: "";
}

.icon_tool:before {
	content: "";
}

.icon_cog:before {
	content: "";
}

.icon_cogs:before {
	content: "";
}

.arrow_up_alt:before {
	content: "";
}

.arrow_down_alt:before {
	content: "";
}

.arrow_left_alt:before {
	content: "";
}

.arrow_right_alt:before {
	content: "";
}

.arrow_left-up_alt:before {
	content: "";
}

.arrow_right-up_alt:before {
	content: "";
}

.arrow_right-down_alt:before {
	content: "";
}

.arrow_left-down_alt:before {
	content: "";
}

.arrow_condense_alt:before {
	content: "";
}

.arrow_expand_alt3:before {
	content: "";
}

.arrow_carrot_up_alt:before {
	content: "";
}

.arrow_carrot-down_alt:before {
	content: "";
}

.arrow_carrot-left_alt:before {
	content: "";
}

.arrow_carrot-right_alt:before {
	content: "";
}

.arrow_carrot-2up_alt:before {
	content: "";
}

.arrow_carrot-2dwnn_alt:before {
	content: "";
}

.arrow_carrot-2left_alt:before {
	content: "";
}

.arrow_carrot-2right_alt:before {
	content: "";
}

.arrow_triangle-up_alt:before {
	content: "";
}

.arrow_triangle-down_alt:before {
	content: "";
}

.arrow_triangle-left_alt:before {
	content: "";
}

.arrow_triangle-right_alt:before {
	content: "";
}

.icon_minus_alt:before {
	content: "";
}

.icon_plus_alt:before {
	content: "";
}

.icon_close_alt:before {
	content: "";
}

.icon_check_alt:before {
	content: "";
}

.icon_zoom-out:before {
	content: "";
}

.icon_zoom-in:before {
	content: "";
}

.icon_stop_alt:before {
	content: "";
}

.icon_menu-square_alt:before {
	content: "";
}

.icon_menu-circle_alt:before {
	content: "";
}

.icon_document:before {
	content: "";
}

.icon_documents:before {
	content: "";
}

.icon_pencil_alt:before {
	content: "";
}

.icon_folder:before {
	content: "";
}

.icon_folder-open:before {
	content: "";
}

.icon_folder-add:before {
	content: "";
}

.icon_folder_upload:before {
	content: "";
}

.icon_folder_download:before {
	content: "";
}

.icon_info:before {
	content: "";
}

.icon_error-circle:before {
	content: "";
}

.icon_error-oct:before {
	content: "";
}

.icon_error-triangle:before {
	content: "";
}

.icon_question_alt:before {
	content: "";
}

.icon_comment:before {
	content: "";
}

.icon_chat:before {
	content: "";
}

.icon_vol-mute:before {
	content: "";
}

.icon_volume-low:before {
	content: "";
}

.icon_volume-high:before {
	content: "";
}

.icon_quotations_alt:before {
	content: "";
}

.icon_clock:before {
	content: "";
}

.icon_lock:before {
	content: "";
}

.icon_lock-open:before {
	content: "";
}

.icon_key:before {
	content: "";
}

.icon_cloud:before {
	content: "";
}

.icon_cloud-upload:before {
	content: "";
}

.icon_cloud-download:before {
	content: "";
}

.icon_lightbulb:before {
	content: "";
}

.icon_gift:before {
	content: "";
}

.icon_house:before {
	content: "";
}

.icon_camera:before {
	content: "";
}

.icon_mail:before {
	content: "";
}

.icon_cone:before {
	content: "";
}

.icon_ribbon:before {
	content: "";
}

.icon_bag:before {
	content: "";
}

.icon_cart:before {
	content: "";
}

.icon_tag:before {
	content: "";
}

.icon_tags:before {
	content: "";
}

.icon_trash:before {
	content: "";
}

.icon_cursor:before {
	content: "";
}

.icon_mic:before {
	content: "";
}

.icon_compass:before {
	content: "";
}

.icon_pin:before {
	content: "";
}

.icon_pushpin:before {
	content: "";
}

.icon_map:before {
	content: "";
}

.icon_drawer:before {
	content: "";
}

.icon_toolbox:before {
	content: "";
}

.icon_book:before {
	content: "";
}

.icon_contacts:before {
	content: "";
}

.icon_archive:before {
	content: "";
}

.icon_heart:before {
	content: "";
}

.icon_profile:before {
	content: "";
}

.icon_group:before {
	content: "";
}

.icon_grid-2x2:before {
	content: "";
}

.icon_grid-3x3:before {
	content: "";
}

.icon_music:before {
	content: "";
}

.icon_pause_alt:before {
	content: "";
}

.icon_phone:before {
	content: "";
}

.icon_upload:before {
	content: "";
}

.icon_download:before {
	content: "";
}

.social_facebook:before {
	content: "";
}

.social_twitter:before {
	content: "";
}

.social_pinterest:before {
	content: "";
}

.social_googleplus:before {
	content: "";
}

.social_tumblr:before {
	content: "";
}

.social_tumbleupon:before {
	content: "";
}

.social_wordpress:before {
	content: "";
}

.social_instagram:before {
	content: "";
}

.social_dribbble:before {
	content: "";
}

.social_vimeo:before {
	content: "";
}

.social_linkedin:before {
	content: "";
}

.social_rss:before {
	content: "";
}

.social_deviantart:before {
	content: "";
}

.social_share:before {
	content: "";
}

.social_myspace:before {
	content: "";
}

.social_skype:before {
	content: "";
}

.social_youtube:before {
	content: "";
}

.social_picassa:before {
	content: "";
}

.social_googledrive:before {
	content: "";
}

.social_flickr:before {
	content: "";
}

.social_blogger:before {
	content: "";
}

.social_spotify:before {
	content: "";
}

.social_delicious:before {
	content: "";
}

.social_facebook_circle:before {
	content: "";
}

.social_twitter_circle:before {
	content: "";
}

.social_pinterest_circle:before {
	content: "";
}

.social_googleplus_circle:before {
	content: "";
}

.social_tumblr_circle:before {
	content: "";
}

.social_stumbleupon_circle:before {
	content: "";
}

.social_wordpress_circle:before {
	content: "";
}

.social_instagram_circle:before {
	content: "";
}

.social_dribbble_circle:before {
	content: "";
}

.social_vimeo_circle:before {
	content: "";
}

.social_linkedin_circle:before {
	content: "";
}

.social_rss_circle:before {
	content: "";
}

.social_deviantart_circle:before {
	content: "";
}

.social_share_circle:before {
	content: "";
}

.social_myspace_circle:before {
	content: "";
}

.social_skype_circle:before {
	content: "";
}

.social_youtube_circle:before {
	content: "";
}

.social_picassa_circle:before {
	content: "";
}

.social_googledrive_alt2:before {
	content: "";
}

.social_flickr_circle:before {
	content: "";
}

.social_blogger_circle:before {
	content: "";
}

.social_spotify_circle:before {
	content: "";
}

.social_delicious_circle:before {
	content: "";
}

.social_facebook_square:before {
	content: "";
}

.social_twitter_square:before {
	content: "";
}

.social_pinterest_square:before {
	content: "";
}

.social_googleplus_square:before {
	content: "";
}

.social_tumblr_square:before {
	content: "";
}

.social_stumbleupon_square:before {
	content: "";
}

.social_wordpress_square:before {
	content: "";
}

.social_instagram_square:before {
	content: "";
}

.social_dribbble_square:before {
	content: "";
}

.social_vimeo_square:before {
	content: "";
}

.social_linkedin_square:before {
	content: "";
}

.social_rss_square:before {
	content: "";
}

.social_deviantart_square:before {
	content: "";
}

.social_share_square:before {
	content: "";
}

.social_myspace_square:before {
	content: "";
}

.social_skype_square:before {
	content: "";
}

.social_youtube_square:before {
	content: "";
}

.social_picassa_square:before {
	content: "";
}

.social_googledrive_square:before {
	content: "";
}

.social_flickr_square:before {
	content: "";
}

.social_blogger_square:before {
	content: "";
}

.social_spotify_square:before {
	content: "";
}

.social_delicious_square:before {
	content: "";
}

.icon_printer:before {
	content: "";
}

.icon_calulator:before {
	content: "";
}

.icon_building:before {
	content: "";
}

.icon_floppy:before {
	content: "";
}

.icon_drive:before {
	content: "";
}

.icon_search-2:before {
	content: "";
}

.icon_id:before {
	content: "";
}

.icon_id-2:before {
	content: "";
}

.icon_puzzle:before {
	content: "";
}

.icon_like:before {
	content: "";
}

.icon_dislike:before {
	content: "";
}

.icon_mug:before {
	content: "";
}

.icon_currency:before {
	content: "";
}

.icon_wallet:before {
	content: "";
}

.icon_pens:before {
	content: "";
}

.icon_easel:before {
	content: "";
}

.icon_flowchart:before {
	content: "";
}

.icon_datareport:before {
	content: "";
}

.icon_briefcase:before {
	content: "";
}

.icon_shield:before {
	content: "";
}

.icon_percent:before {
	content: "";
}

.icon_globe:before {
	content: "";
}

.icon_globe-2:before {
	content: "";
}

.icon_target:before {
	content: "";
}

.icon_hourglass:before {
	content: "";
}

.icon_balance:before {
	content: "";
}

.icon_rook:before {
	content: "";
}

.icon_printer-alt:before {
	content: "";
}

.icon_calculator_alt:before {
	content: "";
}

.icon_building_alt:before {
	content: "";
}

.icon_floppy_alt:before {
	content: "";
}

.icon_drive_alt:before {
	content: "";
}

.icon_search_alt:before {
	content: "";
}

.icon_id_alt:before {
	content: "";
}

.icon_id-2_alt:before {
	content: "";
}

.icon_puzzle_alt:before {
	content: "";
}

.icon_like_alt:before {
	content: "";
}

.icon_dislike_alt:before {
	content: "";
}

.icon_mug_alt:before {
	content: "";
}

.icon_currency_alt:before {
	content: "";
}

.icon_wallet_alt:before {
	content: "";
}

.icon_pens_alt:before {
	content: "";
}

.icon_easel_alt:before {
	content: "";
}

.icon_flowchart_alt:before {
	content: "";
}

.icon_datareport_alt:before {
	content: "";
}

.icon_briefcase_alt:before {
	content: "";
}

.icon_shield_alt:before {
	content: "";
}

.icon_percent_alt:before {
	content: "";
}

.icon_globe_alt:before {
	content: "";
}

.icon_clipboard:before {
	content: "";
}

.glyph {
	float: left;
	text-align: center;
	padding: .75em;
	margin: .4em 1.5em .75em 0;
	width: 6em;
	text-shadow: none;
}

.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px;
}

.glyph div {
	padding-bottom: 10px;
}

.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: .2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.glyph .fs1 {
	font-size: 2em;
}

.el {
	display: inline-block;
	font: normal normal normal 14px/1 "Elusive-Icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.el-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

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

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

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

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

.el-fw {
	width: 1.28571429em;
	text-align: center;
}

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

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

.el-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.el-li.el-lg {
	left: -1.85714286em;
}

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

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-inverse {
	color: #fff;
}

.el-address-book-alt:before {
	content: "";
}

.el-address-book:before {
	content: "";
}

.el-adjust-alt:before {
	content: "";
}

.el-adjust:before {
	content: "";
}

.el-adult:before {
	content: "";
}

.el-align-center:before {
	content: "";
}

.el-align-justify:before {
	content: "";
}

.el-align-left:before {
	content: "";
}

.el-align-right:before {
	content: "";
}

.el-arrow-down:before {
	content: "";
}

.el-arrow-left:before {
	content: "";
}

.el-arrow-right:before {
	content: "";
}

.el-arrow-up:before {
	content: "";
}

.el-asl:before {
	content: "";
}

.el-asterisk:before {
	content: "";
}

.el-backward:before {
	content: "";
}

.el-ban-circle:before {
	content: "";
}

.el-barcode:before {
	content: "";
}

.el-behance:before {
	content: "";
}

.el-bell:before {
	content: "";
}

.el-blind:before {
	content: "";
}

.el-blogger:before {
	content: "";
}

.el-bold:before {
	content: "";
}

.el-book:before {
	content: "";
}

.el-bookmark-empty:before {
	content: "";
}

.el-bookmark:before {
	content: "";
}

.el-braille:before {
	content: "";
}

.el-briefcase:before {
	content: "";
}

.el-broom:before {
	content: "";
}

.el-brush:before {
	content: "";
}

.el-bulb:before {
	content: "";
}

.el-bullhorn:before {
	content: "";
}

.el-calendar-sign:before {
	content: "";
}

.el-calendar:before {
	content: "";
}

.el-camera:before {
	content: "";
}

.el-car:before {
	content: "";
}

.el-caret-down:before {
	content: "";
}

.el-caret-left:before {
	content: "";
}

.el-caret-right:before {
	content: "";
}

.el-caret-up:before {
	content: "";
}

.el-cc:before {
	content: "";
}

.el-certificate:before {
	content: "";
}

.el-check-empty:before {
	content: "";
}

.el-check:before {
	content: "";
}

.el-chevron-down:before {
	content: "";
}

.el-chevron-left:before {
	content: "";
}

.el-chevron-right:before {
	content: "";
}

.el-chevron-up:before {
	content: "";
}

.el-child:before {
	content: "";
}

.el-circle-arrow-down:before {
	content: "";
}

.el-circle-arrow-left:before {
	content: "";
}

.el-circle-arrow-right:before {
	content: "";
}

.el-circle-arrow-up:before {
	content: "";
}

.el-cloud-alt:before {
	content: "";
}

.el-cloud:before {
	content: "";
}

.el-cog-alt:before {
	content: "";
}

.el-cog:before {
	content: "";
}

.el-cogs:before {
	content: "";
}

.el-comment-alt:before {
	content: "";
}

.el-comment:before {
	content: "";
}

.el-compass-alt:before {
	content: "";
}

.el-compass:before {
	content: "";
}

.el-credit-card:before {
	content: "";
}

.el-css:before {
	content: "";
}

.el-dashboard:before {
	content: "";
}

.el-delicious:before {
	content: "";
}

.el-deviantart:before {
	content: "";
}

.el-digg:before {
	content: "";
}

.el-download-alt:before {
	content: "";
}

.el-download:before {
	content: "";
}

.el-dribbble:before {
	content: "";
}

.el-edit:before {
	content: "";
}

.el-eject:before {
	content: "";
}

.el-envelope-alt:before {
	content: "";
}

.el-envelope:before {
	content: "";
}

.el-error-alt:before {
	content: "";
}

.el-error:before {
	content: "";
}

.el-eur:before {
	content: "";
}

.el-exclamation-sign:before {
	content: "";
}

.el-eye-close:before {
	content: "";
}

.el-eye-open:before {
	content: "";
}

.el-facebook:before {
	content: "";
}

.el-facetime-video:before {
	content: "";
}

.el-fast-backward:before {
	content: "";
}

.el-fast-forward:before {
	content: "";
}

.el-female:before {
	content: "";
}

.el-file-alt:before {
	content: "";
}

.el-file-edit-alt:before {
	content: "";
}

.el-file-edit:before {
	content: "";
}

.el-file-new-alt:before {
	content: "";
}

.el-file-new:before {
	content: "";
}

.el-file:before {
	content: "";
}

.el-film:before {
	content: "";
}

.el-filter:before {
	content: "";
}

.el-fire:before {
	content: "";
}

.el-flag-alt:before {
	content: "";
}

.el-flag:before {
	content: "";
}

.el-flickr:before {
	content: "";
}

.el-folder-close:before {
	content: "";
}

.el-folder-open:before {
	content: "";
}

.el-folder-sign:before {
	content: "";
}

.el-folder:before {
	content: "";
}

.el-font:before {
	content: "";
}

.el-fontsize:before {
	content: "";
}

.el-fork:before {
	content: "";
}

.el-forward-alt:before {
	content: "";
}

.el-forward:before {
	content: "";
}

.el-foursquare:before {
	content: "";
}

.el-friendfeed-rect:before {
	content: "";
}

.el-friendfeed:before {
	content: "";
}

.el-fullscreen:before {
	content: "";
}

.el-gbp:before {
	content: "";
}

.el-gift:before {
	content: "";
}

.el-github-text:before {
	content: "";
}

.el-github:before {
	content: "";
}

.el-glass:before {
	content: "";
}

.el-glasses:before {
	content: "";
}

.el-globe-alt:before {
	content: "";
}

.el-globe:before {
	content: "";
}

.el-googleplus:before {
	content: "";
}

.el-graph-alt:before {
	content: "";
}

.el-graph:before {
	content: "";
}

.el-group-alt:before {
	content: "";
}

.el-group:before {
	content: "";
}

.el-guidedog:before {
	content: "";
}

.el-hand-down:before {
	content: "";
}

.el-hand-left:before {
	content: "";
}

.el-hand-right:before {
	content: "";
}

.el-hand-up:before {
	content: "";
}

.el-hdd:before {
	content: "";
}

.el-headphones:before {
	content: "";
}

.el-hearing-impaired:before {
	content: "";
}

.el-heart-alt:before {
	content: "";
}

.el-heart-empty:before {
	content: "";
}

.el-heart:before {
	content: "";
}

.el-home-alt:before {
	content: "";
}

.el-home:before {
	content: "";
}

.el-hourglass:before {
	content: "";
}

.el-idea-alt:before {
	content: "";
}

.el-idea:before {
	content: "";
}

.el-inbox-alt:before {
	content: "";
}

.el-inbox-box:before {
	content: "";
}

.el-inbox:before {
	content: "";
}

.el-indent-left:before {
	content: "";
}

.el-indent-right:before {
	content: "";
}

.el-info-circle:before {
	content: "";
}

.el-instagram:before {
	content: "";
}

.el-iphone-home:before {
	content: "";
}

.el-italic:before {
	content: "";
}

.el-key:before {
	content: "";
}

.el-laptop-alt:before {
	content: "";
}

.el-laptop:before {
	content: "";
}

.el-lastfm:before {
	content: "";
}

.el-leaf:before {
	content: "";
}

.el-lines:before {
	content: "";
}

.el-link:before {
	content: "";
}

.el-linkedin:before {
	content: "";
}

.el-list-alt:before {
	content: "";
}

.el-list:before {
	content: "";
}

.el-livejournal:before {
	content: "";
}

.el-lock-alt:before {
	content: "";
}

.el-lock:before {
	content: "";
}

.el-magic:before {
	content: "";
}

.el-magnet:before {
	content: "";
}

.el-male:before {
	content: "";
}

.el-map-marker-alt:before {
	content: "";
}

.el-map-marker:before {
	content: "";
}

.el-mic-alt:before {
	content: "";
}

.el-mic:before {
	content: "";
}

.el-minus-sign:before {
	content: "";
}

.el-minus:before {
	content: "";
}

.el-move:before {
	content: "";
}

.el-music:before {
	content: "";
}

.el-myspace:before {
	content: "";
}

.el-network:before {
	content: "";
}

.el-off:before {
	content: "";
}

.el-ok-circle:before {
	content: "";
}

.el-ok-sign:before {
	content: "";
}

.el-ok:before {
	content: "";
}

.el-opensource:before {
	content: "";
}

.el-paper-clip-alt:before {
	content: "";
}

.el-paper-clip:before {
	content: "";
}

.el-path:before {
	content: "";
}

.el-pause-alt:before {
	content: "";
}

.el-pause:before {
	content: "";
}

.el-pencil-alt:before {
	content: "";
}

.el-pencil:before {
	content: "";
}

.el-person:before {
	content: "";
}

.el-phone-alt:before {
	content: "";
}

.el-phone:before {
	content: "";
}

.el-photo-alt:before {
	content: "";
}

.el-photo:before {
	content: "";
}

.el-picasa:before {
	content: "";
}

.el-picture:before {
	content: "";
}

.el-pinterest:before {
	content: "";
}

.el-plane:before {
	content: "";
}

.el-play-alt:before {
	content: "";
}

.el-play-circle:before {
	content: "";
}

.el-play:before {
	content: "";
}

.el-plurk-alt:before {
	content: "";
}

.el-plurk:before {
	content: "";
}

.el-plus-sign:before {
	content: "";
}

.el-plus:before {
	content: "";
}

.el-podcast:before {
	content: "";
}

.el-print:before {
	content: "";
}

.el-puzzle:before {
	content: "";
}

.el-qrcode:before {
	content: "";
}

.el-question-sign:before {
	content: "";
}

.el-question:before {
	content: "";
}

.el-quote-alt:before {
	content: "";
}

.el-quote-right-alt:before {
	content: "";
}

.el-quote-right:before {
	content: "";
}

.el-quotes:before {
	content: "";
}

.el-random:before {
	content: "";
}

.el-record:before {
	content: "";
}

.el-reddit:before {
	content: "";
}

.el-redux:before {
	content: "";
}

.el-refresh:before {
	content: "";
}

.el-remove-circle:before {
	content: "";
}

.el-remove-sign:before {
	content: "";
}

.el-remove:before {
	content: "";
}

.el-repeat-alt:before {
	content: "";
}

.el-repeat:before {
	content: "";
}

.el-resize-full:before {
	content: "";
}

.el-resize-horizontal:before {
	content: "";
}

.el-resize-small:before {
	content: "";
}

.el-resize-vertical:before {
	content: "";
}

.el-return-key:before {
	content: "";
}

.el-retweet:before {
	content: "";
}

.el-reverse-alt:before {
	content: "";
}

.el-road:before {
	content: "";
}

.el-rss:before {
	content: "";
}

.el-scissors:before {
	content: "";
}

.el-screen-alt:before {
	content: "";
}

.el-screen:before {
	content: "";
}

.el-screenshot:before {
	content: "";
}

.el-search-alt:before {
	content: "";
}

.el-search:before {
	content: "";
}

.el-share-alt:before {
	content: "";
}

.el-share:before {
	content: "";
}

.el-shopping-cart-sign:before {
	content: "";
}

.el-shopping-cart:before {
	content: "";
}

.el-signal:before {
	content: "";
}

.el-skype:before {
	content: "";
}

.el-slideshare:before {
	content: "";
}

.el-smiley-alt:before {
	content: "";
}

.el-smiley:before {
	content: "";
}

.el-soundcloud:before {
	content: "";
}

.el-speaker:before {
	content: "";
}

.el-spotify:before {
	content: "";
}

.el-stackoverflow:before {
	content: "";
}

.el-star-alt:before {
	content: "";
}

.el-star-empty:before {
	content: "";
}

.el-star:before {
	content: "";
}

.el-step-backward:before {
	content: "";
}

.el-step-forward:before {
	content: "";
}

.el-stop-alt:before {
	content: "";
}

.el-stop:before {
	content: "";
}

.el-stumbleupon:before {
	content: "";
}

.el-tag:before {
	content: "";
}

.el-tags:before {
	content: "";
}

.el-tasks:before {
	content: "";
}

.el-text-height:before {
	content: "";
}

.el-text-width:before {
	content: "";
}

.el-th-large:before {
	content: "";
}

.el-th-list:before {
	content: "";
}

.el-th:before {
	content: "";
}

.el-thumbs-down:before {
	content: "";
}

.el-thumbs-up:before {
	content: "";
}

.el-time-alt:before {
	content: "";
}

.el-time:before {
	content: "";
}

.el-tint:before {
	content: "";
}

.el-torso:before {
	content: "";
}

.el-trash-alt:before {
	content: "";
}

.el-trash:before {
	content: "";
}

.el-tumblr:before {
	content: "";
}

.el-twitter:before {
	content: "";
}

.el-universal-access:before {
	content: "";
}

.el-unlock-alt:before {
	content: "";
}

.el-unlock:before {
	content: "";
}

.el-upload:before {
	content: "";
}

.el-usd:before {
	content: "";
}

.el-user:before {
	content: "";
}

.el-viadeo:before {
	content: "";
}

.el-video-alt:before {
	content: "";
}

.el-video-chat:before {
	content: "";
}

.el-video:before {
	content: "";
}

.el-view-mode:before {
	content: "";
}

.el-vimeo:before {
	content: "";
}

.el-vkontakte:before {
	content: "";
}

.el-volume-down:before {
	content: "";
}

.el-volume-off:before {
	content: "";
}

.el-volume-up:before {
	content: "";
}

.el-w3c:before {
	content: "";
}

.el-warning-sign:before {
	content: "";
}

.el-website-alt:before {
	content: "";
}

.el-website:before {
	content: "";
}

.el-wheelchair:before {
	content: "";
}

.el-wordpress:before {
	content: "";
}

.el-wrench-alt:before {
	content: "";
}

.el-wrench:before {
	content: "";
}

.el-youtube:before {
	content: "";
}

.el-zoom-in:before {
	content: "";
}

.el-zoom-out:before {
	content: "";
}

[class*=" icofont-"], [class^=icofont-] {
	font-family: IcoFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before {
	content: "";
}

.icofont-bathtub:before {
	content: "";
}

.icofont-bird-wings:before {
	content: "";
}

.icofont-bow:before {
	content: "";
}

.icofont-castle:before {
	content: "";
}

.icofont-circuit:before {
	content: "";
}

.icofont-crown-king:before {
	content: "";
}

.icofont-crown-queen:before {
	content: "";
}

.icofont-dart:before {
	content: "";
}

.icofont-disability-race:before {
	content: "";
}

.icofont-diving-goggle:before {
	content: "";
}

.icofont-eye-open:before {
	content: "";
}

.icofont-flora-flower:before {
	content: "";
}

.icofont-flora:before {
	content: "";
}

.icofont-gift-box:before {
	content: "";
}

.icofont-halloween-pumpkin:before {
	content: "";
}

.icofont-hand-power:before {
	content: "";
}

.icofont-hand-thunder:before {
	content: "";
}

.icofont-king-monster:before {
	content: "";
}

.icofont-love:before {
	content: "";
}

.icofont-magician-hat:before {
	content: "";
}

.icofont-native-american:before {
	content: "";
}

.icofont-owl-look:before {
	content: "";
}

.icofont-phoenix:before {
	content: "";
}

.icofont-robot-face:before {
	content: "";
}

.icofont-sand-clock:before {
	content: "";
}

.icofont-shield-alt:before {
	content: "";
}

.icofont-ship-wheel:before {
	content: "";
}

.icofont-skull-danger:before {
	content: "";
}

.icofont-skull-face:before {
	content: "";
}

.icofont-snowmobile:before {
	content: "";
}

.icofont-space-shuttle:before {
	content: "";
}

.icofont-star-shape:before {
	content: "";
}

.icofont-swirl:before {
	content: "";
}

.icofont-tattoo-wing:before {
	content: "";
}

.icofont-throne:before {
	content: "";
}

.icofont-tree-alt:before {
	content: "";
}

.icofont-triangle:before {
	content: "";
}

.icofont-unity-hand:before {
	content: "";
}

.icofont-weed:before {
	content: "";
}

.icofont-woman-bird:before {
	content: "";
}

.icofont-bat:before {
	content: "";
}

.icofont-bear-face:before {
	content: "";
}

.icofont-bear-tracks:before {
	content: "";
}

.icofont-bear:before {
	content: "";
}

.icofont-bird-alt:before {
	content: "";
}

.icofont-bird-flying:before {
	content: "";
}

.icofont-bird:before {
	content: "";
}

.icofont-birds:before {
	content: "";
}

.icofont-bone:before {
	content: "";
}

.icofont-bull:before {
	content: "";
}

.icofont-butterfly-alt:before {
	content: "";
}

.icofont-butterfly:before {
	content: "";
}

.icofont-camel-alt:before {
	content: "";
}

.icofont-camel-head:before {
	content: "";
}

.icofont-camel:before {
	content: "";
}

.icofont-cat-alt-1:before {
	content: "";
}

.icofont-cat-alt-2:before {
	content: "";
}

.icofont-cat-alt-3:before {
	content: "";
}

.icofont-cat-dog:before {
	content: "";
}

.icofont-cat-face:before {
	content: "";
}

.icofont-cat:before {
	content: "";
}

.icofont-cow-head:before {
	content: "";
}

.icofont-cow:before {
	content: "";
}

.icofont-crab:before {
	content: "";
}

.icofont-crocodile:before {
	content: "";
}

.icofont-deer-head:before {
	content: "";
}

.icofont-dog-alt:before {
	content: "";
}

.icofont-dog-barking:before {
	content: "";
}

.icofont-dog:before {
	content: "";
}

.icofont-dolphin:before {
	content: "";
}

.icofont-duck-tracks:before {
	content: "";
}

.icofont-eagle-head:before {
	content: "";
}

.icofont-eaten-fish:before {
	content: "";
}

.icofont-elephant-alt:before {
	content: "";
}

.icofont-elephant-head-alt:before {
	content: "";
}

.icofont-elephant-head:before {
	content: "";
}

.icofont-elephant:before {
	content: "";
}

.icofont-elk:before {
	content: "";
}

.icofont-fish-1:before {
	content: "";
}

.icofont-fish-2:before {
	content: "";
}

.icofont-fish-3:before {
	content: "";
}

.icofont-fish-4:before {
	content: "";
}

.icofont-fish-5:before {
	content: "";
}

.icofont-fish:before {
	content: "";
}

.icofont-fox-alt:before {
	content: "";
}

.icofont-fox:before {
	content: "";
}

.icofont-frog-tracks:before {
	content: "";
}

.icofont-frog:before {
	content: "";
}

.icofont-froggy:before {
	content: "";
}

.icofont-giraffe-head-1:before {
	content: "";
}

.icofont-giraffe-head-2:before {
	content: "";
}

.icofont-giraffe-head:before {
	content: "";
}

.icofont-giraffe:before {
	content: "";
}

.icofont-goat-head:before {
	content: "";
}

.icofont-gorilla:before {
	content: "";
}

.icofont-hen-tracks:before {
	content: "";
}

.icofont-horse-head-1:before {
	content: "";
}

.icofont-horse-head-2:before {
	content: "";
}

.icofont-horse-head:before {
	content: "";
}

.icofont-horse-tracks:before {
	content: "";
}

.icofont-jellyfish:before {
	content: "";
}

.icofont-kangaroo:before {
	content: "";
}

.icofont-lemur:before {
	content: "";
}

.icofont-lion-head-1:before {
	content: "";
}

.icofont-lion-head-2:before {
	content: "";
}

.icofont-lion-head:before {
	content: "";
}

.icofont-lion:before {
	content: "";
}

.icofont-monkey-2:before {
	content: "";
}

.icofont-monkey-3:before {
	content: "";
}

.icofont-monkey-face:before {
	content: "";
}

.icofont-monkey:before {
	content: "";
}

.icofont-octopus-alt:before {
	content: "";
}

.icofont-octopus:before {
	content: "";
}

.icofont-owl:before {
	content: "";
}

.icofont-panda-face:before {
	content: "";
}

.icofont-panda:before {
	content: "";
}

.icofont-panther:before {
	content: "";
}

.icofont-parrot-lip:before {
	content: "";
}

.icofont-parrot:before {
	content: "";
}

.icofont-paw:before {
	content: "";
}

.icofont-pelican:before {
	content: "";
}

.icofont-penguin:before {
	content: "";
}

.icofont-pig-face:before {
	content: "";
}

.icofont-pig:before {
	content: "";
}

.icofont-pigeon-1:before {
	content: "";
}

.icofont-pigeon-2:before {
	content: "";
}

.icofont-pigeon:before {
	content: "";
}

.icofont-rabbit:before {
	content: "";
}

.icofont-rat:before {
	content: "";
}

.icofont-rhino-head:before {
	content: "";
}

.icofont-rhino:before {
	content: "";
}

.icofont-rooster:before {
	content: "";
}

.icofont-seahorse:before {
	content: "";
}

.icofont-seal:before {
	content: "";
}

.icofont-shrimp-alt:before {
	content: "";
}

.icofont-shrimp:before {
	content: "";
}

.icofont-snail-1:before {
	content: "";
}

.icofont-snail-2:before {
	content: "";
}

.icofont-snail-3:before {
	content: "";
}

.icofont-snail:before {
	content: "";
}

.icofont-snake:before {
	content: "";
}

.icofont-squid:before {
	content: "";
}

.icofont-squirrel:before {
	content: "";
}

.icofont-tiger-face:before {
	content: "";
}

.icofont-tiger:before {
	content: "";
}

.icofont-turtle:before {
	content: "";
}

.icofont-whale:before {
	content: "";
}

.icofont-woodpecker:before {
	content: "";
}

.icofont-zebra:before {
	content: "";
}

.icofont-brand-acer:before {
	content: "";
}

.icofont-brand-adidas:before {
	content: "";
}

.icofont-brand-adobe:before {
	content: "";
}

.icofont-brand-air-new-zealand:before {
	content: "";
}

.icofont-brand-airbnb:before {
	content: "";
}

.icofont-brand-aircell:before {
	content: "";
}

.icofont-brand-airtel:before {
	content: "";
}

.icofont-brand-alcatel:before {
	content: "";
}

.icofont-brand-alibaba:before {
	content: "";
}

.icofont-brand-aliexpress:before {
	content: "";
}

.icofont-brand-alipay:before {
	content: "";
}

.icofont-brand-amazon:before {
	content: "";
}

.icofont-brand-amd:before {
	content: "";
}

.icofont-brand-american-airlines:before {
	content: "";
}

.icofont-brand-android-robot:before {
	content: "";
}

.icofont-brand-android:before {
	content: "";
}

.icofont-brand-aol:before {
	content: "";
}

.icofont-brand-apple:before {
	content: "";
}

.icofont-brand-appstore:before {
	content: "";
}

.icofont-brand-asus:before {
	content: "";
}

.icofont-brand-ati:before {
	content: "";
}

.icofont-brand-att:before {
	content: "";
}

.icofont-brand-audi:before {
	content: "";
}

.icofont-brand-axiata:before {
	content: "";
}

.icofont-brand-bada:before {
	content: "";
}

.icofont-brand-bbc:before {
	content: "";
}

.icofont-brand-bing:before {
	content: "";
}

.icofont-brand-blackberry:before {
	content: "";
}

.icofont-brand-bmw:before {
	content: "";
}

.icofont-brand-box:before {
	content: "";
}

.icofont-brand-burger-king:before {
	content: "";
}

.icofont-brand-business-insider:before {
	content: "";
}

.icofont-brand-buzzfeed:before {
	content: "";
}

.icofont-brand-cannon:before {
	content: "";
}

.icofont-brand-casio:before {
	content: "";
}

.icofont-brand-china-mobile:before {
	content: "";
}

.icofont-brand-china-telecom:before {
	content: "";
}

.icofont-brand-china-unicom:before {
	content: "";
}

.icofont-brand-cisco:before {
	content: "";
}

.icofont-brand-citibank:before {
	content: "";
}

.icofont-brand-cnet:before {
	content: "";
}

.icofont-brand-cnn:before {
	content: "";
}

.icofont-brand-cocal-cola:before {
	content: "";
}

.icofont-brand-compaq:before {
	content: "";
}

.icofont-brand-debian:before {
	content: "";
}

.icofont-brand-delicious:before {
	content: "";
}

.icofont-brand-dell:before {
	content: "";
}

.icofont-brand-designbump:before {
	content: "";
}

.icofont-brand-designfloat:before {
	content: "";
}

.icofont-brand-disney:before {
	content: "";
}

.icofont-brand-dodge:before {
	content: "";
}

.icofont-brand-dove:before {
	content: "";
}

.icofont-brand-drupal:before {
	content: "";
}

.icofont-brand-ebay:before {
	content: "";
}

.icofont-brand-eleven:before {
	content: "";
}

.icofont-brand-emirates:before {
	content: "";
}

.icofont-brand-espn:before {
	content: "";
}

.icofont-brand-etihad-airways:before {
	content: "";
}

.icofont-brand-etisalat:before {
	content: "";
}

.icofont-brand-etsy:before {
	content: "";
}

.icofont-brand-fastrack:before {
	content: "";
}

.icofont-brand-fedex:before {
	content: "";
}

.icofont-brand-ferrari:before {
	content: "";
}

.icofont-brand-fitbit:before {
	content: "";
}

.icofont-brand-flikr:before {
	content: "";
}

.icofont-brand-forbes:before {
	content: "";
}

.icofont-brand-foursquare:before {
	content: "";
}

.icofont-brand-foxconn:before {
	content: "";
}

.icofont-brand-fujitsu:before {
	content: "";
}

.icofont-brand-general-electric:before {
	content: "";
}

.icofont-brand-gillette:before {
	content: "";
}

.icofont-brand-gizmodo:before {
	content: "";
}

.icofont-brand-gnome:before {
	content: "";
}

.icofont-brand-google:before {
	content: "";
}

.icofont-brand-gopro:before {
	content: "";
}

.icofont-brand-gucci:before {
	content: "";
}

.icofont-brand-hallmark:before {
	content: "";
}

.icofont-brand-hi5:before {
	content: "";
}

.icofont-brand-honda:before {
	content: "";
}

.icofont-brand-hp:before {
	content: "";
}

.icofont-brand-hsbc:before {
	content: "";
}

.icofont-brand-htc:before {
	content: "";
}

.icofont-brand-huawei:before {
	content: "";
}

.icofont-brand-hulu:before {
	content: "";
}

.icofont-brand-hyundai:before {
	content: "";
}

.icofont-brand-ibm:before {
	content: "";
}

.icofont-brand-icofont:before {
	content: "";
}

.icofont-brand-icq:before {
	content: "";
}

.icofont-brand-ikea:before {
	content: "";
}

.icofont-brand-imdb:before {
	content: "";
}

.icofont-brand-indiegogo:before {
	content: "";
}

.icofont-brand-intel:before {
	content: "";
}

.icofont-brand-ipair:before {
	content: "";
}

.icofont-brand-jaguar:before {
	content: "";
}

.icofont-brand-java:before {
	content: "";
}

.icofont-brand-joomla:before {
	content: "";
}

.icofont-brand-kickstarter:before {
	content: "";
}

.icofont-brand-kik:before {
	content: "";
}

.icofont-brand-lastfm:before {
	content: "";
}

.icofont-brand-lego:before {
	content: "";
}

.icofont-brand-lenovo:before {
	content: "";
}

.icofont-brand-levis:before {
	content: "";
}

.icofont-brand-lexus:before {
	content: "";
}

.icofont-brand-lg:before {
	content: "";
}

.icofont-brand-life-hacker:before {
	content: "";
}

.icofont-brand-linux-mint:before {
	content: "";
}

.icofont-brand-linux:before {
	content: "";
}

.icofont-brand-lionix:before {
	content: "";
}

.icofont-brand-loreal:before {
	content: "";
}

.icofont-brand-louis-vuitton:before {
	content: "";
}

.icofont-brand-mac-os:before {
	content: "";
}

.icofont-brand-marvel-app:before {
	content: "";
}

.icofont-brand-mashable:before {
	content: "";
}

.icofont-brand-mazda:before {
	content: "";
}

.icofont-brand-mcdonals:before {
	content: "";
}

.icofont-brand-mercedes:before {
	content: "";
}

.icofont-brand-micromax:before {
	content: "";
}

.icofont-brand-microsoft:before {
	content: "";
}

.icofont-brand-mobileme:before {
	content: "";
}

.icofont-brand-mobily:before {
	content: "";
}

.icofont-brand-motorola:before {
	content: "";
}

.icofont-brand-msi:before {
	content: "";
}

.icofont-brand-mts:before {
	content: "";
}

.icofont-brand-myspace:before {
	content: "";
}

.icofont-brand-mytv:before {
	content: "";
}

.icofont-brand-nasa:before {
	content: "";
}

.icofont-brand-natgeo:before {
	content: "";
}

.icofont-brand-nbc:before {
	content: "";
}

.icofont-brand-nescafe:before {
	content: "";
}

.icofont-brand-nestle:before {
	content: "";
}

.icofont-brand-netflix:before {
	content: "";
}

.icofont-brand-nexus:before {
	content: "";
}

.icofont-brand-nike:before {
	content: "";
}

.icofont-brand-nokia:before {
	content: "";
}

.icofont-brand-nvidia:before {
	content: "";
}

.icofont-brand-omega:before {
	content: "";
}

.icofont-brand-opensuse:before {
	content: "";
}

.icofont-brand-oracle:before {
	content: "";
}

.icofont-brand-panasonic:before {
	content: "";
}

.icofont-brand-paypal:before {
	content: "";
}

.icofont-brand-pepsi:before {
	content: "";
}

.icofont-brand-philips:before {
	content: "";
}

.icofont-brand-pizza-hut:before {
	content: "";
}

.icofont-brand-playstation:before {
	content: "";
}

.icofont-brand-puma:before {
	content: "";
}

.icofont-brand-qatar-air:before {
	content: "";
}

.icofont-brand-qvc:before {
	content: "";
}

.icofont-brand-readernaut:before {
	content: "";
}

.icofont-brand-redbull:before {
	content: "";
}

.icofont-brand-reebok:before {
	content: "";
}

.icofont-brand-reuters:before {
	content: "";
}

.icofont-brand-samsung:before {
	content: "";
}

.icofont-brand-sap:before {
	content: "";
}

.icofont-brand-saudia-airlines:before {
	content: "";
}

.icofont-brand-scribd:before {
	content: "";
}

.icofont-brand-shell:before {
	content: "";
}

.icofont-brand-siemens:before {
	content: "";
}

.icofont-brand-sk-telecom:before {
	content: "";
}

.icofont-brand-slideshare:before {
	content: "";
}

.icofont-brand-smashing-magazine:before {
	content: "";
}

.icofont-brand-snapchat:before {
	content: "";
}

.icofont-brand-sony-ericsson:before {
	content: "";
}

.icofont-brand-sony:before {
	content: "";
}

.icofont-brand-soundcloud:before {
	content: "";
}

.icofont-brand-sprint:before {
	content: "";
}

.icofont-brand-squidoo:before {
	content: "";
}

.icofont-brand-starbucks:before {
	content: "";
}

.icofont-brand-stc:before {
	content: "";
}

.icofont-brand-steam:before {
	content: "";
}

.icofont-brand-suzuki:before {
	content: "";
}

.icofont-brand-symbian:before {
	content: "";
}

.icofont-brand-t-mobile:before {
	content: "";
}

.icofont-brand-tango:before {
	content: "";
}

.icofont-brand-target:before {
	content: "";
}

.icofont-brand-tata-indicom:before {
	content: "";
}

.icofont-brand-techcrunch:before {
	content: "";
}

.icofont-brand-telenor:before {
	content: "";
}

.icofont-brand-teliasonera:before {
	content: "";
}

.icofont-brand-tesla:before {
	content: "";
}

.icofont-brand-the-verge:before {
	content: "";
}

.icofont-brand-thenextweb:before {
	content: "";
}

.icofont-brand-toshiba:before {
	content: "";
}

.icofont-brand-toyota:before {
	content: "";
}

.icofont-brand-tribenet:before {
	content: "";
}

.icofont-brand-ubuntu:before {
	content: "";
}

.icofont-brand-unilever:before {
	content: "";
}

.icofont-brand-vaio:before {
	content: "";
}

.icofont-brand-verizon:before {
	content: "";
}

.icofont-brand-viber:before {
	content: "";
}

.icofont-brand-vodafone:before {
	content: "";
}

.icofont-brand-volkswagen:before {
	content: "";
}

.icofont-brand-walmart:before {
	content: "";
}

.icofont-brand-warnerbros:before {
	content: "";
}

.icofont-brand-whatsapp:before {
	content: "";
}

.icofont-brand-wikipedia:before {
	content: "";
}

.icofont-brand-windows:before {
	content: "";
}

.icofont-brand-wire:before {
	content: "";
}

.icofont-brand-wordpress:before {
	content: "";
}

.icofont-brand-xiaomi:before {
	content: "";
}

.icofont-brand-yahoobuzz:before {
	content: "";
}

.icofont-brand-yamaha:before {
	content: "";
}

.icofont-brand-youtube:before {
	content: "";
}

.icofont-brand-zain:before {
	content: "";
}

.icofont-bank-alt:before {
	content: "";
}

.icofont-bank:before {
	content: "";
}

.icofont-barcode:before {
	content: "";
}

.icofont-bill-alt:before {
	content: "";
}

.icofont-billboard:before {
	content: "";
}

.icofont-briefcase-1:before {
	content: "";
}

.icofont-briefcase-2:before {
	content: "";
}

.icofont-businessman:before {
	content: "";
}

.icofont-businesswoman:before {
	content: "";
}

.icofont-chair:before {
	content: "";
}

.icofont-coins:before {
	content: "";
}

.icofont-company:before {
	content: "";
}

.icofont-contact-add:before {
	content: "";
}

.icofont-files-stack:before {
	content: "";
}

.icofont-handshake-deal:before {
	content: "";
}

.icofont-id-card:before {
	content: "";
}

.icofont-meeting-add:before {
	content: "";
}

.icofont-money-bag:before {
	content: "";
}

.icofont-pie-chart:before {
	content: "";
}

.icofont-presentation-alt:before {
	content: "";
}

.icofont-presentation:before {
	content: "";
}

.icofont-stamp:before {
	content: "";
}

.icofont-stock-mobile:before {
	content: "";
}

.icofont-chart-arrows-axis:before {
	content: "";
}

.icofont-chart-bar-graph:before {
	content: "";
}

.icofont-chart-flow-1:before {
	content: "";
}

.icofont-chart-flow-2:before {
	content: "";
}

.icofont-chart-flow:before {
	content: "";
}

.icofont-chart-growth:before {
	content: "";
}

.icofont-chart-histogram-alt:before {
	content: "";
}

.icofont-chart-histogram:before {
	content: "";
}

.icofont-chart-line-alt:before {
	content: "";
}

.icofont-chart-line:before {
	content: "";
}

.icofont-chart-pie-alt:before {
	content: "";
}

.icofont-chart-pie:before {
	content: "";
}

.icofont-chart-radar-graph:before {
	content: "";
}

.icofont-architecture-alt:before {
	content: "";
}

.icofont-architecture:before {
	content: "";
}

.icofont-barricade:before {
	content: "";
}

.icofont-bolt:before {
	content: "";
}

.icofont-bricks:before {
	content: "";
}

.icofont-building-alt:before {
	content: "";
}

.icofont-bull-dozer:before {
	content: "";
}

.icofont-calculations:before {
	content: "";
}

.icofont-cement-mix:before {
	content: "";
}

.icofont-cement-mixer:before {
	content: "";
}

.icofont-concrete-mixer:before {
	content: "";
}

.icofont-danger-zone:before {
	content: "";
}

.icofont-drill:before {
	content: "";
}

.icofont-eco-energy:before {
	content: "";
}

.icofont-eco-environmen:before {
	content: "";
}

.icofont-energy-air:before {
	content: "";
}

.icofont-energy-oil:before {
	content: "";
}

.icofont-energy-savings:before {
	content: "";
}

.icofont-energy-solar:before {
	content: "";
}

.icofont-energy-water:before {
	content: "";
}

.icofont-engineer:before {
	content: "";
}

.icofont-fire-extinguisher-alt:before {
	content: "";
}

.icofont-fire-extinguisher:before {
	content: "";
}

.icofont-fix-tools:before {
	content: "";
}

.icofont-fork-lift:before {
	content: "";
}

.icofont-glue-oil:before {
	content: "";
}

.icofont-hammer-alt:before {
	content: "";
}

.icofont-hammer:before {
	content: "";
}

.icofont-help-robot:before {
	content: "";
}

.icofont-industries-1:before {
	content: "";
}

.icofont-industries-2:before {
	content: "";
}

.icofont-industries-3:before {
	content: "";
}

.icofont-industries-4:before {
	content: "";
}

.icofont-industries-5:before {
	content: "";
}

.icofont-industries:before {
	content: "";
}

.icofont-labour:before {
	content: "";
}

.icofont-mining:before {
	content: "";
}

.icofont-paint-brush:before {
	content: "";
}

.icofont-pollution:before {
	content: "";
}

.icofont-power-zone:before {
	content: "";
}

.icofont-radio-active:before {
	content: "";
}

.icofont-recycle-alt:before {
	content: "";
}

.icofont-recycling-man:before {
	content: "";
}

.icofont-safety-hat-light:before {
	content: "";
}

.icofont-safety-hat:before {
	content: "";
}

.icofont-saw:before {
	content: "";
}

.icofont-screw-driver:before {
	content: "";
}

.icofont-tools-1:before {
	content: "";
}

.icofont-tools-bag:before {
	content: "";
}

.icofont-tow-truck:before {
	content: "";
}

.icofont-trolley:before {
	content: "";
}

.icofont-trowel:before {
	content: "";
}

.icofont-under-construction-alt:before {
	content: "";
}

.icofont-under-construction:before {
	content: "";
}

.icofont-vehicle-cement:before {
	content: "";
}

.icofont-vehicle-crane:before {
	content: "";
}

.icofont-vehicle-delivery-van:before {
	content: "";
}

.icofont-vehicle-dozer:before {
	content: "";
}

.icofont-vehicle-excavator:before {
	content: "";
}

.icofont-vehicle-trucktor:before {
	content: "";
}

.icofont-vehicle-wrecking:before {
	content: "";
}

.icofont-worker:before {
	content: "";
}

.icofont-workers-group:before {
	content: "";
}

.icofont-wrench:before {
	content: "";
}

.icofont-afghani-false:before {
	content: "";
}

.icofont-afghani-minus:before {
	content: "";
}

.icofont-afghani-plus:before {
	content: "";
}

.icofont-afghani-true:before {
	content: "";
}

.icofont-afghani:before {
	content: "";
}

.icofont-baht-false:before {
	content: "";
}

.icofont-baht-minus:before {
	content: "";
}

.icofont-baht-plus:before {
	content: "";
}

.icofont-baht-true:before {
	content: "";
}

.icofont-baht:before {
	content: "";
}

.icofont-bitcoin-false:before {
	content: "";
}

.icofont-bitcoin-minus:before {
	content: "";
}

.icofont-bitcoin-plus:before {
	content: "";
}

.icofont-bitcoin-true:before {
	content: "";
}

.icofont-bitcoin:before {
	content: "";
}

.icofont-dollar-flase:before {
	content: "";
}

.icofont-dollar-minus:before {
	content: "";
}

.icofont-dollar-plus:before {
	content: "";
}

.icofont-dollar-true:before {
	content: "";
}

.icofont-dollar:before {
	content: "";
}

.icofont-dong-false:before {
	content: "";
}

.icofont-dong-minus:before {
	content: "";
}

.icofont-dong-plus:before {
	content: "";
}

.icofont-dong-true:before {
	content: "";
}

.icofont-dong:before {
	content: "";
}

.icofont-euro-false:before {
	content: "";
}

.icofont-euro-minus:before {
	content: "";
}

.icofont-euro-plus:before {
	content: "";
}

.icofont-euro-true:before {
	content: "";
}

.icofont-euro:before {
	content: "";
}

.icofont-frank-false:before {
	content: "";
}

.icofont-frank-minus:before {
	content: "";
}

.icofont-frank-plus:before {
	content: "";
}

.icofont-frank-true:before {
	content: "";
}

.icofont-frank:before {
	content: "";
}

.icofont-hryvnia-false:before {
	content: "";
}

.icofont-hryvnia-minus:before {
	content: "";
}

.icofont-hryvnia-plus:before {
	content: "";
}

.icofont-hryvnia-true:before {
	content: "";
}

.icofont-hryvnia:before {
	content: "";
}

.icofont-lira-false:before {
	content: "";
}

.icofont-lira-minus:before {
	content: "";
}

.icofont-lira-plus:before {
	content: "";
}

.icofont-lira-true:before {
	content: "";
}

.icofont-lira:before {
	content: "";
}

.icofont-peseta-false:before {
	content: "";
}

.icofont-peseta-minus:before {
	content: "";
}

.icofont-peseta-plus:before {
	content: "";
}

.icofont-peseta-true:before {
	content: "";
}

.icofont-peseta:before {
	content: "";
}

.icofont-peso-false:before {
	content: "";
}

.icofont-peso-minus:before {
	content: "";
}

.icofont-peso-plus:before {
	content: "";
}

.icofont-peso-true:before {
	content: "";
}

.icofont-peso:before {
	content: "";
}

.icofont-pound-false:before {
	content: "";
}

.icofont-pound-minus:before {
	content: "";
}

.icofont-pound-plus:before {
	content: "";
}

.icofont-pound-true:before {
	content: "";
}

.icofont-pound:before {
	content: "";
}

.icofont-renminbi-false:before {
	content: "";
}

.icofont-renminbi-minus:before {
	content: "";
}

.icofont-renminbi-plus:before {
	content: "";
}

.icofont-renminbi-true:before {
	content: "";
}

.icofont-renminbi:before {
	content: "";
}

.icofont-riyal-false:before {
	content: "";
}

.icofont-riyal-minus:before {
	content: "";
}

.icofont-riyal-plus:before {
	content: "";
}

.icofont-riyal-true:before {
	content: "";
}

.icofont-riyal:before {
	content: "";
}

.icofont-rouble-false:before {
	content: "";
}

.icofont-rouble-minus:before {
	content: "";
}

.icofont-rouble-plus:before {
	content: "";
}

.icofont-rouble-true:before {
	content: "";
}

.icofont-rouble:before {
	content: "";
}

.icofont-rupee-false:before {
	content: "";
}

.icofont-rupee-minus:before {
	content: "";
}

.icofont-rupee-plus:before {
	content: "";
}

.icofont-rupee-true:before {
	content: "";
}

.icofont-rupee:before {
	content: "";
}

.icofont-taka-false:before {
	content: "";
}

.icofont-taka-minus:before {
	content: "";
}

.icofont-taka-plus:before {
	content: "";
}

.icofont-taka-true:before {
	content: "";
}

.icofont-taka:before {
	content: "";
}

.icofont-turkish-lira-false:before {
	content: "";
}

.icofont-turkish-lira-minus:before {
	content: "";
}

.icofont-turkish-lira-plus:before {
	content: "";
}

.icofont-turkish-lira-true:before {
	content: "";
}

.icofont-turkish-lira:before {
	content: "";
}

.icofont-won-false:before {
	content: "";
}

.icofont-won-minus:before {
	content: "";
}

.icofont-won-plus:before {
	content: "";
}

.icofont-won-true:before {
	content: "";
}

.icofont-won:before {
	content: "";
}

.icofont-yen-false:before {
	content: "";
}

.icofont-yen-minus:before {
	content: "";
}

.icofont-yen-plus:before {
	content: "";
}

.icofont-yen-true:before {
	content: "";
}

.icofont-yen:before {
	content: "";
}

.icofont-android-nexus:before {
	content: "";
}

.icofont-android-tablet:before {
	content: "";
}

.icofont-apple-watch:before {
	content: "";
}

.icofont-drawing-tablet:before {
	content: "";
}

.icofont-earphone:before {
	content: "";
}

.icofont-flash-drive:before {
	content: "";
}

.icofont-game-console:before {
	content: "";
}

.icofont-game-controller:before {
	content: "";
}

.icofont-game-pad:before {
	content: "";
}

.icofont-game:before {
	content: "";
}

.icofont-headphone-alt-1:before {
	content: "";
}

.icofont-headphone-alt-2:before {
	content: "";
}

.icofont-headphone-alt-3:before {
	content: "";
}

.icofont-headphone-alt:before {
	content: "";
}

.icofont-headphone:before {
	content: "";
}

.icofont-htc-one:before {
	content: "";
}

.icofont-imac:before {
	content: "";
}

.icofont-ipad:before {
	content: "";
}

.icofont-iphone:before {
	content: "";
}

.icofont-ipod-nano:before {
	content: "";
}

.icofont-ipod-touch:before {
	content: "";
}

.icofont-keyboard-alt:before {
	content: "";
}

.icofont-keyboard-wireless:before {
	content: "";
}

.icofont-keyboard:before {
	content: "";
}

.icofont-laptop-alt:before {
	content: "";
}

.icofont-laptop:before {
	content: "";
}

.icofont-macbook:before {
	content: "";
}

.icofont-magic-mouse:before {
	content: "";
}

.icofont-micro-chip:before {
	content: "";
}

.icofont-microphone-alt:before {
	content: "";
}

.icofont-microphone:before {
	content: "";
}

.icofont-monitor:before {
	content: "";
}

.icofont-mouse:before {
	content: "";
}

.icofont-mp3-player:before {
	content: "";
}

.icofont-nintendo:before {
	content: "";
}

.icofont-playstation-alt:before {
	content: "";
}

.icofont-psvita:before {
	content: "";
}

.icofont-radio-mic:before {
	content: "";
}

.icofont-radio:before {
	content: "";
}

.icofont-refrigerator:before {
	content: "";
}

.icofont-samsung-galaxy:before {
	content: "";
}

.icofont-surface-tablet:before {
	content: "";
}

.icofont-ui-head-phone:before {
	content: "";
}

.icofont-ui-keyboard:before {
	content: "";
}

.icofont-washing-machine:before {
	content: "";
}

.icofont-wifi-router:before {
	content: "";
}

.icofont-wii-u:before {
	content: "";
}

.icofont-windows-lumia:before {
	content: "";
}

.icofont-wireless-mouse:before {
	content: "";
}

.icofont-xbox-360:before {
	content: "";
}

.icofont-arrow-down:before {
	content: "";
}

.icofont-arrow-left:before {
	content: "";
}

.icofont-arrow-right:before {
	content: "";
}

.icofont-arrow-up:before {
	content: "";
}

.icofont-block-down:before {
	content: "";
}

.icofont-block-left:before {
	content: "";
}

.icofont-block-right:before {
	content: "";
}

.icofont-block-up:before {
	content: "";
}

.icofont-bubble-down:before {
	content: "";
}

.icofont-bubble-left:before {
	content: "";
}

.icofont-bubble-right:before {
	content: "";
}

.icofont-bubble-up:before {
	content: "";
}

.icofont-caret-down:before {
	content: "";
}

.icofont-caret-left:before {
	content: "";
}

.icofont-caret-right:before {
	content: "";
}

.icofont-caret-up:before {
	content: "";
}

.icofont-circled-down:before {
	content: "";
}

.icofont-circled-left:before {
	content: "";
}

.icofont-circled-right:before {
	content: "";
}

.icofont-circled-up:before {
	content: "";
}

.icofont-collapse:before {
	content: "";
}

.icofont-cursor-drag:before {
	content: "";
}

.icofont-curved-double-left:before {
	content: "";
}

.icofont-curved-double-right:before {
	content: "";
}

.icofont-curved-down:before {
	content: "";
}

.icofont-curved-left:before {
	content: "";
}

.icofont-curved-right:before {
	content: "";
}

.icofont-curved-up:before {
	content: "";
}

.icofont-dotted-down:before {
	content: "";
}

.icofont-dotted-left:before {
	content: "";
}

.icofont-dotted-right:before {
	content: "";
}

.icofont-dotted-up:before {
	content: "";
}

.icofont-double-left:before {
	content: "";
}

.icofont-double-right:before {
	content: "";
}

.icofont-expand-alt:before {
	content: "";
}

.icofont-hand-down:before {
	content: "";
}

.icofont-hand-drag:before {
	content: "";
}

.icofont-hand-drag1:before {
	content: "";
}

.icofont-hand-drag2:before {
	content: "";
}

.icofont-hand-drawn-alt-down:before {
	content: "";
}

.icofont-hand-drawn-alt-left:before {
	content: "";
}

.icofont-hand-drawn-alt-right:before {
	content: "";
}

.icofont-hand-drawn-alt-up:before {
	content: "";
}

.icofont-hand-drawn-down:before {
	content: "";
}

.icofont-hand-drawn-left:before {
	content: "";
}

.icofont-hand-drawn-right:before {
	content: "";
}

.icofont-hand-drawn-up:before {
	content: "";
}

.icofont-hand-grippers:before {
	content: "";
}

.icofont-hand-left:before {
	content: "";
}

.icofont-hand-right:before {
	content: "";
}

.icofont-hand-up:before {
	content: "";
}

.icofont-line-block-down:before {
	content: "";
}

.icofont-line-block-left:before {
	content: "";
}

.icofont-line-block-right:before {
	content: "";
}

.icofont-line-block-up:before {
	content: "";
}

.icofont-long-arrow-down:before {
	content: "";
}

.icofont-long-arrow-left:before {
	content: "";
}

.icofont-long-arrow-right:before {
	content: "";
}

.icofont-long-arrow-up:before {
	content: "";
}

.icofont-rounded-collapse:before {
	content: "";
}

.icofont-rounded-double-left:before {
	content: "";
}

.icofont-rounded-double-right:before {
	content: "";
}

.icofont-rounded-down:before {
	content: "";
}

.icofont-rounded-expand:before {
	content: "";
}

.icofont-rounded-left-down:before {
	content: "";
}

.icofont-rounded-left-up:before {
	content: "";
}

.icofont-rounded-left:before {
	content: "";
}

.icofont-rounded-right-down:before {
	content: "";
}

.icofont-rounded-right-up:before {
	content: "";
}

.icofont-rounded-right:before {
	content: "";
}

.icofont-rounded-up:before {
	content: "";
}

.icofont-scroll-bubble-down:before {
	content: "";
}

.icofont-scroll-bubble-left:before {
	content: "";
}

.icofont-scroll-bubble-right:before {
	content: "";
}

.icofont-scroll-bubble-up:before {
	content: "";
}

.icofont-scroll-double-down:before {
	content: "";
}

.icofont-scroll-double-left:before {
	content: "";
}

.icofont-scroll-double-right:before {
	content: "";
}

.icofont-scroll-double-up:before {
	content: "";
}

.icofont-scroll-down:before {
	content: "";
}

.icofont-scroll-left:before {
	content: "";
}

.icofont-scroll-long-down:before {
	content: "";
}

.icofont-scroll-long-left:before {
	content: "";
}

.icofont-scroll-long-right:before {
	content: "";
}

.icofont-scroll-long-up:before {
	content: "";
}

.icofont-scroll-right:before {
	content: "";
}

.icofont-scroll-up:before {
	content: "";
}

.icofont-simple-down:before {
	content: "";
}

.icofont-simple-left-down:before {
	content: "";
}

.icofont-simple-left-up:before {
	content: "";
}

.icofont-simple-left:before {
	content: "";
}

.icofont-simple-right-down:before {
	content: "";
}

.icofont-simple-right-up:before {
	content: "";
}

.icofont-simple-right:before {
	content: "";
}

.icofont-simple-up:before {
	content: "";
}

.icofont-square-down:before {
	content: "";
}

.icofont-square-left:before {
	content: "";
}

.icofont-square-right:before {
	content: "";
}

.icofont-square-up:before {
	content: "";
}

.icofont-stylish-down:before {
	content: "";
}

.icofont-stylish-left:before {
	content: "";
}

.icofont-stylish-right:before {
	content: "";
}

.icofont-stylish-up:before {
	content: "";
}

.icofont-swoosh-down:before {
	content: "";
}

.icofont-swoosh-left:before {
	content: "";
}

.icofont-swoosh-right:before {
	content: "";
}

.icofont-swoosh-up:before {
	content: "";
}

.icofont-thin-double-left:before {
	content: "";
}

.icofont-thin-double-right:before {
	content: "";
}

.icofont-thin-down:before {
	content: "";
}

.icofont-thin-left:before {
	content: "";
}

.icofont-thin-right:before {
	content: "";
}

.icofont-thin-up:before {
	content: "";
}

.icofont-abc:before {
	content: "";
}

.icofont-atom:before {
	content: "";
}

.icofont-award:before {
	content: "";
}

.icofont-bell-alt:before {
	content: "";
}

.icofont-black-board:before {
	content: "";
}

.icofont-book-alt:before {
	content: "";
}

.icofont-book:before {
	content: "";
}

.icofont-brainstorming:before {
	content: "";
}

.icofont-certificate-alt-1:before {
	content: "";
}

.icofont-certificate-alt-2:before {
	content: "";
}

.icofont-certificate:before {
	content: "";
}

.icofont-education:before {
	content: "";
}

.icofont-electron:before {
	content: "";
}

.icofont-fountain-pen:before {
	content: "";
}

.icofont-globe-alt:before {
	content: "";
}

.icofont-graduate-alt:before {
	content: "";
}

.icofont-graduate:before {
	content: "";
}

.icofont-group-students:before {
	content: "";
}

.icofont-hat-alt:before {
	content: "";
}

.icofont-hat:before {
	content: "";
}

.icofont-instrument:before {
	content: "";
}

.icofont-lamp-light:before {
	content: "";
}

.icofont-medal:before {
	content: "";
}

.icofont-microscope-alt:before {
	content: "";
}

.icofont-microscope:before {
	content: "";
}

.icofont-paper:before {
	content: "";
}

.icofont-pen-alt-4:before {
	content: "";
}

.icofont-pen-nib:before {
	content: "";
}

.icofont-pencil-alt-5:before {
	content: "";
}

.icofont-quill-pen:before {
	content: "";
}

.icofont-read-book-alt:before {
	content: "";
}

.icofont-read-book:before {
	content: "";
}

.icofont-school-bag:before {
	content: "";
}

.icofont-school-bus:before {
	content: "";
}

.icofont-student-alt:before {
	content: "";
}

.icofont-student:before {
	content: "";
}

.icofont-teacher:before {
	content: "";
}

.icofont-test-bulb:before {
	content: "";
}

.icofont-test-tube-alt:before {
	content: "";
}

.icofont-university:before {
	content: "";
}

.icofont-angry:before {
	content: "";
}

.icofont-astonished:before {
	content: "";
}

.icofont-confounded:before {
	content: "";
}

.icofont-confused:before {
	content: "";
}

.icofont-crying:before {
	content: "";
}

.icofont-dizzy:before {
	content: "";
}

.icofont-expressionless:before {
	content: "";
}

.icofont-heart-eyes:before {
	content: "";
}

.icofont-laughing:before {
	content: "";
}

.icofont-nerd-smile:before {
	content: "";
}

.icofont-open-mouth:before {
	content: "";
}

.icofont-rage:before {
	content: "";
}

.icofont-rolling-eyes:before {
	content: "";
}

.icofont-sad:before {
	content: "";
}

.icofont-simple-smile:before {
	content: "";
}

.icofont-slightly-smile:before {
	content: "";
}

.icofont-smirk:before {
	content: "";
}

.icofont-stuck-out-tongue:before {
	content: "";
}

.icofont-wink-smile:before {
	content: "";
}

.icofont-worried:before {
	content: "";
}

.icofont-file-alt:before {
	content: "";
}

.icofont-file-audio:before {
	content: "";
}

.icofont-file-avi-mp4:before {
	content: "";
}

.icofont-file-bmp:before {
	content: "";
}

.icofont-file-code:before {
	content: "";
}

.icofont-file-css:before {
	content: "";
}

.icofont-file-document:before {
	content: "";
}

.icofont-file-eps:before {
	content: "";
}

.icofont-file-excel:before {
	content: "";
}

.icofont-file-exe:before {
	content: "";
}

.icofont-file-file:before {
	content: "";
}

.icofont-file-flv:before {
	content: "";
}

.icofont-file-gif:before {
	content: "";
}

.icofont-file-html5:before {
	content: "";
}

.icofont-file-image:before {
	content: "";
}

.icofont-file-iso:before {
	content: "";
}

.icofont-file-java:before {
	content: "";
}

.icofont-file-javascript:before {
	content: "";
}

.icofont-file-jpg:before {
	content: "";
}

.icofont-file-midi:before {
	content: "";
}

.icofont-file-mov:before {
	content: "";
}

.icofont-file-mp3:before {
	content: "";
}

.icofont-file-pdf:before {
	content: "";
}

.icofont-file-php:before {
	content: "";
}

.icofont-file-png:before {
	content: "";
}

.icofont-file-powerpoint:before {
	content: "";
}

.icofont-file-presentation:before {
	content: "";
}

.icofont-file-psb:before {
	content: "";
}

.icofont-file-psd:before {
	content: "";
}

.icofont-file-python:before {
	content: "";
}

.icofont-file-ruby:before {
	content: "";
}

.icofont-file-spreadsheet:before {
	content: "";
}

.icofont-file-sql:before {
	content: "";
}

.icofont-file-svg:before {
	content: "";
}

.icofont-file-text:before {
	content: "";
}

.icofont-file-tiff:before {
	content: "";
}

.icofont-file-video:before {
	content: "";
}

.icofont-file-wave:before {
	content: "";
}

.icofont-file-wmv:before {
	content: "";
}

.icofont-file-word:before {
	content: "";
}

.icofont-file-zip:before {
	content: "";
}

.icofont-cycling-alt:before {
	content: "";
}

.icofont-cycling:before {
	content: "";
}

.icofont-dumbbell:before {
	content: "";
}

.icofont-dumbbells:before {
	content: "";
}

.icofont-gym-alt-1:before {
	content: "";
}

.icofont-gym-alt-2:before {
	content: "";
}

.icofont-gym-alt-3:before {
	content: "";
}

.icofont-gym:before {
	content: "";
}

.icofont-muscle-weight:before {
	content: "";
}

.icofont-muscle:before {
	content: "";
}

.icofont-apple:before {
	content: "";
}

.icofont-arabian-coffee:before {
	content: "";
}

.icofont-artichoke:before {
	content: "";
}

.icofont-asparagus:before {
	content: "";
}

.icofont-avocado:before {
	content: "";
}

.icofont-baby-food:before {
	content: "";
}

.icofont-banana:before {
	content: "";
}

.icofont-bbq:before {
	content: "";
}

.icofont-beans:before {
	content: "";
}

.icofont-beer:before {
	content: "";
}

.icofont-bell-pepper-capsicum:before {
	content: "";
}

.icofont-birthday-cake:before {
	content: "";
}

.icofont-bread:before {
	content: "";
}

.icofont-broccoli:before {
	content: "";
}

.icofont-burger:before {
	content: "";
}

.icofont-cabbage:before {
	content: "";
}

.icofont-carrot:before {
	content: "";
}

.icofont-cauli-flower:before {
	content: "";
}

.icofont-cheese:before {
	content: "";
}

.icofont-chef:before {
	content: "";
}

.icofont-cherry:before {
	content: "";
}

.icofont-chicken-fry:before {
	content: "";
}

.icofont-chicken:before {
	content: "";
}

.icofont-cocktail:before {
	content: "";
}

.icofont-coconut-water:before {
	content: "";
}

.icofont-coconut:before {
	content: "";
}

.icofont-coffee-alt:before {
	content: "";
}

.icofont-coffee-cup:before {
	content: "";
}

.icofont-coffee-mug:before {
	content: "";
}

.icofont-coffee-pot:before {
	content: "";
}

.icofont-cola:before {
	content: "";
}

.icofont-corn:before {
	content: "";
}

.icofont-croissant:before {
	content: "";
}

.icofont-crop-plant:before {
	content: "";
}

.icofont-cucumber:before {
	content: "";
}

.icofont-culinary:before {
	content: "";
}

.icofont-cup-cake:before {
	content: "";
}

.icofont-dining-table:before {
	content: "";
}

.icofont-donut:before {
	content: "";
}

.icofont-egg-plant:before {
	content: "";
}

.icofont-egg-poached:before {
	content: "";
}

.icofont-farmer-alt:before {
	content: "";
}

.icofont-farmer:before {
	content: "";
}

.icofont-fast-food:before {
	content: "";
}

.icofont-food-basket:before {
	content: "";
}

.icofont-food-cart:before {
	content: "";
}

.icofont-fork-and-knife:before {
	content: "";
}

.icofont-french-fries:before {
	content: "";
}

.icofont-fruits:before {
	content: "";
}

.icofont-grapes:before {
	content: "";
}

.icofont-honey:before {
	content: "";
}

.icofont-hot-dog:before {
	content: "";
}

.icofont-ice-cream-alt:before {
	content: "";
}

.icofont-ice-cream:before {
	content: "";
}

.icofont-juice:before {
	content: "";
}

.icofont-ketchup:before {
	content: "";
}

.icofont-kiwi:before {
	content: "";
}

.icofont-layered-cake:before {
	content: "";
}

.icofont-lemon-alt:before {
	content: "";
}

.icofont-lemon:before {
	content: "";
}

.icofont-lobster:before {
	content: "";
}

.icofont-mango:before {
	content: "";
}

.icofont-milk:before {
	content: "";
}

.icofont-mushroom:before {
	content: "";
}

.icofont-noodles:before {
	content: "";
}

.icofont-onion:before {
	content: "";
}

.icofont-orange:before {
	content: "";
}

.icofont-pear:before {
	content: "";
}

.icofont-peas:before {
	content: "";
}

.icofont-pepper:before {
	content: "";
}

.icofont-pie-alt:before {
	content: "";
}

.icofont-pie:before {
	content: "";
}

.icofont-pineapple:before {
	content: "";
}

.icofont-pizza-slice:before {
	content: "";
}

.icofont-pizza:before {
	content: "";
}

.icofont-plant:before {
	content: "";
}

.icofont-popcorn:before {
	content: "";
}

.icofont-potato:before {
	content: "";
}

.icofont-pumpkin:before {
	content: "";
}

.icofont-raddish:before {
	content: "";
}

.icofont-restaurant-menu:before {
	content: "";
}

.icofont-restaurant:before {
	content: "";
}

.icofont-salt-and-pepper:before {
	content: "";
}

.icofont-sandwich:before {
	content: "";
}

.icofont-sausage:before {
	content: "";
}

.icofont-soft-drinks:before {
	content: "";
}

.icofont-soup-bowl:before {
	content: "";
}

.icofont-spoon-and-fork:before {
	content: "";
}

.icofont-steak:before {
	content: "";
}

.icofont-strawberry:before {
	content: "";
}

.icofont-sub-sandwich:before {
	content: "";
}

.icofont-sushi:before {
	content: "";
}

.icofont-taco:before {
	content: "";
}

.icofont-tea-pot:before {
	content: "";
}

.icofont-tea:before {
	content: "";
}

.icofont-tomato:before {
	content: "";
}

.icofont-watermelon:before {
	content: "";
}

.icofont-wheat:before {
	content: "";
}

.icofont-baby-backpack:before {
	content: "";
}

.icofont-baby-cloth:before {
	content: "";
}

.icofont-baby-milk-bottle:before {
	content: "";
}

.icofont-baby-trolley:before {
	content: "";
}

.icofont-baby:before {
	content: "";
}

.icofont-candy:before {
	content: "";
}

.icofont-holding-hands:before {
	content: "";
}

.icofont-infant-nipple:before {
	content: "";
}

.icofont-kids-scooter:before {
	content: "";
}

.icofont-safety-pin:before {
	content: "";
}

.icofont-teddy-bear:before {
	content: "";
}

.icofont-toy-ball:before {
	content: "";
}

.icofont-toy-cat:before {
	content: "";
}

.icofont-toy-duck:before {
	content: "";
}

.icofont-toy-elephant:before {
	content: "";
}

.icofont-toy-hand:before {
	content: "";
}

.icofont-toy-horse:before {
	content: "";
}

.icofont-toy-lattu:before {
	content: "";
}

.icofont-toy-train:before {
	content: "";
}

.icofont-burglar:before {
	content: "";
}

.icofont-cannon-firing:before {
	content: "";
}

.icofont-cc-camera:before {
	content: "";
}

.icofont-cop-badge:before {
	content: "";
}

.icofont-cop:before {
	content: "";
}

.icofont-court-hammer:before {
	content: "";
}

.icofont-court:before {
	content: "";
}

.icofont-finger-print:before {
	content: "";
}

.icofont-gavel:before {
	content: "";
}

.icofont-handcuff-alt:before {
	content: "";
}

.icofont-handcuff:before {
	content: "";
}

.icofont-investigation:before {
	content: "";
}

.icofont-investigator:before {
	content: "";
}

.icofont-jail:before {
	content: "";
}

.icofont-judge:before {
	content: "";
}

.icofont-law-alt-1:before {
	content: "";
}

.icofont-law-alt-2:before {
	content: "";
}

.icofont-law-alt-3:before {
	content: "";
}

.icofont-law-book:before {
	content: "";
}

.icofont-law-document:before {
	content: "";
}

.icofont-law-order:before {
	content: "";
}

.icofont-law-protect:before {
	content: "";
}

.icofont-law-scales:before {
	content: "";
}

.icofont-law:before {
	content: "";
}

.icofont-lawyer-alt-1:before {
	content: "";
}

.icofont-lawyer-alt-2:before {
	content: "";
}

.icofont-lawyer:before {
	content: "";
}

.icofont-legal:before {
	content: "";
}

.icofont-pistol:before {
	content: "";
}

.icofont-police-badge:before {
	content: "";
}

.icofont-police-cap:before {
	content: "";
}

.icofont-police-car-alt-1:before {
	content: "";
}

.icofont-police-car-alt-2:before {
	content: "";
}

.icofont-police-car:before {
	content: "";
}

.icofont-police-hat:before {
	content: "";
}

.icofont-police-van:before {
	content: "";
}

.icofont-police:before {
	content: "";
}

.icofont-thief-alt:before {
	content: "";
}

.icofont-thief:before {
	content: "";
}

.icofont-abacus-alt:before {
	content: "";
}

.icofont-abacus:before {
	content: "";
}

.icofont-angle-180:before {
	content: "";
}

.icofont-angle-45:before {
	content: "";
}

.icofont-angle-90:before {
	content: "";
}

.icofont-angle:before {
	content: "";
}

.icofont-calculator-alt-1:before {
	content: "";
}

.icofont-calculator-alt-2:before {
	content: "";
}

.icofont-calculator:before {
	content: "";
}

.icofont-circle-ruler-alt:before {
	content: "";
}

.icofont-circle-ruler:before {
	content: "";
}

.icofont-compass-alt-1:before {
	content: "";
}

.icofont-compass-alt-2:before {
	content: "";
}

.icofont-compass-alt-3:before {
	content: "";
}

.icofont-compass-alt-4:before {
	content: "";
}

.icofont-golden-ratio:before {
	content: "";
}

.icofont-marker-alt-1:before {
	content: "";
}

.icofont-marker-alt-2:before {
	content: "";
}

.icofont-marker-alt-3:before {
	content: "";
}

.icofont-marker:before {
	content: "";
}

.icofont-math:before {
	content: "";
}

.icofont-mathematical-alt-1:before {
	content: "";
}

.icofont-mathematical-alt-2:before {
	content: "";
}

.icofont-mathematical:before {
	content: "";
}

.icofont-pen-alt-1:before {
	content: "";
}

.icofont-pen-alt-2:before {
	content: "";
}

.icofont-pen-alt-3:before {
	content: "";
}

.icofont-pen-holder-alt-1:before {
	content: "";
}

.icofont-pen-holder:before {
	content: "";
}

.icofont-pen:before {
	content: "";
}

.icofont-pencil-alt-1:before {
	content: "";
}

.icofont-pencil-alt-2:before {
	content: "";
}

.icofont-pencil-alt-3:before {
	content: "";
}

.icofont-pencil-alt-4:before {
	content: "";
}

.icofont-pencil:before {
	content: "";
}

.icofont-ruler-alt-1:before {
	content: "";
}

.icofont-ruler-alt-2:before {
	content: "";
}

.icofont-ruler-compass-alt:before {
	content: "";
}

.icofont-ruler-compass:before {
	content: "";
}

.icofont-ruler-pencil-alt-1:before {
	content: "";
}

.icofont-ruler-pencil-alt-2:before {
	content: "";
}

.icofont-ruler-pencil:before {
	content: "";
}

.icofont-ruler:before {
	content: "";
}

.icofont-rulers-alt:before {
	content: "";
}

.icofont-rulers:before {
	content: "";
}

.icofont-square-root:before {
	content: "";
}

.icofont-ui-calculator:before {
	content: "";
}

.icofont-aids:before {
	content: "";
}

.icofont-ambulance-crescent:before {
	content: "";
}

.icofont-ambulance-cross:before {
	content: "";
}

.icofont-ambulance:before {
	content: "";
}

.icofont-autism:before {
	content: "";
}

.icofont-bandage:before {
	content: "";
}

.icofont-blind:before {
	content: "";
}

.icofont-blood-drop:before {
	content: "";
}

.icofont-blood-test:before {
	content: "";
}

.icofont-blood:before {
	content: "";
}

.icofont-brain-alt:before {
	content: "";
}

.icofont-brain:before {
	content: "";
}

.icofont-capsule:before {
	content: "";
}

.icofont-crutch:before {
	content: "";
}

.icofont-disabled:before {
	content: "";
}

.icofont-dna-alt-1:before {
	content: "";
}

.icofont-dna-alt-2:before {
	content: "";
}

.icofont-dna:before {
	content: "";
}

.icofont-doctor-alt:before {
	content: "";
}

.icofont-doctor:before {
	content: "";
}

.icofont-drug-pack:before {
	content: "";
}

.icofont-drug:before {
	content: "";
}

.icofont-first-aid-alt:before {
	content: "";
}

.icofont-first-aid:before {
	content: "";
}

.icofont-heart-beat-alt:before {
	content: "";
}

.icofont-heart-beat:before {
	content: "";
}

.icofont-heartbeat:before {
	content: "";
}

.icofont-herbal:before {
	content: "";
}

.icofont-hospital:before {
	content: "";
}

.icofont-icu:before {
	content: "";
}

.icofont-injection-syringe:before {
	content: "";
}

.icofont-laboratory:before {
	content: "";
}

.icofont-medical-sign-alt:before {
	content: "";
}

.icofont-medical-sign:before {
	content: "";
}

.icofont-nurse-alt:before {
	content: "";
}

.icofont-nurse:before {
	content: "";
}

.icofont-nursing-home:before {
	content: "";
}

.icofont-operation-theater:before {
	content: "";
}

.icofont-paralysis-disability:before {
	content: "";
}

.icofont-patient-bed:before {
	content: "";
}

.icofont-patient-file:before {
	content: "";
}

.icofont-pills:before {
	content: "";
}

.icofont-prescription:before {
	content: "";
}

.icofont-pulse:before {
	content: "";
}

.icofont-stethoscope-alt:before {
	content: "";
}

.icofont-stethoscope:before {
	content: "";
}

.icofont-stretcher:before {
	content: "";
}

.icofont-surgeon-alt:before {
	content: "";
}

.icofont-surgeon:before {
	content: "";
}

.icofont-tablets:before {
	content: "";
}

.icofont-test-bottle:before {
	content: "";
}

.icofont-test-tube:before {
	content: "";
}

.icofont-thermometer-alt:before {
	content: "";
}

.icofont-thermometer:before {
	content: "";
}

.icofont-tooth:before {
	content: "";
}

.icofont-xray:before {
	content: "";
}

.icofont-ui-add:before {
	content: "";
}

.icofont-ui-alarm:before {
	content: "";
}

.icofont-ui-battery:before {
	content: "";
}

.icofont-ui-block:before {
	content: "";
}

.icofont-ui-bluetooth:before {
	content: "";
}

.icofont-ui-brightness:before {
	content: "";
}

.icofont-ui-browser:before {
	content: "";
}

.icofont-ui-calendar:before {
	content: "";
}

.icofont-ui-call:before {
	content: "";
}

.icofont-ui-camera:before {
	content: "";
}

.icofont-ui-cart:before {
	content: "";
}

.icofont-ui-cell-phone:before {
	content: "";
}

.icofont-ui-chat:before {
	content: "";
}

.icofont-ui-check:before {
	content: "";
}

.icofont-ui-clip-board:before {
	content: "";
}

.icofont-ui-clip:before {
	content: "";
}

.icofont-ui-clock:before {
	content: "";
}

.icofont-ui-close:before {
	content: "";
}

.icofont-ui-contact-list:before {
	content: "";
}

.icofont-ui-copy:before {
	content: "";
}

.icofont-ui-cut:before {
	content: "";
}

.icofont-ui-delete:before {
	content: "";
}

.icofont-ui-dial-phone:before {
	content: "";
}

.icofont-ui-edit:before {
	content: "";
}

.icofont-ui-email:before {
	content: "";
}

.icofont-ui-file:before {
	content: "";
}

.icofont-ui-fire-wall:before {
	content: "";
}

.icofont-ui-flash-light:before {
	content: "";
}

.icofont-ui-flight:before {
	content: "";
}

.icofont-ui-folder:before {
	content: "";
}

.icofont-ui-game:before {
	content: "";
}

.icofont-ui-handicapped:before {
	content: "";
}

.icofont-ui-home:before {
	content: "";
}

.icofont-ui-image:before {
	content: "";
}

.icofont-ui-laoding:before {
	content: "";
}

.icofont-ui-lock:before {
	content: "";
}

.icofont-ui-love-add:before {
	content: "";
}

.icofont-ui-love-broken:before {
	content: "";
}

.icofont-ui-love-remove:before {
	content: "";
}

.icofont-ui-love:before {
	content: "";
}

.icofont-ui-map:before {
	content: "";
}

.icofont-ui-message:before {
	content: "";
}

.icofont-ui-messaging:before {
	content: "";
}

.icofont-ui-movie:before {
	content: "";
}

.icofont-ui-music-player:before {
	content: "";
}

.icofont-ui-music:before {
	content: "";
}

.icofont-ui-mute:before {
	content: "";
}

.icofont-ui-network:before {
	content: "";
}

.icofont-ui-next:before {
	content: "";
}

.icofont-ui-note:before {
	content: "";
}

.icofont-ui-office:before {
	content: "";
}

.icofont-ui-password:before {
	content: "";
}

.icofont-ui-pause:before {
	content: "";
}

.icofont-ui-play-stop:before {
	content: "";
}

.icofont-ui-play:before {
	content: "";
}

.icofont-ui-pointer:before {
	content: "";
}

.icofont-ui-power:before {
	content: "";
}

.icofont-ui-press:before {
	content: "";
}

.icofont-ui-previous:before {
	content: "";
}

.icofont-ui-rate-add:before {
	content: "";
}

.icofont-ui-rate-blank:before {
	content: "";
}

.icofont-ui-rate-remove:before {
	content: "";
}

.icofont-ui-rating:before {
	content: "";
}

.icofont-ui-record:before {
	content: "";
}

.icofont-ui-remove:before {
	content: "";
}

.icofont-ui-reply:before {
	content: "";
}

.icofont-ui-rotation:before {
	content: "";
}

.icofont-ui-rss:before {
	content: "";
}

.icofont-ui-search:before {
	content: "";
}

.icofont-ui-settings:before {
	content: "";
}

.icofont-ui-social-link:before {
	content: "";
}

.icofont-ui-tag:before {
	content: "";
}

.icofont-ui-text-chat:before {
	content: "";
}

.icofont-ui-text-loading:before {
	content: "";
}

.icofont-ui-theme:before {
	content: "";
}

.icofont-ui-timer:before {
	content: "";
}

.icofont-ui-touch-phone:before {
	content: "";
}

.icofont-ui-travel:before {
	content: "";
}

.icofont-ui-unlock:before {
	content: "";
}

.icofont-ui-user-group:before {
	content: "";
}

.icofont-ui-user:before {
	content: "";
}

.icofont-ui-v-card:before {
	content: "";
}

.icofont-ui-video-chat:before {
	content: "";
}

.icofont-ui-video-message:before {
	content: "";
}

.icofont-ui-video-play:before {
	content: "";
}

.icofont-ui-video:before {
	content: "";
}

.icofont-ui-volume:before {
	content: "";
}

.icofont-ui-weather:before {
	content: "";
}

.icofont-ui-wifi:before {
	content: "";
}

.icofont-ui-zoom-in:before {
	content: "";
}

.icofont-ui-zoom-out:before {
	content: "";
}

.icofont-cassette-player:before {
	content: "";
}

.icofont-cassette:before {
	content: "";
}

.icofont-forward:before {
	content: "";
}

.icofont-guiter:before {
	content: "";
}

.icofont-movie:before {
	content: "";
}

.icofont-multimedia:before {
	content: "";
}

.icofont-music-alt:before {
	content: "";
}

.icofont-music-disk:before {
	content: "";
}

.icofont-music-note:before {
	content: "";
}

.icofont-music-notes:before {
	content: "";
}

.icofont-music:before {
	content: "";
}

.icofont-mute-volume:before {
	content: "";
}

.icofont-pause:before {
	content: "";
}

.icofont-play-alt-1:before {
	content: "";
}

.icofont-play-alt-2:before {
	content: "";
}

.icofont-play-alt-3:before {
	content: "";
}

.icofont-play-pause:before {
	content: "";
}

.icofont-play:before {
	content: "";
}

.icofont-record:before {
	content: "";
}

.icofont-retro-music-disk:before {
	content: "";
}

.icofont-rewind:before {
	content: "";
}

.icofont-song-notes:before {
	content: "";
}

.icofont-sound-wave-alt:before {
	content: "";
}

.icofont-sound-wave:before {
	content: "";
}

.icofont-stop:before {
	content: "";
}

.icofont-video-alt:before {
	content: "";
}

.icofont-video-cam:before {
	content: "";
}

.icofont-video-clapper:before {
	content: "";
}

.icofont-video:before {
	content: "";
}

.icofont-volume-bar:before {
	content: "";
}

.icofont-volume-down:before {
	content: "";
}

.icofont-volume-mute:before {
	content: "";
}

.icofont-volume-off:before {
	content: "";
}

.icofont-volume-up:before {
	content: "";
}

.icofont-youtube-play:before {
	content: "";
}

.icofont-2checkout-alt:before {
	content: "";
}

.icofont-2checkout:before {
	content: "";
}

.icofont-amazon-alt:before {
	content: "";
}

.icofont-amazon:before {
	content: "";
}

.icofont-american-express-alt:before {
	content: "";
}

.icofont-american-express:before {
	content: "";
}

.icofont-apple-pay-alt:before {
	content: "";
}

.icofont-apple-pay:before {
	content: "";
}

.icofont-bank-transfer-alt:before {
	content: "";
}

.icofont-bank-transfer:before {
	content: "";
}

.icofont-braintree-alt:before {
	content: "";
}

.icofont-braintree:before {
	content: "";
}

.icofont-cash-on-delivery-alt:before {
	content: "";
}

.icofont-cash-on-delivery:before {
	content: "";
}

.icofont-diners-club-alt-1:before {
	content: "";
}

.icofont-diners-club-alt-2:before {
	content: "";
}

.icofont-diners-club-alt-3:before {
	content: "";
}

.icofont-diners-club:before {
	content: "";
}

.icofont-discover-alt:before {
	content: "";
}

.icofont-discover:before {
	content: "";
}

.icofont-eway-alt:before {
	content: "";
}

.icofont-eway:before {
	content: "";
}

.icofont-google-wallet-alt-1:before {
	content: "";
}

.icofont-google-wallet-alt-2:before {
	content: "";
}

.icofont-google-wallet-alt-3:before {
	content: "";
}

.icofont-google-wallet:before {
	content: "";
}

.icofont-jcb-alt:before {
	content: "";
}

.icofont-jcb:before {
	content: "";
}

.icofont-maestro-alt:before {
	content: "";
}

.icofont-maestro:before {
	content: "";
}

.icofont-mastercard-alt:before {
	content: "";
}

.icofont-mastercard:before {
	content: "";
}

.icofont-payoneer-alt:before {
	content: "";
}

.icofont-payoneer:before {
	content: "";
}

.icofont-paypal-alt:before {
	content: "";
}

.icofont-paypal:before {
	content: "";
}

.icofont-sage-alt:before {
	content: "";
}

.icofont-sage:before {
	content: "";
}

.icofont-skrill-alt:before {
	content: "";
}

.icofont-skrill:before {
	content: "";
}

.icofont-stripe-alt:before {
	content: "";
}

.icofont-stripe:before {
	content: "";
}

.icofont-visa-alt:before {
	content: "";
}

.icofont-visa-electron:before {
	content: "";
}

.icofont-visa:before {
	content: "";
}

.icofont-western-union-alt:before {
	content: "";
}

.icofont-western-union:before {
	content: "";
}

.icofont-boy:before {
	content: "";
}

.icofont-business-man-alt-1:before {
	content: "";
}

.icofont-business-man-alt-2:before {
	content: "";
}

.icofont-business-man-alt-3:before {
	content: "";
}

.icofont-business-man:before {
	content: "";
}

.icofont-female:before {
	content: "";
}

.icofont-funky-man:before {
	content: "";
}

.icofont-girl-alt:before {
	content: "";
}

.icofont-girl:before {
	content: "";
}

.icofont-group:before {
	content: "";
}

.icofont-hotel-boy-alt:before {
	content: "";
}

.icofont-hotel-boy:before {
	content: "";
}

.icofont-kid:before {
	content: "";
}

.icofont-man-in-glasses:before {
	content: "";
}

.icofont-people:before {
	content: "";
}

.icofont-support:before {
	content: "";
}

.icofont-user-alt-1:before {
	content: "";
}

.icofont-user-alt-2:before {
	content: "";
}

.icofont-user-alt-3:before {
	content: "";
}

.icofont-user-alt-4:before {
	content: "";
}

.icofont-user-alt-5:before {
	content: "";
}

.icofont-user-alt-6:before {
	content: "";
}

.icofont-user-alt-7:before {
	content: "";
}

.icofont-user-female:before {
	content: "";
}

.icofont-user-male:before {
	content: "";
}

.icofont-user-suited:before {
	content: "";
}

.icofont-user:before {
	content: "";
}

.icofont-users-alt-1:before {
	content: "";
}

.icofont-users-alt-2:before {
	content: "";
}

.icofont-users-alt-3:before {
	content: "";
}

.icofont-users-alt-4:before {
	content: "";
}

.icofont-users-alt-5:before {
	content: "";
}

.icofont-users-alt-6:before {
	content: "";
}

.icofont-users-social:before {
	content: "";
}

.icofont-users:before {
	content: "";
}

.icofont-waiter-alt:before {
	content: "";
}

.icofont-waiter:before {
	content: "";
}

.icofont-woman-in-glasses:before {
	content: "";
}

.icofont-search-1:before {
	content: "";
}

.icofont-search-2:before {
	content: "";
}

.icofont-search-document:before {
	content: "";
}

.icofont-search-folder:before {
	content: "";
}

.icofont-search-job:before {
	content: "";
}

.icofont-search-map:before {
	content: "";
}

.icofont-search-property:before {
	content: "";
}

.icofont-search-restaurant:before {
	content: "";
}

.icofont-search-stock:before {
	content: "";
}

.icofont-search-user:before {
	content: "";
}

.icofont-search:before {
	content: "";
}

.icofont-500px:before {
	content: "";
}

.icofont-aim:before {
	content: "";
}

.icofont-badoo:before {
	content: "";
}

.icofont-baidu-tieba:before {
	content: "";
}

.icofont-bbm-messenger:before {
	content: "";
}

.icofont-bebo:before {
	content: "";
}

.icofont-behance:before {
	content: "";
}

.icofont-blogger:before {
	content: "";
}

.icofont-bootstrap:before {
	content: "";
}

.icofont-brightkite:before {
	content: "";
}

.icofont-cloudapp:before {
	content: "";
}

.icofont-concrete5:before {
	content: "";
}

.icofont-delicious:before {
	content: "";
}

.icofont-designbump:before {
	content: "";
}

.icofont-designfloat:before {
	content: "";
}

.icofont-deviantart:before {
	content: "";
}

.icofont-digg:before {
	content: "";
}

.icofont-dotcms:before {
	content: "";
}

.icofont-dribbble:before {
	content: "";
}

.icofont-dribble:before {
	content: "";
}

.icofont-dropbox:before {
	content: "";
}

.icofont-ebuddy:before {
	content: "";
}

.icofont-ello:before {
	content: "";
}

.icofont-ember:before {
	content: "";
}

.icofont-envato:before {
	content: "";
}

.icofont-evernote:before {
	content: "";
}

.icofont-facebook-messenger:before {
	content: "";
}

.icofont-facebook:before {
	content: "";
}

.icofont-feedburner:before {
	content: "";
}

.icofont-flikr:before {
	content: "";
}

.icofont-folkd:before {
	content: "";
}

.icofont-foursquare:before {
	content: "";
}

.icofont-friendfeed:before {
	content: "";
}

.icofont-ghost:before {
	content: "";
}

.icofont-github:before {
	content: "";
}

.icofont-gnome:before {
	content: "";
}

.icofont-google-buzz:before {
	content: "";
}

.icofont-google-hangouts:before {
	content: "";
}

.icofont-google-map:before {
	content: "";
}

.icofont-google-plus:before {
	content: "";
}

.icofont-google-talk:before {
	content: "";
}

.icofont-hype-machine:before {
	content: "";
}

.icofont-instagram:before {
	content: "";
}

.icofont-kakaotalk:before {
	content: "";
}

.icofont-kickstarter:before {
	content: "";
}

.icofont-kik:before {
	content: "";
}

.icofont-kiwibox:before {
	content: "";
}

.icofont-line-messenger:before {
	content: "";
}

.icofont-line:before {
	content: "";
}

.icofont-linkedin:before {
	content: "";
}

.icofont-linux-mint:before {
	content: "";
}

.icofont-live-messenger:before {
	content: "";
}

.icofont-livejournal:before {
	content: "";
}

.icofont-magento:before {
	content: "";
}

.icofont-meetme:before {
	content: "";
}

.icofont-meetup:before {
	content: "";
}

.icofont-mixx:before {
	content: "";
}

.icofont-newsvine:before {
	content: "";
}

.icofont-nimbuss:before {
	content: "";
}

.icofont-odnoklassniki:before {
	content: "";
}

.icofont-opencart:before {
	content: "";
}

.icofont-oscommerce:before {
	content: "";
}

.icofont-pandora:before {
	content: "";
}

.icofont-photobucket:before {
	content: "";
}

.icofont-picasa:before {
	content: "";
}

.icofont-pinterest:before {
	content: "";
}

.icofont-prestashop:before {
	content: "";
}

.icofont-qik:before {
	content: "";
}

.icofont-qq:before {
	content: "";
}

.icofont-readernaut:before {
	content: "";
}

.icofont-reddit:before {
	content: "";
}

.icofont-renren:before {
	content: "";
}

.icofont-rss:before {
	content: "";
}

.icofont-shopify:before {
	content: "";
}

.icofont-silverstripe:before {
	content: "";
}

.icofont-skype:before {
	content: "";
}

.icofont-slack:before {
	content: "";
}

.icofont-slashdot:before {
	content: "";
}

.icofont-slidshare:before {
	content: "";
}

.icofont-smugmug:before {
	content: "";
}

.icofont-snapchat:before {
	content: "";
}

.icofont-soundcloud:before {
	content: "";
}

.icofont-spotify:before {
	content: "";
}

.icofont-stack-exchange:before {
	content: "";
}

.icofont-stack-overflow:before {
	content: "";
}

.icofont-steam:before {
	content: "";
}

.icofont-stumbleupon:before {
	content: "";
}

.icofont-tagged:before {
	content: "";
}

.icofont-technorati:before {
	content: "";
}

.icofont-telegram:before {
	content: "";
}

.icofont-tinder:before {
	content: "";
}

.icofont-trello:before {
	content: "";
}

.icofont-tumblr:before {
	content: "";
}

.icofont-twitch:before {
	content: "";
}

.icofont-twitter:before {
	content: "";
}

.icofont-typo3:before {
	content: "";
}

.icofont-ubercart:before {
	content: "";
}

.icofont-viber:before {
	content: "";
}

.icofont-viddler:before {
	content: "";
}

.icofont-vimeo:before {
	content: "";
}

.icofont-vine:before {
	content: "";
}

.icofont-virb:before {
	content: "";
}

.icofont-virtuemart:before {
	content: "";
}

.icofont-vk:before {
	content: "";
}

.icofont-wechat:before {
	content: "";
}

.icofont-weibo:before {
	content: "";
}

.icofont-whatsapp:before {
	content: "";
}

.icofont-xing:before {
	content: "";
}

.icofont-yahoo:before {
	content: "";
}

.icofont-yelp:before {
	content: "";
}

.icofont-youku:before {
	content: "";
}

.icofont-youtube:before {
	content: "";
}

.icofont-zencart:before {
	content: "";
}

.icofont-badminton-birdie:before {
	content: "";
}

.icofont-baseball:before {
	content: "";
}

.icofont-baseballer:before {
	content: "";
}

.icofont-basketball-hoop:before {
	content: "";
}

.icofont-basketball:before {
	content: "";
}

.icofont-billiard-ball:before {
	content: "";
}

.icofont-boot-alt-1:before {
	content: "";
}

.icofont-boot-alt-2:before {
	content: "";
}

.icofont-boot:before {
	content: "";
}

.icofont-bowling-alt:before {
	content: "";
}

.icofont-bowling:before {
	content: "";
}

.icofont-canoe:before {
	content: "";
}

.icofont-cheer-leader:before {
	content: "";
}

.icofont-climbing:before {
	content: "";
}

.icofont-corner:before {
	content: "";
}

.icofont-field-alt:before {
	content: "";
}

.icofont-field:before {
	content: "";
}

.icofont-football-alt:before {
	content: "";
}

.icofont-football-american:before {
	content: "";
}

.icofont-football:before {
	content: "";
}

.icofont-foul:before {
	content: "";
}

.icofont-goal-keeper:before {
	content: "";
}

.icofont-goal:before {
	content: "";
}

.icofont-golf-alt:before {
	content: "";
}

.icofont-golf-bag:before {
	content: "";
}

.icofont-golf-cart:before {
	content: "";
}

.icofont-golf-field:before {
	content: "";
}

.icofont-golf:before {
	content: "";
}

.icofont-golfer:before {
	content: "";
}

.icofont-helmet:before {
	content: "";
}

.icofont-hockey-alt:before {
	content: "";
}

.icofont-hockey:before {
	content: "";
}

.icofont-ice-skate:before {
	content: "";
}

.icofont-jersey-alt:before {
	content: "";
}

.icofont-jersey:before {
	content: "";
}

.icofont-jumping:before {
	content: "";
}

.icofont-kick:before {
	content: "";
}

.icofont-leg:before {
	content: "";
}

.icofont-match-review:before {
	content: "";
}

.icofont-medal-sport:before {
	content: "";
}

.icofont-offside:before {
	content: "";
}

.icofont-olympic-logo:before {
	content: "";
}

.icofont-olympic:before {
	content: "";
}

.icofont-padding:before {
	content: "";
}

.icofont-penalty-card:before {
	content: "";
}

.icofont-racer:before {
	content: "";
}

.icofont-racing-car:before {
	content: "";
}

.icofont-racing-flag-alt:before {
	content: "";
}

.icofont-racing-flag:before {
	content: "";
}

.icofont-racings-wheel:before {
	content: "";
}

.icofont-referee:before {
	content: "";
}

.icofont-refree-jersey:before {
	content: "";
}

.icofont-result-sport:before {
	content: "";
}

.icofont-rugby-ball:before {
	content: "";
}

.icofont-rugby-player:before {
	content: "";
}

.icofont-rugby:before {
	content: "";
}

.icofont-runner-alt-1:before {
	content: "";
}

.icofont-runner-alt-2:before {
	content: "";
}

.icofont-runner:before {
	content: "";
}

.icofont-score-board:before {
	content: "";
}

.icofont-skiing-man:before {
	content: "";
}

.icofont-skydiving-goggles:before {
	content: "";
}

.icofont-snow-mobile:before {
	content: "";
}

.icofont-steering:before {
	content: "";
}

.icofont-stopwatch:before {
	content: "";
}

.icofont-substitute:before {
	content: "";
}

.icofont-swimmer:before {
	content: "";
}

.icofont-table-tennis:before {
	content: "";
}

.icofont-team-alt:before {
	content: "";
}

.icofont-team:before {
	content: "";
}

.icofont-tennis-player:before {
	content: "";
}

.icofont-tennis:before {
	content: "";
}

.icofont-tracking:before {
	content: "";
}

.icofont-trophy-alt:before {
	content: "";
}

.icofont-trophy:before {
	content: "";
}

.icofont-volleyball-alt:before {
	content: "";
}

.icofont-volleyball-fire:before {
	content: "";
}

.icofont-volleyball:before {
	content: "";
}

.icofont-water-bottle:before {
	content: "";
}

.icofont-whistle-alt:before {
	content: "";
}

.icofont-whistle:before {
	content: "";
}

.icofont-win-trophy:before {
	content: "";
}

.icofont-align-center:before {
	content: "";
}

.icofont-align-left:before {
	content: "";
}

.icofont-align-right:before {
	content: "";
}

.icofont-all-caps:before {
	content: "";
}

.icofont-bold:before {
	content: "";
}

.icofont-brush:before {
	content: "";
}

.icofont-clip-board:before {
	content: "";
}

.icofont-code-alt:before {
	content: "";
}

.icofont-color-bucket:before {
	content: "";
}

.icofont-color-picker:before {
	content: "";
}

.icofont-copy-invert:before {
	content: "";
}

.icofont-copy:before {
	content: "";
}

.icofont-cut:before {
	content: "";
}

.icofont-delete-alt:before {
	content: "";
}

.icofont-edit-alt:before {
	content: "";
}

.icofont-eraser-alt:before {
	content: "";
}

.icofont-font:before {
	content: "";
}

.icofont-heading:before {
	content: "";
}

.icofont-indent:before {
	content: "";
}

.icofont-italic-alt:before {
	content: "";
}

.icofont-italic:before {
	content: "";
}

.icofont-justify-all:before {
	content: "";
}

.icofont-justify-center:before {
	content: "";
}

.icofont-justify-left:before {
	content: "";
}

.icofont-justify-right:before {
	content: "";
}

.icofont-link-broken:before {
	content: "";
}

.icofont-outdent:before {
	content: "";
}

.icofont-paper-clip:before {
	content: "";
}

.icofont-paragraph:before {
	content: "";
}

.icofont-pin:before {
	content: "";
}

.icofont-printer:before {
	content: "";
}

.icofont-redo:before {
	content: "";
}

.icofont-rotation:before {
	content: "";
}

.icofont-save:before {
	content: "";
}

.icofont-small-cap:before {
	content: "";
}

.icofont-strike-through:before {
	content: "";
}

.icofont-sub-listing:before {
	content: "";
}

.icofont-subscript:before {
	content: "";
}

.icofont-superscript:before {
	content: "";
}

.icofont-table:before {
	content: "";
}

.icofont-text-height:before {
	content: "";
}

.icofont-text-width:before {
	content: "";
}

.icofont-trash:before {
	content: "";
}

.icofont-underline:before {
	content: "";
}

.icofont-undo:before {
	content: "";
}

.icofont-air-balloon:before {
	content: "";
}

.icofont-airplane-alt:before {
	content: "";
}

.icofont-airplane:before {
	content: "";
}

.icofont-articulated-truck:before {
	content: "";
}

.icofont-auto-mobile:before {
	content: "";
}

.icofont-auto-rickshaw:before {
	content: "";
}

.icofont-bicycle-alt-1:before {
	content: "";
}

.icofont-bicycle-alt-2:before {
	content: "";
}

.icofont-bicycle:before {
	content: "";
}

.icofont-bus-alt-1:before {
	content: "";
}

.icofont-bus-alt-2:before {
	content: "";
}

.icofont-bus-alt-3:before {
	content: "";
}

.icofont-bus:before {
	content: "";
}

.icofont-cab:before {
	content: "";
}

.icofont-cable-car:before {
	content: "";
}

.icofont-car-alt-1:before {
	content: "";
}

.icofont-car-alt-2:before {
	content: "";
}

.icofont-car-alt-3:before {
	content: "";
}

.icofont-car-alt-4:before {
	content: "";
}

.icofont-car:before {
	content: "";
}

.icofont-delivery-time:before {
	content: "";
}

.icofont-fast-delivery:before {
	content: "";
}

.icofont-fire-truck-alt:before {
	content: "";
}

.icofont-fire-truck:before {
	content: "";
}

.icofont-free-delivery:before {
	content: "";
}

.icofont-helicopter:before {
	content: "";
}

.icofont-motor-bike-alt:before {
	content: "";
}

.icofont-motor-bike:before {
	content: "";
}

.icofont-motor-biker:before {
	content: "";
}

.icofont-oil-truck:before {
	content: "";
}

.icofont-rickshaw:before {
	content: "";
}

.icofont-rocket-alt-1:before {
	content: "";
}

.icofont-rocket-alt-2:before {
	content: "";
}

.icofont-rocket:before {
	content: "";
}

.icofont-sail-boat-alt-1:before {
	content: "";
}

.icofont-sail-boat-alt-2:before {
	content: "";
}

.icofont-sail-boat:before {
	content: "";
}

.icofont-scooter:before {
	content: "";
}

.icofont-sea-plane:before {
	content: "";
}

.icofont-ship-alt:before {
	content: "";
}

.icofont-ship:before {
	content: "";
}

.icofont-speed-boat:before {
	content: "";
}

.icofont-taxi:before {
	content: "";
}

.icofont-tractor:before {
	content: "";
}

.icofont-train-line:before {
	content: "";
}

.icofont-train-steam:before {
	content: "";
}

.icofont-tram:before {
	content: "";
}

.icofont-truck-alt:before {
	content: "";
}

.icofont-truck-loaded:before {
	content: "";
}

.icofont-truck:before {
	content: "";
}

.icofont-van-alt:before {
	content: "";
}

.icofont-van:before {
	content: "";
}

.icofont-yacht:before {
	content: "";
}

.icofont-5-star-hotel:before {
	content: "";
}

.icofont-air-ticket:before {
	content: "";
}

.icofont-beach-bed:before {
	content: "";
}

.icofont-beach:before {
	content: "";
}

.icofont-camping-vest:before {
	content: "";
}

.icofont-direction-sign:before {
	content: "";
}

.icofont-hill-side:before {
	content: "";
}

.icofont-hill:before {
	content: "";
}

.icofont-hotel:before {
	content: "";
}

.icofont-island-alt:before {
	content: "";
}

.icofont-island:before {
	content: "";
}

.icofont-sandals-female:before {
	content: "";
}

.icofont-sandals-male:before {
	content: "";
}

.icofont-travelling:before {
	content: "";
}

.icofont-breakdown:before {
	content: "";
}

.icofont-celsius:before {
	content: "";
}

.icofont-clouds:before {
	content: "";
}

.icofont-cloudy:before {
	content: "";
}

.icofont-dust:before {
	content: "";
}

.icofont-eclipse:before {
	content: "";
}

.icofont-fahrenheit:before {
	content: "";
}

.icofont-forest-fire:before {
	content: "";
}

.icofont-full-night:before {
	content: "";
}

.icofont-full-sunny:before {
	content: "";
}

.icofont-hail-night:before {
	content: "";
}

.icofont-hail-rainy-night:before {
	content: "";
}

.icofont-hail-rainy-sunny:before {
	content: "";
}

.icofont-hail-rainy:before {
	content: "";
}

.icofont-hail-sunny:before {
	content: "";
}

.icofont-hail-thunder-night:before {
	content: "";
}

.icofont-hail-thunder-sunny:before {
	content: "";
}

.icofont-hail-thunder:before {
	content: "";
}

.icofont-hail:before {
	content: "";
}

.icofont-hill-night:before {
	content: "";
}

.icofont-hill-sunny:before {
	content: "";
}

.icofont-hurricane:before {
	content: "";
}

.icofont-meteor:before {
	content: "";
}

.icofont-night:before {
	content: "";
}

.icofont-rainy-night:before {
	content: "";
}

.icofont-rainy-sunny:before {
	content: "";
}

.icofont-rainy-thunder:before {
	content: "";
}

.icofont-rainy:before {
	content: "";
}

.icofont-snow-alt:before {
	content: "";
}

.icofont-snow-flake:before {
	content: "";
}

.icofont-snow-temp:before {
	content: "";
}

.icofont-snow:before {
	content: "";
}

.icofont-snowy-hail:before {
	content: "";
}

.icofont-snowy-night-hail:before {
	content: "";
}

.icofont-snowy-night-rainy:before {
	content: "";
}

.icofont-snowy-night:before {
	content: "";
}

.icofont-snowy-rainy:before {
	content: "";
}

.icofont-snowy-sunny-hail:before {
	content: "";
}

.icofont-snowy-sunny-rainy:before {
	content: "";
}

.icofont-snowy-sunny:before {
	content: "";
}

.icofont-snowy-thunder-night:before {
	content: "";
}

.icofont-snowy-thunder-sunny:before {
	content: "";
}

.icofont-snowy-thunder:before {
	content: "";
}

.icofont-snowy-windy-night:before {
	content: "";
}

.icofont-snowy-windy-sunny:before {
	content: "";
}

.icofont-snowy-windy:before {
	content: "";
}

.icofont-snowy:before {
	content: "";
}

.icofont-sun-alt:before {
	content: "";
}

.icofont-sun-rise:before {
	content: "";
}

.icofont-sun-set:before {
	content: "";
}

.icofont-sun:before {
	content: "";
}

.icofont-sunny-day-temp:before {
	content: "";
}

.icofont-sunny:before {
	content: "";
}

.icofont-thunder-light:before {
	content: "";
}

.icofont-tornado:before {
	content: "";
}

.icofont-umbrella-alt:before {
	content: "";
}

.icofont-umbrella:before {
	content: "";
}

.icofont-volcano:before {
	content: "";
}

.icofont-wave:before {
	content: "";
}

.icofont-wind-scale-0:before {
	content: "";
}

.icofont-wind-scale-1:before {
	content: "";
}

.icofont-wind-scale-10:before {
	content: "";
}

.icofont-wind-scale-11:before {
	content: "";
}

.icofont-wind-scale-12:before {
	content: "";
}

.icofont-wind-scale-2:before {
	content: "";
}

.icofont-wind-scale-3:before {
	content: "";
}

.icofont-wind-scale-4:before {
	content: "";
}

.icofont-wind-scale-5:before {
	content: "";
}

.icofont-wind-scale-6:before {
	content: "";
}

.icofont-wind-scale-7:before {
	content: "";
}

.icofont-wind-scale-8:before {
	content: "";
}

.icofont-wind-scale-9:before {
	content: "";
}

.icofont-wind-waves:before {
	content: "";
}

.icofont-wind:before {
	content: "";
}

.icofont-windy-hail:before {
	content: "";
}

.icofont-windy-night:before {
	content: "";
}

.icofont-windy-raining:before {
	content: "";
}

.icofont-windy-sunny:before {
	content: "";
}

.icofont-windy-thunder-raining:before {
	content: "";
}

.icofont-windy-thunder:before {
	content: "";
}

.icofont-windy:before {
	content: "";
}

.icofont-addons:before {
	content: "";
}

.icofont-address-book:before {
	content: "";
}

.icofont-adjust:before {
	content: "";
}

.icofont-alarm:before {
	content: "";
}

.icofont-anchor:before {
	content: "";
}

.icofont-archive:before {
	content: "";
}

.icofont-at:before {
	content: "";
}

.icofont-attachment:before {
	content: "";
}

.icofont-audio:before {
	content: "";
}

.icofont-automation:before {
	content: "";
}

.icofont-badge:before {
	content: "";
}

.icofont-bag-alt:before {
	content: "";
}

.icofont-bag:before {
	content: "";
}

.icofont-ban:before {
	content: "";
}

.icofont-bar-code:before {
	content: "";
}

.icofont-bars:before {
	content: "";
}

.icofont-basket:before {
	content: "";
}

.icofont-battery-empty:before {
	content: "";
}

.icofont-battery-full:before {
	content: "";
}

.icofont-battery-half:before {
	content: "";
}

.icofont-battery-low:before {
	content: "";
}

.icofont-beaker:before {
	content: "";
}

.icofont-beard:before {
	content: "";
}

.icofont-bed:before {
	content: "";
}

.icofont-bell:before {
	content: "";
}

.icofont-beverage:before {
	content: "";
}

.icofont-bill:before {
	content: "";
}

.icofont-bin:before {
	content: "";
}

.icofont-binary:before {
	content: "";
}

.icofont-binoculars:before {
	content: "";
}

.icofont-bluetooth:before {
	content: "";
}

.icofont-bomb:before {
	content: "";
}

.icofont-book-mark:before {
	content: "";
}

.icofont-box:before {
	content: "";
}

.icofont-briefcase:before {
	content: "";
}

.icofont-broken:before {
	content: "";
}

.icofont-bucket:before {
	content: "";
}

.icofont-bucket1:before {
	content: "";
}

.icofont-bucket2:before {
	content: "";
}

.icofont-bug:before {
	content: "";
}

.icofont-building:before {
	content: "";
}

.icofont-bulb-alt:before {
	content: "";
}

.icofont-bullet:before {
	content: "";
}

.icofont-bullhorn:before {
	content: "";
}

.icofont-bullseye:before {
	content: "";
}

.icofont-calendar:before {
	content: "";
}

.icofont-camera-alt:before {
	content: "";
}

.icofont-camera:before {
	content: "";
}

.icofont-card:before {
	content: "";
}

.icofont-cart-alt:before {
	content: "";
}

.icofont-cart:before {
	content: "";
}

.icofont-cc:before {
	content: "";
}

.icofont-charging:before {
	content: "";
}

.icofont-chat:before {
	content: "";
}

.icofont-check-alt:before {
	content: "";
}

.icofont-check-circled:before {
	content: "";
}

.icofont-check:before {
	content: "";
}

.icofont-checked:before {
	content: "";
}

.icofont-children-care:before {
	content: "";
}

.icofont-clip:before {
	content: "";
}

.icofont-clock-time:before {
	content: "";
}

.icofont-close-circled:before {
	content: "";
}

.icofont-close-line-circled:before {
	content: "";
}

.icofont-close-line-squared-alt:before {
	content: "";
}

.icofont-close-line-squared:before {
	content: "";
}

.icofont-close-line:before {
	content: "";
}

.icofont-close-squared-alt:before {
	content: "";
}

.icofont-close-squared:before {
	content: "";
}

.icofont-close:before {
	content: "";
}

.icofont-cloud-download:before {
	content: "";
}

.icofont-cloud-refresh:before {
	content: "";
}

.icofont-cloud-upload:before {
	content: "";
}

.icofont-cloud:before {
	content: "";
}

.icofont-code-not-allowed:before {
	content: "";
}

.icofont-code:before {
	content: "";
}

.icofont-comment:before {
	content: "";
}

.icofont-compass-alt:before {
	content: "";
}

.icofont-compass:before {
	content: "";
}

.icofont-computer:before {
	content: "";
}

.icofont-connection:before {
	content: "";
}

.icofont-console:before {
	content: "";
}

.icofont-contacts:before {
	content: "";
}

.icofont-contrast:before {
	content: "";
}

.icofont-copyright:before {
	content: "";
}

.icofont-credit-card:before {
	content: "";
}

.icofont-crop:before {
	content: "";
}

.icofont-crown:before {
	content: "";
}

.icofont-cube:before {
	content: "";
}

.icofont-cubes:before {
	content: "";
}

.icofont-dashboard-web:before {
	content: "";
}

.icofont-dashboard:before {
	content: "";
}

.icofont-data:before {
	content: "";
}

.icofont-database-add:before {
	content: "";
}

.icofont-database-locked:before {
	content: "";
}

.icofont-database-remove:before {
	content: "";
}

.icofont-database:before {
	content: "";
}

.icofont-delete:before {
	content: "";
}

.icofont-diamond:before {
	content: "";
}

.icofont-dice-multiple:before {
	content: "";
}

.icofont-dice:before {
	content: "";
}

.icofont-disc:before {
	content: "";
}

.icofont-diskette:before {
	content: "";
}

.icofont-document-folder:before {
	content: "";
}

.icofont-download-alt:before {
	content: "";
}

.icofont-download:before {
	content: "";
}

.icofont-downloaded:before {
	content: "";
}

.icofont-drag:before {
	content: "";
}

.icofont-drag1:before {
	content: "";
}

.icofont-drag2:before {
	content: "";
}

.icofont-drag3:before {
	content: "";
}

.icofont-earth:before {
	content: "";
}

.icofont-ebook:before {
	content: "";
}

.icofont-edit:before {
	content: "";
}

.icofont-eject:before {
	content: "";
}

.icofont-email:before {
	content: "";
}

.icofont-envelope-open:before {
	content: "";
}

.icofont-envelope:before {
	content: "";
}

.icofont-eraser:before {
	content: "";
}

.icofont-error:before {
	content: "";
}

.icofont-excavator:before {
	content: "";
}

.icofont-exchange:before {
	content: "";
}

.icofont-exclamation-circle:before {
	content: "";
}

.icofont-exclamation-square:before {
	content: "";
}

.icofont-exclamation-tringle:before {
	content: "";
}

.icofont-exclamation:before {
	content: "";
}

.icofont-exit:before {
	content: "";
}

.icofont-expand:before {
	content: "";
}

.icofont-external-link:before {
	content: "";
}

.icofont-external:before {
	content: "";
}

.icofont-eye-alt:before {
	content: "";
}

.icofont-eye-blocked:before {
	content: "";
}

.icofont-eye-dropper:before {
	content: "";
}

.icofont-eye:before {
	content: "";
}

.icofont-favourite:before {
	content: "";
}

.icofont-fax:before {
	content: "";
}

.icofont-file-fill:before {
	content: "";
}

.icofont-film:before {
	content: "";
}

.icofont-filter:before {
	content: "";
}

.icofont-fire-alt:before {
	content: "";
}

.icofont-fire-burn:before {
	content: "";
}

.icofont-fire:before {
	content: "";
}

.icofont-flag-alt-1:before {
	content: "";
}

.icofont-flag-alt-2:before {
	content: "";
}

.icofont-flag:before {
	content: "";
}

.icofont-flame-torch:before {
	content: "";
}

.icofont-flash-light:before {
	content: "";
}

.icofont-flash:before {
	content: "";
}

.icofont-flask:before {
	content: "";
}

.icofont-focus:before {
	content: "";
}

.icofont-folder-open:before {
	content: "";
}

.icofont-folder:before {
	content: "";
}

.icofont-foot-print:before {
	content: "";
}

.icofont-garbage:before {
	content: "";
}

.icofont-gear-alt:before {
	content: "";
}

.icofont-gear:before {
	content: "";
}

.icofont-gears:before {
	content: "";
}

.icofont-gift:before {
	content: "";
}

.icofont-glass:before {
	content: "";
}

.icofont-globe:before {
	content: "";
}

.icofont-graffiti:before {
	content: "";
}

.icofont-grocery:before {
	content: "";
}

.icofont-hand:before {
	content: "";
}

.icofont-hanger:before {
	content: "";
}

.icofont-hard-disk:before {
	content: "";
}

.icofont-heart-alt:before {
	content: "";
}

.icofont-heart:before {
	content: "";
}

.icofont-history:before {
	content: "";
}

.icofont-home:before {
	content: "";
}

.icofont-horn:before {
	content: "";
}

.icofont-hour-glass:before {
	content: "";
}

.icofont-id:before {
	content: "";
}

.icofont-image:before {
	content: "";
}

.icofont-inbox:before {
	content: "";
}

.icofont-infinite:before {
	content: "";
}

.icofont-info-circle:before {
	content: "";
}

.icofont-info-square:before {
	content: "";
}

.icofont-info:before {
	content: "";
}

.icofont-institution:before {
	content: "";
}

.icofont-interface:before {
	content: "";
}

.icofont-invisible:before {
	content: "";
}

.icofont-jacket:before {
	content: "";
}

.icofont-jar:before {
	content: "";
}

.icofont-jewlery:before {
	content: "";
}

.icofont-karate:before {
	content: "";
}

.icofont-key-hole:before {
	content: "";
}

.icofont-key:before {
	content: "";
}

.icofont-label:before {
	content: "";
}

.icofont-lamp:before {
	content: "";
}

.icofont-layers:before {
	content: "";
}

.icofont-layout:before {
	content: "";
}

.icofont-leaf:before {
	content: "";
}

.icofont-leaflet:before {
	content: "";
}

.icofont-learn:before {
	content: "";
}

.icofont-lego:before {
	content: "";
}

.icofont-lens:before {
	content: "";
}

.icofont-letter:before {
	content: "";
}

.icofont-letterbox:before {
	content: "";
}

.icofont-library:before {
	content: "";
}

.icofont-license:before {
	content: "";
}

.icofont-life-bouy:before {
	content: "";
}

.icofont-life-buoy:before {
	content: "";
}

.icofont-life-jacket:before {
	content: "";
}

.icofont-life-ring:before {
	content: "";
}

.icofont-light-bulb:before {
	content: "";
}

.icofont-lighter:before {
	content: "";
}

.icofont-lightning-ray:before {
	content: "";
}

.icofont-like:before {
	content: "";
}

.icofont-line-height:before {
	content: "";
}

.icofont-link-alt:before {
	content: "";
}

.icofont-link:before {
	content: "";
}

.icofont-list:before {
	content: "";
}

.icofont-listening:before {
	content: "";
}

.icofont-listine-dots:before {
	content: "";
}

.icofont-listing-box:before {
	content: "";
}

.icofont-listing-number:before {
	content: "";
}

.icofont-live-support:before {
	content: "";
}

.icofont-location-arrow:before {
	content: "";
}

.icofont-location-pin:before {
	content: "";
}

.icofont-lock:before {
	content: "";
}

.icofont-login:before {
	content: "";
}

.icofont-logout:before {
	content: "";
}

.icofont-lollipop:before {
	content: "";
}

.icofont-long-drive:before {
	content: "";
}

.icofont-look:before {
	content: "";
}

.icofont-loop:before {
	content: "";
}

.icofont-luggage:before {
	content: "";
}

.icofont-lunch:before {
	content: "";
}

.icofont-lungs:before {
	content: "";
}

.icofont-magic-alt:before {
	content: "";
}

.icofont-magic:before {
	content: "";
}

.icofont-magnet:before {
	content: "";
}

.icofont-mail-box:before {
	content: "";
}

.icofont-mail:before {
	content: "";
}

.icofont-male:before {
	content: "";
}

.icofont-map-pins:before {
	content: "";
}

.icofont-map:before {
	content: "";
}

.icofont-maximize:before {
	content: "";
}

.icofont-measure:before {
	content: "";
}

.icofont-medicine:before {
	content: "";
}

.icofont-mega-phone:before {
	content: "";
}

.icofont-megaphone-alt:before {
	content: "";
}

.icofont-megaphone:before {
	content: "";
}

.icofont-memorial:before {
	content: "";
}

.icofont-memory-card:before {
	content: "";
}

.icofont-mic-mute:before {
	content: "";
}

.icofont-mic:before {
	content: "";
}

.icofont-military:before {
	content: "";
}

.icofont-mill:before {
	content: "";
}

.icofont-minus-circle:before {
	content: "";
}

.icofont-minus-square:before {
	content: "";
}

.icofont-minus:before {
	content: "";
}

.icofont-mobile-phone:before {
	content: "";
}

.icofont-molecule:before {
	content: "";
}

.icofont-money:before {
	content: "";
}

.icofont-moon:before {
	content: "";
}

.icofont-mop:before {
	content: "";
}

.icofont-muffin:before {
	content: "";
}

.icofont-mustache:before {
	content: "";
}

.icofont-navigation-menu:before {
	content: "";
}

.icofont-navigation:before {
	content: "";
}

.icofont-network-tower:before {
	content: "";
}

.icofont-network:before {
	content: "";
}

.icofont-news:before {
	content: "";
}

.icofont-newspaper:before {
	content: "";
}

.icofont-no-smoking:before {
	content: "";
}

.icofont-not-allowed:before {
	content: "";
}

.icofont-notebook:before {
	content: "";
}

.icofont-notepad:before {
	content: "";
}

.icofont-notification:before {
	content: "";
}

.icofont-numbered:before {
	content: "";
}

.icofont-opposite:before {
	content: "";
}

.icofont-optic:before {
	content: "";
}

.icofont-options:before {
	content: "";
}

.icofont-package:before {
	content: "";
}

.icofont-page:before {
	content: "";
}

.icofont-paint:before {
	content: "";
}

.icofont-paper-plane:before {
	content: "";
}

.icofont-paperclip:before {
	content: "";
}

.icofont-papers:before {
	content: "";
}

.icofont-pay:before {
	content: "";
}

.icofont-penguin-linux:before {
	content: "";
}

.icofont-pestle:before {
	content: "";
}

.icofont-phone-circle:before {
	content: "";
}

.icofont-phone:before {
	content: "";
}

.icofont-picture:before {
	content: "";
}

.icofont-pine:before {
	content: "";
}

.icofont-pixels:before {
	content: "";
}

.icofont-plugin:before {
	content: "";
}

.icofont-plus-circle:before {
	content: "";
}

.icofont-plus-square:before {
	content: "";
}

.icofont-plus:before {
	content: "";
}

.icofont-polygonal:before {
	content: "";
}

.icofont-power:before {
	content: "";
}

.icofont-price:before {
	content: "";
}

.icofont-print:before {
	content: "";
}

.icofont-puzzle:before {
	content: "";
}

.icofont-qr-code:before {
	content: "";
}

.icofont-queen:before {
	content: "";
}

.icofont-question-circle:before {
	content: "";
}

.icofont-question-square:before {
	content: "";
}

.icofont-question:before {
	content: "";
}

.icofont-quote-left:before {
	content: "";
}

.icofont-quote-right:before {
	content: "";
}

.icofont-random:before {
	content: "";
}

.icofont-recycle:before {
	content: "";
}

.icofont-refresh:before {
	content: "";
}

.icofont-repair:before {
	content: "";
}

.icofont-reply-all:before {
	content: "";
}

.icofont-reply:before {
	content: "";
}

.icofont-resize:before {
	content: "";
}

.icofont-responsive:before {
	content: "";
}

.icofont-retweet:before {
	content: "";
}

.icofont-road:before {
	content: "";
}

.icofont-robot:before {
	content: "";
}

.icofont-royal:before {
	content: "";
}

.icofont-rss-feed:before {
	content: "";
}

.icofont-safety:before {
	content: "";
}

.icofont-sale-discount:before {
	content: "";
}

.icofont-satellite:before {
	content: "";
}

.icofont-send-mail:before {
	content: "";
}

.icofont-server:before {
	content: "";
}

.icofont-settings-alt:before {
	content: "";
}

.icofont-settings:before {
	content: "";
}

.icofont-share-alt:before {
	content: "";
}

.icofont-share-boxed:before {
	content: "";
}

.icofont-share:before {
	content: "";
}

.icofont-shield:before {
	content: "";
}

.icofont-shopping-cart:before {
	content: "";
}

.icofont-sign-in:before {
	content: "";
}

.icofont-sign-out:before {
	content: "";
}

.icofont-signal:before {
	content: "";
}

.icofont-site-map:before {
	content: "";
}

.icofont-smart-phone:before {
	content: "";
}

.icofont-soccer:before {
	content: "";
}

.icofont-sort-alt:before {
	content: "";
}

.icofont-sort:before {
	content: "";
}

.icofont-space:before {
	content: "";
}

.icofont-spanner:before {
	content: "";
}

.icofont-speech-comments:before {
	content: "";
}

.icofont-speed-meter:before {
	content: "";
}

.icofont-spinner-alt-1:before {
	content: "";
}

.icofont-spinner-alt-2:before {
	content: "";
}

.icofont-spinner-alt-3:before {
	content: "";
}

.icofont-spinner-alt-4:before {
	content: "";
}

.icofont-spinner-alt-5:before {
	content: "";
}

.icofont-spinner-alt-6:before {
	content: "";
}

.icofont-spinner:before {
	content: "";
}

.icofont-spreadsheet:before {
	content: "";
}

.icofont-square:before {
	content: "";
}

.icofont-ssl-security:before {
	content: "";
}

.icofont-star-alt-1:before {
	content: "";
}

.icofont-star-alt-2:before {
	content: "";
}

.icofont-star:before {
	content: "";
}

.icofont-street-view:before {
	content: "";
}

.icofont-support-faq:before {
	content: "";
}

.icofont-tack-pin:before {
	content: "";
}

.icofont-tag:before {
	content: "";
}

.icofont-tags:before {
	content: "";
}

.icofont-tasks-alt:before {
	content: "";
}

.icofont-tasks:before {
	content: "";
}

.icofont-telephone:before {
	content: "";
}

.icofont-telescope:before {
	content: "";
}

.icofont-terminal:before {
	content: "";
}

.icofont-thumbs-down:before {
	content: "";
}

.icofont-thumbs-up:before {
	content: "";
}

.icofont-tick-boxed:before {
	content: "";
}

.icofont-tick-mark:before {
	content: "";
}

.icofont-ticket:before {
	content: "";
}

.icofont-tie:before {
	content: "";
}

.icofont-toggle-off:before {
	content: "";
}

.icofont-toggle-on:before {
	content: "";
}

.icofont-tools-alt-2:before {
	content: "";
}

.icofont-tools:before {
	content: "";
}

.icofont-touch:before {
	content: "";
}

.icofont-traffic-light:before {
	content: "";
}

.icofont-transparent:before {
	content: "";
}

.icofont-tree:before {
	content: "";
}

.icofont-unique-idea:before {
	content: "";
}

.icofont-unlock:before {
	content: "";
}

.icofont-unlocked:before {
	content: "";
}

.icofont-upload-alt:before {
	content: "";
}

.icofont-upload:before {
	content: "";
}

.icofont-usb-drive:before {
	content: "";
}

.icofont-usb:before {
	content: "";
}

.icofont-vector-path:before {
	content: "";
}

.icofont-verification-check:before {
	content: "";
}

.icofont-wall-clock:before {
	content: "";
}

.icofont-wall:before {
	content: "";
}

.icofont-wallet:before {
	content: "";
}

.icofont-warning-alt:before {
	content: "";
}

.icofont-warning:before {
	content: "";
}

.icofont-water-drop:before {
	content: "";
}

.icofont-web:before {
	content: "";
}

.icofont-wheelchair:before {
	content: "";
}

.icofont-wifi-alt:before {
	content: "";
}

.icofont-wifi:before {
	content: "";
}

.icofont-world:before {
	content: "";
}

.icofont-zigzag:before {
	content: "";
}

.icofont-zipped:before {
	content: "";
}

.icofont-xs {
	font-size: .5em;
}

.icofont-sm {
	font-size: .75em;
}

.icofont-md {
	font-size: 1.25em;
}

.icofont-lg {
	font-size: 1.5em;
}

.icofont-1x {
	font-size: 1em;
}

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

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

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

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

.icofont-6x {
	font-size: 6em;
}

.icofont-7x {
	font-size: 7em;
}

.icofont-8x {
	font-size: 8em;
}

.icofont-9x {
	font-size: 9em;
}

.icofont-10x {
	font-size: 10em;
}

.icofont-fw {
	text-align: center;
	width: 1.25em;
}

.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.icofont-ul>li {
	position: relative;
	line-height: 2em;
}

.icofont-ul>li .icofont {
	display: inline-block;
	vertical-align: middle;
}

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

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

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

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

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

.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block;
}

.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block;
}

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

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

.icofont-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icofont-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icofont-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icofont-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icofont-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icofont-flip-horizontal, :root .icofont-flip-vertical, :root .icofont-rotate-180, :root .icofont-rotate-270, :root .icofont-rotate-90 {
	-webkit-filter: none;
	filter: none;
	display: inline-block;
}

.icofont-inverse {
	color: #fff;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.icomoon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-home:before {
	content: "";
}

.icomoon-home2:before {
	content: "";
}

.icomoon-home3:before {
	content: "";
}

.icomoon-office:before {
	content: "";
}

.icomoon-newspaper:before {
	content: "";
}

.icomoon-pencil:before {
	content: "";
}

.icomoon-pencil2:before {
	content: "";
}

.icomoon-quill:before {
	content: "";
}

.icomoon-pen:before {
	content: "";
}

.icomoon-blog:before {
	content: "";
}

.icomoon-eyedropper:before {
	content: "";
}

.icomoon-droplet:before {
	content: "";
}

.icomoon-paint-format:before {
	content: "";
}

.icomoon-image:before {
	content: "";
}

.icomoon-images:before {
	content: "";
}

.icomoon-camera:before {
	content: "";
}

.icomoon-headphones:before {
	content: "";
}

.icomoon-music:before {
	content: "";
}

.icomoon-play:before {
	content: "";
}

.icomoon-film:before {
	content: "";
}

.icomoon-video-camera:before {
	content: "";
}

.icomoon-dice:before {
	content: "";
}

.icomoon-pacman:before {
	content: "";
}

.icomoon-spades:before {
	content: "";
}

.icomoon-clubs:before {
	content: "";
}

.icomoon-diamonds:before {
	content: "";
}

.icomoon-bullhorn:before {
	content: "";
}

.icomoon-connection:before {
	content: "";
}

.icomoon-podcast:before {
	content: "";
}

.icomoon-feed:before {
	content: "";
}

.icomoon-mic:before {
	content: "";
}

.icomoon-book:before {
	content: "";
}

.icomoon-books:before {
	content: "";
}

.icomoon-library:before {
	content: "";
}

.icomoon-file-text:before {
	content: "";
}

.icomoon-profile:before {
	content: "";
}

.icomoon-file-empty:before {
	content: "";
}

.icomoon-files-empty:before {
	content: "";
}

.icomoon-file-text2:before {
	content: "";
}

.icomoon-file-picture:before {
	content: "";
}

.icomoon-file-music:before {
	content: "";
}

.icomoon-file-play:before {
	content: "";
}

.icomoon-file-video:before {
	content: "";
}

.icomoon-file-zip:before {
	content: "";
}

.icomoon-copy:before {
	content: "";
}

.icomoon-paste:before {
	content: "";
}

.icomoon-stack:before {
	content: "";
}

.icomoon-folder:before {
	content: "";
}

.icomoon-folder-open:before {
	content: "";
}

.icomoon-folder-plus:before {
	content: "";
}

.icomoon-folder-minus:before {
	content: "";
}

.icomoon-folder-download:before {
	content: "";
}

.icomoon-folder-upload:before {
	content: "";
}

.icomoon-price-tag:before {
	content: "";
}

.icomoon-price-tags:before {
	content: "";
}

.icomoon-barcode:before {
	content: "";
}

.icomoon-qrcode:before {
	content: "";
}

.icomoon-ticket:before {
	content: "";
}

.icomoon-cart:before {
	content: "";
}

.icomoon-coin-dollar:before {
	content: "";
}

.icomoon-coin-euro:before {
	content: "";
}

.icomoon-coin-pound:before {
	content: "";
}

.icomoon-coin-yen:before {
	content: "";
}

.icomoon-credit-card:before {
	content: "";
}

.icomoon-calculator:before {
	content: "";
}

.icomoon-lifebuoy:before {
	content: "";
}

.icomoon-phone:before {
	content: "";
}

.icomoon-phone-hang-up:before {
	content: "";
}

.icomoon-address-book:before {
	content: "";
}

.icomoon-envelop:before {
	content: "";
}

.icomoon-pushpin:before {
	content: "";
}

.icomoon-location:before {
	content: "";
}

.icomoon-location2:before {
	content: "";
}

.icomoon-compass:before {
	content: "";
}

.icomoon-compass2:before {
	content: "";
}

.icomoon-map:before {
	content: "";
}

.icomoon-map2:before {
	content: "";
}

.icomoon-history:before {
	content: "";
}

.icomoon-clock:before {
	content: "";
}

.icomoon-clock2:before {
	content: "";
}

.icomoon-alarm:before {
	content: "";
}

.icomoon-bell:before {
	content: "";
}

.icomoon-stopwatch:before {
	content: "";
}

.icomoon-calendar:before {
	content: "";
}

.icomoon-printer:before {
	content: "";
}

.icomoon-keyboard:before {
	content: "";
}

.icomoon-display:before {
	content: "";
}

.icomoon-laptop:before {
	content: "";
}

.icomoon-mobile:before {
	content: "";
}

.icomoon-mobile2:before {
	content: "";
}

.icomoon-tablet:before {
	content: "";
}

.icomoon-tv:before {
	content: "";
}

.icomoon-drawer:before {
	content: "";
}

.icomoon-drawer2:before {
	content: "";
}

.icomoon-box-add:before {
	content: "";
}

.icomoon-box-remove:before {
	content: "";
}

.icomoon-download:before {
	content: "";
}

.icomoon-upload:before {
	content: "";
}

.icomoon-floppy-disk:before {
	content: "";
}

.icomoon-drive:before {
	content: "";
}

.icomoon-database:before {
	content: "";
}

.icomoon-undo:before {
	content: "";
}

.icomoon-redo:before {
	content: "";
}

.icomoon-undo2:before {
	content: "";
}

.icomoon-redo2:before {
	content: "";
}

.icomoon-forward:before {
	content: "";
}

.icomoon-reply:before {
	content: "";
}

.icomoon-bubble:before {
	content: "";
}

.icomoon-bubbles:before {
	content: "";
}

.icomoon-bubbles2:before {
	content: "";
}

.icomoon-bubble2:before {
	content: "";
}

.icomoon-bubbles3:before {
	content: "";
}

.icomoon-bubbles4:before {
	content: "";
}

.icomoon-user:before {
	content: "";
}

.icomoon-users:before {
	content: "";
}

.icomoon-user-plus:before {
	content: "";
}

.icomoon-user-minus:before {
	content: "";
}

.icomoon-user-check:before {
	content: "";
}

.icomoon-user-tie:before {
	content: "";
}

.icomoon-quotes-left:before {
	content: "";
}

.icomoon-quotes-right:before {
	content: "";
}

.icomoon-hour-glass:before {
	content: "";
}

.icomoon-spinner:before {
	content: "";
}

.icomoon-spinner2:before {
	content: "";
}

.icomoon-spinner3:before {
	content: "";
}

.icomoon-spinner4:before {
	content: "";
}

.icomoon-spinner5:before {
	content: "";
}

.icomoon-spinner6:before {
	content: "";
}

.icomoon-spinner7:before {
	content: "";
}

.icomoon-spinner8:before {
	content: "";
}

.icomoon-spinner9:before {
	content: "";
}

.icomoon-spinner10:before {
	content: "";
}

.icomoon-spinner11:before {
	content: "";
}

.icomoon-binoculars:before {
	content: "";
}

.icomoon-search:before {
	content: "";
}

.icomoon-zoom-in:before {
	content: "";
}

.icomoon-zoom-out:before {
	content: "";
}

.icomoon-enlarge:before {
	content: "";
}

.icomoon-shrink:before {
	content: "";
}

.icomoon-enlarge2:before {
	content: "";
}

.icomoon-shrink2:before {
	content: "";
}

.icomoon-key:before {
	content: "";
}

.icomoon-key2:before {
	content: "";
}

.icomoon-lock:before {
	content: "";
}

.icomoon-unlocked:before {
	content: "";
}

.icomoon-wrench:before {
	content: "";
}

.icomoon-equalizer:before {
	content: "";
}

.icomoon-equalizer2:before {
	content: "";
}

.icomoon-cog:before {
	content: "";
}

.icomoon-cogs:before {
	content: "";
}

.icomoon-hammer:before {
	content: "";
}

.icomoon-magic-wand:before {
	content: "";
}

.icomoon-aid-kit:before {
	content: "";
}

.icomoon-bug:before {
	content: "";
}

.icomoon-pie-chart:before {
	content: "";
}

.icomoon-stats-dots:before {
	content: "";
}

.icomoon-stats-bars:before {
	content: "";
}

.icomoon-stats-bars2:before {
	content: "";
}

.icomoon-trophy:before {
	content: "";
}

.icomoon-gift:before {
	content: "";
}

.icomoon-glass:before {
	content: "";
}

.icomoon-glass2:before {
	content: "";
}

.icomoon-mug:before {
	content: "";
}

.icomoon-spoon-knife:before {
	content: "";
}

.icomoon-leaf:before {
	content: "";
}

.icomoon-rocket:before {
	content: "";
}

.icomoon-meter:before {
	content: "";
}

.icomoon-meter2:before {
	content: "";
}

.icomoon-hammer2:before {
	content: "";
}

.icomoon-fire:before {
	content: "";
}

.icomoon-lab:before {
	content: "";
}

.icomoon-magnet:before {
	content: "";
}

.icomoon-bin:before {
	content: "";
}

.icomoon-bin2:before {
	content: "";
}

.icomoon-briefcase:before {
	content: "";
}

.icomoon-airplane:before {
	content: "";
}

.icomoon-truck:before {
	content: "";
}

.icomoon-road:before {
	content: "";
}

.icomoon-accessibility:before {
	content: "";
}

.icomoon-target:before {
	content: "";
}

.icomoon-shield:before {
	content: "";
}

.icomoon-power:before {
	content: "";
}

.icomoon-switch:before {
	content: "";
}

.icomoon-power-cord:before {
	content: "";
}

.icomoon-clipboard:before {
	content: "";
}

.icomoon-list-numbered:before {
	content: "";
}

.icomoon-list:before {
	content: "";
}

.icomoon-list2:before {
	content: "";
}

.icomoon-tree:before {
	content: "";
}

.icomoon-menu:before {
	content: "";
}

.icomoon-menu2:before {
	content: "";
}

.icomoon-menu3:before {
	content: "";
}

.icomoon-menu4:before {
	content: "";
}

.icomoon-cloud:before {
	content: "";
}

.icomoon-cloud-download:before {
	content: "";
}

.icomoon-cloud-upload:before {
	content: "";
}

.icomoon-cloud-check:before {
	content: "";
}

.icomoon-download2:before {
	content: "";
}

.icomoon-upload2:before {
	content: "";
}

.icomoon-download3:before {
	content: "";
}

.icomoon-upload3:before {
	content: "";
}

.icomoon-sphere:before {
	content: "";
}

.icomoon-earth:before {
	content: "";
}

.icomoon-link:before {
	content: "";
}

.icomoon-flag:before {
	content: "";
}

.icomoon-attachment:before {
	content: "";
}

.icomoon-eye:before {
	content: "";
}

.icomoon-eye-plus:before {
	content: "";
}

.icomoon-eye-minus:before {
	content: "";
}

.icomoon-eye-blocked:before {
	content: "";
}

.icomoon-bookmark:before {
	content: "";
}

.icomoon-bookmarks:before {
	content: "";
}

.icomoon-sun:before {
	content: "";
}

.icomoon-contrast:before {
	content: "";
}

.icomoon-brightness-contrast:before {
	content: "";
}

.icomoon-star-empty:before {
	content: "";
}

.icomoon-star-half:before {
	content: "";
}

.icomoon-star-full:before {
	content: "";
}

.icomoon-heart:before {
	content: "";
}

.icomoon-heart-broken:before {
	content: "";
}

.icomoon-man:before {
	content: "";
}

.icomoon-woman:before {
	content: "";
}

.icomoon-man-woman:before {
	content: "";
}

.icomoon-happy:before {
	content: "";
}

.icomoon-happy2:before {
	content: "";
}

.icomoon-smile:before {
	content: "";
}

.icomoon-smile2:before {
	content: "";
}

.icomoon-tongue:before {
	content: "";
}

.icomoon-tongue2:before {
	content: "";
}

.icomoon-sad:before {
	content: "";
}

.icomoon-sad2:before {
	content: "";
}

.icomoon-wink:before {
	content: "";
}

.icomoon-wink2:before {
	content: "";
}

.icomoon-grin:before {
	content: "";
}

.icomoon-grin2:before {
	content: "";
}

.icomoon-cool:before {
	content: "";
}

.icomoon-cool2:before {
	content: "";
}

.icomoon-angry:before {
	content: "";
}

.icomoon-angry2:before {
	content: "";
}

.icomoon-evil:before {
	content: "";
}

.icomoon-evil2:before {
	content: "";
}

.icomoon-shocked:before {
	content: "";
}

.icomoon-shocked2:before {
	content: "";
}

.icomoon-baffled:before {
	content: "";
}

.icomoon-baffled2:before {
	content: "";
}

.icomoon-confused:before {
	content: "";
}

.icomoon-confused2:before {
	content: "";
}

.icomoon-neutral:before {
	content: "";
}

.icomoon-neutral2:before {
	content: "";
}

.icomoon-hipster:before {
	content: "";
}

.icomoon-hipster2:before {
	content: "";
}

.icomoon-wondering:before {
	content: "";
}

.icomoon-wondering2:before {
	content: "";
}

.icomoon-sleepy:before {
	content: "";
}

.icomoon-sleepy2:before {
	content: "";
}

.icomoon-frustrated:before {
	content: "";
}

.icomoon-frustrated2:before {
	content: "";
}

.icomoon-crying:before {
	content: "";
}

.icomoon-crying2:before {
	content: "";
}

.icomoon-point-up:before {
	content: "";
}

.icomoon-point-right:before {
	content: "";
}

.icomoon-point-down:before {
	content: "";
}

.icomoon-point-left:before {
	content: "";
}

.icomoon-warning:before {
	content: "";
}

.icomoon-notification:before {
	content: "";
}

.icomoon-question:before {
	content: "";
}

.icomoon-plus:before {
	content: "";
}

.icomoon-minus:before {
	content: "";
}

.icomoon-info:before {
	content: "";
}

.icomoon-cancel-circle:before {
	content: "";
}

.icomoon-blocked:before {
	content: "";
}

.icomoon-cross:before {
	content: "";
}

.icomoon-checkmark:before {
	content: "";
}

.icomoon-checkmark2:before {
	content: "";
}

.icomoon-spell-check:before {
	content: "";
}

.icomoon-enter:before {
	content: "";
}

.icomoon-exit:before {
	content: "";
}

.icomoon-play2:before {
	content: "";
}

.icomoon-pause:before {
	content: "";
}

.icomoon-stop:before {
	content: "";
}

.icomoon-previous:before {
	content: "";
}

.icomoon-next:before {
	content: "";
}

.icomoon-backward:before {
	content: "";
}

.icomoon-forward2:before {
	content: "";
}

.icomoon-play3:before {
	content: "";
}

.icomoon-pause2:before {
	content: "";
}

.icomoon-stop2:before {
	content: "";
}

.icomoon-backward2:before {
	content: "";
}

.icomoon-forward3:before {
	content: "";
}

.icomoon-first:before {
	content: "";
}

.icomoon-last:before {
	content: "";
}

.icomoon-previous2:before {
	content: "";
}

.icomoon-next2:before {
	content: "";
}

.icomoon-eject:before {
	content: "";
}

.icomoon-volume-high:before {
	content: "";
}

.icomoon-volume-medium:before {
	content: "";
}

.icomoon-volume-low:before {
	content: "";
}

.icomoon-volume-mute:before {
	content: "";
}

.icomoon-volume-mute2:before {
	content: "";
}

.icomoon-volume-increase:before {
	content: "";
}

.icomoon-volume-decrease:before {
	content: "";
}

.icomoon-loop:before {
	content: "";
}

.icomoon-loop2:before {
	content: "";
}

.icomoon-infinite:before {
	content: "";
}

.icomoon-shuffle:before {
	content: "";
}

.icomoon-arrow-up-left:before {
	content: "";
}

.icomoon-arrow-up:before {
	content: "";
}

.icomoon-arrow-up-right:before {
	content: "";
}

.icomoon-arrow-right:before {
	content: "";
}

.icomoon-arrow-down-right:before {
	content: "";
}

.icomoon-arrow-down:before {
	content: "";
}

.icomoon-arrow-down-left:before {
	content: "";
}

.icomoon-arrow-left:before {
	content: "";
}

.icomoon-arrow-up-left2:before {
	content: "";
}

.icomoon-arrow-up2:before {
	content: "";
}

.icomoon-arrow-up-right2:before {
	content: "";
}

.icomoon-arrow-right2:before {
	content: "";
}

.icomoon-arrow-down-right2:before {
	content: "";
}

.icomoon-arrow-down2:before {
	content: "";
}

.icomoon-arrow-down-left2:before {
	content: "";
}

.icomoon-arrow-left2:before {
	content: "";
}

.icomoon-circle-up:before {
	content: "";
}

.icomoon-circle-right:before {
	content: "";
}

.icomoon-circle-down:before {
	content: "";
}

.icomoon-circle-left:before {
	content: "";
}

.icomoon-tab:before {
	content: "";
}

.icomoon-move-up:before {
	content: "";
}

.icomoon-move-down:before {
	content: "";
}

.icomoon-sort-alpha-asc:before {
	content: "";
}

.icomoon-sort-alpha-desc:before {
	content: "";
}

.icomoon-sort-numeric-asc:before {
	content: "";
}

.icomoon-sort-numberic-desc:before {
	content: "";
}

.icomoon-sort-amount-asc:before {
	content: "";
}

.icomoon-sort-amount-desc:before {
	content: "";
}

.icomoon-command:before {
	content: "";
}

.icomoon-shift:before {
	content: "";
}

.icomoon-ctrl:before {
	content: "";
}

.icomoon-opt:before {
	content: "";
}

.icomoon-checkbox-checked:before {
	content: "";
}

.icomoon-checkbox-unchecked:before {
	content: "";
}

.icomoon-radio-checked:before {
	content: "";
}

.icomoon-radio-checked2:before {
	content: "";
}

.icomoon-radio-unchecked:before {
	content: "";
}

.icomoon-crop:before {
	content: "";
}

.icomoon-make-group:before {
	content: "";
}

.icomoon-ungroup:before {
	content: "";
}

.icomoon-scissors:before {
	content: "";
}

.icomoon-filter:before {
	content: "";
}

.icomoon-font:before {
	content: "";
}

.icomoon-ligature:before {
	content: "";
}

.icomoon-ligature2:before {
	content: "";
}

.icomoon-text-height:before {
	content: "";
}

.icomoon-text-width:before {
	content: "";
}

.icomoon-font-size:before {
	content: "";
}

.icomoon-bold:before {
	content: "";
}

.icomoon-underline:before {
	content: "";
}

.icomoon-italic:before {
	content: "";
}

.icomoon-strikethrough:before {
	content: "";
}

.icomoon-omega:before {
	content: "";
}

.icomoon-sigma:before {
	content: "";
}

.icomoon-page-break:before {
	content: "";
}

.icomoon-superscript:before {
	content: "";
}

.icomoon-subscript:before {
	content: "";
}

.icomoon-superscript2:before {
	content: "";
}

.icomoon-subscript2:before {
	content: "";
}

.icomoon-text-color:before {
	content: "";
}

.icomoon-pagebreak:before {
	content: "";
}

.icomoon-clear-formatting:before {
	content: "";
}

.icomoon-table:before {
	content: "";
}

.icomoon-table2:before {
	content: "";
}

.icomoon-insert-template:before {
	content: "";
}

.icomoon-pilcrow:before {
	content: "";
}

.icomoon-ltr:before {
	content: "";
}

.icomoon-rtl:before {
	content: "";
}

.icomoon-section:before {
	content: "";
}

.icomoon-paragraph-left:before {
	content: "";
}

.icomoon-paragraph-center:before {
	content: "";
}

.icomoon-paragraph-right:before {
	content: "";
}

.icomoon-paragraph-justify:before {
	content: "";
}

.icomoon-indent-increase:before {
	content: "";
}

.icomoon-indent-decrease:before {
	content: "";
}

.icomoon-share:before {
	content: "";
}

.icomoon-new-tab:before {
	content: "";
}

.icomoon-embed:before {
	content: "";
}

.icomoon-embed2:before {
	content: "";
}

.icomoon-terminal:before {
	content: "";
}

.icomoon-share2:before {
	content: "";
}

.icomoon-mail:before {
	content: "";
}

.icomoon-mail2:before {
	content: "";
}

.icomoon-mail3:before {
	content: "";
}

.icomoon-mail4:before {
	content: "";
}

.icomoon-amazon:before {
	content: "";
}

.icomoon-google:before {
	content: "";
}

.icomoon-google2:before {
	content: "";
}

.icomoon-google3:before {
	content: "";
}

.icomoon-google-plus:before {
	content: "";
}

.icomoon-google-plus2:before {
	content: "";
}

.icomoon-google-plus3:before {
	content: "";
}

.icomoon-hangouts:before {
	content: "";
}

.icomoon-google-drive:before {
	content: "";
}

.icomoon-facebook:before {
	content: "";
}

.icomoon-facebook2:before {
	content: "";
}

.icomoon-instagram:before {
	content: "";
}

.icomoon-whatsapp:before {
	content: "";
}

.icomoon-spotify:before {
	content: "";
}

.icomoon-telegram:before {
	content: "";
}

.icomoon-twitter:before {
	content: "";
}

.icomoon-vine:before {
	content: "";
}

.icomoon-vk:before {
	content: "";
}

.icomoon-renren:before {
	content: "";
}

.icomoon-sina-weibo:before {
	content: "";
}

.icomoon-rss:before {
	content: "";
}

.icomoon-rss2:before {
	content: "";
}

.icomoon-youtube:before {
	content: "";
}

.icomoon-youtube2:before {
	content: "";
}

.icomoon-twitch:before {
	content: "";
}

.icomoon-vimeo:before {
	content: "";
}

.icomoon-vimeo2:before {
	content: "";
}

.icomoon-lanyrd:before {
	content: "";
}

.icomoon-flickr:before {
	content: "";
}

.icomoon-flickr2:before {
	content: "";
}

.icomoon-flickr3:before {
	content: "";
}

.icomoon-flickr4:before {
	content: "";
}

.icomoon-dribbble:before {
	content: "";
}

.icomoon-behance:before {
	content: "";
}

.icomoon-behance2:before {
	content: "";
}

.icomoon-deviantart:before {
	content: "";
}

.icomoon-500px:before {
	content: "";
}

.icomoon-steam:before {
	content: "";
}

.icomoon-steam2:before {
	content: "";
}

.icomoon-dropbox:before {
	content: "";
}

.icomoon-onedrive:before {
	content: "";
}

.icomoon-github:before {
	content: "";
}

.icomoon-npm:before {
	content: "";
}

.icomoon-basecamp:before {
	content: "";
}

.icomoon-trello:before {
	content: "";
}

.icomoon-wordpress:before {
	content: "";
}

.icomoon-joomla:before {
	content: "";
}

.icomoon-ello:before {
	content: "";
}

.icomoon-blogger:before {
	content: "";
}

.icomoon-blogger2:before {
	content: "";
}

.icomoon-tumblr:before {
	content: "";
}

.icomoon-tumblr2:before {
	content: "";
}

.icomoon-yahoo:before {
	content: "";
}

.icomoon-yahoo2:before {
	content: "";
}

.icomoon-tux:before {
	content: "";
}

.icomoon-appleinc:before {
	content: "";
}

.icomoon-finder:before {
	content: "";
}

.icomoon-android:before {
	content: "";
}

.icomoon-windows:before {
	content: "";
}

.icomoon-windows8:before {
	content: "";
}

.icomoon-soundcloud:before {
	content: "";
}

.icomoon-soundcloud2:before {
	content: "";
}

.icomoon-skype:before {
	content: "";
}

.icomoon-reddit:before {
	content: "";
}

.icomoon-hackernews:before {
	content: "";
}

.icomoon-wikipedia:before {
	content: "";
}

.icomoon-linkedin:before {
	content: "";
}

.icomoon-linkedin2:before {
	content: "";
}

.icomoon-lastfm:before {
	content: "";
}

.icomoon-lastfm2:before {
	content: "";
}

.icomoon-delicious:before {
	content: "";
}

.icomoon-stumbleupon:before {
	content: "";
}

.icomoon-stumbleupon2:before {
	content: "";
}

.icomoon-stackoverflow:before {
	content: "";
}

.icomoon-pinterest:before {
	content: "";
}

.icomoon-pinterest2:before {
	content: "";
}

.icomoon-xing:before {
	content: "";
}

.icomoon-xing2:before {
	content: "";
}

.icomoon-flattr:before {
	content: "";
}

.icomoon-foursquare:before {
	content: "";
}

.icomoon-yelp:before {
	content: "";
}

.icomoon-paypal:before {
	content: "";
}

.icomoon-chrome:before {
	content: "";
}

.icomoon-firefox:before {
	content: "";
}

.icomoon-IE:before {
	content: "";
}

.icomoon-edge:before {
	content: "";
}

.icomoon-safari:before {
	content: "";
}

.icomoon-opera:before {
	content: "";
}

.icomoon-file-pdf:before {
	content: "";
}

.icomoon-file-openoffice:before {
	content: "";
}

.icomoon-file-word:before {
	content: "";
}

.icomoon-file-excel:before {
	content: "";
}

.icomoon-libreoffice:before {
	content: "";
}

.icomoon-html-five:before {
	content: "";
}

.icomoon-html-five2:before {
	content: "";
}

.icomoon-css3:before {
	content: "";
}

.icomoon-git:before {
	content: "";
}

.icomoon-codepen:before {
	content: "";
}

.icomoon-svg:before {
	content: "";
}

.icomoon-IcoMoon:before {
	content: "";
}

.iconic {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "iconic" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconic-chat:before {
	content: "";
}

.iconic-chat-alt-stroke:before {
	content: "";
}

.iconic-chat-alt-fill:before {
	content: "";
}

.iconic-comment-alt1-stroke:before {
	content: "";
}

.iconic-comment:before {
	content: "";
}

.iconic-comment-stroke:before {
	content: "";
}

.iconic-comment-fill:before {
	content: "";
}

.iconic-comment-alt2-stroke:before {
	content: "";
}

.iconic-comment-alt2-fill:before {
	content: "";
}

.iconic-checkmark1:before {
	content: "";
}

.iconic-check-alt:before {
	content: "";
}

.iconic-x:before {
	content: "";
}

.iconic-x-altx-alt:before {
	content: "";
}

.iconic-denied:before {
	content: "";
}

.iconic-cursor:before {
	content: "";
}

.iconic-rss3:before {
	content: "";
}

.iconic-rss-alt:before {
	content: "";
}

.iconic-wrench1:before {
	content: "";
}

.iconic-dial:before {
	content: "";
}

.iconic-cog1:before {
	content: "";
}

.iconic-calendar1:before {
	content: "";
}

.iconic-calendar-alt-stroke:before {
	content: "";
}

.iconic-calendar-alt-fill:before {
	content: "";
}

.iconic-share1:before {
	content: "";
}

.iconic-mail1:before {
	content: "";
}

.iconic-heart-stroke:before {
	content: "";
}

.iconic-heart-fill:before {
	content: "";
}

.iconic-movie:before {
	content: "";
}

.iconic-document-alt-stroke:before {
	content: "";
}

.iconic-document-alt-fill:before {
	content: "";
}

.iconic-document-stroke:before {
	content: "";
}

.iconic-document-fill:before {
	content: "";
}

.iconic-plus1:before {
	content: "";
}

.iconic-plus-alt:before {
	content: "";
}

.iconic-minus1:before {
	content: "";
}

.iconic-minus-alt:before {
	content: "";
}

.iconic-pin:before {
	content: "";
}

.iconic-link1:before {
	content: "";
}

.iconic-bolt:before {
	content: "";
}

.iconic-move:before {
	content: "";
}

.iconic-move-alt1:before {
	content: "";
}

.iconic-move-alt2:before {
	content: "";
}

.iconic-equalizer1:before {
	content: "";
}

.iconic-award-fill:before {
	content: "";
}

.iconic-award-stroke:before {
	content: "";
}

.iconic-magnifying-glass:before {
	content: "";
}

.iconic-trash-stroke:before {
	content: "";
}

.iconic-trash-fill:before {
	content: "";
}

.iconic-beaker-alt:before {
	content: "";
}

.iconic-beaker:before {
	content: "";
}

.iconic-key-stroke:before {
	content: "";
}

.iconic-key-fill:before {
	content: "";
}

.iconic-new-window:before {
	content: "";
}

.iconic-lightbulb:before {
	content: "";
}

.iconic-spin-alt:before {
	content: "";
}

.iconic-spin:before {
	content: "";
}

.iconic-curved-arrow:before {
	content: "";
}

.iconic-undo1:before {
	content: "";
}

.iconic-reload:before {
	content: "";
}

.iconic-reload-alt:before {
	content: "";
}

.iconic-loop3:before {
	content: "";
}

.iconic-loop-alt1:before {
	content: "";
}

.iconic-loop-alt2:before {
	content: "";
}

.iconic-loop-alt3:before {
	content: "";
}

.iconic-loop-alt4:before {
	content: "";
}

.iconic-transfer:before {
	content: "";
}

.iconic-move-vertical:before {
	content: "";
}

.iconic-move-vertical-alt1:before {
	content: "";
}

.iconic-move-vertical-alt2:before {
	content: "";
}

.iconic-move-horizontal:before {
	content: "";
}

.iconic-move-horizontal-alt1:before {
	content: "";
}

.iconic-move-horizontal-alt2:before {
	content: "";
}

.iconic-arrow-left1:before {
	content: "";
}

.iconic-arrow-left-alt1:before {
	content: "";
}

.iconic-arrow-left-alt2:before {
	content: "";
}

.iconic-arrow-right1:before {
	content: "";
}

.iconic-arrow-right-alt1:before {
	content: "";
}

.iconic-arrow-right-alt2:before {
	content: "";
}

.iconic-arrow-up1:before {
	content: "";
}

.iconic-arrow-up-alt1:before {
	content: "";
}

.iconic-arrow-up-alt2:before {
	content: "";
}

.iconic-arrow-down1:before {
	content: "";
}

.iconic-arrow-down-alt1:before {
	content: "";
}

.iconic-arrow-down-alt2:before {
	content: "";
}

.iconic-cd:before {
	content: "";
}

.iconic-steering-wheel:before {
	content: "";
}

.iconic-microphone:before {
	content: "";
}

.iconic-headphones1:before {
	content: "";
}

.iconic-volume:before {
	content: "";
}

.iconic-volume-mute1:before {
	content: "";
}

.iconic-play1:before {
	content: "";
}

.iconic-pause1:before {
	content: "";
}

.iconic-stop1:before {
	content: "";
}

.iconic-eject1:before {
	content: "";
}

.iconic-first1:before {
	content: "";
}

.iconic-last1:before {
	content: "";
}

.iconic-play-alt:before {
	content: "";
}

.iconic-fullscreen-exit:before {
	content: "";
}

.iconic-fullscreen-exit-alt:before {
	content: "";
}

.iconic-fullscreen:before {
	content: "";
}

.iconic-fullscreen-alt:before {
	content: "";
}

.iconic-iphone:before {
	content: "";
}

.iconic-battery-empty:before {
	content: "";
}

.iconic-battery-half:before {
	content: "";
}

.iconic-battery-full:before {
	content: "";
}

.iconic-battery-charging:before {
	content: "";
}

.iconic-compass1:before {
	content: "";
}

.iconic-box1:before {
	content: "";
}

.iconic-folder-stroke:before {
	content: "";
}

.iconic-folder-fill:before {
	content: "";
}

.iconic-at:before {
	content: "";
}

.iconic-ampersand:before {
	content: "";
}

.iconic-info1:before {
	content: "";
}

.iconic-question-mark:before {
	content: "";
}

.iconic-pilcrow1:before {
	content: "";
}

.iconic-hash:before {
	content: "";
}

.iconic-left-quote:before {
	content: "";
}

.iconic-right-quote:before {
	content: "";
}

.iconic-left-quote-alt:before {
	content: "";
}

.iconic-right-quote-alt:before {
	content: "";
}

.iconic-article:before {
	content: "";
}

.iconic-read-more:before {
	content: "";
}

.iconic-list1:before {
	content: "";
}

.iconic-list-nested:before {
	content: "";
}

.iconic-book1:before {
	content: "";
}

.iconic-book-alt:before {
	content: "";
}

.iconic-book-alt2:before {
	content: "";
}

.iconic-pen1:before {
	content: "";
}

.iconic-pen-alt-stroke:before {
	content: "";
}

.iconic-pen-alt-fill:before {
	content: "";
}

.iconic-pen-alt2:before {
	content: "";
}

.iconic-brush:before {
	content: "";
}

.iconic-brush-alt:before {
	content: "";
}

.iconic-eyedropper1:before {
	content: "";
}

.iconic-layers-alt:before {
	content: "";
}

.iconic-layers:before {
	content: "";
}

.iconic-image1:before {
	content: "";
}

.iconic-camera1:before {
	content: "";
}

.iconic-aperture:before {
	content: "";
}

.iconic-aperture-alt:before {
	content: "";
}

.iconic-chart:before {
	content: "";
}

.iconic-chart-alt:before {
	content: "";
}

.iconic-bars:before {
	content: "";
}

.iconic-bars-alt:before {
	content: "";
}

.iconic-eye1:before {
	content: "";
}

.iconic-user1:before {
	content: "";
}

.iconic-home1:before {
	content: "";
}

.iconic-clock1:before {
	content: "";
}

.iconic-lock-stroke:before {
	content: "";
}

.iconic-lock-fill:before {
	content: "";
}

.iconic-unlock-stroke:before {
	content: "";
}

.iconic-unlock-fill:before {
	content: "";
}

.iconic-tag-stroke:before {
	content: "";
}

.iconic-tag-fill:before {
	content: "";
}

.iconic-sun-stroke:before {
	content: "";
}

.iconic-sun-fill:before {
	content: "";
}

.iconic-moon-stroke:before {
	content: "";
}

.iconic-moon-fill:before {
	content: "";
}

.iconic-cloud1:before {
	content: "";
}

.iconic-rain:before {
	content: "";
}

.iconic-umbrella:before {
	content: "";
}

.iconic-star:before {
	content: "";
}

.iconic-map-pin-stroke:before {
	content: "";
}

.iconic-map-pin-fill:before {
	content: "";
}

.iconic-map-pin-alt:before {
	content: "";
}

.iconic-target1:before {
	content: "";
}

.iconic-download1:before {
	content: "";
}

.iconic-upload1:before {
	content: "";
}

.iconic-cloud-download1:before {
	content: "";
}

.iconic-cloud-upload1:before {
	content: "";
}

.iconic-fork:before {
	content: "";
}

.iconic-paperclip:before {
	content: "";
}

.ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-airplane:before, .ion-ios-alarm:before, .ion-ios-albums:before, .ion-ios-alert:before, .ion-ios-american-football:before, .ion-ios-analytics:before, .ion-ios-aperture:before, .ion-ios-apps:before, .ion-ios-appstore:before, .ion-ios-archive:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-attach:before, .ion-ios-backspace:before, .ion-ios-barcode:before, .ion-ios-baseball:before, .ion-ios-basket:before, .ion-ios-basketball:before, .ion-ios-battery-charging:before, .ion-ios-battery-dead:before, .ion-ios-battery-full:before, .ion-ios-beaker:before, .ion-ios-bed:before, .ion-ios-beer:before, .ion-ios-bicycle:before, .ion-ios-bluetooth:before, .ion-ios-boat:before, .ion-ios-body:before, .ion-ios-bonfire:before, .ion-ios-book:before, .ion-ios-bookmark:before, .ion-ios-bookmarks:before, .ion-ios-bowtie:before, .ion-ios-briefcase:before, .ion-ios-browsers:before, .ion-ios-brush:before, .ion-ios-bug:before, .ion-ios-build:before, .ion-ios-bulb:before, .ion-ios-bus:before, .ion-ios-business:before, .ion-ios-cafe:before, .ion-ios-calculator:before, .ion-ios-calendar:before, .ion-ios-call:before, .ion-ios-camera:before, .ion-ios-car:before, .ion-ios-card:before, .ion-ios-cart:before, .ion-ios-cash:before, .ion-ios-cellular:before, .ion-ios-chatboxes:before, .ion-ios-chatbubbles:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-clipboard:before, .ion-ios-clock:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-done:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-working:before, .ion-ios-cog:before, .ion-ios-color-fill:before, .ion-ios-color-filter:before, .ion-ios-color-palette:before, .ion-ios-color-wand:before, .ion-ios-compass:before, .ion-ios-construct:before, .ion-ios-contact:before, .ion-ios-contacts:before, .ion-ios-contract:before, .ion-ios-contrast:before, .ion-ios-copy:before, .ion-ios-create:before, .ion-ios-crop:before, .ion-ios-cube:before, .ion-ios-cut:before, .ion-ios-desktop:before, .ion-ios-disc:before, .ion-ios-document:before, .ion-ios-done-all:before, .ion-ios-download:before, .ion-ios-easel:before, .ion-ios-egg:before, .ion-ios-exit:before, .ion-ios-expand:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-fastforward:before, .ion-ios-female:before, .ion-ios-filing:before, .ion-ios-film:before, .ion-ios-finger-print:before, .ion-ios-fitness:before, .ion-ios-flag:before, .ion-ios-flame:before, .ion-ios-flash:before, .ion-ios-flash-off:before, .ion-ios-flashlight:before, .ion-ios-flask:before, .ion-ios-flower:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-football:before, .ion-ios-funnel:before, .ion-ios-gift:before, .ion-ios-git-branch:before, .ion-ios-git-commit:before, .ion-ios-git-compare:before, .ion-ios-git-merge:before, .ion-ios-git-network:before, .ion-ios-git-pull-request:before, .ion-ios-glasses:before, .ion-ios-globe:before, .ion-ios-grid:before, .ion-ios-hammer:before, .ion-ios-hand:before, .ion-ios-happy:before, .ion-ios-headset:before, .ion-ios-heart:before, .ion-ios-heart-dislike:before, .ion-ios-heart-empty:before, .ion-ios-heart-half:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-home:before, .ion-ios-hourglass:before, .ion-ios-ice-cream:before, .ion-ios-image:before, .ion-ios-images:before, .ion-ios-infinite:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-jet:before, .ion-ios-journal:before, .ion-ios-key:before, .ion-ios-keypad:before, .ion-ios-laptop:before, .ion-ios-leaf:before, .ion-ios-link:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-locate:before, .ion-ios-lock:before, .ion-ios-log-in:before, .ion-ios-log-out:before, .ion-ios-magnet:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-unread:before, .ion-ios-male:before, .ion-ios-man:before, .ion-ios-map:before, .ion-ios-medal:before, .ion-ios-medical:before, .ion-ios-medkit:before, .ion-ios-megaphone:before, .ion-ios-menu:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-microphone:before, .ion-ios-moon:before, .ion-ios-more:before, .ion-ios-move:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nutrition:before, .ion-ios-open:before, .ion-ios-options:before, .ion-ios-outlet:before, .ion-ios-paper:before, .ion-ios-paper-plane:before, .ion-ios-partly-sunny:before, .ion-ios-pause:before, .ion-ios-paw:before, .ion-ios-people:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-phone-landscape:before, .ion-ios-phone-portrait:before, .ion-ios-photos:before, .ion-ios-pie:before, .ion-ios-pin:before, .ion-ios-pint:before, .ion-ios-pizza:before, .ion-ios-planet:before, .ion-ios-play:before, .ion-ios-play-circle:before, .ion-ios-podium:before, .ion-ios-power:before, .ion-ios-pricetag:before, .ion-ios-pricetags:before, .ion-ios-print:before, .ion-ios-pulse:before, .ion-ios-qr-scanner:before, .ion-ios-quote:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-on:before, .ion-ios-rainy:before, .ion-ios-recording:before, .ion-ios-redo:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-reorder:before, .ion-ios-repeat:before, .ion-ios-resize:before, .ion-ios-restaurant:before, .ion-ios-return-left:before, .ion-ios-return-right:before, .ion-ios-reverse-camera:before, .ion-ios-rewind:before, .ion-ios-ribbon:before, .ion-ios-rocket:before, .ion-ios-rose:before, .ion-ios-sad:before, .ion-ios-save:before, .ion-ios-school:before, .ion-ios-search:before, .ion-ios-send:before, .ion-ios-settings:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-shirt:before, .ion-ios-shuffle:before, .ion-ios-skip-backward:before, .ion-ios-skip-forward:before, .ion-ios-snow:before, .ion-ios-speedometer:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stopwatch:before, .ion-ios-subway:before, .ion-ios-sunny:before, .ion-ios-swap:before, .ion-ios-switch:before, .ion-ios-sync:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-portrait:before, .ion-ios-tennisball:before, .ion-ios-text:before, .ion-ios-thermometer:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-up:before, .ion-ios-thunderstorm:before, .ion-ios-time:before, .ion-ios-timer:before, .ion-ios-today:before, .ion-ios-train:before, .ion-ios-transgender:before, .ion-ios-trash:before, .ion-ios-trending-down:before, .ion-ios-trending-up:before, .ion-ios-trophy:before, .ion-ios-tv:before, .ion-ios-umbrella:before, .ion-ios-undo:before, .ion-ios-unlock:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-volume-mute:before, .ion-ios-volume-off:before, .ion-ios-walk:before, .ion-ios-wallet:before, .ion-ios-warning:before, .ion-ios-watch:before, .ion-ios-water:before, .ion-ios-wifi:before, .ion-ios-wine:before, .ion-ios-woman:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitbucket:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-closed-captioning:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-flickr:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-game-controller-a:before, .ion-logo-game-controller-b:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-ionic:before, .ion-logo-ionitron:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-model-s:before, .ion-logo-no-smoking:before, .ion-logo-nodejs:before, .ion-logo-npm:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-polymer:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-slack:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-vk:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-xing:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-add-circle-outline:before, .ion-md-airplane:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-bed:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-business:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-cellular:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-close-circle-outline:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-fitness:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flash-off:before, .ion-md-flashlight:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-gift:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-dislike:before, .ion-md-heart-empty:before, .ion-md-heart-half:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-help-circle-outline:before, .ion-md-home:before, .ion-md-hourglass:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-information-circle-outline:before, .ion-md-jet:before, .ion-md-journal:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-mail-unread:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-play-circle:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-remove-circle-outline:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rocket:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-save:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-today:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-tv:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-high:before, .ion-md-volume-low:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-walk:before, .ion-md-wallet:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-ios-add:before {
	content: "";
}

.ion-ios-add-circle:before {
	content: "";
}

.ion-ios-add-circle-outline:before {
	content: "";
}

.ion-ios-airplane:before {
	content: "";
}

.ion-ios-alarm:before {
	content: "";
}

.ion-ios-albums:before {
	content: "";
}

.ion-ios-alert:before {
	content: "";
}

.ion-ios-american-football:before {
	content: "";
}

.ion-ios-analytics:before {
	content: "";
}

.ion-ios-aperture:before {
	content: "";
}

.ion-ios-apps:before {
	content: "";
}

.ion-ios-appstore:before {
	content: "";
}

.ion-ios-archive:before {
	content: "";
}

.ion-ios-arrow-back:before {
	content: "";
}

.ion-ios-arrow-down:before {
	content: "";
}

.ion-ios-arrow-dropdown:before {
	content: "";
}

.ion-ios-arrow-dropdown-circle:before {
	content: "";
}

.ion-ios-arrow-dropleft:before {
	content: "";
}

.ion-ios-arrow-dropleft-circle:before {
	content: "";
}

.ion-ios-arrow-dropright:before {
	content: "";
}

.ion-ios-arrow-dropright-circle:before {
	content: "";
}

.ion-ios-arrow-dropup:before {
	content: "";
}

.ion-ios-arrow-dropup-circle:before {
	content: "";
}

.ion-ios-arrow-forward:before {
	content: "";
}

.ion-ios-arrow-round-back:before {
	content: "";
}

.ion-ios-arrow-round-down:before {
	content: "";
}

.ion-ios-arrow-round-forward:before {
	content: "";
}

.ion-ios-arrow-round-up:before {
	content: "";
}

.ion-ios-arrow-up:before {
	content: "";
}

.ion-ios-at:before {
	content: "";
}

.ion-ios-attach:before {
	content: "";
}

.ion-ios-backspace:before {
	content: "";
}

.ion-ios-barcode:before {
	content: "";
}

.ion-ios-baseball:before {
	content: "";
}

.ion-ios-basket:before {
	content: "";
}

.ion-ios-basketball:before {
	content: "";
}

.ion-ios-battery-charging:before {
	content: "";
}

.ion-ios-battery-dead:before {
	content: "";
}

.ion-ios-battery-full:before {
	content: "";
}

.ion-ios-beaker:before {
	content: "";
}

.ion-ios-bed:before {
	content: "";
}

.ion-ios-beer:before {
	content: "";
}

.ion-ios-bicycle:before {
	content: "";
}

.ion-ios-bluetooth:before {
	content: "";
}

.ion-ios-boat:before {
	content: "";
}

.ion-ios-body:before {
	content: "";
}

.ion-ios-bonfire:before {
	content: "";
}

.ion-ios-book:before {
	content: "";
}

.ion-ios-bookmark:before {
	content: "";
}

.ion-ios-bookmarks:before {
	content: "";
}

.ion-ios-bowtie:before {
	content: "";
}

.ion-ios-briefcase:before {
	content: "";
}

.ion-ios-browsers:before {
	content: "";
}

.ion-ios-brush:before {
	content: "";
}

.ion-ios-bug:before {
	content: "";
}

.ion-ios-build:before {
	content: "";
}

.ion-ios-bulb:before {
	content: "";
}

.ion-ios-bus:before {
	content: "";
}

.ion-ios-business:before {
	content: "";
}

.ion-ios-cafe:before {
	content: "";
}

.ion-ios-calculator:before {
	content: "";
}

.ion-ios-calendar:before {
	content: "";
}

.ion-ios-call:before {
	content: "";
}

.ion-ios-camera:before {
	content: "";
}

.ion-ios-car:before {
	content: "";
}

.ion-ios-card:before {
	content: "";
}

.ion-ios-cart:before {
	content: "";
}

.ion-ios-cash:before {
	content: "";
}

.ion-ios-cellular:before {
	content: "";
}

.ion-ios-chatboxes:before {
	content: "";
}

.ion-ios-chatbubbles:before {
	content: "";
}

.ion-ios-checkbox:before {
	content: "";
}

.ion-ios-checkbox-outline:before {
	content: "";
}

.ion-ios-checkmark:before {
	content: "";
}

.ion-ios-checkmark-circle:before {
	content: "";
}

.ion-ios-checkmark-circle-outline:before {
	content: "";
}

.ion-ios-clipboard:before {
	content: "";
}

.ion-ios-clock:before {
	content: "";
}

.ion-ios-close:before {
	content: "";
}

.ion-ios-close-circle:before {
	content: "";
}

.ion-ios-close-circle-outline:before {
	content: "";
}

.ion-ios-cloud:before {
	content: "";
}

.ion-ios-cloud-circle:before {
	content: "";
}

.ion-ios-cloud-done:before {
	content: "";
}

.ion-ios-cloud-download:before {
	content: "";
}

.ion-ios-cloud-outline:before {
	content: "";
}

.ion-ios-cloud-upload:before {
	content: "";
}

.ion-ios-cloudy:before {
	content: "";
}

.ion-ios-cloudy-night:before {
	content: "";
}

.ion-ios-code:before {
	content: "";
}

.ion-ios-code-download:before {
	content: "";
}

.ion-ios-code-working:before {
	content: "";
}

.ion-ios-cog:before {
	content: "";
}

.ion-ios-color-fill:before {
	content: "";
}

.ion-ios-color-filter:before {
	content: "";
}

.ion-ios-color-palette:before {
	content: "";
}

.ion-ios-color-wand:before {
	content: "";
}

.ion-ios-compass:before {
	content: "";
}

.ion-ios-construct:before {
	content: "";
}

.ion-ios-contact:before {
	content: "";
}

.ion-ios-contacts:before {
	content: "";
}

.ion-ios-contract:before {
	content: "";
}

.ion-ios-contrast:before {
	content: "";
}

.ion-ios-copy:before {
	content: "";
}

.ion-ios-create:before {
	content: "";
}

.ion-ios-crop:before {
	content: "";
}

.ion-ios-cube:before {
	content: "";
}

.ion-ios-cut:before {
	content: "";
}

.ion-ios-desktop:before {
	content: "";
}

.ion-ios-disc:before {
	content: "";
}

.ion-ios-document:before {
	content: "";
}

.ion-ios-done-all:before {
	content: "";
}

.ion-ios-download:before {
	content: "";
}

.ion-ios-easel:before {
	content: "";
}

.ion-ios-egg:before {
	content: "";
}

.ion-ios-exit:before {
	content: "";
}

.ion-ios-expand:before {
	content: "";
}

.ion-ios-eye:before {
	content: "";
}

.ion-ios-eye-off:before {
	content: "";
}

.ion-ios-fastforward:before {
	content: "";
}

.ion-ios-female:before {
	content: "";
}

.ion-ios-filing:before {
	content: "";
}

.ion-ios-film:before {
	content: "";
}

.ion-ios-finger-print:before {
	content: "";
}

.ion-ios-fitness:before {
	content: "";
}

.ion-ios-flag:before {
	content: "";
}

.ion-ios-flame:before {
	content: "";
}

.ion-ios-flash:before {
	content: "";
}

.ion-ios-flash-off:before {
	content: "";
}

.ion-ios-flashlight:before {
	content: "";
}

.ion-ios-flask:before {
	content: "";
}

.ion-ios-flower:before {
	content: "";
}

.ion-ios-folder:before {
	content: "";
}

.ion-ios-folder-open:before {
	content: "";
}

.ion-ios-football:before {
	content: "";
}

.ion-ios-funnel:before {
	content: "";
}

.ion-ios-gift:before {
	content: "";
}

.ion-ios-git-branch:before {
	content: "";
}

.ion-ios-git-commit:before {
	content: "";
}

.ion-ios-git-compare:before {
	content: "";
}

.ion-ios-git-merge:before {
	content: "";
}

.ion-ios-git-network:before {
	content: "";
}

.ion-ios-git-pull-request:before {
	content: "";
}

.ion-ios-glasses:before {
	content: "";
}

.ion-ios-globe:before {
	content: "";
}

.ion-ios-grid:before {
	content: "";
}

.ion-ios-hammer:before {
	content: "";
}

.ion-ios-hand:before {
	content: "";
}

.ion-ios-happy:before {
	content: "";
}

.ion-ios-headset:before {
	content: "";
}

.ion-ios-heart:before {
	content: "";
}

.ion-ios-heart-dislike:before {
	content: "";
}

.ion-ios-heart-empty:before {
	content: "";
}

.ion-ios-heart-half:before {
	content: "";
}

.ion-ios-help:before {
	content: "";
}

.ion-ios-help-buoy:before {
	content: "";
}

.ion-ios-help-circle:before {
	content: "";
}

.ion-ios-help-circle-outline:before {
	content: "";
}

.ion-ios-home:before {
	content: "";
}

.ion-ios-hourglass:before {
	content: "";
}

.ion-ios-ice-cream:before {
	content: "";
}

.ion-ios-image:before {
	content: "";
}

.ion-ios-images:before {
	content: "";
}

.ion-ios-infinite:before {
	content: "";
}

.ion-ios-information:before {
	content: "";
}

.ion-ios-information-circle:before {
	content: "";
}

.ion-ios-information-circle-outline:before {
	content: "";
}

.ion-ios-jet:before {
	content: "";
}

.ion-ios-journal:before {
	content: "";
}

.ion-ios-key:before {
	content: "";
}

.ion-ios-keypad:before {
	content: "";
}

.ion-ios-laptop:before {
	content: "";
}

.ion-ios-leaf:before {
	content: "";
}

.ion-ios-link:before {
	content: "";
}

.ion-ios-list:before {
	content: "";
}

.ion-ios-list-box:before {
	content: "";
}

.ion-ios-locate:before {
	content: "";
}

.ion-ios-lock:before {
	content: "";
}

.ion-ios-log-in:before {
	content: "";
}

.ion-ios-log-out:before {
	content: "";
}

.ion-ios-magnet:before {
	content: "";
}

.ion-ios-mail:before {
	content: "";
}

.ion-ios-mail-open:before {
	content: "";
}

.ion-ios-mail-unread:before {
	content: "";
}

.ion-ios-male:before {
	content: "";
}

.ion-ios-man:before {
	content: "";
}

.ion-ios-map:before {
	content: "";
}

.ion-ios-medal:before {
	content: "";
}

.ion-ios-medical:before {
	content: "";
}

.ion-ios-medkit:before {
	content: "";
}

.ion-ios-megaphone:before {
	content: "";
}

.ion-ios-menu:before {
	content: "";
}

.ion-ios-mic:before {
	content: "";
}

.ion-ios-mic-off:before {
	content: "";
}

.ion-ios-microphone:before {
	content: "";
}

.ion-ios-moon:before {
	content: "";
}

.ion-ios-more:before {
	content: "";
}

.ion-ios-move:before {
	content: "";
}

.ion-ios-musical-note:before {
	content: "";
}

.ion-ios-musical-notes:before {
	content: "";
}

.ion-ios-navigate:before {
	content: "";
}

.ion-ios-notifications:before {
	content: "";
}

.ion-ios-notifications-off:before {
	content: "";
}

.ion-ios-notifications-outline:before {
	content: "";
}

.ion-ios-nuclear:before {
	content: "";
}

.ion-ios-nutrition:before {
	content: "";
}

.ion-ios-open:before {
	content: "";
}

.ion-ios-options:before {
	content: "";
}

.ion-ios-outlet:before {
	content: "";
}

.ion-ios-paper:before {
	content: "";
}

.ion-ios-paper-plane:before {
	content: "";
}

.ion-ios-partly-sunny:before {
	content: "";
}

.ion-ios-pause:before {
	content: "";
}

.ion-ios-paw:before {
	content: "";
}

.ion-ios-people:before {
	content: "";
}

.ion-ios-person:before {
	content: "";
}

.ion-ios-person-add:before {
	content: "";
}

.ion-ios-phone-landscape:before {
	content: "";
}

.ion-ios-phone-portrait:before {
	content: "";
}

.ion-ios-photos:before {
	content: "";
}

.ion-ios-pie:before {
	content: "";
}

.ion-ios-pin:before {
	content: "";
}

.ion-ios-pint:before {
	content: "";
}

.ion-ios-pizza:before {
	content: "";
}

.ion-ios-planet:before {
	content: "";
}

.ion-ios-play:before {
	content: "";
}

.ion-ios-play-circle:before {
	content: "";
}

.ion-ios-podium:before {
	content: "";
}

.ion-ios-power:before {
	content: "";
}

.ion-ios-pricetag:before {
	content: "";
}

.ion-ios-pricetags:before {
	content: "";
}

.ion-ios-print:before {
	content: "";
}

.ion-ios-pulse:before {
	content: "";
}

.ion-ios-qr-scanner:before {
	content: "";
}

.ion-ios-quote:before {
	content: "";
}

.ion-ios-radio:before {
	content: "";
}

.ion-ios-radio-button-off:before {
	content: "";
}

.ion-ios-radio-button-on:before {
	content: "";
}

.ion-ios-rainy:before {
	content: "";
}

.ion-ios-recording:before {
	content: "";
}

.ion-ios-redo:before {
	content: "";
}

.ion-ios-refresh:before {
	content: "";
}

.ion-ios-refresh-circle:before {
	content: "";
}

.ion-ios-remove:before {
	content: "";
}

.ion-ios-remove-circle:before {
	content: "";
}

.ion-ios-remove-circle-outline:before {
	content: "";
}

.ion-ios-reorder:before {
	content: "";
}

.ion-ios-repeat:before {
	content: "";
}

.ion-ios-resize:before {
	content: "";
}

.ion-ios-restaurant:before {
	content: "";
}

.ion-ios-return-left:before {
	content: "";
}

.ion-ios-return-right:before {
	content: "";
}

.ion-ios-reverse-camera:before {
	content: "";
}

.ion-ios-rewind:before {
	content: "";
}

.ion-ios-ribbon:before {
	content: "";
}

.ion-ios-rocket:before {
	content: "";
}

.ion-ios-rose:before {
	content: "";
}

.ion-ios-sad:before {
	content: "";
}

.ion-ios-save:before {
	content: "";
}

.ion-ios-school:before {
	content: "";
}

.ion-ios-search:before {
	content: "";
}

.ion-ios-send:before {
	content: "";
}

.ion-ios-settings:before {
	content: "";
}

.ion-ios-share:before {
	content: "";
}

.ion-ios-share-alt:before {
	content: "";
}

.ion-ios-shirt:before {
	content: "";
}

.ion-ios-shuffle:before {
	content: "";
}

.ion-ios-skip-backward:before {
	content: "";
}

.ion-ios-skip-forward:before {
	content: "";
}

.ion-ios-snow:before {
	content: "";
}

.ion-ios-speedometer:before {
	content: "";
}

.ion-ios-square:before {
	content: "";
}

.ion-ios-square-outline:before {
	content: "";
}

.ion-ios-star:before {
	content: "";
}

.ion-ios-star-half:before {
	content: "";
}

.ion-ios-star-outline:before {
	content: "";
}

.ion-ios-stats:before {
	content: "";
}

.ion-ios-stopwatch:before {
	content: "";
}

.ion-ios-subway:before {
	content: "";
}

.ion-ios-sunny:before {
	content: "";
}

.ion-ios-swap:before {
	content: "";
}

.ion-ios-switch:before {
	content: "";
}

.ion-ios-sync:before {
	content: "";
}

.ion-ios-tablet-landscape:before {
	content: "";
}

.ion-ios-tablet-portrait:before {
	content: "";
}

.ion-ios-tennisball:before {
	content: "";
}

.ion-ios-text:before {
	content: "";
}

.ion-ios-thermometer:before {
	content: "";
}

.ion-ios-thumbs-down:before {
	content: "";
}

.ion-ios-thumbs-up:before {
	content: "";
}

.ion-ios-thunderstorm:before {
	content: "";
}

.ion-ios-time:before {
	content: "";
}

.ion-ios-timer:before {
	content: "";
}

.ion-ios-today:before {
	content: "";
}

.ion-ios-train:before {
	content: "";
}

.ion-ios-transgender:before {
	content: "";
}

.ion-ios-trash:before {
	content: "";
}

.ion-ios-trending-down:before {
	content: "";
}

.ion-ios-trending-up:before {
	content: "";
}

.ion-ios-trophy:before {
	content: "";
}

.ion-ios-tv:before {
	content: "";
}

.ion-ios-umbrella:before {
	content: "";
}

.ion-ios-undo:before {
	content: "";
}

.ion-ios-unlock:before {
	content: "";
}

.ion-ios-videocam:before {
	content: "";
}

.ion-ios-volume-high:before {
	content: "";
}

.ion-ios-volume-low:before {
	content: "";
}

.ion-ios-volume-mute:before {
	content: "";
}

.ion-ios-volume-off:before {
	content: "";
}

.ion-ios-walk:before {
	content: "";
}

.ion-ios-wallet:before {
	content: "";
}

.ion-ios-warning:before {
	content: "";
}

.ion-ios-watch:before {
	content: "";
}

.ion-ios-water:before {
	content: "";
}

.ion-ios-wifi:before {
	content: "";
}

.ion-ios-wine:before {
	content: "";
}

.ion-ios-woman:before {
	content: "";
}

.ion-logo-android:before {
	content: "";
}

.ion-logo-angular:before {
	content: "";
}

.ion-logo-apple:before {
	content: "";
}

.ion-logo-bitbucket:before {
	content: "";
}

.ion-logo-bitcoin:before {
	content: "";
}

.ion-logo-buffer:before {
	content: "";
}

.ion-logo-chrome:before {
	content: "";
}

.ion-logo-closed-captioning:before {
	content: "";
}

.ion-logo-codepen:before {
	content: "";
}

.ion-logo-css3:before {
	content: "";
}

.ion-logo-designernews:before {
	content: "";
}

.ion-logo-dribbble:before {
	content: "";
}

.ion-logo-dropbox:before {
	content: "";
}

.ion-logo-euro:before {
	content: "";
}

.ion-logo-facebook:before {
	content: "";
}

.ion-logo-flickr:before {
	content: "";
}

.ion-logo-foursquare:before {
	content: "";
}

.ion-logo-freebsd-devil:before {
	content: "";
}

.ion-logo-game-controller-a:before {
	content: "";
}

.ion-logo-game-controller-b:before {
	content: "";
}

.ion-logo-github:before {
	content: "";
}

.ion-logo-google:before {
	content: "";
}

.ion-logo-googleplus:before {
	content: "";
}

.ion-logo-hackernews:before {
	content: "";
}

.ion-logo-html5:before {
	content: "";
}

.ion-logo-instagram:before {
	content: "";
}

.ion-logo-ionic:before {
	content: "";
}

.ion-logo-ionitron:before {
	content: "";
}

.ion-logo-javascript:before {
	content: "";
}

.ion-logo-linkedin:before {
	content: "";
}

.ion-logo-markdown:before {
	content: "";
}

.ion-logo-model-s:before {
	content: "";
}

.ion-logo-no-smoking:before {
	content: "";
}

.ion-logo-nodejs:before {
	content: "";
}

.ion-logo-npm:before {
	content: "";
}

.ion-logo-octocat:before {
	content: "";
}

.ion-logo-pinterest:before {
	content: "";
}

.ion-logo-playstation:before {
	content: "";
}

.ion-logo-polymer:before {
	content: "";
}

.ion-logo-python:before {
	content: "";
}

.ion-logo-reddit:before {
	content: "";
}

.ion-logo-rss:before {
	content: "";
}

.ion-logo-sass:before {
	content: "";
}

.ion-logo-skype:before {
	content: "";
}

.ion-logo-slack:before {
	content: "";
}

.ion-logo-snapchat:before {
	content: "";
}

.ion-logo-steam:before {
	content: "";
}

.ion-logo-tumblr:before {
	content: "";
}

.ion-logo-tux:before {
	content: "";
}

.ion-logo-twitch:before {
	content: "";
}

.ion-logo-twitter:before {
	content: "";
}

.ion-logo-usd:before {
	content: "";
}

.ion-logo-vimeo:before {
	content: "";
}

.ion-logo-vk:before {
	content: "";
}

.ion-logo-whatsapp:before {
	content: "";
}

.ion-logo-windows:before {
	content: "";
}

.ion-logo-wordpress:before {
	content: "";
}

.ion-logo-xbox:before {
	content: "";
}

.ion-logo-xing:before {
	content: "";
}

.ion-logo-yahoo:before {
	content: "";
}

.ion-logo-yen:before {
	content: "";
}

.ion-logo-youtube:before {
	content: "";
}

.ion-md-add:before {
	content: "";
}

.ion-md-add-circle:before {
	content: "";
}

.ion-md-add-circle-outline:before {
	content: "";
}

.ion-md-airplane:before {
	content: "";
}

.ion-md-alarm:before {
	content: "";
}

.ion-md-albums:before {
	content: "";
}

.ion-md-alert:before {
	content: "";
}

.ion-md-american-football:before {
	content: "";
}

.ion-md-analytics:before {
	content: "";
}

.ion-md-aperture:before {
	content: "";
}

.ion-md-apps:before {
	content: "";
}

.ion-md-appstore:before {
	content: "";
}

.ion-md-archive:before {
	content: "";
}

.ion-md-arrow-back:before {
	content: "";
}

.ion-md-arrow-down:before {
	content: "";
}

.ion-md-arrow-dropdown:before {
	content: "";
}

.ion-md-arrow-dropdown-circle:before {
	content: "";
}

.ion-md-arrow-dropleft:before {
	content: "";
}

.ion-md-arrow-dropleft-circle:before {
	content: "";
}

.ion-md-arrow-dropright:before {
	content: "";
}

.ion-md-arrow-dropright-circle:before {
	content: "";
}

.ion-md-arrow-dropup:before {
	content: "";
}

.ion-md-arrow-dropup-circle:before {
	content: "";
}

.ion-md-arrow-forward:before {
	content: "";
}

.ion-md-arrow-round-back:before {
	content: "";
}

.ion-md-arrow-round-down:before {
	content: "";
}

.ion-md-arrow-round-forward:before {
	content: "";
}

.ion-md-arrow-round-up:before {
	content: "";
}

.ion-md-arrow-up:before {
	content: "";
}

.ion-md-at:before {
	content: "";
}

.ion-md-attach:before {
	content: "";
}

.ion-md-backspace:before {
	content: "";
}

.ion-md-barcode:before {
	content: "";
}

.ion-md-baseball:before {
	content: "";
}

.ion-md-basket:before {
	content: "";
}

.ion-md-basketball:before {
	content: "";
}

.ion-md-battery-charging:before {
	content: "";
}

.ion-md-battery-dead:before {
	content: "";
}

.ion-md-battery-full:before {
	content: "";
}

.ion-md-beaker:before {
	content: "";
}

.ion-md-bed:before {
	content: "";
}

.ion-md-beer:before {
	content: "";
}

.ion-md-bicycle:before {
	content: "";
}

.ion-md-bluetooth:before {
	content: "";
}

.ion-md-boat:before {
	content: "";
}

.ion-md-body:before {
	content: "";
}

.ion-md-bonfire:before {
	content: "";
}

.ion-md-book:before {
	content: "";
}

.ion-md-bookmark:before {
	content: "";
}

.ion-md-bookmarks:before {
	content: "";
}

.ion-md-bowtie:before {
	content: "";
}

.ion-md-briefcase:before {
	content: "";
}

.ion-md-browsers:before {
	content: "";
}

.ion-md-brush:before {
	content: "";
}

.ion-md-bug:before {
	content: "";
}

.ion-md-build:before {
	content: "";
}

.ion-md-bulb:before {
	content: "";
}

.ion-md-bus:before {
	content: "";
}

.ion-md-business:before {
	content: "";
}

.ion-md-cafe:before {
	content: "";
}

.ion-md-calculator:before {
	content: "";
}

.ion-md-calendar:before {
	content: "";
}

.ion-md-call:before {
	content: "";
}

.ion-md-camera:before {
	content: "";
}

.ion-md-car:before {
	content: "";
}

.ion-md-card:before {
	content: "";
}

.ion-md-cart:before {
	content: "";
}

.ion-md-cash:before {
	content: "";
}

.ion-md-cellular:before {
	content: "";
}

.ion-md-chatboxes:before {
	content: "";
}

.ion-md-chatbubbles:before {
	content: "";
}

.ion-md-checkbox:before {
	content: "";
}

.ion-md-checkbox-outline:before {
	content: "";
}

.ion-md-checkmark:before {
	content: "";
}

.ion-md-checkmark-circle:before {
	content: "";
}

.ion-md-checkmark-circle-outline:before {
	content: "";
}

.ion-md-clipboard:before {
	content: "";
}

.ion-md-clock:before {
	content: "";
}

.ion-md-close:before {
	content: "";
}

.ion-md-close-circle:before {
	content: "";
}

.ion-md-close-circle-outline:before {
	content: "";
}

.ion-md-cloud:before {
	content: "";
}

.ion-md-cloud-circle:before {
	content: "";
}

.ion-md-cloud-done:before {
	content: "";
}

.ion-md-cloud-download:before {
	content: "";
}

.ion-md-cloud-outline:before {
	content: "";
}

.ion-md-cloud-upload:before {
	content: "";
}

.ion-md-cloudy:before {
	content: "";
}

.ion-md-cloudy-night:before {
	content: "";
}

.ion-md-code:before {
	content: "";
}

.ion-md-code-download:before {
	content: "";
}

.ion-md-code-working:before {
	content: "";
}

.ion-md-cog:before {
	content: "";
}

.ion-md-color-fill:before {
	content: "";
}

.ion-md-color-filter:before {
	content: "";
}

.ion-md-color-palette:before {
	content: "";
}

.ion-md-color-wand:before {
	content: "";
}

.ion-md-compass:before {
	content: "";
}

.ion-md-construct:before {
	content: "";
}

.ion-md-contact:before {
	content: "";
}

.ion-md-contacts:before {
	content: "";
}

.ion-md-contract:before {
	content: "";
}

.ion-md-contrast:before {
	content: "";
}

.ion-md-copy:before {
	content: "";
}

.ion-md-create:before {
	content: "";
}

.ion-md-crop:before {
	content: "";
}

.ion-md-cube:before {
	content: "";
}

.ion-md-cut:before {
	content: "";
}

.ion-md-desktop:before {
	content: "";
}

.ion-md-disc:before {
	content: "";
}

.ion-md-document:before {
	content: "";
}

.ion-md-done-all:before {
	content: "";
}

.ion-md-download:before {
	content: "";
}

.ion-md-easel:before {
	content: "";
}

.ion-md-egg:before {
	content: "";
}

.ion-md-exit:before {
	content: "";
}

.ion-md-expand:before {
	content: "";
}

.ion-md-eye:before {
	content: "";
}

.ion-md-eye-off:before {
	content: "";
}

.ion-md-fastforward:before {
	content: "";
}

.ion-md-female:before {
	content: "";
}

.ion-md-filing:before {
	content: "";
}

.ion-md-film:before {
	content: "";
}

.ion-md-finger-print:before {
	content: "";
}

.ion-md-fitness:before {
	content: "";
}

.ion-md-flag:before {
	content: "";
}

.ion-md-flame:before {
	content: "";
}

.ion-md-flash:before {
	content: "";
}

.ion-md-flash-off:before {
	content: "";
}

.ion-md-flashlight:before {
	content: "";
}

.ion-md-flask:before {
	content: "";
}

.ion-md-flower:before {
	content: "";
}

.ion-md-folder:before {
	content: "";
}

.ion-md-folder-open:before {
	content: "";
}

.ion-md-football:before {
	content: "";
}

.ion-md-funnel:before {
	content: "";
}

.ion-md-gift:before {
	content: "";
}

.ion-md-git-branch:before {
	content: "";
}

.ion-md-git-commit:before {
	content: "";
}

.ion-md-git-compare:before {
	content: "";
}

.ion-md-git-merge:before {
	content: "";
}

.ion-md-git-network:before {
	content: "";
}

.ion-md-git-pull-request:before {
	content: "";
}

.ion-md-glasses:before {
	content: "";
}

.ion-md-globe:before {
	content: "";
}

.ion-md-grid:before {
	content: "";
}

.ion-md-hammer:before {
	content: "";
}

.ion-md-hand:before {
	content: "";
}

.ion-md-happy:before {
	content: "";
}

.ion-md-headset:before {
	content: "";
}

.ion-md-heart:before {
	content: "";
}

.ion-md-heart-dislike:before {
	content: "";
}

.ion-md-heart-empty:before {
	content: "";
}

.ion-md-heart-half:before {
	content: "";
}

.ion-md-help:before {
	content: "";
}

.ion-md-help-buoy:before {
	content: "";
}

.ion-md-help-circle:before {
	content: "";
}

.ion-md-help-circle-outline:before {
	content: "";
}

.ion-md-home:before {
	content: "";
}

.ion-md-hourglass:before {
	content: "";
}

.ion-md-ice-cream:before {
	content: "";
}

.ion-md-image:before {
	content: "";
}

.ion-md-images:before {
	content: "";
}

.ion-md-infinite:before {
	content: "";
}

.ion-md-information:before {
	content: "";
}

.ion-md-information-circle:before {
	content: "";
}

.ion-md-information-circle-outline:before {
	content: "";
}

.ion-md-jet:before {
	content: "";
}

.ion-md-journal:before {
	content: "";
}

.ion-md-key:before {
	content: "";
}

.ion-md-keypad:before {
	content: "";
}

.ion-md-laptop:before {
	content: "";
}

.ion-md-leaf:before {
	content: "";
}

.ion-md-link:before {
	content: "";
}

.ion-md-list:before {
	content: "";
}

.ion-md-list-box:before {
	content: "";
}

.ion-md-locate:before {
	content: "";
}

.ion-md-lock:before {
	content: "";
}

.ion-md-log-in:before {
	content: "";
}

.ion-md-log-out:before {
	content: "";
}

.ion-md-magnet:before {
	content: "";
}

.ion-md-mail:before {
	content: "";
}

.ion-md-mail-open:before {
	content: "";
}

.ion-md-mail-unread:before {
	content: "";
}

.ion-md-male:before {
	content: "";
}

.ion-md-man:before {
	content: "";
}

.ion-md-map:before {
	content: "";
}

.ion-md-medal:before {
	content: "";
}

.ion-md-medical:before {
	content: "";
}

.ion-md-medkit:before {
	content: "";
}

.ion-md-megaphone:before {
	content: "";
}

.ion-md-menu:before {
	content: "";
}

.ion-md-mic:before {
	content: "";
}

.ion-md-mic-off:before {
	content: "";
}

.ion-md-microphone:before {
	content: "";
}

.ion-md-moon:before {
	content: "";
}

.ion-md-more:before {
	content: "";
}

.ion-md-move:before {
	content: "";
}

.ion-md-musical-note:before {
	content: "";
}

.ion-md-musical-notes:before {
	content: "";
}

.ion-md-navigate:before {
	content: "";
}

.ion-md-notifications:before {
	content: "";
}

.ion-md-notifications-off:before {
	content: "";
}

.ion-md-notifications-outline:before {
	content: "";
}

.ion-md-nuclear:before {
	content: "";
}

.ion-md-nutrition:before {
	content: "";
}

.ion-md-open:before {
	content: "";
}

.ion-md-options:before {
	content: "";
}

.ion-md-outlet:before {
	content: "";
}

.ion-md-paper:before {
	content: "";
}

.ion-md-paper-plane:before {
	content: "";
}

.ion-md-partly-sunny:before {
	content: "";
}

.ion-md-pause:before {
	content: "";
}

.ion-md-paw:before {
	content: "";
}

.ion-md-people:before {
	content: "";
}

.ion-md-person:before {
	content: "";
}

.ion-md-person-add:before {
	content: "";
}

.ion-md-phone-landscape:before {
	content: "";
}

.ion-md-phone-portrait:before {
	content: "";
}

.ion-md-photos:before {
	content: "";
}

.ion-md-pie:before {
	content: "";
}

.ion-md-pin:before {
	content: "";
}

.ion-md-pint:before {
	content: "";
}

.ion-md-pizza:before {
	content: "";
}

.ion-md-planet:before {
	content: "";
}

.ion-md-play:before {
	content: "";
}

.ion-md-play-circle:before {
	content: "";
}

.ion-md-podium:before {
	content: "";
}

.ion-md-power:before {
	content: "";
}

.ion-md-pricetag:before {
	content: "";
}

.ion-md-pricetags:before {
	content: "";
}

.ion-md-print:before {
	content: "";
}

.ion-md-pulse:before {
	content: "";
}

.ion-md-qr-scanner:before {
	content: "";
}

.ion-md-quote:before {
	content: "";
}

.ion-md-radio:before {
	content: "";
}

.ion-md-radio-button-off:before {
	content: "";
}

.ion-md-radio-button-on:before {
	content: "";
}

.ion-md-rainy:before {
	content: "";
}

.ion-md-recording:before {
	content: "";
}

.ion-md-redo:before {
	content: "";
}

.ion-md-refresh:before {
	content: "";
}

.ion-md-refresh-circle:before {
	content: "";
}

.ion-md-remove:before {
	content: "";
}

.ion-md-remove-circle:before {
	content: "";
}

.ion-md-remove-circle-outline:before {
	content: "";
}

.ion-md-reorder:before {
	content: "";
}

.ion-md-repeat:before {
	content: "";
}

.ion-md-resize:before {
	content: "";
}

.ion-md-restaurant:before {
	content: "";
}

.ion-md-return-left:before {
	content: "";
}

.ion-md-return-right:before {
	content: "";
}

.ion-md-reverse-camera:before {
	content: "";
}

.ion-md-rewind:before {
	content: "";
}

.ion-md-ribbon:before {
	content: "";
}

.ion-md-rocket:before {
	content: "";
}

.ion-md-rose:before {
	content: "";
}

.ion-md-sad:before {
	content: "";
}

.ion-md-save:before {
	content: "";
}

.ion-md-school:before {
	content: "";
}

.ion-md-search:before {
	content: "";
}

.ion-md-send:before {
	content: "";
}

.ion-md-settings:before {
	content: "";
}

.ion-md-share:before {
	content: "";
}

.ion-md-share-alt:before {
	content: "";
}

.ion-md-shirt:before {
	content: "";
}

.ion-md-shuffle:before {
	content: "";
}

.ion-md-skip-backward:before {
	content: "";
}

.ion-md-skip-forward:before {
	content: "";
}

.ion-md-snow:before {
	content: "";
}

.ion-md-speedometer:before {
	content: "";
}

.ion-md-square:before {
	content: "";
}

.ion-md-square-outline:before {
	content: "";
}

.ion-md-star:before {
	content: "";
}

.ion-md-star-half:before {
	content: "";
}

.ion-md-star-outline:before {
	content: "";
}

.ion-md-stats:before {
	content: "";
}

.ion-md-stopwatch:before {
	content: "";
}

.ion-md-subway:before {
	content: "";
}

.ion-md-sunny:before {
	content: "";
}

.ion-md-swap:before {
	content: "";
}

.ion-md-switch:before {
	content: "";
}

.ion-md-sync:before {
	content: "";
}

.ion-md-tablet-landscape:before {
	content: "";
}

.ion-md-tablet-portrait:before {
	content: "";
}

.ion-md-tennisball:before {
	content: "";
}

.ion-md-text:before {
	content: "";
}

.ion-md-thermometer:before {
	content: "";
}

.ion-md-thumbs-down:before {
	content: "";
}

.ion-md-thumbs-up:before {
	content: "";
}

.ion-md-thunderstorm:before {
	content: "";
}

.ion-md-time:before {
	content: "";
}

.ion-md-timer:before {
	content: "";
}

.ion-md-today:before {
	content: "";
}

.ion-md-train:before {
	content: "";
}

.ion-md-transgender:before {
	content: "";
}

.ion-md-trash:before {
	content: "";
}

.ion-md-trending-down:before {
	content: "";
}

.ion-md-trending-up:before {
	content: "";
}

.ion-md-trophy:before {
	content: "";
}

.ion-md-tv:before {
	content: "";
}

.ion-md-umbrella:before {
	content: "";
}

.ion-md-undo:before {
	content: "";
}

.ion-md-unlock:before {
	content: "";
}

.ion-md-videocam:before {
	content: "";
}

.ion-md-volume-high:before {
	content: "";
}

.ion-md-volume-low:before {
	content: "";
}

.ion-md-volume-mute:before {
	content: "";
}

.ion-md-volume-off:before {
	content: "";
}

.ion-md-walk:before {
	content: "";
}

.ion-md-wallet:before {
	content: "";
}

.ion-md-warning:before {
	content: "";
}

.ion-md-watch:before {
	content: "";
}

.ion-md-water:before {
	content: "";
}

.ion-md-wifi:before {
	content: "";
}

.ion-md-wine:before {
	content: "";
}

.ion-md-woman:before {
	content: "";
}

.lnr {
	font-family: "Linearicons-Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "";
}

.lnr-apartment:before {
	content: "";
}

.lnr-pencil:before {
	content: "";
}

.lnr-magic-wand:before {
	content: "";
}

.lnr-drop:before {
	content: "";
}

.lnr-lighter:before {
	content: "";
}

.lnr-poop:before {
	content: "";
}

.lnr-sun:before {
	content: "";
}

.lnr-moon:before {
	content: "";
}

.lnr-cloud:before {
	content: "";
}

.lnr-cloud-upload:before {
	content: "";
}

.lnr-cloud-download:before {
	content: "";
}

.lnr-cloud-sync:before {
	content: "";
}

.lnr-cloud-check:before {
	content: "";
}

.lnr-database:before {
	content: "";
}

.lnr-lock:before {
	content: "";
}

.lnr-cog:before {
	content: "";
}

.lnr-trash:before {
	content: "";
}

.lnr-dice:before {
	content: "";
}

.lnr-heart:before {
	content: "";
}

.lnr-star:before {
	content: "";
}

.lnr-star-half:before {
	content: "";
}

.lnr-star-empty:before {
	content: "";
}

.lnr-flag:before {
	content: "";
}

.lnr-envelope:before {
	content: "";
}

.lnr-paperclip:before {
	content: "";
}

.lnr-inbox:before {
	content: "";
}

.lnr-eye:before {
	content: "";
}

.lnr-printer:before {
	content: "";
}

.lnr-file-empty:before {
	content: "";
}

.lnr-file-add:before {
	content: "";
}

.lnr-enter:before {
	content: "";
}

.lnr-exit:before {
	content: "";
}

.lnr-graduation-hat:before {
	content: "";
}

.lnr-license:before {
	content: "";
}

.lnr-music-note:before {
	content: "";
}

.lnr-film-play:before {
	content: "";
}

.lnr-camera-video:before {
	content: "";
}

.lnr-camera:before {
	content: "";
}

.lnr-picture:before {
	content: "";
}

.lnr-book:before {
	content: "";
}

.lnr-bookmark:before {
	content: "";
}

.lnr-user:before {
	content: "";
}

.lnr-users:before {
	content: "";
}

.lnr-shirt:before {
	content: "";
}

.lnr-store:before {
	content: "";
}

.lnr-cart:before {
	content: "";
}

.lnr-tag:before {
	content: "";
}

.lnr-phone-handset:before {
	content: "";
}

.lnr-phone:before {
	content: "";
}

.lnr-pushpin:before {
	content: "";
}

.lnr-map-marker:before {
	content: "";
}

.lnr-map:before {
	content: "";
}

.lnr-location:before {
	content: "";
}

.lnr-calendar-full:before {
	content: "";
}

.lnr-keyboard:before {
	content: "";
}

.lnr-spell-check:before {
	content: "";
}

.lnr-screen:before {
	content: "";
}

.lnr-smartphone:before {
	content: "";
}

.lnr-tablet:before {
	content: "";
}

.lnr-laptop:before {
	content: "";
}

.lnr-laptop-phone:before {
	content: "";
}

.lnr-power-switch:before {
	content: "";
}

.lnr-bubble:before {
	content: "";
}

.lnr-heart-pulse:before {
	content: "";
}

.lnr-construction:before {
	content: "";
}

.lnr-pie-chart:before {
	content: "";
}

.lnr-chart-bars:before {
	content: "";
}

.lnr-gift:before {
	content: "";
}

.lnr-diamond:before {
	content: "";
}

.lnr-linearicons:before {
	content: "";
}

.lnr-dinner:before {
	content: "";
}

.lnr-coffee-cup:before {
	content: "";
}

.lnr-leaf:before {
	content: "";
}

.lnr-paw:before {
	content: "";
}

.lnr-rocket:before {
	content: "";
}

.lnr-briefcase:before {
	content: "";
}

.lnr-bus:before {
	content: "";
}

.lnr-car:before {
	content: "";
}

.lnr-train:before {
	content: "";
}

.lnr-bicycle:before {
	content: "";
}

.lnr-wheelchair:before {
	content: "";
}

.lnr-select:before {
	content: "";
}

.lnr-earth:before {
	content: "";
}

.lnr-smile:before {
	content: "";
}

.lnr-sad:before {
	content: "";
}

.lnr-neutral:before {
	content: "";
}

.lnr-mustache:before {
	content: "";
}

.lnr-alarm:before {
	content: "";
}

.lnr-bullhorn:before {
	content: "";
}

.lnr-volume-high:before {
	content: "";
}

.lnr-volume-medium:before {
	content: "";
}

.lnr-volume-low:before {
	content: "";
}

.lnr-volume:before {
	content: "";
}

.lnr-mic:before {
	content: "";
}

.lnr-hourglass:before {
	content: "";
}

.lnr-undo:before {
	content: "";
}

.lnr-redo:before {
	content: "";
}

.lnr-sync:before {
	content: "";
}

.lnr-history:before {
	content: "";
}

.lnr-clock:before {
	content: "";
}

.lnr-download:before {
	content: "";
}

.lnr-upload:before {
	content: "";
}

.lnr-enter-down:before {
	content: "";
}

.lnr-exit-up:before {
	content: "";
}

.lnr-bug:before {
	content: "";
}

.lnr-code:before {
	content: "";
}

.lnr-link:before {
	content: "";
}

.lnr-unlink:before {
	content: "";
}

.lnr-thumbs-up:before {
	content: "";
}

.lnr-thumbs-down:before {
	content: "";
}

.lnr-magnifier:before {
	content: "";
}

.lnr-cross:before {
	content: "";
}

.lnr-menu:before {
	content: "";
}

.lnr-list:before {
	content: "";
}

.lnr-chevron-up:before {
	content: "";
}

.lnr-chevron-down:before {
	content: "";
}

.lnr-chevron-left:before {
	content: "";
}

.lnr-chevron-right:before {
	content: "";
}

.lnr-arrow-up:before {
	content: "";
}

.lnr-arrow-down:before {
	content: "";
}

.lnr-arrow-left:before {
	content: "";
}

.lnr-arrow-right:before {
	content: "";
}

.lnr-move:before {
	content: "";
}

.lnr-warning:before {
	content: "";
}

.lnr-question-circle:before {
	content: "";
}

.lnr-menu-circle:before {
	content: "";
}

.lnr-checkmark-circle:before {
	content: "";
}

.lnr-cross-circle:before {
	content: "";
}

.lnr-plus-circle:before {
	content: "";
}

.lnr-circle-minus:before {
	content: "";
}

.lnr-arrow-up-circle:before {
	content: "";
}

.lnr-arrow-down-circle:before {
	content: "";
}

.lnr-arrow-left-circle:before {
	content: "";
}

.lnr-arrow-right-circle:before {
	content: "";
}

.lnr-chevron-up-circle:before {
	content: "";
}

.lnr-chevron-down-circle:before {
	content: "";
}

.lnr-chevron-left-circle:before {
	content: "";
}

.lnr-chevron-right-circle:before {
	content: "";
}

.lnr-crop:before {
	content: "";
}

.lnr-frame-expand:before {
	content: "";
}

.lnr-frame-contract:before {
	content: "";
}

.lnr-layers:before {
	content: "";
}

.lnr-funnel:before {
	content: "";
}

.lnr-text-format:before {
	content: "";
}

.lnr-text-format-remove:before {
	content: "";
}

.lnr-text-size:before {
	content: "";
}

.lnr-bold:before {
	content: "";
}

.lnr-italic:before {
	content: "";
}

.lnr-underline:before {
	content: "";
}

.lnr-strikethrough:before {
	content: "";
}

.lnr-highlight:before {
	content: "";
}

.lnr-text-align-left:before {
	content: "";
}

.lnr-text-align-center:before {
	content: "";
}

.lnr-text-align-right:before {
	content: "";
}

.lnr-text-align-justify:before {
	content: "";
}

.lnr-line-spacing:before {
	content: "";
}

.lnr-indent-increase:before {
	content: "";
}

.lnr-indent-decrease:before {
	content: "";
}

.lnr-pilcrow:before {
	content: "";
}

.lnr-direction-ltr:before {
	content: "";
}

.lnr-direction-rtl:before {
	content: "";
}

.lnr-page-break:before {
	content: "";
}

.lnr-sort-alpha-asc:before {
	content: "";
}

.lnr-sort-amount-asc:before {
	content: "";
}

.lnr-hand:before {
	content: "";
}

.lnr-pointer-up:before {
	content: "";
}

.lnr-pointer-right:before {
	content: "";
}

.lnr-pointer-down:before {
	content: "";
}

.lnr-pointer-left:before {
	content: "";
}

.la, .lab, .lad, .lal, .lar, .las {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.la-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.la-xs {
	font-size: .75em;
}

.la-sm {
	font-size: .875em;
}

.la-1x {
	font-size: 1em;
}

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

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

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

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

.la-6x {
	font-size: 6em;
}

.la-7x {
	font-size: 7em;
}

.la-8x {
	font-size: 8em;
}

.la-9x {
	font-size: 9em;
}

.la-10x {
	font-size: 10em;
}

.la-fw {
	text-align: center;
	width: 1.25em;
}

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

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

.la-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.la.la-pull-left, .lab.la-pull-left, .lal.la-pull-left, .lar.la-pull-left, .las.la-pull-left {
	margin-right: .3em;
}

.la.la-pull-right, .lab.la-pull-right, .lal.la-pull-right, .lar.la-pull-right, .las.la-pull-right {
	margin-left: .3em;
}

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

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

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

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

.la-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.la-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.la-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.la-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.la-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .la-flip-both, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
	-webkit-filter: none;
	filter: none;
}

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

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

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

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

.la-inverse {
	color: #fff;
}

.la-500px:before {
	content: "";
}

.la-accessible-icon:before {
	content: "";
}

.la-accusoft:before {
	content: "";
}

.la-acquisitions-incorporated:before {
	content: "";
}

.la-ad:before {
	content: "";
}

.la-address-book:before {
	content: "";
}

.la-address-card:before {
	content: "";
}

.la-adjust:before {
	content: "";
}

.la-adn:before {
	content: "";
}

.la-adobe:before {
	content: "";
}

.la-adversal:before {
	content: "";
}

.la-affiliatetheme:before {
	content: "";
}

.la-air-freshener:before {
	content: "";
}

.la-airbnb:before {
	content: "";
}

.la-algolia:before {
	content: "";
}

.la-align-center:before {
	content: "";
}

.la-align-justify:before {
	content: "";
}

.la-align-left:before {
	content: "";
}

.la-align-right:before {
	content: "";
}

.la-alipay:before {
	content: "";
}

.la-allergies:before {
	content: "";
}

.la-amazon:before {
	content: "";
}

.la-amazon-pay:before {
	content: "";
}

.la-ambulance:before {
	content: "";
}

.la-american-sign-language-interpreting:before {
	content: "";
}

.la-amilia:before {
	content: "";
}

.la-anchor:before {
	content: "";
}

.la-android:before {
	content: "";
}

.la-angellist:before {
	content: "";
}

.la-angle-double-down:before {
	content: "";
}

.la-angle-double-left:before {
	content: "";
}

.la-angle-double-right:before {
	content: "";
}

.la-angle-double-up:before {
	content: "";
}

.la-angle-down:before {
	content: "";
}

.la-angle-left:before {
	content: "";
}

.la-angle-right:before {
	content: "";
}

.la-angle-up:before {
	content: "";
}

.la-angry:before {
	content: "";
}

.la-angrycreative:before {
	content: "";
}

.la-angular:before {
	content: "";
}

.la-ankh:before {
	content: "";
}

.la-app-store:before {
	content: "";
}

.la-app-store-ios:before {
	content: "";
}

.la-apper:before {
	content: "";
}

.la-apple:before {
	content: "";
}

.la-apple-alt:before {
	content: "";
}

.la-apple-pay:before {
	content: "";
}

.la-archive:before {
	content: "";
}

.la-archway:before {
	content: "";
}

.la-arrow-alt-circle-down:before {
	content: "";
}

.la-arrow-alt-circle-left:before {
	content: "";
}

.la-arrow-alt-circle-right:before {
	content: "";
}

.la-arrow-alt-circle-up:before {
	content: "";
}

.la-arrow-circle-down:before {
	content: "";
}

.la-arrow-circle-left:before {
	content: "";
}

.la-arrow-circle-right:before {
	content: "";
}

.la-arrow-circle-up:before {
	content: "";
}

.la-arrow-down:before {
	content: "";
}

.la-arrow-left:before {
	content: "";
}

.la-arrow-right:before {
	content: "";
}

.la-arrow-up:before {
	content: "";
}

.la-arrows-alt:before {
	content: "";
}

.la-arrows-alt-h:before {
	content: "";
}

.la-arrows-alt-v:before {
	content: "";
}

.la-artstation:before {
	content: "";
}

.la-assistive-listening-systems:before {
	content: "";
}

.la-asterisk:before {
	content: "";
}

.la-asymmetrik:before {
	content: "";
}

.la-at:before {
	content: "";
}

.la-atlas:before {
	content: "";
}

.la-atlassian:before {
	content: "";
}

.la-atom:before {
	content: "";
}

.la-audible:before {
	content: "";
}

.la-audio-description:before {
	content: "";
}

.la-autoprefixer:before {
	content: "";
}

.la-avianex:before {
	content: "";
}

.la-aviato:before {
	content: "";
}

.la-award:before {
	content: "";
}

.la-aws:before {
	content: "";
}

.la-baby:before {
	content: "";
}

.la-baby-carriage:before {
	content: "";
}

.la-backspace:before {
	content: "";
}

.la-backward:before {
	content: "";
}

.la-bacon:before {
	content: "";
}

.la-balance-scale:before {
	content: "";
}

.la-balance-scale-left:before {
	content: "";
}

.la-balance-scale-right:before {
	content: "";
}

.la-ban:before {
	content: "";
}

.la-band-aid:before {
	content: "";
}

.la-bandcamp:before {
	content: "";
}

.la-barcode:before {
	content: "";
}

.la-bars:before {
	content: "";
}

.la-baseball-ball:before {
	content: "";
}

.la-basketball-ball:before {
	content: "";
}

.la-bath:before {
	content: "";
}

.la-battery-empty:before {
	content: "";
}

.la-battery-full:before {
	content: "";
}

.la-battery-half:before {
	content: "";
}

.la-battery-quarter:before {
	content: "";
}

.la-battery-three-quarters:before {
	content: "";
}

.la-battle-net:before {
	content: "";
}

.la-bed:before {
	content: "";
}

.la-beer:before {
	content: "";
}

.la-behance:before {
	content: "";
}

.la-behance-square:before {
	content: "";
}

.la-bell:before {
	content: "";
}

.la-bell-slash:before {
	content: "";
}

.la-bezier-curve:before {
	content: "";
}

.la-bible:before {
	content: "";
}

.la-bicycle:before {
	content: "";
}

.la-biking:before {
	content: "";
}

.la-bimobject:before {
	content: "";
}

.la-binoculars:before {
	content: "";
}

.la-biohazard:before {
	content: "";
}

.la-birthday-cake:before {
	content: "";
}

.la-bitbucket:before {
	content: "";
}

.la-bitcoin:before {
	content: "";
}

.la-bity:before {
	content: "";
}

.la-black-tie:before {
	content: "";
}

.la-blackberry:before {
	content: "";
}

.la-blender:before {
	content: "";
}

.la-blender-phone:before {
	content: "";
}

.la-blind:before {
	content: "";
}

.la-blog:before {
	content: "";
}

.la-blogger:before {
	content: "";
}

.la-blogger-b:before {
	content: "";
}

.la-bluetooth:before {
	content: "";
}

.la-bluetooth-b:before {
	content: "";
}

.la-bold:before {
	content: "";
}

.la-bolt:before {
	content: "";
}

.la-bomb:before {
	content: "";
}

.la-bone:before {
	content: "";
}

.la-bong:before {
	content: "";
}

.la-book:before {
	content: "";
}

.la-book-dead:before {
	content: "";
}

.la-book-medical:before {
	content: "";
}

.la-book-open:before {
	content: "";
}

.la-book-reader:before {
	content: "";
}

.la-bookmark:before {
	content: "";
}

.la-bootstrap:before {
	content: "";
}

.la-border-all:before {
	content: "";
}

.la-border-none:before {
	content: "";
}

.la-border-style:before {
	content: "";
}

.la-bowling-ball:before {
	content: "";
}

.la-box:before {
	content: "";
}

.la-box-open:before {
	content: "";
}

.la-boxes:before {
	content: "";
}

.la-braille:before {
	content: "";
}

.la-brain:before {
	content: "";
}

.la-bread-slice:before {
	content: "";
}

.la-briefcase:before {
	content: "";
}

.la-briefcase-medical:before {
	content: "";
}

.la-broadcast-tower:before {
	content: "";
}

.la-broom:before {
	content: "";
}

.la-brush:before {
	content: "";
}

.la-btc:before {
	content: "";
}

.la-buffer:before {
	content: "";
}

.la-bug:before {
	content: "";
}

.la-building:before {
	content: "";
}

.la-bullhorn:before {
	content: "";
}

.la-bullseye:before {
	content: "";
}

.la-burn:before {
	content: "";
}

.la-buromobelexperte:before {
	content: "";
}

.la-bus:before {
	content: "";
}

.la-bus-alt:before {
	content: "";
}

.la-business-time:before {
	content: "";
}

.la-buy-n-large:before {
	content: "";
}

.la-buysellads:before {
	content: "";
}

.la-calculator:before {
	content: "";
}

.la-calendar:before {
	content: "";
}

.la-calendar-alt:before {
	content: "";
}

.la-calendar-check:before {
	content: "";
}

.la-calendar-day:before {
	content: "";
}

.la-calendar-minus:before {
	content: "";
}

.la-calendar-plus:before {
	content: "";
}

.la-calendar-times:before {
	content: "";
}

.la-calendar-week:before {
	content: "";
}

.la-camera:before {
	content: "";
}

.la-camera-retro:before {
	content: "";
}

.la-campground:before {
	content: "";
}

.la-canadian-maple-leaf:before {
	content: "";
}

.la-candy-cane:before {
	content: "";
}

.la-cannabis:before {
	content: "";
}

.la-capsules:before {
	content: "";
}

.la-car:before {
	content: "";
}

.la-car-alt:before {
	content: "";
}

.la-car-battery:before {
	content: "";
}

.la-car-crash:before {
	content: "";
}

.la-car-side:before {
	content: "";
}

.la-caret-down:before {
	content: "";
}

.la-caret-left:before {
	content: "";
}

.la-caret-right:before {
	content: "";
}

.la-caret-square-down:before {
	content: "";
}

.la-caret-square-left:before {
	content: "";
}

.la-caret-square-right:before {
	content: "";
}

.la-caret-square-up:before {
	content: "";
}

.la-caret-up:before {
	content: "";
}

.la-carrot:before {
	content: "";
}

.la-cart-arrow-down:before {
	content: "";
}

.la-cart-plus:before {
	content: "";
}

.la-cash-register:before {
	content: "";
}

.la-cat:before {
	content: "";
}

.la-cc-amazon-pay:before {
	content: "";
}

.la-cc-amex:before {
	content: "";
}

.la-cc-apple-pay:before {
	content: "";
}

.la-cc-diners-club:before {
	content: "";
}

.la-cc-discover:before {
	content: "";
}

.la-cc-jcb:before {
	content: "";
}

.la-cc-mastercard:before {
	content: "";
}

.la-cc-paypal:before {
	content: "";
}

.la-cc-stripe:before {
	content: "";
}

.la-cc-visa:before {
	content: "";
}

.la-centercode:before {
	content: "";
}

.la-centos:before {
	content: "";
}

.la-certificate:before {
	content: "";
}

.la-chair:before {
	content: "";
}

.la-chalkboard:before {
	content: "";
}

.la-chalkboard-teacher:before {
	content: "";
}

.la-charging-station:before {
	content: "";
}

.la-chart-area:before {
	content: "";
}

.la-chart-bar:before {
	content: "";
}

.la-chart-line:before {
	content: "";
}

.la-chart-pie:before {
	content: "";
}

.la-check:before {
	content: "";
}

.la-check-circle:before {
	content: "";
}

.la-check-double:before {
	content: "";
}

.la-check-square:before {
	content: "";
}

.la-cheese:before {
	content: "";
}

.la-chess:before {
	content: "";
}

.la-chess-bishop:before {
	content: "";
}

.la-chess-board:before {
	content: "";
}

.la-chess-king:before {
	content: "";
}

.la-chess-knight:before {
	content: "";
}

.la-chess-pawn:before {
	content: "";
}

.la-chess-queen:before {
	content: "";
}

.la-chess-rook:before {
	content: "";
}

.la-chevron-circle-down:before {
	content: "";
}

.la-chevron-circle-left:before {
	content: "";
}

.la-chevron-circle-right:before {
	content: "";
}

.la-chevron-circle-up:before {
	content: "";
}

.la-chevron-down:before {
	content: "";
}

.la-chevron-left:before {
	content: "";
}

.la-chevron-right:before {
	content: "";
}

.la-chevron-up:before {
	content: "";
}

.la-child:before {
	content: "";
}

.la-chrome:before {
	content: "";
}

.la-chromecast:before {
	content: "";
}

.la-church:before {
	content: "";
}

.la-circle:before {
	content: "";
}

.la-circle-notch:before {
	content: "";
}

.la-city:before {
	content: "";
}

.la-clinic-medical:before {
	content: "";
}

.la-clipboard:before {
	content: "";
}

.la-clipboard-check:before {
	content: "";
}

.la-clipboard-list:before {
	content: "";
}

.la-clock:before {
	content: "";
}

.la-clone:before {
	content: "";
}

.la-closed-captioning:before {
	content: "";
}

.la-cloud:before {
	content: "";
}

.la-cloud-download-alt:before {
	content: "";
}

.la-cloud-meatball:before {
	content: "";
}

.la-cloud-moon:before {
	content: "";
}

.la-cloud-moon-rain:before {
	content: "";
}

.la-cloud-rain:before {
	content: "";
}

.la-cloud-showers-heavy:before {
	content: "";
}

.la-cloud-sun:before {
	content: "";
}

.la-cloud-sun-rain:before {
	content: "";
}

.la-cloud-upload-alt:before {
	content: "";
}

.la-cloudscale:before {
	content: "";
}

.la-cloudsmith:before {
	content: "";
}

.la-cloudversify:before {
	content: "";
}

.la-cocktail:before {
	content: "";
}

.la-code:before {
	content: "";
}

.la-code-branch:before {
	content: "";
}

.la-codepen:before {
	content: "";
}

.la-codiepie:before {
	content: "";
}

.la-coffee:before {
	content: "";
}

.la-cog:before {
	content: "";
}

.la-cogs:before {
	content: "";
}

.la-coins:before {
	content: "";
}

.la-columns:before {
	content: "";
}

.la-comment:before {
	content: "";
}

.la-comment-alt:before {
	content: "";
}

.la-comment-dollar:before {
	content: "";
}

.la-comment-dots:before {
	content: "";
}

.la-comment-medical:before {
	content: "";
}

.la-comment-slash:before {
	content: "";
}

.la-comments:before {
	content: "";
}

.la-comments-dollar:before {
	content: "";
}

.la-compact-disc:before {
	content: "";
}

.la-compass:before {
	content: "";
}

.la-compress:before {
	content: "";
}

.la-compress-arrows-alt:before {
	content: "";
}

.la-concierge-bell:before {
	content: "";
}

.la-confluence:before {
	content: "";
}

.la-connectdevelop:before {
	content: "";
}

.la-contao:before {
	content: "";
}

.la-cookie:before {
	content: "";
}

.la-cookie-bite:before {
	content: "";
}

.la-copy:before {
	content: "";
}

.la-copyright:before {
	content: "";
}

.la-cotton-bureau:before {
	content: "";
}

.la-couch:before {
	content: "";
}

.la-cpanel:before {
	content: "";
}

.la-creative-commons:before {
	content: "";
}

.la-creative-commons-by:before {
	content: "";
}

.la-creative-commons-nc:before {
	content: "";
}

.la-creative-commons-nc-eu:before {
	content: "";
}

.la-creative-commons-nc-jp:before {
	content: "";
}

.la-creative-commons-nd:before {
	content: "";
}

.la-creative-commons-pd:before {
	content: "";
}

.la-creative-commons-pd-alt:before {
	content: "";
}

.la-creative-commons-remix:before {
	content: "";
}

.la-creative-commons-sa:before {
	content: "";
}

.la-creative-commons-sampling:before {
	content: "";
}

.la-creative-commons-sampling-plus:before {
	content: "";
}

.la-creative-commons-share:before {
	content: "";
}

.la-creative-commons-zero:before {
	content: "";
}

.la-credit-card:before {
	content: "";
}

.la-critical-role:before {
	content: "";
}

.la-crop:before {
	content: "";
}

.la-crop-alt:before {
	content: "";
}

.la-cross:before {
	content: "";
}

.la-crosshairs:before {
	content: "";
}

.la-crow:before {
	content: "";
}

.la-crown:before {
	content: "";
}

.la-crutch:before {
	content: "";
}

.la-css3:before {
	content: "";
}

.la-css3-alt:before {
	content: "";
}

.la-cube:before {
	content: "";
}

.la-cubes:before {
	content: "";
}

.la-cut:before {
	content: "";
}

.la-cuttlefish:before {
	content: "";
}

.la-d-and-d:before {
	content: "";
}

.la-d-and-d-beyond:before {
	content: "";
}

.la-dashcube:before {
	content: "";
}

.la-database:before {
	content: "";
}

.la-deaf:before {
	content: "";
}

.la-delicious:before {
	content: "";
}

.la-democrat:before {
	content: "";
}

.la-deploydog:before {
	content: "";
}

.la-deskpro:before {
	content: "";
}

.la-desktop:before {
	content: "";
}

.la-dev:before {
	content: "";
}

.la-deviantart:before {
	content: "";
}

.la-dharmachakra:before {
	content: "";
}

.la-dhl:before {
	content: "";
}

.la-diagnoses:before {
	content: "";
}

.la-diaspora:before {
	content: "";
}

.la-dice:before {
	content: "";
}

.la-dice-d20:before {
	content: "";
}

.la-dice-d6:before {
	content: "";
}

.la-dice-five:before {
	content: "";
}

.la-dice-four:before {
	content: "";
}

.la-dice-one:before {
	content: "";
}

.la-dice-six:before {
	content: "";
}

.la-dice-three:before {
	content: "";
}

.la-dice-two:before {
	content: "";
}

.la-digg:before {
	content: "";
}

.la-digital-ocean:before {
	content: "";
}

.la-digital-tachograph:before {
	content: "";
}

.la-directions:before {
	content: "";
}

.la-discord:before {
	content: "";
}

.la-discourse:before {
	content: "";
}

.la-divide:before {
	content: "";
}

.la-dizzy:before {
	content: "";
}

.la-dna:before {
	content: "";
}

.la-dochub:before {
	content: "";
}

.la-docker:before {
	content: "";
}

.la-dog:before {
	content: "";
}

.la-dollar-sign:before {
	content: "";
}

.la-dolly:before {
	content: "";
}

.la-dolly-flatbed:before {
	content: "";
}

.la-donate:before {
	content: "";
}

.la-door-closed:before {
	content: "";
}

.la-door-open:before {
	content: "";
}

.la-dot-circle:before {
	content: "";
}

.la-dove:before {
	content: "";
}

.la-download:before {
	content: "";
}

.la-draft2digital:before {
	content: "";
}

.la-drafting-compass:before {
	content: "";
}

.la-dragon:before {
	content: "";
}

.la-draw-polygon:before {
	content: "";
}

.la-dribbble:before {
	content: "";
}

.la-dribbble-square:before {
	content: "";
}

.la-dropbox:before {
	content: "";
}

.la-drum:before {
	content: "";
}

.la-drum-steelpan:before {
	content: "";
}

.la-drumstick-bite:before {
	content: "";
}

.la-drupal:before {
	content: "";
}

.la-dumbbell:before {
	content: "";
}

.la-dumpster:before {
	content: "";
}

.la-dumpster-fire:before {
	content: "";
}

.la-dungeon:before {
	content: "";
}

.la-dyalog:before {
	content: "";
}

.la-earlybirds:before {
	content: "";
}

.la-ebay:before {
	content: "";
}

.la-edge:before {
	content: "";
}

.la-edit:before {
	content: "";
}

.la-egg:before {
	content: "";
}

.la-eject:before {
	content: "";
}

.la-elementor:before {
	content: "";
}

.la-ellipsis-h:before {
	content: "";
}

.la-ellipsis-v:before {
	content: "";
}

.la-ello:before {
	content: "";
}

.la-ember:before {
	content: "";
}

.la-empire:before {
	content: "";
}

.la-envelope:before {
	content: "";
}

.la-envelope-open:before {
	content: "";
}

.la-envelope-open-text:before {
	content: "";
}

.la-envelope-square:before {
	content: "";
}

.la-envira:before {
	content: "";
}

.la-equals:before {
	content: "";
}

.la-eraser:before {
	content: "";
}

.la-erlang:before {
	content: "";
}

.la-ethereum:before {
	content: "";
}

.la-ethernet:before {
	content: "";
}

.la-etsy:before {
	content: "";
}

.la-euro-sign:before {
	content: "";
}

.la-evernote:before {
	content: "";
}

.la-exchange-alt:before {
	content: "";
}

.la-exclamation:before {
	content: "";
}

.la-exclamation-circle:before {
	content: "";
}

.la-exclamation-triangle:before {
	content: "";
}

.la-expand:before {
	content: "";
}

.la-expand-arrows-alt:before {
	content: "";
}

.la-expeditedssl:before {
	content: "";
}

.la-external-link-alt:before {
	content: "";
}

.la-external-link-square-alt:before {
	content: "";
}

.la-eye:before {
	content: "";
}

.la-eye-dropper:before {
	content: "";
}

.la-eye-slash:before {
	content: "";
}

.la-facebook:before {
	content: "";
}

.la-facebook-f:before {
	content: "";
}

.la-facebook-messenger:before {
	content: "";
}

.la-facebook-square:before {
	content: "";
}

.la-fan:before {
	content: "";
}

.la-fantasy-flight-games:before {
	content: "";
}

.la-fast-backward:before {
	content: "";
}

.la-fast-forward:before {
	content: "";
}

.la-fax:before {
	content: "";
}

.la-feather:before {
	content: "";
}

.la-feather-alt:before {
	content: "";
}

.la-fedex:before {
	content: "";
}

.la-fedora:before {
	content: "";
}

.la-female:before {
	content: "";
}

.la-fighter-jet:before {
	content: "";
}

.la-figma:before {
	content: "";
}

.la-file:before {
	content: "";
}

.la-file-alt:before {
	content: "";
}

.la-file-archive:before {
	content: "";
}

.la-file-audio:before {
	content: "";
}

.la-file-code:before {
	content: "";
}

.la-file-contract:before {
	content: "";
}

.la-file-csv:before {
	content: "";
}

.la-file-download:before {
	content: "";
}

.la-file-excel:before {
	content: "";
}

.la-file-export:before {
	content: "";
}

.la-file-image:before {
	content: "";
}

.la-file-import:before {
	content: "";
}

.la-file-invoice:before {
	content: "";
}

.la-file-invoice-dollar:before {
	content: "";
}

.la-file-medical:before {
	content: "";
}

.la-file-medical-alt:before {
	content: "";
}

.la-file-pdf:before {
	content: "";
}

.la-file-powerpoint:before {
	content: "";
}

.la-file-prescription:before {
	content: "";
}

.la-file-signature:before {
	content: "";
}

.la-file-upload:before {
	content: "";
}

.la-file-video:before {
	content: "";
}

.la-file-word:before {
	content: "";
}

.la-fill:before {
	content: "";
}

.la-fill-drip:before {
	content: "";
}

.la-film:before {
	content: "";
}

.la-filter:before {
	content: "";
}

.la-fingerprint:before {
	content: "";
}

.la-fire:before {
	content: "";
}

.la-fire-alt:before {
	content: "";
}

.la-fire-extinguisher:before {
	content: "";
}

.la-firefox:before {
	content: "";
}

.la-first-aid:before {
	content: "";
}

.la-first-order:before {
	content: "";
}

.la-first-order-alt:before {
	content: "";
}

.la-firstdraft:before {
	content: "";
}

.la-fish:before {
	content: "";
}

.la-fist-raised:before {
	content: "";
}

.la-flag:before {
	content: "";
}

.la-flag-checkered:before {
	content: "";
}

.la-flag-usa:before {
	content: "";
}

.la-flask:before {
	content: "";
}

.la-flickr:before {
	content: "";
}

.la-flipboard:before {
	content: "";
}

.la-flushed:before {
	content: "";
}

.la-fly:before {
	content: "";
}

.la-folder:before {
	content: "";
}

.la-folder-minus:before {
	content: "";
}

.la-folder-open:before {
	content: "";
}

.la-folder-plus:before {
	content: "";
}

.la-font:before {
	content: "";
}

.la-font-awesome:before {
	content: "";
}

.la-font-awesome-alt:before {
	content: "";
}

.la-font-awesome-flag:before {
	content: "";
}

.la-font-awesome-logo-full:before {
	content: "";
}

.la-fonticons:before {
	content: "";
}

.la-fonticons-fi:before {
	content: "";
}

.la-football-ball:before {
	content: "";
}

.la-fort-awesome:before {
	content: "";
}

.la-fort-awesome-alt:before {
	content: "";
}

.la-forumbee:before {
	content: "";
}

.la-forward:before {
	content: "";
}

.la-foursquare:before {
	content: "";
}

.la-free-code-camp:before {
	content: "";
}

.la-freebsd:before {
	content: "";
}

.la-frog:before {
	content: "";
}

.la-frown:before {
	content: "";
}

.la-frown-open:before {
	content: "";
}

.la-fulcrum:before {
	content: "";
}

.la-funnel-dollar:before {
	content: "";
}

.la-futbol:before {
	content: "";
}

.la-galactic-republic:before {
	content: "";
}

.la-galactic-senate:before {
	content: "";
}

.la-gamepad:before {
	content: "";
}

.la-gas-pump:before {
	content: "";
}

.la-gavel:before {
	content: "";
}

.la-gem:before {
	content: "";
}

.la-genderless:before {
	content: "";
}

.la-get-pocket:before {
	content: "";
}

.la-gg:before {
	content: "";
}

.la-gg-circle:before {
	content: "";
}

.la-ghost:before {
	content: "";
}

.la-gift:before {
	content: "";
}

.la-gifts:before {
	content: "";
}

.la-git:before {
	content: "";
}

.la-git-alt:before {
	content: "";
}

.la-git-square:before {
	content: "";
}

.la-github:before {
	content: "";
}

.la-github-alt:before {
	content: "";
}

.la-github-square:before {
	content: "";
}

.la-gitkraken:before {
	content: "";
}

.la-gitlab:before {
	content: "";
}

.la-gitter:before {
	content: "";
}

.la-glass-cheers:before {
	content: "";
}

.la-glass-martini:before {
	content: "";
}

.la-glass-martini-alt:before {
	content: "";
}

.la-glass-whiskey:before {
	content: "";
}

.la-glasses:before {
	content: "";
}

.la-glide:before {
	content: "";
}

.la-glide-g:before {
	content: "";
}

.la-globe:before {
	content: "";
}

.la-globe-africa:before {
	content: "";
}

.la-globe-americas:before {
	content: "";
}

.la-globe-asia:before {
	content: "";
}

.la-globe-europe:before {
	content: "";
}

.la-gofore:before {
	content: "";
}

.la-golf-ball:before {
	content: "";
}

.la-goodreads:before {
	content: "";
}

.la-goodreads-g:before {
	content: "";
}

.la-google:before {
	content: "";
}

.la-google-drive:before {
	content: "";
}

.la-google-play:before {
	content: "";
}

.la-google-plus:before {
	content: "";
}

.la-google-plus-g:before {
	content: "";
}

.la-google-plus-square:before {
	content: "";
}

.la-google-wallet:before {
	content: "";
}

.la-gopuram:before {
	content: "";
}

.la-graduation-cap:before {
	content: "";
}

.la-gratipay:before {
	content: "";
}

.la-grav:before {
	content: "";
}

.la-greater-than:before {
	content: "";
}

.la-greater-than-equal:before {
	content: "";
}

.la-grimace:before {
	content: "";
}

.la-grin:before {
	content: "";
}

.la-grin-alt:before {
	content: "";
}

.la-grin-beam:before {
	content: "";
}

.la-grin-beam-sweat:before {
	content: "";
}

.la-grin-hearts:before {
	content: "";
}

.la-grin-squint:before {
	content: "";
}

.la-grin-squint-tears:before {
	content: "";
}

.la-grin-stars:before {
	content: "";
}

.la-grin-tears:before {
	content: "";
}

.la-grin-tongue:before {
	content: "";
}

.la-grin-tongue-squint:before {
	content: "";
}

.la-grin-tongue-wink:before {
	content: "";
}

.la-grin-wink:before {
	content: "";
}

.la-grip-horizontal:before {
	content: "";
}

.la-grip-lines:before {
	content: "";
}

.la-grip-lines-vertical:before {
	content: "";
}

.la-grip-vertical:before {
	content: "";
}

.la-gripfire:before {
	content: "";
}

.la-grunt:before {
	content: "";
}

.la-guitar:before {
	content: "";
}

.la-gulp:before {
	content: "";
}

.la-h-square:before {
	content: "";
}

.la-hacker-news:before {
	content: "";
}

.la-hacker-news-square:before {
	content: "";
}

.la-hackerrank:before {
	content: "";
}

.la-hamburger:before {
	content: "";
}

.la-hammer:before {
	content: "";
}

.la-hamsa:before {
	content: "";
}

.la-hand-holding:before {
	content: "";
}

.la-hand-holding-heart:before {
	content: "";
}

.la-hand-holding-usd:before {
	content: "";
}

.la-hand-lizard:before {
	content: "";
}

.la-hand-middle-finger:before {
	content: "";
}

.la-hand-paper:before {
	content: "";
}

.la-hand-peace:before {
	content: "";
}

.la-hand-point-down:before {
	content: "";
}

.la-hand-point-left:before {
	content: "";
}

.la-hand-point-right:before {
	content: "";
}

.la-hand-point-up:before {
	content: "";
}

.la-hand-pointer:before {
	content: "";
}

.la-hand-rock:before {
	content: "";
}

.la-hand-scissors:before {
	content: "";
}

.la-hand-spock:before {
	content: "";
}

.la-hands:before {
	content: "";
}

.la-hands-helping:before {
	content: "";
}

.la-handshake:before {
	content: "";
}

.la-hanukiah:before {
	content: "";
}

.la-hard-hat:before {
	content: "";
}

.la-hashtag:before {
	content: "";
}

.la-hat-cowboy:before {
	content: "";
}

.la-hat-cowboy-side:before {
	content: "";
}

.la-hat-wizard:before {
	content: "";
}

.la-haykal:before {
	content: "";
}

.la-hdd:before {
	content: "";
}

.la-heading:before {
	content: "";
}

.la-headphones:before {
	content: "";
}

.la-headphones-alt:before {
	content: "";
}

.la-headset:before {
	content: "";
}

.la-heart:before {
	content: "";
}

.la-heart-broken:before {
	content: "";
}

.la-heartbeat:before {
	content: "";
}

.la-helicopter:before {
	content: "";
}

.la-highlighter:before {
	content: "";
}

.la-hiking:before {
	content: "";
}

.la-hippo:before {
	content: "";
}

.la-hips:before {
	content: "";
}

.la-hire-a-helper:before {
	content: "";
}

.la-history:before {
	content: "";
}

.la-hockey-puck:before {
	content: "";
}

.la-holly-berry:before {
	content: "";
}

.la-home:before {
	content: "";
}

.la-hooli:before {
	content: "";
}

.la-hornbill:before {
	content: "";
}

.la-horse:before {
	content: "";
}

.la-horse-head:before {
	content: "";
}

.la-hospital:before {
	content: "";
}

.la-hospital-alt:before {
	content: "";
}

.la-hospital-symbol:before {
	content: "";
}

.la-hot-tub:before {
	content: "";
}

.la-hotdog:before {
	content: "";
}

.la-hotel:before {
	content: "";
}

.la-hotjar:before {
	content: "";
}

.la-hourglass:before {
	content: "";
}

.la-hourglass-end:before {
	content: "";
}

.la-hourglass-half:before {
	content: "";
}

.la-hourglass-start:before {
	content: "";
}

.la-house-damage:before {
	content: "";
}

.la-houzz:before {
	content: "";
}

.la-hryvnia:before {
	content: "";
}

.la-html5:before {
	content: "";
}

.la-hubspot:before {
	content: "";
}

.la-i-cursor:before {
	content: "";
}

.la-ice-cream:before {
	content: "";
}

.la-icicles:before {
	content: "";
}

.la-icons:before {
	content: "";
}

.la-id-badge:before {
	content: "";
}

.la-id-card:before {
	content: "";
}

.la-id-card-alt:before {
	content: "";
}

.la-igloo:before {
	content: "";
}

.la-image:before {
	content: "";
}

.la-images:before {
	content: "";
}

.la-imdb:before {
	content: "";
}

.la-inbox:before {
	content: "";
}

.la-indent:before {
	content: "";
}

.la-industry:before {
	content: "";
}

.la-infinity:before {
	content: "";
}

.la-info:before {
	content: "";
}

.la-info-circle:before {
	content: "";
}

.la-instagram:before {
	content: "";
}

.la-intercom:before {
	content: "";
}

.la-internet-explorer:before {
	content: "";
}

.la-invision:before {
	content: "";
}

.la-ioxhost:before {
	content: "";
}

.la-italic:before {
	content: "";
}

.la-itch-io:before {
	content: "";
}

.la-itunes:before {
	content: "";
}

.la-itunes-note:before {
	content: "";
}

.la-java:before {
	content: "";
}

.la-jedi:before {
	content: "";
}

.la-jedi-order:before {
	content: "";
}

.la-jenkins:before {
	content: "";
}

.la-jira:before {
	content: "";
}

.la-joget:before {
	content: "";
}

.la-joint:before {
	content: "";
}

.la-joomla:before {
	content: "";
}

.la-journal-whills:before {
	content: "";
}

.la-js:before {
	content: "";
}

.la-js-square:before {
	content: "";
}

.la-jsfiddle:before {
	content: "";
}

.la-kaaba:before {
	content: "";
}

.la-kaggle:before {
	content: "";
}

.la-key:before {
	content: "";
}

.la-keybase:before {
	content: "";
}

.la-keyboard:before {
	content: "";
}

.la-keycdn:before {
	content: "";
}

.la-khanda:before {
	content: "";
}

.la-kickstarter:before {
	content: "";
}

.la-kickstarter-k:before {
	content: "";
}

.la-kiss:before {
	content: "";
}

.la-kiss-beam:before {
	content: "";
}

.la-kiss-wink-heart:before {
	content: "";
}

.la-kiwi-bird:before {
	content: "";
}

.la-korvue:before {
	content: "";
}

.la-landmark:before {
	content: "";
}

.la-language:before {
	content: "";
}

.la-laptop:before {
	content: "";
}

.la-laptop-code:before {
	content: "";
}

.la-laptop-medical:before {
	content: "";
}

.la-laravel:before {
	content: "";
}

.la-lastfm:before {
	content: "";
}

.la-lastfm-square:before {
	content: "";
}

.la-laugh:before {
	content: "";
}

.la-laugh-beam:before {
	content: "";
}

.la-laugh-squint:before {
	content: "";
}

.la-laugh-wink:before {
	content: "";
}

.la-layer-group:before {
	content: "";
}

.la-leaf:before {
	content: "";
}

.la-leanpub:before {
	content: "";
}

.la-lemon:before {
	content: "";
}

.la-less:before {
	content: "";
}

.la-less-than:before {
	content: "";
}

.la-less-than-equal:before {
	content: "";
}

.la-level-down-alt:before {
	content: "";
}

.la-level-up-alt:before {
	content: "";
}

.la-life-ring:before {
	content: "";
}

.la-lightbulb:before {
	content: "";
}

.la-line:before {
	content: "";
}

.la-link:before {
	content: "";
}

.la-linkedin:before {
	content: "";
}

.la-linkedin-in:before {
	content: "";
}

.la-linode:before {
	content: "";
}

.la-linux:before {
	content: "";
}

.la-lira-sign:before {
	content: "";
}

.la-list:before {
	content: "";
}

.la-list-alt:before {
	content: "";
}

.la-list-ol:before {
	content: "";
}

.la-list-ul:before {
	content: "";
}

.la-location-arrow:before {
	content: "";
}

.la-lock:before {
	content: "";
}

.la-lock-open:before {
	content: "";
}

.la-long-arrow-alt-down:before {
	content: "";
}

.la-long-arrow-alt-left:before {
	content: "";
}

.la-long-arrow-alt-right:before {
	content: "";
}

.la-long-arrow-alt-up:before {
	content: "";
}

.la-low-vision:before {
	content: "";
}

.la-luggage-cart:before {
	content: "";
}

.la-lyft:before {
	content: "";
}

.la-magento:before {
	content: "";
}

.la-magic:before {
	content: "";
}

.la-magnet:before {
	content: "";
}

.la-mail-bulk:before {
	content: "";
}

.la-mailchimp:before {
	content: "";
}

.la-male:before {
	content: "";
}

.la-mandalorian:before {
	content: "";
}

.la-map:before {
	content: "";
}

.la-map-marked:before {
	content: "";
}

.la-map-marked-alt:before {
	content: "";
}

.la-map-marker:before {
	content: "";
}

.la-map-marker-alt:before {
	content: "";
}

.la-map-pin:before {
	content: "";
}

.la-map-signs:before {
	content: "";
}

.la-markdown:before {
	content: "";
}

.la-marker:before {
	content: "";
}

.la-mars:before {
	content: "";
}

.la-mars-double:before {
	content: "";
}

.la-mars-stroke:before {
	content: "";
}

.la-mars-stroke-h:before {
	content: "";
}

.la-mars-stroke-v:before {
	content: "";
}

.la-mask:before {
	content: "";
}

.la-mastodon:before {
	content: "";
}

.la-maxcdn:before {
	content: "";
}

.la-mdb:before {
	content: "";
}

.la-medal:before {
	content: "";
}

.la-medapps:before {
	content: "";
}

.la-medium:before {
	content: "";
}

.la-medium-m:before {
	content: "";
}

.la-medkit:before {
	content: "";
}

.la-medrt:before {
	content: "";
}

.la-meetup:before {
	content: "";
}

.la-megaport:before {
	content: "";
}

.la-meh:before {
	content: "";
}

.la-meh-blank:before {
	content: "";
}

.la-meh-rolling-eyes:before {
	content: "";
}

.la-memory:before {
	content: "";
}

.la-mendeley:before {
	content: "";
}

.la-menorah:before {
	content: "";
}

.la-mercury:before {
	content: "";
}

.la-meteor:before {
	content: "";
}

.la-microchip:before {
	content: "";
}

.la-microphone:before {
	content: "";
}

.la-microphone-alt:before {
	content: "";
}

.la-microphone-alt-slash:before {
	content: "";
}

.la-microphone-slash:before {
	content: "";
}

.la-microscope:before {
	content: "";
}

.la-microsoft:before {
	content: "";
}

.la-minus:before {
	content: "";
}

.la-minus-circle:before {
	content: "";
}

.la-minus-square:before {
	content: "";
}

.la-mitten:before {
	content: "";
}

.la-mix:before {
	content: "";
}

.la-mixcloud:before {
	content: "";
}

.la-mizuni:before {
	content: "";
}

.la-mobile:before {
	content: "";
}

.la-mobile-alt:before {
	content: "";
}

.la-modx:before {
	content: "";
}

.la-monero:before {
	content: "";
}

.la-money-bill:before {
	content: "";
}

.la-money-bill-alt:before {
	content: "";
}

.la-money-bill-wave:before {
	content: "";
}

.la-money-bill-wave-alt:before {
	content: "";
}

.la-money-check:before {
	content: "";
}

.la-money-check-alt:before {
	content: "";
}

.la-monument:before {
	content: "";
}

.la-moon:before {
	content: "";
}

.la-mortar-pestle:before {
	content: "";
}

.la-mosque:before {
	content: "";
}

.la-motorcycle:before {
	content: "";
}

.la-mountain:before {
	content: "";
}

.la-mouse:before {
	content: "";
}

.la-mouse-pointer:before {
	content: "";
}

.la-mug-hot:before {
	content: "";
}

.la-music:before {
	content: "";
}

.la-napster:before {
	content: "";
}

.la-neos:before {
	content: "";
}

.la-network-wired:before {
	content: "";
}

.la-neuter:before {
	content: "";
}

.la-newspaper:before {
	content: "";
}

.la-nimblr:before {
	content: "";
}

.la-node:before {
	content: "";
}

.la-node-js:before {
	content: "";
}

.la-not-equal:before {
	content: "";
}

.la-notes-medical:before {
	content: "";
}

.la-npm:before {
	content: "";
}

.la-ns8:before {
	content: "";
}

.la-nutritionix:before {
	content: "";
}

.la-object-group:before {
	content: "";
}

.la-object-ungroup:before {
	content: "";
}

.la-odnoklassniki:before {
	content: "";
}

.la-odnoklassniki-square:before {
	content: "";
}

.la-oil-can:before {
	content: "";
}

.la-old-republic:before {
	content: "";
}

.la-om:before {
	content: "";
}

.la-opencart:before {
	content: "";
}

.la-openid:before {
	content: "";
}

.la-opera:before {
	content: "";
}

.la-optin-monster:before {
	content: "";
}

.la-orcid:before {
	content: "";
}

.la-osi:before {
	content: "";
}

.la-otter:before {
	content: "";
}

.la-outdent:before {
	content: "";
}

.la-page4:before {
	content: "";
}

.la-pagelines:before {
	content: "";
}

.la-pager:before {
	content: "";
}

.la-paint-brush:before {
	content: "";
}

.la-paint-roller:before {
	content: "";
}

.la-palette:before {
	content: "";
}

.la-palfed:before {
	content: "";
}

.la-pallet:before {
	content: "";
}

.la-paper-plane:before {
	content: "";
}

.la-paperclip:before {
	content: "";
}

.la-parachute-box:before {
	content: "";
}

.la-paragraph:before {
	content: "";
}

.la-parking:before {
	content: "";
}

.la-passport:before {
	content: "";
}

.la-pastafarianism:before {
	content: "";
}

.la-paste:before {
	content: "";
}

.la-patreon:before {
	content: "";
}

.la-pause:before {
	content: "";
}

.la-pause-circle:before {
	content: "";
}

.la-paw:before {
	content: "";
}

.la-paypal:before {
	content: "";
}

.la-peace:before {
	content: "";
}

.la-pen:before {
	content: "";
}

.la-pen-alt:before {
	content: "";
}

.la-pen-fancy:before {
	content: "";
}

.la-pen-nib:before {
	content: "";
}

.la-pen-square:before {
	content: "";
}

.la-pencil-alt:before {
	content: "";
}

.la-pencil-ruler:before {
	content: "";
}

.la-penny-arcade:before {
	content: "";
}

.la-people-carry:before {
	content: "";
}

.la-pepper-hot:before {
	content: "";
}

.la-percent:before {
	content: "";
}

.la-percentage:before {
	content: "";
}

.la-periscope:before {
	content: "";
}

.la-person-booth:before {
	content: "";
}

.la-phabricator:before {
	content: "";
}

.la-phoenix-framework:before {
	content: "";
}

.la-phoenix-squadron:before {
	content: "";
}

.la-phone:before {
	content: "";
}

.la-phone-alt:before {
	content: "";
}

.la-phone-slash:before {
	content: "";
}

.la-phone-square:before {
	content: "";
}

.la-phone-square-alt:before {
	content: "";
}

.la-phone-volume:before {
	content: "";
}

.la-photo-video:before {
	content: "";
}

.la-php:before {
	content: "";
}

.la-pied-piper:before {
	content: "";
}

.la-pied-piper-alt:before {
	content: "";
}

.la-pied-piper-hat:before {
	content: "";
}

.la-pied-piper-pp:before {
	content: "";
}

.la-piggy-bank:before {
	content: "";
}

.la-pills:before {
	content: "";
}

.la-pinterest:before {
	content: "";
}

.la-pinterest-p:before {
	content: "";
}

.la-pinterest-square:before {
	content: "";
}

.la-pizza-slice:before {
	content: "";
}

.la-place-of-worship:before {
	content: "";
}

.la-plane:before {
	content: "";
}

.la-plane-arrival:before {
	content: "";
}

.la-plane-departure:before {
	content: "";
}

.la-play:before {
	content: "";
}

.la-play-circle:before {
	content: "";
}

.la-playstation:before {
	content: "";
}

.la-plug:before {
	content: "";
}

.la-plus:before {
	content: "";
}

.la-plus-circle:before {
	content: "";
}

.la-plus-square:before {
	content: "";
}

.la-podcast:before {
	content: "";
}

.la-poll:before {
	content: "";
}

.la-poll-h:before {
	content: "";
}

.la-poo:before {
	content: "";
}

.la-poo-storm:before {
	content: "";
}

.la-poop:before {
	content: "";
}

.la-portrait:before {
	content: "";
}

.la-pound-sign:before {
	content: "";
}

.la-power-off:before {
	content: "";
}

.la-pray:before {
	content: "";
}

.la-praying-hands:before {
	content: "";
}

.la-prescription:before {
	content: "";
}

.la-prescription-bottle:before {
	content: "";
}

.la-prescription-bottle-alt:before {
	content: "";
}

.la-print:before {
	content: "";
}

.la-procedures:before {
	content: "";
}

.la-product-hunt:before {
	content: "";
}

.la-project-diagram:before {
	content: "";
}

.la-pushed:before {
	content: "";
}

.la-puzzle-piece:before {
	content: "";
}

.la-python:before {
	content: "";
}

.la-qq:before {
	content: "";
}

.la-qrcode:before {
	content: "";
}

.la-question:before {
	content: "";
}

.la-question-circle:before {
	content: "";
}

.la-quidditch:before {
	content: "";
}

.la-quinscape:before {
	content: "";
}

.la-quora:before {
	content: "";
}

.la-quote-left:before {
	content: "";
}

.la-quote-right:before {
	content: "";
}

.la-quran:before {
	content: "";
}

.la-r-project:before {
	content: "";
}

.la-radiation:before {
	content: "";
}

.la-radiation-alt:before {
	content: "";
}

.la-rainbow:before {
	content: "";
}

.la-random:before {
	content: "";
}

.la-raspberry-pi:before {
	content: "";
}

.la-ravelry:before {
	content: "";
}

.la-react:before {
	content: "";
}

.la-reacteurope:before {
	content: "";
}

.la-readme:before {
	content: "";
}

.la-rebel:before {
	content: "";
}

.la-receipt:before {
	content: "";
}

.la-record-vinyl:before {
	content: "";
}

.la-recycle:before {
	content: "";
}

.la-red-river:before {
	content: "";
}

.la-reddit:before {
	content: "";
}

.la-reddit-alien:before {
	content: "";
}

.la-reddit-square:before {
	content: "";
}

.la-redhat:before {
	content: "";
}

.la-redo:before {
	content: "";
}

.la-redo-alt:before {
	content: "";
}

.la-registered:before {
	content: "";
}

.la-remove-format:before {
	content: "";
}

.la-renren:before {
	content: "";
}

.la-reply:before {
	content: "";
}

.la-reply-all:before {
	content: "";
}

.la-replyd:before {
	content: "";
}

.la-republican:before {
	content: "";
}

.la-researchgate:before {
	content: "";
}

.la-resolving:before {
	content: "";
}

.la-restroom:before {
	content: "";
}

.la-retweet:before {
	content: "";
}

.la-rev:before {
	content: "";
}

.la-ribbon:before {
	content: "";
}

.la-ring:before {
	content: "";
}

.la-road:before {
	content: "";
}

.la-robot:before {
	content: "";
}

.la-rocket:before {
	content: "";
}

.la-rocketchat:before {
	content: "";
}

.la-rockrms:before {
	content: "";
}

.la-route:before {
	content: "";
}

.la-rss:before {
	content: "";
}

.la-rss-square:before {
	content: "";
}

.la-ruble-sign:before {
	content: "";
}

.la-ruler:before {
	content: "";
}

.la-ruler-combined:before {
	content: "";
}

.la-ruler-horizontal:before {
	content: "";
}

.la-ruler-vertical:before {
	content: "";
}

.la-running:before {
	content: "";
}

.la-rupee-sign:before {
	content: "";
}

.la-sad-cry:before {
	content: "";
}

.la-sad-tear:before {
	content: "";
}

.la-safari:before {
	content: "";
}

.la-salesforce:before {
	content: "";
}

.la-sass:before {
	content: "";
}

.la-satellite:before {
	content: "";
}

.la-satellite-dish:before {
	content: "";
}

.la-save:before {
	content: "";
}

.la-schlix:before {
	content: "";
}

.la-school:before {
	content: "";
}

.la-screwdriver:before {
	content: "";
}

.la-scribd:before {
	content: "";
}

.la-scroll:before {
	content: "";
}

.la-sd-card:before {
	content: "";
}

.la-search:before {
	content: "";
}

.la-search-dollar:before {
	content: "";
}

.la-search-location:before {
	content: "";
}

.la-search-minus:before {
	content: "";
}

.la-search-plus:before {
	content: "";
}

.la-searchengin:before {
	content: "";
}

.la-seedling:before {
	content: "";
}

.la-sellcast:before {
	content: "";
}

.la-sellsy:before {
	content: "";
}

.la-server:before {
	content: "";
}

.la-servicestack:before {
	content: "";
}

.la-shapes:before {
	content: "";
}

.la-share:before {
	content: "";
}

.la-share-alt:before {
	content: "";
}

.la-share-alt-square:before {
	content: "";
}

.la-share-square:before {
	content: "";
}

.la-shekel-sign:before {
	content: "";
}

.la-shield-alt:before {
	content: "";
}

.la-ship:before {
	content: "";
}

.la-shipping-fast:before {
	content: "";
}

.la-shirtsinbulk:before {
	content: "";
}

.la-shoe-prints:before {
	content: "";
}

.la-shopping-bag:before {
	content: "";
}

.la-shopping-basket:before {
	content: "";
}

.la-shopping-cart:before {
	content: "";
}

.la-shopware:before {
	content: "";
}

.la-shower:before {
	content: "";
}

.la-shuttle-van:before {
	content: "";
}

.la-sign:before {
	content: "";
}

.la-sign-in-alt:before {
	content: "";
}

.la-sign-language:before {
	content: "";
}

.la-sign-out-alt:before {
	content: "";
}

.la-signal:before {
	content: "";
}

.la-signature:before {
	content: "";
}

.la-sim-card:before {
	content: "";
}

.la-simplybuilt:before {
	content: "";
}

.la-sistrix:before {
	content: "";
}

.la-sitemap:before {
	content: "";
}

.la-sith:before {
	content: "";
}

.la-skating:before {
	content: "";
}

.la-sketch:before {
	content: "";
}

.la-skiing:before {
	content: "";
}

.la-skiing-nordic:before {
	content: "";
}

.la-skull:before {
	content: "";
}

.la-skull-crossbones:before {
	content: "";
}

.la-skyatlas:before {
	content: "";
}

.la-skype:before {
	content: "";
}

.la-slack:before {
	content: "";
}

.la-slack-hash:before {
	content: "";
}

.la-slash:before {
	content: "";
}

.la-sleigh:before {
	content: "";
}

.la-sliders-h:before {
	content: "";
}

.la-slideshare:before {
	content: "";
}

.la-smile:before {
	content: "";
}

.la-smile-beam:before {
	content: "";
}

.la-smile-wink:before {
	content: "";
}

.la-smog:before {
	content: "";
}

.la-smoking:before {
	content: "";
}

.la-smoking-ban:before {
	content: "";
}

.la-sms:before {
	content: "";
}

.la-snapchat:before {
	content: "";
}

.la-snapchat-ghost:before {
	content: "";
}

.la-snapchat-square:before {
	content: "";
}

.la-snowboarding:before {
	content: "";
}

.la-snowflake:before {
	content: "";
}

.la-snowman:before {
	content: "";
}

.la-snowplow:before {
	content: "";
}

.la-socks:before {
	content: "";
}

.la-solar-panel:before {
	content: "";
}

.la-sort:before {
	content: "";
}

.la-sort-alpha-down:before {
	content: "";
}

.la-sort-alpha-down-alt:before {
	content: "";
}

.la-sort-alpha-up:before {
	content: "";
}

.la-sort-alpha-up-alt:before {
	content: "";
}

.la-sort-amount-down:before {
	content: "";
}

.la-sort-amount-down-alt:before {
	content: "";
}

.la-sort-amount-up:before {
	content: "";
}

.la-sort-amount-up-alt:before {
	content: "";
}

.la-sort-down:before {
	content: "";
}

.la-sort-numeric-down:before {
	content: "";
}

.la-sort-numeric-down-alt:before {
	content: "";
}

.la-sort-numeric-up:before {
	content: "";
}

.la-sort-numeric-up-alt:before {
	content: "";
}

.la-sort-up:before {
	content: "";
}

.la-soundcloud:before {
	content: "";
}

.la-sourcetree:before {
	content: "";
}

.la-spa:before {
	content: "";
}

.la-space-shuttle:before {
	content: "";
}

.la-speakap:before {
	content: "";
}

.la-speaker-deck:before {
	content: "";
}

.la-spell-check:before {
	content: "";
}

.la-spider:before {
	content: "";
}

.la-spinner:before {
	content: "";
}

.la-splotch:before {
	content: "";
}

.la-spotify:before {
	content: "";
}

.la-spray-can:before {
	content: "";
}

.la-square:before {
	content: "";
}

.la-square-full:before {
	content: "";
}

.la-square-root-alt:before {
	content: "";
}

.la-squarespace:before {
	content: "";
}

.la-stack-exchange:before {
	content: "";
}

.la-stack-overflow:before {
	content: "";
}

.la-stackpath:before {
	content: "";
}

.la-stamp:before {
	content: "";
}

.la-star:before {
	content: "";
}

.la-star-and-crescent:before {
	content: "";
}

.la-star-half:before {
	content: "";
}

.la-star-half-alt:before {
	content: "";
}

.la-star-of-david:before {
	content: "";
}

.la-star-of-life:before {
	content: "";
}

.la-staylinked:before {
	content: "";
}

.la-steam:before {
	content: "";
}

.la-steam-square:before {
	content: "";
}

.la-steam-symbol:before {
	content: "";
}

.la-step-backward:before {
	content: "";
}

.la-step-forward:before {
	content: "";
}

.la-stethoscope:before {
	content: "";
}

.la-sticker-mule:before {
	content: "";
}

.la-sticky-note:before {
	content: "";
}

.la-stop:before {
	content: "";
}

.la-stop-circle:before {
	content: "";
}

.la-stopwatch:before {
	content: "";
}

.la-store:before {
	content: "";
}

.la-store-alt:before {
	content: "";
}

.la-strava:before {
	content: "";
}

.la-stream:before {
	content: "";
}

.la-street-view:before {
	content: "";
}

.la-strikethrough:before {
	content: "";
}

.la-stripe:before {
	content: "";
}

.la-stripe-s:before {
	content: "";
}

.la-stroopwafel:before {
	content: "";
}

.la-studiovinari:before {
	content: "";
}

.la-stumbleupon:before {
	content: "";
}

.la-stumbleupon-circle:before {
	content: "";
}

.la-subscript:before {
	content: "";
}

.la-subway:before {
	content: "";
}

.la-suitcase:before {
	content: "";
}

.la-suitcase-rolling:before {
	content: "";
}

.la-sun:before {
	content: "";
}

.la-superpowers:before {
	content: "";
}

.la-superscript:before {
	content: "";
}

.la-supple:before {
	content: "";
}

.la-surprise:before {
	content: "";
}

.la-suse:before {
	content: "";
}

.la-swatchbook:before {
	content: "";
}

.la-swift:before {
	content: "";
}

.la-swimmer:before {
	content: "";
}

.la-swimming-pool:before {
	content: "";
}

.la-symfony:before {
	content: "";
}

.la-synagogue:before {
	content: "";
}

.la-sync:before {
	content: "";
}

.la-sync-alt:before {
	content: "";
}

.la-syringe:before {
	content: "";
}

.la-table:before {
	content: "";
}

.la-table-tennis:before {
	content: "";
}

.la-tablet:before {
	content: "";
}

.la-tablet-alt:before {
	content: "";
}

.la-tablets:before {
	content: "";
}

.la-tachometer-alt:before {
	content: "";
}

.la-tag:before {
	content: "";
}

.la-tags:before {
	content: "";
}

.la-tape:before {
	content: "";
}

.la-tasks:before {
	content: "";
}

.la-taxi:before {
	content: "";
}

.la-teamspeak:before {
	content: "";
}

.la-teeth:before {
	content: "";
}

.la-teeth-open:before {
	content: "";
}

.la-telegram:before {
	content: "";
}

.la-telegram-plane:before {
	content: "";
}

.la-temperature-high:before {
	content: "";
}

.la-temperature-low:before {
	content: "";
}

.la-tencent-weibo:before {
	content: "";
}

.la-tenge:before {
	content: "";
}

.la-terminal:before {
	content: "";
}

.la-text-height:before {
	content: "";
}

.la-text-width:before {
	content: "";
}

.la-th:before {
	content: "";
}

.la-th-large:before {
	content: "";
}

.la-th-list:before {
	content: "";
}

.la-the-red-yeti:before {
	content: "";
}

.la-theater-masks:before {
	content: "";
}

.la-themeco:before {
	content: "";
}

.la-themeisle:before {
	content: "";
}

.la-thermometer:before {
	content: "";
}

.la-thermometer-empty:before {
	content: "";
}

.la-thermometer-full:before {
	content: "";
}

.la-thermometer-half:before {
	content: "";
}

.la-thermometer-quarter:before {
	content: "";
}

.la-thermometer-three-quarters:before {
	content: "";
}

.la-think-peaks:before {
	content: "";
}

.la-thumbs-down:before {
	content: "";
}

.la-thumbs-up:before {
	content: "";
}

.la-thumbtack:before {
	content: "";
}

.la-ticket-alt:before {
	content: "";
}

.la-times:before {
	content: "";
}

.la-times-circle:before {
	content: "";
}

.la-tint:before {
	content: "";
}

.la-tint-slash:before {
	content: "";
}

.la-tired:before {
	content: "";
}

.la-toggle-off:before {
	content: "";
}

.la-toggle-on:before {
	content: "";
}

.la-toilet:before {
	content: "";
}

.la-toilet-paper:before {
	content: "";
}

.la-toolbox:before {
	content: "";
}

.la-tools:before {
	content: "";
}

.la-tooth:before {
	content: "";
}

.la-torah:before {
	content: "";
}

.la-torii-gate:before {
	content: "";
}

.la-tractor:before {
	content: "";
}

.la-trade-federation:before {
	content: "";
}

.la-trademark:before {
	content: "";
}

.la-traffic-light:before {
	content: "";
}

.la-train:before {
	content: "";
}

.la-tram:before {
	content: "";
}

.la-transgender:before {
	content: "";
}

.la-transgender-alt:before {
	content: "";
}

.la-trash:before {
	content: "";
}

.la-trash-alt:before {
	content: "";
}

.la-trash-restore:before {
	content: "";
}

.la-trash-restore-alt:before {
	content: "";
}

.la-tree:before {
	content: "";
}

.la-trello:before {
	content: "";
}

.la-tripadvisor:before {
	content: "";
}

.la-trophy:before {
	content: "";
}

.la-truck:before {
	content: "";
}

.la-truck-loading:before {
	content: "";
}

.la-truck-monster:before {
	content: "";
}

.la-truck-moving:before {
	content: "";
}

.la-truck-pickup:before {
	content: "";
}

.la-tshirt:before {
	content: "";
}

.la-tty:before {
	content: "";
}

.la-tumblr:before {
	content: "";
}

.la-tumblr-square:before {
	content: "";
}

.la-tv:before {
	content: "";
}

.la-twitch:before {
	content: "";
}

.la-twitter:before {
	content: "";
}

.la-twitter-square:before {
	content: "";
}

.la-typo3:before {
	content: "";
}

.la-uber:before {
	content: "";
}

.la-ubuntu:before {
	content: "";
}

.la-uikit:before {
	content: "";
}

.la-umbraco:before {
	content: "";
}

.la-umbrella:before {
	content: "";
}

.la-umbrella-beach:before {
	content: "";
}

.la-underline:before {
	content: "";
}

.la-undo:before {
	content: "";
}

.la-undo-alt:before {
	content: "";
}

.la-uniregistry:before {
	content: "";
}

.la-universal-access:before {
	content: "";
}

.la-university:before {
	content: "";
}

.la-unlink:before {
	content: "";
}

.la-unlock:before {
	content: "";
}

.la-unlock-alt:before {
	content: "";
}

.la-untappd:before {
	content: "";
}

.la-upload:before {
	content: "";
}

.la-ups:before {
	content: "";
}

.la-usb:before {
	content: "";
}

.la-user:before {
	content: "";
}

.la-user-alt:before {
	content: "";
}

.la-user-alt-slash:before {
	content: "";
}

.la-user-astronaut:before {
	content: "";
}

.la-user-check:before {
	content: "";
}

.la-user-circle:before {
	content: "";
}

.la-user-clock:before {
	content: "";
}

.la-user-cog:before {
	content: "";
}

.la-user-edit:before {
	content: "";
}

.la-user-friends:before {
	content: "";
}

.la-user-graduate:before {
	content: "";
}

.la-user-injured:before {
	content: "";
}

.la-user-lock:before {
	content: "";
}

.la-user-md:before {
	content: "";
}

.la-user-minus:before {
	content: "";
}

.la-user-ninja:before {
	content: "";
}

.la-user-nurse:before {
	content: "";
}

.la-user-plus:before {
	content: "";
}

.la-user-secret:before {
	content: "";
}

.la-user-shield:before {
	content: "";
}

.la-user-slash:before {
	content: "";
}

.la-user-tag:before {
	content: "";
}

.la-user-tie:before {
	content: "";
}

.la-user-times:before {
	content: "";
}

.la-users:before {
	content: "";
}

.la-users-cog:before {
	content: "";
}

.la-usps:before {
	content: "";
}

.la-ussunnah:before {
	content: "";
}

.la-utensil-spoon:before {
	content: "";
}

.la-utensils:before {
	content: "";
}

.la-vaadin:before {
	content: "";
}

.la-vector-square:before {
	content: "";
}

.la-venus:before {
	content: "";
}

.la-venus-double:before {
	content: "";
}

.la-venus-mars:before {
	content: "";
}

.la-viacoin:before {
	content: "";
}

.la-viadeo:before {
	content: "";
}

.la-viadeo-square:before {
	content: "";
}

.la-vial:before {
	content: "";
}

.la-vials:before {
	content: "";
}

.la-viber:before {
	content: "";
}

.la-video:before {
	content: "";
}

.la-video-slash:before {
	content: "";
}

.la-vihara:before {
	content: "";
}

.la-vimeo:before {
	content: "";
}

.la-vimeo-square:before {
	content: "";
}

.la-vimeo-v:before {
	content: "";
}

.la-vine:before {
	content: "";
}

.la-vk:before {
	content: "";
}

.la-vnv:before {
	content: "";
}

.la-voicemail:before {
	content: "";
}

.la-volleyball-ball:before {
	content: "";
}

.la-volume-down:before {
	content: "";
}

.la-volume-mute:before {
	content: "";
}

.la-volume-off:before {
	content: "";
}

.la-volume-up:before {
	content: "";
}

.la-vote-yea:before {
	content: "";
}

.la-vr-cardboard:before {
	content: "";
}

.la-vuejs:before {
	content: "";
}

.la-walking:before {
	content: "";
}

.la-wallet:before {
	content: "";
}

.la-warehouse:before {
	content: "";
}

.la-water:before {
	content: "";
}

.la-wave-square:before {
	content: "";
}

.la-waze:before {
	content: "";
}

.la-weebly:before {
	content: "";
}

.la-weibo:before {
	content: "";
}

.la-weight:before {
	content: "";
}

.la-weight-hanging:before {
	content: "";
}

.la-weixin:before {
	content: "";
}

.la-whatsapp:before {
	content: "";
}

.la-whatsapp-square:before {
	content: "";
}

.la-wheelchair:before {
	content: "";
}

.la-whmcs:before {
	content: "";
}

.la-wifi:before {
	content: "";
}

.la-wikipedia-w:before {
	content: "";
}

.la-wind:before {
	content: "";
}

.la-window-close:before {
	content: "";
}

.la-window-maximize:before {
	content: "";
}

.la-window-minimize:before {
	content: "";
}

.la-window-restore:before {
	content: "";
}

.la-windows:before {
	content: "";
}

.la-wine-bottle:before {
	content: "";
}

.la-wine-glass:before {
	content: "";
}

.la-wine-glass-alt:before {
	content: "";
}

.la-wix:before {
	content: "";
}

.la-wizards-of-the-coast:before {
	content: "";
}

.la-wolf-pack-battalion:before {
	content: "";
}

.la-won-sign:before {
	content: "";
}

.la-wordpress:before {
	content: "";
}

.la-wordpress-simple:before {
	content: "";
}

.la-wpbeginner:before {
	content: "";
}

.la-wpexplorer:before {
	content: "";
}

.la-wpforms:before {
	content: "";
}

.la-wpressr:before {
	content: "";
}

.la-wrench:before {
	content: "";
}

.la-x-ray:before {
	content: "";
}

.la-xbox:before {
	content: "";
}

.la-xing:before {
	content: "";
}

.la-xing-square:before {
	content: "";
}

.la-y-combinator:before {
	content: "";
}

.la-yahoo:before {
	content: "";
}

.la-yammer:before {
	content: "";
}

.la-yandex:before {
	content: "";
}

.la-yandex-international:before {
	content: "";
}

.la-yarn:before {
	content: "";
}

.la-yelp:before {
	content: "";
}

.la-yen-sign:before {
	content: "";
}

.la-yin-yang:before {
	content: "";
}

.la-yoast:before {
	content: "";
}

.la-youtube:before {
	content: "";
}

.la-youtube-square:before {
	content: "";
}

.la-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.lab {
	font-family: "Line Awesome Brands";
}

.lar {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la, .las {
	font-family: "Line Awesome Free";
	font-weight: 900;
}

.la.la-glass:before {
	content: "";
}

.la.la-meetup {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-star-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-star-o:before {
	content: "";
}

.la.la-remove:before {
	content: "";
}

.la.la-close:before {
	content: "";
}

.la.la-gear:before {
	content: "";
}

.la.la-trash-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-trash-o:before {
	content: "";
}

.la.la-file-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-o:before {
	content: "";
}

.la.la-clock-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-clock-o:before {
	content: "";
}

.la.la-arrow-circle-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-arrow-circle-o-down:before {
	content: "";
}

.la.la-arrow-circle-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-arrow-circle-o-up:before {
	content: "";
}

.la.la-play-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-play-circle-o:before {
	content: "";
}

.la.la-repeat:before {
	content: "";
}

.la.la-rotate-right:before {
	content: "";
}

.la.la-refresh:before {
	content: "";
}

.la.la-list-alt {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-dedent:before {
	content: "";
}

.la.la-video-camera:before {
	content: "";
}

.la.la-picture-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-picture-o:before {
	content: "";
}

.la.la-photo {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-photo:before {
	content: "";
}

.la.la-image {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-image:before {
	content: "";
}

.la.la-pencil:before {
	content: "";
}

.la.la-map-marker:before {
	content: "";
}

.la.la-pencil-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-pencil-square-o:before {
	content: "";
}

.la.la-share-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-share-square-o:before {
	content: "";
}

.la.la-check-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-check-square-o:before {
	content: "";
}

.la.la-arrows:before {
	content: "";
}

.la.la-times-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-times-circle-o:before {
	content: "";
}

.la.la-check-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-check-circle-o:before {
	content: "";
}

.la.la-mail-forward:before {
	content: "";
}

.la.la-eye {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-eye-slash {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-warning:before {
	content: "";
}

.la.la-calendar:before {
	content: "";
}

.la.la-arrows-v:before {
	content: "";
}

.la.la-arrows-h:before {
	content: "";
}

.la.la-bar-chart {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-bar-chart:before {
	content: "";
}

.la.la-bar-chart-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-bar-chart-o:before {
	content: "";
}

.la.la-twitter-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-facebook-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gears:before {
	content: "";
}

.la.la-thumbs-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-thumbs-o-up:before {
	content: "";
}

.la.la-thumbs-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-thumbs-o-down:before {
	content: "";
}

.la.la-heart-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-heart-o:before {
	content: "";
}

.la.la-sign-out:before {
	content: "";
}

.la.la-linkedin-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-linkedin-square:before {
	content: "";
}

.la.la-thumb-tack:before {
	content: "";
}

.la.la-external-link:before {
	content: "";
}

.la.la-sign-in:before {
	content: "";
}

.la.la-github-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-lemon-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-lemon-o:before {
	content: "";
}

.la.la-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-square-o:before {
	content: "";
}

.la.la-bookmark-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-bookmark-o:before {
	content: "";
}

.la.la-twitter {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-facebook {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-facebook:before {
	content: "";
}

.la.la-facebook-f {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-facebook-f:before {
	content: "";
}

.la.la-github {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-credit-card {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-feed:before {
	content: "";
}

.la.la-hdd-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hdd-o:before {
	content: "";
}

.la.la-hand-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-o-right:before {
	content: "";
}

.la.la-hand-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-o-left:before {
	content: "";
}

.la.la-hand-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-o-up:before {
	content: "";
}

.la.la-hand-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-o-down:before {
	content: "";
}

.la.la-arrows-alt:before {
	content: "";
}

.la.la-group:before {
	content: "";
}

.la.la-chain:before {
	content: "";
}

.la.la-scissors:before {
	content: "";
}

.la.la-files-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-files-o:before {
	content: "";
}

.la.la-floppy-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-floppy-o:before {
	content: "";
}

.la.la-navicon:before {
	content: "";
}

.la.la-reorder:before {
	content: "";
}

.la.la-pinterest {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pinterest-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus:before {
	content: "";
}

.la.la-money {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-money:before {
	content: "";
}

.la.la-unsorted:before {
	content: "";
}

.la.la-sort-desc:before {
	content: "";
}

.la.la-sort-asc:before {
	content: "";
}

.la.la-linkedin {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-linkedin:before {
	content: "";
}

.la.la-rotate-left:before {
	content: "";
}

.la.la-legal:before {
	content: "";
}

.la.la-tachometer:before {
	content: "";
}

.la.la-dashboard:before {
	content: "";
}

.la.la-comment-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-comment-o:before {
	content: "";
}

.la.la-comments-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-comments-o:before {
	content: "";
}

.la.la-flash:before {
	content: "";
}

.la.la-clipboard {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-paste {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-paste:before {
	content: "";
}

.la.la-lightbulb-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-lightbulb-o:before {
	content: "";
}

.la.la-exchange:before {
	content: "";
}

.la.la-cloud-download:before {
	content: "";
}

.la.la-cloud-upload:before {
	content: "";
}

.la.la-bell-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-bell-o:before {
	content: "";
}

.la.la-cutlery:before {
	content: "";
}

.la.la-file-text-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-text-o:before {
	content: "";
}

.la.la-building-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-building-o:before {
	content: "";
}

.la.la-hospital-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hospital-o:before {
	content: "";
}

.la.la-tablet:before {
	content: "";
}

.la.la-mobile:before {
	content: "";
}

.la.la-mobile-phone:before {
	content: "";
}

.la.la-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-circle-o:before {
	content: "";
}

.la.la-mail-reply:before {
	content: "";
}

.la.la-github-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-folder-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-folder-o:before {
	content: "";
}

.la.la-folder-open-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-folder-open-o:before {
	content: "";
}

.la.la-smile-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-smile-o:before {
	content: "";
}

.la.la-frown-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-frown-o:before {
	content: "";
}

.la.la-meh-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-meh-o:before {
	content: "";
}

.la.la-keyboard-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-keyboard-o:before {
	content: "";
}

.la.la-flag-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-flag-o:before {
	content: "";
}

.la.la-mail-reply-all:before {
	content: "";
}

.la.la-star-half-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-star-half-o:before {
	content: "";
}

.la.la-star-half-empty {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-star-half-empty:before {
	content: "";
}

.la.la-star-half-full {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-star-half-full:before {
	content: "";
}

.la.la-code-fork:before {
	content: "";
}

.la.la-chain-broken:before {
	content: "";
}

.la.la-shield:before {
	content: "";
}

.la.la-calendar-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-calendar-o:before {
	content: "";
}

.la.la-maxcdn {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-html5 {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-css3 {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ticket:before {
	content: "";
}

.la.la-minus-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-minus-square-o:before {
	content: "";
}

.la.la-level-up:before {
	content: "";
}

.la.la-level-down:before {
	content: "";
}

.la.la-pencil-square:before {
	content: "";
}

.la.la-external-link-square:before {
	content: "";
}

.la.la-compass {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-caret-square-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-caret-square-o-down:before {
	content: "";
}

.la.la-toggle-down {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-toggle-down:before {
	content: "";
}

.la.la-caret-square-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-caret-square-o-up:before {
	content: "";
}

.la.la-toggle-up {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-toggle-up:before {
	content: "";
}

.la.la-caret-square-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-caret-square-o-right:before {
	content: "";
}

.la.la-toggle-right {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-toggle-right:before {
	content: "";
}

.la.la-eur:before {
	content: "";
}

.la.la-euro:before {
	content: "";
}

.la.la-gbp:before {
	content: "";
}

.la.la-usd:before {
	content: "";
}

.la.la-dollar:before {
	content: "";
}

.la.la-inr:before {
	content: "";
}

.la.la-rupee:before {
	content: "";
}

.la.la-jpy:before {
	content: "";
}

.la.la-cny:before {
	content: "";
}

.la.la-rmb:before {
	content: "";
}

.la.la-yen:before {
	content: "";
}

.la.la-rub:before {
	content: "";
}

.la.la-ruble:before {
	content: "";
}

.la.la-rouble:before {
	content: "";
}

.la.la-krw:before {
	content: "";
}

.la.la-won:before {
	content: "";
}

.la.la-btc {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bitcoin {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bitcoin:before {
	content: "";
}

.la.la-file-text:before {
	content: "";
}

.la.la-sort-alpha-asc:before {
	content: "";
}

.la.la-sort-alpha-desc:before {
	content: "";
}

.la.la-sort-amount-asc:before {
	content: "";
}

.la.la-sort-amount-desc:before {
	content: "";
}

.la.la-sort-numeric-asc:before {
	content: "";
}

.la.la-sort-numeric-desc:before {
	content: "";
}

.la.la-youtube-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-youtube {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-xing {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-xing-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-youtube-play {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-youtube-play:before {
	content: "";
}

.la.la-dropbox {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-stack-overflow {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-instagram {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-flickr {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-adn {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bitbucket {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bitbucket-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bitbucket-square:before {
	content: "";
}

.la.la-tumblr {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-tumblr-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-long-arrow-down:before {
	content: "";
}

.la.la-long-arrow-up:before {
	content: "";
}

.la.la-long-arrow-left:before {
	content: "";
}

.la.la-long-arrow-right:before {
	content: "";
}

.la.la-apple {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-windows {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-android {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-linux {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-dribbble {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-skype {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-foursquare {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-trello {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gratipay {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gittip {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gittip:before {
	content: "";
}

.la.la-sun-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-sun-o:before {
	content: "";
}

.la.la-moon-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-moon-o:before {
	content: "";
}

.la.la-vk {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-weibo {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-renren {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pagelines {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-stack-exchange {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-arrow-circle-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-arrow-circle-o-right:before {
	content: "";
}

.la.la-arrow-circle-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-arrow-circle-o-left:before {
	content: "";
}

.la.la-caret-square-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-caret-square-o-left:before {
	content: "";
}

.la.la-toggle-left {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-toggle-left:before {
	content: "";
}

.la.la-dot-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-dot-circle-o:before {
	content: "";
}

.la.la-vimeo-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-try:before {
	content: "";
}

.la.la-turkish-lira:before {
	content: "";
}

.la.la-plus-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-plus-square-o:before {
	content: "";
}

.la.la-slack {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wordpress {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-openid {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-institution:before {
	content: "";
}

.la.la-bank:before {
	content: "";
}

.la.la-mortar-board:before {
	content: "";
}

.la.la-yahoo {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-reddit {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-reddit-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-stumbleupon-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-stumbleupon {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-delicious {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-digg {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pied-piper-pp {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pied-piper-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-drupal {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-joomla {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-spoon:before {
	content: "";
}

.la.la-behance {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-behance-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-steam {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-steam-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-automobile:before {
	content: "";
}

.la.la-cab:before {
	content: "";
}

.la.la-envelope-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-envelope-o:before {
	content: "";
}

.la.la-deviantart {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-soundcloud {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-file-pdf-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-pdf-o:before {
	content: "";
}

.la.la-file-word-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-word-o:before {
	content: "";
}

.la.la-file-excel-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-excel-o:before {
	content: "";
}

.la.la-file-powerpoint-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-powerpoint-o:before {
	content: "";
}

.la.la-file-image-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-image-o:before {
	content: "";
}

.la.la-file-photo-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-photo-o:before {
	content: "";
}

.la.la-file-picture-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-picture-o:before {
	content: "";
}

.la.la-file-archive-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-archive-o:before {
	content: "";
}

.la.la-file-zip-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-zip-o:before {
	content: "";
}

.la.la-file-audio-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-audio-o:before {
	content: "";
}

.la.la-file-sound-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-sound-o:before {
	content: "";
}

.la.la-file-video-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-video-o:before {
	content: "";
}

.la.la-file-movie-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-movie-o:before {
	content: "";
}

.la.la-file-code-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-file-code-o:before {
	content: "";
}

.la.la-vine {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-codepen {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-jsfiddle {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-life-ring {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-life-bouy {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-life-bouy:before {
	content: "";
}

.la.la-life-buoy {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-life-buoy:before {
	content: "";
}

.la.la-life-saver {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-life-saver:before {
	content: "";
}

.la.la-support {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-support:before {
	content: "";
}

.la.la-circle-o-notch:before {
	content: "";
}

.la.la-rebel {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ra {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ra:before {
	content: "";
}

.la.la-resistance {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-resistance:before {
	content: "";
}

.la.la-empire {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ge {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ge:before {
	content: "";
}

.la.la-git-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-git {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-hacker-news {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-y-combinator-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-y-combinator-square:before {
	content: "";
}

.la.la-yc-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-yc-square:before {
	content: "";
}

.la.la-tencent-weibo {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-qq {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-weixin {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wechat {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wechat:before {
	content: "";
}

.la.la-send:before {
	content: "";
}

.la.la-paper-plane-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-paper-plane-o:before {
	content: "";
}

.la.la-send-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-send-o:before {
	content: "";
}

.la.la-circle-thin {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-circle-thin:before {
	content: "";
}

.la.la-header:before {
	content: "";
}

.la.la-sliders:before {
	content: "";
}

.la.la-futbol-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-futbol-o:before {
	content: "";
}

.la.la-soccer-ball-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-soccer-ball-o:before {
	content: "";
}

.la.la-slideshare {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-twitch {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-yelp {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-newspaper-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-newspaper-o:before {
	content: "";
}

.la.la-paypal {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-wallet {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-visa {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-mastercard {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-discover {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-amex {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-paypal {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-stripe {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bell-slash-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-bell-slash-o:before {
	content: "";
}

.la.la-trash:before {
	content: "";
}

.la.la-copyright {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-eyedropper:before {
	content: "";
}

.la.la-area-chart:before {
	content: "";
}

.la.la-pie-chart:before {
	content: "";
}

.la.la-line-chart:before {
	content: "";
}

.la.la-lastfm {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-lastfm-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ioxhost {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-angellist {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-cc:before {
	content: "";
}

.la.la-ils:before {
	content: "";
}

.la.la-shekel:before {
	content: "";
}

.la.la-sheqel:before {
	content: "";
}

.la.la-meanpath {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-meanpath:before {
	content: "";
}

.la.la-buysellads {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-connectdevelop {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-dashcube {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-forumbee {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-leanpub {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-sellsy {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-shirtsinbulk {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-simplybuilt {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-skyatlas {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-diamond {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-diamond:before {
	content: "";
}

.la.la-intersex:before {
	content: "";
}

.la.la-facebook-official {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-facebook-official:before {
	content: "";
}

.la.la-pinterest-p {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-whatsapp {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-hotel:before {
	content: "";
}

.la.la-viacoin {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-medium {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-y-combinator {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-yc {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-yc:before {
	content: "";
}

.la.la-optin-monster {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-opencart {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-expeditedssl {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-battery-4:before {
	content: "";
}

.la.la-battery:before {
	content: "";
}

.la.la-battery-3:before {
	content: "";
}

.la.la-battery-2:before {
	content: "";
}

.la.la-battery-1:before {
	content: "";
}

.la.la-battery-0:before {
	content: "";
}

.la.la-object-group {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-object-ungroup {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-sticky-note-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-sticky-note-o:before {
	content: "";
}

.la.la-cc-jcb {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-cc-diners-club {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-clone {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hourglass-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hourglass-o:before {
	content: "";
}

.la.la-hourglass-1:before {
	content: "";
}

.la.la-hourglass-2:before {
	content: "";
}

.la.la-hourglass-3:before {
	content: "";
}

.la.la-hand-rock-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-rock-o:before {
	content: "";
}

.la.la-hand-grab-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-grab-o:before {
	content: "";
}

.la.la-hand-paper-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-paper-o:before {
	content: "";
}

.la.la-hand-stop-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-stop-o:before {
	content: "";
}

.la.la-hand-scissors-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-scissors-o:before {
	content: "";
}

.la.la-hand-lizard-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-lizard-o:before {
	content: "";
}

.la.la-hand-spock-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-spock-o:before {
	content: "";
}

.la.la-hand-pointer-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-pointer-o:before {
	content: "";
}

.la.la-hand-peace-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-hand-peace-o:before {
	content: "";
}

.la.la-registered {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-creative-commons {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gg {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gg-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-tripadvisor {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-odnoklassniki {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-odnoklassniki-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-get-pocket {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wikipedia-w {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-safari {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-chrome {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-firefox {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-opera {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-internet-explorer {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-television:before {
	content: "";
}

.la.la-contao {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-500px {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-amazon {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-calendar-plus-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-calendar-plus-o:before {
	content: "";
}

.la.la-calendar-minus-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-calendar-minus-o:before {
	content: "";
}

.la.la-calendar-times-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-calendar-times-o:before {
	content: "";
}

.la.la-calendar-check-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-calendar-check-o:before {
	content: "";
}

.la.la-map-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-map-o:before {
	content: "";
}

.la.la-commenting:before {
	content: "";
}

.la.la-commenting-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-commenting-o:before {
	content: "";
}

.la.la-houzz {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-vimeo {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-vimeo:before {
	content: "";
}

.la.la-black-tie {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-fonticons {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-reddit-alien {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-edge {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-credit-card-alt:before {
	content: "";
}

.la.la-codiepie {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-modx {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-fort-awesome {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-usb {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-product-hunt {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-mixcloud {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-scribd {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pause-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-pause-circle-o:before {
	content: "";
}

.la.la-stop-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-stop-circle-o:before {
	content: "";
}

.la.la-bluetooth {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-bluetooth-b {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-gitlab {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wpbeginner {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wpforms {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-envira {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wheelchair-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wheelchair-alt:before {
	content: "";
}

.la.la-question-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-question-circle-o:before {
	content: "";
}

.la.la-volume-control-phone:before {
	content: "";
}

.la.la-asl-interpreting:before {
	content: "";
}

.la.la-deafness:before {
	content: "";
}

.la.la-hard-of-hearing:before {
	content: "";
}

.la.la-glide {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-glide-g {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-signing:before {
	content: "";
}

.la.la-viadeo {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-viadeo-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-snapchat {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-snapchat-ghost {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-snapchat-square {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-pied-piper {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-first-order {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-yoast {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-themeisle {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus-official {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus-official:before {
	content: "";
}

.la.la-google-plus-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-google-plus-circle:before {
	content: "";
}

.la.la-font-awesome {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-fa {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-fa:before {
	content: "";
}

.la.la-handshake-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-handshake-o:before {
	content: "";
}

.la.la-envelope-open-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-envelope-open-o:before {
	content: "";
}

.la.la-linode {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-address-book-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-address-book-o:before {
	content: "";
}

.la.la-vcard:before {
	content: "";
}

.la.la-address-card-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-address-card-o:before {
	content: "";
}

.la.la-vcard-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-vcard-o:before {
	content: "";
}

.la.la-user-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-user-circle-o:before {
	content: "";
}

.la.la-user-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-user-o:before {
	content: "";
}

.la.la-id-badge {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-drivers-license:before {
	content: "";
}

.la.la-id-card-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-id-card-o:before {
	content: "";
}

.la.la-drivers-license-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-drivers-license-o:before {
	content: "";
}

.la.la-quora {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-free-code-camp {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-telegram {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-thermometer-4:before {
	content: "";
}

.la.la-thermometer:before {
	content: "";
}

.la.la-thermometer-3:before {
	content: "";
}

.la.la-thermometer-2:before {
	content: "";
}

.la.la-thermometer-1:before {
	content: "";
}

.la.la-thermometer-0:before {
	content: "";
}

.la.la-bathtub:before {
	content: "";
}

.la.la-s15:before {
	content: "";
}

.la.la-window-maximize {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-window-restore {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-times-rectangle:before {
	content: "";
}

.la.la-window-close-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-window-close-o:before {
	content: "";
}

.la.la-times-rectangle-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-times-rectangle-o:before {
	content: "";
}

.la.la-bandcamp {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-grav {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-etsy {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-imdb {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-ravelry {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-eercast {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-eercast:before {
	content: "";
}

.la.la-snowflake-o {
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.la.la-snowflake-o:before {
	content: "";
}

.la.la-superpowers {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-wpexplorer {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

.la.la-spotify {
	font-family: "Line Awesome Brands";
	font-weight: 400;
}

/*------------------------
	base class definition
-------------------------*/
.lni {
	display: inline-block;
	font: normal normal normal 1em/1 "LineIcons";
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/

/* relative units */
.lni-sm {
	font-size: .8em;
}

.lni-lg {
	font-size: 1.2em;
}

/* absolute units */
.lni-16 {
	font-size: 16px;
}

.lni-32 {
	font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lni-bg-square, .lni-bg-circle {
	padding: .35em;
	background-color: #eee;
}

.lni-bg-circle {
	border-radius: 50%;
}

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lni-ul {
	padding-left: 0;
	list-style-type: none;
}

.lni-ul > li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
}

.lni-ul > li > .lni {
	margin-right: .4em;
	line-height: inherit;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
	-webkit-animation: lni-spin 2s infinite linear;
	-moz-animation: lni-spin 2s infinite linear;
	animation: lni-spin 2s infinite linear;
}

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

@-moz-keyframes lni-spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes lni-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

.lni-flip-y {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.lni-flip-x {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
	content: "";
}

.lni-add-files::before {
	content: "";
}

.lni-alarm-clock::before {
	content: "";
}

.lni-alarm::before {
	content: "";
}

.lni-airbnb::before {
	content: "";
}

.lni-adobe::before {
	content: "";
}

.lni-amazon-pay::before {
	content: "";
}

.lni-amazon::before {
	content: "";
}

.lni-amex::before {
	content: "";
}

.lni-anchor::before {
	content: "";
}

.lni-amazon-original::before {
	content: "";
}

.lni-android-original::before {
	content: "";
}

.lni-android::before {
	content: "";
}

.lni-angellist::before {
	content: "";
}

.lni-angle-double-down::before {
	content: "";
}

.lni-angle-double-left::before {
	content: "";
}

.lni-angle-double-right::before {
	content: "";
}

.lni-angle-double-up::before {
	content: "";
}

.lni-angular::before {
	content: "";
}

.lni-apartment::before {
	content: "";
}

.lni-app-store::before {
	content: "";
}

.lni-apple-pay::before {
	content: "";
}

.lni-apple::before {
	content: "";
}

.lni-archive::before {
	content: "";
}

.lni-arrow-down-circle::before {
	content: "";
}

.lni-arrow-left-circle::before {
	content: "";
}

.lni-arrow-left::before {
	content: "";
}

.lni-arrow-right-circle::before {
	content: "";
}

.lni-arrow-right::before {
	content: "";
}

.lni-arrow-top-left::before {
	content: "";
}

.lni-arrow-top-right::before {
	content: "";
}

.lni-arrow-up-circle::before {
	content: "";
}

.lni-arrow-up::before {
	content: "";
}

.lni-arrows-horizontal::before {
	content: "";
}

.lni-arrows-vertical::before {
	content: "";
}

.lni-atlassian::before {
	content: "";
}

.lni-aws::before {
	content: "";
}

.lni-arrow-down::before {
	content: "";
}

.lni-ambulance::before {
	content: "";
}

.lni-agenda::before {
	content: "";
}

.lni-backward::before {
	content: "";
}

.lni-baloon::before {
	content: "";
}

.lni-ban::before {
	content: "";
}

.lni-bar-chart::before {
	content: "";
}

.lni-behance-original::before {
	content: "";
}

.lni-bitbucket::before {
	content: "";
}

.lni-bitcoin::before {
	content: "";
}

.lni-blackboard::before {
	content: "";
}

.lni-blogger::before {
	content: "";
}

.lni-bluetooth::before {
	content: "";
}

.lni-bold::before {
	content: "";
}

.lni-bolt-alt::before {
	content: "";
}

.lni-bolt::before {
	content: "";
}

.lni-book::before {
	content: "";
}

.lni-bookmark-alt::before {
	content: "";
}

.lni-bookmark::before {
	content: "";
}

.lni-bootstrap::before {
	content: "";
}

.lni-bricks::before {
	content: "";
}

.lni-bridge::before {
	content: "";
}

.lni-briefcase::before {
	content: "";
}

.lni-brush-alt::before {
	content: "";
}

.lni-brush::before {
	content: "";
}

.lni-bubble::before {
	content: "";
}

.lni-bug::before {
	content: "";
}

.lni-bulb::before {
	content: "";
}

.lni-bullhorn::before {
	content: "";
}

.lni-burger::before {
	content: "";
}

.lni-bus::before {
	content: "";
}

.lni-cake::before {
	content: "";
}

.lni-calculator::before {
	content: "";
}

.lni-calendar::before {
	content: "";
}

.lni-camera::before {
	content: "";
}

.lni-candy-cane::before {
	content: "";
}

.lni-candy::before {
	content: "";
}

.lni-capsule::before {
	content: "";
}

.lni-car-alt::before {
	content: "";
}

.lni-car::before {
	content: "";
}

.lni-caravan::before {
	content: "";
}

.lni-cart-full::before {
	content: "";
}

.lni-cart::before {
	content: "";
}

.lni-certificate::before {
	content: "";
}

.lni-checkbox::before {
	content: "";
}

.lni-checkmark-circle::before {
	content: "";
}

.lni-checkmark::before {
	content: "";
}

.lni-chef-hat::before {
	content: "";
}

.lni-chevron-down-circle::before {
	content: "";
}

.lni-chevron-down::before {
	content: "";
}

.lni-chevron-left-circle::before {
	content: "";
}

.lni-chevron-left::before {
	content: "";
}

.lni-chevron-right-circle::before {
	content: "";
}

.lni-chevron-right::before {
	content: "";
}

.lni-chevron-up-circle::before {
	content: "";
}

.lni-chevron-up::before {
	content: "";
}

.lni-chrome::before {
	content: "";
}

.lni-circle-minus::before {
	content: "";
}

.lni-circle-plus::before {
	content: "";
}

.lni-clipboard::before {
	content: "";
}

.lni-close::before {
	content: "";
}

.lni-cloud-check::before {
	content: "";
}

.lni-cloud-download::before {
	content: "";
}

.lni-cloud-network::before {
	content: "";
}

.lni-cloud-sync::before {
	content: "";
}

.lni-cloud-upload::before {
	content: "";
}

.lni-cloud::before {
	content: "";
}

.lni-cloudy-sun::before {
	content: "";
}

.lni-code-alt::before {
	content: "";
}

.lni-code::before {
	content: "";
}

.lni-codepen::before {
	content: "";
}

.lni-coffee-cup::before {
	content: "";
}

.lni-cog::before {
	content: "";
}

.lni-cogs::before {
	content: "";
}

.lni-coin::before {
	content: "";
}

.lni-comments-alt::before {
	content: "";
}

.lni-comments-reply::before {
	content: "";
}

.lni-comments::before {
	content: "";
}

.lni-compass::before {
	content: "";
}

.lni-construction-hammer::before {
	content: "";
}

.lni-construction::before {
	content: "";
}

.lni-consulting::before {
	content: "";
}

.lni-control-panel::before {
	content: "";
}

.lni-cpanel::before {
	content: "";
}

.lni-creative-commons::before {
	content: "";
}

.lni-credit-cards::before {
	content: "";
}

.lni-crop::before {
	content: "";
}

.lni-cross-circle::before {
	content: "";
}

.lni-crown::before {
	content: "";
}

.lni-css3::before {
	content: "";
}

.lni-cup::before {
	content: "";
}

.lni-customer::before {
	content: "";
}

.lni-cut::before {
	content: "";
}

.lni-dashboard::before {
	content: "";
}

.lni-database::before {
	content: "";
}

.lni-delivery::before {
	content: "";
}

.lni-dev::before {
	content: "";
}

.lni-diamond-alt::before {
	content: "";
}

.lni-diamond::before {
	content: "";
}

.lni-diners-club::before {
	content: "";
}

.lni-dinner::before {
	content: "";
}

.lni-direction-alt::before {
	content: "";
}

.lni-direction-ltr::before {
	content: "";
}

.lni-direction-rtl::before {
	content: "";
}

.lni-direction::before {
	content: "";
}

.lni-discord::before {
	content: "";
}

.lni-discover::before {
	content: "";
}

.lni-display-alt::before {
	content: "";
}

.lni-display::before {
	content: "";
}

.lni-docker::before {
	content: "";
}

.lni-dollar::before {
	content: "";
}

.lni-domain::before {
	content: "";
}

.lni-download::before {
	content: "";
}

.lni-dribbble::before {
	content: "";
}

.lni-drop::before {
	content: "";
}

.lni-dropbox-original::before {
	content: "";
}

.lni-dropbox::before {
	content: "";
}

.lni-drupal-original::before {
	content: "";
}

.lni-drupal::before {
	content: "";
}

.lni-dumbbell::before {
	content: "";
}

.lni-edge::before {
	content: "";
}

.lni-emoji-cool::before {
	content: "";
}

.lni-emoji-friendly::before {
	content: "";
}

.lni-emoji-happy::before {
	content: "";
}

.lni-emoji-sad::before {
	content: "";
}

.lni-emoji-smile::before {
	content: "";
}

.lni-emoji-speechless::before {
	content: "";
}

.lni-emoji-suspect::before {
	content: "";
}

.lni-emoji-tounge::before {
	content: "";
}

.lni-empty-file::before {
	content: "";
}

.lni-enter::before {
	content: "";
}

.lni-envato::before {
	content: "";
}

.lni-envelope::before {
	content: "";
}

.lni-eraser::before {
	content: "";
}

.lni-euro::before {
	content: "";
}

.lni-exit-down::before {
	content: "";
}

.lni-exit-up::before {
	content: "";
}

.lni-exit::before {
	content: "";
}

.lni-eye::before {
	content: "";
}

.lni-facebook-filled::before {
	content: "";
}

.lni-facebook-messenger::before {
	content: "";
}

.lni-facebook-original::before {
	content: "";
}

.lni-facebook-oval::before {
	content: "";
}

.lni-facebook::before {
	content: "";
}

.lni-figma::before {
	content: "";
}

.lni-files::before {
	content: "";
}

.lni-firefox-original::before {
	content: "";
}

.lni-firefox::before {
	content: "";
}

.lni-fireworks::before {
	content: "";
}

.lni-first-aid::before {
	content: "";
}

.lni-flag-alt::before {
	content: "";
}

.lni-flag::before {
	content: "";
}

.lni-flags::before {
	content: "";
}

.lni-flickr::before {
	content: "";
}

.lni-basketball::before {
	content: "";
}

.lni-behance::before {
	content: "";
}

.lni-forward::before {
	content: "";
}

.lni-frame-expand::before {
	content: "";
}

.lni-flower::before {
	content: "";
}

.lni-full-screen::before {
	content: "";
}

.lni-funnel::before {
	content: "";
}

.lni-gallery::before {
	content: "";
}

.lni-game::before {
	content: "";
}

.lni-gift::before {
	content: "";
}

.lni-git::before {
	content: "";
}

.lni-github-original::before {
	content: "";
}

.lni-github::before {
	content: "";
}

.lni-goodreads::before {
	content: "";
}

.lni-google-drive::before {
	content: "";
}

.lni-google-pay::before {
	content: "";
}

.lni-fresh-juice::before {
	content: "";
}

.lni-folder::before {
	content: "";
}

.lni-bi-cycle::before {
	content: "";
}

.lni-graph::before {
	content: "";
}

.lni-grid-alt::before {
	content: "";
}

.lni-grid::before {
	content: "";
}

.lni-google-wallet::before {
	content: "";
}

.lni-grow::before {
	content: "";
}

.lni-hammer::before {
	content: "";
}

.lni-hand::before {
	content: "";
}

.lni-handshake::before {
	content: "";
}

.lni-harddrive::before {
	content: "";
}

.lni-headphone-alt::before {
	content: "";
}

.lni-headphone::before {
	content: "";
}

.lni-heart-filled::before {
	content: "";
}

.lni-heart-monitor::before {
	content: "";
}

.lni-heart::before {
	content: "";
}

.lni-helicopter::before {
	content: "";
}

.lni-helmet::before {
	content: "";
}

.lni-help::before {
	content: "";
}

.lni-highlight-alt::before {
	content: "";
}

.lni-highlight::before {
	content: "";
}

.lni-home::before {
	content: "";
}

.lni-hospital::before {
	content: "";
}

.lni-hourglass::before {
	content: "";
}

.lni-html5::before {
	content: "";
}

.lni-image::before {
	content: "";
}

.lni-inbox::before {
	content: "";
}

.lni-indent-decrease::before {
	content: "";
}

.lni-indent-increase::before {
	content: "";
}

.lni-infinite::before {
	content: "";
}

.lni-information::before {
	content: "";
}

.lni-instagram-filled::before {
	content: "";
}

.lni-instagram-original::before {
	content: "";
}

.lni-instagram::before {
	content: "";
}

.lni-invention::before {
	content: "";
}

.lni-graduation::before {
	content: "";
}

.lni-invest-monitor::before {
	content: "";
}

.lni-island::before {
	content: "";
}

.lni-italic::before {
	content: "";
}

.lni-java::before {
	content: "";
}

.lni-javascript::before {
	content: "";
}

.lni-jcb::before {
	content: "";
}

.lni-joomla-original::before {
	content: "";
}

.lni-joomla::before {
	content: "";
}

.lni-jsfiddle::before {
	content: "";
}

.lni-juice::before {
	content: "";
}

.lni-key::before {
	content: "";
}

.lni-keyboard::before {
	content: "";
}

.lni-keyword-research::before {
	content: "";
}

.lni-hacker-news::before {
	content: "";
}

.lni-google::before {
	content: "";
}

.lni-laravel::before {
	content: "";
}

.lni-layers::before {
	content: "";
}

.lni-layout::before {
	content: "";
}

.lni-leaf::before {
	content: "";
}

.lni-library::before {
	content: "";
}

.lni-licencse::before {
	content: "";
}

.lni-life-ring::before {
	content: "";
}

.lni-line-dashed::before {
	content: "";
}

.lni-line-dotted::before {
	content: "";
}

.lni-line-double::before {
	content: "";
}

.lni-line-spacing::before {
	content: "";
}

.lni-line::before {
	content: "";
}

.lni-lineicons-alt::before {
	content: "";
}

.lni-lineicons::before {
	content: "";
}

.lni-link::before {
	content: "";
}

.lni-linkedin-original::before {
	content: "";
}

.lni-linkedin::before {
	content: "";
}

.lni-list::before {
	content: "";
}

.lni-lock-alt::before {
	content: "";
}

.lni-lock::before {
	content: "";
}

.lni-magnet::before {
	content: "";
}

.lni-magnifier::before {
	content: "";
}

.lni-mailchimp::before {
	content: "";
}

.lni-map-marker::before {
	content: "";
}

.lni-map::before {
	content: "";
}

.lni-mashroom::before {
	content: "";
}

.lni-mastercard::before {
	content: "";
}

.lni-medall-alt::before {
	content: "";
}

.lni-medall::before {
	content: "";
}

.lni-medium::before {
	content: "";
}

.lni-laptop::before {
	content: "";
}

.lni-investment::before {
	content: "";
}

.lni-laptop-phone::before {
	content: "";
}

.lni-megento::before {
	content: "";
}

.lni-mic::before {
	content: "";
}

.lni-microphone::before {
	content: "";
}

.lni-menu::before {
	content: "";
}

.lni-microscope::before {
	content: "";
}

.lni-money-location::before {
	content: "";
}

.lni-minus::before {
	content: "";
}

.lni-mobile::before {
	content: "";
}

.lni-more-alt::before {
	content: "";
}

.lni-mouse::before {
	content: "";
}

.lni-move::before {
	content: "";
}

.lni-music::before {
	content: "";
}

.lni-network::before {
	content: "";
}

.lni-night::before {
	content: "";
}

.lni-nodejs-alt::before {
	content: "";
}

.lni-nodejs::before {
	content: "";
}

.lni-notepad::before {
	content: "";
}

.lni-npm::before {
	content: "";
}

.lni-offer::before {
	content: "";
}

.lni-opera::before {
	content: "";
}

.lni-package::before {
	content: "";
}

.lni-page-break::before {
	content: "";
}

.lni-pagination::before {
	content: "";
}

.lni-paint-bucket::before {
	content: "";
}

.lni-paint-roller::before {
	content: "";
}

.lni-pallet::before {
	content: "";
}

.lni-paperclip::before {
	content: "";
}

.lni-more::before {
	content: "";
}

.lni-pause::before {
	content: "";
}

.lni-paypal-original::before {
	content: "";
}

.lni-microsoft::before {
	content: "";
}

.lni-money-protection::before {
	content: "";
}

.lni-pencil::before {
	content: "";
}

.lni-paypal::before {
	content: "";
}

.lni-pencil-alt::before {
	content: "";
}

.lni-patreon::before {
	content: "";
}

.lni-phone-set::before {
	content: "";
}

.lni-phone::before {
	content: "";
}

.lni-pin::before {
	content: "";
}

.lni-pinterest::before {
	content: "";
}

.lni-pie-chart::before {
	content: "";
}

.lni-pilcrow::before {
	content: "";
}

.lni-plane::before {
	content: "";
}

.lni-play::before {
	content: "";
}

.lni-plug::before {
	content: "";
}

.lni-plus::before {
	content: "";
}

.lni-pointer-down::before {
	content: "";
}

.lni-pointer-left::before {
	content: "";
}

.lni-pointer-right::before {
	content: "";
}

.lni-pointer-up::before {
	content: "";
}

.lni-play-store::before {
	content: "";
}

.lni-pizza::before {
	content: "";
}

.lni-postcard::before {
	content: "";
}

.lni-pound::before {
	content: "";
}

.lni-power-switch::before {
	content: "";
}

.lni-printer::before {
	content: "";
}

.lni-producthunt::before {
	content: "";
}

.lni-protection::before {
	content: "";
}

.lni-pulse::before {
	content: "";
}

.lni-pyramids::before {
	content: "";
}

.lni-python::before {
	content: "";
}

.lni-pointer::before {
	content: "";
}

.lni-popup::before {
	content: "";
}

.lni-quotation::before {
	content: "";
}

.lni-radio-button::before {
	content: "";
}

.lni-rain::before {
	content: "";
}

.lni-quora::before {
	content: "";
}

.lni-react::before {
	content: "";
}

.lni-question-circle::before {
	content: "";
}

.lni-php::before {
	content: "";
}

.lni-reddit::before {
	content: "";
}

.lni-reload::before {
	content: "";
}

.lni-restaurant::before {
	content: "";
}

.lni-road::before {
	content: "";
}

.lni-rocket::before {
	content: "";
}

.lni-rss-feed::before {
	content: "";
}

.lni-ruler-alt::before {
	content: "";
}

.lni-ruler-pencil::before {
	content: "";
}

.lni-ruler::before {
	content: "";
}

.lni-rupee::before {
	content: "";
}

.lni-save::before {
	content: "";
}

.lni-school-bench-alt::before {
	content: "";
}

.lni-school-bench::before {
	content: "";
}

.lni-scooter::before {
	content: "";
}

.lni-scroll-down::before {
	content: "";
}

.lni-search-alt::before {
	content: "";
}

.lni-search::before {
	content: "";
}

.lni-select::before {
	content: "";
}

.lni-seo::before {
	content: "";
}

.lni-service::before {
	content: "";
}

.lni-share-alt::before {
	content: "";
}

.lni-share::before {
	content: "";
}

.lni-shield::before {
	content: "";
}

.lni-shift-left::before {
	content: "";
}

.lni-shift-right::before {
	content: "";
}

.lni-ship::before {
	content: "";
}

.lni-shopify::before {
	content: "";
}

.lni-shopping-basket::before {
	content: "";
}

.lni-shortcode::before {
	content: "";
}

.lni-shovel::before {
	content: "";
}

.lni-shuffle::before {
	content: "";
}

.lni-signal::before {
	content: "";
}

.lni-sketch::before {
	content: "";
}

.lni-skipping-rope::before {
	content: "";
}

.lni-skype::before {
	content: "";
}

.lni-slack::before {
	content: "";
}

.lni-slice::before {
	content: "";
}

.lni-slideshare::before {
	content: "";
}

.lni-slim::before {
	content: "";
}

.lni-reply::before {
	content: "";
}

.lni-sort-alpha-asc::before {
	content: "";
}

.lni-remove-file::before {
	content: "";
}

.lni-sort-amount-dsc::before {
	content: "";
}

.lni-sort-amount-asc::before {
	content: "";
}

.lni-soundcloud::before {
	content: "";
}

.lni-souncloud-original::before {
	content: "";
}

.lni-spiner-solid::before {
	content: "";
}

.lni-revenue::before {
	content: "";
}

.lni-spinner::before {
	content: "";
}

.lni-spellcheck::before {
	content: "";
}

.lni-spotify::before {
	content: "";
}

.lni-spray::before {
	content: "";
}

.lni-sprout::before {
	content: "";
}

.lni-snapchat::before {
	content: "";
}

.lni-stamp::before {
	content: "";
}

.lni-star-empty::before {
	content: "";
}

.lni-star-filled::before {
	content: "";
}

.lni-star-half::before {
	content: "";
}

.lni-star::before {
	content: "";
}

.lni-stats-down::before {
	content: "";
}

.lni-spinner-arrow::before {
	content: "";
}

.lni-steam::before {
	content: "";
}

.lni-stackoverflow::before {
	content: "";
}

.lni-stop::before {
	content: "";
}

.lni-strikethrough::before {
	content: "";
}

.lni-sthethoscope::before {
	content: "";
}

.lni-stumbleupon::before {
	content: "";
}

.lni-sun::before {
	content: "";
}

.lni-support::before {
	content: "";
}

.lni-surf-board::before {
	content: "";
}

.lni-swift::before {
	content: "";
}

.lni-syringe::before {
	content: "";
}

.lni-tab::before {
	content: "";
}

.lni-tag::before {
	content: "";
}

.lni-target-customer::before {
	content: "";
}

.lni-target-revenue::before {
	content: "";
}

.lni-target::before {
	content: "";
}

.lni-taxi::before {
	content: "";
}

.lni-stats-up::before {
	content: "";
}

.lni-telegram-original::before {
	content: "";
}

.lni-telegram::before {
	content: "";
}

.lni-text-align-center::before {
	content: "";
}

.lni-text-align-justify::before {
	content: "";
}

.lni-text-align-left::before {
	content: "";
}

.lni-text-format-remove::before {
	content: "";
}

.lni-text-align-right::before {
	content: "";
}

.lni-text-format::before {
	content: "";
}

.lni-thought::before {
	content: "";
}

.lni-thumbs-down::before {
	content: "";
}

.lni-thumbs-up::before {
	content: "";
}

.lni-thunder-alt::before {
	content: "";
}

.lni-thunder::before {
	content: "";
}

.lni-ticket-alt::before {
	content: "";
}

.lni-ticket::before {
	content: "";
}

.lni-timer::before {
	content: "";
}

.lni-train-alt::before {
	content: "";
}

.lni-train::before {
	content: "";
}

.lni-trash::before {
	content: "";
}

.lni-travel::before {
	content: "";
}

.lni-tree::before {
	content: "";
}

.lni-trees::before {
	content: "";
}

.lni-trello::before {
	content: "";
}

.lni-trowel::before {
	content: "";
}

.lni-tshirt::before {
	content: "";
}

.lni-tumblr::before {
	content: "";
}

.lni-twitch::before {
	content: "";
}

.lni-twitter-filled::before {
	content: "";
}

.lni-twitter-original::before {
	content: "";
}

.lni-twitter::before {
	content: "";
}

.lni-ubuntu::before {
	content: "";
}

.lni-underline::before {
	content: "";
}

.lni-unlink::before {
	content: "";
}

.lni-unlock::before {
	content: "";
}

.lni-upload::before {
	content: "";
}

.lni-user::before {
	content: "";
}

.lni-users::before {
	content: "";
}

.lni-ux::before {
	content: "";
}

.lni-vector::before {
	content: "";
}

.lni-video::before {
	content: "";
}

.lni-vimeo::before {
	content: "";
}

.lni-visa::before {
	content: "";
}

.lni-vk::before {
	content: "";
}

.lni-volume-high::before {
	content: "";
}

.lni-volume-low::before {
	content: "";
}

.lni-volume-medium::before {
	content: "";
}

.lni-volume-mute::before {
	content: "";
}

.lni-volume::before {
	content: "";
}

.lni-wallet::before {
	content: "";
}

.lni-warning::before {
	content: "";
}

.lni-website-alt::before {
	content: "";
}

.lni-website::before {
	content: "";
}

.lni-wechat::before {
	content: "";
}

.lni-weight::before {
	content: "";
}

.lni-whatsapp::before {
	content: "";
}

.lni-wheelbarrow::before {
	content: "";
}

.lni-wheelchair::before {
	content: "";
}

.lni-windows::before {
	content: "";
}

.lni-wordpress-filled::before {
	content: "";
}

.lni-wordpress::before {
	content: "";
}

.lni-world-alt::before {
	content: "";
}

.lni-world::before {
	content: "";
}

.lni-write::before {
	content: "";
}

.lni-yahoo::before {
	content: "";
}

.lni-ycombinator::before {
	content: "";
}

.lni-yen::before {
	content: "";
}

.lni-youtube::before {
	content: "";
}

.lni-zip::before {
	content: "";
}

.lni-zoom-in::before {
	content: "";
}

.lni-zoom-out::before {
	content: "";
}

.lni-teabag::before {
	content: "";
}

.lni-stripe::before {
	content: "";
}

.lni-spotify-original::before {
	content: "";
}
/*# sourceMappingURL=materialdesignicons.css.map */

.mdi:before, .mdi-set {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mdi-ab-testing::before {
	content: "󰇉";
}

.mdi-abjad-arabic::before {
	content: "󱌨";
}

.mdi-abjad-hebrew::before {
	content: "󱌩";
}

.mdi-abugida-devanagari::before {
	content: "󱌪";
}

.mdi-abugida-thai::before {
	content: "󱌫";
}

.mdi-access-point::before {
	content: "󰀃";
}

.mdi-access-point-network::before {
	content: "󰀂";
}

.mdi-access-point-network-off::before {
	content: "󰯡";
}

.mdi-account::before {
	content: "󰀄";
}

.mdi-account-alert::before {
	content: "󰀅";
}

.mdi-account-alert-outline::before {
	content: "󰭐";
}

.mdi-account-arrow-left::before {
	content: "󰭑";
}

.mdi-account-arrow-left-outline::before {
	content: "󰭒";
}

.mdi-account-arrow-right::before {
	content: "󰭓";
}

.mdi-account-arrow-right-outline::before {
	content: "󰭔";
}

.mdi-account-box::before {
	content: "󰀆";
}

.mdi-account-box-multiple::before {
	content: "󰤴";
}

.mdi-account-box-multiple-outline::before {
	content: "󱀊";
}

.mdi-account-box-outline::before {
	content: "󰀇";
}

.mdi-account-cancel::before {
	content: "󱋟";
}

.mdi-account-cancel-outline::before {
	content: "󱋠";
}

.mdi-account-cash::before {
	content: "󱂗";
}

.mdi-account-cash-outline::before {
	content: "󱂘";
}

.mdi-account-check::before {
	content: "󰀈";
}

.mdi-account-check-outline::before {
	content: "󰯢";
}

.mdi-account-child::before {
	content: "󰪉";
}

.mdi-account-child-circle::before {
	content: "󰪊";
}

.mdi-account-child-outline::before {
	content: "󱃈";
}

.mdi-account-circle::before {
	content: "󰀉";
}

.mdi-account-circle-outline::before {
	content: "󰭕";
}

.mdi-account-clock::before {
	content: "󰭖";
}

.mdi-account-clock-outline::before {
	content: "󰭗";
}

.mdi-account-cog::before {
	content: "󱍰";
}

.mdi-account-cog-outline::before {
	content: "󱍱";
}

.mdi-account-convert::before {
	content: "󰀊";
}

.mdi-account-convert-outline::before {
	content: "󱌁";
}

.mdi-account-cowboy-hat::before {
	content: "󰺛";
}

.mdi-account-details::before {
	content: "󰘱";
}

.mdi-account-details-outline::before {
	content: "󱍲";
}

.mdi-account-edit::before {
	content: "󰚼";
}

.mdi-account-edit-outline::before {
	content: "󰿻";
}

.mdi-account-group::before {
	content: "󰡉";
}

.mdi-account-group-outline::before {
	content: "󰭘";
}

.mdi-account-hard-hat::before {
	content: "󰖵";
}

.mdi-account-heart::before {
	content: "󰢙";
}

.mdi-account-heart-outline::before {
	content: "󰯣";
}

.mdi-account-key::before {
	content: "󰀋";
}

.mdi-account-key-outline::before {
	content: "󰯤";
}

.mdi-account-lock::before {
	content: "󱅞";
}

.mdi-account-lock-outline::before {
	content: "󱅟";
}

.mdi-account-minus::before {
	content: "󰀍";
}

.mdi-account-minus-outline::before {
	content: "󰫬";
}

.mdi-account-multiple::before {
	content: "󰀎";
}

.mdi-account-multiple-check::before {
	content: "󰣅";
}

.mdi-account-multiple-check-outline::before {
	content: "󱇾";
}

.mdi-account-multiple-minus::before {
	content: "󰗓";
}

.mdi-account-multiple-minus-outline::before {
	content: "󰯥";
}

.mdi-account-multiple-outline::before {
	content: "󰀏";
}

.mdi-account-multiple-plus::before {
	content: "󰀐";
}

.mdi-account-multiple-plus-outline::before {
	content: "󰠀";
}

.mdi-account-multiple-remove::before {
	content: "󱈊";
}

.mdi-account-multiple-remove-outline::before {
	content: "󱈋";
}

.mdi-account-music::before {
	content: "󰠃";
}

.mdi-account-music-outline::before {
	content: "󰳩";
}

.mdi-account-network::before {
	content: "󰀑";
}

.mdi-account-network-outline::before {
	content: "󰯦";
}

.mdi-account-off::before {
	content: "󰀒";
}

.mdi-account-off-outline::before {
	content: "󰯧";
}

.mdi-account-outline::before {
	content: "󰀓";
}

.mdi-account-plus::before {
	content: "󰀔";
}

.mdi-account-plus-outline::before {
	content: "󰠁";
}

.mdi-account-question::before {
	content: "󰭙";
}

.mdi-account-question-outline::before {
	content: "󰭚";
}

.mdi-account-remove::before {
	content: "󰀕";
}

.mdi-account-remove-outline::before {
	content: "󰫭";
}

.mdi-account-search::before {
	content: "󰀖";
}

.mdi-account-search-outline::before {
	content: "󰤵";
}

.mdi-account-settings::before {
	content: "󰘰";
}

.mdi-account-settings-outline::before {
	content: "󱃉";
}

.mdi-account-star::before {
	content: "󰀗";
}

.mdi-account-star-outline::before {
	content: "󰯨";
}

.mdi-account-supervisor::before {
	content: "󰪋";
}

.mdi-account-supervisor-circle::before {
	content: "󰪌";
}

.mdi-account-supervisor-outline::before {
	content: "󱄭";
}

.mdi-account-switch::before {
	content: "󰀙";
}

.mdi-account-switch-outline::before {
	content: "󰓋";
}

.mdi-account-tie::before {
	content: "󰳣";
}

.mdi-account-tie-outline::before {
	content: "󱃊";
}

.mdi-account-tie-voice::before {
	content: "󱌈";
}

.mdi-account-tie-voice-off::before {
	content: "󱌊";
}

.mdi-account-tie-voice-off-outline::before {
	content: "󱌋";
}

.mdi-account-tie-voice-outline::before {
	content: "󱌉";
}

.mdi-account-voice::before {
	content: "󰗋";
}

.mdi-adjust::before {
	content: "󰀚";
}

.mdi-adobe::before {
	content: "󰤶";
}

.mdi-adobe-acrobat::before {
	content: "󰾝";
}

.mdi-air-conditioner::before {
	content: "󰀛";
}

.mdi-air-filter::before {
	content: "󰵃";
}

.mdi-air-horn::before {
	content: "󰶬";
}

.mdi-air-humidifier::before {
	content: "󱂙";
}

.mdi-air-humidifier-off::before {
	content: "󱑦";
}

.mdi-air-purifier::before {
	content: "󰵄";
}

.mdi-airbag::before {
	content: "󰯩";
}

.mdi-airballoon::before {
	content: "󰀜";
}

.mdi-airballoon-outline::before {
	content: "󱀋";
}

.mdi-airplane::before {
	content: "󰀝";
}

.mdi-airplane-landing::before {
	content: "󰗔";
}

.mdi-airplane-off::before {
	content: "󰀞";
}

.mdi-airplane-takeoff::before {
	content: "󰗕";
}

.mdi-airport::before {
	content: "󰡋";
}

.mdi-alarm::before {
	content: "󰀠";
}

.mdi-alarm-bell::before {
	content: "󰞎";
}

.mdi-alarm-check::before {
	content: "󰀡";
}

.mdi-alarm-light::before {
	content: "󰞏";
}

.mdi-alarm-light-outline::before {
	content: "󰯪";
}

.mdi-alarm-multiple::before {
	content: "󰀢";
}

.mdi-alarm-note::before {
	content: "󰹱";
}

.mdi-alarm-note-off::before {
	content: "󰹲";
}

.mdi-alarm-off::before {
	content: "󰀣";
}

.mdi-alarm-plus::before {
	content: "󰀤";
}

.mdi-alarm-snooze::before {
	content: "󰚎";
}

.mdi-album::before {
	content: "󰀥";
}

.mdi-alert::before {
	content: "󰀦";
}

.mdi-alert-box::before {
	content: "󰀧";
}

.mdi-alert-box-outline::before {
	content: "󰳤";
}

.mdi-alert-circle::before {
	content: "󰀨";
}

.mdi-alert-circle-check::before {
	content: "󱇭";
}

.mdi-alert-circle-check-outline::before {
	content: "󱇮";
}

.mdi-alert-circle-outline::before {
	content: "󰗖";
}

.mdi-alert-decagram::before {
	content: "󰚽";
}

.mdi-alert-decagram-outline::before {
	content: "󰳥";
}

.mdi-alert-minus::before {
	content: "󱒻";
}

.mdi-alert-minus-outline::before {
	content: "󱒾";
}

.mdi-alert-octagon::before {
	content: "󰀩";
}

.mdi-alert-octagon-outline::before {
	content: "󰳦";
}

.mdi-alert-octagram::before {
	content: "󰝧";
}

.mdi-alert-octagram-outline::before {
	content: "󰳧";
}

.mdi-alert-outline::before {
	content: "󰀪";
}

.mdi-alert-plus::before {
	content: "󱒺";
}

.mdi-alert-plus-outline::before {
	content: "󱒽";
}

.mdi-alert-remove::before {
	content: "󱒼";
}

.mdi-alert-remove-outline::before {
	content: "󱒿";
}

.mdi-alert-rhombus::before {
	content: "󱇎";
}

.mdi-alert-rhombus-outline::before {
	content: "󱇏";
}

.mdi-alien::before {
	content: "󰢚";
}

.mdi-alien-outline::before {
	content: "󱃋";
}

.mdi-align-horizontal-center::before {
	content: "󱇃";
}

.mdi-align-horizontal-left::before {
	content: "󱇂";
}

.mdi-align-horizontal-right::before {
	content: "󱇄";
}

.mdi-align-vertical-bottom::before {
	content: "󱇅";
}

.mdi-align-vertical-center::before {
	content: "󱇆";
}

.mdi-align-vertical-top::before {
	content: "󱇇";
}

.mdi-all-inclusive::before {
	content: "󰚾";
}

.mdi-allergy::before {
	content: "󱉘";
}

.mdi-alpha::before {
	content: "󰀫";
}

.mdi-alpha-a::before {
	content: "󰫮";
}

.mdi-alpha-a-box::before {
	content: "󰬈";
}

.mdi-alpha-a-box-outline::before {
	content: "󰯫";
}

.mdi-alpha-a-circle::before {
	content: "󰯬";
}

.mdi-alpha-a-circle-outline::before {
	content: "󰯭";
}

.mdi-alpha-b::before {
	content: "󰫯";
}

.mdi-alpha-b-box::before {
	content: "󰬉";
}

.mdi-alpha-b-box-outline::before {
	content: "󰯮";
}

.mdi-alpha-b-circle::before {
	content: "󰯯";
}

.mdi-alpha-b-circle-outline::before {
	content: "󰯰";
}

.mdi-alpha-c::before {
	content: "󰫰";
}

.mdi-alpha-c-box::before {
	content: "󰬊";
}

.mdi-alpha-c-box-outline::before {
	content: "󰯱";
}

.mdi-alpha-c-circle::before {
	content: "󰯲";
}

.mdi-alpha-c-circle-outline::before {
	content: "󰯳";
}

.mdi-alpha-d::before {
	content: "󰫱";
}

.mdi-alpha-d-box::before {
	content: "󰬋";
}

.mdi-alpha-d-box-outline::before {
	content: "󰯴";
}

.mdi-alpha-d-circle::before {
	content: "󰯵";
}

.mdi-alpha-d-circle-outline::before {
	content: "󰯶";
}

.mdi-alpha-e::before {
	content: "󰫲";
}

.mdi-alpha-e-box::before {
	content: "󰬌";
}

.mdi-alpha-e-box-outline::before {
	content: "󰯷";
}

.mdi-alpha-e-circle::before {
	content: "󰯸";
}

.mdi-alpha-e-circle-outline::before {
	content: "󰯹";
}

.mdi-alpha-f::before {
	content: "󰫳";
}

.mdi-alpha-f-box::before {
	content: "󰬍";
}

.mdi-alpha-f-box-outline::before {
	content: "󰯺";
}

.mdi-alpha-f-circle::before {
	content: "󰯻";
}

.mdi-alpha-f-circle-outline::before {
	content: "󰯼";
}

.mdi-alpha-g::before {
	content: "󰫴";
}

.mdi-alpha-g-box::before {
	content: "󰬎";
}

.mdi-alpha-g-box-outline::before {
	content: "󰯽";
}

.mdi-alpha-g-circle::before {
	content: "󰯾";
}

.mdi-alpha-g-circle-outline::before {
	content: "󰯿";
}

.mdi-alpha-h::before {
	content: "󰫵";
}

.mdi-alpha-h-box::before {
	content: "󰬏";
}

.mdi-alpha-h-box-outline::before {
	content: "󰰀";
}

.mdi-alpha-h-circle::before {
	content: "󰰁";
}

.mdi-alpha-h-circle-outline::before {
	content: "󰰂";
}

.mdi-alpha-i::before {
	content: "󰫶";
}

.mdi-alpha-i-box::before {
	content: "󰬐";
}

.mdi-alpha-i-box-outline::before {
	content: "󰰃";
}

.mdi-alpha-i-circle::before {
	content: "󰰄";
}

.mdi-alpha-i-circle-outline::before {
	content: "󰰅";
}

.mdi-alpha-j::before {
	content: "󰫷";
}

.mdi-alpha-j-box::before {
	content: "󰬑";
}

.mdi-alpha-j-box-outline::before {
	content: "󰰆";
}

.mdi-alpha-j-circle::before {
	content: "󰰇";
}

.mdi-alpha-j-circle-outline::before {
	content: "󰰈";
}

.mdi-alpha-k::before {
	content: "󰫸";
}

.mdi-alpha-k-box::before {
	content: "󰬒";
}

.mdi-alpha-k-box-outline::before {
	content: "󰰉";
}

.mdi-alpha-k-circle::before {
	content: "󰰊";
}

.mdi-alpha-k-circle-outline::before {
	content: "󰰋";
}

.mdi-alpha-l::before {
	content: "󰫹";
}

.mdi-alpha-l-box::before {
	content: "󰬓";
}

.mdi-alpha-l-box-outline::before {
	content: "󰰌";
}

.mdi-alpha-l-circle::before {
	content: "󰰍";
}

.mdi-alpha-l-circle-outline::before {
	content: "󰰎";
}

.mdi-alpha-m::before {
	content: "󰫺";
}

.mdi-alpha-m-box::before {
	content: "󰬔";
}

.mdi-alpha-m-box-outline::before {
	content: "󰰏";
}

.mdi-alpha-m-circle::before {
	content: "󰰐";
}

.mdi-alpha-m-circle-outline::before {
	content: "󰰑";
}

.mdi-alpha-n::before {
	content: "󰫻";
}

.mdi-alpha-n-box::before {
	content: "󰬕";
}

.mdi-alpha-n-box-outline::before {
	content: "󰰒";
}

.mdi-alpha-n-circle::before {
	content: "󰰓";
}

.mdi-alpha-n-circle-outline::before {
	content: "󰰔";
}

.mdi-alpha-o::before {
	content: "󰫼";
}

.mdi-alpha-o-box::before {
	content: "󰬖";
}

.mdi-alpha-o-box-outline::before {
	content: "󰰕";
}

.mdi-alpha-o-circle::before {
	content: "󰰖";
}

.mdi-alpha-o-circle-outline::before {
	content: "󰰗";
}

.mdi-alpha-p::before {
	content: "󰫽";
}

.mdi-alpha-p-box::before {
	content: "󰬗";
}

.mdi-alpha-p-box-outline::before {
	content: "󰰘";
}

.mdi-alpha-p-circle::before {
	content: "󰰙";
}

.mdi-alpha-p-circle-outline::before {
	content: "󰰚";
}

.mdi-alpha-q::before {
	content: "󰫾";
}

.mdi-alpha-q-box::before {
	content: "󰬘";
}

.mdi-alpha-q-box-outline::before {
	content: "󰰛";
}

.mdi-alpha-q-circle::before {
	content: "󰰜";
}

.mdi-alpha-q-circle-outline::before {
	content: "󰰝";
}

.mdi-alpha-r::before {
	content: "󰫿";
}

.mdi-alpha-r-box::before {
	content: "󰬙";
}

.mdi-alpha-r-box-outline::before {
	content: "󰰞";
}

.mdi-alpha-r-circle::before {
	content: "󰰟";
}

.mdi-alpha-r-circle-outline::before {
	content: "󰰠";
}

.mdi-alpha-s::before {
	content: "󰬀";
}

.mdi-alpha-s-box::before {
	content: "󰬚";
}

.mdi-alpha-s-box-outline::before {
	content: "󰰡";
}

.mdi-alpha-s-circle::before {
	content: "󰰢";
}

.mdi-alpha-s-circle-outline::before {
	content: "󰰣";
}

.mdi-alpha-t::before {
	content: "󰬁";
}

.mdi-alpha-t-box::before {
	content: "󰬛";
}

.mdi-alpha-t-box-outline::before {
	content: "󰰤";
}

.mdi-alpha-t-circle::before {
	content: "󰰥";
}

.mdi-alpha-t-circle-outline::before {
	content: "󰰦";
}

.mdi-alpha-u::before {
	content: "󰬂";
}

.mdi-alpha-u-box::before {
	content: "󰬜";
}

.mdi-alpha-u-box-outline::before {
	content: "󰰧";
}

.mdi-alpha-u-circle::before {
	content: "󰰨";
}

.mdi-alpha-u-circle-outline::before {
	content: "󰰩";
}

.mdi-alpha-v::before {
	content: "󰬃";
}

.mdi-alpha-v-box::before {
	content: "󰬝";
}

.mdi-alpha-v-box-outline::before {
	content: "󰰪";
}

.mdi-alpha-v-circle::before {
	content: "󰰫";
}

.mdi-alpha-v-circle-outline::before {
	content: "󰰬";
}

.mdi-alpha-w::before {
	content: "󰬄";
}

.mdi-alpha-w-box::before {
	content: "󰬞";
}

.mdi-alpha-w-box-outline::before {
	content: "󰰭";
}

.mdi-alpha-w-circle::before {
	content: "󰰮";
}

.mdi-alpha-w-circle-outline::before {
	content: "󰰯";
}

.mdi-alpha-x::before {
	content: "󰬅";
}

.mdi-alpha-x-box::before {
	content: "󰬟";
}

.mdi-alpha-x-box-outline::before {
	content: "󰰰";
}

.mdi-alpha-x-circle::before {
	content: "󰰱";
}

.mdi-alpha-x-circle-outline::before {
	content: "󰰲";
}

.mdi-alpha-y::before {
	content: "󰬆";
}

.mdi-alpha-y-box::before {
	content: "󰬠";
}

.mdi-alpha-y-box-outline::before {
	content: "󰰳";
}

.mdi-alpha-y-circle::before {
	content: "󰰴";
}

.mdi-alpha-y-circle-outline::before {
	content: "󰰵";
}

.mdi-alpha-z::before {
	content: "󰬇";
}

.mdi-alpha-z-box::before {
	content: "󰬡";
}

.mdi-alpha-z-box-outline::before {
	content: "󰰶";
}

.mdi-alpha-z-circle::before {
	content: "󰰷";
}

.mdi-alpha-z-circle-outline::before {
	content: "󰰸";
}

.mdi-alphabet-aurebesh::before {
	content: "󱌬";
}

.mdi-alphabet-cyrillic::before {
	content: "󱌭";
}

.mdi-alphabet-greek::before {
	content: "󱌮";
}

.mdi-alphabet-latin::before {
	content: "󱌯";
}

.mdi-alphabet-piqad::before {
	content: "󱌰";
}

.mdi-alphabet-tengwar::before {
	content: "󱌷";
}

.mdi-alphabetical::before {
	content: "󰀬";
}

.mdi-alphabetical-off::before {
	content: "󱀌";
}

.mdi-alphabetical-variant::before {
	content: "󱀍";
}

.mdi-alphabetical-variant-off::before {
	content: "󱀎";
}

.mdi-altimeter::before {
	content: "󰗗";
}

.mdi-amazon::before {
	content: "󰀭";
}

.mdi-amazon-alexa::before {
	content: "󰣆";
}

.mdi-ambulance::before {
	content: "󰀯";
}

.mdi-ammunition::before {
	content: "󰳨";
}

.mdi-ampersand::before {
	content: "󰪍";
}

.mdi-amplifier::before {
	content: "󰀰";
}

.mdi-amplifier-off::before {
	content: "󱆵";
}

.mdi-anchor::before {
	content: "󰀱";
}

.mdi-android::before {
	content: "󰀲";
}

.mdi-android-auto::before {
	content: "󰪎";
}

.mdi-android-debug-bridge::before {
	content: "󰀳";
}

.mdi-android-messages::before {
	content: "󰵅";
}

.mdi-android-studio::before {
	content: "󰀴";
}

.mdi-angle-acute::before {
	content: "󰤷";
}

.mdi-angle-obtuse::before {
	content: "󰤸";
}

.mdi-angle-right::before {
	content: "󰤹";
}

.mdi-angular::before {
	content: "󰚲";
}

.mdi-angularjs::before {
	content: "󰚿";
}

.mdi-animation::before {
	content: "󰗘";
}

.mdi-animation-outline::before {
	content: "󰪏";
}

.mdi-animation-play::before {
	content: "󰤺";
}

.mdi-animation-play-outline::before {
	content: "󰪐";
}

.mdi-ansible::before {
	content: "󱂚";
}

.mdi-antenna::before {
	content: "󱄙";
}

.mdi-anvil::before {
	content: "󰢛";
}

.mdi-apache-kafka::before {
	content: "󱀏";
}

.mdi-api::before {
	content: "󱂛";
}

.mdi-api-off::before {
	content: "󱉗";
}

.mdi-apple::before {
	content: "󰀵";
}

.mdi-apple-airplay::before {
	content: "󰀟";
}

.mdi-apple-finder::before {
	content: "󰀶";
}

.mdi-apple-icloud::before {
	content: "󰀸";
}

.mdi-apple-ios::before {
	content: "󰀷";
}

.mdi-apple-keyboard-caps::before {
	content: "󰘲";
}

.mdi-apple-keyboard-command::before {
	content: "󰘳";
}

.mdi-apple-keyboard-control::before {
	content: "󰘴";
}

.mdi-apple-keyboard-option::before {
	content: "󰘵";
}

.mdi-apple-keyboard-shift::before {
	content: "󰘶";
}

.mdi-apple-safari::before {
	content: "󰀹";
}

.mdi-application::before {
	content: "󰘔";
}

.mdi-application-export::before {
	content: "󰶭";
}

.mdi-application-import::before {
	content: "󰶮";
}

.mdi-approximately-equal::before {
	content: "󰾞";
}

.mdi-approximately-equal-box::before {
	content: "󰾟";
}

.mdi-apps::before {
	content: "󰀻";
}

.mdi-apps-box::before {
	content: "󰵆";
}

.mdi-arch::before {
	content: "󰣇";
}

.mdi-archive::before {
	content: "󰀼";
}

.mdi-archive-arrow-down::before {
	content: "󱉙";
}

.mdi-archive-arrow-down-outline::before {
	content: "󱉚";
}

.mdi-archive-arrow-up::before {
	content: "󱉛";
}

.mdi-archive-arrow-up-outline::before {
	content: "󱉜";
}

.mdi-archive-outline::before {
	content: "󱈎";
}

.mdi-arm-flex::before {
	content: "󰿗";
}

.mdi-arm-flex-outline::before {
	content: "󰿖";
}

.mdi-arrange-bring-forward::before {
	content: "󰀽";
}

.mdi-arrange-bring-to-front::before {
	content: "󰀾";
}

.mdi-arrange-send-backward::before {
	content: "󰀿";
}

.mdi-arrange-send-to-back::before {
	content: "󰁀";
}

.mdi-arrow-all::before {
	content: "󰁁";
}

.mdi-arrow-bottom-left::before {
	content: "󰁂";
}

.mdi-arrow-bottom-left-bold-outline::before {
	content: "󰦷";
}

.mdi-arrow-bottom-left-thick::before {
	content: "󰦸";
}

.mdi-arrow-bottom-right::before {
	content: "󰁃";
}

.mdi-arrow-bottom-right-bold-outline::before {
	content: "󰦹";
}

.mdi-arrow-bottom-right-thick::before {
	content: "󰦺";
}

.mdi-arrow-collapse::before {
	content: "󰘕";
}

.mdi-arrow-collapse-all::before {
	content: "󰁄";
}

.mdi-arrow-collapse-down::before {
	content: "󰞒";
}

.mdi-arrow-collapse-horizontal::before {
	content: "󰡌";
}

.mdi-arrow-collapse-left::before {
	content: "󰞓";
}

.mdi-arrow-collapse-right::before {
	content: "󰞔";
}

.mdi-arrow-collapse-up::before {
	content: "󰞕";
}

.mdi-arrow-collapse-vertical::before {
	content: "󰡍";
}

.mdi-arrow-decision::before {
	content: "󰦻";
}

.mdi-arrow-decision-auto::before {
	content: "󰦼";
}

.mdi-arrow-decision-auto-outline::before {
	content: "󰦽";
}

.mdi-arrow-decision-outline::before {
	content: "󰦾";
}

.mdi-arrow-down::before {
	content: "󰁅";
}

.mdi-arrow-down-bold::before {
	content: "󰜮";
}

.mdi-arrow-down-bold-box::before {
	content: "󰜯";
}

.mdi-arrow-down-bold-box-outline::before {
	content: "󰜰";
}

.mdi-arrow-down-bold-circle::before {
	content: "󰁇";
}

.mdi-arrow-down-bold-circle-outline::before {
	content: "󰁈";
}

.mdi-arrow-down-bold-hexagon-outline::before {
	content: "󰁉";
}

.mdi-arrow-down-bold-outline::before {
	content: "󰦿";
}

.mdi-arrow-down-box::before {
	content: "󰛀";
}

.mdi-arrow-down-circle::before {
	content: "󰳛";
}

.mdi-arrow-down-circle-outline::before {
	content: "󰳜";
}

.mdi-arrow-down-drop-circle::before {
	content: "󰁊";
}

.mdi-arrow-down-drop-circle-outline::before {
	content: "󰁋";
}

.mdi-arrow-down-thick::before {
	content: "󰁆";
}

.mdi-arrow-expand::before {
	content: "󰘖";
}

.mdi-arrow-expand-all::before {
	content: "󰁌";
}

.mdi-arrow-expand-down::before {
	content: "󰞖";
}

.mdi-arrow-expand-horizontal::before {
	content: "󰡎";
}

.mdi-arrow-expand-left::before {
	content: "󰞗";
}

.mdi-arrow-expand-right::before {
	content: "󰞘";
}

.mdi-arrow-expand-up::before {
	content: "󰞙";
}

.mdi-arrow-expand-vertical::before {
	content: "󰡏";
}

.mdi-arrow-horizontal-lock::before {
	content: "󱅛";
}

.mdi-arrow-left::before {
	content: "󰁍";
}

.mdi-arrow-left-bold::before {
	content: "󰜱";
}

.mdi-arrow-left-bold-box::before {
	content: "󰜲";
}

.mdi-arrow-left-bold-box-outline::before {
	content: "󰜳";
}

.mdi-arrow-left-bold-circle::before {
	content: "󰁏";
}

.mdi-arrow-left-bold-circle-outline::before {
	content: "󰁐";
}

.mdi-arrow-left-bold-hexagon-outline::before {
	content: "󰁑";
}

.mdi-arrow-left-bold-outline::before {
	content: "󰧀";
}

.mdi-arrow-left-box::before {
	content: "󰛁";
}

.mdi-arrow-left-circle::before {
	content: "󰳝";
}

.mdi-arrow-left-circle-outline::before {
	content: "󰳞";
}

.mdi-arrow-left-drop-circle::before {
	content: "󰁒";
}

.mdi-arrow-left-drop-circle-outline::before {
	content: "󰁓";
}

.mdi-arrow-left-right::before {
	content: "󰹳";
}

.mdi-arrow-left-right-bold::before {
	content: "󰹴";
}

.mdi-arrow-left-right-bold-outline::before {
	content: "󰧁";
}

.mdi-arrow-left-thick::before {
	content: "󰁎";
}

.mdi-arrow-right::before {
	content: "󰁔";
}

.mdi-arrow-right-bold::before {
	content: "󰜴";
}

.mdi-arrow-right-bold-box::before {
	content: "󰜵";
}

.mdi-arrow-right-bold-box-outline::before {
	content: "󰜶";
}

.mdi-arrow-right-bold-circle::before {
	content: "󰁖";
}

.mdi-arrow-right-bold-circle-outline::before {
	content: "󰁗";
}

.mdi-arrow-right-bold-hexagon-outline::before {
	content: "󰁘";
}

.mdi-arrow-right-bold-outline::before {
	content: "󰧂";
}

.mdi-arrow-right-box::before {
	content: "󰛂";
}

.mdi-arrow-right-circle::before {
	content: "󰳟";
}

.mdi-arrow-right-circle-outline::before {
	content: "󰳠";
}

.mdi-arrow-right-drop-circle::before {
	content: "󰁙";
}

.mdi-arrow-right-drop-circle-outline::before {
	content: "󰁚";
}

.mdi-arrow-right-thick::before {
	content: "󰁕";
}

.mdi-arrow-split-horizontal::before {
	content: "󰤻";
}

.mdi-arrow-split-vertical::before {
	content: "󰤼";
}

.mdi-arrow-top-left::before {
	content: "󰁛";
}

.mdi-arrow-top-left-bold-outline::before {
	content: "󰧃";
}

.mdi-arrow-top-left-bottom-right::before {
	content: "󰹵";
}

.mdi-arrow-top-left-bottom-right-bold::before {
	content: "󰹶";
}

.mdi-arrow-top-left-thick::before {
	content: "󰧄";
}

.mdi-arrow-top-right::before {
	content: "󰁜";
}

.mdi-arrow-top-right-bold-outline::before {
	content: "󰧅";
}

.mdi-arrow-top-right-bottom-left::before {
	content: "󰹷";
}

.mdi-arrow-top-right-bottom-left-bold::before {
	content: "󰹸";
}

.mdi-arrow-top-right-thick::before {
	content: "󰧆";
}

.mdi-arrow-up::before {
	content: "󰁝";
}

.mdi-arrow-up-bold::before {
	content: "󰜷";
}

.mdi-arrow-up-bold-box::before {
	content: "󰜸";
}

.mdi-arrow-up-bold-box-outline::before {
	content: "󰜹";
}

.mdi-arrow-up-bold-circle::before {
	content: "󰁟";
}

.mdi-arrow-up-bold-circle-outline::before {
	content: "󰁠";
}

.mdi-arrow-up-bold-hexagon-outline::before {
	content: "󰁡";
}

.mdi-arrow-up-bold-outline::before {
	content: "󰧇";
}

.mdi-arrow-up-box::before {
	content: "󰛃";
}

.mdi-arrow-up-circle::before {
	content: "󰳡";
}

.mdi-arrow-up-circle-outline::before {
	content: "󰳢";
}

.mdi-arrow-up-down::before {
	content: "󰹹";
}

.mdi-arrow-up-down-bold::before {
	content: "󰹺";
}

.mdi-arrow-up-down-bold-outline::before {
	content: "󰧈";
}

.mdi-arrow-up-drop-circle::before {
	content: "󰁢";
}

.mdi-arrow-up-drop-circle-outline::before {
	content: "󰁣";
}

.mdi-arrow-up-thick::before {
	content: "󰁞";
}

.mdi-arrow-vertical-lock::before {
	content: "󱅜";
}

.mdi-artstation::before {
	content: "󰭛";
}

.mdi-aspect-ratio::before {
	content: "󰨤";
}

.mdi-assistant::before {
	content: "󰁤";
}

.mdi-asterisk::before {
	content: "󰛄";
}

.mdi-at::before {
	content: "󰁥";
}

.mdi-atlassian::before {
	content: "󰠄";
}

.mdi-atm::before {
	content: "󰵇";
}

.mdi-atom::before {
	content: "󰝨";
}

.mdi-atom-variant::before {
	content: "󰹻";
}

.mdi-attachment::before {
	content: "󰁦";
}

.mdi-audio-video::before {
	content: "󰤽";
}

.mdi-audio-video-off::before {
	content: "󱆶";
}

.mdi-augmented-reality::before {
	content: "󰡐";
}

.mdi-auto-download::before {
	content: "󱍾";
}

.mdi-auto-fix::before {
	content: "󰁨";
}

.mdi-auto-upload::before {
	content: "󰁩";
}

.mdi-autorenew::before {
	content: "󰁪";
}

.mdi-av-timer::before {
	content: "󰁫";
}

.mdi-aws::before {
	content: "󰸏";
}

.mdi-axe::before {
	content: "󰣈";
}

.mdi-axis::before {
	content: "󰵈";
}

.mdi-axis-arrow::before {
	content: "󰵉";
}

.mdi-axis-arrow-info::before {
	content: "󱐎";
}

.mdi-axis-arrow-lock::before {
	content: "󰵊";
}

.mdi-axis-lock::before {
	content: "󰵋";
}

.mdi-axis-x-arrow::before {
	content: "󰵌";
}

.mdi-axis-x-arrow-lock::before {
	content: "󰵍";
}

.mdi-axis-x-rotate-clockwise::before {
	content: "󰵎";
}

.mdi-axis-x-rotate-counterclockwise::before {
	content: "󰵏";
}

.mdi-axis-x-y-arrow-lock::before {
	content: "󰵐";
}

.mdi-axis-y-arrow::before {
	content: "󰵑";
}

.mdi-axis-y-arrow-lock::before {
	content: "󰵒";
}

.mdi-axis-y-rotate-clockwise::before {
	content: "󰵓";
}

.mdi-axis-y-rotate-counterclockwise::before {
	content: "󰵔";
}

.mdi-axis-z-arrow::before {
	content: "󰵕";
}

.mdi-axis-z-arrow-lock::before {
	content: "󰵖";
}

.mdi-axis-z-rotate-clockwise::before {
	content: "󰵗";
}

.mdi-axis-z-rotate-counterclockwise::before {
	content: "󰵘";
}

.mdi-babel::before {
	content: "󰨥";
}

.mdi-baby::before {
	content: "󰁬";
}

.mdi-baby-bottle::before {
	content: "󰼹";
}

.mdi-baby-bottle-outline::before {
	content: "󰼺";
}

.mdi-baby-buggy::before {
	content: "󱏠";
}

.mdi-baby-carriage::before {
	content: "󰚏";
}

.mdi-baby-carriage-off::before {
	content: "󰾠";
}

.mdi-baby-face::before {
	content: "󰹼";
}

.mdi-baby-face-outline::before {
	content: "󰹽";
}

.mdi-backburger::before {
	content: "󰁭";
}

.mdi-backspace::before {
	content: "󰁮";
}

.mdi-backspace-outline::before {
	content: "󰭜";
}

.mdi-backspace-reverse::before {
	content: "󰹾";
}

.mdi-backspace-reverse-outline::before {
	content: "󰹿";
}

.mdi-backup-restore::before {
	content: "󰁯";
}

.mdi-bacteria::before {
	content: "󰻕";
}

.mdi-bacteria-outline::before {
	content: "󰻖";
}

.mdi-badge-account::before {
	content: "󰶧";
}

.mdi-badge-account-alert::before {
	content: "󰶨";
}

.mdi-badge-account-alert-outline::before {
	content: "󰶩";
}

.mdi-badge-account-horizontal::before {
	content: "󰸍";
}

.mdi-badge-account-horizontal-outline::before {
	content: "󰸎";
}

.mdi-badge-account-outline::before {
	content: "󰶪";
}

.mdi-badminton::before {
	content: "󰡑";
}

.mdi-bag-carry-on::before {
	content: "󰼻";
}

.mdi-bag-carry-on-check::before {
	content: "󰵥";
}

.mdi-bag-carry-on-off::before {
	content: "󰼼";
}

.mdi-bag-checked::before {
	content: "󰼽";
}

.mdi-bag-personal::before {
	content: "󰸐";
}

.mdi-bag-personal-off::before {
	content: "󰸑";
}

.mdi-bag-personal-off-outline::before {
	content: "󰸒";
}

.mdi-bag-personal-outline::before {
	content: "󰸓";
}

.mdi-baguette::before {
	content: "󰼾";
}

.mdi-balloon::before {
	content: "󰨦";
}

.mdi-ballot::before {
	content: "󰧉";
}

.mdi-ballot-outline::before {
	content: "󰧊";
}

.mdi-ballot-recount::before {
	content: "󰰹";
}

.mdi-ballot-recount-outline::before {
	content: "󰰺";
}

.mdi-bandage::before {
	content: "󰶯";
}

.mdi-bandcamp::before {
	content: "󰙵";
}

.mdi-bank::before {
	content: "󰁰";
}

.mdi-bank-minus::before {
	content: "󰶰";
}

.mdi-bank-outline::before {
	content: "󰺀";
}

.mdi-bank-plus::before {
	content: "󰶱";
}

.mdi-bank-remove::before {
	content: "󰶲";
}

.mdi-bank-transfer::before {
	content: "󰨧";
}

.mdi-bank-transfer-in::before {
	content: "󰨨";
}

.mdi-bank-transfer-out::before {
	content: "󰨩";
}

.mdi-barcode::before {
	content: "󰁱";
}

.mdi-barcode-off::before {
	content: "󱈶";
}

.mdi-barcode-scan::before {
	content: "󰁲";
}

.mdi-barley::before {
	content: "󰁳";
}

.mdi-barley-off::before {
	content: "󰭝";
}

.mdi-barn::before {
	content: "󰭞";
}

.mdi-barrel::before {
	content: "󰁴";
}

.mdi-baseball::before {
	content: "󰡒";
}

.mdi-baseball-bat::before {
	content: "󰡓";
}

.mdi-bash::before {
	content: "󱆃";
}

.mdi-basket::before {
	content: "󰁶";
}

.mdi-basket-fill::before {
	content: "󰁷";
}

.mdi-basket-outline::before {
	content: "󱆁";
}

.mdi-basket-unfill::before {
	content: "󰁸";
}

.mdi-basketball::before {
	content: "󰠆";
}

.mdi-basketball-hoop::before {
	content: "󰰻";
}

.mdi-basketball-hoop-outline::before {
	content: "󰰼";
}

.mdi-bat::before {
	content: "󰭟";
}

.mdi-battery::before {
	content: "󰁹";
}

.mdi-battery-10::before {
	content: "󰁺";
}

.mdi-battery-10-bluetooth::before {
	content: "󰤾";
}

.mdi-battery-20::before {
	content: "󰁻";
}

.mdi-battery-20-bluetooth::before {
	content: "󰤿";
}

.mdi-battery-30::before {
	content: "󰁼";
}

.mdi-battery-30-bluetooth::before {
	content: "󰥀";
}

.mdi-battery-40::before {
	content: "󰁽";
}

.mdi-battery-40-bluetooth::before {
	content: "󰥁";
}

.mdi-battery-50::before {
	content: "󰁾";
}

.mdi-battery-50-bluetooth::before {
	content: "󰥂";
}

.mdi-battery-60::before {
	content: "󰁿";
}

.mdi-battery-60-bluetooth::before {
	content: "󰥃";
}

.mdi-battery-70::before {
	content: "󰂀";
}

.mdi-battery-70-bluetooth::before {
	content: "󰥄";
}

.mdi-battery-80::before {
	content: "󰂁";
}

.mdi-battery-80-bluetooth::before {
	content: "󰥅";
}

.mdi-battery-90::before {
	content: "󰂂";
}

.mdi-battery-90-bluetooth::before {
	content: "󰥆";
}

.mdi-battery-alert::before {
	content: "󰂃";
}

.mdi-battery-alert-bluetooth::before {
	content: "󰥇";
}

.mdi-battery-alert-variant::before {
	content: "󱃌";
}

.mdi-battery-alert-variant-outline::before {
	content: "󱃍";
}

.mdi-battery-bluetooth::before {
	content: "󰥈";
}

.mdi-battery-bluetooth-variant::before {
	content: "󰥉";
}

.mdi-battery-charging::before {
	content: "󰂄";
}

.mdi-battery-charging-10::before {
	content: "󰢜";
}

.mdi-battery-charging-100::before {
	content: "󰂅";
}

.mdi-battery-charging-20::before {
	content: "󰂆";
}

.mdi-battery-charging-30::before {
	content: "󰂇";
}

.mdi-battery-charging-40::before {
	content: "󰂈";
}

.mdi-battery-charging-50::before {
	content: "󰢝";
}

.mdi-battery-charging-60::before {
	content: "󰂉";
}

.mdi-battery-charging-70::before {
	content: "󰢞";
}

.mdi-battery-charging-80::before {
	content: "󰂊";
}

.mdi-battery-charging-90::before {
	content: "󰂋";
}

.mdi-battery-charging-high::before {
	content: "󱊦";
}

.mdi-battery-charging-low::before {
	content: "󱊤";
}

.mdi-battery-charging-medium::before {
	content: "󱊥";
}

.mdi-battery-charging-outline::before {
	content: "󰢟";
}

.mdi-battery-charging-wireless::before {
	content: "󰠇";
}

.mdi-battery-charging-wireless-10::before {
	content: "󰠈";
}

.mdi-battery-charging-wireless-20::before {
	content: "󰠉";
}

.mdi-battery-charging-wireless-30::before {
	content: "󰠊";
}

.mdi-battery-charging-wireless-40::before {
	content: "󰠋";
}

.mdi-battery-charging-wireless-50::before {
	content: "󰠌";
}

.mdi-battery-charging-wireless-60::before {
	content: "󰠍";
}

.mdi-battery-charging-wireless-70::before {
	content: "󰠎";
}

.mdi-battery-charging-wireless-80::before {
	content: "󰠏";
}

.mdi-battery-charging-wireless-90::before {
	content: "󰠐";
}

.mdi-battery-charging-wireless-alert::before {
	content: "󰠑";
}

.mdi-battery-charging-wireless-outline::before {
	content: "󰠒";
}

.mdi-battery-heart::before {
	content: "󱈏";
}

.mdi-battery-heart-outline::before {
	content: "󱈐";
}

.mdi-battery-heart-variant::before {
	content: "󱈑";
}

.mdi-battery-high::before {
	content: "󱊣";
}

.mdi-battery-low::before {
	content: "󱊡";
}

.mdi-battery-medium::before {
	content: "󱊢";
}

.mdi-battery-minus::before {
	content: "󰂌";
}

.mdi-battery-negative::before {
	content: "󰂍";
}

.mdi-battery-off::before {
	content: "󱉝";
}

.mdi-battery-off-outline::before {
	content: "󱉞";
}

.mdi-battery-outline::before {
	content: "󰂎";
}

.mdi-battery-plus::before {
	content: "󰂏";
}

.mdi-battery-positive::before {
	content: "󰂐";
}

.mdi-battery-unknown::before {
	content: "󰂑";
}

.mdi-battery-unknown-bluetooth::before {
	content: "󰥊";
}

.mdi-battlenet::before {
	content: "󰭠";
}

.mdi-beach::before {
	content: "󰂒";
}

.mdi-beaker::before {
	content: "󰳪";
}

.mdi-beaker-alert::before {
	content: "󱈩";
}

.mdi-beaker-alert-outline::before {
	content: "󱈪";
}

.mdi-beaker-check::before {
	content: "󱈫";
}

.mdi-beaker-check-outline::before {
	content: "󱈬";
}

.mdi-beaker-minus::before {
	content: "󱈭";
}

.mdi-beaker-minus-outline::before {
	content: "󱈮";
}

.mdi-beaker-outline::before {
	content: "󰚐";
}

.mdi-beaker-plus::before {
	content: "󱈯";
}

.mdi-beaker-plus-outline::before {
	content: "󱈰";
}

.mdi-beaker-question::before {
	content: "󱈱";
}

.mdi-beaker-question-outline::before {
	content: "󱈲";
}

.mdi-beaker-remove::before {
	content: "󱈳";
}

.mdi-beaker-remove-outline::before {
	content: "󱈴";
}

.mdi-bed::before {
	content: "󰋣";
}

.mdi-bed-double::before {
	content: "󰿔";
}

.mdi-bed-double-outline::before {
	content: "󰿓";
}

.mdi-bed-empty::before {
	content: "󰢠";
}

.mdi-bed-king::before {
	content: "󰿒";
}

.mdi-bed-king-outline::before {
	content: "󰿑";
}

.mdi-bed-outline::before {
	content: "󰂙";
}

.mdi-bed-queen::before {
	content: "󰿐";
}

.mdi-bed-queen-outline::before {
	content: "󰿛";
}

.mdi-bed-single::before {
	content: "󱁭";
}

.mdi-bed-single-outline::before {
	content: "󱁮";
}

.mdi-bee::before {
	content: "󰾡";
}

.mdi-bee-flower::before {
	content: "󰾢";
}

.mdi-beehive-off-outline::before {
	content: "󱏭";
}

.mdi-beehive-outline::before {
	content: "󱃎";
}

.mdi-beer::before {
	content: "󰂘";
}

.mdi-beer-outline::before {
	content: "󱌌";
}

.mdi-bell::before {
	content: "󰂚";
}

.mdi-bell-alert::before {
	content: "󰵙";
}

.mdi-bell-alert-outline::before {
	content: "󰺁";
}

.mdi-bell-cancel::before {
	content: "󱏧";
}

.mdi-bell-cancel-outline::before {
	content: "󱏨";
}

.mdi-bell-check::before {
	content: "󱇥";
}

.mdi-bell-check-outline::before {
	content: "󱇦";
}

.mdi-bell-circle::before {
	content: "󰵚";
}

.mdi-bell-circle-outline::before {
	content: "󰵛";
}

.mdi-bell-minus::before {
	content: "󱏩";
}

.mdi-bell-minus-outline::before {
	content: "󱏪";
}

.mdi-bell-off::before {
	content: "󰂛";
}

.mdi-bell-off-outline::before {
	content: "󰪑";
}

.mdi-bell-outline::before {
	content: "󰂜";
}

.mdi-bell-plus::before {
	content: "󰂝";
}

.mdi-bell-plus-outline::before {
	content: "󰪒";
}

.mdi-bell-remove::before {
	content: "󱏫";
}

.mdi-bell-remove-outline::before {
	content: "󱏬";
}

.mdi-bell-ring::before {
	content: "󰂞";
}

.mdi-bell-ring-outline::before {
	content: "󰂟";
}

.mdi-bell-sleep::before {
	content: "󰂠";
}

.mdi-bell-sleep-outline::before {
	content: "󰪓";
}

.mdi-beta::before {
	content: "󰂡";
}

.mdi-betamax::before {
	content: "󰧋";
}

.mdi-biathlon::before {
	content: "󰸔";
}

.mdi-bicycle::before {
	content: "󱂜";
}

.mdi-bicycle-basket::before {
	content: "󱈵";
}

.mdi-bike::before {
	content: "󰂣";
}

.mdi-bike-fast::before {
	content: "󱄟";
}

.mdi-billboard::before {
	content: "󱀐";
}

.mdi-billiards::before {
	content: "󰭡";
}

.mdi-billiards-rack::before {
	content: "󰭢";
}

.mdi-binoculars::before {
	content: "󰂥";
}

.mdi-bio::before {
	content: "󰂦";
}

.mdi-biohazard::before {
	content: "󰂧";
}

.mdi-bitbucket::before {
	content: "󰂨";
}

.mdi-bitcoin::before {
	content: "󰠓";
}

.mdi-black-mesa::before {
	content: "󰂩";
}

.mdi-blender::before {
	content: "󰳫";
}

.mdi-blender-software::before {
	content: "󰂫";
}

.mdi-blinds::before {
	content: "󰂬";
}

.mdi-blinds-open::before {
	content: "󱀑";
}

.mdi-block-helper::before {
	content: "󰂭";
}

.mdi-blogger::before {
	content: "󰂮";
}

.mdi-blood-bag::before {
	content: "󰳬";
}

.mdi-bluetooth::before {
	content: "󰂯";
}

.mdi-bluetooth-audio::before {
	content: "󰂰";
}

.mdi-bluetooth-connect::before {
	content: "󰂱";
}

.mdi-bluetooth-off::before {
	content: "󰂲";
}

.mdi-bluetooth-settings::before {
	content: "󰂳";
}

.mdi-bluetooth-transfer::before {
	content: "󰂴";
}

.mdi-blur::before {
	content: "󰂵";
}

.mdi-blur-linear::before {
	content: "󰂶";
}

.mdi-blur-off::before {
	content: "󰂷";
}

.mdi-blur-radial::before {
	content: "󰂸";
}

.mdi-bolnisi-cross::before {
	content: "󰳭";
}

.mdi-bolt::before {
	content: "󰶳";
}

.mdi-bomb::before {
	content: "󰚑";
}

.mdi-bomb-off::before {
	content: "󰛅";
}

.mdi-bone::before {
	content: "󰂹";
}

.mdi-book::before {
	content: "󰂺";
}

.mdi-book-account::before {
	content: "󱎭";
}

.mdi-book-account-outline::before {
	content: "󱎮";
}

.mdi-book-alphabet::before {
	content: "󰘝";
}

.mdi-book-cross::before {
	content: "󰂢";
}

.mdi-book-information-variant::before {
	content: "󱁯";
}

.mdi-book-lock::before {
	content: "󰞚";
}

.mdi-book-lock-open::before {
	content: "󰞛";
}

.mdi-book-minus::before {
	content: "󰗙";
}

.mdi-book-minus-multiple::before {
	content: "󰪔";
}

.mdi-book-minus-multiple-outline::before {
	content: "󰤋";
}

.mdi-book-multiple::before {
	content: "󰂻";
}

.mdi-book-multiple-outline::before {
	content: "󰐶";
}

.mdi-book-music::before {
	content: "󰁧";
}

.mdi-book-open::before {
	content: "󰂽";
}

.mdi-book-open-outline::before {
	content: "󰭣";
}

.mdi-book-open-page-variant::before {
	content: "󰗚";
}

.mdi-book-open-variant::before {
	content: "󰂾";
}

.mdi-book-outline::before {
	content: "󰭤";
}

.mdi-book-play::before {
	content: "󰺂";
}

.mdi-book-play-outline::before {
	content: "󰺃";
}

.mdi-book-plus::before {
	content: "󰗛";
}

.mdi-book-plus-multiple::before {
	content: "󰪕";
}

.mdi-book-plus-multiple-outline::before {
	content: "󰫞";
}

.mdi-book-remove::before {
	content: "󰪗";
}

.mdi-book-remove-multiple::before {
	content: "󰪖";
}

.mdi-book-remove-multiple-outline::before {
	content: "󰓊";
}

.mdi-book-search::before {
	content: "󰺄";
}

.mdi-book-search-outline::before {
	content: "󰺅";
}

.mdi-book-variant::before {
	content: "󰂿";
}

.mdi-book-variant-multiple::before {
	content: "󰂼";
}

.mdi-bookmark::before {
	content: "󰃀";
}

.mdi-bookmark-check::before {
	content: "󰃁";
}

.mdi-bookmark-check-outline::before {
	content: "󱍻";
}

.mdi-bookmark-minus::before {
	content: "󰧌";
}

.mdi-bookmark-minus-outline::before {
	content: "󰧍";
}

.mdi-bookmark-multiple::before {
	content: "󰸕";
}

.mdi-bookmark-multiple-outline::before {
	content: "󰸖";
}

.mdi-bookmark-music::before {
	content: "󰃂";
}

.mdi-bookmark-music-outline::before {
	content: "󱍹";
}

.mdi-bookmark-off::before {
	content: "󰧎";
}

.mdi-bookmark-off-outline::before {
	content: "󰧏";
}

.mdi-bookmark-outline::before {
	content: "󰃃";
}

.mdi-bookmark-plus::before {
	content: "󰃅";
}

.mdi-bookmark-plus-outline::before {
	content: "󰃄";
}

.mdi-bookmark-remove::before {
	content: "󰃆";
}

.mdi-bookmark-remove-outline::before {
	content: "󱍺";
}

.mdi-bookshelf::before {
	content: "󱉟";
}

.mdi-boom-gate::before {
	content: "󰺆";
}

.mdi-boom-gate-alert::before {
	content: "󰺇";
}

.mdi-boom-gate-alert-outline::before {
	content: "󰺈";
}

.mdi-boom-gate-down::before {
	content: "󰺉";
}

.mdi-boom-gate-down-outline::before {
	content: "󰺊";
}

.mdi-boom-gate-outline::before {
	content: "󰺋";
}

.mdi-boom-gate-up::before {
	content: "󰺌";
}

.mdi-boom-gate-up-outline::before {
	content: "󰺍";
}

.mdi-boombox::before {
	content: "󰗜";
}

.mdi-boomerang::before {
	content: "󱃏";
}

.mdi-bootstrap::before {
	content: "󰛆";
}

.mdi-border-all::before {
	content: "󰃇";
}

.mdi-border-all-variant::before {
	content: "󰢡";
}

.mdi-border-bottom::before {
	content: "󰃈";
}

.mdi-border-bottom-variant::before {
	content: "󰢢";
}

.mdi-border-color::before {
	content: "󰃉";
}

.mdi-border-horizontal::before {
	content: "󰃊";
}

.mdi-border-inside::before {
	content: "󰃋";
}

.mdi-border-left::before {
	content: "󰃌";
}

.mdi-border-left-variant::before {
	content: "󰢣";
}

.mdi-border-none::before {
	content: "󰃍";
}

.mdi-border-none-variant::before {
	content: "󰢤";
}

.mdi-border-outside::before {
	content: "󰃎";
}

.mdi-border-right::before {
	content: "󰃏";
}

.mdi-border-right-variant::before {
	content: "󰢥";
}

.mdi-border-style::before {
	content: "󰃐";
}

.mdi-border-top::before {
	content: "󰃑";
}

.mdi-border-top-variant::before {
	content: "󰢦";
}

.mdi-border-vertical::before {
	content: "󰃒";
}

.mdi-bottle-soda::before {
	content: "󱁰";
}

.mdi-bottle-soda-classic::before {
	content: "󱁱";
}

.mdi-bottle-soda-classic-outline::before {
	content: "󱍣";
}

.mdi-bottle-soda-outline::before {
	content: "󱁲";
}

.mdi-bottle-tonic::before {
	content: "󱄮";
}

.mdi-bottle-tonic-outline::before {
	content: "󱄯";
}

.mdi-bottle-tonic-plus::before {
	content: "󱄰";
}

.mdi-bottle-tonic-plus-outline::before {
	content: "󱄱";
}

.mdi-bottle-tonic-skull::before {
	content: "󱄲";
}

.mdi-bottle-tonic-skull-outline::before {
	content: "󱄳";
}

.mdi-bottle-wine::before {
	content: "󰡔";
}

.mdi-bottle-wine-outline::before {
	content: "󱌐";
}

.mdi-bow-tie::before {
	content: "󰙸";
}

.mdi-bowl::before {
	content: "󰊎";
}

.mdi-bowl-mix::before {
	content: "󰘗";
}

.mdi-bowl-mix-outline::before {
	content: "󰋤";
}

.mdi-bowl-outline::before {
	content: "󰊩";
}

.mdi-bowling::before {
	content: "󰃓";
}

.mdi-box::before {
	content: "󰃔";
}

.mdi-box-cutter::before {
	content: "󰃕";
}

.mdi-box-cutter-off::before {
	content: "󰭊";
}

.mdi-box-shadow::before {
	content: "󰘷";
}

.mdi-boxing-glove::before {
	content: "󰭥";
}

.mdi-braille::before {
	content: "󰧐";
}

.mdi-brain::before {
	content: "󰧑";
}

.mdi-bread-slice::before {
	content: "󰳮";
}

.mdi-bread-slice-outline::before {
	content: "󰳯";
}

.mdi-bridge::before {
	content: "󰘘";
}

.mdi-briefcase::before {
	content: "󰃖";
}

.mdi-briefcase-account::before {
	content: "󰳰";
}

.mdi-briefcase-account-outline::before {
	content: "󰳱";
}

.mdi-briefcase-check::before {
	content: "󰃗";
}

.mdi-briefcase-check-outline::before {
	content: "󱌞";
}

.mdi-briefcase-clock::before {
	content: "󱃐";
}

.mdi-briefcase-clock-outline::before {
	content: "󱃑";
}

.mdi-briefcase-download::before {
	content: "󰃘";
}

.mdi-briefcase-download-outline::before {
	content: "󰰽";
}

.mdi-briefcase-edit::before {
	content: "󰪘";
}

.mdi-briefcase-edit-outline::before {
	content: "󰰾";
}

.mdi-briefcase-minus::before {
	content: "󰨪";
}

.mdi-briefcase-minus-outline::before {
	content: "󰰿";
}

.mdi-briefcase-outline::before {
	content: "󰠔";
}

.mdi-briefcase-plus::before {
	content: "󰨫";
}

.mdi-briefcase-plus-outline::before {
	content: "󰱀";
}

.mdi-briefcase-remove::before {
	content: "󰨬";
}

.mdi-briefcase-remove-outline::before {
	content: "󰱁";
}

.mdi-briefcase-search::before {
	content: "󰨭";
}

.mdi-briefcase-search-outline::before {
	content: "󰱂";
}

.mdi-briefcase-upload::before {
	content: "󰃙";
}

.mdi-briefcase-upload-outline::before {
	content: "󰱃";
}

.mdi-briefcase-variant::before {
	content: "󱒔";
}

.mdi-briefcase-variant-outline::before {
	content: "󱒕";
}

.mdi-brightness-1::before {
	content: "󰃚";
}

.mdi-brightness-2::before {
	content: "󰃛";
}

.mdi-brightness-3::before {
	content: "󰃜";
}

.mdi-brightness-4::before {
	content: "󰃝";
}

.mdi-brightness-5::before {
	content: "󰃞";
}

.mdi-brightness-6::before {
	content: "󰃟";
}

.mdi-brightness-7::before {
	content: "󰃠";
}

.mdi-brightness-auto::before {
	content: "󰃡";
}

.mdi-brightness-percent::before {
	content: "󰳲";
}

.mdi-broom::before {
	content: "󰃢";
}

.mdi-brush::before {
	content: "󰃣";
}

.mdi-bucket::before {
	content: "󱐕";
}

.mdi-bucket-outline::before {
	content: "󱐖";
}

.mdi-buddhism::before {
	content: "󰥋";
}

.mdi-buffer::before {
	content: "󰘙";
}

.mdi-buffet::before {
	content: "󰕸";
}

.mdi-bug::before {
	content: "󰃤";
}

.mdi-bug-check::before {
	content: "󰨮";
}

.mdi-bug-check-outline::before {
	content: "󰨯";
}

.mdi-bug-outline::before {
	content: "󰨰";
}

.mdi-bugle::before {
	content: "󰶴";
}

.mdi-bulldozer::before {
	content: "󰬢";
}

.mdi-bullet::before {
	content: "󰳳";
}

.mdi-bulletin-board::before {
	content: "󰃥";
}

.mdi-bullhorn::before {
	content: "󰃦";
}

.mdi-bullhorn-outline::before {
	content: "󰬣";
}

.mdi-bullseye::before {
	content: "󰗝";
}

.mdi-bullseye-arrow::before {
	content: "󰣉";
}

.mdi-bulma::before {
	content: "󱋧";
}

.mdi-bunk-bed::before {
	content: "󱌂";
}

.mdi-bunk-bed-outline::before {
	content: "󰂗";
}

.mdi-bus::before {
	content: "󰃧";
}

.mdi-bus-alert::before {
	content: "󰪙";
}

.mdi-bus-articulated-end::before {
	content: "󰞜";
}

.mdi-bus-articulated-front::before {
	content: "󰞝";
}

.mdi-bus-clock::before {
	content: "󰣊";
}

.mdi-bus-double-decker::before {
	content: "󰞞";
}

.mdi-bus-marker::before {
	content: "󱈒";
}

.mdi-bus-multiple::before {
	content: "󰼿";
}

.mdi-bus-school::before {
	content: "󰞟";
}

.mdi-bus-side::before {
	content: "󰞠";
}

.mdi-bus-stop::before {
	content: "󱀒";
}

.mdi-bus-stop-covered::before {
	content: "󱀓";
}

.mdi-bus-stop-uncovered::before {
	content: "󱀔";
}

.mdi-cable-data::before {
	content: "󱎔";
}

.mdi-cached::before {
	content: "󰃨";
}

.mdi-cactus::before {
	content: "󰶵";
}

.mdi-cake::before {
	content: "󰃩";
}

.mdi-cake-layered::before {
	content: "󰃪";
}

.mdi-cake-variant::before {
	content: "󰃫";
}

.mdi-calculator::before {
	content: "󰃬";
}

.mdi-calculator-variant::before {
	content: "󰪚";
}

.mdi-calendar::before {
	content: "󰃭";
}

.mdi-calendar-account::before {
	content: "󰻗";
}

.mdi-calendar-account-outline::before {
	content: "󰻘";
}

.mdi-calendar-alert::before {
	content: "󰨱";
}

.mdi-calendar-arrow-left::before {
	content: "󱄴";
}

.mdi-calendar-arrow-right::before {
	content: "󱄵";
}

.mdi-calendar-blank::before {
	content: "󰃮";
}

.mdi-calendar-blank-multiple::before {
	content: "󱁳";
}

.mdi-calendar-blank-outline::before {
	content: "󰭦";
}

.mdi-calendar-check::before {
	content: "󰃯";
}

.mdi-calendar-check-outline::before {
	content: "󰱄";
}

.mdi-calendar-clock::before {
	content: "󰃰";
}

.mdi-calendar-edit::before {
	content: "󰢧";
}

.mdi-calendar-export::before {
	content: "󰬤";
}

.mdi-calendar-heart::before {
	content: "󰧒";
}

.mdi-calendar-import::before {
	content: "󰬥";
}

.mdi-calendar-minus::before {
	content: "󰵜";
}

.mdi-calendar-month::before {
	content: "󰸗";
}

.mdi-calendar-month-outline::before {
	content: "󰸘";
}

.mdi-calendar-multiple::before {
	content: "󰃱";
}

.mdi-calendar-multiple-check::before {
	content: "󰃲";
}

.mdi-calendar-multiselect::before {
	content: "󰨲";
}

.mdi-calendar-outline::before {
	content: "󰭧";
}

.mdi-calendar-plus::before {
	content: "󰃳";
}

.mdi-calendar-question::before {
	content: "󰚒";
}

.mdi-calendar-range::before {
	content: "󰙹";
}

.mdi-calendar-range-outline::before {
	content: "󰭨";
}

.mdi-calendar-refresh::before {
	content: "󰇡";
}

.mdi-calendar-refresh-outline::before {
	content: "󰈃";
}

.mdi-calendar-remove::before {
	content: "󰃴";
}

.mdi-calendar-remove-outline::before {
	content: "󰱅";
}

.mdi-calendar-search::before {
	content: "󰥌";
}

.mdi-calendar-star::before {
	content: "󰧓";
}

.mdi-calendar-sync::before {
	content: "󰺎";
}

.mdi-calendar-sync-outline::before {
	content: "󰺏";
}

.mdi-calendar-text::before {
	content: "󰃵";
}

.mdi-calendar-text-outline::before {
	content: "󰱆";
}

.mdi-calendar-today::before {
	content: "󰃶";
}

.mdi-calendar-week::before {
	content: "󰨳";
}

.mdi-calendar-week-begin::before {
	content: "󰨴";
}

.mdi-calendar-weekend::before {
	content: "󰻙";
}

.mdi-calendar-weekend-outline::before {
	content: "󰻚";
}

.mdi-call-made::before {
	content: "󰃷";
}

.mdi-call-merge::before {
	content: "󰃸";
}

.mdi-call-missed::before {
	content: "󰃹";
}

.mdi-call-received::before {
	content: "󰃺";
}

.mdi-call-split::before {
	content: "󰃻";
}

.mdi-camcorder::before {
	content: "󰃼";
}

.mdi-camcorder-off::before {
	content: "󰃿";
}

.mdi-camera::before {
	content: "󰄀";
}

.mdi-camera-account::before {
	content: "󰣋";
}

.mdi-camera-burst::before {
	content: "󰚓";
}

.mdi-camera-control::before {
	content: "󰭩";
}

.mdi-camera-enhance::before {
	content: "󰄁";
}

.mdi-camera-enhance-outline::before {
	content: "󰭪";
}

.mdi-camera-front::before {
	content: "󰄂";
}

.mdi-camera-front-variant::before {
	content: "󰄃";
}

.mdi-camera-gopro::before {
	content: "󰞡";
}

.mdi-camera-image::before {
	content: "󰣌";
}

.mdi-camera-iris::before {
	content: "󰄄";
}

.mdi-camera-metering-center::before {
	content: "󰞢";
}

.mdi-camera-metering-matrix::before {
	content: "󰞣";
}

.mdi-camera-metering-partial::before {
	content: "󰞤";
}

.mdi-camera-metering-spot::before {
	content: "󰞥";
}

.mdi-camera-off::before {
	content: "󰗟";
}

.mdi-camera-outline::before {
	content: "󰵝";
}

.mdi-camera-party-mode::before {
	content: "󰄅";
}

.mdi-camera-plus::before {
	content: "󰻛";
}

.mdi-camera-plus-outline::before {
	content: "󰻜";
}

.mdi-camera-rear::before {
	content: "󰄆";
}

.mdi-camera-rear-variant::before {
	content: "󰄇";
}

.mdi-camera-retake::before {
	content: "󰸙";
}

.mdi-camera-retake-outline::before {
	content: "󰸚";
}

.mdi-camera-switch::before {
	content: "󰄈";
}

.mdi-camera-switch-outline::before {
	content: "󰡊";
}

.mdi-camera-timer::before {
	content: "󰄉";
}

.mdi-camera-wireless::before {
	content: "󰶶";
}

.mdi-camera-wireless-outline::before {
	content: "󰶷";
}

.mdi-campfire::before {
	content: "󰻝";
}

.mdi-cancel::before {
	content: "󰜺";
}

.mdi-candle::before {
	content: "󰗢";
}

.mdi-candycane::before {
	content: "󰄊";
}

.mdi-cannabis::before {
	content: "󰞦";
}

.mdi-caps-lock::before {
	content: "󰪛";
}

.mdi-car::before {
	content: "󰄋";
}

.mdi-car-2-plus::before {
	content: "󱀕";
}

.mdi-car-3-plus::before {
	content: "󱀖";
}

.mdi-car-arrow-left::before {
	content: "󱎲";
}

.mdi-car-arrow-right::before {
	content: "󱎳";
}

.mdi-car-back::before {
	content: "󰸛";
}

.mdi-car-battery::before {
	content: "󰄌";
}

.mdi-car-brake-abs::before {
	content: "󰱇";
}

.mdi-car-brake-alert::before {
	content: "󰱈";
}

.mdi-car-brake-hold::before {
	content: "󰵞";
}

.mdi-car-brake-parking::before {
	content: "󰵟";
}

.mdi-car-brake-retarder::before {
	content: "󱀗";
}

.mdi-car-child-seat::before {
	content: "󰾣";
}

.mdi-car-clutch::before {
	content: "󱀘";
}

.mdi-car-cog::before {
	content: "󱏌";
}

.mdi-car-connected::before {
	content: "󰄍";
}

.mdi-car-convertible::before {
	content: "󰞧";
}

.mdi-car-coolant-level::before {
	content: "󱀙";
}

.mdi-car-cruise-control::before {
	content: "󰵠";
}

.mdi-car-defrost-front::before {
	content: "󰵡";
}

.mdi-car-defrost-rear::before {
	content: "󰵢";
}

.mdi-car-door::before {
	content: "󰭫";
}

.mdi-car-door-lock::before {
	content: "󱂝";
}

.mdi-car-electric::before {
	content: "󰭬";
}

.mdi-car-esp::before {
	content: "󰱉";
}

.mdi-car-estate::before {
	content: "󰞨";
}

.mdi-car-hatchback::before {
	content: "󰞩";
}

.mdi-car-info::before {
	content: "󱆾";
}

.mdi-car-key::before {
	content: "󰭭";
}

.mdi-car-light-dimmed::before {
	content: "󰱊";
}

.mdi-car-light-fog::before {
	content: "󰱋";
}

.mdi-car-light-high::before {
	content: "󰱌";
}

.mdi-car-limousine::before {
	content: "󰣍";
}

.mdi-car-multiple::before {
	content: "󰭮";
}

.mdi-car-off::before {
	content: "󰸜";
}

.mdi-car-parking-lights::before {
	content: "󰵣";
}

.mdi-car-pickup::before {
	content: "󰞪";
}

.mdi-car-seat::before {
	content: "󰾤";
}

.mdi-car-seat-cooler::before {
	content: "󰾥";
}

.mdi-car-seat-heater::before {
	content: "󰾦";
}

.mdi-car-settings::before {
	content: "󱏍";
}

.mdi-car-shift-pattern::before {
	content: "󰽀";
}

.mdi-car-side::before {
	content: "󰞫";
}

.mdi-car-sports::before {
	content: "󰞬";
}

.mdi-car-tire-alert::before {
	content: "󰱍";
}

.mdi-car-traction-control::before {
	content: "󰵤";
}

.mdi-car-turbocharger::before {
	content: "󱀚";
}

.mdi-car-wash::before {
	content: "󰄎";
}

.mdi-car-windshield::before {
	content: "󱀛";
}

.mdi-car-windshield-outline::before {
	content: "󱀜";
}

.mdi-carabiner::before {
	content: "󱓀";
}

.mdi-caravan::before {
	content: "󰞭";
}

.mdi-card::before {
	content: "󰭯";
}

.mdi-card-account-details::before {
	content: "󰗒";
}

.mdi-card-account-details-outline::before {
	content: "󰶫";
}

.mdi-card-account-details-star::before {
	content: "󰊣";
}

.mdi-card-account-details-star-outline::before {
	content: "󰛛";
}

.mdi-card-account-mail::before {
	content: "󰆎";
}

.mdi-card-account-mail-outline::before {
	content: "󰺘";
}

.mdi-card-account-phone::before {
	content: "󰺙";
}

.mdi-card-account-phone-outline::before {
	content: "󰺚";
}

.mdi-card-bulleted::before {
	content: "󰭰";
}

.mdi-card-bulleted-off::before {
	content: "󰭱";
}

.mdi-card-bulleted-off-outline::before {
	content: "󰭲";
}

.mdi-card-bulleted-outline::before {
	content: "󰭳";
}

.mdi-card-bulleted-settings::before {
	content: "󰭴";
}

.mdi-card-bulleted-settings-outline::before {
	content: "󰭵";
}

.mdi-card-outline::before {
	content: "󰭶";
}

.mdi-card-plus::before {
	content: "󱇿";
}

.mdi-card-plus-outline::before {
	content: "󱈀";
}

.mdi-card-search::before {
	content: "󱁴";
}

.mdi-card-search-outline::before {
	content: "󱁵";
}

.mdi-card-text::before {
	content: "󰭷";
}

.mdi-card-text-outline::before {
	content: "󰭸";
}

.mdi-cards::before {
	content: "󰘸";
}

.mdi-cards-club::before {
	content: "󰣎";
}

.mdi-cards-diamond::before {
	content: "󰣏";
}

.mdi-cards-diamond-outline::before {
	content: "󱀝";
}

.mdi-cards-heart::before {
	content: "󰣐";
}

.mdi-cards-outline::before {
	content: "󰘹";
}

.mdi-cards-playing-outline::before {
	content: "󰘺";
}

.mdi-cards-spade::before {
	content: "󰣑";
}

.mdi-cards-variant::before {
	content: "󰛇";
}

.mdi-carrot::before {
	content: "󰄏";
}

.mdi-cart::before {
	content: "󰄐";
}

.mdi-cart-arrow-down::before {
	content: "󰵦";
}

.mdi-cart-arrow-right::before {
	content: "󰱎";
}

.mdi-cart-arrow-up::before {
	content: "󰵧";
}

.mdi-cart-minus::before {
	content: "󰵨";
}

.mdi-cart-off::before {
	content: "󰙫";
}

.mdi-cart-outline::before {
	content: "󰄑";
}

.mdi-cart-plus::before {
	content: "󰄒";
}

.mdi-cart-remove::before {
	content: "󰵩";
}

.mdi-case-sensitive-alt::before {
	content: "󰄓";
}

.mdi-cash::before {
	content: "󰄔";
}

.mdi-cash-100::before {
	content: "󰄕";
}

.mdi-cash-marker::before {
	content: "󰶸";
}

.mdi-cash-minus::before {
	content: "󱉠";
}

.mdi-cash-multiple::before {
	content: "󰄖";
}

.mdi-cash-plus::before {
	content: "󱉡";
}

.mdi-cash-refund::before {
	content: "󰪜";
}

.mdi-cash-register::before {
	content: "󰳴";
}

.mdi-cash-remove::before {
	content: "󱉢";
}

.mdi-cash-usd::before {
	content: "󱅶";
}

.mdi-cash-usd-outline::before {
	content: "󰄗";
}

.mdi-cassette::before {
	content: "󰧔";
}

.mdi-cast::before {
	content: "󰄘";
}

.mdi-cast-audio::before {
	content: "󱀞";
}

.mdi-cast-connected::before {
	content: "󰄙";
}

.mdi-cast-education::before {
	content: "󰸝";
}

.mdi-cast-off::before {
	content: "󰞊";
}

.mdi-castle::before {
	content: "󰄚";
}

.mdi-cat::before {
	content: "󰄛";
}

.mdi-cctv::before {
	content: "󰞮";
}

.mdi-ceiling-light::before {
	content: "󰝩";
}

.mdi-cellphone::before {
	content: "󰄜";
}

.mdi-cellphone-android::before {
	content: "󰄝";
}

.mdi-cellphone-arrow-down::before {
	content: "󰧕";
}

.mdi-cellphone-basic::before {
	content: "󰄞";
}

.mdi-cellphone-charging::before {
	content: "󱎗";
}

.mdi-cellphone-cog::before {
	content: "󰥑";
}

.mdi-cellphone-dock::before {
	content: "󰄟";
}

.mdi-cellphone-erase::before {
	content: "󰥍";
}

.mdi-cellphone-information::before {
	content: "󰽁";
}

.mdi-cellphone-iphone::before {
	content: "󰄠";
}

.mdi-cellphone-key::before {
	content: "󰥎";
}

.mdi-cellphone-link::before {
	content: "󰄡";
}

.mdi-cellphone-link-off::before {
	content: "󰄢";
}

.mdi-cellphone-lock::before {
	content: "󰥏";
}

.mdi-cellphone-message::before {
	content: "󰣓";
}

.mdi-cellphone-message-off::before {
	content: "󱃒";
}

.mdi-cellphone-nfc::before {
	content: "󰺐";
}

.mdi-cellphone-nfc-off::before {
	content: "󱋘";
}

.mdi-cellphone-off::before {
	content: "󰥐";
}

.mdi-cellphone-play::before {
	content: "󱀟";
}

.mdi-cellphone-screenshot::before {
	content: "󰨵";
}

.mdi-cellphone-settings::before {
	content: "󰄣";
}

.mdi-cellphone-sound::before {
	content: "󰥒";
}

.mdi-cellphone-text::before {
	content: "󰣒";
}

.mdi-cellphone-wireless::before {
	content: "󰠕";
}

.mdi-celtic-cross::before {
	content: "󰳵";
}

.mdi-centos::before {
	content: "󱄚";
}

.mdi-certificate::before {
	content: "󰄤";
}

.mdi-certificate-outline::before {
	content: "󱆈";
}

.mdi-chair-rolling::before {
	content: "󰽈";
}

.mdi-chair-school::before {
	content: "󰄥";
}

.mdi-charity::before {
	content: "󰱏";
}

.mdi-chart-arc::before {
	content: "󰄦";
}

.mdi-chart-areaspline::before {
	content: "󰄧";
}

.mdi-chart-areaspline-variant::before {
	content: "󰺑";
}

.mdi-chart-bar::before {
	content: "󰄨";
}

.mdi-chart-bar-stacked::before {
	content: "󰝪";
}

.mdi-chart-bell-curve::before {
	content: "󰱐";
}

.mdi-chart-bell-curve-cumulative::before {
	content: "󰾧";
}

.mdi-chart-bubble::before {
	content: "󰗣";
}

.mdi-chart-donut::before {
	content: "󰞯";
}

.mdi-chart-donut-variant::before {
	content: "󰞰";
}

.mdi-chart-gantt::before {
	content: "󰙬";
}

.mdi-chart-histogram::before {
	content: "󰄩";
}

.mdi-chart-line::before {
	content: "󰄪";
}

.mdi-chart-line-stacked::before {
	content: "󰝫";
}

.mdi-chart-line-variant::before {
	content: "󰞱";
}

.mdi-chart-multiline::before {
	content: "󰣔";
}

.mdi-chart-multiple::before {
	content: "󱈓";
}

.mdi-chart-pie::before {
	content: "󰄫";
}

.mdi-chart-ppf::before {
	content: "󱎀";
}

.mdi-chart-sankey::before {
	content: "󱇟";
}

.mdi-chart-sankey-variant::before {
	content: "󱇠";
}

.mdi-chart-scatter-plot::before {
	content: "󰺒";
}

.mdi-chart-scatter-plot-hexbin::before {
	content: "󰙭";
}

.mdi-chart-timeline::before {
	content: "󰙮";
}

.mdi-chart-timeline-variant::before {
	content: "󰺓";
}

.mdi-chart-tree::before {
	content: "󰺔";
}

.mdi-chat::before {
	content: "󰭹";
}

.mdi-chat-alert::before {
	content: "󰭺";
}

.mdi-chat-alert-outline::before {
	content: "󱋉";
}

.mdi-chat-minus::before {
	content: "󱐐";
}

.mdi-chat-minus-outline::before {
	content: "󱐓";
}

.mdi-chat-outline::before {
	content: "󰻞";
}

.mdi-chat-plus::before {
	content: "󱐏";
}

.mdi-chat-plus-outline::before {
	content: "󱐒";
}

.mdi-chat-processing::before {
	content: "󰭻";
}

.mdi-chat-processing-outline::before {
	content: "󱋊";
}

.mdi-chat-remove::before {
	content: "󱐑";
}

.mdi-chat-remove-outline::before {
	content: "󱐔";
}

.mdi-chat-sleep::before {
	content: "󱋑";
}

.mdi-chat-sleep-outline::before {
	content: "󱋒";
}

.mdi-check::before {
	content: "󰄬";
}

.mdi-check-all::before {
	content: "󰄭";
}

.mdi-check-bold::before {
	content: "󰸞";
}

.mdi-check-box-multiple-outline::before {
	content: "󰱑";
}

.mdi-check-box-outline::before {
	content: "󰱒";
}

.mdi-check-circle::before {
	content: "󰗠";
}

.mdi-check-circle-outline::before {
	content: "󰗡";
}

.mdi-check-decagram::before {
	content: "󰞑";
}

.mdi-check-network::before {
	content: "󰱓";
}

.mdi-check-network-outline::before {
	content: "󰱔";
}

.mdi-check-outline::before {
	content: "󰡕";
}

.mdi-check-underline::before {
	content: "󰸟";
}

.mdi-check-underline-circle::before {
	content: "󰸠";
}

.mdi-check-underline-circle-outline::before {
	content: "󰸡";
}

.mdi-checkbook::before {
	content: "󰪝";
}

.mdi-checkbox-blank::before {
	content: "󰄮";
}

.mdi-checkbox-blank-circle::before {
	content: "󰄯";
}

.mdi-checkbox-blank-circle-outline::before {
	content: "󰄰";
}

.mdi-checkbox-blank-off::before {
	content: "󱋬";
}

.mdi-checkbox-blank-off-outline::before {
	content: "󱋭";
}

.mdi-checkbox-blank-outline::before {
	content: "󰄱";
}

.mdi-checkbox-intermediate::before {
	content: "󰡖";
}

.mdi-checkbox-marked::before {
	content: "󰄲";
}

.mdi-checkbox-marked-circle::before {
	content: "󰄳";
}

.mdi-checkbox-marked-circle-outline::before {
	content: "󰄴";
}

.mdi-checkbox-marked-outline::before {
	content: "󰄵";
}

.mdi-checkbox-multiple-blank::before {
	content: "󰄶";
}

.mdi-checkbox-multiple-blank-circle::before {
	content: "󰘻";
}

.mdi-checkbox-multiple-blank-circle-outline::before {
	content: "󰘼";
}

.mdi-checkbox-multiple-blank-outline::before {
	content: "󰄷";
}

.mdi-checkbox-multiple-marked::before {
	content: "󰄸";
}

.mdi-checkbox-multiple-marked-circle::before {
	content: "󰘽";
}

.mdi-checkbox-multiple-marked-circle-outline::before {
	content: "󰘾";
}

.mdi-checkbox-multiple-marked-outline::before {
	content: "󰄹";
}

.mdi-checkerboard::before {
	content: "󰄺";
}

.mdi-checkerboard-minus::before {
	content: "󱈂";
}

.mdi-checkerboard-plus::before {
	content: "󱈁";
}

.mdi-checkerboard-remove::before {
	content: "󱈃";
}

.mdi-cheese::before {
	content: "󱊹";
}

.mdi-cheese-off::before {
	content: "󱏮";
}

.mdi-chef-hat::before {
	content: "󰭼";
}

.mdi-chemical-weapon::before {
	content: "󰄻";
}

.mdi-chess-bishop::before {
	content: "󰡜";
}

.mdi-chess-king::before {
	content: "󰡗";
}

.mdi-chess-knight::before {
	content: "󰡘";
}

.mdi-chess-pawn::before {
	content: "󰡙";
}

.mdi-chess-queen::before {
	content: "󰡚";
}

.mdi-chess-rook::before {
	content: "󰡛";
}

.mdi-chevron-double-down::before {
	content: "󰄼";
}

.mdi-chevron-double-left::before {
	content: "󰄽";
}

.mdi-chevron-double-right::before {
	content: "󰄾";
}

.mdi-chevron-double-up::before {
	content: "󰄿";
}

.mdi-chevron-down::before {
	content: "󰅀";
}

.mdi-chevron-down-box::before {
	content: "󰧖";
}

.mdi-chevron-down-box-outline::before {
	content: "󰧗";
}

.mdi-chevron-down-circle::before {
	content: "󰬦";
}

.mdi-chevron-down-circle-outline::before {
	content: "󰬧";
}

.mdi-chevron-left::before {
	content: "󰅁";
}

.mdi-chevron-left-box::before {
	content: "󰧘";
}

.mdi-chevron-left-box-outline::before {
	content: "󰧙";
}

.mdi-chevron-left-circle::before {
	content: "󰬨";
}

.mdi-chevron-left-circle-outline::before {
	content: "󰬩";
}

.mdi-chevron-right::before {
	content: "󰅂";
}

.mdi-chevron-right-box::before {
	content: "󰧚";
}

.mdi-chevron-right-box-outline::before {
	content: "󰧛";
}

.mdi-chevron-right-circle::before {
	content: "󰬪";
}

.mdi-chevron-right-circle-outline::before {
	content: "󰬫";
}

.mdi-chevron-triple-down::before {
	content: "󰶹";
}

.mdi-chevron-triple-left::before {
	content: "󰶺";
}

.mdi-chevron-triple-right::before {
	content: "󰶻";
}

.mdi-chevron-triple-up::before {
	content: "󰶼";
}

.mdi-chevron-up::before {
	content: "󰅃";
}

.mdi-chevron-up-box::before {
	content: "󰧜";
}

.mdi-chevron-up-box-outline::before {
	content: "󰧝";
}

.mdi-chevron-up-circle::before {
	content: "󰬬";
}

.mdi-chevron-up-circle-outline::before {
	content: "󰬭";
}

.mdi-chili-hot::before {
	content: "󰞲";
}

.mdi-chili-medium::before {
	content: "󰞳";
}

.mdi-chili-mild::before {
	content: "󰞴";
}

.mdi-chili-off::before {
	content: "󱑧";
}

.mdi-chip::before {
	content: "󰘚";
}

.mdi-christianity::before {
	content: "󰥓";
}

.mdi-christianity-outline::before {
	content: "󰳶";
}

.mdi-church::before {
	content: "󰅄";
}

.mdi-cigar::before {
	content: "󱆉";
}

.mdi-cigar-off::before {
	content: "󱐛";
}

.mdi-circle::before {
	content: "󰝥";
}

.mdi-circle-double::before {
	content: "󰺕";
}

.mdi-circle-edit-outline::before {
	content: "󰣕";
}

.mdi-circle-expand::before {
	content: "󰺖";
}

.mdi-circle-half::before {
	content: "󱎕";
}

.mdi-circle-half-full::before {
	content: "󱎖";
}

.mdi-circle-medium::before {
	content: "󰧞";
}

.mdi-circle-multiple::before {
	content: "󰬸";
}

.mdi-circle-multiple-outline::before {
	content: "󰚕";
}

.mdi-circle-off-outline::before {
	content: "󱃓";
}

.mdi-circle-outline::before {
	content: "󰝦";
}

.mdi-circle-slice-1::before {
	content: "󰪞";
}

.mdi-circle-slice-2::before {
	content: "󰪟";
}

.mdi-circle-slice-3::before {
	content: "󰪠";
}

.mdi-circle-slice-4::before {
	content: "󰪡";
}

.mdi-circle-slice-5::before {
	content: "󰪢";
}

.mdi-circle-slice-6::before {
	content: "󰪣";
}

.mdi-circle-slice-7::before {
	content: "󰪤";
}

.mdi-circle-slice-8::before {
	content: "󰪥";
}

.mdi-circle-small::before {
	content: "󰧟";
}

.mdi-circular-saw::before {
	content: "󰸢";
}

.mdi-city::before {
	content: "󰅆";
}

.mdi-city-variant::before {
	content: "󰨶";
}

.mdi-city-variant-outline::before {
	content: "󰨷";
}

.mdi-clipboard::before {
	content: "󰅇";
}

.mdi-clipboard-account::before {
	content: "󰅈";
}

.mdi-clipboard-account-outline::before {
	content: "󰱕";
}

.mdi-clipboard-alert::before {
	content: "󰅉";
}

.mdi-clipboard-alert-outline::before {
	content: "󰳷";
}

.mdi-clipboard-arrow-down::before {
	content: "󰅊";
}

.mdi-clipboard-arrow-down-outline::before {
	content: "󰱖";
}

.mdi-clipboard-arrow-left::before {
	content: "󰅋";
}

.mdi-clipboard-arrow-left-outline::before {
	content: "󰳸";
}

.mdi-clipboard-arrow-right::before {
	content: "󰳹";
}

.mdi-clipboard-arrow-right-outline::before {
	content: "󰳺";
}

.mdi-clipboard-arrow-up::before {
	content: "󰱗";
}

.mdi-clipboard-arrow-up-outline::before {
	content: "󰱘";
}

.mdi-clipboard-check::before {
	content: "󰅎";
}

.mdi-clipboard-check-multiple::before {
	content: "󱉣";
}

.mdi-clipboard-check-multiple-outline::before {
	content: "󱉤";
}

.mdi-clipboard-check-outline::before {
	content: "󰢨";
}

.mdi-clipboard-file::before {
	content: "󱉥";
}

.mdi-clipboard-file-outline::before {
	content: "󱉦";
}

.mdi-clipboard-flow::before {
	content: "󰛈";
}

.mdi-clipboard-flow-outline::before {
	content: "󱄗";
}

.mdi-clipboard-list::before {
	content: "󱃔";
}

.mdi-clipboard-list-outline::before {
	content: "󱃕";
}

.mdi-clipboard-multiple::before {
	content: "󱉧";
}

.mdi-clipboard-multiple-outline::before {
	content: "󱉨";
}

.mdi-clipboard-outline::before {
	content: "󰅌";
}

.mdi-clipboard-play::before {
	content: "󰱙";
}

.mdi-clipboard-play-multiple::before {
	content: "󱉩";
}

.mdi-clipboard-play-multiple-outline::before {
	content: "󱉪";
}

.mdi-clipboard-play-outline::before {
	content: "󰱚";
}

.mdi-clipboard-plus::before {
	content: "󰝑";
}

.mdi-clipboard-plus-outline::before {
	content: "󱌟";
}

.mdi-clipboard-pulse::before {
	content: "󰡝";
}

.mdi-clipboard-pulse-outline::before {
	content: "󰡞";
}

.mdi-clipboard-text::before {
	content: "󰅍";
}

.mdi-clipboard-text-multiple::before {
	content: "󱉫";
}

.mdi-clipboard-text-multiple-outline::before {
	content: "󱉬";
}

.mdi-clipboard-text-outline::before {
	content: "󰨸";
}

.mdi-clipboard-text-play::before {
	content: "󰱛";
}

.mdi-clipboard-text-play-outline::before {
	content: "󰱜";
}

.mdi-clippy::before {
	content: "󰅏";
}

.mdi-clock::before {
	content: "󰥔";
}

.mdi-clock-alert::before {
	content: "󰥕";
}

.mdi-clock-alert-outline::before {
	content: "󰗎";
}

.mdi-clock-check::before {
	content: "󰾨";
}

.mdi-clock-check-outline::before {
	content: "󰾩";
}

.mdi-clock-digital::before {
	content: "󰺗";
}

.mdi-clock-end::before {
	content: "󰅑";
}

.mdi-clock-fast::before {
	content: "󰅒";
}

.mdi-clock-in::before {
	content: "󰅓";
}

.mdi-clock-out::before {
	content: "󰅔";
}

.mdi-clock-outline::before {
	content: "󰅐";
}

.mdi-clock-start::before {
	content: "󰅕";
}

.mdi-clock-time-eight::before {
	content: "󱑆";
}

.mdi-clock-time-eight-outline::before {
	content: "󱑒";
}

.mdi-clock-time-eleven::before {
	content: "󱑉";
}

.mdi-clock-time-eleven-outline::before {
	content: "󱑕";
}

.mdi-clock-time-five::before {
	content: "󱑃";
}

.mdi-clock-time-five-outline::before {
	content: "󱑏";
}

.mdi-clock-time-four::before {
	content: "󱑂";
}

.mdi-clock-time-four-outline::before {
	content: "󱑎";
}

.mdi-clock-time-nine::before {
	content: "󱑇";
}

.mdi-clock-time-nine-outline::before {
	content: "󱑓";
}

.mdi-clock-time-one::before {
	content: "󱐿";
}

.mdi-clock-time-one-outline::before {
	content: "󱑋";
}

.mdi-clock-time-seven::before {
	content: "󱑅";
}

.mdi-clock-time-seven-outline::before {
	content: "󱑑";
}

.mdi-clock-time-six::before {
	content: "󱑄";
}

.mdi-clock-time-six-outline::before {
	content: "󱑐";
}

.mdi-clock-time-ten::before {
	content: "󱑈";
}

.mdi-clock-time-ten-outline::before {
	content: "󱑔";
}

.mdi-clock-time-three::before {
	content: "󱑁";
}

.mdi-clock-time-three-outline::before {
	content: "󱑍";
}

.mdi-clock-time-twelve::before {
	content: "󱑊";
}

.mdi-clock-time-twelve-outline::before {
	content: "󱑖";
}

.mdi-clock-time-two::before {
	content: "󱑀";
}

.mdi-clock-time-two-outline::before {
	content: "󱑌";
}

.mdi-close::before {
	content: "󰅖";
}

.mdi-close-box::before {
	content: "󰅗";
}

.mdi-close-box-multiple::before {
	content: "󰱝";
}

.mdi-close-box-multiple-outline::before {
	content: "󰱞";
}

.mdi-close-box-outline::before {
	content: "󰅘";
}

.mdi-close-circle::before {
	content: "󰅙";
}

.mdi-close-circle-multiple::before {
	content: "󰘪";
}

.mdi-close-circle-multiple-outline::before {
	content: "󰢃";
}

.mdi-close-circle-outline::before {
	content: "󰅚";
}

.mdi-close-network::before {
	content: "󰅛";
}

.mdi-close-network-outline::before {
	content: "󰱟";
}

.mdi-close-octagon::before {
	content: "󰅜";
}

.mdi-close-octagon-outline::before {
	content: "󰅝";
}

.mdi-close-outline::before {
	content: "󰛉";
}

.mdi-close-thick::before {
	content: "󱎘";
}

.mdi-closed-caption::before {
	content: "󰅞";
}

.mdi-closed-caption-outline::before {
	content: "󰶽";
}

.mdi-cloud::before {
	content: "󰅟";
}

.mdi-cloud-alert::before {
	content: "󰧠";
}

.mdi-cloud-braces::before {
	content: "󰞵";
}

.mdi-cloud-check::before {
	content: "󰅠";
}

.mdi-cloud-check-outline::before {
	content: "󱋌";
}

.mdi-cloud-circle::before {
	content: "󰅡";
}

.mdi-cloud-download::before {
	content: "󰅢";
}

.mdi-cloud-download-outline::before {
	content: "󰭽";
}

.mdi-cloud-lock::before {
	content: "󱇱";
}

.mdi-cloud-lock-outline::before {
	content: "󱇲";
}

.mdi-cloud-off-outline::before {
	content: "󰅤";
}

.mdi-cloud-outline::before {
	content: "󰅣";
}

.mdi-cloud-print::before {
	content: "󰅥";
}

.mdi-cloud-print-outline::before {
	content: "󰅦";
}

.mdi-cloud-question::before {
	content: "󰨹";
}

.mdi-cloud-refresh::before {
	content: "󰔪";
}

.mdi-cloud-search::before {
	content: "󰥖";
}

.mdi-cloud-search-outline::before {
	content: "󰥗";
}

.mdi-cloud-sync::before {
	content: "󰘿";
}

.mdi-cloud-sync-outline::before {
	content: "󱋖";
}

.mdi-cloud-tags::before {
	content: "󰞶";
}

.mdi-cloud-upload::before {
	content: "󰅧";
}

.mdi-cloud-upload-outline::before {
	content: "󰭾";
}

.mdi-clover::before {
	content: "󰠖";
}

.mdi-coach-lamp::before {
	content: "󱀠";
}

.mdi-coat-rack::before {
	content: "󱂞";
}

.mdi-code-array::before {
	content: "󰅨";
}

.mdi-code-braces::before {
	content: "󰅩";
}

.mdi-code-braces-box::before {
	content: "󱃖";
}

.mdi-code-brackets::before {
	content: "󰅪";
}

.mdi-code-equal::before {
	content: "󰅫";
}

.mdi-code-greater-than::before {
	content: "󰅬";
}

.mdi-code-greater-than-or-equal::before {
	content: "󰅭";
}

.mdi-code-json::before {
	content: "󰘦";
}

.mdi-code-less-than::before {
	content: "󰅮";
}

.mdi-code-less-than-or-equal::before {
	content: "󰅯";
}

.mdi-code-not-equal::before {
	content: "󰅰";
}

.mdi-code-not-equal-variant::before {
	content: "󰅱";
}

.mdi-code-parentheses::before {
	content: "󰅲";
}

.mdi-code-parentheses-box::before {
	content: "󱃗";
}

.mdi-code-string::before {
	content: "󰅳";
}

.mdi-code-tags::before {
	content: "󰅴";
}

.mdi-code-tags-check::before {
	content: "󰚔";
}

.mdi-codepen::before {
	content: "󰅵";
}

.mdi-coffee::before {
	content: "󰅶";
}

.mdi-coffee-maker::before {
	content: "󱂟";
}

.mdi-coffee-off::before {
	content: "󰾪";
}

.mdi-coffee-off-outline::before {
	content: "󰾫";
}

.mdi-coffee-outline::before {
	content: "󰛊";
}

.mdi-coffee-to-go::before {
	content: "󰅷";
}

.mdi-coffee-to-go-outline::before {
	content: "󱌎";
}

.mdi-coffin::before {
	content: "󰭿";
}

.mdi-cog::before {
	content: "󰒓";
}

.mdi-cog-box::before {
	content: "󰒔";
}

.mdi-cog-clockwise::before {
	content: "󱇝";
}

.mdi-cog-counterclockwise::before {
	content: "󱇞";
}

.mdi-cog-off::before {
	content: "󱏎";
}

.mdi-cog-off-outline::before {
	content: "󱏏";
}

.mdi-cog-outline::before {
	content: "󰢻";
}

.mdi-cog-refresh::before {
	content: "󱑞";
}

.mdi-cog-refresh-outline::before {
	content: "󱑟";
}

.mdi-cog-sync::before {
	content: "󱑠";
}

.mdi-cog-sync-outline::before {
	content: "󱑡";
}

.mdi-cog-transfer::before {
	content: "󱁛";
}

.mdi-cog-transfer-outline::before {
	content: "󱁜";
}

.mdi-cogs::before {
	content: "󰣖";
}

.mdi-collage::before {
	content: "󰙀";
}

.mdi-collapse-all::before {
	content: "󰪦";
}

.mdi-collapse-all-outline::before {
	content: "󰪧";
}

.mdi-color-helper::before {
	content: "󰅹";
}

.mdi-comma::before {
	content: "󰸣";
}

.mdi-comma-box::before {
	content: "󰸫";
}

.mdi-comma-box-outline::before {
	content: "󰸤";
}

.mdi-comma-circle::before {
	content: "󰸥";
}

.mdi-comma-circle-outline::before {
	content: "󰸦";
}

.mdi-comment::before {
	content: "󰅺";
}

.mdi-comment-account::before {
	content: "󰅻";
}

.mdi-comment-account-outline::before {
	content: "󰅼";
}

.mdi-comment-alert::before {
	content: "󰅽";
}

.mdi-comment-alert-outline::before {
	content: "󰅾";
}

.mdi-comment-arrow-left::before {
	content: "󰧡";
}

.mdi-comment-arrow-left-outline::before {
	content: "󰧢";
}

.mdi-comment-arrow-right::before {
	content: "󰧣";
}

.mdi-comment-arrow-right-outline::before {
	content: "󰧤";
}

.mdi-comment-check::before {
	content: "󰅿";
}

.mdi-comment-check-outline::before {
	content: "󰆀";
}

.mdi-comment-edit::before {
	content: "󱆿";
}

.mdi-comment-edit-outline::before {
	content: "󱋄";
}

.mdi-comment-eye::before {
	content: "󰨺";
}

.mdi-comment-eye-outline::before {
	content: "󰨻";
}

.mdi-comment-multiple::before {
	content: "󰡟";
}

.mdi-comment-multiple-outline::before {
	content: "󰆁";
}

.mdi-comment-outline::before {
	content: "󰆂";
}

.mdi-comment-plus::before {
	content: "󰧥";
}

.mdi-comment-plus-outline::before {
	content: "󰆃";
}

.mdi-comment-processing::before {
	content: "󰆄";
}

.mdi-comment-processing-outline::before {
	content: "󰆅";
}

.mdi-comment-question::before {
	content: "󰠗";
}

.mdi-comment-question-outline::before {
	content: "󰆆";
}

.mdi-comment-quote::before {
	content: "󱀡";
}

.mdi-comment-quote-outline::before {
	content: "󱀢";
}

.mdi-comment-remove::before {
	content: "󰗞";
}

.mdi-comment-remove-outline::before {
	content: "󰆇";
}

.mdi-comment-search::before {
	content: "󰨼";
}

.mdi-comment-search-outline::before {
	content: "󰨽";
}

.mdi-comment-text::before {
	content: "󰆈";
}

.mdi-comment-text-multiple::before {
	content: "󰡠";
}

.mdi-comment-text-multiple-outline::before {
	content: "󰡡";
}

.mdi-comment-text-outline::before {
	content: "󰆉";
}

.mdi-compare::before {
	content: "󰆊";
}

.mdi-compare-horizontal::before {
	content: "󱒒";
}

.mdi-compare-vertical::before {
	content: "󱒓";
}

.mdi-compass::before {
	content: "󰆋";
}

.mdi-compass-off::before {
	content: "󰮀";
}

.mdi-compass-off-outline::before {
	content: "󰮁";
}

.mdi-compass-outline::before {
	content: "󰆌";
}

.mdi-compass-rose::before {
	content: "󱎂";
}

.mdi-concourse-ci::before {
	content: "󱂠";
}

.mdi-console::before {
	content: "󰆍";
}

.mdi-console-line::before {
	content: "󰞷";
}

.mdi-console-network::before {
	content: "󰢩";
}

.mdi-console-network-outline::before {
	content: "󰱠";
}

.mdi-consolidate::before {
	content: "󱃘";
}

.mdi-contactless-payment::before {
	content: "󰵪";
}

.mdi-contactless-payment-circle::before {
	content: "󰌡";
}

.mdi-contactless-payment-circle-outline::before {
	content: "󰐈";
}

.mdi-contacts::before {
	content: "󰛋";
}

.mdi-contacts-outline::before {
	content: "󰖸";
}

.mdi-contain::before {
	content: "󰨾";
}

.mdi-contain-end::before {
	content: "󰨿";
}

.mdi-contain-start::before {
	content: "󰩀";
}

.mdi-content-copy::before {
	content: "󰆏";
}

.mdi-content-cut::before {
	content: "󰆐";
}

.mdi-content-duplicate::before {
	content: "󰆑";
}

.mdi-content-paste::before {
	content: "󰆒";
}

.mdi-content-save::before {
	content: "󰆓";
}

.mdi-content-save-alert::before {
	content: "󰽂";
}

.mdi-content-save-alert-outline::before {
	content: "󰽃";
}

.mdi-content-save-all::before {
	content: "󰆔";
}

.mdi-content-save-all-outline::before {
	content: "󰽄";
}

.mdi-content-save-cog::before {
	content: "󱑛";
}

.mdi-content-save-cog-outline::before {
	content: "󱑜";
}

.mdi-content-save-edit::before {
	content: "󰳻";
}

.mdi-content-save-edit-outline::before {
	content: "󰳼";
}

.mdi-content-save-move::before {
	content: "󰸧";
}

.mdi-content-save-move-outline::before {
	content: "󰸨";
}

.mdi-content-save-outline::before {
	content: "󰠘";
}

.mdi-content-save-settings::before {
	content: "󰘛";
}

.mdi-content-save-settings-outline::before {
	content: "󰬮";
}

.mdi-contrast::before {
	content: "󰆕";
}

.mdi-contrast-box::before {
	content: "󰆖";
}

.mdi-contrast-circle::before {
	content: "󰆗";
}

.mdi-controller-classic::before {
	content: "󰮂";
}

.mdi-controller-classic-outline::before {
	content: "󰮃";
}

.mdi-cookie::before {
	content: "󰆘";
}

.mdi-coolant-temperature::before {
	content: "󰏈";
}

.mdi-copyright::before {
	content: "󰗦";
}

.mdi-cordova::before {
	content: "󰥘";
}

.mdi-corn::before {
	content: "󰞸";
}

.mdi-corn-off::before {
	content: "󱏯";
}

.mdi-cosine-wave::before {
	content: "󱑹";
}

.mdi-counter::before {
	content: "󰆙";
}

.mdi-cow::before {
	content: "󰆚";
}

.mdi-cpu-32-bit::before {
	content: "󰻟";
}

.mdi-cpu-64-bit::before {
	content: "󰻠";
}

.mdi-crane::before {
	content: "󰡢";
}

.mdi-creation::before {
	content: "󰙴";
}

.mdi-creative-commons::before {
	content: "󰵫";
}

.mdi-credit-card::before {
	content: "󰿯";
}

.mdi-credit-card-check::before {
	content: "󱏐";
}

.mdi-credit-card-check-outline::before {
	content: "󱏑";
}

.mdi-credit-card-clock::before {
	content: "󰻡";
}

.mdi-credit-card-clock-outline::before {
	content: "󰻢";
}

.mdi-credit-card-marker::before {
	content: "󰚨";
}

.mdi-credit-card-marker-outline::before {
	content: "󰶾";
}

.mdi-credit-card-minus::before {
	content: "󰾬";
}

.mdi-credit-card-minus-outline::before {
	content: "󰾭";
}

.mdi-credit-card-multiple::before {
	content: "󰿰";
}

.mdi-credit-card-multiple-outline::before {
	content: "󰆜";
}

.mdi-credit-card-off::before {
	content: "󰿱";
}

.mdi-credit-card-off-outline::before {
	content: "󰗤";
}

.mdi-credit-card-outline::before {
	content: "󰆛";
}

.mdi-credit-card-plus::before {
	content: "󰿲";
}

.mdi-credit-card-plus-outline::before {
	content: "󰙶";
}

.mdi-credit-card-refund::before {
	content: "󰿳";
}

.mdi-credit-card-refund-outline::before {
	content: "󰪨";
}

.mdi-credit-card-remove::before {
	content: "󰾮";
}

.mdi-credit-card-remove-outline::before {
	content: "󰾯";
}

.mdi-credit-card-scan::before {
	content: "󰿴";
}

.mdi-credit-card-scan-outline::before {
	content: "󰆝";
}

.mdi-credit-card-settings::before {
	content: "󰿵";
}

.mdi-credit-card-settings-outline::before {
	content: "󰣗";
}

.mdi-credit-card-wireless::before {
	content: "󰠂";
}

.mdi-credit-card-wireless-off::before {
	content: "󰕺";
}

.mdi-credit-card-wireless-off-outline::before {
	content: "󰕻";
}

.mdi-credit-card-wireless-outline::before {
	content: "󰵬";
}

.mdi-cricket::before {
	content: "󰵭";
}

.mdi-crop::before {
	content: "󰆞";
}

.mdi-crop-free::before {
	content: "󰆟";
}

.mdi-crop-landscape::before {
	content: "󰆠";
}

.mdi-crop-portrait::before {
	content: "󰆡";
}

.mdi-crop-rotate::before {
	content: "󰚖";
}

.mdi-crop-square::before {
	content: "󰆢";
}

.mdi-crosshairs::before {
	content: "󰆣";
}

.mdi-crosshairs-gps::before {
	content: "󰆤";
}

.mdi-crosshairs-off::before {
	content: "󰽅";
}

.mdi-crosshairs-question::before {
	content: "󱄶";
}

.mdi-crown::before {
	content: "󰆥";
}

.mdi-crown-outline::before {
	content: "󱇐";
}

.mdi-cryengine::before {
	content: "󰥙";
}

.mdi-crystal-ball::before {
	content: "󰬯";
}

.mdi-cube::before {
	content: "󰆦";
}

.mdi-cube-off::before {
	content: "󱐜";
}

.mdi-cube-off-outline::before {
	content: "󱐝";
}

.mdi-cube-outline::before {
	content: "󰆧";
}

.mdi-cube-scan::before {
	content: "󰮄";
}

.mdi-cube-send::before {
	content: "󰆨";
}

.mdi-cube-unfolded::before {
	content: "󰆩";
}

.mdi-cup::before {
	content: "󰆪";
}

.mdi-cup-off::before {
	content: "󰗥";
}

.mdi-cup-off-outline::before {
	content: "󱍽";
}

.mdi-cup-outline::before {
	content: "󱌏";
}

.mdi-cup-water::before {
	content: "󰆫";
}

.mdi-cupboard::before {
	content: "󰽆";
}

.mdi-cupboard-outline::before {
	content: "󰽇";
}

.mdi-cupcake::before {
	content: "󰥚";
}

.mdi-curling::before {
	content: "󰡣";
}

.mdi-currency-bdt::before {
	content: "󰡤";
}

.mdi-currency-brl::before {
	content: "󰮅";
}

.mdi-currency-btc::before {
	content: "󰆬";
}

.mdi-currency-cny::before {
	content: "󰞺";
}

.mdi-currency-eth::before {
	content: "󰞻";
}

.mdi-currency-eur::before {
	content: "󰆭";
}

.mdi-currency-eur-off::before {
	content: "󱌕";
}

.mdi-currency-gbp::before {
	content: "󰆮";
}

.mdi-currency-ils::before {
	content: "󰱡";
}

.mdi-currency-inr::before {
	content: "󰆯";
}

.mdi-currency-jpy::before {
	content: "󰞼";
}

.mdi-currency-krw::before {
	content: "󰞽";
}

.mdi-currency-kzt::before {
	content: "󰡥";
}

.mdi-currency-ngn::before {
	content: "󰆰";
}

.mdi-currency-php::before {
	content: "󰧦";
}

.mdi-currency-rial::before {
	content: "󰺜";
}

.mdi-currency-rub::before {
	content: "󰆱";
}

.mdi-currency-sign::before {
	content: "󰞾";
}

.mdi-currency-try::before {
	content: "󰆲";
}

.mdi-currency-twd::before {
	content: "󰞿";
}

.mdi-currency-usd::before {
	content: "󰇁";
}

.mdi-currency-usd-circle::before {
	content: "󱅫";
}

.mdi-currency-usd-circle-outline::before {
	content: "󰅸";
}

.mdi-currency-usd-off::before {
	content: "󰙺";
}

.mdi-current-ac::before {
	content: "󱒀";
}

.mdi-current-dc::before {
	content: "󰥜";
}

.mdi-cursor-default::before {
	content: "󰇀";
}

.mdi-cursor-default-click::before {
	content: "󰳽";
}

.mdi-cursor-default-click-outline::before {
	content: "󰳾";
}

.mdi-cursor-default-gesture::before {
	content: "󱄧";
}

.mdi-cursor-default-gesture-outline::before {
	content: "󱄨";
}

.mdi-cursor-default-outline::before {
	content: "󰆿";
}

.mdi-cursor-move::before {
	content: "󰆾";
}

.mdi-cursor-pointer::before {
	content: "󰆽";
}

.mdi-cursor-text::before {
	content: "󰗧";
}

.mdi-database::before {
	content: "󰆼";
}

.mdi-database-check::before {
	content: "󰪩";
}

.mdi-database-edit::before {
	content: "󰮆";
}

.mdi-database-export::before {
	content: "󰥞";
}

.mdi-database-import::before {
	content: "󰥝";
}

.mdi-database-lock::before {
	content: "󰪪";
}

.mdi-database-marker::before {
	content: "󱋶";
}

.mdi-database-minus::before {
	content: "󰆻";
}

.mdi-database-plus::before {
	content: "󰆺";
}

.mdi-database-refresh::before {
	content: "󰗂";
}

.mdi-database-remove::before {
	content: "󰴀";
}

.mdi-database-search::before {
	content: "󰡦";
}

.mdi-database-settings::before {
	content: "󰴁";
}

.mdi-database-sync::before {
	content: "󰳿";
}

.mdi-death-star::before {
	content: "󰣘";
}

.mdi-death-star-variant::before {
	content: "󰣙";
}

.mdi-deathly-hallows::before {
	content: "󰮇";
}

.mdi-debian::before {
	content: "󰣚";
}

.mdi-debug-step-into::before {
	content: "󰆹";
}

.mdi-debug-step-out::before {
	content: "󰆸";
}

.mdi-debug-step-over::before {
	content: "󰆷";
}

.mdi-decagram::before {
	content: "󰝬";
}

.mdi-decagram-outline::before {
	content: "󰝭";
}

.mdi-decimal::before {
	content: "󱂡";
}

.mdi-decimal-comma::before {
	content: "󱂢";
}

.mdi-decimal-comma-decrease::before {
	content: "󱂣";
}

.mdi-decimal-comma-increase::before {
	content: "󱂤";
}

.mdi-decimal-decrease::before {
	content: "󰆶";
}

.mdi-decimal-increase::before {
	content: "󰆵";
}

.mdi-delete::before {
	content: "󰆴";
}

.mdi-delete-alert::before {
	content: "󱂥";
}

.mdi-delete-alert-outline::before {
	content: "󱂦";
}

.mdi-delete-circle::before {
	content: "󰚃";
}

.mdi-delete-circle-outline::before {
	content: "󰮈";
}

.mdi-delete-empty::before {
	content: "󰛌";
}

.mdi-delete-empty-outline::before {
	content: "󰺝";
}

.mdi-delete-forever::before {
	content: "󰗨";
}

.mdi-delete-forever-outline::before {
	content: "󰮉";
}

.mdi-delete-off::before {
	content: "󱂧";
}

.mdi-delete-off-outline::before {
	content: "󱂨";
}

.mdi-delete-outline::before {
	content: "󰧧";
}

.mdi-delete-restore::before {
	content: "󰠙";
}

.mdi-delete-sweep::before {
	content: "󰗩";
}

.mdi-delete-sweep-outline::before {
	content: "󰱢";
}

.mdi-delete-variant::before {
	content: "󰆳";
}

.mdi-delta::before {
	content: "󰇂";
}

.mdi-desk::before {
	content: "󱈹";
}

.mdi-desk-lamp::before {
	content: "󰥟";
}

.mdi-deskphone::before {
	content: "󰇃";
}

.mdi-desktop-classic::before {
	content: "󰟀";
}

.mdi-desktop-mac::before {
	content: "󰇄";
}

.mdi-desktop-mac-dashboard::before {
	content: "󰧨";
}

.mdi-desktop-tower::before {
	content: "󰇅";
}

.mdi-desktop-tower-monitor::before {
	content: "󰪫";
}

.mdi-details::before {
	content: "󰇆";
}

.mdi-dev-to::before {
	content: "󰵮";
}

.mdi-developer-board::before {
	content: "󰚗";
}

.mdi-deviantart::before {
	content: "󰇇";
}

.mdi-devices::before {
	content: "󰾰";
}

.mdi-diabetes::before {
	content: "󱄦";
}

.mdi-dialpad::before {
	content: "󰘜";
}

.mdi-diameter::before {
	content: "󰱣";
}

.mdi-diameter-outline::before {
	content: "󰱤";
}

.mdi-diameter-variant::before {
	content: "󰱥";
}

.mdi-diamond::before {
	content: "󰮊";
}

.mdi-diamond-outline::before {
	content: "󰮋";
}

.mdi-diamond-stone::before {
	content: "󰇈";
}

.mdi-dice-1::before {
	content: "󰇊";
}

.mdi-dice-1-outline::before {
	content: "󱅊";
}

.mdi-dice-2::before {
	content: "󰇋";
}

.mdi-dice-2-outline::before {
	content: "󱅋";
}

.mdi-dice-3::before {
	content: "󰇌";
}

.mdi-dice-3-outline::before {
	content: "󱅌";
}

.mdi-dice-4::before {
	content: "󰇍";
}

.mdi-dice-4-outline::before {
	content: "󱅍";
}

.mdi-dice-5::before {
	content: "󰇎";
}

.mdi-dice-5-outline::before {
	content: "󱅎";
}

.mdi-dice-6::before {
	content: "󰇏";
}

.mdi-dice-6-outline::before {
	content: "󱅏";
}

.mdi-dice-d10::before {
	content: "󱅓";
}

.mdi-dice-d10-outline::before {
	content: "󰝯";
}

.mdi-dice-d12::before {
	content: "󱅔";
}

.mdi-dice-d12-outline::before {
	content: "󰡧";
}

.mdi-dice-d20::before {
	content: "󱅕";
}

.mdi-dice-d20-outline::before {
	content: "󰗪";
}

.mdi-dice-d4::before {
	content: "󱅐";
}

.mdi-dice-d4-outline::before {
	content: "󰗫";
}

.mdi-dice-d6::before {
	content: "󱅑";
}

.mdi-dice-d6-outline::before {
	content: "󰗭";
}

.mdi-dice-d8::before {
	content: "󱅒";
}

.mdi-dice-d8-outline::before {
	content: "󰗬";
}

.mdi-dice-multiple::before {
	content: "󰝮";
}

.mdi-dice-multiple-outline::before {
	content: "󱅖";
}

.mdi-digital-ocean::before {
	content: "󱈷";
}

.mdi-dip-switch::before {
	content: "󰟁";
}

.mdi-directions::before {
	content: "󰇐";
}

.mdi-directions-fork::before {
	content: "󰙁";
}

.mdi-disc::before {
	content: "󰗮";
}

.mdi-disc-alert::before {
	content: "󰇑";
}

.mdi-disc-player::before {
	content: "󰥠";
}

.mdi-discord::before {
	content: "󰙯";
}

.mdi-dishwasher::before {
	content: "󰪬";
}

.mdi-dishwasher-alert::before {
	content: "󱆸";
}

.mdi-dishwasher-off::before {
	content: "󱆹";
}

.mdi-disqus::before {
	content: "󰇒";
}

.mdi-distribute-horizontal-center::before {
	content: "󱇉";
}

.mdi-distribute-horizontal-left::before {
	content: "󱇈";
}

.mdi-distribute-horizontal-right::before {
	content: "󱇊";
}

.mdi-distribute-vertical-bottom::before {
	content: "󱇋";
}

.mdi-distribute-vertical-center::before {
	content: "󱇌";
}

.mdi-distribute-vertical-top::before {
	content: "󱇍";
}

.mdi-diving-flippers::before {
	content: "󰶿";
}

.mdi-diving-helmet::before {
	content: "󰷀";
}

.mdi-diving-scuba::before {
	content: "󰷁";
}

.mdi-diving-scuba-flag::before {
	content: "󰷂";
}

.mdi-diving-scuba-tank::before {
	content: "󰷃";
}

.mdi-diving-scuba-tank-multiple::before {
	content: "󰷄";
}

.mdi-diving-snorkel::before {
	content: "󰷅";
}

.mdi-division::before {
	content: "󰇔";
}

.mdi-division-box::before {
	content: "󰇕";
}

.mdi-dlna::before {
	content: "󰩁";
}

.mdi-dna::before {
	content: "󰚄";
}

.mdi-dns::before {
	content: "󰇖";
}

.mdi-dns-outline::before {
	content: "󰮌";
}

.mdi-do-not-disturb::before {
	content: "󰚘";
}

.mdi-do-not-disturb-off::before {
	content: "󰚙";
}

.mdi-dock-bottom::before {
	content: "󱂩";
}

.mdi-dock-left::before {
	content: "󱂪";
}

.mdi-dock-right::before {
	content: "󱂫";
}

.mdi-dock-window::before {
	content: "󱂬";
}

.mdi-docker::before {
	content: "󰡨";
}

.mdi-doctor::before {
	content: "󰩂";
}

.mdi-dog::before {
	content: "󰩃";
}

.mdi-dog-service::before {
	content: "󰪭";
}

.mdi-dog-side::before {
	content: "󰩄";
}

.mdi-dolby::before {
	content: "󰚳";
}

.mdi-dolly::before {
	content: "󰺞";
}

.mdi-domain::before {
	content: "󰇗";
}

.mdi-domain-off::before {
	content: "󰵯";
}

.mdi-domain-plus::before {
	content: "󱂭";
}

.mdi-domain-remove::before {
	content: "󱂮";
}

.mdi-dome-light::before {
	content: "󱐞";
}

.mdi-domino-mask::before {
	content: "󱀣";
}

.mdi-donkey::before {
	content: "󰟂";
}

.mdi-door::before {
	content: "󰠚";
}

.mdi-door-closed::before {
	content: "󰠛";
}

.mdi-door-closed-lock::before {
	content: "󱂯";
}

.mdi-door-open::before {
	content: "󰠜";
}

.mdi-doorbell::before {
	content: "󱋦";
}

.mdi-doorbell-video::before {
	content: "󰡩";
}

.mdi-dot-net::before {
	content: "󰪮";
}

.mdi-dots-horizontal::before {
	content: "󰇘";
}

.mdi-dots-horizontal-circle::before {
	content: "󰟃";
}

.mdi-dots-horizontal-circle-outline::before {
	content: "󰮍";
}

.mdi-dots-vertical::before {
	content: "󰇙";
}

.mdi-dots-vertical-circle::before {
	content: "󰟄";
}

.mdi-dots-vertical-circle-outline::before {
	content: "󰮎";
}

.mdi-douban::before {
	content: "󰚚";
}

.mdi-download::before {
	content: "󰇚";
}

.mdi-download-box::before {
	content: "󱑢";
}

.mdi-download-box-outline::before {
	content: "󱑣";
}

.mdi-download-circle::before {
	content: "󱑤";
}

.mdi-download-circle-outline::before {
	content: "󱑥";
}

.mdi-download-lock::before {
	content: "󱌠";
}

.mdi-download-lock-outline::before {
	content: "󱌡";
}

.mdi-download-multiple::before {
	content: "󰧩";
}

.mdi-download-network::before {
	content: "󰛴";
}

.mdi-download-network-outline::before {
	content: "󰱦";
}

.mdi-download-off::before {
	content: "󱂰";
}

.mdi-download-off-outline::before {
	content: "󱂱";
}

.mdi-download-outline::before {
	content: "󰮏";
}

.mdi-drag::before {
	content: "󰇛";
}

.mdi-drag-horizontal::before {
	content: "󰇜";
}

.mdi-drag-horizontal-variant::before {
	content: "󱋰";
}

.mdi-drag-variant::before {
	content: "󰮐";
}

.mdi-drag-vertical::before {
	content: "󰇝";
}

.mdi-drag-vertical-variant::before {
	content: "󱋱";
}

.mdi-drama-masks::before {
	content: "󰴂";
}

.mdi-draw::before {
	content: "󰽉";
}

.mdi-drawing::before {
	content: "󰇞";
}

.mdi-drawing-box::before {
	content: "󰇟";
}

.mdi-dresser::before {
	content: "󰽊";
}

.mdi-dresser-outline::before {
	content: "󰽋";
}

.mdi-drone::before {
	content: "󰇢";
}

.mdi-dropbox::before {
	content: "󰇣";
}

.mdi-drupal::before {
	content: "󰇤";
}

.mdi-duck::before {
	content: "󰇥";
}

.mdi-dumbbell::before {
	content: "󰇦";
}

.mdi-dump-truck::before {
	content: "󰱧";
}

.mdi-ear-hearing::before {
	content: "󰟅";
}

.mdi-ear-hearing-off::before {
	content: "󰩅";
}

.mdi-earth::before {
	content: "󰇧";
}

.mdi-earth-arrow-right::before {
	content: "󱌑";
}

.mdi-earth-box::before {
	content: "󰛍";
}

.mdi-earth-box-minus::before {
	content: "󱐇";
}

.mdi-earth-box-off::before {
	content: "󰛎";
}

.mdi-earth-box-plus::before {
	content: "󱐆";
}

.mdi-earth-box-remove::before {
	content: "󱐈";
}

.mdi-earth-minus::before {
	content: "󱐄";
}

.mdi-earth-off::before {
	content: "󰇨";
}

.mdi-earth-plus::before {
	content: "󱐃";
}

.mdi-earth-remove::before {
	content: "󱐅";
}

.mdi-egg::before {
	content: "󰪯";
}

.mdi-egg-easter::before {
	content: "󰪰";
}

.mdi-egg-off::before {
	content: "󱏰";
}

.mdi-egg-off-outline::before {
	content: "󱏱";
}

.mdi-egg-outline::before {
	content: "󱏲";
}

.mdi-eight-track::before {
	content: "󰧪";
}

.mdi-eject::before {
	content: "󰇪";
}

.mdi-eject-outline::before {
	content: "󰮑";
}

.mdi-electric-switch::before {
	content: "󰺟";
}

.mdi-electric-switch-closed::before {
	content: "󱃙";
}

.mdi-electron-framework::before {
	content: "󱀤";
}

.mdi-elephant::before {
	content: "󰟆";
}

.mdi-elevation-decline::before {
	content: "󰇫";
}

.mdi-elevation-rise::before {
	content: "󰇬";
}

.mdi-elevator::before {
	content: "󰇭";
}

.mdi-elevator-down::before {
	content: "󱋂";
}

.mdi-elevator-passenger::before {
	content: "󱎁";
}

.mdi-elevator-up::before {
	content: "󱋁";
}

.mdi-ellipse::before {
	content: "󰺠";
}

.mdi-ellipse-outline::before {
	content: "󰺡";
}

.mdi-email::before {
	content: "󰇮";
}

.mdi-email-alert::before {
	content: "󰛏";
}

.mdi-email-alert-outline::before {
	content: "󰵂";
}

.mdi-email-box::before {
	content: "󰴃";
}

.mdi-email-check::before {
	content: "󰪱";
}

.mdi-email-check-outline::before {
	content: "󰪲";
}

.mdi-email-edit::before {
	content: "󰻣";
}

.mdi-email-edit-outline::before {
	content: "󰻤";
}

.mdi-email-lock::before {
	content: "󰇱";
}

.mdi-email-mark-as-unread::before {
	content: "󰮒";
}

.mdi-email-minus::before {
	content: "󰻥";
}

.mdi-email-minus-outline::before {
	content: "󰻦";
}

.mdi-email-multiple::before {
	content: "󰻧";
}

.mdi-email-multiple-outline::before {
	content: "󰻨";
}

.mdi-email-newsletter::before {
	content: "󰾱";
}

.mdi-email-off::before {
	content: "󱏣";
}

.mdi-email-off-outline::before {
	content: "󱏤";
}

.mdi-email-open::before {
	content: "󰇯";
}

.mdi-email-open-multiple::before {
	content: "󰻩";
}

.mdi-email-open-multiple-outline::before {
	content: "󰻪";
}

.mdi-email-open-outline::before {
	content: "󰗯";
}

.mdi-email-outline::before {
	content: "󰇰";
}

.mdi-email-plus::before {
	content: "󰧫";
}

.mdi-email-plus-outline::before {
	content: "󰧬";
}

.mdi-email-receive::before {
	content: "󱃚";
}

.mdi-email-receive-outline::before {
	content: "󱃛";
}

.mdi-email-search::before {
	content: "󰥡";
}

.mdi-email-search-outline::before {
	content: "󰥢";
}

.mdi-email-send::before {
	content: "󱃜";
}

.mdi-email-send-outline::before {
	content: "󱃝";
}

.mdi-email-sync::before {
	content: "󱋇";
}

.mdi-email-sync-outline::before {
	content: "󱋈";
}

.mdi-email-variant::before {
	content: "󰗰";
}

.mdi-ember::before {
	content: "󰬰";
}

.mdi-emby::before {
	content: "󰚴";
}

.mdi-emoticon::before {
	content: "󰱨";
}

.mdi-emoticon-angry::before {
	content: "󰱩";
}

.mdi-emoticon-angry-outline::before {
	content: "󰱪";
}

.mdi-emoticon-confused::before {
	content: "󱃞";
}

.mdi-emoticon-confused-outline::before {
	content: "󱃟";
}

.mdi-emoticon-cool::before {
	content: "󰱫";
}

.mdi-emoticon-cool-outline::before {
	content: "󰇳";
}

.mdi-emoticon-cry::before {
	content: "󰱬";
}

.mdi-emoticon-cry-outline::before {
	content: "󰱭";
}

.mdi-emoticon-dead::before {
	content: "󰱮";
}

.mdi-emoticon-dead-outline::before {
	content: "󰚛";
}

.mdi-emoticon-devil::before {
	content: "󰱯";
}

.mdi-emoticon-devil-outline::before {
	content: "󰇴";
}

.mdi-emoticon-excited::before {
	content: "󰱰";
}

.mdi-emoticon-excited-outline::before {
	content: "󰚜";
}

.mdi-emoticon-frown::before {
	content: "󰽌";
}

.mdi-emoticon-frown-outline::before {
	content: "󰽍";
}

.mdi-emoticon-happy::before {
	content: "󰱱";
}

.mdi-emoticon-happy-outline::before {
	content: "󰇵";
}

.mdi-emoticon-kiss::before {
	content: "󰱲";
}

.mdi-emoticon-kiss-outline::before {
	content: "󰱳";
}

.mdi-emoticon-lol::before {
	content: "󱈔";
}

.mdi-emoticon-lol-outline::before {
	content: "󱈕";
}

.mdi-emoticon-neutral::before {
	content: "󰱴";
}

.mdi-emoticon-neutral-outline::before {
	content: "󰇶";
}

.mdi-emoticon-outline::before {
	content: "󰇲";
}

.mdi-emoticon-poop::before {
	content: "󰇷";
}

.mdi-emoticon-poop-outline::before {
	content: "󰱵";
}

.mdi-emoticon-sad::before {
	content: "󰱶";
}

.mdi-emoticon-sad-outline::before {
	content: "󰇸";
}

.mdi-emoticon-tongue::before {
	content: "󰇹";
}

.mdi-emoticon-tongue-outline::before {
	content: "󰱷";
}

.mdi-emoticon-wink::before {
	content: "󰱸";
}

.mdi-emoticon-wink-outline::before {
	content: "󰱹";
}

.mdi-engine::before {
	content: "󰇺";
}

.mdi-engine-off::before {
	content: "󰩆";
}

.mdi-engine-off-outline::before {
	content: "󰩇";
}

.mdi-engine-outline::before {
	content: "󰇻";
}

.mdi-epsilon::before {
	content: "󱃠";
}

.mdi-equal::before {
	content: "󰇼";
}

.mdi-equal-box::before {
	content: "󰇽";
}

.mdi-equalizer::before {
	content: "󰺢";
}

.mdi-equalizer-outline::before {
	content: "󰺣";
}

.mdi-eraser::before {
	content: "󰇾";
}

.mdi-eraser-variant::before {
	content: "󰙂";
}

.mdi-escalator::before {
	content: "󰇿";
}

.mdi-escalator-box::before {
	content: "󱎙";
}

.mdi-escalator-down::before {
	content: "󱋀";
}

.mdi-escalator-up::before {
	content: "󱊿";
}

.mdi-eslint::before {
	content: "󰱺";
}

.mdi-et::before {
	content: "󰪳";
}

.mdi-ethereum::before {
	content: "󰡪";
}

.mdi-ethernet::before {
	content: "󰈀";
}

.mdi-ethernet-cable::before {
	content: "󰈁";
}

.mdi-ethernet-cable-off::before {
	content: "󰈂";
}

.mdi-ev-station::before {
	content: "󰗱";
}

.mdi-evernote::before {
	content: "󰈄";
}

.mdi-excavator::before {
	content: "󱀥";
}

.mdi-exclamation::before {
	content: "󰈅";
}

.mdi-exclamation-thick::before {
	content: "󱈸";
}

.mdi-exit-run::before {
	content: "󰩈";
}

.mdi-exit-to-app::before {
	content: "󰈆";
}

.mdi-expand-all::before {
	content: "󰪴";
}

.mdi-expand-all-outline::before {
	content: "󰪵";
}

.mdi-expansion-card::before {
	content: "󰢮";
}

.mdi-expansion-card-variant::before {
	content: "󰾲";
}

.mdi-exponent::before {
	content: "󰥣";
}

.mdi-exponent-box::before {
	content: "󰥤";
}

.mdi-export::before {
	content: "󰈇";
}

.mdi-export-variant::before {
	content: "󰮓";
}

.mdi-eye::before {
	content: "󰈈";
}

.mdi-eye-check::before {
	content: "󰴄";
}

.mdi-eye-check-outline::before {
	content: "󰴅";
}

.mdi-eye-circle::before {
	content: "󰮔";
}

.mdi-eye-circle-outline::before {
	content: "󰮕";
}

.mdi-eye-minus::before {
	content: "󱀦";
}

.mdi-eye-minus-outline::before {
	content: "󱀧";
}

.mdi-eye-off::before {
	content: "󰈉";
}

.mdi-eye-off-outline::before {
	content: "󰛑";
}

.mdi-eye-outline::before {
	content: "󰛐";
}

.mdi-eye-plus::before {
	content: "󰡫";
}

.mdi-eye-plus-outline::before {
	content: "󰡬";
}

.mdi-eye-settings::before {
	content: "󰡭";
}

.mdi-eye-settings-outline::before {
	content: "󰡮";
}

.mdi-eyedropper::before {
	content: "󰈊";
}

.mdi-eyedropper-minus::before {
	content: "󱏝";
}

.mdi-eyedropper-off::before {
	content: "󱏟";
}

.mdi-eyedropper-plus::before {
	content: "󱏜";
}

.mdi-eyedropper-remove::before {
	content: "󱏞";
}

.mdi-eyedropper-variant::before {
	content: "󰈋";
}

.mdi-face::before {
	content: "󰙃";
}

.mdi-face-agent::before {
	content: "󰵰";
}

.mdi-face-outline::before {
	content: "󰮖";
}

.mdi-face-profile::before {
	content: "󰙄";
}

.mdi-face-profile-woman::before {
	content: "󱁶";
}

.mdi-face-recognition::before {
	content: "󰱻";
}

.mdi-face-woman::before {
	content: "󱁷";
}

.mdi-face-woman-outline::before {
	content: "󱁸";
}

.mdi-facebook::before {
	content: "󰈌";
}

.mdi-facebook-messenger::before {
	content: "󰈎";
}

.mdi-facebook-workplace::before {
	content: "󰬱";
}

.mdi-factory::before {
	content: "󰈏";
}

.mdi-fan::before {
	content: "󰈐";
}

.mdi-fan-alert::before {
	content: "󱑬";
}

.mdi-fan-chevron-down::before {
	content: "󱑭";
}

.mdi-fan-chevron-up::before {
	content: "󱑮";
}

.mdi-fan-minus::before {
	content: "󱑰";
}

.mdi-fan-off::before {
	content: "󰠝";
}

.mdi-fan-plus::before {
	content: "󱑯";
}

.mdi-fan-remove::before {
	content: "󱑱";
}

.mdi-fan-speed-1::before {
	content: "󱑲";
}

.mdi-fan-speed-2::before {
	content: "󱑳";
}

.mdi-fan-speed-3::before {
	content: "󱑴";
}

.mdi-fast-forward::before {
	content: "󰈑";
}

.mdi-fast-forward-10::before {
	content: "󰵱";
}

.mdi-fast-forward-30::before {
	content: "󰴆";
}

.mdi-fast-forward-5::before {
	content: "󱇸";
}

.mdi-fast-forward-outline::before {
	content: "󰛒";
}

.mdi-fax::before {
	content: "󰈒";
}

.mdi-feather::before {
	content: "󰛓";
}

.mdi-feature-search::before {
	content: "󰩉";
}

.mdi-feature-search-outline::before {
	content: "󰩊";
}

.mdi-fedora::before {
	content: "󰣛";
}

.mdi-fencing::before {
	content: "󱓁";
}

.mdi-ferris-wheel::before {
	content: "󰺤";
}

.mdi-ferry::before {
	content: "󰈓";
}

.mdi-file::before {
	content: "󰈔";
}

.mdi-file-account::before {
	content: "󰜻";
}

.mdi-file-account-outline::before {
	content: "󱀨";
}

.mdi-file-alert::before {
	content: "󰩋";
}

.mdi-file-alert-outline::before {
	content: "󰩌";
}

.mdi-file-cabinet::before {
	content: "󰪶";
}

.mdi-file-cad::before {
	content: "󰻫";
}

.mdi-file-cad-box::before {
	content: "󰻬";
}

.mdi-file-cancel::before {
	content: "󰷆";
}

.mdi-file-cancel-outline::before {
	content: "󰷇";
}

.mdi-file-certificate::before {
	content: "󱆆";
}

.mdi-file-certificate-outline::before {
	content: "󱆇";
}

.mdi-file-chart::before {
	content: "󰈕";
}

.mdi-file-chart-outline::before {
	content: "󱀩";
}

.mdi-file-check::before {
	content: "󰈖";
}

.mdi-file-check-outline::before {
	content: "󰸩";
}

.mdi-file-clock::before {
	content: "󱋡";
}

.mdi-file-clock-outline::before {
	content: "󱋢";
}

.mdi-file-cloud::before {
	content: "󰈗";
}

.mdi-file-cloud-outline::before {
	content: "󱀪";
}

.mdi-file-code::before {
	content: "󰈮";
}

.mdi-file-code-outline::before {
	content: "󱀫";
}

.mdi-file-cog::before {
	content: "󱁻";
}

.mdi-file-cog-outline::before {
	content: "󱁼";
}

.mdi-file-compare::before {
	content: "󰢪";
}

.mdi-file-delimited::before {
	content: "󰈘";
}

.mdi-file-delimited-outline::before {
	content: "󰺥";
}

.mdi-file-document::before {
	content: "󰈙";
}

.mdi-file-document-edit::before {
	content: "󰷈";
}

.mdi-file-document-edit-outline::before {
	content: "󰷉";
}

.mdi-file-document-outline::before {
	content: "󰧮";
}

.mdi-file-download::before {
	content: "󰥥";
}

.mdi-file-download-outline::before {
	content: "󰥦";
}

.mdi-file-edit::before {
	content: "󱇧";
}

.mdi-file-edit-outline::before {
	content: "󱇨";
}

.mdi-file-excel::before {
	content: "󰈛";
}

.mdi-file-excel-box::before {
	content: "󰈜";
}

.mdi-file-excel-box-outline::before {
	content: "󱀬";
}

.mdi-file-excel-outline::before {
	content: "󱀭";
}

.mdi-file-export::before {
	content: "󰈝";
}

.mdi-file-export-outline::before {
	content: "󱀮";
}

.mdi-file-eye::before {
	content: "󰷊";
}

.mdi-file-eye-outline::before {
	content: "󰷋";
}

.mdi-file-find::before {
	content: "󰈞";
}

.mdi-file-find-outline::before {
	content: "󰮗";
}

.mdi-file-hidden::before {
	content: "󰘓";
}

.mdi-file-image::before {
	content: "󰈟";
}

.mdi-file-image-outline::before {
	content: "󰺰";
}

.mdi-file-import::before {
	content: "󰈠";
}

.mdi-file-import-outline::before {
	content: "󱀯";
}

.mdi-file-key::before {
	content: "󱆄";
}

.mdi-file-key-outline::before {
	content: "󱆅";
}

.mdi-file-link::before {
	content: "󱅷";
}

.mdi-file-link-outline::before {
	content: "󱅸";
}

.mdi-file-lock::before {
	content: "󰈡";
}

.mdi-file-lock-outline::before {
	content: "󱀰";
}

.mdi-file-move::before {
	content: "󰪹";
}

.mdi-file-move-outline::before {
	content: "󱀱";
}

.mdi-file-multiple::before {
	content: "󰈢";
}

.mdi-file-multiple-outline::before {
	content: "󱀲";
}

.mdi-file-music::before {
	content: "󰈣";
}

.mdi-file-music-outline::before {
	content: "󰸪";
}

.mdi-file-outline::before {
	content: "󰈤";
}

.mdi-file-pdf::before {
	content: "󰈥";
}

.mdi-file-pdf-box::before {
	content: "󰈦";
}

.mdi-file-pdf-box-outline::before {
	content: "󰾳";
}

.mdi-file-pdf-outline::before {
	content: "󰸭";
}

.mdi-file-percent::before {
	content: "󰠞";
}

.mdi-file-percent-outline::before {
	content: "󱀳";
}

.mdi-file-phone::before {
	content: "󱅹";
}

.mdi-file-phone-outline::before {
	content: "󱅺";
}

.mdi-file-plus::before {
	content: "󰝒";
}

.mdi-file-plus-outline::before {
	content: "󰻭";
}

.mdi-file-powerpoint::before {
	content: "󰈧";
}

.mdi-file-powerpoint-box::before {
	content: "󰈨";
}

.mdi-file-powerpoint-box-outline::before {
	content: "󱀴";
}

.mdi-file-powerpoint-outline::before {
	content: "󱀵";
}

.mdi-file-presentation-box::before {
	content: "󰈩";
}

.mdi-file-question::before {
	content: "󰡯";
}

.mdi-file-question-outline::before {
	content: "󱀶";
}

.mdi-file-refresh::before {
	content: "󰤘";
}

.mdi-file-refresh-outline::before {
	content: "󰕁";
}

.mdi-file-remove::before {
	content: "󰮘";
}

.mdi-file-remove-outline::before {
	content: "󱀷";
}

.mdi-file-replace::before {
	content: "󰬲";
}

.mdi-file-replace-outline::before {
	content: "󰬳";
}

.mdi-file-restore::before {
	content: "󰙰";
}

.mdi-file-restore-outline::before {
	content: "󱀸";
}

.mdi-file-search::before {
	content: "󰱼";
}

.mdi-file-search-outline::before {
	content: "󰱽";
}

.mdi-file-send::before {
	content: "󰈪";
}

.mdi-file-send-outline::before {
	content: "󱀹";
}

.mdi-file-settings::before {
	content: "󱁹";
}

.mdi-file-settings-outline::before {
	content: "󱁺";
}

.mdi-file-star::before {
	content: "󱀺";
}

.mdi-file-star-outline::before {
	content: "󱀻";
}

.mdi-file-swap::before {
	content: "󰾴";
}

.mdi-file-swap-outline::before {
	content: "󰾵";
}

.mdi-file-sync::before {
	content: "󱈖";
}

.mdi-file-sync-outline::before {
	content: "󱈗";
}

.mdi-file-table::before {
	content: "󰱾";
}

.mdi-file-table-box::before {
	content: "󱃡";
}

.mdi-file-table-box-multiple::before {
	content: "󱃢";
}

.mdi-file-table-box-multiple-outline::before {
	content: "󱃣";
}

.mdi-file-table-box-outline::before {
	content: "󱃤";
}

.mdi-file-table-outline::before {
	content: "󰱿";
}

.mdi-file-tree::before {
	content: "󰙅";
}

.mdi-file-tree-outline::before {
	content: "󱏒";
}

.mdi-file-undo::before {
	content: "󰣜";
}

.mdi-file-undo-outline::before {
	content: "󱀼";
}

.mdi-file-upload::before {
	content: "󰩍";
}

.mdi-file-upload-outline::before {
	content: "󰩎";
}

.mdi-file-video::before {
	content: "󰈫";
}

.mdi-file-video-outline::before {
	content: "󰸬";
}

.mdi-file-word::before {
	content: "󰈬";
}

.mdi-file-word-box::before {
	content: "󰈭";
}

.mdi-file-word-box-outline::before {
	content: "󱀽";
}

.mdi-file-word-outline::before {
	content: "󱀾";
}

.mdi-film::before {
	content: "󰈯";
}

.mdi-filmstrip::before {
	content: "󰈰";
}

.mdi-filmstrip-box::before {
	content: "󰌲";
}

.mdi-filmstrip-box-multiple::before {
	content: "󰴘";
}

.mdi-filmstrip-off::before {
	content: "󰈱";
}

.mdi-filter::before {
	content: "󰈲";
}

.mdi-filter-menu::before {
	content: "󱃥";
}

.mdi-filter-menu-outline::before {
	content: "󱃦";
}

.mdi-filter-minus::before {
	content: "󰻮";
}

.mdi-filter-minus-outline::before {
	content: "󰻯";
}

.mdi-filter-outline::before {
	content: "󰈳";
}

.mdi-filter-plus::before {
	content: "󰻰";
}

.mdi-filter-plus-outline::before {
	content: "󰻱";
}

.mdi-filter-remove::before {
	content: "󰈴";
}

.mdi-filter-remove-outline::before {
	content: "󰈵";
}

.mdi-filter-variant::before {
	content: "󰈶";
}

.mdi-filter-variant-minus::before {
	content: "󱄒";
}

.mdi-filter-variant-plus::before {
	content: "󱄓";
}

.mdi-filter-variant-remove::before {
	content: "󱀿";
}

.mdi-finance::before {
	content: "󰠟";
}

.mdi-find-replace::before {
	content: "󰛔";
}

.mdi-fingerprint::before {
	content: "󰈷";
}

.mdi-fingerprint-off::before {
	content: "󰺱";
}

.mdi-fire::before {
	content: "󰈸";
}

.mdi-fire-extinguisher::before {
	content: "󰻲";
}

.mdi-fire-hydrant::before {
	content: "󱄷";
}

.mdi-fire-hydrant-alert::before {
	content: "󱄸";
}

.mdi-fire-hydrant-off::before {
	content: "󱄹";
}

.mdi-fire-truck::before {
	content: "󰢫";
}

.mdi-firebase::before {
	content: "󰥧";
}

.mdi-firefox::before {
	content: "󰈹";
}

.mdi-fireplace::before {
	content: "󰸮";
}

.mdi-fireplace-off::before {
	content: "󰸯";
}

.mdi-firework::before {
	content: "󰸰";
}

.mdi-fish::before {
	content: "󰈺";
}

.mdi-fish-off::before {
	content: "󱏳";
}

.mdi-fishbowl::before {
	content: "󰻳";
}

.mdi-fishbowl-outline::before {
	content: "󰻴";
}

.mdi-fit-to-page::before {
	content: "󰻵";
}

.mdi-fit-to-page-outline::before {
	content: "󰻶";
}

.mdi-flag::before {
	content: "󰈻";
}

.mdi-flag-checkered::before {
	content: "󰈼";
}

.mdi-flag-minus::before {
	content: "󰮙";
}

.mdi-flag-minus-outline::before {
	content: "󱂲";
}

.mdi-flag-outline::before {
	content: "󰈽";
}

.mdi-flag-plus::before {
	content: "󰮚";
}

.mdi-flag-plus-outline::before {
	content: "󱂳";
}

.mdi-flag-remove::before {
	content: "󰮛";
}

.mdi-flag-remove-outline::before {
	content: "󱂴";
}

.mdi-flag-triangle::before {
	content: "󰈿";
}

.mdi-flag-variant::before {
	content: "󰉀";
}

.mdi-flag-variant-outline::before {
	content: "󰈾";
}

.mdi-flare::before {
	content: "󰵲";
}

.mdi-flash::before {
	content: "󰉁";
}

.mdi-flash-alert::before {
	content: "󰻷";
}

.mdi-flash-alert-outline::before {
	content: "󰻸";
}

.mdi-flash-auto::before {
	content: "󰉂";
}

.mdi-flash-circle::before {
	content: "󰠠";
}

.mdi-flash-off::before {
	content: "󰉃";
}

.mdi-flash-outline::before {
	content: "󰛕";
}

.mdi-flash-red-eye::before {
	content: "󰙻";
}

.mdi-flashlight::before {
	content: "󰉄";
}

.mdi-flashlight-off::before {
	content: "󰉅";
}

.mdi-flask::before {
	content: "󰂓";
}

.mdi-flask-empty::before {
	content: "󰂔";
}

.mdi-flask-empty-minus::before {
	content: "󱈺";
}

.mdi-flask-empty-minus-outline::before {
	content: "󱈻";
}

.mdi-flask-empty-off::before {
	content: "󱏴";
}

.mdi-flask-empty-off-outline::before {
	content: "󱏵";
}

.mdi-flask-empty-outline::before {
	content: "󰂕";
}

.mdi-flask-empty-plus::before {
	content: "󱈼";
}

.mdi-flask-empty-plus-outline::before {
	content: "󱈽";
}

.mdi-flask-empty-remove::before {
	content: "󱈾";
}

.mdi-flask-empty-remove-outline::before {
	content: "󱈿";
}

.mdi-flask-minus::before {
	content: "󱉀";
}

.mdi-flask-minus-outline::before {
	content: "󱉁";
}

.mdi-flask-off::before {
	content: "󱏶";
}

.mdi-flask-off-outline::before {
	content: "󱏷";
}

.mdi-flask-outline::before {
	content: "󰂖";
}

.mdi-flask-plus::before {
	content: "󱉂";
}

.mdi-flask-plus-outline::before {
	content: "󱉃";
}

.mdi-flask-remove::before {
	content: "󱉄";
}

.mdi-flask-remove-outline::before {
	content: "󱉅";
}

.mdi-flask-round-bottom::before {
	content: "󱉋";
}

.mdi-flask-round-bottom-empty::before {
	content: "󱉌";
}

.mdi-flask-round-bottom-empty-outline::before {
	content: "󱉍";
}

.mdi-flask-round-bottom-outline::before {
	content: "󱉎";
}

.mdi-fleur-de-lis::before {
	content: "󱌃";
}

.mdi-flip-horizontal::before {
	content: "󱃧";
}

.mdi-flip-to-back::before {
	content: "󰉇";
}

.mdi-flip-to-front::before {
	content: "󰉈";
}

.mdi-flip-vertical::before {
	content: "󱃨";
}

.mdi-floor-lamp::before {
	content: "󰣝";
}

.mdi-floor-lamp-dual::before {
	content: "󱁀";
}

.mdi-floor-lamp-variant::before {
	content: "󱁁";
}

.mdi-floor-plan::before {
	content: "󰠡";
}

.mdi-floppy::before {
	content: "󰉉";
}

.mdi-floppy-variant::before {
	content: "󰧯";
}

.mdi-flower::before {
	content: "󰉊";
}

.mdi-flower-outline::before {
	content: "󰧰";
}

.mdi-flower-poppy::before {
	content: "󰴈";
}

.mdi-flower-tulip::before {
	content: "󰧱";
}

.mdi-flower-tulip-outline::before {
	content: "󰧲";
}

.mdi-focus-auto::before {
	content: "󰽎";
}

.mdi-focus-field::before {
	content: "󰽏";
}

.mdi-focus-field-horizontal::before {
	content: "󰽐";
}

.mdi-focus-field-vertical::before {
	content: "󰽑";
}

.mdi-folder::before {
	content: "󰉋";
}

.mdi-folder-account::before {
	content: "󰉌";
}

.mdi-folder-account-outline::before {
	content: "󰮜";
}

.mdi-folder-alert::before {
	content: "󰷌";
}

.mdi-folder-alert-outline::before {
	content: "󰷍";
}

.mdi-folder-clock::before {
	content: "󰪺";
}

.mdi-folder-clock-outline::before {
	content: "󰪻";
}

.mdi-folder-cog::before {
	content: "󱁿";
}

.mdi-folder-cog-outline::before {
	content: "󱂀";
}

.mdi-folder-download::before {
	content: "󰉍";
}

.mdi-folder-download-outline::before {
	content: "󱃩";
}

.mdi-folder-edit::before {
	content: "󰣞";
}

.mdi-folder-edit-outline::before {
	content: "󰷎";
}

.mdi-folder-google-drive::before {
	content: "󰉎";
}

.mdi-folder-heart::before {
	content: "󱃪";
}

.mdi-folder-heart-outline::before {
	content: "󱃫";
}

.mdi-folder-home::before {
	content: "󱂵";
}

.mdi-folder-home-outline::before {
	content: "󱂶";
}

.mdi-folder-image::before {
	content: "󰉏";
}

.mdi-folder-information::before {
	content: "󱂷";
}

.mdi-folder-information-outline::before {
	content: "󱂸";
}

.mdi-folder-key::before {
	content: "󰢬";
}

.mdi-folder-key-network::before {
	content: "󰢭";
}

.mdi-folder-key-network-outline::before {
	content: "󰲀";
}

.mdi-folder-key-outline::before {
	content: "󱃬";
}

.mdi-folder-lock::before {
	content: "󰉐";
}

.mdi-folder-lock-open::before {
	content: "󰉑";
}

.mdi-folder-marker::before {
	content: "󱉭";
}

.mdi-folder-marker-outline::before {
	content: "󱉮";
}

.mdi-folder-move::before {
	content: "󰉒";
}

.mdi-folder-move-outline::before {
	content: "󱉆";
}

.mdi-folder-multiple::before {
	content: "󰉓";
}

.mdi-folder-multiple-image::before {
	content: "󰉔";
}

.mdi-folder-multiple-outline::before {
	content: "󰉕";
}

.mdi-folder-multiple-plus::before {
	content: "󱑾";
}

.mdi-folder-multiple-plus-outline::before {
	content: "󱑿";
}

.mdi-folder-music::before {
	content: "󱍙";
}

.mdi-folder-music-outline::before {
	content: "󱍚";
}

.mdi-folder-network::before {
	content: "󰡰";
}

.mdi-folder-network-outline::before {
	content: "󰲁";
}

.mdi-folder-open::before {
	content: "󰝰";
}

.mdi-folder-open-outline::before {
	content: "󰷏";
}

.mdi-folder-outline::before {
	content: "󰉖";
}

.mdi-folder-plus::before {
	content: "󰉗";
}

.mdi-folder-plus-outline::before {
	content: "󰮝";
}

.mdi-folder-pound::before {
	content: "󰴉";
}

.mdi-folder-pound-outline::before {
	content: "󰴊";
}

.mdi-folder-refresh::before {
	content: "󰝉";
}

.mdi-folder-refresh-outline::before {
	content: "󰕂";
}

.mdi-folder-remove::before {
	content: "󰉘";
}

.mdi-folder-remove-outline::before {
	content: "󰮞";
}

.mdi-folder-search::before {
	content: "󰥨";
}

.mdi-folder-search-outline::before {
	content: "󰥩";
}

.mdi-folder-settings::before {
	content: "󱁽";
}

.mdi-folder-settings-outline::before {
	content: "󱁾";
}

.mdi-folder-star::before {
	content: "󰚝";
}

.mdi-folder-star-multiple::before {
	content: "󱏓";
}

.mdi-folder-star-multiple-outline::before {
	content: "󱏔";
}

.mdi-folder-star-outline::before {
	content: "󰮟";
}

.mdi-folder-swap::before {
	content: "󰾶";
}

.mdi-folder-swap-outline::before {
	content: "󰾷";
}

.mdi-folder-sync::before {
	content: "󰴋";
}

.mdi-folder-sync-outline::before {
	content: "󰴌";
}

.mdi-folder-table::before {
	content: "󱋣";
}

.mdi-folder-table-outline::before {
	content: "󱋤";
}

.mdi-folder-text::before {
	content: "󰲂";
}

.mdi-folder-text-outline::before {
	content: "󰲃";
}

.mdi-folder-upload::before {
	content: "󰉙";
}

.mdi-folder-upload-outline::before {
	content: "󱃭";
}

.mdi-folder-zip::before {
	content: "󰛫";
}

.mdi-folder-zip-outline::before {
	content: "󰞹";
}

.mdi-font-awesome::before {
	content: "󰀺";
}

.mdi-food::before {
	content: "󰉚";
}

.mdi-food-apple::before {
	content: "󰉛";
}

.mdi-food-apple-outline::before {
	content: "󰲄";
}

.mdi-food-croissant::before {
	content: "󰟈";
}

.mdi-food-drumstick::before {
	content: "󱐟";
}

.mdi-food-drumstick-off::before {
	content: "󱑨";
}

.mdi-food-drumstick-off-outline::before {
	content: "󱑩";
}

.mdi-food-drumstick-outline::before {
	content: "󱐠";
}

.mdi-food-fork-drink::before {
	content: "󰗲";
}

.mdi-food-off::before {
	content: "󰗳";
}

.mdi-food-steak::before {
	content: "󱑪";
}

.mdi-food-steak-off::before {
	content: "󱑫";
}

.mdi-food-variant::before {
	content: "󰉜";
}

.mdi-food-variant-off::before {
	content: "󱏥";
}

.mdi-foot-print::before {
	content: "󰽒";
}

.mdi-football::before {
	content: "󰉝";
}

.mdi-football-australian::before {
	content: "󰉞";
}

.mdi-football-helmet::before {
	content: "󰉟";
}

.mdi-forklift::before {
	content: "󰟉";
}

.mdi-form-dropdown::before {
	content: "󱐀";
}

.mdi-form-select::before {
	content: "󱐁";
}

.mdi-form-textarea::before {
	content: "󱂕";
}

.mdi-form-textbox::before {
	content: "󰘎";
}

.mdi-form-textbox-lock::before {
	content: "󱍝";
}

.mdi-form-textbox-password::before {
	content: "󰟵";
}

.mdi-format-align-bottom::before {
	content: "󰝓";
}

.mdi-format-align-center::before {
	content: "󰉠";
}

.mdi-format-align-justify::before {
	content: "󰉡";
}

.mdi-format-align-left::before {
	content: "󰉢";
}

.mdi-format-align-middle::before {
	content: "󰝔";
}

.mdi-format-align-right::before {
	content: "󰉣";
}

.mdi-format-align-top::before {
	content: "󰝕";
}

.mdi-format-annotation-minus::before {
	content: "󰪼";
}

.mdi-format-annotation-plus::before {
	content: "󰙆";
}

.mdi-format-bold::before {
	content: "󰉤";
}

.mdi-format-clear::before {
	content: "󰉥";
}

.mdi-format-color-fill::before {
	content: "󰉦";
}

.mdi-format-color-highlight::before {
	content: "󰸱";
}

.mdi-format-color-marker-cancel::before {
	content: "󱌓";
}

.mdi-format-color-text::before {
	content: "󰚞";
}

.mdi-format-columns::before {
	content: "󰣟";
}

.mdi-format-float-center::before {
	content: "󰉧";
}

.mdi-format-float-left::before {
	content: "󰉨";
}

.mdi-format-float-none::before {
	content: "󰉩";
}

.mdi-format-float-right::before {
	content: "󰉪";
}

.mdi-format-font::before {
	content: "󰛖";
}

.mdi-format-font-size-decrease::before {
	content: "󰧳";
}

.mdi-format-font-size-increase::before {
	content: "󰧴";
}

.mdi-format-header-1::before {
	content: "󰉫";
}

.mdi-format-header-2::before {
	content: "󰉬";
}

.mdi-format-header-3::before {
	content: "󰉭";
}

.mdi-format-header-4::before {
	content: "󰉮";
}

.mdi-format-header-5::before {
	content: "󰉯";
}

.mdi-format-header-6::before {
	content: "󰉰";
}

.mdi-format-header-decrease::before {
	content: "󰉱";
}

.mdi-format-header-equal::before {
	content: "󰉲";
}

.mdi-format-header-increase::before {
	content: "󰉳";
}

.mdi-format-header-pound::before {
	content: "󰉴";
}

.mdi-format-horizontal-align-center::before {
	content: "󰘞";
}

.mdi-format-horizontal-align-left::before {
	content: "󰘟";
}

.mdi-format-horizontal-align-right::before {
	content: "󰘠";
}

.mdi-format-indent-decrease::before {
	content: "󰉵";
}

.mdi-format-indent-increase::before {
	content: "󰉶";
}

.mdi-format-italic::before {
	content: "󰉷";
}

.mdi-format-letter-case::before {
	content: "󰬴";
}

.mdi-format-letter-case-lower::before {
	content: "󰬵";
}

.mdi-format-letter-case-upper::before {
	content: "󰬶";
}

.mdi-format-letter-ends-with::before {
	content: "󰾸";
}

.mdi-format-letter-matches::before {
	content: "󰾹";
}

.mdi-format-letter-starts-with::before {
	content: "󰾺";
}

.mdi-format-line-spacing::before {
	content: "󰉸";
}

.mdi-format-line-style::before {
	content: "󰗈";
}

.mdi-format-line-weight::before {
	content: "󰗉";
}

.mdi-format-list-bulleted::before {
	content: "󰉹";
}

.mdi-format-list-bulleted-square::before {
	content: "󰷐";
}

.mdi-format-list-bulleted-triangle::before {
	content: "󰺲";
}

.mdi-format-list-bulleted-type::before {
	content: "󰉺";
}

.mdi-format-list-checkbox::before {
	content: "󰥪";
}

.mdi-format-list-checks::before {
	content: "󰝖";
}

.mdi-format-list-numbered::before {
	content: "󰉻";
}

.mdi-format-list-numbered-rtl::before {
	content: "󰴍";
}

.mdi-format-list-text::before {
	content: "󱉯";
}

.mdi-format-overline::before {
	content: "󰺳";
}

.mdi-format-page-break::before {
	content: "󰛗";
}

.mdi-format-paint::before {
	content: "󰉼";
}

.mdi-format-paragraph::before {
	content: "󰉽";
}

.mdi-format-pilcrow::before {
	content: "󰛘";
}

.mdi-format-quote-close::before {
	content: "󰉾";
}

.mdi-format-quote-close-outline::before {
	content: "󱆨";
}

.mdi-format-quote-open::before {
	content: "󰝗";
}

.mdi-format-quote-open-outline::before {
	content: "󱆧";
}

.mdi-format-rotate-90::before {
	content: "󰚪";
}

.mdi-format-section::before {
	content: "󰚟";
}

.mdi-format-size::before {
	content: "󰉿";
}

.mdi-format-strikethrough::before {
	content: "󰊀";
}

.mdi-format-strikethrough-variant::before {
	content: "󰊁";
}

.mdi-format-subscript::before {
	content: "󰊂";
}

.mdi-format-superscript::before {
	content: "󰊃";
}

.mdi-format-text::before {
	content: "󰊄";
}

.mdi-format-text-rotation-angle-down::before {
	content: "󰾻";
}

.mdi-format-text-rotation-angle-up::before {
	content: "󰾼";
}

.mdi-format-text-rotation-down::before {
	content: "󰵳";
}

.mdi-format-text-rotation-down-vertical::before {
	content: "󰾽";
}

.mdi-format-text-rotation-none::before {
	content: "󰵴";
}

.mdi-format-text-rotation-up::before {
	content: "󰾾";
}

.mdi-format-text-rotation-vertical::before {
	content: "󰾿";
}

.mdi-format-text-variant::before {
	content: "󰸲";
}

.mdi-format-text-wrapping-clip::before {
	content: "󰴎";
}

.mdi-format-text-wrapping-overflow::before {
	content: "󰴏";
}

.mdi-format-text-wrapping-wrap::before {
	content: "󰴐";
}

.mdi-format-textbox::before {
	content: "󰴑";
}

.mdi-format-textdirection-l-to-r::before {
	content: "󰊅";
}

.mdi-format-textdirection-r-to-l::before {
	content: "󰊆";
}

.mdi-format-title::before {
	content: "󰗴";
}

.mdi-format-underline::before {
	content: "󰊇";
}

.mdi-format-vertical-align-bottom::before {
	content: "󰘡";
}

.mdi-format-vertical-align-center::before {
	content: "󰘢";
}

.mdi-format-vertical-align-top::before {
	content: "󰘣";
}

.mdi-format-wrap-inline::before {
	content: "󰊈";
}

.mdi-format-wrap-square::before {
	content: "󰊉";
}

.mdi-format-wrap-tight::before {
	content: "󰊊";
}

.mdi-format-wrap-top-bottom::before {
	content: "󰊋";
}

.mdi-forum::before {
	content: "󰊌";
}

.mdi-forum-outline::before {
	content: "󰠢";
}

.mdi-forward::before {
	content: "󰊍";
}

.mdi-forwardburger::before {
	content: "󰵵";
}

.mdi-fountain::before {
	content: "󰥫";
}

.mdi-fountain-pen::before {
	content: "󰴒";
}

.mdi-fountain-pen-tip::before {
	content: "󰴓";
}

.mdi-freebsd::before {
	content: "󰣠";
}

.mdi-frequently-asked-questions::before {
	content: "󰺴";
}

.mdi-fridge::before {
	content: "󰊐";
}

.mdi-fridge-alert::before {
	content: "󱆱";
}

.mdi-fridge-alert-outline::before {
	content: "󱆲";
}

.mdi-fridge-bottom::before {
	content: "󰊒";
}

.mdi-fridge-off::before {
	content: "󱆯";
}

.mdi-fridge-off-outline::before {
	content: "󱆰";
}

.mdi-fridge-outline::before {
	content: "󰊏";
}

.mdi-fridge-top::before {
	content: "󰊑";
}

.mdi-fruit-cherries::before {
	content: "󱁂";
}

.mdi-fruit-cherries-off::before {
	content: "󱏸";
}

.mdi-fruit-citrus::before {
	content: "󱁃";
}

.mdi-fruit-citrus-off::before {
	content: "󱏹";
}

.mdi-fruit-grapes::before {
	content: "󱁄";
}

.mdi-fruit-grapes-outline::before {
	content: "󱁅";
}

.mdi-fruit-pineapple::before {
	content: "󱁆";
}

.mdi-fruit-watermelon::before {
	content: "󱁇";
}

.mdi-fuel::before {
	content: "󰟊";
}

.mdi-fullscreen::before {
	content: "󰊓";
}

.mdi-fullscreen-exit::before {
	content: "󰊔";
}

.mdi-function::before {
	content: "󰊕";
}

.mdi-function-variant::before {
	content: "󰡱";
}

.mdi-furigana-horizontal::before {
	content: "󱂁";
}

.mdi-furigana-vertical::before {
	content: "󱂂";
}

.mdi-fuse::before {
	content: "󰲅";
}

.mdi-fuse-alert::before {
	content: "󱐭";
}

.mdi-fuse-blade::before {
	content: "󰲆";
}

.mdi-fuse-off::before {
	content: "󱐬";
}

.mdi-gamepad::before {
	content: "󰊖";
}

.mdi-gamepad-circle::before {
	content: "󰸳";
}

.mdi-gamepad-circle-down::before {
	content: "󰸴";
}

.mdi-gamepad-circle-left::before {
	content: "󰸵";
}

.mdi-gamepad-circle-outline::before {
	content: "󰸶";
}

.mdi-gamepad-circle-right::before {
	content: "󰸷";
}

.mdi-gamepad-circle-up::before {
	content: "󰸸";
}

.mdi-gamepad-down::before {
	content: "󰸹";
}

.mdi-gamepad-left::before {
	content: "󰸺";
}

.mdi-gamepad-right::before {
	content: "󰸻";
}

.mdi-gamepad-round::before {
	content: "󰸼";
}

.mdi-gamepad-round-down::before {
	content: "󰸽";
}

.mdi-gamepad-round-left::before {
	content: "󰸾";
}

.mdi-gamepad-round-outline::before {
	content: "󰸿";
}

.mdi-gamepad-round-right::before {
	content: "󰹀";
}

.mdi-gamepad-round-up::before {
	content: "󰹁";
}

.mdi-gamepad-square::before {
	content: "󰺵";
}

.mdi-gamepad-square-outline::before {
	content: "󰺶";
}

.mdi-gamepad-up::before {
	content: "󰹂";
}

.mdi-gamepad-variant::before {
	content: "󰊗";
}

.mdi-gamepad-variant-outline::before {
	content: "󰺷";
}

.mdi-gamma::before {
	content: "󱃮";
}

.mdi-gantry-crane::before {
	content: "󰷑";
}

.mdi-garage::before {
	content: "󰛙";
}

.mdi-garage-alert::before {
	content: "󰡲";
}

.mdi-garage-alert-variant::before {
	content: "󱋕";
}

.mdi-garage-open::before {
	content: "󰛚";
}

.mdi-garage-open-variant::before {
	content: "󱋔";
}

.mdi-garage-variant::before {
	content: "󱋓";
}

.mdi-gas-cylinder::before {
	content: "󰙇";
}

.mdi-gas-station::before {
	content: "󰊘";
}

.mdi-gas-station-off::before {
	content: "󱐉";
}

.mdi-gas-station-off-outline::before {
	content: "󱐊";
}

.mdi-gas-station-outline::before {
	content: "󰺸";
}

.mdi-gate::before {
	content: "󰊙";
}

.mdi-gate-and::before {
	content: "󰣡";
}

.mdi-gate-arrow-right::before {
	content: "󱅩";
}

.mdi-gate-nand::before {
	content: "󰣢";
}

.mdi-gate-nor::before {
	content: "󰣣";
}

.mdi-gate-not::before {
	content: "󰣤";
}

.mdi-gate-open::before {
	content: "󱅪";
}

.mdi-gate-or::before {
	content: "󰣥";
}

.mdi-gate-xnor::before {
	content: "󰣦";
}

.mdi-gate-xor::before {
	content: "󰣧";
}

.mdi-gatsby::before {
	content: "󰹃";
}

.mdi-gauge::before {
	content: "󰊚";
}

.mdi-gauge-empty::before {
	content: "󰡳";
}

.mdi-gauge-full::before {
	content: "󰡴";
}

.mdi-gauge-low::before {
	content: "󰡵";
}

.mdi-gavel::before {
	content: "󰊛";
}

.mdi-gender-female::before {
	content: "󰊜";
}

.mdi-gender-male::before {
	content: "󰊝";
}

.mdi-gender-male-female::before {
	content: "󰊞";
}

.mdi-gender-male-female-variant::before {
	content: "󱄿";
}

.mdi-gender-non-binary::before {
	content: "󱅀";
}

.mdi-gender-transgender::before {
	content: "󰊟";
}

.mdi-gentoo::before {
	content: "󰣨";
}

.mdi-gesture::before {
	content: "󰟋";
}

.mdi-gesture-double-tap::before {
	content: "󰜼";
}

.mdi-gesture-pinch::before {
	content: "󰪽";
}

.mdi-gesture-spread::before {
	content: "󰪾";
}

.mdi-gesture-swipe::before {
	content: "󰵶";
}

.mdi-gesture-swipe-down::before {
	content: "󰜽";
}

.mdi-gesture-swipe-horizontal::before {
	content: "󰪿";
}

.mdi-gesture-swipe-left::before {
	content: "󰜾";
}

.mdi-gesture-swipe-right::before {
	content: "󰜿";
}

.mdi-gesture-swipe-up::before {
	content: "󰝀";
}

.mdi-gesture-swipe-vertical::before {
	content: "󰫀";
}

.mdi-gesture-tap::before {
	content: "󰝁";
}

.mdi-gesture-tap-box::before {
	content: "󱊩";
}

.mdi-gesture-tap-button::before {
	content: "󱊨";
}

.mdi-gesture-tap-hold::before {
	content: "󰵷";
}

.mdi-gesture-two-double-tap::before {
	content: "󰝂";
}

.mdi-gesture-two-tap::before {
	content: "󰝃";
}

.mdi-ghost::before {
	content: "󰊠";
}

.mdi-ghost-off::before {
	content: "󰧵";
}

.mdi-gif::before {
	content: "󰵸";
}

.mdi-gift::before {
	content: "󰹄";
}

.mdi-gift-outline::before {
	content: "󰊡";
}

.mdi-git::before {
	content: "󰊢";
}

.mdi-github::before {
	content: "󰊤";
}

.mdi-gitlab::before {
	content: "󰮠";
}

.mdi-glass-cocktail::before {
	content: "󰍖";
}

.mdi-glass-flute::before {
	content: "󰊥";
}

.mdi-glass-mug::before {
	content: "󰊦";
}

.mdi-glass-mug-variant::before {
	content: "󱄖";
}

.mdi-glass-pint-outline::before {
	content: "󱌍";
}

.mdi-glass-stange::before {
	content: "󰊧";
}

.mdi-glass-tulip::before {
	content: "󰊨";
}

.mdi-glass-wine::before {
	content: "󰡶";
}

.mdi-glasses::before {
	content: "󰊪";
}

.mdi-globe-light::before {
	content: "󱋗";
}

.mdi-globe-model::before {
	content: "󰣩";
}

.mdi-gmail::before {
	content: "󰊫";
}

.mdi-gnome::before {
	content: "󰊬";
}

.mdi-go-kart::before {
	content: "󰵹";
}

.mdi-go-kart-track::before {
	content: "󰵺";
}

.mdi-gog::before {
	content: "󰮡";
}

.mdi-gold::before {
	content: "󱉏";
}

.mdi-golf::before {
	content: "󰠣";
}

.mdi-golf-cart::before {
	content: "󱆤";
}

.mdi-golf-tee::before {
	content: "󱂃";
}

.mdi-gondola::before {
	content: "󰚆";
}

.mdi-goodreads::before {
	content: "󰵻";
}

.mdi-google::before {
	content: "󰊭";
}

.mdi-google-ads::before {
	content: "󰲇";
}

.mdi-google-analytics::before {
	content: "󰟌";
}

.mdi-google-assistant::before {
	content: "󰟍";
}

.mdi-google-cardboard::before {
	content: "󰊮";
}

.mdi-google-chrome::before {
	content: "󰊯";
}

.mdi-google-circles::before {
	content: "󰊰";
}

.mdi-google-circles-communities::before {
	content: "󰊱";
}

.mdi-google-circles-extended::before {
	content: "󰊲";
}

.mdi-google-circles-group::before {
	content: "󰊳";
}

.mdi-google-classroom::before {
	content: "󰋀";
}

.mdi-google-cloud::before {
	content: "󱇶";
}

.mdi-google-controller::before {
	content: "󰊴";
}

.mdi-google-controller-off::before {
	content: "󰊵";
}

.mdi-google-downasaur::before {
	content: "󱍢";
}

.mdi-google-drive::before {
	content: "󰊶";
}

.mdi-google-earth::before {
	content: "󰊷";
}

.mdi-google-fit::before {
	content: "󰥬";
}

.mdi-google-glass::before {
	content: "󰊸";
}

.mdi-google-hangouts::before {
	content: "󰋉";
}

.mdi-google-home::before {
	content: "󰠤";
}

.mdi-google-keep::before {
	content: "󰛜";
}

.mdi-google-lens::before {
	content: "󰧶";
}

.mdi-google-maps::before {
	content: "󰗵";
}

.mdi-google-my-business::before {
	content: "󱁈";
}

.mdi-google-nearby::before {
	content: "󰊹";
}

.mdi-google-photos::before {
	content: "󰛝";
}

.mdi-google-play::before {
	content: "󰊼";
}

.mdi-google-plus::before {
	content: "󰊽";
}

.mdi-google-podcast::before {
	content: "󰺹";
}

.mdi-google-spreadsheet::before {
	content: "󰧷";
}

.mdi-google-street-view::before {
	content: "󰲈";
}

.mdi-google-translate::before {
	content: "󰊿";
}

.mdi-gradient::before {
	content: "󰚠";
}

.mdi-grain::before {
	content: "󰵼";
}

.mdi-graph::before {
	content: "󱁉";
}

.mdi-graph-outline::before {
	content: "󱁊";
}

.mdi-graphql::before {
	content: "󰡷";
}

.mdi-grave-stone::before {
	content: "󰮢";
}

.mdi-grease-pencil::before {
	content: "󰙈";
}

.mdi-greater-than::before {
	content: "󰥭";
}

.mdi-greater-than-or-equal::before {
	content: "󰥮";
}

.mdi-grid::before {
	content: "󰋁";
}

.mdi-grid-large::before {
	content: "󰝘";
}

.mdi-grid-off::before {
	content: "󰋂";
}

.mdi-grill::before {
	content: "󰹅";
}

.mdi-grill-outline::before {
	content: "󱆊";
}

.mdi-group::before {
	content: "󰋃";
}

.mdi-guitar-acoustic::before {
	content: "󰝱";
}

.mdi-guitar-electric::before {
	content: "󰋄";
}

.mdi-guitar-pick::before {
	content: "󰋅";
}

.mdi-guitar-pick-outline::before {
	content: "󰋆";
}

.mdi-guy-fawkes-mask::before {
	content: "󰠥";
}

.mdi-hail::before {
	content: "󰫁";
}

.mdi-hair-dryer::before {
	content: "󱃯";
}

.mdi-hair-dryer-outline::before {
	content: "󱃰";
}

.mdi-halloween::before {
	content: "󰮣";
}

.mdi-hamburger::before {
	content: "󰚅";
}

.mdi-hammer::before {
	content: "󰣪";
}

.mdi-hammer-screwdriver::before {
	content: "󱌢";
}

.mdi-hammer-wrench::before {
	content: "󱌣";
}

.mdi-hand::before {
	content: "󰩏";
}

.mdi-hand-heart::before {
	content: "󱃱";
}

.mdi-hand-left::before {
	content: "󰹆";
}

.mdi-hand-okay::before {
	content: "󰩐";
}

.mdi-hand-peace::before {
	content: "󰩑";
}

.mdi-hand-peace-variant::before {
	content: "󰩒";
}

.mdi-hand-pointing-down::before {
	content: "󰩓";
}

.mdi-hand-pointing-left::before {
	content: "󰩔";
}

.mdi-hand-pointing-right::before {
	content: "󰋇";
}

.mdi-hand-pointing-up::before {
	content: "󰩕";
}

.mdi-hand-right::before {
	content: "󰹇";
}

.mdi-hand-saw::before {
	content: "󰹈";
}

.mdi-hand-water::before {
	content: "󱎟";
}

.mdi-handball::before {
	content: "󰽓";
}

.mdi-handcuffs::before {
	content: "󱄾";
}

.mdi-handshake::before {
	content: "󱈘";
}

.mdi-hanger::before {
	content: "󰋈";
}

.mdi-hard-hat::before {
	content: "󰥯";
}

.mdi-harddisk::before {
	content: "󰋊";
}

.mdi-harddisk-plus::before {
	content: "󱁋";
}

.mdi-harddisk-remove::before {
	content: "󱁌";
}

.mdi-hat-fedora::before {
	content: "󰮤";
}

.mdi-hazard-lights::before {
	content: "󰲉";
}

.mdi-hdr::before {
	content: "󰵽";
}

.mdi-hdr-off::before {
	content: "󰵾";
}

.mdi-head::before {
	content: "󱍞";
}

.mdi-head-alert::before {
	content: "󱌸";
}

.mdi-head-alert-outline::before {
	content: "󱌹";
}

.mdi-head-check::before {
	content: "󱌺";
}

.mdi-head-check-outline::before {
	content: "󱌻";
}

.mdi-head-cog::before {
	content: "󱌼";
}

.mdi-head-cog-outline::before {
	content: "󱌽";
}

.mdi-head-dots-horizontal::before {
	content: "󱌾";
}

.mdi-head-dots-horizontal-outline::before {
	content: "󱌿";
}

.mdi-head-flash::before {
	content: "󱍀";
}

.mdi-head-flash-outline::before {
	content: "󱍁";
}

.mdi-head-heart::before {
	content: "󱍂";
}

.mdi-head-heart-outline::before {
	content: "󱍃";
}

.mdi-head-lightbulb::before {
	content: "󱍄";
}

.mdi-head-lightbulb-outline::before {
	content: "󱍅";
}

.mdi-head-minus::before {
	content: "󱍆";
}

.mdi-head-minus-outline::before {
	content: "󱍇";
}

.mdi-head-outline::before {
	content: "󱍟";
}

.mdi-head-plus::before {
	content: "󱍈";
}

.mdi-head-plus-outline::before {
	content: "󱍉";
}

.mdi-head-question::before {
	content: "󱍊";
}

.mdi-head-question-outline::before {
	content: "󱍋";
}

.mdi-head-remove::before {
	content: "󱍌";
}

.mdi-head-remove-outline::before {
	content: "󱍍";
}

.mdi-head-snowflake::before {
	content: "󱍎";
}

.mdi-head-snowflake-outline::before {
	content: "󱍏";
}

.mdi-head-sync::before {
	content: "󱍐";
}

.mdi-head-sync-outline::before {
	content: "󱍑";
}

.mdi-headphones::before {
	content: "󰋋";
}

.mdi-headphones-bluetooth::before {
	content: "󰥰";
}

.mdi-headphones-box::before {
	content: "󰋌";
}

.mdi-headphones-off::before {
	content: "󰟎";
}

.mdi-headphones-settings::before {
	content: "󰋍";
}

.mdi-headset::before {
	content: "󰋎";
}

.mdi-headset-dock::before {
	content: "󰋏";
}

.mdi-headset-off::before {
	content: "󰋐";
}

.mdi-heart::before {
	content: "󰋑";
}

.mdi-heart-box::before {
	content: "󰋒";
}

.mdi-heart-box-outline::before {
	content: "󰋓";
}

.mdi-heart-broken::before {
	content: "󰋔";
}

.mdi-heart-broken-outline::before {
	content: "󰴔";
}

.mdi-heart-circle::before {
	content: "󰥱";
}

.mdi-heart-circle-outline::before {
	content: "󰥲";
}

.mdi-heart-flash::before {
	content: "󰻹";
}

.mdi-heart-half::before {
	content: "󰛟";
}

.mdi-heart-half-full::before {
	content: "󰛞";
}

.mdi-heart-half-outline::before {
	content: "󰛠";
}

.mdi-heart-minus::before {
	content: "󱐯";
}

.mdi-heart-minus-outline::before {
	content: "󱐲";
}

.mdi-heart-multiple::before {
	content: "󰩖";
}

.mdi-heart-multiple-outline::before {
	content: "󰩗";
}

.mdi-heart-off::before {
	content: "󰝙";
}

.mdi-heart-off-outline::before {
	content: "󱐴";
}

.mdi-heart-outline::before {
	content: "󰋕";
}

.mdi-heart-plus::before {
	content: "󱐮";
}

.mdi-heart-plus-outline::before {
	content: "󱐱";
}

.mdi-heart-pulse::before {
	content: "󰗶";
}

.mdi-heart-remove::before {
	content: "󱐰";
}

.mdi-heart-remove-outline::before {
	content: "󱐳";
}

.mdi-helicopter::before {
	content: "󰫂";
}

.mdi-help::before {
	content: "󰋖";
}

.mdi-help-box::before {
	content: "󰞋";
}

.mdi-help-circle::before {
	content: "󰋗";
}

.mdi-help-circle-outline::before {
	content: "󰘥";
}

.mdi-help-network::before {
	content: "󰛵";
}

.mdi-help-network-outline::before {
	content: "󰲊";
}

.mdi-help-rhombus::before {
	content: "󰮥";
}

.mdi-help-rhombus-outline::before {
	content: "󰮦";
}

.mdi-hexadecimal::before {
	content: "󱊧";
}

.mdi-hexagon::before {
	content: "󰋘";
}

.mdi-hexagon-multiple::before {
	content: "󰛡";
}

.mdi-hexagon-multiple-outline::before {
	content: "󱃲";
}

.mdi-hexagon-outline::before {
	content: "󰋙";
}

.mdi-hexagon-slice-1::before {
	content: "󰫃";
}

.mdi-hexagon-slice-2::before {
	content: "󰫄";
}

.mdi-hexagon-slice-3::before {
	content: "󰫅";
}

.mdi-hexagon-slice-4::before {
	content: "󰫆";
}

.mdi-hexagon-slice-5::before {
	content: "󰫇";
}

.mdi-hexagon-slice-6::before {
	content: "󰫈";
}

.mdi-hexagram::before {
	content: "󰫉";
}

.mdi-hexagram-outline::before {
	content: "󰫊";
}

.mdi-high-definition::before {
	content: "󰟏";
}

.mdi-high-definition-box::before {
	content: "󰡸";
}

.mdi-highway::before {
	content: "󰗷";
}

.mdi-hiking::before {
	content: "󰵿";
}

.mdi-hinduism::before {
	content: "󰥳";
}

.mdi-history::before {
	content: "󰋚";
}

.mdi-hockey-puck::before {
	content: "󰡹";
}

.mdi-hockey-sticks::before {
	content: "󰡺";
}

.mdi-hololens::before {
	content: "󰋛";
}

.mdi-home::before {
	content: "󰋜";
}

.mdi-home-account::before {
	content: "󰠦";
}

.mdi-home-alert::before {
	content: "󰡻";
}

.mdi-home-analytics::before {
	content: "󰺺";
}

.mdi-home-assistant::before {
	content: "󰟐";
}

.mdi-home-automation::before {
	content: "󰟑";
}

.mdi-home-circle::before {
	content: "󰟒";
}

.mdi-home-circle-outline::before {
	content: "󱁍";
}

.mdi-home-city::before {
	content: "󰴕";
}

.mdi-home-city-outline::before {
	content: "󰴖";
}

.mdi-home-currency-usd::before {
	content: "󰢯";
}

.mdi-home-edit::before {
	content: "󱅙";
}

.mdi-home-edit-outline::before {
	content: "󱅚";
}

.mdi-home-export-outline::before {
	content: "󰾛";
}

.mdi-home-flood::before {
	content: "󰻺";
}

.mdi-home-floor-0::before {
	content: "󰷒";
}

.mdi-home-floor-1::before {
	content: "󰶀";
}

.mdi-home-floor-2::before {
	content: "󰶁";
}

.mdi-home-floor-3::before {
	content: "󰶂";
}

.mdi-home-floor-a::before {
	content: "󰶃";
}

.mdi-home-floor-b::before {
	content: "󰶄";
}

.mdi-home-floor-g::before {
	content: "󰶅";
}

.mdi-home-floor-l::before {
	content: "󰶆";
}

.mdi-home-floor-negative-1::before {
	content: "󰷓";
}

.mdi-home-group::before {
	content: "󰷔";
}

.mdi-home-heart::before {
	content: "󰠧";
}

.mdi-home-import-outline::before {
	content: "󰾜";
}

.mdi-home-lightbulb::before {
	content: "󱉑";
}

.mdi-home-lightbulb-outline::before {
	content: "󱉒";
}

.mdi-home-lock::before {
	content: "󰣫";
}

.mdi-home-lock-open::before {
	content: "󰣬";
}

.mdi-home-map-marker::before {
	content: "󰗸";
}

.mdi-home-minus::before {
	content: "󰥴";
}

.mdi-home-minus-outline::before {
	content: "󱏕";
}

.mdi-home-modern::before {
	content: "󰋝";
}

.mdi-home-outline::before {
	content: "󰚡";
}

.mdi-home-plus::before {
	content: "󰥵";
}

.mdi-home-plus-outline::before {
	content: "󱏖";
}

.mdi-home-remove::before {
	content: "󱉇";
}

.mdi-home-remove-outline::before {
	content: "󱏗";
}

.mdi-home-roof::before {
	content: "󱄫";
}

.mdi-home-search::before {
	content: "󱎰";
}

.mdi-home-search-outline::before {
	content: "󱎱";
}

.mdi-home-thermometer::before {
	content: "󰽔";
}

.mdi-home-thermometer-outline::before {
	content: "󰽕";
}

.mdi-home-variant::before {
	content: "󰋞";
}

.mdi-home-variant-outline::before {
	content: "󰮧";
}

.mdi-hook::before {
	content: "󰛢";
}

.mdi-hook-off::before {
	content: "󰛣";
}

.mdi-hops::before {
	content: "󰋟";
}

.mdi-horizontal-rotate-clockwise::before {
	content: "󱃳";
}

.mdi-horizontal-rotate-counterclockwise::before {
	content: "󱃴";
}

.mdi-horseshoe::before {
	content: "󰩘";
}

.mdi-hospital::before {
	content: "󰿶";
}

.mdi-hospital-box::before {
	content: "󰋠";
}

.mdi-hospital-box-outline::before {
	content: "󰿷";
}

.mdi-hospital-building::before {
	content: "󰋡";
}

.mdi-hospital-marker::before {
	content: "󰋢";
}

.mdi-hot-tub::before {
	content: "󰠨";
}

.mdi-hours-24::before {
	content: "󱑸";
}

.mdi-hubspot::before {
	content: "󰴗";
}

.mdi-hulu::before {
	content: "󰠩";
}

.mdi-human::before {
	content: "󰋦";
}

.mdi-human-baby-changing-table::before {
	content: "󱎋";
}

.mdi-human-child::before {
	content: "󰋧";
}

.mdi-human-female::before {
	content: "󰙉";
}

.mdi-human-female-boy::before {
	content: "󰩙";
}

.mdi-human-female-female::before {
	content: "󰩚";
}

.mdi-human-female-girl::before {
	content: "󰩛";
}

.mdi-human-greeting::before {
	content: "󰙊";
}

.mdi-human-handsdown::before {
	content: "󰙋";
}

.mdi-human-handsup::before {
	content: "󰙌";
}

.mdi-human-male::before {
	content: "󰙍";
}

.mdi-human-male-boy::before {
	content: "󰩜";
}

.mdi-human-male-child::before {
	content: "󱎌";
}

.mdi-human-male-female::before {
	content: "󰋨";
}

.mdi-human-male-girl::before {
	content: "󰩝";
}

.mdi-human-male-height::before {
	content: "󰻻";
}

.mdi-human-male-height-variant::before {
	content: "󰻼";
}

.mdi-human-male-male::before {
	content: "󰩞";
}

.mdi-human-pregnant::before {
	content: "󰗏";
}

.mdi-human-wheelchair::before {
	content: "󱎍";
}

.mdi-humble-bundle::before {
	content: "󰝄";
}

.mdi-hvac::before {
	content: "󱍒";
}

.mdi-hydraulic-oil-level::before {
	content: "󱌤";
}

.mdi-hydraulic-oil-temperature::before {
	content: "󱌥";
}

.mdi-hydro-power::before {
	content: "󱋥";
}

.mdi-ice-cream::before {
	content: "󰠪";
}

.mdi-ice-cream-off::before {
	content: "󰹒";
}

.mdi-ice-pop::before {
	content: "󰻽";
}

.mdi-id-card::before {
	content: "󰿀";
}

.mdi-identifier::before {
	content: "󰻾";
}

.mdi-ideogram-cjk::before {
	content: "󱌱";
}

.mdi-ideogram-cjk-variant::before {
	content: "󱌲";
}

.mdi-iframe::before {
	content: "󰲋";
}

.mdi-iframe-array::before {
	content: "󱃵";
}

.mdi-iframe-array-outline::before {
	content: "󱃶";
}

.mdi-iframe-braces::before {
	content: "󱃷";
}

.mdi-iframe-braces-outline::before {
	content: "󱃸";
}

.mdi-iframe-outline::before {
	content: "󰲌";
}

.mdi-iframe-parentheses::before {
	content: "󱃹";
}

.mdi-iframe-parentheses-outline::before {
	content: "󱃺";
}

.mdi-iframe-variable::before {
	content: "󱃻";
}

.mdi-iframe-variable-outline::before {
	content: "󱃼";
}

.mdi-image::before {
	content: "󰋩";
}

.mdi-image-album::before {
	content: "󰋪";
}

.mdi-image-area::before {
	content: "󰋫";
}

.mdi-image-area-close::before {
	content: "󰋬";
}

.mdi-image-auto-adjust::before {
	content: "󰿁";
}

.mdi-image-broken::before {
	content: "󰋭";
}

.mdi-image-broken-variant::before {
	content: "󰋮";
}

.mdi-image-edit::before {
	content: "󱇣";
}

.mdi-image-edit-outline::before {
	content: "󱇤";
}

.mdi-image-filter-black-white::before {
	content: "󰋰";
}

.mdi-image-filter-center-focus::before {
	content: "󰋱";
}

.mdi-image-filter-center-focus-strong::before {
	content: "󰻿";
}

.mdi-image-filter-center-focus-strong-outline::before {
	content: "󰼀";
}

.mdi-image-filter-center-focus-weak::before {
	content: "󰋲";
}

.mdi-image-filter-drama::before {
	content: "󰋳";
}

.mdi-image-filter-frames::before {
	content: "󰋴";
}

.mdi-image-filter-hdr::before {
	content: "󰋵";
}

.mdi-image-filter-none::before {
	content: "󰋶";
}

.mdi-image-filter-tilt-shift::before {
	content: "󰋷";
}

.mdi-image-filter-vintage::before {
	content: "󰋸";
}

.mdi-image-frame::before {
	content: "󰹉";
}

.mdi-image-minus::before {
	content: "󱐙";
}

.mdi-image-move::before {
	content: "󰧸";
}

.mdi-image-multiple::before {
	content: "󰋹";
}

.mdi-image-multiple-outline::before {
	content: "󰋯";
}

.mdi-image-off::before {
	content: "󰠫";
}

.mdi-image-off-outline::before {
	content: "󱇑";
}

.mdi-image-outline::before {
	content: "󰥶";
}

.mdi-image-plus::before {
	content: "󰡼";
}

.mdi-image-remove::before {
	content: "󱐘";
}

.mdi-image-search::before {
	content: "󰥷";
}

.mdi-image-search-outline::before {
	content: "󰥸";
}

.mdi-image-size-select-actual::before {
	content: "󰲍";
}

.mdi-image-size-select-large::before {
	content: "󰲎";
}

.mdi-image-size-select-small::before {
	content: "󰲏";
}

.mdi-import::before {
	content: "󰋺";
}

.mdi-inbox::before {
	content: "󰚇";
}

.mdi-inbox-arrow-down::before {
	content: "󰋻";
}

.mdi-inbox-arrow-down-outline::before {
	content: "󱉰";
}

.mdi-inbox-arrow-up::before {
	content: "󰏑";
}

.mdi-inbox-arrow-up-outline::before {
	content: "󱉱";
}

.mdi-inbox-full::before {
	content: "󱉲";
}

.mdi-inbox-full-outline::before {
	content: "󱉳";
}

.mdi-inbox-multiple::before {
	content: "󰢰";
}

.mdi-inbox-multiple-outline::before {
	content: "󰮨";
}

.mdi-inbox-outline::before {
	content: "󱉴";
}

.mdi-incognito::before {
	content: "󰗹";
}

.mdi-incognito-circle::before {
	content: "󱐡";
}

.mdi-incognito-circle-off::before {
	content: "󱐢";
}

.mdi-incognito-off::before {
	content: "󰁵";
}

.mdi-infinity::before {
	content: "󰛤";
}

.mdi-information::before {
	content: "󰋼";
}

.mdi-information-outline::before {
	content: "󰋽";
}

.mdi-information-variant::before {
	content: "󰙎";
}

.mdi-instagram::before {
	content: "󰋾";
}

.mdi-instrument-triangle::before {
	content: "󱁎";
}

.mdi-invert-colors::before {
	content: "󰌁";
}

.mdi-invert-colors-off::before {
	content: "󰹊";
}

.mdi-iobroker::before {
	content: "󱋨";
}

.mdi-ip::before {
	content: "󰩟";
}

.mdi-ip-network::before {
	content: "󰩠";
}

.mdi-ip-network-outline::before {
	content: "󰲐";
}

.mdi-ipod::before {
	content: "󰲑";
}

.mdi-islam::before {
	content: "󰥹";
}

.mdi-island::before {
	content: "󱁏";
}

.mdi-iv-bag::before {
	content: "󱂹";
}

.mdi-jabber::before {
	content: "󰷕";
}

.mdi-jeepney::before {
	content: "󰌂";
}

.mdi-jellyfish::before {
	content: "󰼁";
}

.mdi-jellyfish-outline::before {
	content: "󰼂";
}

.mdi-jira::before {
	content: "󰌃";
}

.mdi-jquery::before {
	content: "󰡽";
}

.mdi-jsfiddle::before {
	content: "󰌄";
}

.mdi-judaism::before {
	content: "󰥺";
}

.mdi-jump-rope::before {
	content: "󱋿";
}

.mdi-kabaddi::before {
	content: "󰶇";
}

.mdi-karate::before {
	content: "󰠬";
}

.mdi-keg::before {
	content: "󰌅";
}

.mdi-kettle::before {
	content: "󰗺";
}

.mdi-kettle-alert::before {
	content: "󱌗";
}

.mdi-kettle-alert-outline::before {
	content: "󱌘";
}

.mdi-kettle-off::before {
	content: "󱌛";
}

.mdi-kettle-off-outline::before {
	content: "󱌜";
}

.mdi-kettle-outline::before {
	content: "󰽖";
}

.mdi-kettle-steam::before {
	content: "󱌙";
}

.mdi-kettle-steam-outline::before {
	content: "󱌚";
}

.mdi-kettlebell::before {
	content: "󱌀";
}

.mdi-key::before {
	content: "󰌆";
}

.mdi-key-arrow-right::before {
	content: "󱌒";
}

.mdi-key-change::before {
	content: "󰌇";
}

.mdi-key-link::before {
	content: "󱆟";
}

.mdi-key-minus::before {
	content: "󰌈";
}

.mdi-key-outline::before {
	content: "󰷖";
}

.mdi-key-plus::before {
	content: "󰌉";
}

.mdi-key-remove::before {
	content: "󰌊";
}

.mdi-key-star::before {
	content: "󱆞";
}

.mdi-key-variant::before {
	content: "󰌋";
}

.mdi-key-wireless::before {
	content: "󰿂";
}

.mdi-keyboard::before {
	content: "󰌌";
}

.mdi-keyboard-backspace::before {
	content: "󰌍";
}

.mdi-keyboard-caps::before {
	content: "󰌎";
}

.mdi-keyboard-close::before {
	content: "󰌏";
}

.mdi-keyboard-esc::before {
	content: "󱊷";
}

.mdi-keyboard-f1::before {
	content: "󱊫";
}

.mdi-keyboard-f10::before {
	content: "󱊴";
}

.mdi-keyboard-f11::before {
	content: "󱊵";
}

.mdi-keyboard-f12::before {
	content: "󱊶";
}

.mdi-keyboard-f2::before {
	content: "󱊬";
}

.mdi-keyboard-f3::before {
	content: "󱊭";
}

.mdi-keyboard-f4::before {
	content: "󱊮";
}

.mdi-keyboard-f5::before {
	content: "󱊯";
}

.mdi-keyboard-f6::before {
	content: "󱊰";
}

.mdi-keyboard-f7::before {
	content: "󱊱";
}

.mdi-keyboard-f8::before {
	content: "󱊲";
}

.mdi-keyboard-f9::before {
	content: "󱊳";
}

.mdi-keyboard-off::before {
	content: "󰌐";
}

.mdi-keyboard-off-outline::before {
	content: "󰹋";
}

.mdi-keyboard-outline::before {
	content: "󰥻";
}

.mdi-keyboard-return::before {
	content: "󰌑";
}

.mdi-keyboard-settings::before {
	content: "󰧹";
}

.mdi-keyboard-settings-outline::before {
	content: "󰧺";
}

.mdi-keyboard-space::before {
	content: "󱁐";
}

.mdi-keyboard-tab::before {
	content: "󰌒";
}

.mdi-keyboard-variant::before {
	content: "󰌓";
}

.mdi-khanda::before {
	content: "󱃽";
}

.mdi-kickstarter::before {
	content: "󰝅";
}

.mdi-klingon::before {
	content: "󱍛";
}

.mdi-knife::before {
	content: "󰧻";
}

.mdi-knife-military::before {
	content: "󰧼";
}

.mdi-kodi::before {
	content: "󰌔";
}

.mdi-kubernetes::before {
	content: "󱃾";
}

.mdi-label::before {
	content: "󰌕";
}

.mdi-label-multiple::before {
	content: "󱍵";
}

.mdi-label-multiple-outline::before {
	content: "󱍶";
}

.mdi-label-off::before {
	content: "󰫋";
}

.mdi-label-off-outline::before {
	content: "󰫌";
}

.mdi-label-outline::before {
	content: "󰌖";
}

.mdi-label-percent::before {
	content: "󱋪";
}

.mdi-label-percent-outline::before {
	content: "󱋫";
}

.mdi-label-variant::before {
	content: "󰫍";
}

.mdi-label-variant-outline::before {
	content: "󰫎";
}

.mdi-ladybug::before {
	content: "󰠭";
}

.mdi-lambda::before {
	content: "󰘧";
}

.mdi-lamp::before {
	content: "󰚵";
}

.mdi-lan::before {
	content: "󰌗";
}

.mdi-lan-check::before {
	content: "󱊪";
}

.mdi-lan-connect::before {
	content: "󰌘";
}

.mdi-lan-disconnect::before {
	content: "󰌙";
}

.mdi-lan-pending::before {
	content: "󰌚";
}

.mdi-language-c::before {
	content: "󰙱";
}

.mdi-language-cpp::before {
	content: "󰙲";
}

.mdi-language-csharp::before {
	content: "󰌛";
}

.mdi-language-css3::before {
	content: "󰌜";
}

.mdi-language-fortran::before {
	content: "󱈚";
}

.mdi-language-go::before {
	content: "󰟓";
}

.mdi-language-haskell::before {
	content: "󰲒";
}

.mdi-language-html5::before {
	content: "󰌝";
}

.mdi-language-java::before {
	content: "󰬷";
}

.mdi-language-javascript::before {
	content: "󰌞";
}

.mdi-language-kotlin::before {
	content: "󱈙";
}

.mdi-language-lua::before {
	content: "󰢱";
}

.mdi-language-markdown::before {
	content: "󰍔";
}

.mdi-language-markdown-outline::before {
	content: "󰽛";
}

.mdi-language-php::before {
	content: "󰌟";
}

.mdi-language-python::before {
	content: "󰌠";
}

.mdi-language-r::before {
	content: "󰟔";
}

.mdi-language-ruby::before {
	content: "󰴭";
}

.mdi-language-ruby-on-rails::before {
	content: "󰫏";
}

.mdi-language-swift::before {
	content: "󰛥";
}

.mdi-language-typescript::before {
	content: "󰛦";
}

.mdi-language-xaml::before {
	content: "󰙳";
}

.mdi-laptop::before {
	content: "󰌢";
}

.mdi-laptop-chromebook::before {
	content: "󰌣";
}

.mdi-laptop-mac::before {
	content: "󰌤";
}

.mdi-laptop-off::before {
	content: "󰛧";
}

.mdi-laptop-windows::before {
	content: "󰌥";
}

.mdi-laravel::before {
	content: "󰫐";
}

.mdi-laser-pointer::before {
	content: "󱒄";
}

.mdi-lasso::before {
	content: "󰼃";
}

.mdi-lastpass::before {
	content: "󰑆";
}

.mdi-latitude::before {
	content: "󰽗";
}

.mdi-launch::before {
	content: "󰌧";
}

.mdi-lava-lamp::before {
	content: "󰟕";
}

.mdi-layers::before {
	content: "󰌨";
}

.mdi-layers-minus::before {
	content: "󰹌";
}

.mdi-layers-off::before {
	content: "󰌩";
}

.mdi-layers-off-outline::before {
	content: "󰧽";
}

.mdi-layers-outline::before {
	content: "󰧾";
}

.mdi-layers-plus::before {
	content: "󰹍";
}

.mdi-layers-remove::before {
	content: "󰹎";
}

.mdi-layers-search::before {
	content: "󱈆";
}

.mdi-layers-search-outline::before {
	content: "󱈇";
}

.mdi-layers-triple::before {
	content: "󰽘";
}

.mdi-layers-triple-outline::before {
	content: "󰽙";
}

.mdi-lead-pencil::before {
	content: "󰙏";
}

.mdi-leaf::before {
	content: "󰌪";
}

.mdi-leaf-maple::before {
	content: "󰲓";
}

.mdi-leaf-maple-off::before {
	content: "󱋚";
}

.mdi-leaf-off::before {
	content: "󱋙";
}

.mdi-leak::before {
	content: "󰷗";
}

.mdi-leak-off::before {
	content: "󰷘";
}

.mdi-led-off::before {
	content: "󰌫";
}

.mdi-led-on::before {
	content: "󰌬";
}

.mdi-led-outline::before {
	content: "󰌭";
}

.mdi-led-strip::before {
	content: "󰟖";
}

.mdi-led-strip-variant::before {
	content: "󱁑";
}

.mdi-led-variant-off::before {
	content: "󰌮";
}

.mdi-led-variant-on::before {
	content: "󰌯";
}

.mdi-led-variant-outline::before {
	content: "󰌰";
}

.mdi-leek::before {
	content: "󱅽";
}

.mdi-less-than::before {
	content: "󰥼";
}

.mdi-less-than-or-equal::before {
	content: "󰥽";
}

.mdi-library::before {
	content: "󰌱";
}

.mdi-library-shelves::before {
	content: "󰮩";
}

.mdi-license::before {
	content: "󰿃";
}

.mdi-lifebuoy::before {
	content: "󰡾";
}

.mdi-light-switch::before {
	content: "󰥾";
}

.mdi-lightbulb::before {
	content: "󰌵";
}

.mdi-lightbulb-cfl::before {
	content: "󱈈";
}

.mdi-lightbulb-cfl-off::before {
	content: "󱈉";
}

.mdi-lightbulb-cfl-spiral::before {
	content: "󱉵";
}

.mdi-lightbulb-cfl-spiral-off::before {
	content: "󱋃";
}

.mdi-lightbulb-group::before {
	content: "󱉓";
}

.mdi-lightbulb-group-off::before {
	content: "󱋍";
}

.mdi-lightbulb-group-off-outline::before {
	content: "󱋎";
}

.mdi-lightbulb-group-outline::before {
	content: "󱉔";
}

.mdi-lightbulb-multiple::before {
	content: "󱉕";
}

.mdi-lightbulb-multiple-off::before {
	content: "󱋏";
}

.mdi-lightbulb-multiple-off-outline::before {
	content: "󱋐";
}

.mdi-lightbulb-multiple-outline::before {
	content: "󱉖";
}

.mdi-lightbulb-off::before {
	content: "󰹏";
}

.mdi-lightbulb-off-outline::before {
	content: "󰹐";
}

.mdi-lightbulb-on::before {
	content: "󰛨";
}

.mdi-lightbulb-on-outline::before {
	content: "󰛩";
}

.mdi-lightbulb-outline::before {
	content: "󰌶";
}

.mdi-lighthouse::before {
	content: "󰧿";
}

.mdi-lighthouse-on::before {
	content: "󰨀";
}

.mdi-lightning-bolt::before {
	content: "󱐋";
}

.mdi-lightning-bolt-outline::before {
	content: "󱐌";
}

.mdi-lingerie::before {
	content: "󱑶";
}

.mdi-link::before {
	content: "󰌷";
}

.mdi-link-box::before {
	content: "󰴚";
}

.mdi-link-box-outline::before {
	content: "󰴛";
}

.mdi-link-box-variant::before {
	content: "󰴜";
}

.mdi-link-box-variant-outline::before {
	content: "󰴝";
}

.mdi-link-lock::before {
	content: "󱂺";
}

.mdi-link-off::before {
	content: "󰌸";
}

.mdi-link-plus::before {
	content: "󰲔";
}

.mdi-link-variant::before {
	content: "󰌹";
}

.mdi-link-variant-minus::before {
	content: "󱃿";
}

.mdi-link-variant-off::before {
	content: "󰌺";
}

.mdi-link-variant-plus::before {
	content: "󱄀";
}

.mdi-link-variant-remove::before {
	content: "󱄁";
}

.mdi-linkedin::before {
	content: "󰌻";
}

.mdi-linux::before {
	content: "󰌽";
}

.mdi-linux-mint::before {
	content: "󰣭";
}

.mdi-lipstick::before {
	content: "󱎵";
}

.mdi-litecoin::before {
	content: "󰩡";
}

.mdi-loading::before {
	content: "󰝲";
}

.mdi-location-enter::before {
	content: "󰿄";
}

.mdi-location-exit::before {
	content: "󰿅";
}

.mdi-lock::before {
	content: "󰌾";
}

.mdi-lock-alert::before {
	content: "󰣮";
}

.mdi-lock-check::before {
	content: "󱎚";
}

.mdi-lock-clock::before {
	content: "󰥿";
}

.mdi-lock-open::before {
	content: "󰌿";
}

.mdi-lock-open-alert::before {
	content: "󱎛";
}

.mdi-lock-open-check::before {
	content: "󱎜";
}

.mdi-lock-open-outline::before {
	content: "󰍀";
}

.mdi-lock-open-variant::before {
	content: "󰿆";
}

.mdi-lock-open-variant-outline::before {
	content: "󰿇";
}

.mdi-lock-outline::before {
	content: "󰍁";
}

.mdi-lock-pattern::before {
	content: "󰛪";
}

.mdi-lock-plus::before {
	content: "󰗻";
}

.mdi-lock-question::before {
	content: "󰣯";
}

.mdi-lock-reset::before {
	content: "󰝳";
}

.mdi-lock-smart::before {
	content: "󰢲";
}

.mdi-locker::before {
	content: "󰟗";
}

.mdi-locker-multiple::before {
	content: "󰟘";
}

.mdi-login::before {
	content: "󰍂";
}

.mdi-login-variant::before {
	content: "󰗼";
}

.mdi-logout::before {
	content: "󰍃";
}

.mdi-logout-variant::before {
	content: "󰗽";
}

.mdi-longitude::before {
	content: "󰽚";
}

.mdi-looks::before {
	content: "󰍄";
}

.mdi-loupe::before {
	content: "󰍅";
}

.mdi-lumx::before {
	content: "󰍆";
}

.mdi-lungs::before {
	content: "󱂄";
}

.mdi-magnet::before {
	content: "󰍇";
}

.mdi-magnet-on::before {
	content: "󰍈";
}

.mdi-magnify::before {
	content: "󰍉";
}

.mdi-magnify-close::before {
	content: "󰦀";
}

.mdi-magnify-minus::before {
	content: "󰍊";
}

.mdi-magnify-minus-cursor::before {
	content: "󰩢";
}

.mdi-magnify-minus-outline::before {
	content: "󰛬";
}

.mdi-magnify-plus::before {
	content: "󰍋";
}

.mdi-magnify-plus-cursor::before {
	content: "󰩣";
}

.mdi-magnify-plus-outline::before {
	content: "󰛭";
}

.mdi-magnify-remove-cursor::before {
	content: "󱈌";
}

.mdi-magnify-remove-outline::before {
	content: "󱈍";
}

.mdi-magnify-scan::before {
	content: "󱉶";
}

.mdi-mail::before {
	content: "󰺻";
}

.mdi-mailbox::before {
	content: "󰛮";
}

.mdi-mailbox-open::before {
	content: "󰶈";
}

.mdi-mailbox-open-outline::before {
	content: "󰶉";
}

.mdi-mailbox-open-up::before {
	content: "󰶊";
}

.mdi-mailbox-open-up-outline::before {
	content: "󰶋";
}

.mdi-mailbox-outline::before {
	content: "󰶌";
}

.mdi-mailbox-up::before {
	content: "󰶍";
}

.mdi-mailbox-up-outline::before {
	content: "󰶎";
}

.mdi-map::before {
	content: "󰍍";
}

.mdi-map-check::before {
	content: "󰺼";
}

.mdi-map-check-outline::before {
	content: "󰺽";
}

.mdi-map-clock::before {
	content: "󰴞";
}

.mdi-map-clock-outline::before {
	content: "󰴟";
}

.mdi-map-legend::before {
	content: "󰨁";
}

.mdi-map-marker::before {
	content: "󰍎";
}

.mdi-map-marker-alert::before {
	content: "󰼅";
}

.mdi-map-marker-alert-outline::before {
	content: "󰼆";
}

.mdi-map-marker-check::before {
	content: "󰲕";
}

.mdi-map-marker-check-outline::before {
	content: "󱋻";
}

.mdi-map-marker-circle::before {
	content: "󰍏";
}

.mdi-map-marker-distance::before {
	content: "󰣰";
}

.mdi-map-marker-down::before {
	content: "󱄂";
}

.mdi-map-marker-left::before {
	content: "󱋛";
}

.mdi-map-marker-left-outline::before {
	content: "󱋝";
}

.mdi-map-marker-minus::before {
	content: "󰙐";
}

.mdi-map-marker-minus-outline::before {
	content: "󱋹";
}

.mdi-map-marker-multiple::before {
	content: "󰍐";
}

.mdi-map-marker-multiple-outline::before {
	content: "󱉷";
}

.mdi-map-marker-off::before {
	content: "󰍑";
}

.mdi-map-marker-off-outline::before {
	content: "󱋽";
}

.mdi-map-marker-outline::before {
	content: "󰟙";
}

.mdi-map-marker-path::before {
	content: "󰴠";
}

.mdi-map-marker-plus::before {
	content: "󰙑";
}

.mdi-map-marker-plus-outline::before {
	content: "󱋸";
}

.mdi-map-marker-question::before {
	content: "󰼇";
}

.mdi-map-marker-question-outline::before {
	content: "󰼈";
}

.mdi-map-marker-radius::before {
	content: "󰍒";
}

.mdi-map-marker-radius-outline::before {
	content: "󱋼";
}

.mdi-map-marker-remove::before {
	content: "󰼉";
}

.mdi-map-marker-remove-outline::before {
	content: "󱋺";
}

.mdi-map-marker-remove-variant::before {
	content: "󰼊";
}

.mdi-map-marker-right::before {
	content: "󱋜";
}

.mdi-map-marker-right-outline::before {
	content: "󱋞";
}

.mdi-map-marker-up::before {
	content: "󱄃";
}

.mdi-map-minus::before {
	content: "󰦁";
}

.mdi-map-outline::before {
	content: "󰦂";
}

.mdi-map-plus::before {
	content: "󰦃";
}

.mdi-map-search::before {
	content: "󰦄";
}

.mdi-map-search-outline::before {
	content: "󰦅";
}

.mdi-mapbox::before {
	content: "󰮪";
}

.mdi-margin::before {
	content: "󰍓";
}

.mdi-marker::before {
	content: "󰙒";
}

.mdi-marker-cancel::before {
	content: "󰷙";
}

.mdi-marker-check::before {
	content: "󰍕";
}

.mdi-mastodon::before {
	content: "󰫑";
}

.mdi-material-design::before {
	content: "󰦆";
}

.mdi-material-ui::before {
	content: "󰍗";
}

.mdi-math-compass::before {
	content: "󰍘";
}

.mdi-math-cos::before {
	content: "󰲖";
}

.mdi-math-integral::before {
	content: "󰿈";
}

.mdi-math-integral-box::before {
	content: "󰿉";
}

.mdi-math-log::before {
	content: "󱂅";
}

.mdi-math-norm::before {
	content: "󰿊";
}

.mdi-math-norm-box::before {
	content: "󰿋";
}

.mdi-math-sin::before {
	content: "󰲗";
}

.mdi-math-tan::before {
	content: "󰲘";
}

.mdi-matrix::before {
	content: "󰘨";
}

.mdi-medal::before {
	content: "󰦇";
}

.mdi-medal-outline::before {
	content: "󱌦";
}

.mdi-medical-bag::before {
	content: "󰛯";
}

.mdi-meditation::before {
	content: "󱅻";
}

.mdi-memory::before {
	content: "󰍛";
}

.mdi-menu::before {
	content: "󰍜";
}

.mdi-menu-down::before {
	content: "󰍝";
}

.mdi-menu-down-outline::before {
	content: "󰚶";
}

.mdi-menu-left::before {
	content: "󰍞";
}

.mdi-menu-left-outline::before {
	content: "󰨂";
}

.mdi-menu-open::before {
	content: "󰮫";
}

.mdi-menu-right::before {
	content: "󰍟";
}

.mdi-menu-right-outline::before {
	content: "󰨃";
}

.mdi-menu-swap::before {
	content: "󰩤";
}

.mdi-menu-swap-outline::before {
	content: "󰩥";
}

.mdi-menu-up::before {
	content: "󰍠";
}

.mdi-menu-up-outline::before {
	content: "󰚷";
}

.mdi-merge::before {
	content: "󰽜";
}

.mdi-message::before {
	content: "󰍡";
}

.mdi-message-alert::before {
	content: "󰍢";
}

.mdi-message-alert-outline::before {
	content: "󰨄";
}

.mdi-message-arrow-left::before {
	content: "󱋲";
}

.mdi-message-arrow-left-outline::before {
	content: "󱋳";
}

.mdi-message-arrow-right::before {
	content: "󱋴";
}

.mdi-message-arrow-right-outline::before {
	content: "󱋵";
}

.mdi-message-bulleted::before {
	content: "󰚢";
}

.mdi-message-bulleted-off::before {
	content: "󰚣";
}

.mdi-message-cog::before {
	content: "󰛱";
}

.mdi-message-cog-outline::before {
	content: "󱅲";
}

.mdi-message-draw::before {
	content: "󰍣";
}

.mdi-message-image::before {
	content: "󰍤";
}

.mdi-message-image-outline::before {
	content: "󱅬";
}

.mdi-message-lock::before {
	content: "󰿌";
}

.mdi-message-lock-outline::before {
	content: "󱅭";
}

.mdi-message-minus::before {
	content: "󱅮";
}

.mdi-message-minus-outline::before {
	content: "󱅯";
}

.mdi-message-outline::before {
	content: "󰍥";
}

.mdi-message-plus::before {
	content: "󰙓";
}

.mdi-message-plus-outline::before {
	content: "󱂻";
}

.mdi-message-processing::before {
	content: "󰍦";
}

.mdi-message-processing-outline::before {
	content: "󱅰";
}

.mdi-message-reply::before {
	content: "󰍧";
}

.mdi-message-reply-text::before {
	content: "󰍨";
}

.mdi-message-settings::before {
	content: "󰛰";
}

.mdi-message-settings-outline::before {
	content: "󱅱";
}

.mdi-message-text::before {
	content: "󰍩";
}

.mdi-message-text-clock::before {
	content: "󱅳";
}

.mdi-message-text-clock-outline::before {
	content: "󱅴";
}

.mdi-message-text-lock::before {
	content: "󰿍";
}

.mdi-message-text-lock-outline::before {
	content: "󱅵";
}

.mdi-message-text-outline::before {
	content: "󰍪";
}

.mdi-message-video::before {
	content: "󰍫";
}

.mdi-meteor::before {
	content: "󰘩";
}

.mdi-metronome::before {
	content: "󰟚";
}

.mdi-metronome-tick::before {
	content: "󰟛";
}

.mdi-micro-sd::before {
	content: "󰟜";
}

.mdi-microphone::before {
	content: "󰍬";
}

.mdi-microphone-minus::before {
	content: "󰢳";
}

.mdi-microphone-off::before {
	content: "󰍭";
}

.mdi-microphone-outline::before {
	content: "󰍮";
}

.mdi-microphone-plus::before {
	content: "󰢴";
}

.mdi-microphone-settings::before {
	content: "󰍯";
}

.mdi-microphone-variant::before {
	content: "󰍰";
}

.mdi-microphone-variant-off::before {
	content: "󰍱";
}

.mdi-microscope::before {
	content: "󰙔";
}

.mdi-microsoft::before {
	content: "󰍲";
}

.mdi-microsoft-access::before {
	content: "󱎎";
}

.mdi-microsoft-azure::before {
	content: "󰠅";
}

.mdi-microsoft-azure-devops::before {
	content: "󰿕";
}

.mdi-microsoft-bing::before {
	content: "󰂤";
}

.mdi-microsoft-dynamics-365::before {
	content: "󰦈";
}

.mdi-microsoft-edge::before {
	content: "󰇩";
}

.mdi-microsoft-edge-legacy::before {
	content: "󱉐";
}

.mdi-microsoft-excel::before {
	content: "󱎏";
}

.mdi-microsoft-internet-explorer::before {
	content: "󰌀";
}

.mdi-microsoft-office::before {
	content: "󰏆";
}

.mdi-microsoft-onedrive::before {
	content: "󰏊";
}

.mdi-microsoft-onenote::before {
	content: "󰝇";
}

.mdi-microsoft-outlook::before {
	content: "󰴢";
}

.mdi-microsoft-powerpoint::before {
	content: "󱎐";
}

.mdi-microsoft-sharepoint::before {
	content: "󱎑";
}

.mdi-microsoft-teams::before {
	content: "󰊻";
}

.mdi-microsoft-visual-studio::before {
	content: "󰘐";
}

.mdi-microsoft-visual-studio-code::before {
	content: "󰨞";
}

.mdi-microsoft-windows::before {
	content: "󰖳";
}

.mdi-microsoft-windows-classic::before {
	content: "󰨡";
}

.mdi-microsoft-word::before {
	content: "󱎒";
}

.mdi-microsoft-xbox::before {
	content: "󰖹";
}

.mdi-microsoft-xbox-controller::before {
	content: "󰖺";
}

.mdi-microsoft-xbox-controller-battery-alert::before {
	content: "󰝋";
}

.mdi-microsoft-xbox-controller-battery-charging::before {
	content: "󰨢";
}

.mdi-microsoft-xbox-controller-battery-empty::before {
	content: "󰝌";
}

.mdi-microsoft-xbox-controller-battery-full::before {
	content: "󰝍";
}

.mdi-microsoft-xbox-controller-battery-low::before {
	content: "󰝎";
}

.mdi-microsoft-xbox-controller-battery-medium::before {
	content: "󰝏";
}

.mdi-microsoft-xbox-controller-battery-unknown::before {
	content: "󰝐";
}

.mdi-microsoft-xbox-controller-menu::before {
	content: "󰹯";
}

.mdi-microsoft-xbox-controller-off::before {
	content: "󰖻";
}

.mdi-microsoft-xbox-controller-view::before {
	content: "󰹰";
}

.mdi-microsoft-yammer::before {
	content: "󰞉";
}

.mdi-microwave::before {
	content: "󰲙";
}

.mdi-microwave-off::before {
	content: "󱐣";
}

.mdi-middleware::before {
	content: "󰽝";
}

.mdi-middleware-outline::before {
	content: "󰽞";
}

.mdi-midi::before {
	content: "󰣱";
}

.mdi-midi-port::before {
	content: "󰣲";
}

.mdi-mine::before {
	content: "󰷚";
}

.mdi-minecraft::before {
	content: "󰍳";
}

.mdi-mini-sd::before {
	content: "󰨅";
}

.mdi-minidisc::before {
	content: "󰨆";
}

.mdi-minus::before {
	content: "󰍴";
}

.mdi-minus-box::before {
	content: "󰍵";
}

.mdi-minus-box-multiple::before {
	content: "󱅁";
}

.mdi-minus-box-multiple-outline::before {
	content: "󱅂";
}

.mdi-minus-box-outline::before {
	content: "󰛲";
}

.mdi-minus-circle::before {
	content: "󰍶";
}

.mdi-minus-circle-multiple::before {
	content: "󰍚";
}

.mdi-minus-circle-multiple-outline::before {
	content: "󰫓";
}

.mdi-minus-circle-off::before {
	content: "󱑙";
}

.mdi-minus-circle-off-outline::before {
	content: "󱑚";
}

.mdi-minus-circle-outline::before {
	content: "󰍷";
}

.mdi-minus-network::before {
	content: "󰍸";
}

.mdi-minus-network-outline::before {
	content: "󰲚";
}

.mdi-mirror::before {
	content: "󱇽";
}

.mdi-mixed-martial-arts::before {
	content: "󰶏";
}

.mdi-mixed-reality::before {
	content: "󰡿";
}

.mdi-mixer::before {
	content: "󰟝";
}

.mdi-molecule::before {
	content: "󰮬";
}

.mdi-molecule-co::before {
	content: "󱋾";
}

.mdi-molecule-co2::before {
	content: "󰟤";
}

.mdi-monitor::before {
	content: "󰍹";
}

.mdi-monitor-cellphone::before {
	content: "󰦉";
}

.mdi-monitor-cellphone-star::before {
	content: "󰦊";
}

.mdi-monitor-clean::before {
	content: "󱄄";
}

.mdi-monitor-dashboard::before {
	content: "󰨇";
}

.mdi-monitor-edit::before {
	content: "󱋆";
}

.mdi-monitor-eye::before {
	content: "󱎴";
}

.mdi-monitor-lock::before {
	content: "󰷛";
}

.mdi-monitor-multiple::before {
	content: "󰍺";
}

.mdi-monitor-off::before {
	content: "󰶐";
}

.mdi-monitor-screenshot::before {
	content: "󰹑";
}

.mdi-monitor-share::before {
	content: "󱒃";
}

.mdi-monitor-speaker::before {
	content: "󰽟";
}

.mdi-monitor-speaker-off::before {
	content: "󰽠";
}

.mdi-monitor-star::before {
	content: "󰷜";
}

.mdi-moon-first-quarter::before {
	content: "󰽡";
}

.mdi-moon-full::before {
	content: "󰽢";
}

.mdi-moon-last-quarter::before {
	content: "󰽣";
}

.mdi-moon-new::before {
	content: "󰽤";
}

.mdi-moon-waning-crescent::before {
	content: "󰽥";
}

.mdi-moon-waning-gibbous::before {
	content: "󰽦";
}

.mdi-moon-waxing-crescent::before {
	content: "󰽧";
}

.mdi-moon-waxing-gibbous::before {
	content: "󰽨";
}

.mdi-moped::before {
	content: "󱂆";
}

.mdi-more::before {
	content: "󰍻";
}

.mdi-mother-heart::before {
	content: "󱌔";
}

.mdi-mother-nurse::before {
	content: "󰴡";
}

.mdi-motion-sensor::before {
	content: "󰶑";
}

.mdi-motion-sensor-off::before {
	content: "󱐵";
}

.mdi-motorbike::before {
	content: "󰍼";
}

.mdi-mouse::before {
	content: "󰍽";
}

.mdi-mouse-bluetooth::before {
	content: "󰦋";
}

.mdi-mouse-off::before {
	content: "󰍾";
}

.mdi-mouse-variant::before {
	content: "󰍿";
}

.mdi-mouse-variant-off::before {
	content: "󰎀";
}

.mdi-move-resize::before {
	content: "󰙕";
}

.mdi-move-resize-variant::before {
	content: "󰙖";
}

.mdi-movie::before {
	content: "󰎁";
}

.mdi-movie-edit::before {
	content: "󱄢";
}

.mdi-movie-edit-outline::before {
	content: "󱄣";
}

.mdi-movie-filter::before {
	content: "󱄤";
}

.mdi-movie-filter-outline::before {
	content: "󱄥";
}

.mdi-movie-open::before {
	content: "󰿎";
}

.mdi-movie-open-outline::before {
	content: "󰿏";
}

.mdi-movie-outline::before {
	content: "󰷝";
}

.mdi-movie-roll::before {
	content: "󰟞";
}

.mdi-movie-search::before {
	content: "󱇒";
}

.mdi-movie-search-outline::before {
	content: "󱇓";
}

.mdi-muffin::before {
	content: "󰦌";
}

.mdi-multiplication::before {
	content: "󰎂";
}

.mdi-multiplication-box::before {
	content: "󰎃";
}

.mdi-mushroom::before {
	content: "󰟟";
}

.mdi-mushroom-off::before {
	content: "󱏺";
}

.mdi-mushroom-off-outline::before {
	content: "󱏻";
}

.mdi-mushroom-outline::before {
	content: "󰟠";
}

.mdi-music::before {
	content: "󰝚";
}

.mdi-music-accidental-double-flat::before {
	content: "󰽩";
}

.mdi-music-accidental-double-sharp::before {
	content: "󰽪";
}

.mdi-music-accidental-flat::before {
	content: "󰽫";
}

.mdi-music-accidental-natural::before {
	content: "󰽬";
}

.mdi-music-accidental-sharp::before {
	content: "󰽭";
}

.mdi-music-box::before {
	content: "󰎄";
}

.mdi-music-box-multiple::before {
	content: "󰌳";
}

.mdi-music-box-multiple-outline::before {
	content: "󰼄";
}

.mdi-music-box-outline::before {
	content: "󰎅";
}

.mdi-music-circle::before {
	content: "󰎆";
}

.mdi-music-circle-outline::before {
	content: "󰫔";
}

.mdi-music-clef-alto::before {
	content: "󰽮";
}

.mdi-music-clef-bass::before {
	content: "󰽯";
}

.mdi-music-clef-treble::before {
	content: "󰽰";
}

.mdi-music-note::before {
	content: "󰎇";
}

.mdi-music-note-bluetooth::before {
	content: "󰗾";
}

.mdi-music-note-bluetooth-off::before {
	content: "󰗿";
}

.mdi-music-note-eighth::before {
	content: "󰎈";
}

.mdi-music-note-eighth-dotted::before {
	content: "󰽱";
}

.mdi-music-note-half::before {
	content: "󰎉";
}

.mdi-music-note-half-dotted::before {
	content: "󰽲";
}

.mdi-music-note-off::before {
	content: "󰎊";
}

.mdi-music-note-off-outline::before {
	content: "󰽳";
}

.mdi-music-note-outline::before {
	content: "󰽴";
}

.mdi-music-note-plus::before {
	content: "󰷞";
}

.mdi-music-note-quarter::before {
	content: "󰎋";
}

.mdi-music-note-quarter-dotted::before {
	content: "󰽵";
}

.mdi-music-note-sixteenth::before {
	content: "󰎌";
}

.mdi-music-note-sixteenth-dotted::before {
	content: "󰽶";
}

.mdi-music-note-whole::before {
	content: "󰎍";
}

.mdi-music-note-whole-dotted::before {
	content: "󰽷";
}

.mdi-music-off::before {
	content: "󰝛";
}

.mdi-music-rest-eighth::before {
	content: "󰽸";
}

.mdi-music-rest-half::before {
	content: "󰽹";
}

.mdi-music-rest-quarter::before {
	content: "󰽺";
}

.mdi-music-rest-sixteenth::before {
	content: "󰽻";
}

.mdi-music-rest-whole::before {
	content: "󰽼";
}

.mdi-nail::before {
	content: "󰷟";
}

.mdi-nas::before {
	content: "󰣳";
}

.mdi-nativescript::before {
	content: "󰢀";
}

.mdi-nature::before {
	content: "󰎎";
}

.mdi-nature-people::before {
	content: "󰎏";
}

.mdi-navigation::before {
	content: "󰎐";
}

.mdi-near-me::before {
	content: "󰗍";
}

.mdi-necklace::before {
	content: "󰼋";
}

.mdi-needle::before {
	content: "󰎑";
}

.mdi-netflix::before {
	content: "󰝆";
}

.mdi-network::before {
	content: "󰛳";
}

.mdi-network-off::before {
	content: "󰲛";
}

.mdi-network-off-outline::before {
	content: "󰲜";
}

.mdi-network-outline::before {
	content: "󰲝";
}

.mdi-network-strength-1::before {
	content: "󰣴";
}

.mdi-network-strength-1-alert::before {
	content: "󰣵";
}

.mdi-network-strength-2::before {
	content: "󰣶";
}

.mdi-network-strength-2-alert::before {
	content: "󰣷";
}

.mdi-network-strength-3::before {
	content: "󰣸";
}

.mdi-network-strength-3-alert::before {
	content: "󰣹";
}

.mdi-network-strength-4::before {
	content: "󰣺";
}

.mdi-network-strength-4-alert::before {
	content: "󰣻";
}

.mdi-network-strength-off::before {
	content: "󰣼";
}

.mdi-network-strength-off-outline::before {
	content: "󰣽";
}

.mdi-network-strength-outline::before {
	content: "󰣾";
}

.mdi-new-box::before {
	content: "󰎔";
}

.mdi-newspaper::before {
	content: "󰎕";
}

.mdi-newspaper-minus::before {
	content: "󰼌";
}

.mdi-newspaper-plus::before {
	content: "󰼍";
}

.mdi-newspaper-variant::before {
	content: "󱀁";
}

.mdi-newspaper-variant-multiple::before {
	content: "󱀂";
}

.mdi-newspaper-variant-multiple-outline::before {
	content: "󱀃";
}

.mdi-newspaper-variant-outline::before {
	content: "󱀄";
}

.mdi-nfc::before {
	content: "󰎖";
}

.mdi-nfc-search-variant::before {
	content: "󰹓";
}

.mdi-nfc-tap::before {
	content: "󰎗";
}

.mdi-nfc-variant::before {
	content: "󰎘";
}

.mdi-nfc-variant-off::before {
	content: "󰹔";
}

.mdi-ninja::before {
	content: "󰝴";
}

.mdi-nintendo-game-boy::before {
	content: "󱎓";
}

.mdi-nintendo-switch::before {
	content: "󰟡";
}

.mdi-nintendo-wii::before {
	content: "󰖫";
}

.mdi-nintendo-wiiu::before {
	content: "󰜭";
}

.mdi-nix::before {
	content: "󱄅";
}

.mdi-nodejs::before {
	content: "󰎙";
}

.mdi-noodles::before {
	content: "󱅾";
}

.mdi-not-equal::before {
	content: "󰦍";
}

.mdi-not-equal-variant::before {
	content: "󰦎";
}

.mdi-note::before {
	content: "󰎚";
}

.mdi-note-multiple::before {
	content: "󰚸";
}

.mdi-note-multiple-outline::before {
	content: "󰚹";
}

.mdi-note-outline::before {
	content: "󰎛";
}

.mdi-note-plus::before {
	content: "󰎜";
}

.mdi-note-plus-outline::before {
	content: "󰎝";
}

.mdi-note-text::before {
	content: "󰎞";
}

.mdi-note-text-outline::before {
	content: "󱇗";
}

.mdi-notebook::before {
	content: "󰠮";
}

.mdi-notebook-multiple::before {
	content: "󰹕";
}

.mdi-notebook-outline::before {
	content: "󰺿";
}

.mdi-notification-clear-all::before {
	content: "󰎟";
}

.mdi-npm::before {
	content: "󰛷";
}

.mdi-nuke::before {
	content: "󰚤";
}

.mdi-null::before {
	content: "󰟢";
}

.mdi-numeric::before {
	content: "󰎠";
}

.mdi-numeric-0::before {
	content: "󰬹";
}

.mdi-numeric-0-box::before {
	content: "󰎡";
}

.mdi-numeric-0-box-multiple::before {
	content: "󰼎";
}

.mdi-numeric-0-box-multiple-outline::before {
	content: "󰎢";
}

.mdi-numeric-0-box-outline::before {
	content: "󰎣";
}

.mdi-numeric-0-circle::before {
	content: "󰲞";
}

.mdi-numeric-0-circle-outline::before {
	content: "󰲟";
}

.mdi-numeric-1::before {
	content: "󰬺";
}

.mdi-numeric-1-box::before {
	content: "󰎤";
}

.mdi-numeric-1-box-multiple::before {
	content: "󰼏";
}

.mdi-numeric-1-box-multiple-outline::before {
	content: "󰎥";
}

.mdi-numeric-1-box-outline::before {
	content: "󰎦";
}

.mdi-numeric-1-circle::before {
	content: "󰲠";
}

.mdi-numeric-1-circle-outline::before {
	content: "󰲡";
}

.mdi-numeric-10::before {
	content: "󰿩";
}

.mdi-numeric-10-box::before {
	content: "󰽽";
}

.mdi-numeric-10-box-multiple::before {
	content: "󰿪";
}

.mdi-numeric-10-box-multiple-outline::before {
	content: "󰿫";
}

.mdi-numeric-10-box-outline::before {
	content: "󰽾";
}

.mdi-numeric-10-circle::before {
	content: "󰿬";
}

.mdi-numeric-10-circle-outline::before {
	content: "󰿭";
}

.mdi-numeric-2::before {
	content: "󰬻";
}

.mdi-numeric-2-box::before {
	content: "󰎧";
}

.mdi-numeric-2-box-multiple::before {
	content: "󰼐";
}

.mdi-numeric-2-box-multiple-outline::before {
	content: "󰎨";
}

.mdi-numeric-2-box-outline::before {
	content: "󰎩";
}

.mdi-numeric-2-circle::before {
	content: "󰲢";
}

.mdi-numeric-2-circle-outline::before {
	content: "󰲣";
}

.mdi-numeric-3::before {
	content: "󰬼";
}

.mdi-numeric-3-box::before {
	content: "󰎪";
}

.mdi-numeric-3-box-multiple::before {
	content: "󰼑";
}

.mdi-numeric-3-box-multiple-outline::before {
	content: "󰎫";
}

.mdi-numeric-3-box-outline::before {
	content: "󰎬";
}

.mdi-numeric-3-circle::before {
	content: "󰲤";
}

.mdi-numeric-3-circle-outline::before {
	content: "󰲥";
}

.mdi-numeric-4::before {
	content: "󰬽";
}

.mdi-numeric-4-box::before {
	content: "󰎭";
}

.mdi-numeric-4-box-multiple::before {
	content: "󰼒";
}

.mdi-numeric-4-box-multiple-outline::before {
	content: "󰎲";
}

.mdi-numeric-4-box-outline::before {
	content: "󰎮";
}

.mdi-numeric-4-circle::before {
	content: "󰲦";
}

.mdi-numeric-4-circle-outline::before {
	content: "󰲧";
}

.mdi-numeric-5::before {
	content: "󰬾";
}

.mdi-numeric-5-box::before {
	content: "󰎱";
}

.mdi-numeric-5-box-multiple::before {
	content: "󰼓";
}

.mdi-numeric-5-box-multiple-outline::before {
	content: "󰎯";
}

.mdi-numeric-5-box-outline::before {
	content: "󰎰";
}

.mdi-numeric-5-circle::before {
	content: "󰲨";
}

.mdi-numeric-5-circle-outline::before {
	content: "󰲩";
}

.mdi-numeric-6::before {
	content: "󰬿";
}

.mdi-numeric-6-box::before {
	content: "󰎳";
}

.mdi-numeric-6-box-multiple::before {
	content: "󰼔";
}

.mdi-numeric-6-box-multiple-outline::before {
	content: "󰎴";
}

.mdi-numeric-6-box-outline::before {
	content: "󰎵";
}

.mdi-numeric-6-circle::before {
	content: "󰲪";
}

.mdi-numeric-6-circle-outline::before {
	content: "󰲫";
}

.mdi-numeric-7::before {
	content: "󰭀";
}

.mdi-numeric-7-box::before {
	content: "󰎶";
}

.mdi-numeric-7-box-multiple::before {
	content: "󰼕";
}

.mdi-numeric-7-box-multiple-outline::before {
	content: "󰎷";
}

.mdi-numeric-7-box-outline::before {
	content: "󰎸";
}

.mdi-numeric-7-circle::before {
	content: "󰲬";
}

.mdi-numeric-7-circle-outline::before {
	content: "󰲭";
}

.mdi-numeric-8::before {
	content: "󰭁";
}

.mdi-numeric-8-box::before {
	content: "󰎹";
}

.mdi-numeric-8-box-multiple::before {
	content: "󰼖";
}

.mdi-numeric-8-box-multiple-outline::before {
	content: "󰎺";
}

.mdi-numeric-8-box-outline::before {
	content: "󰎻";
}

.mdi-numeric-8-circle::before {
	content: "󰲮";
}

.mdi-numeric-8-circle-outline::before {
	content: "󰲯";
}

.mdi-numeric-9::before {
	content: "󰭂";
}

.mdi-numeric-9-box::before {
	content: "󰎼";
}

.mdi-numeric-9-box-multiple::before {
	content: "󰼗";
}

.mdi-numeric-9-box-multiple-outline::before {
	content: "󰎽";
}

.mdi-numeric-9-box-outline::before {
	content: "󰎾";
}

.mdi-numeric-9-circle::before {
	content: "󰲰";
}

.mdi-numeric-9-circle-outline::before {
	content: "󰲱";
}

.mdi-numeric-9-plus::before {
	content: "󰿮";
}

.mdi-numeric-9-plus-box::before {
	content: "󰎿";
}

.mdi-numeric-9-plus-box-multiple::before {
	content: "󰼘";
}

.mdi-numeric-9-plus-box-multiple-outline::before {
	content: "󰏀";
}

.mdi-numeric-9-plus-box-outline::before {
	content: "󰏁";
}

.mdi-numeric-9-plus-circle::before {
	content: "󰲲";
}

.mdi-numeric-9-plus-circle-outline::before {
	content: "󰲳";
}

.mdi-numeric-negative-1::before {
	content: "󱁒";
}

.mdi-nut::before {
	content: "󰛸";
}

.mdi-nutrition::before {
	content: "󰏂";
}

.mdi-nuxt::before {
	content: "󱄆";
}

.mdi-oar::before {
	content: "󰙼";
}

.mdi-ocarina::before {
	content: "󰷠";
}

.mdi-oci::before {
	content: "󱋩";
}

.mdi-ocr::before {
	content: "󱄺";
}

.mdi-octagon::before {
	content: "󰏃";
}

.mdi-octagon-outline::before {
	content: "󰏄";
}

.mdi-octagram::before {
	content: "󰛹";
}

.mdi-octagram-outline::before {
	content: "󰝵";
}

.mdi-odnoklassniki::before {
	content: "󰏅";
}

.mdi-offer::before {
	content: "󱈛";
}

.mdi-office-building::before {
	content: "󰦑";
}

.mdi-oil::before {
	content: "󰏇";
}

.mdi-oil-lamp::before {
	content: "󰼙";
}

.mdi-oil-level::before {
	content: "󱁓";
}

.mdi-oil-temperature::before {
	content: "󰿸";
}

.mdi-omega::before {
	content: "󰏉";
}

.mdi-one-up::before {
	content: "󰮭";
}

.mdi-onepassword::before {
	content: "󰢁";
}

.mdi-opacity::before {
	content: "󰗌";
}

.mdi-open-in-app::before {
	content: "󰏋";
}

.mdi-open-in-new::before {
	content: "󰏌";
}

.mdi-open-source-initiative::before {
	content: "󰮮";
}

.mdi-openid::before {
	content: "󰏍";
}

.mdi-opera::before {
	content: "󰏎";
}

.mdi-orbit::before {
	content: "󰀘";
}

.mdi-order-alphabetical-ascending::before {
	content: "󰈍";
}

.mdi-order-alphabetical-descending::before {
	content: "󰴇";
}

.mdi-order-bool-ascending::before {
	content: "󰊾";
}

.mdi-order-bool-ascending-variant::before {
	content: "󰦏";
}

.mdi-order-bool-descending::before {
	content: "󱎄";
}

.mdi-order-bool-descending-variant::before {
	content: "󰦐";
}

.mdi-order-numeric-ascending::before {
	content: "󰕅";
}

.mdi-order-numeric-descending::before {
	content: "󰕆";
}

.mdi-origin::before {
	content: "󰭃";
}

.mdi-ornament::before {
	content: "󰏏";
}

.mdi-ornament-variant::before {
	content: "󰏐";
}

.mdi-outdoor-lamp::before {
	content: "󱁔";
}

.mdi-overscan::before {
	content: "󱀅";
}

.mdi-owl::before {
	content: "󰏒";
}

.mdi-pac-man::before {
	content: "󰮯";
}

.mdi-package::before {
	content: "󰏓";
}

.mdi-package-down::before {
	content: "󰏔";
}

.mdi-package-up::before {
	content: "󰏕";
}

.mdi-package-variant::before {
	content: "󰏖";
}

.mdi-package-variant-closed::before {
	content: "󰏗";
}

.mdi-page-first::before {
	content: "󰘀";
}

.mdi-page-last::before {
	content: "󰘁";
}

.mdi-page-layout-body::before {
	content: "󰛺";
}

.mdi-page-layout-footer::before {
	content: "󰛻";
}

.mdi-page-layout-header::before {
	content: "󰛼";
}

.mdi-page-layout-header-footer::before {
	content: "󰽿";
}

.mdi-page-layout-sidebar-left::before {
	content: "󰛽";
}

.mdi-page-layout-sidebar-right::before {
	content: "󰛾";
}

.mdi-page-next::before {
	content: "󰮰";
}

.mdi-page-next-outline::before {
	content: "󰮱";
}

.mdi-page-previous::before {
	content: "󰮲";
}

.mdi-page-previous-outline::before {
	content: "󰮳";
}

.mdi-pail::before {
	content: "󱐗";
}

.mdi-pail-minus::before {
	content: "󱐷";
}

.mdi-pail-minus-outline::before {
	content: "󱐼";
}

.mdi-pail-off::before {
	content: "󱐹";
}

.mdi-pail-off-outline::before {
	content: "󱐾";
}

.mdi-pail-outline::before {
	content: "󱐺";
}

.mdi-pail-plus::before {
	content: "󱐶";
}

.mdi-pail-plus-outline::before {
	content: "󱐻";
}

.mdi-pail-remove::before {
	content: "󱐸";
}

.mdi-pail-remove-outline::before {
	content: "󱐽";
}

.mdi-palette::before {
	content: "󰏘";
}

.mdi-palette-advanced::before {
	content: "󰏙";
}

.mdi-palette-outline::before {
	content: "󰸌";
}

.mdi-palette-swatch::before {
	content: "󰢵";
}

.mdi-palette-swatch-outline::before {
	content: "󱍜";
}

.mdi-palm-tree::before {
	content: "󱁕";
}

.mdi-pan::before {
	content: "󰮴";
}

.mdi-pan-bottom-left::before {
	content: "󰮵";
}

.mdi-pan-bottom-right::before {
	content: "󰮶";
}

.mdi-pan-down::before {
	content: "󰮷";
}

.mdi-pan-horizontal::before {
	content: "󰮸";
}

.mdi-pan-left::before {
	content: "󰮹";
}

.mdi-pan-right::before {
	content: "󰮺";
}

.mdi-pan-top-left::before {
	content: "󰮻";
}

.mdi-pan-top-right::before {
	content: "󰮼";
}

.mdi-pan-up::before {
	content: "󰮽";
}

.mdi-pan-vertical::before {
	content: "󰮾";
}

.mdi-panda::before {
	content: "󰏚";
}

.mdi-pandora::before {
	content: "󰏛";
}

.mdi-panorama::before {
	content: "󰏜";
}

.mdi-panorama-fisheye::before {
	content: "󰏝";
}

.mdi-panorama-horizontal::before {
	content: "󰏞";
}

.mdi-panorama-vertical::before {
	content: "󰏟";
}

.mdi-panorama-wide-angle::before {
	content: "󰏠";
}

.mdi-paper-cut-vertical::before {
	content: "󰏡";
}

.mdi-paper-roll::before {
	content: "󱅗";
}

.mdi-paper-roll-outline::before {
	content: "󱅘";
}

.mdi-paperclip::before {
	content: "󰏢";
}

.mdi-parachute::before {
	content: "󰲴";
}

.mdi-parachute-outline::before {
	content: "󰲵";
}

.mdi-parking::before {
	content: "󰏣";
}

.mdi-party-popper::before {
	content: "󱁖";
}

.mdi-passport::before {
	content: "󰟣";
}

.mdi-passport-biometric::before {
	content: "󰷡";
}

.mdi-pasta::before {
	content: "󱅠";
}

.mdi-patio-heater::before {
	content: "󰾀";
}

.mdi-patreon::before {
	content: "󰢂";
}

.mdi-pause::before {
	content: "󰏤";
}

.mdi-pause-circle::before {
	content: "󰏥";
}

.mdi-pause-circle-outline::before {
	content: "󰏦";
}

.mdi-pause-octagon::before {
	content: "󰏧";
}

.mdi-pause-octagon-outline::before {
	content: "󰏨";
}

.mdi-paw::before {
	content: "󰏩";
}

.mdi-paw-off::before {
	content: "󰙗";
}

.mdi-pdf-box::before {
	content: "󰹖";
}

.mdi-peace::before {
	content: "󰢄";
}

.mdi-peanut::before {
	content: "󰿼";
}

.mdi-peanut-off::before {
	content: "󰿽";
}

.mdi-peanut-off-outline::before {
	content: "󰿿";
}

.mdi-peanut-outline::before {
	content: "󰿾";
}

.mdi-pen::before {
	content: "󰏪";
}

.mdi-pen-lock::before {
	content: "󰷢";
}

.mdi-pen-minus::before {
	content: "󰷣";
}

.mdi-pen-off::before {
	content: "󰷤";
}

.mdi-pen-plus::before {
	content: "󰷥";
}

.mdi-pen-remove::before {
	content: "󰷦";
}

.mdi-pencil::before {
	content: "󰏫";
}

.mdi-pencil-box::before {
	content: "󰏬";
}

.mdi-pencil-box-multiple::before {
	content: "󱅄";
}

.mdi-pencil-box-multiple-outline::before {
	content: "󱅅";
}

.mdi-pencil-box-outline::before {
	content: "󰏭";
}

.mdi-pencil-circle::before {
	content: "󰛿";
}

.mdi-pencil-circle-outline::before {
	content: "󰝶";
}

.mdi-pencil-lock::before {
	content: "󰏮";
}

.mdi-pencil-lock-outline::before {
	content: "󰷧";
}

.mdi-pencil-minus::before {
	content: "󰷨";
}

.mdi-pencil-minus-outline::before {
	content: "󰷩";
}

.mdi-pencil-off::before {
	content: "󰏯";
}

.mdi-pencil-off-outline::before {
	content: "󰷪";
}

.mdi-pencil-outline::before {
	content: "󰲶";
}

.mdi-pencil-plus::before {
	content: "󰷫";
}

.mdi-pencil-plus-outline::before {
	content: "󰷬";
}

.mdi-pencil-remove::before {
	content: "󰷭";
}

.mdi-pencil-remove-outline::before {
	content: "󰷮";
}

.mdi-pencil-ruler::before {
	content: "󱍓";
}

.mdi-penguin::before {
	content: "󰻀";
}

.mdi-pentagon::before {
	content: "󰜁";
}

.mdi-pentagon-outline::before {
	content: "󰜀";
}

.mdi-percent::before {
	content: "󰏰";
}

.mdi-percent-outline::before {
	content: "󱉸";
}

.mdi-periodic-table::before {
	content: "󰢶";
}

.mdi-perspective-less::before {
	content: "󰴣";
}

.mdi-perspective-more::before {
	content: "󰴤";
}

.mdi-pharmacy::before {
	content: "󰏱";
}

.mdi-phone::before {
	content: "󰏲";
}

.mdi-phone-alert::before {
	content: "󰼚";
}

.mdi-phone-alert-outline::before {
	content: "󱆎";
}

.mdi-phone-bluetooth::before {
	content: "󰏳";
}

.mdi-phone-bluetooth-outline::before {
	content: "󱆏";
}

.mdi-phone-cancel::before {
	content: "󱂼";
}

.mdi-phone-cancel-outline::before {
	content: "󱆐";
}

.mdi-phone-check::before {
	content: "󱆩";
}

.mdi-phone-check-outline::before {
	content: "󱆪";
}

.mdi-phone-classic::before {
	content: "󰘂";
}

.mdi-phone-classic-off::before {
	content: "󱉹";
}

.mdi-phone-forward::before {
	content: "󰏴";
}

.mdi-phone-forward-outline::before {
	content: "󱆑";
}

.mdi-phone-hangup::before {
	content: "󰏵";
}

.mdi-phone-hangup-outline::before {
	content: "󱆒";
}

.mdi-phone-in-talk::before {
	content: "󰏶";
}

.mdi-phone-in-talk-outline::before {
	content: "󱆂";
}

.mdi-phone-incoming::before {
	content: "󰏷";
}

.mdi-phone-incoming-outline::before {
	content: "󱆓";
}

.mdi-phone-lock::before {
	content: "󰏸";
}

.mdi-phone-lock-outline::before {
	content: "󱆔";
}

.mdi-phone-log::before {
	content: "󰏹";
}

.mdi-phone-log-outline::before {
	content: "󱆕";
}

.mdi-phone-message::before {
	content: "󱆖";
}

.mdi-phone-message-outline::before {
	content: "󱆗";
}

.mdi-phone-minus::before {
	content: "󰙘";
}

.mdi-phone-minus-outline::before {
	content: "󱆘";
}

.mdi-phone-missed::before {
	content: "󰏺";
}

.mdi-phone-missed-outline::before {
	content: "󱆥";
}

.mdi-phone-off::before {
	content: "󰷯";
}

.mdi-phone-off-outline::before {
	content: "󱆦";
}

.mdi-phone-outgoing::before {
	content: "󰏻";
}

.mdi-phone-outgoing-outline::before {
	content: "󱆙";
}

.mdi-phone-outline::before {
	content: "󰷰";
}

.mdi-phone-paused::before {
	content: "󰏼";
}

.mdi-phone-paused-outline::before {
	content: "󱆚";
}

.mdi-phone-plus::before {
	content: "󰙙";
}

.mdi-phone-plus-outline::before {
	content: "󱆛";
}

.mdi-phone-return::before {
	content: "󰠯";
}

.mdi-phone-return-outline::before {
	content: "󱆜";
}

.mdi-phone-ring::before {
	content: "󱆫";
}

.mdi-phone-ring-outline::before {
	content: "󱆬";
}

.mdi-phone-rotate-landscape::before {
	content: "󰢅";
}

.mdi-phone-rotate-portrait::before {
	content: "󰢆";
}

.mdi-phone-settings::before {
	content: "󰏽";
}

.mdi-phone-settings-outline::before {
	content: "󱆝";
}

.mdi-phone-voip::before {
	content: "󰏾";
}

.mdi-pi::before {
	content: "󰏿";
}

.mdi-pi-box::before {
	content: "󰐀";
}

.mdi-pi-hole::before {
	content: "󰷱";
}

.mdi-piano::before {
	content: "󰙽";
}

.mdi-pickaxe::before {
	content: "󰢷";
}

.mdi-picture-in-picture-bottom-right::before {
	content: "󰹗";
}

.mdi-picture-in-picture-bottom-right-outline::before {
	content: "󰹘";
}

.mdi-picture-in-picture-top-right::before {
	content: "󰹙";
}

.mdi-picture-in-picture-top-right-outline::before {
	content: "󰹚";
}

.mdi-pier::before {
	content: "󰢇";
}

.mdi-pier-crane::before {
	content: "󰢈";
}

.mdi-pig::before {
	content: "󰐁";
}

.mdi-pig-variant::before {
	content: "󱀆";
}

.mdi-piggy-bank::before {
	content: "󱀇";
}

.mdi-pill::before {
	content: "󰐂";
}

.mdi-pillar::before {
	content: "󰜂";
}

.mdi-pin::before {
	content: "󰐃";
}

.mdi-pin-off::before {
	content: "󰐄";
}

.mdi-pin-off-outline::before {
	content: "󰤰";
}

.mdi-pin-outline::before {
	content: "󰤱";
}

.mdi-pine-tree::before {
	content: "󰐅";
}

.mdi-pine-tree-box::before {
	content: "󰐆";
}

.mdi-pine-tree-fire::before {
	content: "󱐚";
}

.mdi-pinterest::before {
	content: "󰐇";
}

.mdi-pinwheel::before {
	content: "󰫕";
}

.mdi-pinwheel-outline::before {
	content: "󰫖";
}

.mdi-pipe::before {
	content: "󰟥";
}

.mdi-pipe-disconnected::before {
	content: "󰟦";
}

.mdi-pipe-leak::before {
	content: "󰢉";
}

.mdi-pipe-wrench::before {
	content: "󱍔";
}

.mdi-pirate::before {
	content: "󰨈";
}

.mdi-pistol::before {
	content: "󰜃";
}

.mdi-piston::before {
	content: "󰢊";
}

.mdi-pizza::before {
	content: "󰐉";
}

.mdi-play::before {
	content: "󰐊";
}

.mdi-play-box::before {
	content: "󱉺";
}

.mdi-play-box-multiple::before {
	content: "󰴙";
}

.mdi-play-box-multiple-outline::before {
	content: "󱏦";
}

.mdi-play-box-outline::before {
	content: "󰐋";
}

.mdi-play-circle::before {
	content: "󰐌";
}

.mdi-play-circle-outline::before {
	content: "󰐍";
}

.mdi-play-network::before {
	content: "󰢋";
}

.mdi-play-network-outline::before {
	content: "󰲷";
}

.mdi-play-outline::before {
	content: "󰼛";
}

.mdi-play-pause::before {
	content: "󰐎";
}

.mdi-play-protected-content::before {
	content: "󰐏";
}

.mdi-play-speed::before {
	content: "󰣿";
}

.mdi-playlist-check::before {
	content: "󰗇";
}

.mdi-playlist-edit::before {
	content: "󰤀";
}

.mdi-playlist-minus::before {
	content: "󰐐";
}

.mdi-playlist-music::before {
	content: "󰲸";
}

.mdi-playlist-music-outline::before {
	content: "󰲹";
}

.mdi-playlist-play::before {
	content: "󰐑";
}

.mdi-playlist-plus::before {
	content: "󰐒";
}

.mdi-playlist-remove::before {
	content: "󰐓";
}

.mdi-playlist-star::before {
	content: "󰷲";
}

.mdi-plex::before {
	content: "󰚺";
}

.mdi-plus::before {
	content: "󰐕";
}

.mdi-plus-box::before {
	content: "󰐖";
}

.mdi-plus-box-multiple::before {
	content: "󰌴";
}

.mdi-plus-box-multiple-outline::before {
	content: "󱅃";
}

.mdi-plus-box-outline::before {
	content: "󰜄";
}

.mdi-plus-circle::before {
	content: "󰐗";
}

.mdi-plus-circle-multiple::before {
	content: "󰍌";
}

.mdi-plus-circle-multiple-outline::before {
	content: "󰐘";
}

.mdi-plus-circle-outline::before {
	content: "󰐙";
}

.mdi-plus-minus::before {
	content: "󰦒";
}

.mdi-plus-minus-box::before {
	content: "󰦓";
}

.mdi-plus-minus-variant::before {
	content: "󱓉";
}

.mdi-plus-network::before {
	content: "󰐚";
}

.mdi-plus-network-outline::before {
	content: "󰲺";
}

.mdi-plus-one::before {
	content: "󰐛";
}

.mdi-plus-outline::before {
	content: "󰜅";
}

.mdi-plus-thick::before {
	content: "󱇬";
}

.mdi-podcast::before {
	content: "󰦔";
}

.mdi-podium::before {
	content: "󰴥";
}

.mdi-podium-bronze::before {
	content: "󰴦";
}

.mdi-podium-gold::before {
	content: "󰴧";
}

.mdi-podium-silver::before {
	content: "󰴨";
}

.mdi-point-of-sale::before {
	content: "󰶒";
}

.mdi-pokeball::before {
	content: "󰐝";
}

.mdi-pokemon-go::before {
	content: "󰨉";
}

.mdi-poker-chip::before {
	content: "󰠰";
}

.mdi-polaroid::before {
	content: "󰐞";
}

.mdi-police-badge::before {
	content: "󱅧";
}

.mdi-police-badge-outline::before {
	content: "󱅨";
}

.mdi-poll::before {
	content: "󰐟";
}

.mdi-poll-box::before {
	content: "󰐠";
}

.mdi-poll-box-outline::before {
	content: "󱉻";
}

.mdi-polo::before {
	content: "󱓃";
}

.mdi-polymer::before {
	content: "󰐡";
}

.mdi-pool::before {
	content: "󰘆";
}

.mdi-popcorn::before {
	content: "󰐢";
}

.mdi-post::before {
	content: "󱀈";
}

.mdi-post-outline::before {
	content: "󱀉";
}

.mdi-postage-stamp::before {
	content: "󰲻";
}

.mdi-pot::before {
	content: "󰋥";
}

.mdi-pot-mix::before {
	content: "󰙛";
}

.mdi-pot-mix-outline::before {
	content: "󰙷";
}

.mdi-pot-outline::before {
	content: "󰋿";
}

.mdi-pot-steam::before {
	content: "󰙚";
}

.mdi-pot-steam-outline::before {
	content: "󰌦";
}

.mdi-pound::before {
	content: "󰐣";
}

.mdi-pound-box::before {
	content: "󰐤";
}

.mdi-pound-box-outline::before {
	content: "󱅿";
}

.mdi-power::before {
	content: "󰐥";
}

.mdi-power-cycle::before {
	content: "󰤁";
}

.mdi-power-off::before {
	content: "󰤂";
}

.mdi-power-on::before {
	content: "󰤃";
}

.mdi-power-plug::before {
	content: "󰚥";
}

.mdi-power-plug-off::before {
	content: "󰚦";
}

.mdi-power-plug-off-outline::before {
	content: "󱐤";
}

.mdi-power-plug-outline::before {
	content: "󱐥";
}

.mdi-power-settings::before {
	content: "󰐦";
}

.mdi-power-sleep::before {
	content: "󰤄";
}

.mdi-power-socket::before {
	content: "󰐧";
}

.mdi-power-socket-au::before {
	content: "󰤅";
}

.mdi-power-socket-de::before {
	content: "󱄇";
}

.mdi-power-socket-eu::before {
	content: "󰟧";
}

.mdi-power-socket-fr::before {
	content: "󱄈";
}

.mdi-power-socket-jp::before {
	content: "󱄉";
}

.mdi-power-socket-uk::before {
	content: "󰟨";
}

.mdi-power-socket-us::before {
	content: "󰟩";
}

.mdi-power-standby::before {
	content: "󰤆";
}

.mdi-powershell::before {
	content: "󰨊";
}

.mdi-prescription::before {
	content: "󰜆";
}

.mdi-presentation::before {
	content: "󰐨";
}

.mdi-presentation-play::before {
	content: "󰐩";
}

.mdi-printer::before {
	content: "󰐪";
}

.mdi-printer-3d::before {
	content: "󰐫";
}

.mdi-printer-3d-nozzle::before {
	content: "󰹛";
}

.mdi-printer-3d-nozzle-alert::before {
	content: "󱇀";
}

.mdi-printer-3d-nozzle-alert-outline::before {
	content: "󱇁";
}

.mdi-printer-3d-nozzle-outline::before {
	content: "󰹜";
}

.mdi-printer-alert::before {
	content: "󰐬";
}

.mdi-printer-check::before {
	content: "󱅆";
}

.mdi-printer-eye::before {
	content: "󱑘";
}

.mdi-printer-off::before {
	content: "󰹝";
}

.mdi-printer-pos::before {
	content: "󱁗";
}

.mdi-printer-search::before {
	content: "󱑗";
}

.mdi-printer-settings::before {
	content: "󰜇";
}

.mdi-printer-wireless::before {
	content: "󰨋";
}

.mdi-priority-high::before {
	content: "󰘃";
}

.mdi-priority-low::before {
	content: "󰘄";
}

.mdi-professional-hexagon::before {
	content: "󰐭";
}

.mdi-progress-alert::before {
	content: "󰲼";
}

.mdi-progress-check::before {
	content: "󰦕";
}

.mdi-progress-clock::before {
	content: "󰦖";
}

.mdi-progress-close::before {
	content: "󱄊";
}

.mdi-progress-download::before {
	content: "󰦗";
}

.mdi-progress-upload::before {
	content: "󰦘";
}

.mdi-progress-wrench::before {
	content: "󰲽";
}

.mdi-projector::before {
	content: "󰐮";
}

.mdi-projector-screen::before {
	content: "󰐯";
}

.mdi-propane-tank::before {
	content: "󱍗";
}

.mdi-propane-tank-outline::before {
	content: "󱍘";
}

.mdi-protocol::before {
	content: "󰿘";
}

.mdi-publish::before {
	content: "󰚧";
}

.mdi-pulse::before {
	content: "󰐰";
}

.mdi-pump::before {
	content: "󱐂";
}

.mdi-pumpkin::before {
	content: "󰮿";
}

.mdi-purse::before {
	content: "󰼜";
}

.mdi-purse-outline::before {
	content: "󰼝";
}

.mdi-puzzle::before {
	content: "󰐱";
}

.mdi-puzzle-check::before {
	content: "󱐦";
}

.mdi-puzzle-check-outline::before {
	content: "󱐧";
}

.mdi-puzzle-edit::before {
	content: "󱓓";
}

.mdi-puzzle-edit-outline::before {
	content: "󱓙";
}

.mdi-puzzle-heart::before {
	content: "󱓔";
}

.mdi-puzzle-heart-outline::before {
	content: "󱓚";
}

.mdi-puzzle-minus::before {
	content: "󱓑";
}

.mdi-puzzle-minus-outline::before {
	content: "󱓗";
}

.mdi-puzzle-outline::before {
	content: "󰩦";
}

.mdi-puzzle-plus::before {
	content: "󱓐";
}

.mdi-puzzle-plus-outline::before {
	content: "󱓖";
}

.mdi-puzzle-remove::before {
	content: "󱓒";
}

.mdi-puzzle-remove-outline::before {
	content: "󱓘";
}

.mdi-puzzle-star::before {
	content: "󱓕";
}

.mdi-puzzle-star-outline::before {
	content: "󱓛";
}

.mdi-qi::before {
	content: "󰦙";
}

.mdi-qqchat::before {
	content: "󰘅";
}

.mdi-qrcode::before {
	content: "󰐲";
}

.mdi-qrcode-edit::before {
	content: "󰢸";
}

.mdi-qrcode-minus::before {
	content: "󱆌";
}

.mdi-qrcode-plus::before {
	content: "󱆋";
}

.mdi-qrcode-remove::before {
	content: "󱆍";
}

.mdi-qrcode-scan::before {
	content: "󰐳";
}

.mdi-quadcopter::before {
	content: "󰐴";
}

.mdi-quality-high::before {
	content: "󰐵";
}

.mdi-quality-low::before {
	content: "󰨌";
}

.mdi-quality-medium::before {
	content: "󰨍";
}

.mdi-quora::before {
	content: "󰴩";
}

.mdi-rabbit::before {
	content: "󰤇";
}

.mdi-racing-helmet::before {
	content: "󰶓";
}

.mdi-racquetball::before {
	content: "󰶔";
}

.mdi-radar::before {
	content: "󰐷";
}

.mdi-radiator::before {
	content: "󰐸";
}

.mdi-radiator-disabled::before {
	content: "󰫗";
}

.mdi-radiator-off::before {
	content: "󰫘";
}

.mdi-radio::before {
	content: "󰐹";
}

.mdi-radio-am::before {
	content: "󰲾";
}

.mdi-radio-fm::before {
	content: "󰲿";
}

.mdi-radio-handheld::before {
	content: "󰐺";
}

.mdi-radio-off::before {
	content: "󱈜";
}

.mdi-radio-tower::before {
	content: "󰐻";
}

.mdi-radioactive::before {
	content: "󰐼";
}

.mdi-radioactive-off::before {
	content: "󰻁";
}

.mdi-radiobox-blank::before {
	content: "󰐽";
}

.mdi-radiobox-marked::before {
	content: "󰐾";
}

.mdi-radiology-box::before {
	content: "󱓅";
}

.mdi-radiology-box-outline::before {
	content: "󱓆";
}

.mdi-radius::before {
	content: "󰳀";
}

.mdi-radius-outline::before {
	content: "󰳁";
}

.mdi-railroad-light::before {
	content: "󰼞";
}

.mdi-raspberry-pi::before {
	content: "󰐿";
}

.mdi-ray-end::before {
	content: "󰑀";
}

.mdi-ray-end-arrow::before {
	content: "󰑁";
}

.mdi-ray-start::before {
	content: "󰑂";
}

.mdi-ray-start-arrow::before {
	content: "󰑃";
}

.mdi-ray-start-end::before {
	content: "󰑄";
}

.mdi-ray-vertex::before {
	content: "󰑅";
}

.mdi-react::before {
	content: "󰜈";
}

.mdi-read::before {
	content: "󰑇";
}

.mdi-receipt::before {
	content: "󰑉";
}

.mdi-record::before {
	content: "󰑊";
}

.mdi-record-circle::before {
	content: "󰻂";
}

.mdi-record-circle-outline::before {
	content: "󰻃";
}

.mdi-record-player::before {
	content: "󰦚";
}

.mdi-record-rec::before {
	content: "󰑋";
}

.mdi-rectangle::before {
	content: "󰹞";
}

.mdi-rectangle-outline::before {
	content: "󰹟";
}

.mdi-recycle::before {
	content: "󰑌";
}

.mdi-recycle-variant::before {
	content: "󱎝";
}

.mdi-reddit::before {
	content: "󰑍";
}

.mdi-redhat::before {
	content: "󱄛";
}

.mdi-redo::before {
	content: "󰑎";
}

.mdi-redo-variant::before {
	content: "󰑏";
}

.mdi-reflect-horizontal::before {
	content: "󰨎";
}

.mdi-reflect-vertical::before {
	content: "󰨏";
}

.mdi-refresh::before {
	content: "󰑐";
}

.mdi-refresh-circle::before {
	content: "󱍷";
}

.mdi-regex::before {
	content: "󰑑";
}

.mdi-registered-trademark::before {
	content: "󰩧";
}

.mdi-relation-many-to-many::before {
	content: "󱒖";
}

.mdi-relation-many-to-one::before {
	content: "󱒗";
}

.mdi-relation-many-to-one-or-many::before {
	content: "󱒘";
}

.mdi-relation-many-to-only-one::before {
	content: "󱒙";
}

.mdi-relation-many-to-zero-or-many::before {
	content: "󱒚";
}

.mdi-relation-many-to-zero-or-one::before {
	content: "󱒛";
}

.mdi-relation-one-or-many-to-many::before {
	content: "󱒜";
}

.mdi-relation-one-or-many-to-one::before {
	content: "󱒝";
}

.mdi-relation-one-or-many-to-one-or-many::before {
	content: "󱒞";
}

.mdi-relation-one-or-many-to-only-one::before {
	content: "󱒟";
}

.mdi-relation-one-or-many-to-zero-or-many::before {
	content: "󱒠";
}

.mdi-relation-one-or-many-to-zero-or-one::before {
	content: "󱒡";
}

.mdi-relation-one-to-many::before {
	content: "󱒢";
}

.mdi-relation-one-to-one::before {
	content: "󱒣";
}

.mdi-relation-one-to-one-or-many::before {
	content: "󱒤";
}

.mdi-relation-one-to-only-one::before {
	content: "󱒥";
}

.mdi-relation-one-to-zero-or-many::before {
	content: "󱒦";
}

.mdi-relation-one-to-zero-or-one::before {
	content: "󱒧";
}

.mdi-relation-only-one-to-many::before {
	content: "󱒨";
}

.mdi-relation-only-one-to-one::before {
	content: "󱒩";
}

.mdi-relation-only-one-to-one-or-many::before {
	content: "󱒪";
}

.mdi-relation-only-one-to-only-one::before {
	content: "󱒫";
}

.mdi-relation-only-one-to-zero-or-many::before {
	content: "󱒬";
}

.mdi-relation-only-one-to-zero-or-one::before {
	content: "󱒭";
}

.mdi-relation-zero-or-many-to-many::before {
	content: "󱒮";
}

.mdi-relation-zero-or-many-to-one::before {
	content: "󱒯";
}

.mdi-relation-zero-or-many-to-one-or-many::before {
	content: "󱒰";
}

.mdi-relation-zero-or-many-to-only-one::before {
	content: "󱒱";
}

.mdi-relation-zero-or-many-to-zero-or-many::before {
	content: "󱒲";
}

.mdi-relation-zero-or-many-to-zero-or-one::before {
	content: "󱒳";
}

.mdi-relation-zero-or-one-to-many::before {
	content: "󱒴";
}

.mdi-relation-zero-or-one-to-one::before {
	content: "󱒵";
}

.mdi-relation-zero-or-one-to-one-or-many::before {
	content: "󱒶";
}

.mdi-relation-zero-or-one-to-only-one::before {
	content: "󱒷";
}

.mdi-relation-zero-or-one-to-zero-or-many::before {
	content: "󱒸";
}

.mdi-relation-zero-or-one-to-zero-or-one::before {
	content: "󱒹";
}

.mdi-relative-scale::before {
	content: "󰑒";
}

.mdi-reload::before {
	content: "󰑓";
}

.mdi-reload-alert::before {
	content: "󱄋";
}

.mdi-reminder::before {
	content: "󰢌";
}

.mdi-remote::before {
	content: "󰑔";
}

.mdi-remote-desktop::before {
	content: "󰢹";
}

.mdi-remote-off::before {
	content: "󰻄";
}

.mdi-remote-tv::before {
	content: "󰻅";
}

.mdi-remote-tv-off::before {
	content: "󰻆";
}

.mdi-rename-box::before {
	content: "󰑕";
}

.mdi-reorder-horizontal::before {
	content: "󰚈";
}

.mdi-reorder-vertical::before {
	content: "󰚉";
}

.mdi-repeat::before {
	content: "󰑖";
}

.mdi-repeat-off::before {
	content: "󰑗";
}

.mdi-repeat-once::before {
	content: "󰑘";
}

.mdi-replay::before {
	content: "󰑙";
}

.mdi-reply::before {
	content: "󰑚";
}

.mdi-reply-all::before {
	content: "󰑛";
}

.mdi-reply-all-outline::before {
	content: "󰼟";
}

.mdi-reply-circle::before {
	content: "󱆮";
}

.mdi-reply-outline::before {
	content: "󰼠";
}

.mdi-reproduction::before {
	content: "󰑜";
}

.mdi-resistor::before {
	content: "󰭄";
}

.mdi-resistor-nodes::before {
	content: "󰭅";
}

.mdi-resize::before {
	content: "󰩨";
}

.mdi-resize-bottom-right::before {
	content: "󰑝";
}

.mdi-responsive::before {
	content: "󰑞";
}

.mdi-restart::before {
	content: "󰜉";
}

.mdi-restart-alert::before {
	content: "󱄌";
}

.mdi-restart-off::before {
	content: "󰶕";
}

.mdi-restore::before {
	content: "󰦛";
}

.mdi-restore-alert::before {
	content: "󱄍";
}

.mdi-rewind::before {
	content: "󰑟";
}

.mdi-rewind-10::before {
	content: "󰴪";
}

.mdi-rewind-30::before {
	content: "󰶖";
}

.mdi-rewind-5::before {
	content: "󱇹";
}

.mdi-rewind-outline::before {
	content: "󰜊";
}

.mdi-rhombus::before {
	content: "󰜋";
}

.mdi-rhombus-medium::before {
	content: "󰨐";
}

.mdi-rhombus-medium-outline::before {
	content: "󱓜";
}

.mdi-rhombus-outline::before {
	content: "󰜌";
}

.mdi-rhombus-split::before {
	content: "󰨑";
}

.mdi-rhombus-split-outline::before {
	content: "󱓝";
}

.mdi-ribbon::before {
	content: "󰑠";
}

.mdi-rice::before {
	content: "󰟪";
}

.mdi-ring::before {
	content: "󰟫";
}

.mdi-rivet::before {
	content: "󰹠";
}

.mdi-road::before {
	content: "󰑡";
}

.mdi-road-variant::before {
	content: "󰑢";
}

.mdi-robber::before {
	content: "󱁘";
}

.mdi-robot::before {
	content: "󰚩";
}

.mdi-robot-industrial::before {
	content: "󰭆";
}

.mdi-robot-mower::before {
	content: "󱇷";
}

.mdi-robot-mower-outline::before {
	content: "󱇳";
}

.mdi-robot-vacuum::before {
	content: "󰜍";
}

.mdi-robot-vacuum-variant::before {
	content: "󰤈";
}

.mdi-rocket::before {
	content: "󰑣";
}

.mdi-rocket-launch::before {
	content: "󱓞";
}

.mdi-rocket-launch-outline::before {
	content: "󱓟";
}

.mdi-rocket-outline::before {
	content: "󱎯";
}

.mdi-rodent::before {
	content: "󱌧";
}

.mdi-roller-skate::before {
	content: "󰴫";
}

.mdi-roller-skate-off::before {
	content: "󰅅";
}

.mdi-rollerblade::before {
	content: "󰴬";
}

.mdi-rollerblade-off::before {
	content: "󰀮";
}

.mdi-rollupjs::before {
	content: "󰯀";
}

.mdi-roman-numeral-1::before {
	content: "󱂈";
}

.mdi-roman-numeral-10::before {
	content: "󱂑";
}

.mdi-roman-numeral-2::before {
	content: "󱂉";
}

.mdi-roman-numeral-3::before {
	content: "󱂊";
}

.mdi-roman-numeral-4::before {
	content: "󱂋";
}

.mdi-roman-numeral-5::before {
	content: "󱂌";
}

.mdi-roman-numeral-6::before {
	content: "󱂍";
}

.mdi-roman-numeral-7::before {
	content: "󱂎";
}

.mdi-roman-numeral-8::before {
	content: "󱂏";
}

.mdi-roman-numeral-9::before {
	content: "󱂐";
}

.mdi-room-service::before {
	content: "󰢍";
}

.mdi-room-service-outline::before {
	content: "󰶗";
}

.mdi-rotate-3d::before {
	content: "󰻇";
}

.mdi-rotate-3d-variant::before {
	content: "󰑤";
}

.mdi-rotate-left::before {
	content: "󰑥";
}

.mdi-rotate-left-variant::before {
	content: "󰑦";
}

.mdi-rotate-orbit::before {
	content: "󰶘";
}

.mdi-rotate-right::before {
	content: "󰑧";
}

.mdi-rotate-right-variant::before {
	content: "󰑨";
}

.mdi-rounded-corner::before {
	content: "󰘇";
}

.mdi-router::before {
	content: "󱇢";
}

.mdi-router-network::before {
	content: "󱂇";
}

.mdi-router-wireless::before {
	content: "󰑩";
}

.mdi-router-wireless-settings::before {
	content: "󰩩";
}

.mdi-routes::before {
	content: "󰑪";
}

.mdi-routes-clock::before {
	content: "󱁙";
}

.mdi-rowing::before {
	content: "󰘈";
}

.mdi-rss::before {
	content: "󰑫";
}

.mdi-rss-box::before {
	content: "󰑬";
}

.mdi-rss-off::before {
	content: "󰼡";
}

.mdi-rug::before {
	content: "󱑵";
}

.mdi-rugby::before {
	content: "󰶙";
}

.mdi-ruler::before {
	content: "󰑭";
}

.mdi-ruler-square::before {
	content: "󰳂";
}

.mdi-ruler-square-compass::before {
	content: "󰺾";
}

.mdi-run::before {
	content: "󰜎";
}

.mdi-run-fast::before {
	content: "󰑮";
}

.mdi-rv-truck::before {
	content: "󱇔";
}

.mdi-sack::before {
	content: "󰴮";
}

.mdi-sack-percent::before {
	content: "󰴯";
}

.mdi-safe::before {
	content: "󰩪";
}

.mdi-safe-square::before {
	content: "󱉼";
}

.mdi-safe-square-outline::before {
	content: "󱉽";
}

.mdi-safety-goggles::before {
	content: "󰴰";
}

.mdi-sail-boat::before {
	content: "󰻈";
}

.mdi-sale::before {
	content: "󰑯";
}

.mdi-salesforce::before {
	content: "󰢎";
}

.mdi-sass::before {
	content: "󰟬";
}

.mdi-satellite::before {
	content: "󰑰";
}

.mdi-satellite-uplink::before {
	content: "󰤉";
}

.mdi-satellite-variant::before {
	content: "󰑱";
}

.mdi-sausage::before {
	content: "󰢺";
}

.mdi-saw-blade::before {
	content: "󰹡";
}

.mdi-sawtooth-wave::before {
	content: "󱑺";
}

.mdi-saxophone::before {
	content: "󰘉";
}

.mdi-scale::before {
	content: "󰑲";
}

.mdi-scale-balance::before {
	content: "󰗑";
}

.mdi-scale-bathroom::before {
	content: "󰑳";
}

.mdi-scale-off::before {
	content: "󱁚";
}

.mdi-scan-helper::before {
	content: "󱏘";
}

.mdi-scanner::before {
	content: "󰚫";
}

.mdi-scanner-off::before {
	content: "󰤊";
}

.mdi-scatter-plot::before {
	content: "󰻉";
}

.mdi-scatter-plot-outline::before {
	content: "󰻊";
}

.mdi-school::before {
	content: "󰑴";
}

.mdi-school-outline::before {
	content: "󱆀";
}

.mdi-scissors-cutting::before {
	content: "󰩫";
}

.mdi-scooter::before {
	content: "󱇩";
}

.mdi-scoreboard::before {
	content: "󱉾";
}

.mdi-scoreboard-outline::before {
	content: "󱉿";
}

.mdi-screen-rotation::before {
	content: "󰑵";
}

.mdi-screen-rotation-lock::before {
	content: "󰑸";
}

.mdi-screw-flat-top::before {
	content: "󰷳";
}

.mdi-screw-lag::before {
	content: "󰷴";
}

.mdi-screw-machine-flat-top::before {
	content: "󰷵";
}

.mdi-screw-machine-round-top::before {
	content: "󰷶";
}

.mdi-screw-round-top::before {
	content: "󰷷";
}

.mdi-screwdriver::before {
	content: "󰑶";
}

.mdi-script::before {
	content: "󰯁";
}

.mdi-script-outline::before {
	content: "󰑷";
}

.mdi-script-text::before {
	content: "󰯂";
}

.mdi-script-text-outline::before {
	content: "󰯃";
}

.mdi-sd::before {
	content: "󰑹";
}

.mdi-seal::before {
	content: "󰑺";
}

.mdi-seal-variant::before {
	content: "󰿙";
}

.mdi-search-web::before {
	content: "󰜏";
}

.mdi-seat::before {
	content: "󰳃";
}

.mdi-seat-flat::before {
	content: "󰑻";
}

.mdi-seat-flat-angled::before {
	content: "󰑼";
}

.mdi-seat-individual-suite::before {
	content: "󰑽";
}

.mdi-seat-legroom-extra::before {
	content: "󰑾";
}

.mdi-seat-legroom-normal::before {
	content: "󰑿";
}

.mdi-seat-legroom-reduced::before {
	content: "󰒀";
}

.mdi-seat-outline::before {
	content: "󰳄";
}

.mdi-seat-passenger::before {
	content: "󱉉";
}

.mdi-seat-recline-extra::before {
	content: "󰒁";
}

.mdi-seat-recline-normal::before {
	content: "󰒂";
}

.mdi-seatbelt::before {
	content: "󰳅";
}

.mdi-security::before {
	content: "󰒃";
}

.mdi-security-network::before {
	content: "󰒄";
}

.mdi-seed::before {
	content: "󰹢";
}

.mdi-seed-off::before {
	content: "󱏽";
}

.mdi-seed-off-outline::before {
	content: "󱏾";
}

.mdi-seed-outline::before {
	content: "󰹣";
}

.mdi-segment::before {
	content: "󰻋";
}

.mdi-select::before {
	content: "󰒅";
}

.mdi-select-all::before {
	content: "󰒆";
}

.mdi-select-color::before {
	content: "󰴱";
}

.mdi-select-compare::before {
	content: "󰫙";
}

.mdi-select-drag::before {
	content: "󰩬";
}

.mdi-select-group::before {
	content: "󰾂";
}

.mdi-select-inverse::before {
	content: "󰒇";
}

.mdi-select-marker::before {
	content: "󱊀";
}

.mdi-select-multiple::before {
	content: "󱊁";
}

.mdi-select-multiple-marker::before {
	content: "󱊂";
}

.mdi-select-off::before {
	content: "󰒈";
}

.mdi-select-place::before {
	content: "󰿚";
}

.mdi-select-search::before {
	content: "󱈄";
}

.mdi-selection::before {
	content: "󰒉";
}

.mdi-selection-drag::before {
	content: "󰩭";
}

.mdi-selection-ellipse::before {
	content: "󰴲";
}

.mdi-selection-ellipse-arrow-inside::before {
	content: "󰼢";
}

.mdi-selection-marker::before {
	content: "󱊃";
}

.mdi-selection-multiple::before {
	content: "󱊅";
}

.mdi-selection-multiple-marker::before {
	content: "󱊄";
}

.mdi-selection-off::before {
	content: "󰝷";
}

.mdi-selection-search::before {
	content: "󱈅";
}

.mdi-semantic-web::before {
	content: "󱌖";
}

.mdi-send::before {
	content: "󰒊";
}

.mdi-send-check::before {
	content: "󱅡";
}

.mdi-send-check-outline::before {
	content: "󱅢";
}

.mdi-send-circle::before {
	content: "󰷸";
}

.mdi-send-circle-outline::before {
	content: "󰷹";
}

.mdi-send-clock::before {
	content: "󱅣";
}

.mdi-send-clock-outline::before {
	content: "󱅤";
}

.mdi-send-lock::before {
	content: "󰟭";
}

.mdi-send-lock-outline::before {
	content: "󱅦";
}

.mdi-send-outline::before {
	content: "󱅥";
}

.mdi-serial-port::before {
	content: "󰙜";
}

.mdi-server::before {
	content: "󰒋";
}

.mdi-server-minus::before {
	content: "󰒌";
}

.mdi-server-network::before {
	content: "󰒍";
}

.mdi-server-network-off::before {
	content: "󰒎";
}

.mdi-server-off::before {
	content: "󰒏";
}

.mdi-server-plus::before {
	content: "󰒐";
}

.mdi-server-remove::before {
	content: "󰒑";
}

.mdi-server-security::before {
	content: "󰒒";
}

.mdi-set-all::before {
	content: "󰝸";
}

.mdi-set-center::before {
	content: "󰝹";
}

.mdi-set-center-right::before {
	content: "󰝺";
}

.mdi-set-left::before {
	content: "󰝻";
}

.mdi-set-left-center::before {
	content: "󰝼";
}

.mdi-set-left-right::before {
	content: "󰝽";
}

.mdi-set-merge::before {
	content: "󱓠";
}

.mdi-set-none::before {
	content: "󰝾";
}

.mdi-set-right::before {
	content: "󰝿";
}

.mdi-set-split::before {
	content: "󱓡";
}

.mdi-set-square::before {
	content: "󱑝";
}

.mdi-set-top-box::before {
	content: "󰦟";
}

.mdi-settings-helper::before {
	content: "󰩮";
}

.mdi-shaker::before {
	content: "󱄎";
}

.mdi-shaker-outline::before {
	content: "󱄏";
}

.mdi-shape::before {
	content: "󰠱";
}

.mdi-shape-circle-plus::before {
	content: "󰙝";
}

.mdi-shape-outline::before {
	content: "󰠲";
}

.mdi-shape-oval-plus::before {
	content: "󱇺";
}

.mdi-shape-plus::before {
	content: "󰒕";
}

.mdi-shape-polygon-plus::before {
	content: "󰙞";
}

.mdi-shape-rectangle-plus::before {
	content: "󰙟";
}

.mdi-shape-square-plus::before {
	content: "󰙠";
}

.mdi-share::before {
	content: "󰒖";
}

.mdi-share-all::before {
	content: "󱇴";
}

.mdi-share-all-outline::before {
	content: "󱇵";
}

.mdi-share-circle::before {
	content: "󱆭";
}

.mdi-share-off::before {
	content: "󰼣";
}

.mdi-share-off-outline::before {
	content: "󰼤";
}

.mdi-share-outline::before {
	content: "󰤲";
}

.mdi-share-variant::before {
	content: "󰒗";
}

.mdi-sheep::before {
	content: "󰳆";
}

.mdi-shield::before {
	content: "󰒘";
}

.mdi-shield-account::before {
	content: "󰢏";
}

.mdi-shield-account-outline::before {
	content: "󰨒";
}

.mdi-shield-airplane::before {
	content: "󰚻";
}

.mdi-shield-airplane-outline::before {
	content: "󰳇";
}

.mdi-shield-alert::before {
	content: "󰻌";
}

.mdi-shield-alert-outline::before {
	content: "󰻍";
}

.mdi-shield-bug::before {
	content: "󱏚";
}

.mdi-shield-bug-outline::before {
	content: "󱏛";
}

.mdi-shield-car::before {
	content: "󰾃";
}

.mdi-shield-check::before {
	content: "󰕥";
}

.mdi-shield-check-outline::before {
	content: "󰳈";
}

.mdi-shield-cross::before {
	content: "󰳉";
}

.mdi-shield-cross-outline::before {
	content: "󰳊";
}

.mdi-shield-edit::before {
	content: "󱆠";
}

.mdi-shield-edit-outline::before {
	content: "󱆡";
}

.mdi-shield-half::before {
	content: "󱍠";
}

.mdi-shield-half-full::before {
	content: "󰞀";
}

.mdi-shield-home::before {
	content: "󰚊";
}

.mdi-shield-home-outline::before {
	content: "󰳋";
}

.mdi-shield-key::before {
	content: "󰯄";
}

.mdi-shield-key-outline::before {
	content: "󰯅";
}

.mdi-shield-link-variant::before {
	content: "󰴳";
}

.mdi-shield-link-variant-outline::before {
	content: "󰴴";
}

.mdi-shield-lock::before {
	content: "󰦝";
}

.mdi-shield-lock-outline::before {
	content: "󰳌";
}

.mdi-shield-off::before {
	content: "󰦞";
}

.mdi-shield-off-outline::before {
	content: "󰦜";
}

.mdi-shield-outline::before {
	content: "󰒙";
}

.mdi-shield-plus::before {
	content: "󰫚";
}

.mdi-shield-plus-outline::before {
	content: "󰫛";
}

.mdi-shield-refresh::before {
	content: "󰂪";
}

.mdi-shield-refresh-outline::before {
	content: "󰇠";
}

.mdi-shield-remove::before {
	content: "󰫜";
}

.mdi-shield-remove-outline::before {
	content: "󰫝";
}

.mdi-shield-search::before {
	content: "󰶚";
}

.mdi-shield-star::before {
	content: "󱄻";
}

.mdi-shield-star-outline::before {
	content: "󱄼";
}

.mdi-shield-sun::before {
	content: "󱁝";
}

.mdi-shield-sun-outline::before {
	content: "󱁞";
}

.mdi-shield-sync::before {
	content: "󱆢";
}

.mdi-shield-sync-outline::before {
	content: "󱆣";
}

.mdi-ship-wheel::before {
	content: "󰠳";
}

.mdi-shoe-formal::before {
	content: "󰭇";
}

.mdi-shoe-heel::before {
	content: "󰭈";
}

.mdi-shoe-print::before {
	content: "󰷺";
}

.mdi-shopping::before {
	content: "󰒚";
}

.mdi-shopping-music::before {
	content: "󰒛";
}

.mdi-shopping-outline::before {
	content: "󱇕";
}

.mdi-shopping-search::before {
	content: "󰾄";
}

.mdi-shovel::before {
	content: "󰜐";
}

.mdi-shovel-off::before {
	content: "󰜑";
}

.mdi-shower::before {
	content: "󰦠";
}

.mdi-shower-head::before {
	content: "󰦡";
}

.mdi-shredder::before {
	content: "󰒜";
}

.mdi-shuffle::before {
	content: "󰒝";
}

.mdi-shuffle-disabled::before {
	content: "󰒞";
}

.mdi-shuffle-variant::before {
	content: "󰒟";
}

.mdi-shuriken::before {
	content: "󱍿";
}

.mdi-sigma::before {
	content: "󰒠";
}

.mdi-sigma-lower::before {
	content: "󰘫";
}

.mdi-sign-caution::before {
	content: "󰒡";
}

.mdi-sign-direction::before {
	content: "󰞁";
}

.mdi-sign-direction-minus::before {
	content: "󱀀";
}

.mdi-sign-direction-plus::before {
	content: "󰿜";
}

.mdi-sign-direction-remove::before {
	content: "󰿝";
}

.mdi-sign-real-estate::before {
	content: "󱄘";
}

.mdi-sign-text::before {
	content: "󰞂";
}

.mdi-signal::before {
	content: "󰒢";
}

.mdi-signal-2g::before {
	content: "󰜒";
}

.mdi-signal-3g::before {
	content: "󰜓";
}

.mdi-signal-4g::before {
	content: "󰜔";
}

.mdi-signal-5g::before {
	content: "󰩯";
}

.mdi-signal-cellular-1::before {
	content: "󰢼";
}

.mdi-signal-cellular-2::before {
	content: "󰢽";
}

.mdi-signal-cellular-3::before {
	content: "󰢾";
}

.mdi-signal-cellular-outline::before {
	content: "󰢿";
}

.mdi-signal-distance-variant::before {
	content: "󰹤";
}

.mdi-signal-hspa::before {
	content: "󰜕";
}

.mdi-signal-hspa-plus::before {
	content: "󰜖";
}

.mdi-signal-off::before {
	content: "󰞃";
}

.mdi-signal-variant::before {
	content: "󰘊";
}

.mdi-signature::before {
	content: "󰷻";
}

.mdi-signature-freehand::before {
	content: "󰷼";
}

.mdi-signature-image::before {
	content: "󰷽";
}

.mdi-signature-text::before {
	content: "󰷾";
}

.mdi-silo::before {
	content: "󰭉";
}

.mdi-silverware::before {
	content: "󰒣";
}

.mdi-silverware-clean::before {
	content: "󰿞";
}

.mdi-silverware-fork::before {
	content: "󰒤";
}

.mdi-silverware-fork-knife::before {
	content: "󰩰";
}

.mdi-silverware-spoon::before {
	content: "󰒥";
}

.mdi-silverware-variant::before {
	content: "󰒦";
}

.mdi-sim::before {
	content: "󰒧";
}

.mdi-sim-alert::before {
	content: "󰒨";
}

.mdi-sim-off::before {
	content: "󰒩";
}

.mdi-simple-icons::before {
	content: "󱌝";
}

.mdi-sina-weibo::before {
	content: "󰫟";
}

.mdi-sine-wave::before {
	content: "󰥛";
}

.mdi-sitemap::before {
	content: "󰒪";
}

.mdi-size-l::before {
	content: "󱎦";
}

.mdi-size-m::before {
	content: "󱎥";
}

.mdi-size-s::before {
	content: "󱎤";
}

.mdi-size-xl::before {
	content: "󱎧";
}

.mdi-size-xs::before {
	content: "󱎣";
}

.mdi-size-xxl::before {
	content: "󱎨";
}

.mdi-size-xxs::before {
	content: "󱎢";
}

.mdi-size-xxxl::before {
	content: "󱎩";
}

.mdi-skate::before {
	content: "󰴵";
}

.mdi-skateboard::before {
	content: "󱓂";
}

.mdi-skew-less::before {
	content: "󰴶";
}

.mdi-skew-more::before {
	content: "󰴷";
}

.mdi-ski::before {
	content: "󱌄";
}

.mdi-ski-cross-country::before {
	content: "󱌅";
}

.mdi-ski-water::before {
	content: "󱌆";
}

.mdi-skip-backward::before {
	content: "󰒫";
}

.mdi-skip-backward-outline::before {
	content: "󰼥";
}

.mdi-skip-forward::before {
	content: "󰒬";
}

.mdi-skip-forward-outline::before {
	content: "󰼦";
}

.mdi-skip-next::before {
	content: "󰒭";
}

.mdi-skip-next-circle::before {
	content: "󰙡";
}

.mdi-skip-next-circle-outline::before {
	content: "󰙢";
}

.mdi-skip-next-outline::before {
	content: "󰼧";
}

.mdi-skip-previous::before {
	content: "󰒮";
}

.mdi-skip-previous-circle::before {
	content: "󰙣";
}

.mdi-skip-previous-circle-outline::before {
	content: "󰙤";
}

.mdi-skip-previous-outline::before {
	content: "󰼨";
}

.mdi-skull::before {
	content: "󰚌";
}

.mdi-skull-crossbones::before {
	content: "󰯆";
}

.mdi-skull-crossbones-outline::before {
	content: "󰯇";
}

.mdi-skull-outline::before {
	content: "󰯈";
}

.mdi-skull-scan::before {
	content: "󱓇";
}

.mdi-skull-scan-outline::before {
	content: "󱓈";
}

.mdi-skype::before {
	content: "󰒯";
}

.mdi-skype-business::before {
	content: "󰒰";
}

.mdi-slack::before {
	content: "󰒱";
}

.mdi-slash-forward::before {
	content: "󰿟";
}

.mdi-slash-forward-box::before {
	content: "󰿠";
}

.mdi-sleep::before {
	content: "󰒲";
}

.mdi-sleep-off::before {
	content: "󰒳";
}

.mdi-slope-downhill::before {
	content: "󰷿";
}

.mdi-slope-uphill::before {
	content: "󰸀";
}

.mdi-slot-machine::before {
	content: "󱄔";
}

.mdi-slot-machine-outline::before {
	content: "󱄕";
}

.mdi-smart-card::before {
	content: "󱂽";
}

.mdi-smart-card-outline::before {
	content: "󱂾";
}

.mdi-smart-card-reader::before {
	content: "󱂿";
}

.mdi-smart-card-reader-outline::before {
	content: "󱃀";
}

.mdi-smog::before {
	content: "󰩱";
}

.mdi-smoke-detector::before {
	content: "󰎒";
}

.mdi-smoking::before {
	content: "󰒴";
}

.mdi-smoking-off::before {
	content: "󰒵";
}

.mdi-smoking-pipe::before {
	content: "󱐍";
}

.mdi-smoking-pipe-off::before {
	content: "󱐨";
}

.mdi-snapchat::before {
	content: "󰒶";
}

.mdi-snowboard::before {
	content: "󱌇";
}

.mdi-snowflake::before {
	content: "󰜗";
}

.mdi-snowflake-alert::before {
	content: "󰼩";
}

.mdi-snowflake-melt::before {
	content: "󱋋";
}

.mdi-snowflake-variant::before {
	content: "󰼪";
}

.mdi-snowman::before {
	content: "󰒷";
}

.mdi-soccer::before {
	content: "󰒸";
}

.mdi-soccer-field::before {
	content: "󰠴";
}

.mdi-sofa::before {
	content: "󰒹";
}

.mdi-solar-panel::before {
	content: "󰶛";
}

.mdi-solar-panel-large::before {
	content: "󰶜";
}

.mdi-solar-power::before {
	content: "󰩲";
}

.mdi-soldering-iron::before {
	content: "󱂒";
}

.mdi-solid::before {
	content: "󰚍";
}

.mdi-sony-playstation::before {
	content: "󰐔";
}

.mdi-sort::before {
	content: "󰒺";
}

.mdi-sort-alphabetical-ascending::before {
	content: "󰖽";
}

.mdi-sort-alphabetical-ascending-variant::before {
	content: "󱅈";
}

.mdi-sort-alphabetical-descending::before {
	content: "󰖿";
}

.mdi-sort-alphabetical-descending-variant::before {
	content: "󱅉";
}

.mdi-sort-alphabetical-variant::before {
	content: "󰒻";
}

.mdi-sort-ascending::before {
	content: "󰒼";
}

.mdi-sort-bool-ascending::before {
	content: "󱎅";
}

.mdi-sort-bool-ascending-variant::before {
	content: "󱎆";
}

.mdi-sort-bool-descending::before {
	content: "󱎇";
}

.mdi-sort-bool-descending-variant::before {
	content: "󱎈";
}

.mdi-sort-descending::before {
	content: "󰒽";
}

.mdi-sort-numeric-ascending::before {
	content: "󱎉";
}

.mdi-sort-numeric-ascending-variant::before {
	content: "󰤍";
}

.mdi-sort-numeric-descending::before {
	content: "󱎊";
}

.mdi-sort-numeric-descending-variant::before {
	content: "󰫒";
}

.mdi-sort-numeric-variant::before {
	content: "󰒾";
}

.mdi-sort-reverse-variant::before {
	content: "󰌼";
}

.mdi-sort-variant::before {
	content: "󰒿";
}

.mdi-sort-variant-lock::before {
	content: "󰳍";
}

.mdi-sort-variant-lock-open::before {
	content: "󰳎";
}

.mdi-sort-variant-remove::before {
	content: "󱅇";
}

.mdi-soundcloud::before {
	content: "󰓀";
}

.mdi-source-branch::before {
	content: "󰘬";
}

.mdi-source-branch-check::before {
	content: "󱓏";
}

.mdi-source-branch-minus::before {
	content: "󱓋";
}

.mdi-source-branch-plus::before {
	content: "󱓊";
}

.mdi-source-branch-refresh::before {
	content: "󱓍";
}

.mdi-source-branch-remove::before {
	content: "󱓌";
}

.mdi-source-branch-sync::before {
	content: "󱓎";
}

.mdi-source-commit::before {
	content: "󰜘";
}

.mdi-source-commit-end::before {
	content: "󰜙";
}

.mdi-source-commit-end-local::before {
	content: "󰜚";
}

.mdi-source-commit-local::before {
	content: "󰜛";
}

.mdi-source-commit-next-local::before {
	content: "󰜜";
}

.mdi-source-commit-start::before {
	content: "󰜝";
}

.mdi-source-commit-start-next-local::before {
	content: "󰜞";
}

.mdi-source-fork::before {
	content: "󰓁";
}

.mdi-source-merge::before {
	content: "󰘭";
}

.mdi-source-pull::before {
	content: "󰓂";
}

.mdi-source-repository::before {
	content: "󰳏";
}

.mdi-source-repository-multiple::before {
	content: "󰳐";
}

.mdi-soy-sauce::before {
	content: "󰟮";
}

.mdi-soy-sauce-off::before {
	content: "󱏼";
}

.mdi-spa::before {
	content: "󰳑";
}

.mdi-spa-outline::before {
	content: "󰳒";
}

.mdi-space-invaders::before {
	content: "󰯉";
}

.mdi-space-station::before {
	content: "󱎃";
}

.mdi-spade::before {
	content: "󰹥";
}

.mdi-speaker::before {
	content: "󰓃";
}

.mdi-speaker-bluetooth::before {
	content: "󰦢";
}

.mdi-speaker-multiple::before {
	content: "󰴸";
}

.mdi-speaker-off::before {
	content: "󰓄";
}

.mdi-speaker-wireless::before {
	content: "󰜟";
}

.mdi-speedometer::before {
	content: "󰓅";
}

.mdi-speedometer-medium::before {
	content: "󰾅";
}

.mdi-speedometer-slow::before {
	content: "󰾆";
}

.mdi-spellcheck::before {
	content: "󰓆";
}

.mdi-spider::before {
	content: "󱇪";
}

.mdi-spider-thread::before {
	content: "󱇫";
}

.mdi-spider-web::before {
	content: "󰯊";
}

.mdi-spoon-sugar::before {
	content: "󱐩";
}

.mdi-spotify::before {
	content: "󰓇";
}

.mdi-spotlight::before {
	content: "󰓈";
}

.mdi-spotlight-beam::before {
	content: "󰓉";
}

.mdi-spray::before {
	content: "󰙥";
}

.mdi-spray-bottle::before {
	content: "󰫠";
}

.mdi-sprinkler::before {
	content: "󱁟";
}

.mdi-sprinkler-variant::before {
	content: "󱁠";
}

.mdi-sprout::before {
	content: "󰹦";
}

.mdi-sprout-outline::before {
	content: "󰹧";
}

.mdi-square::before {
	content: "󰝤";
}

.mdi-square-edit-outline::before {
	content: "󰤌";
}

.mdi-square-medium::before {
	content: "󰨓";
}

.mdi-square-medium-outline::before {
	content: "󰨔";
}

.mdi-square-off::before {
	content: "󱋮";
}

.mdi-square-off-outline::before {
	content: "󱋯";
}

.mdi-square-outline::before {
	content: "󰝣";
}

.mdi-square-root::before {
	content: "󰞄";
}

.mdi-square-root-box::before {
	content: "󰦣";
}

.mdi-square-small::before {
	content: "󰨕";
}

.mdi-square-wave::before {
	content: "󱑻";
}

.mdi-squeegee::before {
	content: "󰫡";
}

.mdi-ssh::before {
	content: "󰣀";
}

.mdi-stack-exchange::before {
	content: "󰘋";
}

.mdi-stack-overflow::before {
	content: "󰓌";
}

.mdi-stackpath::before {
	content: "󰍙";
}

.mdi-stadium::before {
	content: "󰿹";
}

.mdi-stadium-variant::before {
	content: "󰜠";
}

.mdi-stairs::before {
	content: "󰓍";
}

.mdi-stairs-box::before {
	content: "󱎞";
}

.mdi-stairs-down::before {
	content: "󱊾";
}

.mdi-stairs-up::before {
	content: "󱊽";
}

.mdi-stamper::before {
	content: "󰴹";
}

.mdi-standard-definition::before {
	content: "󰟯";
}

.mdi-star::before {
	content: "󰓎";
}

.mdi-star-box::before {
	content: "󰩳";
}

.mdi-star-box-multiple::before {
	content: "󱊆";
}

.mdi-star-box-multiple-outline::before {
	content: "󱊇";
}

.mdi-star-box-outline::before {
	content: "󰩴";
}

.mdi-star-circle::before {
	content: "󰓏";
}

.mdi-star-circle-outline::before {
	content: "󰦤";
}

.mdi-star-face::before {
	content: "󰦥";
}

.mdi-star-four-points::before {
	content: "󰫢";
}

.mdi-star-four-points-outline::before {
	content: "󰫣";
}

.mdi-star-half::before {
	content: "󰉆";
}

.mdi-star-half-full::before {
	content: "󰓐";
}

.mdi-star-off::before {
	content: "󰓑";
}

.mdi-star-outline::before {
	content: "󰓒";
}

.mdi-star-three-points::before {
	content: "󰫤";
}

.mdi-star-three-points-outline::before {
	content: "󰫥";
}

.mdi-state-machine::before {
	content: "󱇯";
}

.mdi-steam::before {
	content: "󰓓";
}

.mdi-steering::before {
	content: "󰓔";
}

.mdi-steering-off::before {
	content: "󰤎";
}

.mdi-step-backward::before {
	content: "󰓕";
}

.mdi-step-backward-2::before {
	content: "󰓖";
}

.mdi-step-forward::before {
	content: "󰓗";
}

.mdi-step-forward-2::before {
	content: "󰓘";
}

.mdi-stethoscope::before {
	content: "󰓙";
}

.mdi-sticker::before {
	content: "󱍤";
}

.mdi-sticker-alert::before {
	content: "󱍥";
}

.mdi-sticker-alert-outline::before {
	content: "󱍦";
}

.mdi-sticker-check::before {
	content: "󱍧";
}

.mdi-sticker-check-outline::before {
	content: "󱍨";
}

.mdi-sticker-circle-outline::before {
	content: "󰗐";
}

.mdi-sticker-emoji::before {
	content: "󰞅";
}

.mdi-sticker-minus::before {
	content: "󱍩";
}

.mdi-sticker-minus-outline::before {
	content: "󱍪";
}

.mdi-sticker-outline::before {
	content: "󱍫";
}

.mdi-sticker-plus::before {
	content: "󱍬";
}

.mdi-sticker-plus-outline::before {
	content: "󱍭";
}

.mdi-sticker-remove::before {
	content: "󱍮";
}

.mdi-sticker-remove-outline::before {
	content: "󱍯";
}

.mdi-stocking::before {
	content: "󰓚";
}

.mdi-stomach::before {
	content: "󱂓";
}

.mdi-stop::before {
	content: "󰓛";
}

.mdi-stop-circle::before {
	content: "󰙦";
}

.mdi-stop-circle-outline::before {
	content: "󰙧";
}

.mdi-store::before {
	content: "󰓜";
}

.mdi-store-24-hour::before {
	content: "󰓝";
}

.mdi-store-outline::before {
	content: "󱍡";
}

.mdi-storefront::before {
	content: "󰟇";
}

.mdi-storefront-outline::before {
	content: "󱃁";
}

.mdi-stove::before {
	content: "󰓞";
}

.mdi-strategy::before {
	content: "󱇖";
}

.mdi-stretch-to-page::before {
	content: "󰼫";
}

.mdi-stretch-to-page-outline::before {
	content: "󰼬";
}

.mdi-string-lights::before {
	content: "󱊺";
}

.mdi-string-lights-off::before {
	content: "󱊻";
}

.mdi-subdirectory-arrow-left::before {
	content: "󰘌";
}

.mdi-subdirectory-arrow-right::before {
	content: "󰘍";
}

.mdi-subtitles::before {
	content: "󰨖";
}

.mdi-subtitles-outline::before {
	content: "󰨗";
}

.mdi-subway::before {
	content: "󰚬";
}

.mdi-subway-alert-variant::before {
	content: "󰶝";
}

.mdi-subway-variant::before {
	content: "󰓟";
}

.mdi-summit::before {
	content: "󰞆";
}

.mdi-sunglasses::before {
	content: "󰓠";
}

.mdi-surround-sound::before {
	content: "󰗅";
}

.mdi-surround-sound-2-0::before {
	content: "󰟰";
}

.mdi-surround-sound-3-1::before {
	content: "󰟱";
}

.mdi-surround-sound-5-1::before {
	content: "󰟲";
}

.mdi-surround-sound-7-1::before {
	content: "󰟳";
}

.mdi-svg::before {
	content: "󰜡";
}

.mdi-swap-horizontal::before {
	content: "󰓡";
}

.mdi-swap-horizontal-bold::before {
	content: "󰯍";
}

.mdi-swap-horizontal-circle::before {
	content: "󰿡";
}

.mdi-swap-horizontal-circle-outline::before {
	content: "󰿢";
}

.mdi-swap-horizontal-variant::before {
	content: "󰣁";
}

.mdi-swap-vertical::before {
	content: "󰓢";
}

.mdi-swap-vertical-bold::before {
	content: "󰯎";
}

.mdi-swap-vertical-circle::before {
	content: "󰿣";
}

.mdi-swap-vertical-circle-outline::before {
	content: "󰿤";
}

.mdi-swap-vertical-variant::before {
	content: "󰣂";
}

.mdi-swim::before {
	content: "󰓣";
}

.mdi-switch::before {
	content: "󰓤";
}

.mdi-sword::before {
	content: "󰓥";
}

.mdi-sword-cross::before {
	content: "󰞇";
}

.mdi-syllabary-hangul::before {
	content: "󱌳";
}

.mdi-syllabary-hiragana::before {
	content: "󱌴";
}

.mdi-syllabary-katakana::before {
	content: "󱌵";
}

.mdi-syllabary-katakana-halfwidth::before {
	content: "󱌶";
}

.mdi-symfony::before {
	content: "󰫦";
}

.mdi-sync::before {
	content: "󰓦";
}

.mdi-sync-alert::before {
	content: "󰓧";
}

.mdi-sync-circle::before {
	content: "󱍸";
}

.mdi-sync-off::before {
	content: "󰓨";
}

.mdi-tab::before {
	content: "󰓩";
}

.mdi-tab-minus::before {
	content: "󰭋";
}

.mdi-tab-plus::before {
	content: "󰝜";
}

.mdi-tab-remove::before {
	content: "󰭌";
}

.mdi-tab-unselected::before {
	content: "󰓪";
}

.mdi-table::before {
	content: "󰓫";
}

.mdi-table-account::before {
	content: "󱎹";
}

.mdi-table-alert::before {
	content: "󱎺";
}

.mdi-table-arrow-down::before {
	content: "󱎻";
}

.mdi-table-arrow-left::before {
	content: "󱎼";
}

.mdi-table-arrow-right::before {
	content: "󱎽";
}

.mdi-table-arrow-up::before {
	content: "󱎾";
}

.mdi-table-border::before {
	content: "󰨘";
}

.mdi-table-cancel::before {
	content: "󱎿";
}

.mdi-table-chair::before {
	content: "󱁡";
}

.mdi-table-check::before {
	content: "󱏀";
}

.mdi-table-clock::before {
	content: "󱏁";
}

.mdi-table-cog::before {
	content: "󱏂";
}

.mdi-table-column::before {
	content: "󰠵";
}

.mdi-table-column-plus-after::before {
	content: "󰓬";
}

.mdi-table-column-plus-before::before {
	content: "󰓭";
}

.mdi-table-column-remove::before {
	content: "󰓮";
}

.mdi-table-column-width::before {
	content: "󰓯";
}

.mdi-table-edit::before {
	content: "󰓰";
}

.mdi-table-eye::before {
	content: "󱂔";
}

.mdi-table-eye-off::before {
	content: "󱏃";
}

.mdi-table-furniture::before {
	content: "󰖼";
}

.mdi-table-headers-eye::before {
	content: "󱈝";
}

.mdi-table-headers-eye-off::before {
	content: "󱈞";
}

.mdi-table-heart::before {
	content: "󱏄";
}

.mdi-table-key::before {
	content: "󱏅";
}

.mdi-table-large::before {
	content: "󰓱";
}

.mdi-table-large-plus::before {
	content: "󰾇";
}

.mdi-table-large-remove::before {
	content: "󰾈";
}

.mdi-table-lock::before {
	content: "󱏆";
}

.mdi-table-merge-cells::before {
	content: "󰦦";
}

.mdi-table-minus::before {
	content: "󱏇";
}

.mdi-table-multiple::before {
	content: "󱏈";
}

.mdi-table-network::before {
	content: "󱏉";
}

.mdi-table-of-contents::before {
	content: "󰠶";
}

.mdi-table-off::before {
	content: "󱏊";
}

.mdi-table-plus::before {
	content: "󰩵";
}

.mdi-table-refresh::before {
	content: "󱎠";
}

.mdi-table-remove::before {
	content: "󰩶";
}

.mdi-table-row::before {
	content: "󰠷";
}

.mdi-table-row-height::before {
	content: "󰓲";
}

.mdi-table-row-plus-after::before {
	content: "󰓳";
}

.mdi-table-row-plus-before::before {
	content: "󰓴";
}

.mdi-table-row-remove::before {
	content: "󰓵";
}

.mdi-table-search::before {
	content: "󰤏";
}

.mdi-table-settings::before {
	content: "󰠸";
}

.mdi-table-split-cell::before {
	content: "󱐪";
}

.mdi-table-star::before {
	content: "󱏋";
}

.mdi-table-sync::before {
	content: "󱎡";
}

.mdi-table-tennis::before {
	content: "󰹨";
}

.mdi-tablet::before {
	content: "󰓶";
}

.mdi-tablet-android::before {
	content: "󰓷";
}

.mdi-tablet-cellphone::before {
	content: "󰦧";
}

.mdi-tablet-dashboard::before {
	content: "󰻎";
}

.mdi-tablet-ipad::before {
	content: "󰓸";
}

.mdi-taco::before {
	content: "󰝢";
}

.mdi-tag::before {
	content: "󰓹";
}

.mdi-tag-faces::before {
	content: "󰓺";
}

.mdi-tag-heart::before {
	content: "󰚋";
}

.mdi-tag-heart-outline::before {
	content: "󰯏";
}

.mdi-tag-minus::before {
	content: "󰤐";
}

.mdi-tag-minus-outline::before {
	content: "󱈟";
}

.mdi-tag-multiple::before {
	content: "󰓻";
}

.mdi-tag-multiple-outline::before {
	content: "󱋷";
}

.mdi-tag-off::before {
	content: "󱈠";
}

.mdi-tag-off-outline::before {
	content: "󱈡";
}

.mdi-tag-outline::before {
	content: "󰓼";
}

.mdi-tag-plus::before {
	content: "󰜢";
}

.mdi-tag-plus-outline::before {
	content: "󱈢";
}

.mdi-tag-remove::before {
	content: "󰜣";
}

.mdi-tag-remove-outline::before {
	content: "󱈣";
}

.mdi-tag-text::before {
	content: "󱈤";
}

.mdi-tag-text-outline::before {
	content: "󰓽";
}

.mdi-tailwind::before {
	content: "󱏿";
}

.mdi-tank::before {
	content: "󰴺";
}

.mdi-tanker-truck::before {
	content: "󰿥";
}

.mdi-tape-measure::before {
	content: "󰭍";
}

.mdi-target::before {
	content: "󰓾";
}

.mdi-target-account::before {
	content: "󰯐";
}

.mdi-target-variant::before {
	content: "󰩷";
}

.mdi-taxi::before {
	content: "󰓿";
}

.mdi-tea::before {
	content: "󰶞";
}

.mdi-tea-outline::before {
	content: "󰶟";
}

.mdi-teach::before {
	content: "󰢐";
}

.mdi-teamviewer::before {
	content: "󰔀";
}

.mdi-telegram::before {
	content: "󰔁";
}

.mdi-telescope::before {
	content: "󰭎";
}

.mdi-television::before {
	content: "󰔂";
}

.mdi-television-ambient-light::before {
	content: "󱍖";
}

.mdi-television-box::before {
	content: "󰠹";
}

.mdi-television-classic::before {
	content: "󰟴";
}

.mdi-television-classic-off::before {
	content: "󰠺";
}

.mdi-television-clean::before {
	content: "󱄐";
}

.mdi-television-guide::before {
	content: "󰔃";
}

.mdi-television-off::before {
	content: "󰠻";
}

.mdi-television-pause::before {
	content: "󰾉";
}

.mdi-television-play::before {
	content: "󰻏";
}

.mdi-television-stop::before {
	content: "󰾊";
}

.mdi-temperature-celsius::before {
	content: "󰔄";
}

.mdi-temperature-fahrenheit::before {
	content: "󰔅";
}

.mdi-temperature-kelvin::before {
	content: "󰔆";
}

.mdi-tennis::before {
	content: "󰶠";
}

.mdi-tennis-ball::before {
	content: "󰔇";
}

.mdi-tent::before {
	content: "󰔈";
}

.mdi-terraform::before {
	content: "󱁢";
}

.mdi-terrain::before {
	content: "󰔉";
}

.mdi-test-tube::before {
	content: "󰙨";
}

.mdi-test-tube-empty::before {
	content: "󰤑";
}

.mdi-test-tube-off::before {
	content: "󰤒";
}

.mdi-text::before {
	content: "󰦨";
}

.mdi-text-box::before {
	content: "󰈚";
}

.mdi-text-box-check::before {
	content: "󰺦";
}

.mdi-text-box-check-outline::before {
	content: "󰺧";
}

.mdi-text-box-minus::before {
	content: "󰺨";
}

.mdi-text-box-minus-outline::before {
	content: "󰺩";
}

.mdi-text-box-multiple::before {
	content: "󰪷";
}

.mdi-text-box-multiple-outline::before {
	content: "󰪸";
}

.mdi-text-box-outline::before {
	content: "󰧭";
}

.mdi-text-box-plus::before {
	content: "󰺪";
}

.mdi-text-box-plus-outline::before {
	content: "󰺫";
}

.mdi-text-box-remove::before {
	content: "󰺬";
}

.mdi-text-box-remove-outline::before {
	content: "󰺭";
}

.mdi-text-box-search::before {
	content: "󰺮";
}

.mdi-text-box-search-outline::before {
	content: "󰺯";
}

.mdi-text-recognition::before {
	content: "󱄽";
}

.mdi-text-search::before {
	content: "󱎸";
}

.mdi-text-shadow::before {
	content: "󰙩";
}

.mdi-text-short::before {
	content: "󰦩";
}

.mdi-text-subject::before {
	content: "󰦪";
}

.mdi-text-to-speech::before {
	content: "󰔊";
}

.mdi-text-to-speech-off::before {
	content: "󰔋";
}

.mdi-texture::before {
	content: "󰔌";
}

.mdi-texture-box::before {
	content: "󰿦";
}

.mdi-theater::before {
	content: "󰔍";
}

.mdi-theme-light-dark::before {
	content: "󰔎";
}

.mdi-thermometer::before {
	content: "󰔏";
}

.mdi-thermometer-alert::before {
	content: "󰸁";
}

.mdi-thermometer-chevron-down::before {
	content: "󰸂";
}

.mdi-thermometer-chevron-up::before {
	content: "󰸃";
}

.mdi-thermometer-high::before {
	content: "󱃂";
}

.mdi-thermometer-lines::before {
	content: "󰔐";
}

.mdi-thermometer-low::before {
	content: "󱃃";
}

.mdi-thermometer-minus::before {
	content: "󰸄";
}

.mdi-thermometer-plus::before {
	content: "󰸅";
}

.mdi-thermostat::before {
	content: "󰎓";
}

.mdi-thermostat-box::before {
	content: "󰢑";
}

.mdi-thought-bubble::before {
	content: "󰟶";
}

.mdi-thought-bubble-outline::before {
	content: "󰟷";
}

.mdi-thumb-down::before {
	content: "󰔑";
}

.mdi-thumb-down-outline::before {
	content: "󰔒";
}

.mdi-thumb-up::before {
	content: "󰔓";
}

.mdi-thumb-up-outline::before {
	content: "󰔔";
}

.mdi-thumbs-up-down::before {
	content: "󰔕";
}

.mdi-ticket::before {
	content: "󰔖";
}

.mdi-ticket-account::before {
	content: "󰔗";
}

.mdi-ticket-confirmation::before {
	content: "󰔘";
}

.mdi-ticket-confirmation-outline::before {
	content: "󱎪";
}

.mdi-ticket-outline::before {
	content: "󰤓";
}

.mdi-ticket-percent::before {
	content: "󰜤";
}

.mdi-ticket-percent-outline::before {
	content: "󱐫";
}

.mdi-tie::before {
	content: "󰔙";
}

.mdi-tilde::before {
	content: "󰜥";
}

.mdi-timelapse::before {
	content: "󰔚";
}

.mdi-timeline::before {
	content: "󰯑";
}

.mdi-timeline-alert::before {
	content: "󰾕";
}

.mdi-timeline-alert-outline::before {
	content: "󰾘";
}

.mdi-timeline-clock::before {
	content: "󱇻";
}

.mdi-timeline-clock-outline::before {
	content: "󱇼";
}

.mdi-timeline-help::before {
	content: "󰾙";
}

.mdi-timeline-help-outline::before {
	content: "󰾚";
}

.mdi-timeline-outline::before {
	content: "󰯒";
}

.mdi-timeline-plus::before {
	content: "󰾖";
}

.mdi-timeline-plus-outline::before {
	content: "󰾗";
}

.mdi-timeline-text::before {
	content: "󰯓";
}

.mdi-timeline-text-outline::before {
	content: "󰯔";
}

.mdi-timer::before {
	content: "󱎫";
}

.mdi-timer-10::before {
	content: "󰔜";
}

.mdi-timer-3::before {
	content: "󰔝";
}

.mdi-timer-off::before {
	content: "󱎬";
}

.mdi-timer-off-outline::before {
	content: "󰔞";
}

.mdi-timer-outline::before {
	content: "󰔛";
}

.mdi-timer-sand::before {
	content: "󰔟";
}

.mdi-timer-sand-empty::before {
	content: "󰚭";
}

.mdi-timer-sand-full::before {
	content: "󰞌";
}

.mdi-timetable::before {
	content: "󰔠";
}

.mdi-toaster::before {
	content: "󱁣";
}

.mdi-toaster-off::before {
	content: "󱆷";
}

.mdi-toaster-oven::before {
	content: "󰳓";
}

.mdi-toggle-switch::before {
	content: "󰔡";
}

.mdi-toggle-switch-off::before {
	content: "󰔢";
}

.mdi-toggle-switch-off-outline::before {
	content: "󰨙";
}

.mdi-toggle-switch-outline::before {
	content: "󰨚";
}

.mdi-toilet::before {
	content: "󰦫";
}

.mdi-toolbox::before {
	content: "󰦬";
}

.mdi-toolbox-outline::before {
	content: "󰦭";
}

.mdi-tools::before {
	content: "󱁤";
}

.mdi-tooltip::before {
	content: "󰔣";
}

.mdi-tooltip-account::before {
	content: "󰀌";
}

.mdi-tooltip-edit::before {
	content: "󰔤";
}

.mdi-tooltip-edit-outline::before {
	content: "󱋅";
}

.mdi-tooltip-image::before {
	content: "󰔥";
}

.mdi-tooltip-image-outline::before {
	content: "󰯕";
}

.mdi-tooltip-outline::before {
	content: "󰔦";
}

.mdi-tooltip-plus::before {
	content: "󰯖";
}

.mdi-tooltip-plus-outline::before {
	content: "󰔧";
}

.mdi-tooltip-text::before {
	content: "󰔨";
}

.mdi-tooltip-text-outline::before {
	content: "󰯗";
}

.mdi-tooth::before {
	content: "󰣃";
}

.mdi-tooth-outline::before {
	content: "󰔩";
}

.mdi-toothbrush::before {
	content: "󱄩";
}

.mdi-toothbrush-electric::before {
	content: "󱄬";
}

.mdi-toothbrush-paste::before {
	content: "󱄪";
}

.mdi-tortoise::before {
	content: "󰴻";
}

.mdi-toslink::before {
	content: "󱊸";
}

.mdi-tournament::before {
	content: "󰦮";
}

.mdi-tow-truck::before {
	content: "󰠼";
}

.mdi-tower-beach::before {
	content: "󰚁";
}

.mdi-tower-fire::before {
	content: "󰚂";
}

.mdi-toy-brick::before {
	content: "󱊈";
}

.mdi-toy-brick-marker::before {
	content: "󱊉";
}

.mdi-toy-brick-marker-outline::before {
	content: "󱊊";
}

.mdi-toy-brick-minus::before {
	content: "󱊋";
}

.mdi-toy-brick-minus-outline::before {
	content: "󱊌";
}

.mdi-toy-brick-outline::before {
	content: "󱊍";
}

.mdi-toy-brick-plus::before {
	content: "󱊎";
}

.mdi-toy-brick-plus-outline::before {
	content: "󱊏";
}

.mdi-toy-brick-remove::before {
	content: "󱊐";
}

.mdi-toy-brick-remove-outline::before {
	content: "󱊑";
}

.mdi-toy-brick-search::before {
	content: "󱊒";
}

.mdi-toy-brick-search-outline::before {
	content: "󱊓";
}

.mdi-track-light::before {
	content: "󰤔";
}

.mdi-trackpad::before {
	content: "󰟸";
}

.mdi-trackpad-lock::before {
	content: "󰤳";
}

.mdi-tractor::before {
	content: "󰢒";
}

.mdi-tractor-variant::before {
	content: "󱓄";
}

.mdi-trademark::before {
	content: "󰩸";
}

.mdi-traffic-cone::before {
	content: "󱍼";
}

.mdi-traffic-light::before {
	content: "󰔫";
}

.mdi-train::before {
	content: "󰔬";
}

.mdi-train-car::before {
	content: "󰯘";
}

.mdi-train-variant::before {
	content: "󰣄";
}

.mdi-tram::before {
	content: "󰔭";
}

.mdi-tram-side::before {
	content: "󰿧";
}

.mdi-transcribe::before {
	content: "󰔮";
}

.mdi-transcribe-close::before {
	content: "󰔯";
}

.mdi-transfer::before {
	content: "󱁥";
}

.mdi-transfer-down::before {
	content: "󰶡";
}

.mdi-transfer-left::before {
	content: "󰶢";
}

.mdi-transfer-right::before {
	content: "󰔰";
}

.mdi-transfer-up::before {
	content: "󰶣";
}

.mdi-transit-connection::before {
	content: "󰴼";
}

.mdi-transit-connection-variant::before {
	content: "󰴽";
}

.mdi-transit-detour::before {
	content: "󰾋";
}

.mdi-transit-transfer::before {
	content: "󰚮";
}

.mdi-transition::before {
	content: "󰤕";
}

.mdi-transition-masked::before {
	content: "󰤖";
}

.mdi-translate::before {
	content: "󰗊";
}

.mdi-translate-off::before {
	content: "󰸆";
}

.mdi-transmission-tower::before {
	content: "󰴾";
}

.mdi-trash-can::before {
	content: "󰩹";
}

.mdi-trash-can-outline::before {
	content: "󰩺";
}

.mdi-tray::before {
	content: "󱊔";
}

.mdi-tray-alert::before {
	content: "󱊕";
}

.mdi-tray-full::before {
	content: "󱊖";
}

.mdi-tray-minus::before {
	content: "󱊗";
}

.mdi-tray-plus::before {
	content: "󱊘";
}

.mdi-tray-remove::before {
	content: "󱊙";
}

.mdi-treasure-chest::before {
	content: "󰜦";
}

.mdi-tree::before {
	content: "󰔱";
}

.mdi-tree-outline::before {
	content: "󰹩";
}

.mdi-trello::before {
	content: "󰔲";
}

.mdi-trending-down::before {
	content: "󰔳";
}

.mdi-trending-neutral::before {
	content: "󰔴";
}

.mdi-trending-up::before {
	content: "󰔵";
}

.mdi-triangle::before {
	content: "󰔶";
}

.mdi-triangle-outline::before {
	content: "󰔷";
}

.mdi-triangle-wave::before {
	content: "󱑼";
}

.mdi-triforce::before {
	content: "󰯙";
}

.mdi-trophy::before {
	content: "󰔸";
}

.mdi-trophy-award::before {
	content: "󰔹";
}

.mdi-trophy-broken::before {
	content: "󰶤";
}

.mdi-trophy-outline::before {
	content: "󰔺";
}

.mdi-trophy-variant::before {
	content: "󰔻";
}

.mdi-trophy-variant-outline::before {
	content: "󰔼";
}

.mdi-truck::before {
	content: "󰔽";
}

.mdi-truck-check::before {
	content: "󰳔";
}

.mdi-truck-check-outline::before {
	content: "󱊚";
}

.mdi-truck-delivery::before {
	content: "󰔾";
}

.mdi-truck-delivery-outline::before {
	content: "󱊛";
}

.mdi-truck-fast::before {
	content: "󰞈";
}

.mdi-truck-fast-outline::before {
	content: "󱊜";
}

.mdi-truck-outline::before {
	content: "󱊝";
}

.mdi-truck-trailer::before {
	content: "󰜧";
}

.mdi-trumpet::before {
	content: "󱂖";
}

.mdi-tshirt-crew::before {
	content: "󰩻";
}

.mdi-tshirt-crew-outline::before {
	content: "󰔿";
}

.mdi-tshirt-v::before {
	content: "󰩼";
}

.mdi-tshirt-v-outline::before {
	content: "󰕀";
}

.mdi-tumble-dryer::before {
	content: "󰤗";
}

.mdi-tumble-dryer-alert::before {
	content: "󱆺";
}

.mdi-tumble-dryer-off::before {
	content: "󱆻";
}

.mdi-tune::before {
	content: "󰘮";
}

.mdi-tune-vertical::before {
	content: "󰙪";
}

.mdi-turnstile::before {
	content: "󰳕";
}

.mdi-turnstile-outline::before {
	content: "󰳖";
}

.mdi-turtle::before {
	content: "󰳗";
}

.mdi-twitch::before {
	content: "󰕃";
}

.mdi-twitter::before {
	content: "󰕄";
}

.mdi-twitter-retweet::before {
	content: "󰕇";
}

.mdi-two-factor-authentication::before {
	content: "󰦯";
}

.mdi-typewriter::before {
	content: "󰼭";
}

.mdi-ubisoft::before {
	content: "󰯚";
}

.mdi-ubuntu::before {
	content: "󰕈";
}

.mdi-ufo::before {
	content: "󱃄";
}

.mdi-ufo-outline::before {
	content: "󱃅";
}

.mdi-ultra-high-definition::before {
	content: "󰟹";
}

.mdi-umbraco::before {
	content: "󰕉";
}

.mdi-umbrella::before {
	content: "󰕊";
}

.mdi-umbrella-closed::before {
	content: "󰦰";
}

.mdi-umbrella-closed-outline::before {
	content: "󱏢";
}

.mdi-umbrella-closed-variant::before {
	content: "󱏡";
}

.mdi-umbrella-outline::before {
	content: "󰕋";
}

.mdi-undo::before {
	content: "󰕌";
}

.mdi-undo-variant::before {
	content: "󰕍";
}

.mdi-unfold-less-horizontal::before {
	content: "󰕎";
}

.mdi-unfold-less-vertical::before {
	content: "󰝠";
}

.mdi-unfold-more-horizontal::before {
	content: "󰕏";
}

.mdi-unfold-more-vertical::before {
	content: "󰝡";
}

.mdi-ungroup::before {
	content: "󰕐";
}

.mdi-unicode::before {
	content: "󰻐";
}

.mdi-unity::before {
	content: "󰚯";
}

.mdi-unreal::before {
	content: "󰦱";
}

.mdi-untappd::before {
	content: "󰕑";
}

.mdi-update::before {
	content: "󰚰";
}

.mdi-upload::before {
	content: "󰕒";
}

.mdi-upload-lock::before {
	content: "󱍳";
}

.mdi-upload-lock-outline::before {
	content: "󱍴";
}

.mdi-upload-multiple::before {
	content: "󰠽";
}

.mdi-upload-network::before {
	content: "󰛶";
}

.mdi-upload-network-outline::before {
	content: "󰳘";
}

.mdi-upload-off::before {
	content: "󱃆";
}

.mdi-upload-off-outline::before {
	content: "󱃇";
}

.mdi-upload-outline::before {
	content: "󰸇";
}

.mdi-usb::before {
	content: "󰕓";
}

.mdi-usb-flash-drive::before {
	content: "󱊞";
}

.mdi-usb-flash-drive-outline::before {
	content: "󱊟";
}

.mdi-usb-port::before {
	content: "󱇰";
}

.mdi-valve::before {
	content: "󱁦";
}

.mdi-valve-closed::before {
	content: "󱁧";
}

.mdi-valve-open::before {
	content: "󱁨";
}

.mdi-van-passenger::before {
	content: "󰟺";
}

.mdi-van-utility::before {
	content: "󰟻";
}

.mdi-vanish::before {
	content: "󰟼";
}

.mdi-vanity-light::before {
	content: "󱇡";
}

.mdi-variable::before {
	content: "󰫧";
}

.mdi-variable-box::before {
	content: "󱄑";
}

.mdi-vector-arrange-above::before {
	content: "󰕔";
}

.mdi-vector-arrange-below::before {
	content: "󰕕";
}

.mdi-vector-bezier::before {
	content: "󰫨";
}

.mdi-vector-circle::before {
	content: "󰕖";
}

.mdi-vector-circle-variant::before {
	content: "󰕗";
}

.mdi-vector-combine::before {
	content: "󰕘";
}

.mdi-vector-curve::before {
	content: "󰕙";
}

.mdi-vector-difference::before {
	content: "󰕚";
}

.mdi-vector-difference-ab::before {
	content: "󰕛";
}

.mdi-vector-difference-ba::before {
	content: "󰕜";
}

.mdi-vector-ellipse::before {
	content: "󰢓";
}

.mdi-vector-intersection::before {
	content: "󰕝";
}

.mdi-vector-line::before {
	content: "󰕞";
}

.mdi-vector-link::before {
	content: "󰿨";
}

.mdi-vector-point::before {
	content: "󰕟";
}

.mdi-vector-polygon::before {
	content: "󰕠";
}

.mdi-vector-polyline::before {
	content: "󰕡";
}

.mdi-vector-polyline-edit::before {
	content: "󱈥";
}

.mdi-vector-polyline-minus::before {
	content: "󱈦";
}

.mdi-vector-polyline-plus::before {
	content: "󱈧";
}

.mdi-vector-polyline-remove::before {
	content: "󱈨";
}

.mdi-vector-radius::before {
	content: "󰝊";
}

.mdi-vector-rectangle::before {
	content: "󰗆";
}

.mdi-vector-selection::before {
	content: "󰕢";
}

.mdi-vector-square::before {
	content: "󰀁";
}

.mdi-vector-triangle::before {
	content: "󰕣";
}

.mdi-vector-union::before {
	content: "󰕤";
}

.mdi-vhs::before {
	content: "󰨛";
}

.mdi-vibrate::before {
	content: "󰕦";
}

.mdi-vibrate-off::before {
	content: "󰳙";
}

.mdi-video::before {
	content: "󰕧";
}

.mdi-video-3d::before {
	content: "󰟽";
}

.mdi-video-3d-off::before {
	content: "󱏙";
}

.mdi-video-3d-variant::before {
	content: "󰻑";
}

.mdi-video-4k-box::before {
	content: "󰠾";
}

.mdi-video-account::before {
	content: "󰤙";
}

.mdi-video-box::before {
	content: "󰃽";
}

.mdi-video-box-off::before {
	content: "󰃾";
}

.mdi-video-check::before {
	content: "󱁩";
}

.mdi-video-check-outline::before {
	content: "󱁪";
}

.mdi-video-image::before {
	content: "󰤚";
}

.mdi-video-input-antenna::before {
	content: "󰠿";
}

.mdi-video-input-component::before {
	content: "󰡀";
}

.mdi-video-input-hdmi::before {
	content: "󰡁";
}

.mdi-video-input-scart::before {
	content: "󰾌";
}

.mdi-video-input-svideo::before {
	content: "󰡂";
}

.mdi-video-minus::before {
	content: "󰦲";
}

.mdi-video-minus-outline::before {
	content: "󰊺";
}

.mdi-video-off::before {
	content: "󰕨";
}

.mdi-video-off-outline::before {
	content: "󰯛";
}

.mdi-video-outline::before {
	content: "󰯜";
}

.mdi-video-plus::before {
	content: "󰦳";
}

.mdi-video-plus-outline::before {
	content: "󰇓";
}

.mdi-video-stabilization::before {
	content: "󰤛";
}

.mdi-video-switch::before {
	content: "󰕩";
}

.mdi-video-switch-outline::before {
	content: "󰞐";
}

.mdi-video-vintage::before {
	content: "󰨜";
}

.mdi-video-wireless::before {
	content: "󰻒";
}

.mdi-video-wireless-outline::before {
	content: "󰻓";
}

.mdi-view-agenda::before {
	content: "󰕪";
}

.mdi-view-agenda-outline::before {
	content: "󱇘";
}

.mdi-view-array::before {
	content: "󰕫";
}

.mdi-view-array-outline::before {
	content: "󱒅";
}

.mdi-view-carousel::before {
	content: "󰕬";
}

.mdi-view-carousel-outline::before {
	content: "󱒆";
}

.mdi-view-column::before {
	content: "󰕭";
}

.mdi-view-column-outline::before {
	content: "󱒇";
}

.mdi-view-comfy::before {
	content: "󰹪";
}

.mdi-view-comfy-outline::before {
	content: "󱒈";
}

.mdi-view-compact::before {
	content: "󰹫";
}

.mdi-view-compact-outline::before {
	content: "󰹬";
}

.mdi-view-dashboard::before {
	content: "󰕮";
}

.mdi-view-dashboard-outline::before {
	content: "󰨝";
}

.mdi-view-dashboard-variant::before {
	content: "󰡃";
}

.mdi-view-dashboard-variant-outline::before {
	content: "󱒉";
}

.mdi-view-day::before {
	content: "󰕯";
}

.mdi-view-day-outline::before {
	content: "󱒊";
}

.mdi-view-grid::before {
	content: "󰕰";
}

.mdi-view-grid-outline::before {
	content: "󱇙";
}

.mdi-view-grid-plus::before {
	content: "󰾍";
}

.mdi-view-grid-plus-outline::before {
	content: "󱇚";
}

.mdi-view-headline::before {
	content: "󰕱";
}

.mdi-view-list::before {
	content: "󰕲";
}

.mdi-view-list-outline::before {
	content: "󱒋";
}

.mdi-view-module::before {
	content: "󰕳";
}

.mdi-view-module-outline::before {
	content: "󱒌";
}

.mdi-view-parallel::before {
	content: "󰜨";
}

.mdi-view-parallel-outline::before {
	content: "󱒍";
}

.mdi-view-quilt::before {
	content: "󰕴";
}

.mdi-view-quilt-outline::before {
	content: "󱒎";
}

.mdi-view-sequential::before {
	content: "󰜩";
}

.mdi-view-sequential-outline::before {
	content: "󱒏";
}

.mdi-view-split-horizontal::before {
	content: "󰯋";
}

.mdi-view-split-vertical::before {
	content: "󰯌";
}

.mdi-view-stream::before {
	content: "󰕵";
}

.mdi-view-stream-outline::before {
	content: "󱒐";
}

.mdi-view-week::before {
	content: "󰕶";
}

.mdi-view-week-outline::before {
	content: "󱒑";
}

.mdi-vimeo::before {
	content: "󰕷";
}

.mdi-violin::before {
	content: "󰘏";
}

.mdi-virtual-reality::before {
	content: "󰢔";
}

.mdi-virus::before {
	content: "󱎶";
}

.mdi-virus-outline::before {
	content: "󱎷";
}

.mdi-vk::before {
	content: "󰕹";
}

.mdi-vlc::before {
	content: "󰕼";
}

.mdi-voice-off::before {
	content: "󰻔";
}

.mdi-voicemail::before {
	content: "󰕽";
}

.mdi-volleyball::before {
	content: "󰦴";
}

.mdi-volume-high::before {
	content: "󰕾";
}

.mdi-volume-low::before {
	content: "󰕿";
}

.mdi-volume-medium::before {
	content: "󰖀";
}

.mdi-volume-minus::before {
	content: "󰝞";
}

.mdi-volume-mute::before {
	content: "󰝟";
}

.mdi-volume-off::before {
	content: "󰖁";
}

.mdi-volume-plus::before {
	content: "󰝝";
}

.mdi-volume-source::before {
	content: "󱄠";
}

.mdi-volume-variant-off::before {
	content: "󰸈";
}

.mdi-volume-vibrate::before {
	content: "󱄡";
}

.mdi-vote::before {
	content: "󰨟";
}

.mdi-vote-outline::before {
	content: "󰨠";
}

.mdi-vpn::before {
	content: "󰖂";
}

.mdi-vuejs::before {
	content: "󰡄";
}

.mdi-vuetify::before {
	content: "󰹭";
}

.mdi-walk::before {
	content: "󰖃";
}

.mdi-wall::before {
	content: "󰟾";
}

.mdi-wall-sconce::before {
	content: "󰤜";
}

.mdi-wall-sconce-flat::before {
	content: "󰤝";
}

.mdi-wall-sconce-flat-variant::before {
	content: "󰐜";
}

.mdi-wall-sconce-round::before {
	content: "󰝈";
}

.mdi-wall-sconce-round-variant::before {
	content: "󰤞";
}

.mdi-wallet::before {
	content: "󰖄";
}

.mdi-wallet-giftcard::before {
	content: "󰖅";
}

.mdi-wallet-membership::before {
	content: "󰖆";
}

.mdi-wallet-outline::before {
	content: "󰯝";
}

.mdi-wallet-plus::before {
	content: "󰾎";
}

.mdi-wallet-plus-outline::before {
	content: "󰾏";
}

.mdi-wallet-travel::before {
	content: "󰖇";
}

.mdi-wallpaper::before {
	content: "󰸉";
}

.mdi-wan::before {
	content: "󰖈";
}

.mdi-wardrobe::before {
	content: "󰾐";
}

.mdi-wardrobe-outline::before {
	content: "󰾑";
}

.mdi-warehouse::before {
	content: "󰾁";
}

.mdi-washing-machine::before {
	content: "󰜪";
}

.mdi-washing-machine-alert::before {
	content: "󱆼";
}

.mdi-washing-machine-off::before {
	content: "󱆽";
}

.mdi-watch::before {
	content: "󰖉";
}

.mdi-watch-export::before {
	content: "󰖊";
}

.mdi-watch-export-variant::before {
	content: "󰢕";
}

.mdi-watch-import::before {
	content: "󰖋";
}

.mdi-watch-import-variant::before {
	content: "󰢖";
}

.mdi-watch-variant::before {
	content: "󰢗";
}

.mdi-watch-vibrate::before {
	content: "󰚱";
}

.mdi-watch-vibrate-off::before {
	content: "󰳚";
}

.mdi-water::before {
	content: "󰖌";
}

.mdi-water-boiler::before {
	content: "󰾒";
}

.mdi-water-boiler-alert::before {
	content: "󱆳";
}

.mdi-water-boiler-off::before {
	content: "󱆴";
}

.mdi-water-off::before {
	content: "󰖍";
}

.mdi-water-outline::before {
	content: "󰸊";
}

.mdi-water-percent::before {
	content: "󰖎";
}

.mdi-water-polo::before {
	content: "󱊠";
}

.mdi-water-pump::before {
	content: "󰖏";
}

.mdi-water-pump-off::before {
	content: "󰾓";
}

.mdi-water-well::before {
	content: "󱁫";
}

.mdi-water-well-outline::before {
	content: "󱁬";
}

.mdi-watering-can::before {
	content: "󱒁";
}

.mdi-watering-can-outline::before {
	content: "󱒂";
}

.mdi-watermark::before {
	content: "󰘒";
}

.mdi-wave::before {
	content: "󰼮";
}

.mdi-waveform::before {
	content: "󱑽";
}

.mdi-waves::before {
	content: "󰞍";
}

.mdi-waze::before {
	content: "󰯞";
}

.mdi-weather-cloudy::before {
	content: "󰖐";
}

.mdi-weather-cloudy-alert::before {
	content: "󰼯";
}

.mdi-weather-cloudy-arrow-right::before {
	content: "󰹮";
}

.mdi-weather-fog::before {
	content: "󰖑";
}

.mdi-weather-hail::before {
	content: "󰖒";
}

.mdi-weather-hazy::before {
	content: "󰼰";
}

.mdi-weather-hurricane::before {
	content: "󰢘";
}

.mdi-weather-lightning::before {
	content: "󰖓";
}

.mdi-weather-lightning-rainy::before {
	content: "󰙾";
}

.mdi-weather-night::before {
	content: "󰖔";
}

.mdi-weather-night-partly-cloudy::before {
	content: "󰼱";
}

.mdi-weather-partly-cloudy::before {
	content: "󰖕";
}

.mdi-weather-partly-lightning::before {
	content: "󰼲";
}

.mdi-weather-partly-rainy::before {
	content: "󰼳";
}

.mdi-weather-partly-snowy::before {
	content: "󰼴";
}

.mdi-weather-partly-snowy-rainy::before {
	content: "󰼵";
}

.mdi-weather-pouring::before {
	content: "󰖖";
}

.mdi-weather-rainy::before {
	content: "󰖗";
}

.mdi-weather-snowy::before {
	content: "󰖘";
}

.mdi-weather-snowy-heavy::before {
	content: "󰼶";
}

.mdi-weather-snowy-rainy::before {
	content: "󰙿";
}

.mdi-weather-sunny::before {
	content: "󰖙";
}

.mdi-weather-sunny-alert::before {
	content: "󰼷";
}

.mdi-weather-sunset::before {
	content: "󰖚";
}

.mdi-weather-sunset-down::before {
	content: "󰖛";
}

.mdi-weather-sunset-up::before {
	content: "󰖜";
}

.mdi-weather-tornado::before {
	content: "󰼸";
}

.mdi-weather-windy::before {
	content: "󰖝";
}

.mdi-weather-windy-variant::before {
	content: "󰖞";
}

.mdi-web::before {
	content: "󰖟";
}

.mdi-web-box::before {
	content: "󰾔";
}

.mdi-web-clock::before {
	content: "󱉊";
}

.mdi-webcam::before {
	content: "󰖠";
}

.mdi-webhook::before {
	content: "󰘯";
}

.mdi-webpack::before {
	content: "󰜫";
}

.mdi-webrtc::before {
	content: "󱉈";
}

.mdi-wechat::before {
	content: "󰘑";
}

.mdi-weight::before {
	content: "󰖡";
}

.mdi-weight-gram::before {
	content: "󰴿";
}

.mdi-weight-kilogram::before {
	content: "󰖢";
}

.mdi-weight-lifter::before {
	content: "󱅝";
}

.mdi-weight-pound::before {
	content: "󰦵";
}

.mdi-whatsapp::before {
	content: "󰖣";
}

.mdi-wheelchair-accessibility::before {
	content: "󰖤";
}

.mdi-whistle::before {
	content: "󰦶";
}

.mdi-whistle-outline::before {
	content: "󱊼";
}

.mdi-white-balance-auto::before {
	content: "󰖥";
}

.mdi-white-balance-incandescent::before {
	content: "󰖦";
}

.mdi-white-balance-iridescent::before {
	content: "󰖧";
}

.mdi-white-balance-sunny::before {
	content: "󰖨";
}

.mdi-widgets::before {
	content: "󰜬";
}

.mdi-widgets-outline::before {
	content: "󱍕";
}

.mdi-wifi::before {
	content: "󰖩";
}

.mdi-wifi-off::before {
	content: "󰖪";
}

.mdi-wifi-star::before {
	content: "󰸋";
}

.mdi-wifi-strength-1::before {
	content: "󰤟";
}

.mdi-wifi-strength-1-alert::before {
	content: "󰤠";
}

.mdi-wifi-strength-1-lock::before {
	content: "󰤡";
}

.mdi-wifi-strength-2::before {
	content: "󰤢";
}

.mdi-wifi-strength-2-alert::before {
	content: "󰤣";
}

.mdi-wifi-strength-2-lock::before {
	content: "󰤤";
}

.mdi-wifi-strength-3::before {
	content: "󰤥";
}

.mdi-wifi-strength-3-alert::before {
	content: "󰤦";
}

.mdi-wifi-strength-3-lock::before {
	content: "󰤧";
}

.mdi-wifi-strength-4::before {
	content: "󰤨";
}

.mdi-wifi-strength-4-alert::before {
	content: "󰤩";
}

.mdi-wifi-strength-4-lock::before {
	content: "󰤪";
}

.mdi-wifi-strength-alert-outline::before {
	content: "󰤫";
}

.mdi-wifi-strength-lock-outline::before {
	content: "󰤬";
}

.mdi-wifi-strength-off::before {
	content: "󰤭";
}

.mdi-wifi-strength-off-outline::before {
	content: "󰤮";
}

.mdi-wifi-strength-outline::before {
	content: "󰤯";
}

.mdi-wikipedia::before {
	content: "󰖬";
}

.mdi-wind-turbine::before {
	content: "󰶥";
}

.mdi-window-close::before {
	content: "󰖭";
}

.mdi-window-closed::before {
	content: "󰖮";
}

.mdi-window-closed-variant::before {
	content: "󱇛";
}

.mdi-window-maximize::before {
	content: "󰖯";
}

.mdi-window-minimize::before {
	content: "󰖰";
}

.mdi-window-open::before {
	content: "󰖱";
}

.mdi-window-open-variant::before {
	content: "󱇜";
}

.mdi-window-restore::before {
	content: "󰖲";
}

.mdi-window-shutter::before {
	content: "󱄜";
}

.mdi-window-shutter-alert::before {
	content: "󱄝";
}

.mdi-window-shutter-open::before {
	content: "󱄞";
}

.mdi-wiper::before {
	content: "󰫩";
}

.mdi-wiper-wash::before {
	content: "󰶦";
}

.mdi-wizard-hat::before {
	content: "󱑷";
}

.mdi-wordpress::before {
	content: "󰖴";
}

.mdi-wrap::before {
	content: "󰖶";
}

.mdi-wrap-disabled::before {
	content: "󰯟";
}

.mdi-wrench::before {
	content: "󰖷";
}

.mdi-wrench-outline::before {
	content: "󰯠";
}

.mdi-xamarin::before {
	content: "󰡅";
}

.mdi-xamarin-outline::before {
	content: "󰡆";
}

.mdi-xing::before {
	content: "󰖾";
}

.mdi-xml::before {
	content: "󰗀";
}

.mdi-xmpp::before {
	content: "󰟿";
}

.mdi-y-combinator::before {
	content: "󰘤";
}

.mdi-yahoo::before {
	content: "󰭏";
}

.mdi-yeast::before {
	content: "󰗁";
}

.mdi-yin-yang::before {
	content: "󰚀";
}

.mdi-yoga::before {
	content: "󱅼";
}

.mdi-youtube::before {
	content: "󰗃";
}

.mdi-youtube-gaming::before {
	content: "󰡈";
}

.mdi-youtube-studio::before {
	content: "󰡇";
}

.mdi-youtube-subscription::before {
	content: "󰵀";
}

.mdi-youtube-tv::before {
	content: "󰑈";
}

.mdi-z-wave::before {
	content: "󰫪";
}

.mdi-zend::before {
	content: "󰫫";
}

.mdi-zigbee::before {
	content: "󰵁";
}

.mdi-zip-box::before {
	content: "󰗄";
}

.mdi-zip-box-outline::before {
	content: "󰿺";
}

.mdi-zip-disk::before {
	content: "󰨣";
}

.mdi-zodiac-aquarius::before {
	content: "󰩽";
}

.mdi-zodiac-aries::before {
	content: "󰩾";
}

.mdi-zodiac-cancer::before {
	content: "󰩿";
}

.mdi-zodiac-capricorn::before {
	content: "󰪀";
}

.mdi-zodiac-gemini::before {
	content: "󰪁";
}

.mdi-zodiac-leo::before {
	content: "󰪂";
}

.mdi-zodiac-libra::before {
	content: "󰪃";
}

.mdi-zodiac-pisces::before {
	content: "󰪄";
}

.mdi-zodiac-sagittarius::before {
	content: "󰪅";
}

.mdi-zodiac-scorpio::before {
	content: "󰪆";
}

.mdi-zodiac-taurus::before {
	content: "󰪇";
}

.mdi-zodiac-virgo::before {
	content: "󰪈";
}

.mdi-blank::before {
	content: "";
	visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
	font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
	font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
	font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
	font-size: 48px;
}

.mdi-dark:before {
	color: rgba(0, 0, 0, .54);
}

.mdi-dark.mdi-inactive:before {
	color: rgba(0, 0, 0, .26);
}

.mdi-light:before {
	color: #fff;
}

.mdi-light.mdi-inactive:before {
	color: rgba(255, 255, 255, .3);
}

.mdi-rotate-45:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mdi-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mdi-rotate-135:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mdi-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mdi-rotate-225:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.mdi-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.mdi-rotate-315:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.mdi-flip-h:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.mdi-flip-v:before {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

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

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

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

.oi {
	position: relative;
	top: 1px;
	display: inline-block;
	speak: none;
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.oi:empty:before {
	width: 1em;
	text-align: center;
	box-sizing: content-box;
}

.oi.oi-align-center:before {
	text-align: center;
}

.oi.oi-align-left:before {
	text-align: left;
}

.oi.oi-align-right:before {
	text-align: right;
}

.oi.oi-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.oi.oi-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(-1, 1);
	transform: scale(1, -1);
}

.oi.oi-flip-horizontal-vertical:before {
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, -1);
}

.oi-account-login:before {
	content: "";
}

.oi-account-logout:before {
	content: "";
}

.oi-action-redo:before {
	content: "";
}

.oi-action-undo:before {
	content: "";
}

.oi-align-center:before {
	content: "";
}

.oi-align-left:before {
	content: "";
}

.oi-align-right:before {
	content: "";
}

.oi-aperture:before {
	content: "";
}

.oi-arrow-bottom:before {
	content: "";
}

.oi-arrow-circle-bottom:before {
	content: "";
}

.oi-arrow-circle-left:before {
	content: "";
}

.oi-arrow-circle-right:before {
	content: "";
}

.oi-arrow-circle-top:before {
	content: "";
}

.oi-arrow-left:before {
	content: "";
}

.oi-arrow-right:before {
	content: "";
}

.oi-arrow-thick-bottom:before {
	content: "";
}

.oi-arrow-thick-left:before {
	content: "";
}

.oi-arrow-thick-right:before {
	content: "";
}

.oi-arrow-thick-top:before {
	content: "";
}

.oi-arrow-top:before {
	content: "";
}

.oi-audio-spectrum:before {
	content: "";
}

.oi-audio:before {
	content: "";
}

.oi-badge:before {
	content: "";
}

.oi-ban:before {
	content: "";
}

.oi-bar-chart:before {
	content: "";
}

.oi-basket:before {
	content: "";
}

.oi-battery-empty:before {
	content: "";
}

.oi-battery-full:before {
	content: "";
}

.oi-beaker:before {
	content: "";
}

.oi-bell:before {
	content: "";
}

.oi-bluetooth:before {
	content: "";
}

.oi-bold:before {
	content: "";
}

.oi-bolt:before {
	content: "";
}

.oi-book:before {
	content: "";
}

.oi-bookmark:before {
	content: "";
}

.oi-box:before {
	content: "";
}

.oi-briefcase:before {
	content: "";
}

.oi-british-pound:before {
	content: "";
}

.oi-browser:before {
	content: "";
}

.oi-brush:before {
	content: "";
}

.oi-bug:before {
	content: "";
}

.oi-bullhorn:before {
	content: "";
}

.oi-calculator:before {
	content: "";
}

.oi-calendar:before {
	content: "";
}

.oi-camera-slr:before {
	content: "";
}

.oi-caret-bottom:before {
	content: "";
}

.oi-caret-left:before {
	content: "";
}

.oi-caret-right:before {
	content: "";
}

.oi-caret-top:before {
	content: "";
}

.oi-cart:before {
	content: "";
}

.oi-chat:before {
	content: "";
}

.oi-check:before {
	content: "";
}

.oi-chevron-bottom:before {
	content: "";
}

.oi-chevron-left:before {
	content: "";
}

.oi-chevron-right:before {
	content: "";
}

.oi-chevron-top:before {
	content: "";
}

.oi-circle-check:before {
	content: "";
}

.oi-circle-x:before {
	content: "";
}

.oi-clipboard:before {
	content: "";
}

.oi-clock:before {
	content: "";
}

.oi-cloud-download:before {
	content: "";
}

.oi-cloud-upload:before {
	content: "";
}

.oi-cloud:before {
	content: "";
}

.oi-cloudy:before {
	content: "";
}

.oi-code:before {
	content: "";
}

.oi-cog:before {
	content: "";
}

.oi-collapse-down:before {
	content: "";
}

.oi-collapse-left:before {
	content: "";
}

.oi-collapse-right:before {
	content: "";
}

.oi-collapse-up:before {
	content: "";
}

.oi-command:before {
	content: "";
}

.oi-comment-square:before {
	content: "";
}

.oi-compass:before {
	content: "";
}

.oi-contrast:before {
	content: "";
}

.oi-copywriting:before {
	content: "";
}

.oi-credit-card:before {
	content: "";
}

.oi-crop:before {
	content: "";
}

.oi-dashboard:before {
	content: "";
}

.oi-data-transfer-download:before {
	content: "";
}

.oi-data-transfer-upload:before {
	content: "";
}

.oi-delete:before {
	content: "";
}

.oi-dial:before {
	content: "";
}

.oi-document:before {
	content: "";
}

.oi-dollar:before {
	content: "";
}

.oi-double-quote-sans-left:before {
	content: "";
}

.oi-double-quote-sans-right:before {
	content: "";
}

.oi-double-quote-serif-left:before {
	content: "";
}

.oi-double-quote-serif-right:before {
	content: "";
}

.oi-droplet:before {
	content: "";
}

.oi-eject:before {
	content: "";
}

.oi-elevator:before {
	content: "";
}

.oi-ellipses:before {
	content: "";
}

.oi-envelope-closed:before {
	content: "";
}

.oi-envelope-open:before {
	content: "";
}

.oi-euro:before {
	content: "";
}

.oi-excerpt:before {
	content: "";
}

.oi-expand-down:before {
	content: "";
}

.oi-expand-left:before {
	content: "";
}

.oi-expand-right:before {
	content: "";
}

.oi-expand-up:before {
	content: "";
}

.oi-external-link:before {
	content: "";
}

.oi-eye:before {
	content: "";
}

.oi-eyedropper:before {
	content: "";
}

.oi-file:before {
	content: "";
}

.oi-fire:before {
	content: "";
}

.oi-flag:before {
	content: "";
}

.oi-flash:before {
	content: "";
}

.oi-folder:before {
	content: "";
}

.oi-fork:before {
	content: "";
}

.oi-fullscreen-enter:before {
	content: "";
}

.oi-fullscreen-exit:before {
	content: "";
}

.oi-globe:before {
	content: "";
}

.oi-graph:before {
	content: "";
}

.oi-grid-four-up:before {
	content: "";
}

.oi-grid-three-up:before {
	content: "";
}

.oi-grid-two-up:before {
	content: "";
}

.oi-hard-drive:before {
	content: "";
}

.oi-header:before {
	content: "";
}

.oi-headphones:before {
	content: "";
}

.oi-heart:before {
	content: "";
}

.oi-home:before {
	content: "";
}

.oi-image:before {
	content: "";
}

.oi-inbox:before {
	content: "";
}

.oi-infinity:before {
	content: "";
}

.oi-info:before {
	content: "";
}

.oi-italic:before {
	content: "";
}

.oi-justify-center:before {
	content: "";
}

.oi-justify-left:before {
	content: "";
}

.oi-justify-right:before {
	content: "";
}

.oi-key:before {
	content: "";
}

.oi-laptop:before {
	content: "";
}

.oi-layers:before {
	content: "";
}

.oi-lightbulb:before {
	content: "";
}

.oi-link-broken:before {
	content: "";
}

.oi-link-intact:before {
	content: "";
}

.oi-list-rich:before {
	content: "";
}

.oi-list:before {
	content: "";
}

.oi-location:before {
	content: "";
}

.oi-lock-locked:before {
	content: "";
}

.oi-lock-unlocked:before {
	content: "";
}

.oi-loop-circular:before {
	content: "";
}

.oi-loop-square:before {
	content: "";
}

.oi-loop:before {
	content: "";
}

.oi-magnifying-glass:before {
	content: "";
}

.oi-map-marker:before {
	content: "";
}

.oi-map:before {
	content: "";
}

.oi-media-pause:before {
	content: "";
}

.oi-media-play:before {
	content: "";
}

.oi-media-record:before {
	content: "";
}

.oi-media-skip-backward:before {
	content: "";
}

.oi-media-skip-forward:before {
	content: "";
}

.oi-media-step-backward:before {
	content: "";
}

.oi-media-step-forward:before {
	content: "";
}

.oi-media-stop:before {
	content: "";
}

.oi-medical-cross:before {
	content: "";
}

.oi-menu:before {
	content: "";
}

.oi-microphone:before {
	content: "";
}

.oi-minus:before {
	content: "";
}

.oi-monitor:before {
	content: "";
}

.oi-moon:before {
	content: "";
}

.oi-move:before {
	content: "";
}

.oi-musical-note:before {
	content: "";
}

.oi-paperclip:before {
	content: "";
}

.oi-pencil:before {
	content: "";
}

.oi-people:before {
	content: "";
}

.oi-person:before {
	content: "";
}

.oi-phone:before {
	content: "";
}

.oi-pie-chart:before {
	content: "";
}

.oi-pin:before {
	content: "";
}

.oi-play-circle:before {
	content: "";
}

.oi-plus:before {
	content: "";
}

.oi-power-standby:before {
	content: "";
}

.oi-print:before {
	content: "";
}

.oi-project:before {
	content: "";
}

.oi-pulse:before {
	content: "";
}

.oi-puzzle-piece:before {
	content: "";
}

.oi-question-mark:before {
	content: "";
}

.oi-rain:before {
	content: "";
}

.oi-random:before {
	content: "";
}

.oi-reload:before {
	content: "";
}

.oi-resize-both:before {
	content: "";
}

.oi-resize-height:before {
	content: "";
}

.oi-resize-width:before {
	content: "";
}

.oi-rss-alt:before {
	content: "";
}

.oi-rss:before {
	content: "";
}

.oi-script:before {
	content: "";
}

.oi-share-boxed:before {
	content: "";
}

.oi-share:before {
	content: "";
}

.oi-shield:before {
	content: "";
}

.oi-signal:before {
	content: "";
}

.oi-signpost:before {
	content: "";
}

.oi-sort-ascending:before {
	content: "";
}

.oi-sort-descending:before {
	content: "";
}

.oi-spreadsheet:before {
	content: "";
}

.oi-star:before {
	content: "";
}

.oi-sun:before {
	content: "";
}

.oi-tablet:before {
	content: "";
}

.oi-tag:before {
	content: "";
}

.oi-tags:before {
	content: "";
}

.oi-target:before {
	content: "";
}

.oi-task:before {
	content: "";
}

.oi-terminal:before {
	content: "";
}

.oi-text:before {
	content: "";
}

.oi-thumb-down:before {
	content: "";
}

.oi-thumb-up:before {
	content: "";
}

.oi-timer:before {
	content: "";
}

.oi-transfer:before {
	content: "";
}

.oi-trash:before {
	content: "";
}

.oi-underline:before {
	content: "";
}

.oi-vertical-align-bottom:before {
	content: "";
}

.oi-vertical-align-center:before {
	content: "";
}

.oi-vertical-align-top:before {
	content: "";
}

.oi-video:before {
	content: "";
}

.oi-volume-high:before {
	content: "";
}

.oi-volume-low:before {
	content: "";
}

.oi-volume-off:before {
	content: "";
}

.oi-warning:before {
	content: "";
}

.oi-wifi:before {
	content: "";
}

.oi-wrench:before {
	content: "";
}

.oi-x:before {
	content: "";
}

.oi-yen:before {
	content: "";
}

.oi-zoom-in:before {
	content: "";
}

.oi-zoom-out:before {
	content: "";
}

/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "";
}

.icon-people:before {
	content: "";
}

.icon-user-female:before {
	content: "";
}

.icon-user-follow:before {
	content: "";
}

.icon-user-following:before {
	content: "";
}

.icon-user-unfollow:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-emotsmile:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-call-end:before {
	content: "";
}

.icon-call-in:before {
	content: "";
}

.icon-call-out:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-direction:before {
	content: "";
}

.icon-directions:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-options-vertical:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-up-circle:before {
	content: "";
}

.icon-arrow-left-circle:before {
	content: "";
}

.icon-arrow-right-circle:before {
	content: "";
}

.icon-arrow-down-circle:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-event:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-organization:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-screen-smartphone:before {
	content: "";
}

.icon-screen-desktop:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-mustache:before {
	content: "";
}

.icon-mouse:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-energy:before {
	content: "";
}

.icon-disc:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-cursor-move:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-chemistry:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-screen-tablet:before {
	content: "";
}

.icon-magic-wand:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-graduation:before {
	content: "";
}

.icon-ghost:before {
	content: "";
}

.icon-game-controller:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eyeglass:before {
	content: "";
}

.icon-envelope-open:before {
	content: "";
}

.icon-envelope-letter:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-vector:before {
	content: "";
}

.icon-speech:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-present:before {
	content: "";
}

.icon-playlist:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-handbag:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-folder-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-drop:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-docs:before {
	content: "";
}

.icon-doc:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-cup:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-bubbles:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-book-open:before {
	content: "";
}

.icon-basket-loaded:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-action-undo:before {
	content: "";
}

.icon-action-redo:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-frame:before {
	content: "";
}

.icon-size-fullscreen:before {
	content: "";
}

.icon-size-actual:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-note:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-graph:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-music-tone-alt:before {
	content: "";
}

.icon-music-tone:before {
	content: "";
}

.icon-earphones-alt:before {
	content: "";
}

.icon-earphones:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-control-start:before {
	content: "";
}

.icon-control-rewind:before {
	content: "";
}

.icon-control-play:before {
	content: "";
}

.icon-control-pause:before {
	content: "";
}

.icon-control-forward:before {
	content: "";
}

.icon-control-end:before {
	content: "";
}

.icon-volume-1:before {
	content: "";
}

.icon-volume-2:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-bulb:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-bubble:before {
	content: "";
}

.icon-camrecorder:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifier-add:before {
	content: "";
}

.icon-magnifier-remove:before {
	content: "";
}

.icon-paper-clip:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-power:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reload:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-symbol-female:before {
	content: "";
}

.icon-symbol-male:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-social-tumblr:before {
	content: "";
}

.icon-social-twitter:before {
	content: "";
}

.icon-social-facebook:before {
	content: "";
}

.icon-social-instagram:before {
	content: "";
}

.icon-social-linkedin:before {
	content: "";
}

.icon-social-pinterest:before {
	content: "";
}

.icon-social-github:before {
	content: "";
}

.icon-social-google:before {
	content: "";
}

.icon-social-reddit:before {
	content: "";
}

.icon-social-skype:before {
	content: "";
}

.icon-social-dribbble:before {
	content: "";
}

.icon-social-behance:before {
	content: "";
}

.icon-social-foursqare:before {
	content: "";
}

.icon-social-soundcloud:before {
	content: "";
}

.icon-social-spotify:before {
	content: "";
}

.icon-social-stumbleupon:before {
	content: "";
}

.icon-social-youtube:before {
	content: "";
}

.icon-social-dropbox:before {
	content: "";
}

.icon-social-vkontakte:before {
	content: "";
}

.icon-social-steam:before {
	content: "";
}

[class^="ti-"], [class*=" ti-"] {
	font-family: "themify";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "";
}

.ti-volume:before {
	content: "";
}

.ti-user:before {
	content: "";
}

.ti-unlock:before {
	content: "";
}

.ti-unlink:before {
	content: "";
}

.ti-trash:before {
	content: "";
}

.ti-thought:before {
	content: "";
}

.ti-target:before {
	content: "";
}

.ti-tag:before {
	content: "";
}

.ti-tablet:before {
	content: "";
}

.ti-star:before {
	content: "";
}

.ti-spray:before {
	content: "";
}

.ti-signal:before {
	content: "";
}

.ti-shopping-cart:before {
	content: "";
}

.ti-shopping-cart-full:before {
	content: "";
}

.ti-settings:before {
	content: "";
}

.ti-search:before {
	content: "";
}

.ti-zoom-in:before {
	content: "";
}

.ti-zoom-out:before {
	content: "";
}

.ti-cut:before {
	content: "";
}

.ti-ruler:before {
	content: "";
}

.ti-ruler-pencil:before {
	content: "";
}

.ti-ruler-alt:before {
	content: "";
}

.ti-bookmark:before {
	content: "";
}

.ti-bookmark-alt:before {
	content: "";
}

.ti-reload:before {
	content: "";
}

.ti-plus:before {
	content: "";
}

.ti-pin:before {
	content: "";
}

.ti-pencil:before {
	content: "";
}

.ti-pencil-alt:before {
	content: "";
}

.ti-paint-roller:before {
	content: "";
}

.ti-paint-bucket:before {
	content: "";
}

.ti-na:before {
	content: "";
}

.ti-mobile:before {
	content: "";
}

.ti-minus:before {
	content: "";
}

.ti-medall:before {
	content: "";
}

.ti-medall-alt:before {
	content: "";
}

.ti-marker:before {
	content: "";
}

.ti-marker-alt:before {
	content: "";
}

.ti-arrow-up:before {
	content: "";
}

.ti-arrow-right:before {
	content: "";
}

.ti-arrow-left:before {
	content: "";
}

.ti-arrow-down:before {
	content: "";
}

.ti-lock:before {
	content: "";
}

.ti-location-arrow:before {
	content: "";
}

.ti-link:before {
	content: "";
}

.ti-layout:before {
	content: "";
}

.ti-layers:before {
	content: "";
}

.ti-layers-alt:before {
	content: "";
}

.ti-key:before {
	content: "";
}

.ti-import:before {
	content: "";
}

.ti-image:before {
	content: "";
}

.ti-heart:before {
	content: "";
}

.ti-heart-broken:before {
	content: "";
}

.ti-hand-stop:before {
	content: "";
}

.ti-hand-open:before {
	content: "";
}

.ti-hand-drag:before {
	content: "";
}

.ti-folder:before {
	content: "";
}

.ti-flag:before {
	content: "";
}

.ti-flag-alt:before {
	content: "";
}

.ti-flag-alt-2:before {
	content: "";
}

.ti-eye:before {
	content: "";
}

.ti-export:before {
	content: "";
}

.ti-exchange-vertical:before {
	content: "";
}

.ti-desktop:before {
	content: "";
}

.ti-cup:before {
	content: "";
}

.ti-crown:before {
	content: "";
}

.ti-comments:before {
	content: "";
}

.ti-comment:before {
	content: "";
}

.ti-comment-alt:before {
	content: "";
}

.ti-close:before {
	content: "";
}

.ti-clip:before {
	content: "";
}

.ti-angle-up:before {
	content: "";
}

.ti-angle-right:before {
	content: "";
}

.ti-angle-left:before {
	content: "";
}

.ti-angle-down:before {
	content: "";
}

.ti-check:before {
	content: "";
}

.ti-check-box:before {
	content: "";
}

.ti-camera:before {
	content: "";
}

.ti-announcement:before {
	content: "";
}

.ti-brush:before {
	content: "";
}

.ti-briefcase:before {
	content: "";
}

.ti-bolt:before {
	content: "";
}

.ti-bolt-alt:before {
	content: "";
}

.ti-blackboard:before {
	content: "";
}

.ti-bag:before {
	content: "";
}

.ti-move:before {
	content: "";
}

.ti-arrows-vertical:before {
	content: "";
}

.ti-arrows-horizontal:before {
	content: "";
}

.ti-fullscreen:before {
	content: "";
}

.ti-arrow-top-right:before {
	content: "";
}

.ti-arrow-top-left:before {
	content: "";
}

.ti-arrow-circle-up:before {
	content: "";
}

.ti-arrow-circle-right:before {
	content: "";
}

.ti-arrow-circle-left:before {
	content: "";
}

.ti-arrow-circle-down:before {
	content: "";
}

.ti-angle-double-up:before {
	content: "";
}

.ti-angle-double-right:before {
	content: "";
}

.ti-angle-double-left:before {
	content: "";
}

.ti-angle-double-down:before {
	content: "";
}

.ti-zip:before {
	content: "";
}

.ti-world:before {
	content: "";
}

.ti-wheelchair:before {
	content: "";
}

.ti-view-list:before {
	content: "";
}

.ti-view-list-alt:before {
	content: "";
}

.ti-view-grid:before {
	content: "";
}

.ti-uppercase:before {
	content: "";
}

.ti-upload:before {
	content: "";
}

.ti-underline:before {
	content: "";
}

.ti-truck:before {
	content: "";
}

.ti-timer:before {
	content: "";
}

.ti-ticket:before {
	content: "";
}

.ti-thumb-up:before {
	content: "";
}

.ti-thumb-down:before {
	content: "";
}

.ti-text:before {
	content: "";
}

.ti-stats-up:before {
	content: "";
}

.ti-stats-down:before {
	content: "";
}

.ti-split-v:before {
	content: "";
}

.ti-split-h:before {
	content: "";
}

.ti-smallcap:before {
	content: "";
}

.ti-shine:before {
	content: "";
}

.ti-shift-right:before {
	content: "";
}

.ti-shift-left:before {
	content: "";
}

.ti-shield:before {
	content: "";
}

.ti-notepad:before {
	content: "";
}

.ti-server:before {
	content: "";
}

.ti-quote-right:before {
	content: "";
}

.ti-quote-left:before {
	content: "";
}

.ti-pulse:before {
	content: "";
}

.ti-printer:before {
	content: "";
}

.ti-power-off:before {
	content: "";
}

.ti-plug:before {
	content: "";
}

.ti-pie-chart:before {
	content: "";
}

.ti-paragraph:before {
	content: "";
}

.ti-panel:before {
	content: "";
}

.ti-package:before {
	content: "";
}

.ti-music:before {
	content: "";
}

.ti-music-alt:before {
	content: "";
}

.ti-mouse:before {
	content: "";
}

.ti-mouse-alt:before {
	content: "";
}

.ti-money:before {
	content: "";
}

.ti-microphone:before {
	content: "";
}

.ti-menu:before {
	content: "";
}

.ti-menu-alt:before {
	content: "";
}

.ti-map:before {
	content: "";
}

.ti-map-alt:before {
	content: "";
}

.ti-loop:before {
	content: "";
}

.ti-location-pin:before {
	content: "";
}

.ti-list:before {
	content: "";
}

.ti-light-bulb:before {
	content: "";
}

.ti-Italic:before {
	content: "";
}

.ti-info:before {
	content: "";
}

.ti-infinite:before {
	content: "";
}

.ti-id-badge:before {
	content: "";
}

.ti-hummer:before {
	content: "";
}

.ti-home:before {
	content: "";
}

.ti-help:before {
	content: "";
}

.ti-headphone:before {
	content: "";
}

.ti-harddrives:before {
	content: "";
}

.ti-harddrive:before {
	content: "";
}

.ti-gift:before {
	content: "";
}

.ti-game:before {
	content: "";
}

.ti-filter:before {
	content: "";
}

.ti-files:before {
	content: "";
}

.ti-file:before {
	content: "";
}

.ti-eraser:before {
	content: "";
}

.ti-envelope:before {
	content: "";
}

.ti-download:before {
	content: "";
}

.ti-direction:before {
	content: "";
}

.ti-direction-alt:before {
	content: "";
}

.ti-dashboard:before {
	content: "";
}

.ti-control-stop:before {
	content: "";
}

.ti-control-shuffle:before {
	content: "";
}

.ti-control-play:before {
	content: "";
}

.ti-control-pause:before {
	content: "";
}

.ti-control-forward:before {
	content: "";
}

.ti-control-backward:before {
	content: "";
}

.ti-cloud:before {
	content: "";
}

.ti-cloud-up:before {
	content: "";
}

.ti-cloud-down:before {
	content: "";
}

.ti-clipboard:before {
	content: "";
}

.ti-car:before {
	content: "";
}

.ti-calendar:before {
	content: "";
}

.ti-book:before {
	content: "";
}

.ti-bell:before {
	content: "";
}

.ti-basketball:before {
	content: "";
}

.ti-bar-chart:before {
	content: "";
}

.ti-bar-chart-alt:before {
	content: "";
}

.ti-back-right:before {
	content: "";
}

.ti-back-left:before {
	content: "";
}

.ti-arrows-corner:before {
	content: "";
}

.ti-archive:before {
	content: "";
}

.ti-anchor:before {
	content: "";
}

.ti-align-right:before {
	content: "";
}

.ti-align-left:before {
	content: "";
}

.ti-align-justify:before {
	content: "";
}

.ti-align-center:before {
	content: "";
}

.ti-alert:before {
	content: "";
}

.ti-alarm-clock:before {
	content: "";
}

.ti-agenda:before {
	content: "";
}

.ti-write:before {
	content: "";
}

.ti-window:before {
	content: "";
}

.ti-widgetized:before {
	content: "";
}

.ti-widget:before {
	content: "";
}

.ti-widget-alt:before {
	content: "";
}

.ti-wallet:before {
	content: "";
}

.ti-video-clapper:before {
	content: "";
}

.ti-video-camera:before {
	content: "";
}

.ti-vector:before {
	content: "";
}

.ti-themify-logo:before {
	content: "";
}

.ti-themify-favicon:before {
	content: "";
}

.ti-themify-favicon-alt:before {
	content: "";
}

.ti-support:before {
	content: "";
}

.ti-stamp:before {
	content: "";
}

.ti-split-v-alt:before {
	content: "";
}

.ti-slice:before {
	content: "";
}

.ti-shortcode:before {
	content: "";
}

.ti-shift-right-alt:before {
	content: "";
}

.ti-shift-left-alt:before {
	content: "";
}

.ti-ruler-alt-2:before {
	content: "";
}

.ti-receipt:before {
	content: "";
}

.ti-pin2:before {
	content: "";
}

.ti-pin-alt:before {
	content: "";
}

.ti-pencil-alt2:before {
	content: "";
}

.ti-palette:before {
	content: "";
}

.ti-more:before {
	content: "";
}

.ti-more-alt:before {
	content: "";
}

.ti-microphone-alt:before {
	content: "";
}

.ti-magnet:before {
	content: "";
}

.ti-line-double:before {
	content: "";
}

.ti-line-dotted:before {
	content: "";
}

.ti-line-dashed:before {
	content: "";
}

.ti-layout-width-full:before {
	content: "";
}

.ti-layout-width-default:before {
	content: "";
}

.ti-layout-width-default-alt:before {
	content: "";
}

.ti-layout-tab:before {
	content: "";
}

.ti-layout-tab-window:before {
	content: "";
}

.ti-layout-tab-v:before {
	content: "";
}

.ti-layout-tab-min:before {
	content: "";
}

.ti-layout-slider:before {
	content: "";
}

.ti-layout-slider-alt:before {
	content: "";
}

.ti-layout-sidebar-right:before {
	content: "";
}

.ti-layout-sidebar-none:before {
	content: "";
}

.ti-layout-sidebar-left:before {
	content: "";
}

.ti-layout-placeholder:before {
	content: "";
}

.ti-layout-menu:before {
	content: "";
}

.ti-layout-menu-v:before {
	content: "";
}

.ti-layout-menu-separated:before {
	content: "";
}

.ti-layout-menu-full:before {
	content: "";
}

.ti-layout-media-right-alt:before {
	content: "";
}

.ti-layout-media-right:before {
	content: "";
}

.ti-layout-media-overlay:before {
	content: "";
}

.ti-layout-media-overlay-alt:before {
	content: "";
}

.ti-layout-media-overlay-alt-2:before {
	content: "";
}

.ti-layout-media-left-alt:before {
	content: "";
}

.ti-layout-media-left:before {
	content: "";
}

.ti-layout-media-center-alt:before {
	content: "";
}

.ti-layout-media-center:before {
	content: "";
}

.ti-layout-list-thumb:before {
	content: "";
}

.ti-layout-list-thumb-alt:before {
	content: "";
}

.ti-layout-list-post:before {
	content: "";
}

.ti-layout-list-large-image:before {
	content: "";
}

.ti-layout-line-solid:before {
	content: "";
}

.ti-layout-grid4:before {
	content: "";
}

.ti-layout-grid3:before {
	content: "";
}

.ti-layout-grid2:before {
	content: "";
}

.ti-layout-grid2-thumb:before {
	content: "";
}

.ti-layout-cta-right:before {
	content: "";
}

.ti-layout-cta-left:before {
	content: "";
}

.ti-layout-cta-center:before {
	content: "";
}

.ti-layout-cta-btn-right:before {
	content: "";
}

.ti-layout-cta-btn-left:before {
	content: "";
}

.ti-layout-column4:before {
	content: "";
}

.ti-layout-column3:before {
	content: "";
}

.ti-layout-column2:before {
	content: "";
}

.ti-layout-accordion-separated:before {
	content: "";
}

.ti-layout-accordion-merged:before {
	content: "";
}

.ti-layout-accordion-list:before {
	content: "";
}

.ti-ink-pen:before {
	content: "";
}

.ti-info-alt:before {
	content: "";
}

.ti-help-alt:before {
	content: "";
}

.ti-headphone-alt:before {
	content: "";
}

.ti-hand-point-up:before {
	content: "";
}

.ti-hand-point-right:before {
	content: "";
}

.ti-hand-point-left:before {
	content: "";
}

.ti-hand-point-down:before {
	content: "";
}

.ti-gallery:before {
	content: "";
}

.ti-face-smile:before {
	content: "";
}

.ti-face-sad:before {
	content: "";
}

.ti-credit-card:before {
	content: "";
}

.ti-control-skip-forward:before {
	content: "";
}

.ti-control-skip-backward:before {
	content: "";
}

.ti-control-record:before {
	content: "";
}

.ti-control-eject:before {
	content: "";
}

.ti-comments-smiley:before {
	content: "";
}

.ti-brush-alt:before {
	content: "";
}

.ti-youtube:before {
	content: "";
}

.ti-vimeo:before {
	content: "";
}

.ti-twitter:before {
	content: "";
}

.ti-time:before {
	content: "";
}

.ti-tumblr:before {
	content: "";
}

.ti-skype:before {
	content: "";
}

.ti-share:before {
	content: "";
}

.ti-share-alt:before {
	content: "";
}

.ti-rocket:before {
	content: "";
}

.ti-pinterest:before {
	content: "";
}

.ti-new-window:before {
	content: "";
}

.ti-microsoft:before {
	content: "";
}

.ti-list-ol:before {
	content: "";
}

.ti-linkedin:before {
	content: "";
}

.ti-layout-sidebar-2:before {
	content: "";
}

.ti-layout-grid4-alt:before {
	content: "";
}

.ti-layout-grid3-alt:before {
	content: "";
}

.ti-layout-grid2-alt:before {
	content: "";
}

.ti-layout-column4-alt:before {
	content: "";
}

.ti-layout-column3-alt:before {
	content: "";
}

.ti-layout-column2-alt:before {
	content: "";
}

.ti-instagram:before {
	content: "";
}

.ti-google:before {
	content: "";
}

.ti-github:before {
	content: "";
}

.ti-flickr:before {
	content: "";
}

.ti-facebook:before {
	content: "";
}

.ti-dropbox:before {
	content: "";
}

.ti-dribbble:before {
	content: "";
}

.ti-apple:before {
	content: "";
}

.ti-android:before {
	content: "";
}

.ti-save:before {
	content: "";
}

.ti-save-alt:before {
	content: "";
}

.ti-yahoo:before {
	content: "";
}

.ti-wordpress:before {
	content: "";
}

.ti-vimeo-alt:before {
	content: "";
}

.ti-twitter-alt:before {
	content: "";
}

.ti-tumblr-alt:before {
	content: "";
}

.ti-trello:before {
	content: "";
}

.ti-stack-overflow:before {
	content: "";
}

.ti-soundcloud:before {
	content: "";
}

.ti-sharethis:before {
	content: "";
}

.ti-sharethis-alt:before {
	content: "";
}

.ti-reddit:before {
	content: "";
}

.ti-pinterest-alt:before {
	content: "";
}

.ti-microsoft-alt:before {
	content: "";
}

.ti-linux:before {
	content: "";
}

.ti-jsfiddle:before {
	content: "";
}

.ti-joomla:before {
	content: "";
}

.ti-html5:before {
	content: "";
}

.ti-flickr-alt:before {
	content: "";
}

.ti-email:before {
	content: "";
}

.ti-drupal:before {
	content: "";
}

.ti-dropbox-alt:before {
	content: "";
}

.ti-css3:before {
	content: "";
}

.ti-rss:before {
	content: "";
}

.ti-rss-alt:before {
	content: "";
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

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

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

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

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

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

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

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

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

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

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

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

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

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

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

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

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat: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-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square: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-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up: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-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt: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-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch: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-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut: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-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora: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-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts: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-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball: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-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper: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-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd: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-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft: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-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om: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-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video: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-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random: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-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle: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-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding: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 {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath: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 {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-threads-square: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-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv: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-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse: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 {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin: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-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign: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-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-x-twitter-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-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
